/* ===== CSS VARIABLES ===== */

:root {
  --navy: #03233b;
  --teal: #003b46;
  --cream: #f7efe7;
  --green: #008f5a;
  --gold: #d6a73c;
  --text: #1a1a2e;
  --muted: #6b7280;

  --red: #be220d;
  --Gray: #f2f2f3;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 4px 24px rgba(3, 35, 59, 0.18);
}

/**
    Header Topbar
*/

/* Left block – Wholesale/Retail */

.tb-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.tb-supply-label {
  color: inherit;
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.2;
  white-space: nowrap;
}

.tb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 8px 18px;
  border-radius: 6px;
  border: none;
  font-family: var(--mt-head-font);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(3, 35, 59, 0.15);
  transition:
    transform var(--mt-transition),
    background-color var(--mt-transition),
    box-shadow var(--mt-transition),
    color var(--mt-transition);
}

.tb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(3, 35, 59, 0.22);
  opacity: 1;
}

.tb-btn-wholesale {
  background-color: var(--mt-quaternary, #d6a73c);
  color: var(--mt-accent-white, #fff) !important;
}
.tb-btn-wholesale:hover {
  background-color: #e8bc5e;
  color: var(--mt-accent-white, #fff) !important;
}

.tb-btn-retail {
  background-color: #f07724;
  color: #fff !important;
  border: 1px solid #f07724;
}

.tb-btn-retail svg {
  color: #fff !important;
  margin-right: 5px;
}

.tb-pipe {
  color: currentColor;
  margin: 0 4px;
  font-weight: 300;
  opacity: 0.3;
}

/* Center block – static stats (side by side) */

.tb-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: 100%;
}

header .mt__topbar_wrapper .mt__topbar .mt__topbar_item.mt__text_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.tb-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
}

.tb-stat {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.tb-stat-icon {
  font-size: 0.9rem;
  line-height: 1;
  flex-shrink: 0;
}

.tb-stat-text {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  white-space: nowrap;
  font-size: 0.9rem;
}
.tb-stat-text .tb-end-text {
  margin-left: 4px;
}

.tb-stat-value {
  font-family: var(--mt-head-font);
  font-weight: 600;
  line-height: 1;
  color: inherit;
}
.tb-stat-sep {
  flex: 0 0 auto;
  opacity: 0.35;
  font-weight: 300;
  line-height: 1;
}

/* Right block – Phone */

.tb-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.tb-phone-block {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tb-phone-tag {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.tb-phone-tag svg {
  color: currentColor !important;
  font-size: 0.9rem !important;
  margin-right: 6px;
}

.tb-phone-tag.b2b {
  color: #f07724;
}
.tb-phone-tag.b2c {
  color: #008f5a;
}

.tb-phone-num {
  font-family: var(--mt-head-font);
  font-size: 0.88rem;
  font-weight: normal;
  color: var(--mt-accent-white);
  text-decoration: none;
  letter-spacing: normal;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: var(--mt-transition);
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}

.tb-phone-num:hover {
  color: var(--mt-quinery);
}
.tb-phone-num svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* ===== HEADER ===== */

/* Logo */

.logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  flex-shrink: 0;
}
.logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ===== SECTION TITLE ===== */

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 143, 90, 0.08);
  border: 1px solid rgba(0, 143, 90, 0.2);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--mt-head-font);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--navy);
  letter-spacing: -0.5px;
}
.section-title span {
  color: var(--green);
}

/* =======================
   RESPONSIVE BREAKPOINTS
   ======================= */

/* ---- TABLET: ≤1024px ---- */

@media (max-width: 1024px) {
  /* Topbar: stack center below, or simplify */
  .topbar-inner {
    grid-template-columns: 1fr auto;
    height: auto;
    padding: 8px 16px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .tb-center {
    padding: 0 12px;
  }
  .tb-right {
    gap: 8px;
    padding-left: 12px;
  }

  /* Header */
  .header-inner {
    padding: 0 16px;
    gap: 12px;
    height: 64px;
  }
  .search-bar {
    max-width: 320px;
  }

  /* Header primary nav hidden, hamburger shown.
     Do not target bare `nav` — that also hides WooCommerce My Account navigation. */
  header nav,
  .mt__header_navbar,
  .mt__navbar {
    display: none;
  }
  .hamburger {
    display: flex !important;
  }
  .mobile-nav {
    display: block;
  }

  /* Products (featured products grid uses flex, not CSS grid) */
  .featured-products .products-main .products-grid .product-card {
    flex: 1 1 50%;
    max-width: 50%;
  }

  /* Category grid */
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Info rows */
  .info-row .container,
  .learn-row .container,
  .bulk-row .container {
    grid-template-columns: 1fr;
  }
  .info-main {
    grid-template-columns: repeat(3, 1fr);
  }

  /* About */
  .about-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---- MOBILE LARGE: ≤768px ---- */

@media (max-width: 767px) {
  /* Topbar: full rethink */
  .topbar-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
    gap: 0;
  }
  .tb-left {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 7px 16px;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tb-supply-label {
    font-size: 0.8125rem;
  }
  .tb-btn {
    min-height: 30px;
    padding: 7px 14px;
    font-size: 0.7rem;
  }
  .tb-center {
    padding: 7px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .tb-stats {
    gap: 10px;
  }
  .tb-stat-value {
    font-size: 0.9rem;
  }
  .tb-right {
    border-left: none;
    padding: 7px 16px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tb-phone-block {
    gap: 5px;
  }
  .tb-phone-num {
    font-size: 0.8rem;
  }

  /* Header */
  .header-inner {
    padding: 0 14px;
    gap: 10px;
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo img {
    height: 40px;
  }
  .search-bar {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .search-bar input {
    padding: 10px 44px 10px 16px;
    font-size: 0.85rem;
  }
  .header-actions {
    margin-left: auto;
  }

  /* Info rows */

  .info-row,
  .learn-row,
  .bulk-row {
    padding: 40px 0;
  }

  .info-row .container,
  .learn-row .container,
  .bulk-row .container {
    padding: 0 16px;
    grid-template-columns: 1fr;
  }
  .info-aside,
  .learn-aside,
  .bulk-aside {
    padding: 24px;
    border-radius: 14px;
  }

  .info-aside h3,
  .learn-aside h3,
  .bulk-aside h3 {
    font-size: 1.5rem;
  }

  .info-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* Section header */
  .section-header {
    margin-bottom: 24px;
  }
  .section-title {
    font-size: 1.6rem;
  }

  /* About section */
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .stat-card {
    padding: 18px;
  }
  .stat-number {
    font-size: 2rem;
  }

  /* Newsletter */
  .newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 16px;
  }
  .newsletter {
    padding: 36px 0;
  }
  .newsletter-form {
    max-width: 100%;
    width: 100%;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .footer-inner {
    padding: 0 16px;
  }
  /* footer { padding: 40px 0 24px; } */
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  /* Float CTA */
  .float-cta {
    padding: 11px 18px;
    font-size: 0.82rem;
    bottom: 16px;
    right: 16px;
  }
}

/* ---- MOBILE SMALL: ≤480px ---- */

@media (max-width: 480px) {
  /* Topbar */
  .tb-left {
    gap: 5px;
  }
  .tb-supply-label {
    display: none;
  }
  .tb-btn {
    min-height: 28px;
    padding: 6px 12px;
    font-size: 0.65rem;
  }
  .tb-pipe {
    display: none;
  }
  .tb-phone-tag {
    font-size: 0.6rem;
  }
  .tb-phone-num {
    font-size: 0.75rem;
  }

  /* Header: hide Sign In for guests on small screens; logged-in users keep Log out visible */
  body:not(.logged-in) .header-actions .btn-ghost:first-child {
    display: none;
  }
  .logo img {
    height: 34px;
  }

  /* Hero */
  .hero-swiper {
    min-height: 360px;
  }
  .slide-content {
    padding: 32px 16px;
  }
  .slide-h1 {
    font-size: 1.8rem;
  }
  .slide-sub {
    font-size: 0.85rem;
  }
  .slide-eyebrow {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  /* About stats */
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-number {
    font-size: 1.7rem;
  }

  /* Footer: single column */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-phone {
    font-size: 1.1rem;
  }

  /* Products */
  .product-card {
    padding: 18px;
  }
  .product-img-placeholder {
    width: 72px;
    height: 72px;
  }
  .price-amount {
    font-size: 1.25rem;
  }
}

/* ---- Prevent body scroll when mobile nav open ---- */

body.nav-open,
body.refine-open {
  overflow: hidden;
}

/** 
    About Section 
*/

.about-section {
  position: relative;
  overflow: hidden;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #ede9e4;
  background-color: var(--ai-section-bg, var(--mt-accent-white)) !important;
  border-width: 0px;
}

.about-section .about-inner {
  margin: 0 auto;
  align-items: flex-end;
  position: relative;
  display: flex; /* padding: 0 24px; */
}
.about-section .about-inner .about-text {
  padding: clamp(2.5rem, 2.2115rem + 1.2821vw, 3.75rem) 0;
  width: 75%;
}

.about-section .about-text h3 {
  font-family: var(
    --mt-head-font
  ); /* font-size: clamp(1.625rem, 1.4916rem + 0.7362vw, 2.375rem); */
  font-weight: 700;
  text-transform: uppercase; /* line-height: 1.05; */
  margin-bottom: 20px;
}

.about-section .about-text p {
  font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-section .about-text p strong {
  color: var(--mt-quaternary);
}

/** 
    Finally, some overrides for the frontend design and make it more user-friendly. 
*/

section.wp-block-geocare-about-info.geocare-about-info > .container,
section.geocare-about-info > .container {
  max-width: 1600px;
  padding: 0 clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem);
  margin: 0 auto;
}

section.brand-section {
  background: var(--mt-accent-white);
}




/** 
    New Styles
*/

    body:has(> .wrapper #primary .elementor) .mt__header_sticky-region,
    body:has(> .wrapper .inner-wrapper > .elementor) .mt__header_sticky-region { margin-bottom: 0 !important; }

    /* .sq__icon_contact .qodef-qi-icon-with-text { display: flex; align-items: center; gap: 6px; height: 100%; }

    .sq__icon_contact .qodef-m-content .qodef-m-title { font-size: 1rem; font-weight: 500; }

    .sq__icon_contact .qodef-qi-icon-with-text .qodef-m-button,
    .sq__icon_contact .qodef-qi-icon-with-text .qodef-html--link { line-height: 1; font-size: 0.9rem; }

    .sq__icon_contact .qodef-qi-icon-with-text .qodef-html--link:before, 
    .sq__icon_contact .qodef-qi-icon-with-text .qodef-html--link:after,
    .sq__icon_contact .qodef-qi-button.qodef-text-underline .qodef-m-text::after { display: none !important; }  */


    /* .sq__content_with_icon { height: 100%; }
    .sq__content_with_icon .qodef-m-content { display: flex; flex-direction: column; height: 100%; }

    .sq__content_with_icon .qodef-m-content .qodef-m-title { font-size: 1rem; line-height: 1.5; }
    .sq__content_with_icon .qodef-m-content .qodef-m-text { font-size: 0.95rem; }

    .sq__content_with_icon .qodef-m-content .qodef-m-text a { font-size: 1rem; margin-bottom: 4px; display: inline-block; }

    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="tel:"] { color: var(--mt-primary); font-size: 1.1rem; font-weight: 500; }
    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="tel:"]:hover,
    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="tel:"]:focus { color: var(--mt-scondery); }

    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="mailto:"] { color: var(--mt-scondery); font-weight: 500; }
    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="mailto:"]:hover,
    .sq__content_with_icon .qodef-m-content .qodef-m-text a[href*="mailto:"]:focus { color: var(--mt-quinery); }

    .sq__content_with_icon .qodef-m-content .qodef-m-button { margin-top: auto !important; padding-top: 10px; } */

/** 
    Headeing Decorations
*/

    .sq__heading_decor { position: relative; display: inline-block; }
    .sq__heading_decor h2 { font-size: clamp(1.5625rem, 1.3462rem + 0.9615vw, 2.5rem); }

    .sq__heading_decor:before { content: ""; position: absolute; left: -110%; top: 50%; width: 100%; 
        height: 2px; background-color: var(--mt-scondery); transform: translateY(-50%); clip-path: polygon(100% 4%, 0 53%, 100% 100%);
    }

    .sq__heading_decor:after { content: ""; position: absolute; left: 110%; top: 50%; width: 100%; 
        height: 2px; background-color: var(--mt-scondery); transform: translateY(-50%); clip-path: polygon(100% 49%, 0 0, 0 100%);
    }

/** 
    Contact Form Styles
*/

    .sq__form_wrapper { display: flex; flex-wrap: wrap; }

    /* .sq__form_wrapper .sq__form_left { flex: 1 1 30%; padding-right: 15px; position: relative; }

    .sq__form_wrapper .sq__form_left .sq__form_left_inner { width: 100%; height: 100%; padding: 40px 30px; 
        background-color: var(--mt-scondery); border-radius: 20px; color: var(--mt-accent-white); 
    }
    .sq__form_left_inner .sq__form_title { color: var(--mt-accent-white); margin: 0 0 10px; }
    .sq__form_left_inner .sq__form_desc { margin: 0 0 20px; font-size: 0.95rem; line-height: 1.5; }

    .sq__form_left_inner .sq__enquiry_list { margin: 30px 0 0; padding: 0; list-style: none; }
    .sq__form_left_inner .sq__enquiry_list li { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 0.95rem; }
    .sq__form_left_inner .sq__enquiry_list li svg { width: 20px; height: 20px; fill: none; stroke: var(--mt-accent-white); stroke-width: 2; }
    .sq__form_left_inner .sq__enquiry_list li span { font-size: 0.95rem; font-weight: 600; }
    .sq__form_left_inner .sq__icon_path_bg { position: absolute; bottom: -40px; right: 20px; font-size: 12vw; opacity: 0.04; } */



    .sq__form_wrapper .sq__form_right { flex: 1 1 100%; /* padding-left: 15px; */ }

    /* .sq__form_wrapper .sq__form_right .sq__form_right_inner { width: 100%; height: 100%; padding: 30px; 
        border-radius: 20px; border: 1px solid var(--mt-border-clr); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);  */
    /* } */

    .sq__form_right_inner .sq__form_title { color: var(--mt-primary); margin: 0 0 16px; }
    .sq__form_right_inner .sq__form_desc { margin: 0 0 20px; font-size: 0.95rem; line-height: 1.5; }
    .sq__form_right_inner .sq__form_group { display: flex; flex-wrap: wrap; row-gap: 20px; margin: 0 -10px; }
    .sq__form_right_inner .sq__form_group > div { padding: 0 10px; }

    .sq__form_right_inner .sq__form_group > div.flex-full { flex: 1 1 100%; }
    .sq__form_right_inner .sq__form_group > div.flex-1-half { flex: 1 1 50%; }
    .sq__form_right_inner .sq__form_group > div.flex-1-third { flex: 1 1 33.33%; }


    .sq__form_wrapper .sq__form_group input[type="text"], 
    .sq__form_wrapper .sq__form_group input[type="password"], 
    .sq__form_wrapper .sq__form_group input[type="email"], 
    .sq__form_wrapper .sq__form_group input[type="url"], 
    .sq__form_wrapper .sq__form_group input[type="tel"], 
    .sq__form_wrapper .sq__form_group input[type="number"], 
    .sq__form_wrapper .sq__form_group input[type="range"], 
    .sq__form_wrapper .sq__form_group input[type="date"], 
    .sq__form_wrapper .sq__form_group textarea, 
    .sq__form_wrapper .sq__form_group input.text, 
    .sq__form_wrapper .sq__form_group input[type="search"] { 
        background-color: var(--mt-accent-white); border-radius: 10px; 
    }

    .sq__form_wrapper .wpcf7-form-control.wpcf7-select,
    .sq__form_wrapper .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { 
        background-color: var(--mt-accent-white); min-height: 55px; border-radius: 10px; 
    }

    /* Upload Container */
    .upload-box { position: relative; font-size: 0.9rem; font-weight: 500; }
    .file-type { font-size: 0.85rem; letter-spacing: 0.03em; }

    /* File Input */
    .upload-box input[type="file"]{ width: 100%; padding: 10px; border: 1px dashed #d7d7d7; 
        border-radius: 12px; font-size: 0.85rem; background: var(--mt-accent-white); cursor: pointer; 
        transition: .3s; margin: 4px 0px; 
    }

    /* Hover */
    .upload-box input[type="file"]:hover{ border-color: #198754; background: #f1fff7; }

    /* Focus */
    .upload-box input[type="file"]:focus{ border-color: #198754; box-shadow: 0 0 0 .2rem rgba(25,135,84,.15); }

    /* File Button */
    .upload-box input[type="file"]::file-selector-button{ background: #198754; color: #fff; border: none; 
        border-radius: 8px; padding: 10px 18px; margin-right: 15px; cursor: pointer; transition: .3s; }

    .upload-box input[type="file"]::file-selector-button:hover{ background: #157347; }

    /* Lucide Icon */
    .upload-box .lucide{ width:18px; height:18px; vertical-align:middle; }



    @media screen and (max-width: 1024px) {
        .sq__form_wrapper .sq__form_right { flex: 1 1 60%; padding-left: 15px; }
        .sq__form_wrapper .sq__form_left { flex: 1 1 40%; padding-right: 15px; }
    }
    
    @media screen and (max-width: 767px) {
        .sq__form_wrapper .sq__form_right { flex: 1 1 100%; padding-left: 0; padding-top: 20px; }
        .sq__form_wrapper .sq__form_left { flex: 1 1 100%; padding-right: 0; }

        .sq__form_right_inner .sq__form_group > div.flex-1-half,
        .sq__form_right_inner .sq__form_group > div.flex-1-third,
        .sq__form_right_inner .sq__form_group > div.flex-full { flex: 1 1 100%; }
    }






    .sq__support_icon_box .qodef-m-title-text {  font-size: 1.1rem;margin: 0 0 4px;}
    .sq__support_icon_box .qodef-m-text { font-size: 0.95rem; line-height: 1.5; }



/* 
    Main Slider Section
*/

    .wp-block-geocare-hero-banner.hero-swiper,
    .wp-block-geocare-hero-banner.hero-swiper .swiper-slide { height: auto !important; 
        min-height: auto !important; padding: 0 !important; margin: 0 !important; 
    }

    .wp-block-geocare-hero-banner.hero-swiper .slide-inner { position: relative; display: grid; width: 100%; height: 100%; align-items: center; }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div { position: relative; width: 100%; grid-area: 1 / 1; }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-bg,
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-overlay {
        width: 100%;
        height: 100%;
        align-self: stretch;
        justify-self: stretch;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-overlay { width: 100%; height: 100%; }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > a.slide-banner-link {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        grid-area: 1 / 1;
        z-index: 1;
        align-self: stretch;
        justify-self: stretch;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content {
        pointer-events: none;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content a,
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content button {
        pointer-events: auto;
        position: relative;
        z-index: 3;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-content { 
        padding-top: clamp(1.25rem, 0.8173rem + 1.9231vw, 3.125rem);
        padding-bottom: clamp(1.25rem, 0.8173rem + 1.9231vw, 3.125rem);
        height: auto !important;
        min-height: 0 !important;
        align-self: center;
        justify-self: stretch;
        box-sizing: border-box;
        z-index: 2;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__before,
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__between {
        display: block;
        font-family: var(--geocare-font-body, inherit);
        font-weight: 500;
        font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.5rem);
        line-height: 1.35;
        letter-spacing: 0;
        text-transform: none;
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__before {
        color: var(--hero-heading-before-color, #1a1a1a);
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__between {
        color: var(--hero-heading-between-color, #1a1a1a);
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__main {
        color: var(--hero-heading-color, inherit);
    }
    .wp-block-geocare-hero-banner.hero-swiper .slide-h1__main-second {
        display: block;
        color: var(
            --hero-heading-main-second-color,
            var(--hero-heading-color, inherit)
        );
    }

    .wp-block-geocare-hero-banner.hero-swiper .slide-inner picture,
    .wp-block-geocare-hero-banner.hero-swiper .slide-inner picture .slide-bg__img { position: relative; 
        width: 100%; height: 100%; object-fit: cover; object-position: left bottom; display: block; }

    .hero-swiper .slide-textlink { position: relative; display: inline-flex; 
        align-items: center; gap: 6px; font-size: 0.9rem; font-weight: 500; }

    .hero-swiper .slide-content--no-panel .slide-text:not(.slide-text--center) .slide-textlink { top: 50%; left: 100% !important; right: -100%; bottom: 0; 
        padding: 20px 34px; position: absolute; flex-wrap: nowrap; margin: auto; width: fit-content; transform: translateY(-50%);
        font-size: clamp(0.9375rem, 0.8654rem + 0.3205vw, 1.25rem); font-weight: 700; }

    .hero-swiper .slide-content--no-panel .slide-text { position: relative; }

    .hero-swiper .slide-content--no-panel .slide-text.slide-text--center {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-self: center;
        justify-content: center;
        align-items: center;
        width: min(100%, 660px);
        max-width: 660px;
    }

    .hero-swiper .slide-content--no-panel .slide-text.slide-text--center .slide-cta {
        justify-content: center;
    }

    .hero-swiper .slide-content--no-panel .slide-text.slide-text--center .slide-textlink {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 8px auto 0;
        padding: 0;
        display: inline-flex;
    }

    .hero-swiper .slide-cta:has(+ .slide-textlink) { margin-bottom: 0px; }

    @media only screen and (max-width: 1024px) {
        .hero-swiper .slide-content--no-panel .slide-textlink { margin-left: 0; position: relative; 
          right: auto; left: auto !important; bottom: auto; top: auto; transform: translateY(0%); }

        .hero-swiper .slide-content--no-panel .slide-text { position: relative; display: flex; flex-wrap: wrap; }
        .hero-swiper .slide-content--no-panel .slide-text .slide-h1,
        .hero-swiper .slide-content--no-panel .slide-text .slide-sub { flex: 1 1 100%; margin-top: 0; }
    }

    @media only screen and (max-width: 767px) {
        .hero-swiper .swiper-button-prev,
        .hero-swiper .swiper-button-next { display: none !important; }

        .wp-block-geocare-hero-banner.hero-swiper,
        .wp-block-geocare-hero-banner.hero-swiper .swiper-slide { max-height: 560px; }

        .wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-content:has(> .slide-text:not(.slide-text--center)) { align-self: start !important;  }
    }




    /* Form CheckBox style */

    .wpcf7-form .sq-form-ckecklist { display: flex; align-items: center; flex-wrap: wrap; width: 100%;}
    .wpcf7-form .sq-form-ckecklist .form-label { padding: 0 5px; }

    .sq-e-dark-bg .wpcf7-form [type="checkbox"] { border: 1px solid var(--mt-accent-white); }
    .sq-e-dark-bg .wpcf7-form input[type=checkbox]:checked { border-color: var(--mt-accent-white); }

    .wpcf7-form [type="checkbox"] { border: 1px solid var(--mt-border-clr); }
    .wpcf7-form input[type=checkbox]:checked { border-color: var(--mt-border-clr); }


    .wpcf7-form .wpcf7-list-item-label { line-height: 1; font-size: 0.9rem; margin-left: 8px; }
    .wpcf7-form .wpcf7-list-item { display: inline-flex; align-items: center; padding: 10px 5px; }
    .wpcf7-form .wpcf7-list-item:first-child { margin-left: 0; }

    .wpcf7-form [type="checkbox"] { bottom: 0px; position: relative; width: 18px; height: 18px; appearance: none; 
        -webkit-appearance: none; background-color: transparent; }

    .wpcf7-form input[type="checkbox"]:before {
        content: ""; position: absolute; top: -5px; left: 2px; margin: auto; width: 8px; height: 16px; 
        border-width: 0 2px 2px 0; border-color: var(--mt-primary); border-style: solid; z-index: 1; 
        transform: rotate(36deg) scale(0); -webkit-transform: rotate(36deg) scale(0); 
        -webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
        transform-origin: center bottom; -webkit-transform-origin: center bottom; }
    .wpcf7-form input[type=checkbox]:checked:before { transform: rotate(36deg) scale(1); -webkit-transform: rotate(36deg) scale(1);  }

    .wpcf7-form input[type="checkbox"]:after {
        content: ""; position: absolute; right: 0; top: 0; width: 12px; height: 12px; background-color: var(--mt-accent-white); 
        transform: translate(6px, -6px); -webkit-transform: translate(6px, -6px); opacity: 0; 
        -webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); }
    .wpcf7-form input[type="checkbox"]:checked:after { opacity: 1; }