@media (max-width: 1279px) {
  #colophon.main-footer .shm-footer-grid-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (min-width: 768px) {
  #colophon.main-footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1280px) {
  #colophon.main-footer {
    padding-top: 96px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main-content.page-layout-full .shm-over-ons-hero-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .shm-page-blocks > section:not(.shm-home-hero) {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  #colophon.main-footer {
    padding: 24px 24px 28px;
  }

  #colophon.main-footer .container {
    padding-left: 0;
    padding-right: 0;
  }

  #colophon.main-footer .shm-footer-grid-main {
    grid-template-columns: 1fr !important;
    gap: 0;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main {
    border-top: 1px solid rgba(250,248,248,0.1);
    padding: 0;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-col1 {
    border-top: 0;
    padding: 0 0 18px;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-col1 .route_widget,
  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-col1 .cs-module-social {
    text-align: center;
    justify-content: center;
  }

  #colophon.main-footer .shm-footer-main-logo {
    height: 82px;
    max-height: 82px;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main:not(.shm-footer-widget-col1) .widget-title {
    position: relative;
    margin: 0;
    padding: 12px 24px 12px 0;
    cursor: pointer;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main:not(.shm-footer-widget-col1) .widget-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 180ms ease;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main:not(.shm-footer-widget-col1).is-open .widget-title:after {
    transform: translateY(-25%) rotate(225deg);
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main:not(.shm-footer-widget-col1) .route_widget > .shm-footer-collapse-body {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.36s ease, opacity 0.25s ease, padding 0.25s ease;
    padding: 0;
  }

  #colophon.main-footer .shm-footer-grid-main .shm-footer-widget-main:not(.shm-footer-widget-col1).is-open .route_widget > .shm-footer-collapse-body {
    opacity: 1;
    padding: 0 0 14px;
  }

  #colophon.main-footer .shm-footer-grid-sub {
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding-top: 16px;
    gap: 12px;
  }

  #colophon.main-footer .shm-footer-grid-sub .shm-footer-widget-sub {
    border-top: 0;
    padding: 0;
  }

  #colophon.main-footer .shm-footer-grid-sub .route_widget,
  #colophon.main-footer .shm-footer-grid-sub .route_widget ul {
    justify-content: center;
  }

  #colophon.main-footer .shm-footer-widget-sub-2 .shm-subfooter-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: flex-start;
    gap: 6px 22px;
  }

  #colophon.main-footer .shm-subfooter-image {
    height: 22px;
  }

  #colophon.main-footer .shm-subfooter-text-link,
  #colophon.main-footer .shm-subfooter-html {
    line-height: 1.6;
    white-space: normal;
  }

  #copyright {
    padding: 0 24px 28px;
  }

  #copyright .container {
    width: 100%;
    padding: 18px 0 0;
  }
}

@media (max-width: 1399px) {
  .shm-header-v3 .shm-mega-panel {
    grid-template-columns: minmax(0, 1fr) 450px;
  }
}

@media (max-width: 1199px) {
  .shm-home-hero {
    padding: 60px 0;
  }

  .shm-home-hero-title {
    font-size: 42px;
  }

  .shm-home-hero--offerte .shm-home-hero-title {
    font-size: 40px;
  }

  .shm-home-hero-grid {
    gap: 42px;
  }
}

@media (max-width: 991px) {
  .shm-home-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shm-home-hero-title {
    font-size: 36px;
  }

  .shm-home-hero-description {
    font-size: 17px;
    line-height: 1.65;
  }

  .shm-home-hero--offerte .shm-home-hero-title,
  .shm-home-hero--offerte .shm-home-hero-description {
    max-width: none;
  }

  .shm-offerte-hero-trustbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shm-home-hero-form-wrap {
    padding: 22px;
  }

  .shm-home-hero-form-wrap .wpcf7 .wpcf7-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shm-home-hero-form-wrap .contactform.col-sm-6 {
    grid-column: 1 / -1;
  }

  .shm-home-hero-block .shm-home-hero-usp-grid-3,
  .shm-home-hero-block .shm-home-hero-usp-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .shm-transmission-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shm-acf-contact-inner,
  .shm-acf-two-column-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shm-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shm-services-title {
    font-size: 34px;
  }

  .shm-services-description {
    font-size: 17px;
  }

  .shm-partner-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shm-partner-right .shm-partner-visual {
    padding: 28px 24px;
  }

  .shm-partner-title {
    font-size: 34px;
  }

  .shm-eeat-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .shm-eeat-content {
    order: 1;
  }

  .shm-eeat-media {
    order: 2;
  }

  .shm-eeat-title {
    font-size: 32px;
  }

  .shm-over-ons-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shm-over-ons-hero-title {
    font-size: 36px;
  }

  .shm-over-ons-hero-media {
    order: 2;
  }

  .shm-over-ons-hero-content {
    order: 1;
  }

  .shm-history-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shm-history-grid .shm-history-content,
  .shm-history-grid .shm-history-media {
    order: initial !important;
  }

  .shm-history-title {
    font-size: 34px;
  }

  .shm-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shm-team-title {
    font-size: 34px;
  }

  .shm-general-banner-title {
    font-size: 34px;
  }

  .shm-contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .shm-contact-hero-title {
    font-size: 36px;
  }

  .shm-faq-title {
    font-size: 34px;
  }

  .shm-faq-question h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .shm-home-hero {
    padding: 46px 0;
  }

  .shm-home-hero-title {
    font-size: 30px;
  }

  .shm-home-hero-description {
    font-size: 16px;
  }

  .shm-home-hero--offerte .shm-home-hero-copy {
    text-align: center;
  }

  .shm-home-hero--offerte .shm-home-hero-title {
    font-size: 30px;
  }

  .shm-offerte-hero-timeline {
    gap: 18px;
    margin: 28px 0;
    text-align: left;
  }

  .shm-offerte-hero-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .shm-offerte-hero-step-number {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .shm-offerte-hero-step-title {
    font-size: 16px;
  }

  .shm-offerte-hero-step-text {
    font-size: 14px;
  }

  .shm-offerte-hero-trustbar {
    grid-template-columns: 1fr;
  }

  .shm-offerte-hero-trust-item {
    min-height: 0;
    padding: 18px 16px;
  }

  .shm-offerte-hero-trust-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .shm-home-hero-form-wrap {
    border-radius: 14px;
    padding: 18px;
  }

  .shm-home-hero-block .shm-home-hero-label {
    font-size: 11px;
  }

  .shm-home-hero-block .shm-home-hero-form-wrap {
    border-radius: 20px;
    padding: 20px;
  }

  .shm-home-hero-block .shm-home-hero-form-title {
    font-size: 24px;
  }

  .shm-home-hero-block .shm-home-hero-usp-grid-3,
  .shm-home-hero-block .shm-home-hero-usp-grid-2,
  .shm-home-hero-block .shm-home-hero-form-wrap .shm-transmission-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .wpcf7 .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .shm-field-email,
  .shm-home-hero-block .shm-home-hero-form-wrap .shm-field-phone {
    grid-column: 1 / -1;
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .shm-field-kenteken .wpcf7-form-control-wrap {
    height: 56px;
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .shm-field-kenteken .wpcf7-form-control-wrap::before {
    width: 34px;
    background-size: 28px 46px;
  }

  .shm-home-hero-block .shm-home-hero-form-wrap .shm-field-kenteken input[type="text"]#formulier-offerte {
    inset: 0 0 0 34px;
    width: calc(100% - 34px);
    font-size: 44px;
    padding: 0 8px !important;
  }

  .shm-acf-contact-block,
  .shm-services-section,
  .shm-acf-two-column,
  .shm-acf-html-block {
    padding: 28px 0;
  }

  .shm-acf-contact-inner,
  .shm-acf-two-column-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shm-acf-block-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .shm-acf-block-text,
  .shm-acf-html-inner {
    font-size: 16px;
    line-height: 1.6;
  }

  .shm-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shm-service-card {
    padding: 22px 18px;
  }

  .shm-services-title {
    font-size: 30px;
  }

  .shm-services-description {
    font-size: 16px;
  }

  .shm-service-title {
    font-size: 18px;
  }

  .shm-partner-section {
    padding: 34px 0;
  }

  .shm-partner-label {
    font-size: 11px;
  }

  .shm-partner-title {
    font-size: 30px;
  }

  .shm-partner-description {
    font-size: 16px;
  }

  .shm-partner-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .shm-partner-feature-card {
    min-height: 66px;
    padding: 10px 12px;
  }

  .shm-partner-feature-text {
    font-size: 14px;
  }

  .shm-partner-right .shm-partner-visual {
    padding: 22px 16px;
  }

  .shm-partner-logo {
    max-width: 220px;
  }

  .shm-partner-subtext {
    font-size: 12px;
  }

  .shm-partner-quote {
    font-size: 15px;
    line-height: 1.6;
  }

  .shm-eeat-section {
    padding: 34px 0;
  }

  .shm-eeat-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .shm-eeat-description {
    font-size: 15px;
  }

  .shm-eeat-list {
    margin-top: 20px;
  }

  .shm-eeat-list-item {
    gap: 12px;
    margin-bottom: 14px;
  }

  .shm-eeat-icon-box {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .shm-eeat-icon-box i {
    font-size: 15px;
  }

  .shm-eeat-item-content h3 {
    font-size: 16px;
  }

  .shm-eeat-item-content p {
    font-size: 13px;
  }

  .shm-over-ons-hero-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .shm-over-ons-hero-description {
    font-size: 16px;
    line-height: 1.65;
  }

  .shm-over-ons-hero-button {
    width: 100%;
    justify-content: center;
    margin-top: 22px;
  }

  .shm-history-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .shm-history-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .shm-team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shm-team-card {
    padding: 24px 18px;
  }

  .shm-team-title {
    font-size: 30px;
  }

  .shm-team-description {
    font-size: 15px;
  }

  .shm-team-card-title {
    font-size: 21px;
  }

  .shm-team-card-description {
    font-size: 14px;
  }

  .shm-general-banner {
    padding: 58px 0;
  }

  .shm-general-banner-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .shm-general-banner-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .shm-general-banner-button {
    width: 100%;
    margin-top: 24px;
  }

  .shm-contact-hero-section {
    padding: 46px 20px;
  }

  .shm-contact-hero-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .shm-contact-hero-subtitle {
    font-size: 15px;
    line-height: 1.65;
  }

  .shm-contact-card {
    gap: 14px;
    padding: 18px;
  }

  .shm-contact-card-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .shm-contact-card-title {
    font-size: 18px;
  }

  .shm-contact-usp-step {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 20px 18px;
    text-align: center;
  }

  .shm-contact-usp-step-icon {
    width: 46px;
    height: 46px;
  }

  .shm-contact-usp-step-title {
    font-size: 22px;
  }

  .shm-contact-usp-step-text {
    font-size: 14px;
  }

  .shm-contact-trust-grid {
    grid-template-columns: 1fr;
  }

  .shm-contact-trust-card {
    align-items: center;
    text-align: center;
  }

  .shm-contact-trust-bar-image {
    grid-template-columns: 1fr;
  }

  .shm-contact-trust-image {
    width: 100%;
    height: 76px;
  }

  .shm-contact-trust-bar-text {
    grid-template-columns: 1fr;
  }

  .shm-contact-trust-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .shm-contact-hero-form-card {
    padding: 22px 18px;
  }

  .shm-contact-hero-form-title {
    font-size: 23px;
  }

  .shm-contact-hero-form-wrap .wpcf7 .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .shm-contact-hero-form-wrap .contactform.col-sm-6 {
    grid-column: 1 / -1;
  }

  .shm-faq-section {
    padding: 34px 0;
  }

  .shm-faq-title {
    font-size: 30px;
  }

  .shm-faq-description {
    font-size: 15px;
  }

  .shm-faq-question {
    padding: 16px 16px;
  }

  .shm-faq-question h2 {
    font-size: 16px;
  }

  .shm-faq-answer {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  .shm-waarom-section {
    padding: 30px 0;
  }

  .shm-waarom-header {
    margin-bottom: 24px;
  }

  .shm-waarom-title {
    font-size: 30px;
  }

  .shm-waarom-description {
    font-size: 16px;
  }

  .shm-waarom-table-wrap {
    border-radius: 10px;
  }

  .shm-waarom-table tbody td {
    padding: 14px;
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 650px) {
  .shm-waarom-table thead {
    display: none;
  }

  .shm-waarom-table,
  .shm-waarom-table tbody,
  .shm-waarom-table tr,
  .shm-waarom-table td {
    display: block;
    width: 100%;
  }

  .shm-waarom-table tbody tr {
    border-bottom: 1px dashed rgba(255,255,255,0.15);
  }

  .shm-waarom-table tbody tr:last-child {
    border-bottom: 0;
  }

  .shm-waarom-table tbody td {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    align-items: center;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px dashed rgba(255,255,255,0.12);
    text-align: left;
  }

  .shm-waarom-table tbody tr td:last-child {
    border-bottom: 0;
  }

  .shm-waarom-table tbody td::before {
    content: attr(data-cell);
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    padding: 6px 8px;
    border-radius: 6px;
  }

  .shm-waarom-table tbody td:nth-of-type(1)::before {
    background: rgba(227, 244, 223, 0.14);
  }

  .shm-waarom-table tbody td:nth-of-type(2)::before {
    background: rgba(229, 244, 251, 0.14);
  }

  .shm-waarom-table tbody td:nth-of-type(3)::before {
    background: rgba(255, 250, 238, 0.14);
  }

  .shm-waarom-table tbody td.shm-waarom-cell-highlight i {
    display: none;
  }

  .shm-waarom-table tbody td.shm-waarom-cell-highlight,
  .shm-waarom-table tbody td.shm-waarom-cell-highlight strong {
    color: #38bdf8;
  }
}

@media (max-width: 1199px) {
  .shm-header-v3 .shm-top-usp-inner {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
    padding: 8px 0;
  }

  .shm-header-v3 .shm-top-usp-item {
    text-align: left;
    font-size: 13px;
    justify-content: flex-start;
  }

  .shm-header-v3 .shm-main-nav-link {
    padding: 0 12px;
    font-size: 15px;
  }

  .shm-header-v3 .shm-mega-panel {
    width: calc(100vw - 32px);
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    padding: 18px 16px;
  }

  .shm-header-v3 .shm-mega-right {
    grid-template-columns: 70px 118px minmax(0, 1fr);
  }

  .shm-header-v3 .shm-mega-image {
    min-height: 210px;
    border-radius: 16px;
  }
}

@media (max-width: 991px) {
  .shm-header-v3 .shm-top-usp {
    display: none;
  }

  .shm-header-v3 #masthead.shm-masthead {
    position: sticky;
    top: 0;
    z-index: 1008;
  }

  .shm-header-v3 .shm-submenu-row {
    display: none;
  }

  .shm-header-v3 .shm-main-header-row {
    min-height: 68px;
  }

  .shm-header-v3 .shm-main-header-logo #site-logo img {
    max-height: 46px;
  }

  .shm-header-v3 .shm-main-header-right-desktop {
    display: none;
  }

  .shm-header-v3 .shm-main-header-mobile-toggle {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
  }

  .shm-header-v3 #cs-mobile-icon {
    display: inline-flex;
    position: static;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
  }

  .shm-header-v3 #cs-mobile-icon strong {
    display: none;
  }

  .shm-header-v3 #cs-mobile-icon i {
    height: 2px;
    margin: 2px auto;
    background: #fff;
  }

  .shm-header-v3 #navigation-mobile .container {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  .shm-header-v3 #navigation-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 68px;
    z-index: 1007;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shm-header-v3 .shm-mobile-menu-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
  }

  .shm-header-v3 .shm-mobile-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
  }

  .shm-header-v3 .shm-mobile-action-btn-primary {
    background: #68c753;
    color: #fff !important;
  }

  .shm-header-v3 .shm-mobile-action-btn-secondary {
    border: 2px solid #68c753;
    color: #1a2232 !important;
  }

  .shm-header-v3 .shm-mobile-menu-info {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 14px;
    border-radius: 12px;
    background: #171a22;
    color: #fff;
  }

  .shm-header-v3 .shm-mobile-menu-info-html {
    color: #fff;
  }

  .shm-header-v3 .shm-mobile-usp-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
    justify-items: center;
  }

  .shm-header-v3 .shm-mobile-usp-list li {
    margin: 0;
    color: rgba(255,255,255,0.95);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    gap: 8px;
  }

  .shm-header-v3 .shm-mobile-usp-text {
    text-align: center !important;
  }

  .shm-header-v3 .shm-mobile-usp-icon {
    color: #49d23d;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 1px;
    flex: 0 0 auto;
  }

  .shm-header-v3 .shm-mobile-usp-icon i {
    font-size: 12px;
    line-height: 1;
  }

  .shm-header-v3 .shm-mobile-review-html {
    margin-top: 10px;
    color: #fff;
  }

  .shm-header-v3 #navigation-mobile .menu-menu-1-container {
    margin: 0 0 12px;
  }

  .shm-header-v3 #navigation-mobile ul {
    margin: 0;
    padding: 0;
  }

  .shm-header-v3 #navigation-mobile ul li {
    border: 0;
    border-bottom: 1px solid #d7d8df;
    background: transparent;
  }

  .shm-header-v3 #navigation-mobile ul li:last-child {
    border-bottom: 1px solid #d7d8df;
  }

  .shm-header-v3 #navigation-mobile ul li a {
    color: #1e2431;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 14px;
  }

  .shm-header-v3 #navigation-mobile ul li a:hover {
    color: #0f61db;
  }

  .shm-header-v3 #navigation-mobile ul li.menu-item-has-children > a {
    border-right: 0;
    margin-right: 56px;
  }

  .shm-header-v3 #navigation-mobile .cs-dropdown-plus {
    background: transparent;
    width: 56px;
    display: none;
    top: 0;
    right: 0;
    bottom: auto;
    height: 52px;
    border-left: 0 !important;
  }

  .shm-header-v3 #navigation-mobile ul li.menu-item-has-children > .cs-dropdown-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .shm-header-v3 #navigation-mobile .cs-dropdown-plus .fa {
    display: none;
  }

  .shm-header-v3 #navigation-mobile .cs-dropdown-plus:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #555c6c;
    border-bottom: 2px solid #555c6c;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    transition: transform 0.22s ease;
  }

  .shm-header-v3 #navigation-mobile .cs-dropdown-plus.cs-times:before {
    transform: rotate(45deg);
  }

  .shm-header-v3 #navigation-mobile ul ul {
    background: #eef0f5;
    border-bottom: 1px solid #d7d8df;
  }

  .shm-header-v3 #navigation-mobile ul ul:before {
    border-top-color: #eef0f5;
  }

  .shm-header-v3 #navigation-mobile ul ul li a {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .shm-header-v3 .shm-main-header-row {
    min-height: 62px;
  }

  .shm-header-v3 .shm-main-header-logo #site-logo img {
    max-height: 40px;
  }

  .shm-header-v3 #navigation-mobile .container {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .shm-header-v3 #navigation-mobile {
    top: 62px;
    max-height: calc(100vh - 62px);
  }

  .shm-header-v3 .shm-mobile-menu-actions {
    gap: 8px;
    padding-top: 20px;
  }

  .shm-header-v3 .shm-mobile-action-btn {
    min-height: 38px;
    font-size: 13px;
    padding: 0 8px;
  }

  .shm-header-v3 .shm-mobile-menu-info {
    padding: 12px;
  }
}

@media (max-width: 1199px) {
  .geo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maps-info-card {
    width: 380px;
    left: 5%;
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .geo-tags-container {
    padding: 42px 20px 28px;
  }

  .geo-grid {
    grid-template-columns: 1fr;
  }

  .maps-backdrop-section {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .iframe-container {
    position: relative;
    height: 340px;
  }

  .maps-info-card {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 22px 20px;
    box-shadow: none;
  }
}
