/* Font imports for home */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet');

/* CSS Variables for home */
:root {
  --z-base: 0;
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --text-lg: 1.2rem;
  --text-md: 1.1rem;
  --text-sm: 0.95rem;
  --text-xl: 1.5rem;
  --text-xs: 0.875rem;
  --z-fixed: 300;
  --z-modal: 500;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --z-sticky: 200;
  --font-bold: 700;
  --radius-lg: 8px;
  --radius-md: 6px;
  --radius-sm: 4px;
  --radius-xl: 12px;
  --screen-lg: 1024px;
  --screen-md: 768px;
  --screen-sm: 640px;
  --screen-xl: 1200px;
  --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.1);
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --text-2-xl: 2rem;
  --text-3-xl: 2.5rem;
  --text-4-xl: 3rem;
  --text-5-xl: 3.5rem;
  --text-base: 1.2rem;
  --z-popover: 600;
  --z-tooltip: 700;
  --color-gold: gold;
  --font-light: 300;
  --z-dropdown: 100;
  --color-black: #000000;
  --color-theme: #ffffff;
  --color-white: #ffffff;
  --font-medium: 500;
  --radius-2-xl: 20px;
  --radius-full: 9999px;
  --screen-2-xl: 1600px;
  --shadow-2-xl: 0 25px 50px rgba(0, 0, 0, 0.25);
  --container-lg: 1200px;
  --container-md: 800px;
  --container-sm: 600px;
  --container-xl: 1440px;
  --font-regular: 400;
  --leading-snug: 1.4;
  --color-gray-50: #fafafa;
  --color-primary: var(--color-primary-1);
  --font-semibold: 600;
  --header-height: 90px;
  --leading-tight: 1.1;
  --color-gray-100: #f4f4f5;
  --color-gray-200: #e4e4e7;
  --color-gray-300: #d4d4d8;
  --color-gray-400: #a1a1aa;
  --color-gray-500: #71717a;
  --color-gray-600: #52525b;
  --color-gray-700: #3f3f46;
  --color-gray-800: #27272a;
  --color-gray-900: #18181b;
  --color-gray-950: #09090b;
  --color-tertiary: #f97316;
  --leading-normal: 1.5;
  --section-height: 800px;
  --shadow-colored: 0 8px 20px var(--color-primary-alpha-30);
  --color-faqs-icon: var(--color-tertiary-brand);
  --color-primary-1: #FFFFFF;
  --color-primary-2: #e4dbdb;
  --color-primary-3: #c9c3c3;
  --color-primary-4: #aeaaaa;
  --color-primary-5: #939191;
  --color-primary-6: #787777;
  --color-primary-7: #5e5d5d;
  --color-primary-8: #434242;
  --color-primary-9: #282828;
  --color-secondary: var(--color-secondary-1);
  --leading-relaxed: 1.6;
  --transition-base: all 0.3s ease;
  --transition-fast: all 0.2s ease;
  --transition-slow: all 0.5s ease;
  --color-primary-10: #0d0d0d;
  --color-tertiary-1: #fff2f7;
  --color-tertiary-2: #e4acc2;
  --color-tertiary-3: #d60357;
  --color-tertiary-4: #ae4b72;
  --color-tertiary-5: #932d56;
  --color-tertiary-6: #78183e;
  --color-tertiary-7: #5e0b2c;
  --color-tertiary-8: #43041d;
  --color-tertiary-9: #280110;
  --z-modal-backdrop: 400;
  --color-secondary-1: #fdeaf2;
  --color-secondary-2: #e4d7dd;
  --color-secondary-3: #c9bdc2;
  --color-secondary-4: #aea3a8;
  --color-secondary-5: #93898e;
  --color-secondary-6: #787074;
  --color-secondary-7: #5e575a;
  --color-secondary-8: #433e40;
  --color-secondary-9: #282526;
  --color-tertiary-10: #0d0005;
  --container-default: 100%;
  --color-primary-dark: var(--color-primary-3);
  --color-secondary-10: #0d0c0c;
  --color-button-shadow: #1d8d96;
  --color-primary-brand: #FFFFFF;
  --color-theme-inverse: #1E1D25;
  --transition-material: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --color-black-alpha-50: rgba(0, 0, 0, 0.5);
  --color-cta-background: #d60357;
  --color-cta-foreground: #ffffff;
  --color-primary-1-text: #000000;
  --color-primary-2-text: #000000;
  --color-primary-3-text: #000000;
  --color-primary-4-text: #000000;
  --color-primary-5-text: #000000;
  --color-primary-6-text: #000000;
  --color-primary-7-text: #ffffff;
  --color-primary-8-text: #ffffff;
  --color-primary-9-text: #ffffff;
  --color-tertiary-brand: #d60357;
  --color-white-alpha-50: #00000050;
  --color-faqs-background: #FFFFFF;
  --color-faqs-foreground: #000000;
  --color-primary-10-text: #ffffff;
  --color-secondary-brand: #fdeaf2;
  --color-tertiary-1-text: #000000;
  --color-tertiary-2-text: #000000;
  --color-tertiary-3-text: #ffffff;
  --color-tertiary-4-text: #ffffff;
  --color-tertiary-5-text: #ffffff;
  --color-tertiary-6-text: #ffffff;
  --color-tertiary-7-text: #ffffff;
  --color-tertiary-8-text: #ffffff;
  --color-tertiary-9-text: #ffffff;
  --color-about-background: #fdeaf2;
  --color-about-foreground: #000000;
  --color-secondary-1-text: #000000;
  --color-secondary-2-text: #000000;
  --color-secondary-3-text: #000000;
  --color-secondary-4-text: #000000;
  --color-secondary-5-text: #000000;
  --color-secondary-6-text: #ffffff;
  --color-secondary-7-text: #ffffff;
  --color-secondary-8-text: #ffffff;
  --color-secondary-9-text: #ffffff;
  --color-services-overlay: #d60357;
  --color-staff-background: #ffffff;
  --color-staff-foreground: #000000;
  --color-tertiary-10-text: #ffffff;
  --color-banner-background: #FFFFFF;
  --color-banner-foreground: #000000;
  --color-button-background: #25b6c1;
  --color-button-foreground: #000000;
  --color-footer-background: #0d0d0d;
  --color-footer-foreground: #ffffff;
  --color-header-background: #FFFFFF;
  --color-header-foreground: #000000;
  --color-secondary-10-text: #ffffff;
  --color-staff-card-border: #d60357;
  --color-contact-background: #fdeaf2;
  --color-contact-foreground: #000000;
  --color-gallery-background: #fdeaf2;
  --color-gallery-foreground: #000000;
  --color-marquee-background: #5e0b2c;
  --color-marquee-foreground: #ffffff;
  --color-partner-background: #FFFFFF;
  --color-partner-foreground: #000000;
  --color-benefits-background: #fdeaf2;
  --color-benefits-foreground: #000000;
  --color-categories-card-cta: #fff2f7;
  --color-cta-card-background: #ffffff;
  --color-cta-card-foreground: #000000;
  --color-services-background: #FFFFFF;
  --color-services-foreground: #000000;
  --color-catalogue-background: #FFFFFF;
  --color-catalogue-foreground: #000000;
  --color-faqs-icon-background: #d60357;
  --color-faqs-icon-foreground: #ffffff;
  --color-hero-card-background: #ffffff;
  --color-hero-card-foreground: #000000;
  --color-about-card-background: #FFFFFF;
  --color-about-card-foreground: #000000;
  --color-banner-cta-background: #d60357;
  --color-banner-cta-foreground: #ffffff;
  --color-cta-button-background: #d60357;
  --color-cta-button-foreground: #ffffff;
  --color-header-cta-background: #fdeaf2;
  --color-header-cta-foreground: #000000;
  --color-offer-card-background: #ffffff;
  --color-offer-card-foreground: #000000;
  --color-staff-card-background: #fdeaf2;
  --color-staff-card-foreground: #000000;
  --color-banner-card-background: #ffffff;
  --color-banner-card-foreground: #000000;
  --color-catalogue-view-all-cta: var(--color-theme);
  --color-faqs-navigation-arrows: #d60357;
  --color-header-tabs-background: #fdeaf2;
  --color-header-tabs-foreground: #000000;
  --color-information-background: #000000;
  --color-information-foreground: #ffffff;
  --color-staff-modal-background: #fdeaf2;
  --color-staff-modal-foreground: #000000;
  --color-button-background-hover: #1d8d96;
  --color-button-foreground-hover: #ffffff;
  --color-category-faq-background: #ffffff;
  --color-category-faq-foreground: #000000;
  --color-floating-cta-background: #d60357;
  --color-floating-cta-foreground: #ffffff;
  --color-testimonials-background: #FFFFFF;
  --color-testimonials-foreground: #000000;
  --color-workingHours-background: #ffffff;
  --color-workingHours-foreground: #000000;
  --color-benefits-card-background: #ffffff;
  --color-benefits-card-foreground: #000000;
  --color-footer-contact-card-ring: #09090b;
  --color-categoryBanner-background: linear-gradient(var(--color-tertiary-1) 0%, var(--color-tertiary-2) 50%, var(--color-tertiary-3) 100%);
  --color-categoryBanner-foreground: #ffffff;
  --color-primary-button-background: #d60357;
  --color-primary-button-foreground: #ffffff;
  --color-service-header-background: #FFFFFF;
  --color-service-header-foreground: #000000;
  --color-categories-card-background: #fff2f7;
  --color-categories-card-foreground: #000000;
  --color-banner-cta-background-hover: #fdeaf2;
  --color-banner-cta-foreground-hover: #000000;
  --color-catalogue-navigation-arrows: var(--color-tertiary-brand);
  --color-categoryServices-background: #ffffff;
  --color-categoryServices-foreground: #000000;
  --color-header-cta-background-hover: #d60357;
  --color-header-cta-foreground-hover: #ffffff;
  --color-offer-sticky-bar-background: #0d0d0d;
  --color-offer-sticky-bar-foreground: #ffffff;
  --color-secondary-button-background: #fdeaf2;
  --color-secondary-button-foreground: #000000;
  --color-services-overlay-foreground: #ffffff;
  --color-testimonial-star-background: gold;
  --color-category-faq-card-background: #ffffff;
  --color-category-faq-card-foreground: #000000;
  --color-staff-card-button-background: #d60357;
  --color-staff-card-button-foreground: #ffffff;
  --color-staff-modal-cards-background: #ffffff;
  --color-staff-modal-cards-foreground: #000000;
  --color-testimonials-card-background: #fdeaf2;
  --color-testimonials-card-foreground: #000000;
  --color-banner-cta-connect-background: #fdeaf2;
  --color-banner-cta-connect-foreground: #000000;
  --color-header-cta-connect-background: #fdeaf2;
  --color-header-cta-connect-foreground: #000000;
  --color-header-tabs-active-background: #d60357;
  --color-header-tabs-active-foreground: #ffffff;
  --color-offer-card-content-background: #ffffff;
  --color-offer-card-content-foreground: #000000;
  --color-serviceBanner-card-background: #ffffff;
  --color-serviceBanner-card-foreground: #000000;
  --color-footer-contact-card-background: #FFFFFF;
  --color-footer-contact-card-foreground: #000000;
  --color-footer-contact-card-input-ring: #a1a1aa;
  --color-testimonials-navigation-arrows: #d60357;
  --color-category-link-button-background: #fdeaf2;
  --color-category-link-button-foreground: #000000;
  --color-floating-cta-connect-background: #FFFFFF;
  --color-floating-cta-connect-foreground: #000000;
  --color-header-business-info-background: #FFFFFF;
  --color-header-business-info-foreground: #000000;
  --color-primary-button-background-hover: #fdeaf2;
  --color-primary-button-foreground-hover: #000000;
  --color-categoryServices-card-background: #ffffff;
  --color-categoryServices-card-foreground: #000000;
  --color-catalogue-view-all-cta-background: #fdeaf2;
  --color-catalogue-view-all-cta-foreground: #000000;
  --color-secondary-button-background-hover: #d60357;
  --color-secondary-button-foreground-hover: #ffffff;
  --color-banner-cta-connect-background-hover: #d60357;
  --color-banner-cta-connect-foreground-hover: #ffffff;
  --color-header-cta-connect-background-hover: #d60357;
  --color-header-cta-connect-foreground-hover: #ffffff;
  --color-footer-contact-card-input-background: #ffffff;
  --color-footer-contact-card-input-foreground: var(--color-black);
  --color-footer-contact-card-input-ring-focus: #18181b;
  --color-footer-contact-card-button-background: #d60357;
  --color-footer-contact-card-button-foreground: #ffffff;
  --color-catalogue-navigation-arrows-background: #d60357;
  --color-catalogue-navigation-arrows-foreground: #ffffff;
  --color-catalogue-view-all-cta-hover-background: #d60357;
  --color-catalogue-view-all-cta-hover-foreground: #ffffff;
  --color-footer-contact-card-button-background-hover: #FFFFFF;
  --color-footer-contact-card-button-foreground-hover: #000000;
  --font-head: Lora, serif;
  --font-body: Poppins, sans-serif;
}

/* Page-specific global CSS for home */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes partners-carousel-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Global Styles */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-head);
}

body,
button,
p,
span,
div {
    font-family: var(--font-body);
}

html,
body {
    scroll-behavior: smooth;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: white;
}

a {
    color: inherit;
    text-decoration: none;
}

.zoca-app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

*:focus {
    outline: none;
}

*:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

.animate-fadeIn {
    animation: fadeIn 0.5s ease-out;
}

.animate-slideUp {
    animation: slideUp 0.5s ease-out;
}

.animate-slideDown {
    animation: slideDown 0.5s ease-out;
}

.animate-bounce {
    animation: bounce 2s ease-in-out infinite;
}

.transition-fast {
    transition: var(--transition-fast);
}

.transition-base {
    transition: var(--transition-base);
}

.transition-slow {
    transition: var(--transition-slow);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    line-height: var(--leading-normal);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family:
        -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

img,
picture,
video,
canvas,
svg {
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}

ul,
ol {
    list-style: none;
}

.container {
    width: 100%;
    max-width: var(--container-default);
    margin: 0 auto;
    padding: 0 var(--space-4);
}

.section {
    width: 100%;
    min-height: var(--section-height);
    position: relative;
}

.section-hero {
    padding: var(--header-height) 0 0 0;
}

.section-full-height {
    height: 100vh;
    min-height: 100vh;
}

.grid {
    display: grid;
}

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

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-4 {
    gap: var(--space-4);
}

.gap-6 {
    gap: var(--space-6);
}

.gap-8 {
    gap: var(--space-8);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.horizontal-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-dark {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fixed-bottom {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: calc(100% - 40px);
}

.fixed-bottom-shadow {
    box-shadow: var(--shadow-colored);
}


.offer-sticky-bar[data-offer-sticky-bar-enable='false']{
    display: none;
}

.offer-sticky-bar[data-offer-sticky-bar-enable='true'] ~ .header-spacer {
    height: calc(var(--header-height, 80px) + 42.5px);
}

.offer-sticky-bar[data-offer-sticky-bar-enable='true'] ~ .header {
        margin-top: 42.5px;
    }

@media (max-width: 767px) {
    .offer-sticky-bar[data-offer-sticky-bar-enable='true'] ~ .header {
        margin-top: 37px;
    }

    .offer-sticky-bar[data-offer-sticky-bar-enable='true'] ~ .header-spacer {
        height: calc(var(--header-height, 80px) + 37px);
    }
}

@media (max-width: 767px) {
  .offer-sticky-bar {
    padding: 8px 18px;
  }

  .offer-sticky-bar-title,
  .offer-sticky-bar-divider,
  .offer-sticky-bar-cta{
    font-size: 12px !important;
  }
}


.card-layout {
    display: grid;
    gap: var(--space-8);
    align-items: stretch;
    justify-items: center;
    width: 100%;
}

.card-layout>* {
    width: 100%;
    height: 100%;
}

.card-layout-single {
    grid-template-columns: 1fr;
}

.card-layout-double {
    grid-template-columns: 1fr;
}

.section-overlay {
    position: relative;
    width: 100%;
    min-height: var(--section-height);
    overflow: hidden;
}

.section-overlay>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.section-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--color-black-alpha-30));
    z-index: 2;
}

.section-overlay-content {
    position: relative;
    z-index: 3;
    min-height: var(--section-height);
    display: flex;
    align-items: center;
}

.hidden {
    display: none !important;
}

.block {
    display: block;
}

.heading-hero {
    font-size: var(--text-4-xl);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-6);
    text-align: center;
}

.text-hero {
    font-size: var(--text-lg);
    line-height: var(--leading-relaxed);
    margin-bottom: var(--space-10);
    text-align: center;
    font-weight: var(--font-medium);
}

.heading-section {
    font-size: var(--text-3-xl);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-4);
}

.text-section {
    font-size: var(--text-md);
    max-width: 800px;
    margin: 0 auto;
}

.heading-card {
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    margin-bottom: var(--space-3);
}

.text-card {
    font-size: var(--text-base);
    margin-bottom: var(--space-6);
    line-height: var(--leading-normal);
}

.heading-offer {
    font-size: var(--text-3-xl);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-6);
}

.text-offer {
    font-size: var(--text-lg);
    line-height: var(--leading-relaxed);
    margin-bottom: var(--space-4);
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-medium);
    text-align: center;
    border-radius: var(--radius-md);
    transition: var(--transition-base);
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

.btn-sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-base);
}

.btn-md {
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-base);
}

.btn-lg {
    padding: var(--space-4) var(--space-10);
    font-size: var(--text-md);
}

.btn-primary {
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
}

.btn-primary:hover {
    background-color: var(--color-primary-button-background-hover);
    color: var(--color-primary-button-foreground-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid currentColor;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

.btn-dark {
    background-color: var(--color-black);
    color: var(--color-white);
}

.btn-dark:hover {
    background-color: var(--color-gray-800);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid currentColor;
}

.btn-outline:hover {
    transform: translateY(-2px);
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close svg {
    width: 20px;
    height: 20px;
    color: var(--color-gray-600);
}

.carousel-nav-button {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 var(--space-6);
    cursor: pointer;
    transition: all 0.2s;
}

.carousel-nav-button svg {
    width: 20px;
    height: 20px;
}

.btn-pill {
    border-radius: var(--radius-full);
}

.btn-tab {
    padding: var(--space-2) var(--space-5);
    background-color: var(--color-gray-100);
    color: var(--color-gray-700);
    border: none;
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.btn-tab:hover {
    background-color: var(--color-gray-200);
}

.btn-tab[data-active='true'],
.btn-tab.active {
    background-color: var(--color-gray-800) !important;
    color: var(--color-white) !important;
}

.membership-section {
    width: 100%;
    padding: var(--space-20) var(--space-4);
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.membership-card {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border-radius: var(--radius-xl);
    padding: var(--space-12) var(--space-8);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-pricing {
    width: 100%;
    margin-bottom: var(--space-8);
}

.pricing-text {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    color: var(--color-white);
    max-width: 600px;
    margin: 0 auto;
}

.card-button-inverted {
    display: inline-block;
    padding: var(--space-3) var(--space-8);
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: var(--font-medium);
    font-size: var(--text-base);
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: var(--transition-base);
}

.card-button-inverted:hover {
    background-color: var(--color-white-alpha-90);
    transform: translateY(-2px);
}

.form-input {
    border: none;
    border-radius: var(--radius-xl);
    padding: var(--space-4);
    font-size: var(--text-base);
    outline: none;
    width: 100%;
}

.form-input-gray {
    background-color: var(--color-gray-50);
    color: var(--color-gray-800);
}

.form-label {
    font-size: var(--text-base);
    margin: 0;
    font-weight: var(--font-medium);
}

.form-label-dark {
    color: var(--color-gray-800);
}

.phone-input-container {
    display: flex;
    border-radius: 12px;
    overflow: visible;
}

.phone-container-gray {
    background-color: var(--color-gray-50);
}

.input-with-icon {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    border-radius: 12px;
}

.input-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
}

.phone-icon-gray {
    color: var(--color-gray-600);
}

.input-transparent {
    background: transparent;
    padding: 1rem 0;
    font-size: 1rem;
    border: none;
    outline: none;
    width: 100%;
}

.phone-input-dark {
    color: var(--color-gray-800);
}

.country-selector {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    border-right: 1px solid var(--color-gray-200);
    gap: 0.5rem;
    cursor: pointer;
}

.country-selector-gray {
    background-color: var(--color-gray-50);
}

.country-flag {
    width: 20px;
    height: auto;
}

.country-code {
    font-size: 1rem;
}

.country-code-dark {
    color: var(--color-gray-800);
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    z-index: 10000;
    display: none;
    margin-top: 2px;
}

.country-dropdown-white {
    background-color: var(--color-white);
}

.country-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 12px;
}

.country-option:last-child {
    border-bottom: none;
}

.country-option-border {
    border-bottom: 1px solid var(--color-gray-100);
}

.country-option-border:hover {
    background-color: var(--color-gray-50);
}

.toggle-button-default {
    background: var(--color-gray-50);
    border-color: var(--color-gray-300);
    color: var(--color-black);
}

.toggle-button-default:hover {
    border-color: var(--color-primary);
    color: var(--color-black);
}

.toggle-button-active {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background-color: var(--color-primary-alpha-10);
}

.form-fields-flex {
    flex: 1;
}

.form-fields-column {
    flex-direction: column;
}

.form-options-row {
    flex-direction: row;
    gap: var(--space-3);
}

.form-input-size {
    font-size: 16px;
}

/* ================================
   Gallery SECTION STYLES
   Following CSS_NAMING_CONVENTION.md
   Component-Element Pattern
   ================================ */


/* Gallery Section Styles */
.gallery-section {
    scroll-margin-top: var(--header-height) !important;
    background-color: var(--color-gallery-background);
    color: var(--color-gallery-foreground) !important;
}

.gallery-content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
    padding-bottom: var(--space-8);
}

.gallery-item {
    width: 100%;
    position: relative;
}

.gallery-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: var(--radius-lg);
    object-fit: cover;
    transition: var(--transition-material);
    cursor: pointer;
}

.gallery-image:hover {
    transform: scale(1.03);
}

/* Gallery Overlay Styles */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    border-radius: var(--radius-lg);
    display: none;
    /* Hidden by default */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-material);
    text-decoration: none;
    flex-direction: row;
    gap: var(--space-2);
}

.gallery-overlay::before {
    content: "View More";
    color: white;
    font-size: var(--text-lg);
    font-weight: var(--font-semibold);
}

.gallery-overlay::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'%3E%3C/path%3E%3Cpath d='m12 5 7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Desktop: 4 columns - show 4 or 8, overlay only when MORE than 4 or MORE than 8 */
@media (min-width: 1025px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Hide all overlays by default */
    .gallery-overlay {
        display: none !important;
    }

    /* 5-7 images: Show 4, overlay on 4th (has 5th but NOT 8th) */
    .gallery-grid:has(.gallery-item:nth-child(5)):not(:has(.gallery-item:nth-child(8))) .gallery-item:nth-child(4) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(5)):not(:has(.gallery-item:nth-child(8))) .gallery-item:nth-child(n+5) {
        display: none !important;
    }

    /* 9+ images: Show 8, overlay on 8th (has 9th) */
    .gallery-grid:has(.gallery-item:nth-child(9)) .gallery-item:nth-child(8) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(9)) .gallery-item:nth-child(n+9) {
        display: none !important;
    }
}

/* Tablet: 3 columns - show 3, 6, or 9, overlay only when MORE than those */
@media (min-width: 641px) and (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Hide all overlays by default */
    .gallery-overlay {
        display: none !important;
    }

    /* 4-5 images: Show 3, overlay on 3rd (has 4th but NOT 6th) */
    .gallery-grid:has(.gallery-item:nth-child(4)):not(:has(.gallery-item:nth-child(6))) .gallery-item:nth-child(3) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(4)):not(:has(.gallery-item:nth-child(6))) .gallery-item:nth-child(n+4) {
        display: none !important;
    }

    /* 7-8 images: Show 6, overlay on 6th (has 7th but NOT 9th) */
    .gallery-grid:has(.gallery-item:nth-child(7)):not(:has(.gallery-item:nth-child(9))) .gallery-item:nth-child(6) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(7)):not(:has(.gallery-item:nth-child(9))) .gallery-item:nth-child(n+7) {
        display: none !important;
    }

    /* 10+ images: Show 9, overlay on 9th (has 10th) */
    .gallery-grid:has(.gallery-item:nth-child(10)) .gallery-item:nth-child(9) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(10)) .gallery-item:nth-child(n+10) {
        display: none !important;
    }
}

/* Mobile: 2 columns - show 2, 4, 6, or 8, overlay only when MORE than those */
@media (max-width: 640px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Hide all overlays by default */
    .gallery-overlay {
        display: none !important;
    }

    /* 3 images only: Show 2, overlay on 2nd (has 3rd but NOT 4th) */
    .gallery-grid:has(.gallery-item:nth-child(3)):not(:has(.gallery-item:nth-child(4))) .gallery-item:nth-child(2) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(3)):not(:has(.gallery-item:nth-child(4))) .gallery-item:nth-child(n+3) {
        display: none !important;
    }

    /* 5 images only: Show 4, overlay on 4th (has 5th but NOT 6th) */
    .gallery-grid:has(.gallery-item:nth-child(5)):not(:has(.gallery-item:nth-child(6))) .gallery-item:nth-child(4) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(5)):not(:has(.gallery-item:nth-child(6))) .gallery-item:nth-child(n+5) {
        display: none !important;
    }

    /* 7 images only: Show 6, overlay on 6th (has 7th but NOT 8th) */
    .gallery-grid:has(.gallery-item:nth-child(7)):not(:has(.gallery-item:nth-child(8))) .gallery-item:nth-child(6) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(7)):not(:has(.gallery-item:nth-child(8))) .gallery-item:nth-child(n+7) {
        display: none !important;
    }

    /* 9+ images: Show 8, overlay on 8th (has 9th) */
    .gallery-grid:has(.gallery-item:nth-child(9)) .gallery-item:nth-child(8) .gallery-overlay {
        display: flex !important;
    }

    .gallery-grid:has(.gallery-item:nth-child(9)) .gallery-item:nth-child(n+9) {
        display: none !important;
    }
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.section-title {
    word-break: break-word;
    font-size: 52px;
    line-height: var(--leading-tight);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-2);
}

.section-subtitle {
    word-break: break-word;
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    font-weight: var(--font-regular);
    margin-bottom: var(--space-4);
    color: var(--color-black-alpha-70);
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: var(--space-8);
}

.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-weight: var(--font-medium);
    background-color: transparent;
    border: 1px solid var(--color-black);
    color: var(--color-black);
    font-size: var(--text-lg);
    padding-left: var(--space-6);
    padding-right: var(--space-6);
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-outline:hover {
    background-color: var(--color-black-alpha-10);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: var(--color-black-alpha-50);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 1rem;
}

.modal-content {
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    overflow-x: visible;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    width: 100%;
    background-color: var(--color-white);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem 1rem 2rem;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: var(--color-gray-800);
}

.modal-close:hover {
    background-color: var(--color-gray-100);
}

.modal-body {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow: visible;
}

.modal-submit-button {
    width: 100%;
    margin-top: var(--space-4);
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
}

.modal-submit-button:hover {
    background-color: var(--color-primary-button-background-hover);
    color: var(--color-primary-button-foreground-hover);
}

.carousel-card-image-container {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    flex-shrink: 0;
}

.carousel-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-base);
}

.carousel-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.carousel-card-title {
    flex-shrink: 0;
}

.services-section .carousel-card-title {
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-card-button {
    cursor: pointer;
    transition: var(--transition-base);
    flex-shrink: 0;
}

.carousel-card-image:hover {
    transform: scale(1.05);
}

.dot.is-selected {
    background-color: black !important;
}


.image-frame {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-2-xl);
    background-color: var(--color-white);
}

.image-container {
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-cover:hover {
    transform: scale(1.05);
}

.text-white {
    color: var(--color-white) !important;
}

.carousel-section {
    scroll-margin-top: var(--header-height) !important;
    width: 100%;
    padding: var(--space-16) 0;
}

.section-container {
    max-width: var(--container-lg);
    margin: 0 auto;
    width: 100%;
    padding-inline: var(--space-8);
    padding-block: var(--space-16);
}

.header .section-container {
    padding-block: 0;
}

.testimonials-section .section-container {
    padding-block: 0;
}

.services-section .section-container {
    padding-block: 0;
}

@media (min-width: 600px) and (max-width:1024px) {
    .section-container {
        padding-inline: var(--space-24);
        padding-block: var(--space-16);
    }
}

@media (max-width: 600px) {
    .section-container {
        padding-inline: var(--space-4);
        padding-block: var(--space-16);
    }

    .testimonials-section .section-container {
        padding-inline: 0;
        padding-block: 0;
    }

    .services-section .section-container {
        padding-inline: 0;
        padding-block: 0;
    }
}

.section-heading {
    font-size: var(--text-4-xl);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-4);
}

@media (max-width:1024px) {
    .section-heading {
        font-size: var(--text-3-xl);
    }
}

.section-description {
    font-size: var(--text-base);
    max-width: var(--container-md);
    margin: 0 auto;
}

#modal-phone-container {
    margin-top: var(--space-4);
}

#modal-visit-question-container {
    margin-top: var(--space-4);
}

.modal-success-container {
    padding: var(--space-8) var(--space-6);
    min-height: 300px;
}

.modal-success-container .successPage-icon-wrapper {
    margin-bottom: var(--space-4);
}

.modal-success-container .successPage-icon {
    width: 75px;
    height: 75px;
}

.modal-success-container .successPage-title {
    font-size: var(--text-2-xl);
    margin-bottom: var(--space-2);
}

.modal-success-container .successPage-message {
    font-size: var(--text-base);
    margin-bottom: var(--space-6);
}

.modal-success-container .successPage-review-section {
    padding-top: var(--space-6);
    max-width: 350px;
}

.modal-success-container .successPage-review-title {
    font-size: var(--text-base);
}

.modal-success-container .successPage-review-description {
    font-size: var(--text-sm);
    margin-bottom: var(--space-3);
}

.modal-success-container .successPage-google-review-button {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
}

.modal-success-container .successPage-google-icon {
    width: 18px;
    height: 18px;
}


.mobile-fixed-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-fixed);
    display: inline-block;
    padding: var(--space-4) var(--space-10);
    background-color: var(--color-black);
    color: var(--color-white);
    font-weight: var(--font-semibold);
    font-size: var(--text-md);
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: var(--transition-base);
    box-shadow: 0 8px 20px var(--color-white-alpha-50);
    width: calc(100% - 40px);
}

.mobile-fixed-cta:hover {
    background-color: var(--color-black);
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 12px 25px var(--color-primary-alpha-50);
}

.announcement-section {
    width: 100%;
    background-color: var(--color-gray-100);
    position: relative;
}

.marquee-container {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-marquee-background);
    color: var(--color-marquee-foreground);
    cursor: pointer;
    padding: var(--space-4) 0;
}

.marquee-container:focus {
    outline: 2px solid var(--color-marquee-background);
    outline-offset: 2px;
}

.marquee-track {
    display: flex;
    width: fit-content;
    animation: marquee 30s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    padding-right: var(--space-8);
}

.marquee-text {
    color: var(--color-marquee-foreground);
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    text-transform: uppercase;
    white-space: nowrap;
}

.marquee-separator {
    color: var(--color-marquee-foreground);
    font-size: var(--text-2-xl);
}
.marquee-separator-short-text {
    margin: var(--space-8);
}

.mobile-announcement-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-12) var(--space-4);
    cursor: pointer;
}

.mobile-announcement-container:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.mobile-announcement-content {
    background-color: var(--color-gray-700);
    border-top-left-radius: var(--radius-2-xl);
    border-bottom-right-radius: var(--radius-2-xl);
    padding: var(--space-10) var(--space-12);
    text-align: center;
    max-width: 90%;
    transition: var(--transition-base);
}

.mobile-announcement-content:active {
    transform: scale(0.98);
}

.mobile-announcement-heading {
    color: var(--color-marquee-foreground);
    font-size: var(--text-2-xl);
    font-weight: var(--font-bold);
    margin: 0 0 var(--space-2) 0;
    letter-spacing: 0.02em;
}

.mobile-announcement-text {
    color: var(--color-marquee-foreground);
    font-size: var(--text-xl);
    font-weight: var(--font-medium);
    margin: 0;
    letter-spacing: 0.02em;
}

.feature-section {
    scroll-margin-top: var(--header-height) !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}

.feature-section-dark {
    background-color: var(--color-black);
}

.feature-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.feature-container-medium {
    max-width: var(--container-lg);
}

.feature-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius-2-xl);
    box-shadow: var(--shadow-xl);
}

.feature-card-rounded-lg {
    border-radius: var(--radius-xl);
}

.card-image-wrapper {
    width: 100%;
    min-height: 300px;
    background-color: var(--color-gray-700);
}

.card-image-wrapper-rounded {
    overflow: hidden;
    border-radius: var(--radius-md);
}

.card-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    display: block;
}

.card-content {
    background-color: var(--color-primary-light);
    padding: var(--space-10) var(--space-6);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-content-white {
    background-color: var(--color-white);
}

.card-content-primary {
    background-color: var(--color-primary-light);
}

.card-heading {
    font-size: 2.2rem;
    font-weight: var(--font-bold);
    color: var(--color-black);
    margin-bottom: var(--space-6);
    text-align: center;
}

.card-details {
    max-width: var(--container-sm);
    margin-bottom: var(--space-8);
}

.card-detail {
    font-size: var(--text-lg);
    margin-bottom: var(--space-4);
    line-height: var(--leading-relaxed);
}

.card-detail:last-child {
    margin-bottom: 0;
}

.card-text-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    margin-bottom: var(--space-10);
}

.card-text {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    color: var(--color-gray-700);
    margin: 0;
}

.card-text-large {
    font-size: var(--text-md);
}

.card-button-container {
    display: flex;
    justify-content: center;
    margin-top: var(--space-4);
}

.card-button {
    display: inline-block;
    padding: var(--space-3) var(--space-8);
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
    font-weight: var(--font-medium);
    font-size: 1.4rem;
    border-radius: var(--radius-lg);
    border: none;
    cursor: pointer;
    transition: var(--transition-base);
}

.card-button:hover {
    background-color: var(--color-primary-button-background-hover);
    transform: translateY(-2px);
    color: var(--color-primary-button-foreground-hover);
}

.card-button-small {
    padding: var(--space-4) var(--space-10);
    font-size: var(--text-base);
    font-weight: var(--font-semibold);
}

.text-link {
    color: var(--color-gray-500);
    cursor: pointer;
    font-weight: var(--font-semibold);
}

.text-link:hover {
    text-decoration: underline;
    color: var(--color-gray-600);
}

.feature-card-primary {
    background-color: var(--color-primary-light);
}

.feature-card-reverse {
    flex-direction: column-reverse;
}

.contact-section {
    scroll-margin-top: var(--header-height) !important;
    background-color: var(--color-workingHours-background) !important;
    color: var(--color-workingHours-foreground) !important;
}

.background-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-primary-light);
    max-height: fit-content;
    padding: var(--space-16) 0;
}

.background-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    color: transparent;
    opacity: 0.8;
    max-height: 100%;
}

.background-overlay {
    opacity: 0.6;
    position: absolute;
    inset: 0px;
    background-color: var(--color-black);
}

.content-wrapper {
    position: relative;
    z-index: 10;
    border-radius: var(--radius-lg);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.max-width-container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--container-xl);
}

.grid-layout {
    display: grid;
    gap: var(--space-4);
    padding-left: var(--space-4);
    padding-right: var(--space-4);
    grid-template-columns: repeat(12, minmax(1, 1fr));
}

.column-span {
    grid-column: span 12 / span 12;
    height: 100%;
}

.inner-grid {
    margin-top: var(--space-8);
    margin-bottom: var(--space-8);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--space-8);
    padding-left: var(--space-4);
    padding-right: var(--space-4);
}

.info-section {
    grid-column: span 12 / span 12;
}

.info-section--hours {
    order: 1;
}

.info-section--contact {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.info-box {
    display: flex;
    width: 100%;
    max-width: 28rem;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    text-align: left;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
}

.info-title {
    word-break: break-word;
    font-size: var(--text-xl);
    line-height: var(--text-2-xl);
    font-weight: var(--font-bold);
    margin-bottom: var(--space-2);
}

.hours-list {
    margin-top: var(--space-2);
}

.hours-item {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hours-label {
    width: 50%;
}

.hours-time {
    margin-left: var(--space-1);
    width: 40%;
    flex-grow: 1;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.contact-link {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.icon-wrapper {
    display: inline-flex;
}

.contact-icon {
    margin-bottom: var(--space-1);
    margin-right: var(--space-2);
    height: var(--space-5);
    width: var(--space-5);
    flex-shrink: 0;
}

.contact-text {
    word-break: break-word;
    font-size: var(--text-base);
    text-decoration-line: underline;
}

.location-link {
    text-decoration: none;
}

.location-text {
    word-break: break-word;
    font-size: var(--text-base);
    font-style: normal;
}

.location-inner {
    display: flex;
    align-items: center;
}

.location-icon {
    margin-bottom: var(--space-1);
    margin-right: var(--space-2);
    height: var(--space-5);
    width: var(--space-5);
    flex-shrink: 0;
}


.map-iframe {
    border-radius: var(--radius-lg) !important;
}



.successPage-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: var(--space-12) var(--space-6);
    min-height: 400px;
}

.successPage-icon-wrapper {
    margin-bottom: var(--space-6);
}

.successPage-icon {
    width: 75px;
    height: 75px;
}

.successPage-title {
    font-size: var(--text-2-xl);
    font-weight: var(--font-semibold);
    margin: 0 0 var(--space-3) 0;
}

.successPage-message {
    font-size: var(--text-lg);
    margin: 0 0 var(--space-8) 0;
    line-height: var(--leading-normal);
}

.successPage-review-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
    padding-top: var(--space-8);
    border-top: 1px solid var(--color-gray-200);
    width: 100%;
    max-width: 400px;
}

.successPage-review-title {
    font-size: var(--text-lg);
    font-weight: var(--font-semibold);
    margin: 0;
}

.successPage-review-description {
    font-size: var(--text-sm);
    margin: 0 0 var(--space-4) 0;
    line-height: var(--leading-relaxed);
}

.successPage-google-review-button {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    background-color: #4285f4;
    color: var(--color-white);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-lg);
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    text-decoration: none;
    transition: var(--transition-base);
    box-shadow: 0 2px 4px rgba(66, 133, 244, 0.3);
}

.successPage-google-review-button:hover {
    background-color: #3367d6;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(66, 133, 244, 0.4);
}

.successPage-google-icon {
    width: 20px;
    height: 20px;
}

.list-section-card {
    border-bottom: 1px solid var(--color-services-foreground);
    padding-bottom: var(--space-6);
}

.list-section-card:last-child {
    border-bottom: none;
}

.list-section-card-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-4);
}

.list-section-card-details {
    flex: 1;
}

.list-section-card-title {
    font-size: var(--text-lg);
    font-weight: var(--font-semibold);
    color: var(--color-black);
    margin-bottom: var(--space-2);
}

.list-section-card-description {
    font-size: var(--text-sm);
    color: var(--color-gray-600);
    margin-bottom: var(--space-2);
    line-height: var(--leading-relaxed);
}

.list-section-card-meta {
    font-size: var(--text-sm);
    color: var(--color-black);
    font-weight: var(--font-medium);
}

.list-section-card-actions {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.list-section-card-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.list-section-card-list-section {
    background-color: var(--color-white);
}

/* Media Queries */

@media (min-width: 640px) {
    .container {
        max-width: var(--container-sm);
    }

    .inner-grid {
        margin-top: var(--space-8);
        margin-bottom: var(--space-8);
        gap: var(--space-12);
    }
}

@media (min-width: 768px) {
    .container {
        max-width: var(--container-md);
        padding: 0 var(--space-6);
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .card-layout-double {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-12);
    }

    .mobile-only {
        display: none;
    }

    .mobile-hide {
        display: block;
    }

    .desktop-only {
        display: block;
    }

    .membership-card {
        padding: var(--space-16) var(--space-12);
    }

    .pricing-text {
        font-size: var(--text-md);
    }

    .card-button-inverted {
        padding: 0.875rem var(--space-10);
        font-size: var(--text-md);
    }

    .cta-mobile-spacing {
        margin-bottom: 0;
    }


    .modal-success-container {
        padding: var(--space-10) var(--space-8);
    }

    .modal-success-container .successPage-icon {
        width: 80px;
        height: 80px;
    }

    .modal-success-container .successPage-title {
        font-size: var(--text-3-xl);
    }

    .modal-success-container .successPage-message {
        font-size: var(--text-lg);
    }

    .modal-success-container .successPage-review-title {
        font-size: var(--text-lg);
    }

    .modal-success-container .successPage-review-description {
        font-size: var(--text-base);
    }

    .modal-success-container .successPage-google-review-button {
        padding: var(--space-3) var(--space-6);
        font-size: var(--text-base);
    }

    .mobile-fixed-cta {
        display: none;
    }

    .mobile-announcement-content {
        border-radius: var(--radius-full);
        padding: var(--space-12) var(--space-16);
        max-width: 600px;
    }

    .mobile-announcement-heading {
        font-size: var(--text-3-xl);
    }

    .mobile-announcement-text {
        font-size: var(--text-2-xl);
    }

    .feature-card {
        flex-direction: row;
        min-height: 700px;
    }

    .feature-card-auto-height {
        height: auto;
    }

    .card-image-wrapper {
        width: 40%;
        border-radius: var(--radius-lg);
    }

    .card-image-wrapper-rounded {
        border-radius: var(--radius-2-xl) 0 0 var(--radius-2-xl);
    }

    .card-image-rounded {
        border-radius: var(--radius-2-xl) 0 0 var(--radius-2-xl);
    }

    .card-content {
        width: 60%;
        padding: var(--space-12);
        justify-content: center;
        text-align: left;
        align-items: flex-start;
    }

    .card-content-narrow {
        width: 50%;
    }

    .card-content-wide {
        width: 61%;
    }

    .card-content-rounded {
        border-radius: 0 var(--radius-2-xl) var(--radius-2-xl) 0;
    }

    .card-heading {
        font-size: 2.8rem;
        margin-bottom: var(--space-8);
    }

    .card-heading-left {
        text-align: left;
    }

    .card-detail {
        font-size: 1.3rem;
    }

    .card-text {
        font-size: var(--text-md);
    }

    .card-text-large {
        font-size: var(--text-lg);
    }

    .card-button {
        padding: 0.875rem var(--space-10);
    }

    .card-button-container {
        margin-top: var(--space-6);
    }

    .feature-card-primary {
        background-color: var(--color-primary);
    }

    .feature-card-reverse {
        flex-direction: row;
    }

    .column-span {
        grid-column: span 10 / span 10;
        grid-column-start: 2;
    }

    .inner-grid {
        padding-left: var(--space-8);
        padding-right: var(--space-8);
    }

    .info-section--hours {
        order: 2;
        grid-column: span 5 / span 5;
        grid-column-start: 8;
    }

    .info-section--contact {
        order: 1;
        grid-column: span 6 / span 6;
    }

    .info-box {
        padding-left: var(--space-2);
        padding-right: var(--space-2);
        padding-top: var(--space-8);
        padding-bottom: var(--space-8);
    }

    .successPage-container {
        padding: var(--space-16) var(--space-8);
    }

    .successPage-title {
        font-size: 2rem;
    }

    .successPage-message {
        font-size: var(--text-xl);
    }

    .successPage-review-title {
        font-size: var(--text-xl);
    }

    .successPage-review-description {
        font-size: var(--text-base);
    }

    #contact-column {
        grid-column: span 2;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: var(--container-lg);
        padding: 0 var(--space-8);
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .heading-hero {
        font-size: var(--text-5-xl);
    }

    .text-hero {
        font-size: var(--text-xl);
    }


    .marquee-container {
        display: block;
    }

    .mobile-announcement-container {
        display: none;
    }

    .marquee-text {
        font-size: var(--text-xl);
    }

    .marquee-track {
        animation-duration: 45s;
    }

    .card-content {
        padding: var(--space-16);
    }

    .card-content-padded-left {
        padding-left: var(--space-20);
    }

    .card-heading {
        font-size: 3.4rem;
    }

    .card-heading-medium {
        font-size: var(--text-4-xl);
        margin-bottom: var(--space-8);
    }

    .card-heading-large {
        font-size: 3.5rem;
        margin-bottom: var(--space-10);
    }

    .card-text {
        font-size: var(--text-lg);
    }

    .card-text-large {
        font-size: 1.3rem;
    }

    .card-button-small {
        padding: 1.125rem var(--space-12);
        font-size: var(--text-md);
    }

    .column-span {
        grid-column: span 10 / span 10;
        grid-column-start: 2;
    }

    .inner-grid {
        margin-top: var(--space-8);
        margin-bottom: var(--space-8);
    }

    .successPage-container {
        padding: var(--space-20) var(--space-12);
    }

    .successPage-icon-wrapper {
        margin-bottom: var(--space-8);
    }

    .successPage-icon {
        width: 80px;
        height: 80px;
    }

    .successPage-title {
        font-size: 2.5rem;
        margin-bottom: var(--space-4);
    }

    .successPage-message {
        font-size: 1.5rem;
        margin-bottom: var(--space-12);
    }

    .successPage-review-section {
        gap: var(--space-4);
        padding-top: var(--space-12);
    }

    .successPage-google-review-button {
        padding: var(--space-4) var(--space-8);
        font-size: var(--text-lg);
    }

    #contact-column {
        grid-column: span 1;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: var(--container-lg);
    }

    .mobile-menu-button-container {
        display: none !important;
    }

    .mobile-menu-button-hide {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-overlay {
        height: auto;
    }

    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .desktop-only {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .heading-section {
        font-size: var(--text-4-xl);
    }

    .text-section {
        font-size: var(--text-lg);
    }

}

@media (max-width: 768px) {
    .btn-tab {
        padding: var(--space-2) var(--space-4);
        font-size: var(--text-xs);
    }

    .country-selector {
        min-width: 80px;
        padding: 0.8rem;
    }

    .country-dropdown {
        width: 180px;
        left: -10px;
    }

    .country-option {
        padding: 10px 12px;
    }

    .input-with-icon {
        padding: 0 0.8rem;
    }

    .form-fields-column {
        flex-direction: column;
    }

    .form-options-row {
        flex-direction: row;
        gap: var(--space-3);
    }

    .section-header {
        margin-bottom: var(--space-8);
    }

    .section-title {
        font-size: 36px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .modal {
        padding: 0;
        align-items: flex-end;
    }

    .modal-content {
        max-width: 100%;
        max-height: 85vh;
        margin: 0;
        border-radius: 20px 20px 0 0;
        position: relative;
    }

    .modal-header {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }

    .modal-body {
        padding: 1.5rem;
    }

    .list-section-card-body {
        gap: var(--space-3);
    }

    .list-section-card-actions {
        width: 100%;
        justify-content: space-between;
    }

    .list-section-card-title {
        font-size: var(--text-base);
    }

    .list-section-card-description {
        font-size: var(--text-xs);
    }

    .list-section-card-meta {
        font-size: var(--text-xs);
    }

    .list-section-card-image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 900px) {
    .carousel-nav-button {
        display: none;
    }

    .carousel-nav-button:last-of-type {
        display: flex;
        margin: var(--space-3) 0;
    }
}

@media (max-width: 1024px) {

    .section-title {
        font-size: 40px;
    }

    .section-subtitle {
        font-size: var(--text-base);
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (min-width: 1024px) {
    .carousel-card {
        width: calc(33.333%) !important;
    }

    .carousel-container:after {
        content: 'flickity-enabled';
        display: none;
    }
}

@media screen and (min-width: 650px) and (max-width: 1023px) {
    .carousel-card {
        width: calc(50%) !important;
    }
}


@media (min-width: 1300px) {
    .carousel-section {
        padding-block: var(--space-16);
    }
}

@media (min-width: 1600px) {

    .feature-card-fixed-width {
        width: 85rem;
    }
}


@media (min-width: 1440px) {
    .marquee-container {
        padding: var(--space-5) 0;
    }
}

@media (hover: hover) {
    .marquee-container:hover .marquee-track {
        animation-play-state: paused;
    }
}

/*
============================================================
           ADDED AND MODIFIED BLOCKS
============================================================
*/

/* Hide scrollbar for all browsers */
/* Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

/* Firefox */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* IE and Edge */
* {
    -ms-overflow-style: none;
}

/* Additional rules to ensure scrolling still works */
html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.carousel-container {
    margin-bottom: var(--space-12);
}


@media (max-width: 480px) {
    .carousel-container {
        margin-bottom: var(--space-32) !important;
    }
}

.carousel-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 300px;
    width: 90%;
    padding: 0 var(--space-2);
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .carousel-card {
        min-height: 540px;
    }
}

.carousel-card-text {
    flex-grow: 1;
    overflow: hidden;
    overflow-wrap: break-word;
    hyphens: auto;
}


/* Services section carousel card styles moved to bodaland.css */

.view-all-container {
    display: flex;
    justify-content: center;
}

/* Expanded text */
.expanded-text {
    display: inline;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.expanded-text.hidden {
    display: none;
}

.card-text-left {
    text-align: left;
}


.section-overlay {
    height: auto;
}

.mobile-only {
    display: block;
}

.mobile-hide {
    display: none;
}

.desktop-only {
    display: none;
}

.carousel-card {
    min-height: 450px;
    width: 78%;
}


@media (min-width: 768px) and (max-width: 1023px) {

    /* Services section responsive styles moved to bodaland.css */

    .service-button {
        padding: var(--space-3);
        font-size: var(--text-sm);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .heading-section {
        font-size: var(--text-4-xl);
    }

    .text-section {
        font-size: var(--text-lg);
    }

    .carousel-card {
        min-height: 500px;
    }

    /* Services section tablet styles moved to bodaland.css */
}


@media screen and (min-width: 650px) and (max-width: 1023px) {
    .carousel-card {
        width: calc(50%) !important;
    }

    .carousel-container {
        margin-bottom: var(--space-24) !important;
    }
}


/*--------------flickity-related-css----------------*/
/* Flickity Carousel Instagram-style dots CSS */


.flickity-viewport {
    transition: height 0.1s ease-in-out;
    width: 100%;
}

.main-carousel {
    display: flex;
    width: 100%;
}

.flickity-prev-next-button {
    transform: translate(0, 0) !important;
    background: var(--color-catalogue-navigation-arrows-background) !important;
    color: var(--color-catalogue-navigation-arrows-foreground) !important;   
    height: 40px !important;
    width: 40px !important;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 30% !important;
    top: 30% !important;
    width: 40% !important;
    height: 40% !important;
}
.flickity-prev-next-button.next {
    right: 10% !important;
}
.flickity-prev-next-button.previous{
    left: 10% !important;
}
.flickity-page-dots {
    display: block;
    white-space: nowrap;
    font-size: 0;
    position: absolute;
    width: 100%;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: text-indent 0.2s 0.15s;
}

.flickity-page-dots .dot {
    background: transparent !important;
    margin: 0 5px !important;
    /* Increased margin for more space between dots */
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    border: none !important;
}

/* Style the dots using ::before pseudo-element for better animation control */
.flickity-page-dots .dot::before {
    content: '' !important;
    background: #333 !important;
    border-radius: 50% !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    transition: transform 0.1s 0.15s, background-color 0.3s ease !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* Active dot styling */
.flickity-page-dots .dot.is-selected::before {
    background: #000 !important;
    transform: scale(1) !important;
}

/* Instagram-style overflow behavior */
.flickity-page-dots--overflow {
    left: 50% !important;
    width: 140px !important;
    /* 7 dots * 20px (10px + 10px margins) */
    margin-left: -70px !important;
    /* Half of width */
    overflow: hidden !important;
    text-align: center !important;
    /* Center the dots */
    text-indent: 0 !important;
    /* Remove text-indent to center properly */
    transition: all 0.2s 0.15s !important;
    padding: 0 20px !important;
    /* Add padding for centering */
    box-sizing: border-box !important;
}

/* Dot scaling based on position */
.flickity-page-dots--overflow .dot[data-dot="dot"]::before {
    transform: scale(1) !important;
}

.flickity-page-dots--overflow .dot[data-dot="dot--prev"]::before,
.flickity-page-dots--overflow .dot[data-dot="dot--next"]::before {
    transform: scale(0.7) !important;
}

.flickity-page-dots--overflow .dot[data-dot="dot--prev-prev"]::before,
.flickity-page-dots--overflow .dot[data-dot="dot--next-next"]::before {
    transform: scale(0.4) !important;
}

.flickity-page-dots--overflow .dot[data-dot="dot--offscreen"]::before {
    transform: scale(0.2) !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {


    .flickity-page-dots .dot {
        margin: 0 3px !important;
        /* Slightly smaller margin on mobile */
    }

    .flickity-page-dots--overflow {
        width: 98px !important;
        /* 7 dots * 14px (10px + 4px margins) */
        margin-left: -49px !important;
        text-indent: 28px !important;
        /* 2 dots * 14px */
    }
}

/* Fine-tune dot appearance */
.flickity-page-dots .dot::before {
    background: rgba(0, 0, 0, 0.3);
}

.flickity-page-dots .dot.is-selected::before {
    background: rgba(0, 0, 0, 0.9);
}

/* Dark theme support */
.dark .flickity-page-dots .dot::before {
    background: rgba(255, 255, 255, 0.3);
}

.dark .flickity-page-dots .dot.is-selected::before {
    background: rgba(255, 255, 255, 0.9);
}

/* Instagram-style dots override to ensure it applies over hosted flickity.min.css */
/* Force the scaling to work by adding more specific selectors and !important */
.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot"]::before {
    transform: scale(1) !important;
}

.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot--prev"]::before,
.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot--next"]::before {
    transform: scale(0.7) !important;
}

.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot--prev-prev"]::before,
.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot--next-next"]::before {
    transform: scale(0.4) !important;
}

.flickity-enabled .flickity-page-dots--overflow .dot[data-dot="dot--offscreen"]::before {
    transform: scale(0.2) !important;
}

/* Ensure the overflow container has the right properties */
.flickity-enabled .flickity-page-dots.flickity-page-dots--overflow {
    position: absolute !important;
    left: 50% !important;
    width: 112px !important;
    margin-left: -56px !important;
    overflow: hidden !important;
    text-align: left !important;
}

@media (max-width:768px) {
    .flickity-page-dots {
        bottom: -55px !important;
        width: 50% !important;
    }

    .flickity-prev-next-button {
        top: 107% !important;
    }
}

@media (min-width: 768px) and (max-width:1300px) {
    .flickity-prev-next-button {
        top: 105% !important;
    }
}

@media (min-width:640px) and (max-width: 1023px) {
    .flickity-prev-next-button.next {
        right: 120px !important;
    }

    .flickity-prev-next-button.previous {
        left: 120px !important;
    }

    .flickity-page-dots {
        bottom: -45px !important;
        width: 50% !important;
    }

}

@media (min-width: 1024px) {
    .flickity-page-dots {
        display: none !important;
    }
}

@media (min-width: 1301px) {
    .flickity-prev-next-button.next {
        right: -6% !important;
    }

    .flickity-prev-next-button.previous {
        left: -6% !important;
    }
}

.lightbox-carousel .flickity-viewport {
    padding: 0;
    overflow: hidden !important;
}

@media (min-width: 1024px) and (max-width:1300px) {
    .lightbox-carousel .flickity-prev-next-button {
        top: 50% !important;
    }
}

@media (min-width: 600px) and (max-width:1023px) {
    .lightbox-carousel .flickity-prev-next-button {
        top: 103% !important;
    }

    .lightbox-carousel .flickity-prev-next-button.next {
        right: 100px !important;
    }

    .lightbox-carousel .flickity-prev-next-button.previous {
        left: 100px !important;
    }
}

@media (max-width: 600px) {
    .lightbox-carousel .flickity-prev-next-button {
        display: none !important;
    }
}


/*------------------------*/
/*-----header-section-----*/
/*------------------------*/
.nav-desktop {
    display: none;
    align-items: center;
    gap: var(--space-4);
}

@media (min-width: 1200px) {

    .nav-desktop {
        display: flex;
    }
}

.nav-link {
    display: inline-block;
    font-weight: var(--font-medium);
    transition: var(--transition-fast);
    text-decoration: none;
    color: var(--color-header-foreground);
}

.nav-link:hover {
    background-color: var(--color-white-alpha-10);
}

.nav-link-desktop {
    font-size: var(--text-lg);
    padding: var(--space-2) var(--space-4);
    line-height: 1.75rem;
}

.nav-link-mobile {
    display: block;
    width: 100%;
    text-align: center;
    padding: var(--space-4);
    font-size: var(--text-md);
    border-radius: var(--radius-md);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-100%);
    opacity: 0;
}

.mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    overflow: hidden;
    transition: max-height 200ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 40;
    max-height: 0px;
    background-color: var(--color-header-background);
}

.mobile-menu-content {
    padding: var(--space-4) 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-2);
}

.header-overlay {
    position: fixed;
    inset: 0;
    top: 80px;
    z-index: 40;
    transition: opacity 200ms ease;
    pointer-events: none;
    opacity: 0;
}

.header-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    box-shadow: var(--shadow-xs);
    transition: var(--transition-material);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
}

.logo-container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex: 1;
}

.logo-link {
    display: flex;
    height: 90%;
    align-items: center;
    padding: var(--space-4) 0;
}

.logo-image {
    object-fit: contain;
    width: auto;
    height: 70px;
    max-width: 100%;
}

.fixed-cta {
    position: fixed !important;
    bottom: 10px;
    z-index: 100;
    width: calc(100% - 20px);
    box-shadow: var(--shadow-xl);
}

@media (max-width: 767px) {
    .fixed-cta {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .logo-container {
        height: 100px;
    }

    .fixed-cta {
        display: none !important;
    }
}

.header {
    background-color: var(--color-header-background);
    color: var(--color-header-foreground);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.7);
}

/* Common Button Styles */
.header-cta-desktop {
    background-color: var(--color-header-cta-background);
    color: var(--color-header-cta-foreground);
    padding: var(--space-2) var(--space-6);
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    z-index: 1;
    border-radius: 50px;
}

.header-cta-desktop::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    color: var(--color-header-cta-foreground-hover);
    background: var(--color-header-cta-background-hover);
    border-color: var(--color-header-cta-background);
    transition: left 0.3s ease;
    z-index: -1;
}

.header-cta-desktop:hover {
    color: var(--color-header-cta-foreground-hover);
    background: var(--color-header-cta-background-hover);
    transform: none !important;
}

.header-cta-desktop:hover::before {
    left: 0;
}

.header-cta-desktop:focus {
    outline: 2px solid var(--color-header-cta-background);
    outline-offset: 2px;
}

/* Responsive button adjustments */
@media (min-width: 1440px) {
    .header-cta-desktop {
        font-size: var(--text-lg);
    }
}

.header-cta-mobile {
    min-width: 10rem;
    margin-top: var(--space-2);
    margin-bottom: var(--space-4);
    transform: translateY(-100%);
    opacity: 0;
    transition: var(--transition-material);
}

/* Common Button Styles */
.header-cta-mobile {
    background-color: var(--color-header-cta-background);
    color: var(--color-header-cta-foreground);
    padding: var(--space-3) var(--space-8);
    font-size: var(--text-md);
    font-weight: var(--font-medium);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    z-index: 1;
    border-radius: 50px;
}

.header-cta-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary-button-background);
    transition: left 0.3s ease;
    z-index: -1;
}

.header-cta-mobile:hover {
    color: var(--color-primary-button-foreground);
    background: var(--color-primary-button-background-hover);
    border-color: var(--color-primary-button-background-hover);
}

.header-cta-mobile:hover::before {
    left: 0;
}

.header-cta-mobile:focus {
    outline: 2px solid var(--color-primary-button-background-hover);
    outline-offset: 2px;
}


.mobile-menu-button-container {
    display: flex;
    justify-content: flex-end;
}

.header-overlay-dark {
    background-color: var(--color-black-alpha-50);
}

.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='false'],
.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='none'] {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='false'] .fab-cta-button,
.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='none'] .fab-cta-button {
  background-color: var(--color-floating-cta-background);
  box-shadow: var(--color-white) 0px 8px 20px;
  color: var(--color-floating-cta-foreground);
  padding: 15px;
  margin-inline: 0;
}

.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='false'] .fab-cta-button:hover,
.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='none'] .fab-cta-button:hover {
  background-color: var(--color-gray-800);
}

.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='true'],
.mobile-cta-button-container-fallback[data-enable-google-reviews-fab='flex'] {
  display: none;
}

.mobile-cta-button-container[data-enable-google-reviews-fab='false'],
.mobile-cta-button-container[data-enable-google-reviews-fab='none'] {
  display: none;
}

.fab-cta-button {
    background-color: var(--color-floating-cta-background);
    box-shadow: var(--color-white-alpha-50) 0px 8px 20px;
    color: var(--color-floating-cta-foreground);
    font-weight: var(--font-bold);
    font-size: var(--text-xl);
    padding: var(--space-6) var(--space-4);
    border-radius: 40px;
}

.header-spacer {
    width: 100%;
    height: var(--header-height);
}

.toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.8rem;
    border: 1px solid currentColor;
    border-radius: 12px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.menu-button {
    position: relative;
    display: flex;
    height: 3rem;
    width: 3rem;
    transition: all 150ms ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: var(--color-header-foreground);
}

.menu-button:active {
    border-radius: var(--radius-sm);
    background-color: var(--color-white-alpha-50);
}

.menu-icon {
    position: absolute;
    top: 50%;
    transition: all 150ms ease;
}

.menu-icon svg {
    height: 3rem;
    width: 3rem;
}

.menu-icon-open {
    transform: translateY(-50%);
    opacity: 1;
}

.menu-icon-close {
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}

/*------------------------*/
/*-----Footer-section-----*/
/*------------------------*/

.footer-section {
    background-color: var(--color-footer-background);
    color: var(--color-footer-foreground);
    width: 100%;
}

.footer-list-item {
    font-size: var(--text-base);
    line-height: var(--leading-normal);
    text-decoration: none;
}

.footer-heading {
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    margin-bottom: var(--space-6);
    margin-top: 0;
}

.footer-link {
    transition: var(--transition-base);
    display: inline-block;
    padding: var(--space-2);
    border: 1px solid var(--color-footer-foreground);
}

.footer-contact-link {
    text-decoration: none;
    transition: var(--transition-base);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-top: var(--space-4);
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 16px;
    width: 24px;
    height: 24px;
    margin-top: 0px;
}

.footer-icon svg {
    width: 100%;
    height: 100%;
}


@media (min-width: 1024px) {
    .footer-heading {
        font-size: 1.75rem;
    }
}


/*------------------------*/
/*-----testimonials-section-----*/
/*------------------------*/

.testimonials-section {
    scroll-margin-top: var(--header-height) !important;
    background-color: var(--color-testimonials-background);
    color: var(--color-testimonials-foreground);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--space-16) 0 var(--space-16) 0;
    height: auto !important;
    min-height: auto !important;
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    height: auto !important;
}

.testimonials-header {
    margin-bottom: var(--space-6);
    text-align: center;
}

.testimonials-heading {
    font-size: var(--text-4-xl);
    margin-bottom: var(--space-3);
    margin-top: 0;
    font-weight: 700;
}

.testimonials-subheading {
    font-size: var(--text-lg);
    margin: 0;
    max-width: 700px;
    line-height: 1.6;
}

/* Carousel styles */
.testimonials-carousel {
    width: 100%;
    max-width: var(--container-lg);
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
}

.testimonials-carousel-cell {
    width: 100%;
    overflow: visible !important;
    height: auto !important;
    min-height: 480px;
}

.testimonial-cell-container {
    min-height: 480px;
    height: auto;
    display: flex;
    gap: var(--space-4);
    flex-wrap: wrap;
}

/* Testimonial card styles */
.testimonial-card {
    background: var(--color-testimonials-card-background);
    color: var(--color-testimonials-card-foreground);
    padding: var(--space-8);
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 280px;
    height: auto;
    transition: all 0.3s ease-in-out;
    min-width: 290px;
}

.testimonial-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Rating container */
.testimonial-rating {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-4);
}

/* Google icon */
.google-icon {
    margin-right: var(--space-2);
    min-width: 32px;
    height: 32px;
}

/* Stars container */
.stars-container {
    font-size: var(--text-lg);
    letter-spacing: 2px;
    display: flex;
    gap: 2px;
}

/* Star icon - reusable for all stars */
.star-icon {
    color: var(--color-gold);
    font-size: 20px;
}

/* Hide 5th star for 4-star reviews */
.star-icon[data-star-five="false"] {
    display: none;
}

/* Testimonial text */
.testimonial-text {
    font-size: var(--text-base);
    margin: 0 0 18px 0;
    line-height: var(--leading-normal);
    overflow: visible;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    flex: 1;
}
.testimonial-text span {
    white-space: unset !important;
}

.testimonial-text span br {
  display: none;
}

/* Expanded text */
.expanded-text {
    transition: all 0.3s ease;
}

.expanded-text.hidden {
    display: none;
}

/* Author section */
.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: auto;
}

/* Author avatar - base styles */
.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-semibold);
    font-size: var(--text-lg);
    margin-right: 14px;
}


/* Author initials */
.author-initials {
    font-size: var(--text-lg);
    font-weight: var(--font-semibold);
}

/* Author info */
.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: var(--text-md);
    font-weight: var(--font-medium);
    margin: 0;
}

.review-date {
    font-size: var(--text-sm);
    margin: 0;
}
/* to make review card null */
/* 1️⃣ Hide the specific card completely */
#testimonial-card-2_0[data-review-display-2="false"] {
  display: none !important;
}

/* 2️⃣ For all other testimonial cards, just hide visually */
.testimonial-card[data-review-display-2="false"]:not(#testimonial-card-2_0) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/* Hide both initials and image by default */
.author-avatar .author-initials,
.author-avatar .author-image {
  display: none;
}

/* 🖼️ Image styling — visible only when valid and flagged true */
.author-avatar .author-image[data-author-image="true"][src]:not([src=""]):not([src="none"]) {
  display: block;
  object-fit: cover;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

/* 🔤 Show initials when explicitly true */
.author-avatar .author-initials[data-author-initials="true"] {
  display: block;
}

/* ✅ When a valid image exists inside, reset parent background */
.author-avatar:has(.author-image[data-author-image="true"][src]:not([src=""]):not([src="none"])) {
  background: inherit !important;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .testimonials-carousel-cell {
        height: auto !important;
        min-height: auto !important;
    }

    .testimonial-cell-container {
        height: auto !important;
    }

    .testimonials-section {
        height: auto !important;
        min-height: auto !important;
    }
}

@media (max-width: 767px) {
    .testimonial-cell-container {
        flex-direction: column;
        height: auto !important;
        min-height: auto !important;
    }

    .testimonial-card {
        height: auto !important;
        min-height: 300px !important;
    }

    .testimonials-carousel-cell {
        padding: 0.75rem;
        height: auto !important;
        min-height: auto !important;
        width: 98%;
    }
}

@media (max-width: 600px) {
    .testimonials-section {
        padding: var(--space-16) 0 var(--space-16) 0;
        height: auto !important;
        min-height: auto !important;
    }

    .testimonials-container {
        padding: var(--space-6) 0 0 0;
    }

    .testimonials-heading {
        font-size: var(--text-2-xl);
    }

    .testimonial-card {
        min-width: 0;
        padding: var(--space-5);
        height: auto !important;
        min-height: 230px !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .testimonial-card {
        min-height: 265px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials-heading {
        font-size: var(--text-4-xl);
    }

    .testimonials-subheading {
        font-size: var(--text-lg);
    }
}

/* Override Flickity viewport for testimonials */
.testimonials-carousel .flickity-viewport {
    transition: height 0.3s ease-in-out !important;
}

.testimonials-carousel .flickity-prev-next-button {
    background: var(--color-testimonials-navigation-arrows) !important;
}

.testimonials-carousel .carousel-cell {
    overflow: visible !important;
}

/* Testimonials Section Carousel - Center and Hide Navigation for Few Items */
/* Default carousel cell spacing to match services section */

/* Desktop: Hide navigation buttons when 1-3 carousel cells (6 or fewer testimonials) */
@media (min-width: 1024px) {

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-3 carousel cells */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 carousel cell (2 testimonials) - center using Flickity viewport */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 900px;
        margin: 0 auto;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonials-carousel-cell {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When only 1 carousel cell with 2 cards - ensure they display side by side */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonial-cell-container {
        display: flex !important;
        flex-direction: row !important;
        gap: var(--space-6) !important;
        justify-content: center !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Also adjust the carousel cell height */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonials-carousel-cell {
        min-height: auto !important;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonial-card {
        flex: 0 1 380px !important;
        max-width: 380px !important;
    }

    /* When 2 carousel cells (4 testimonials) - center using Flickity viewport */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 900px;
        margin: 0 auto;
    }

    /* Adjust card width to 50% - space-2 when there are exactly 4 cards (2 carousel cells) */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {

        width: calc(50% - var(--space-2)) !important;
    }
}

/* Tablet: Hide navigation buttons when 1-2 carousel cells */
@media (min-width: 768px) and (max-width: 1023px) {
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-2 carousel cells */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 carousel cell - center using Flickity viewport */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 625px;
        margin: 0 auto;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonials-carousel-cell {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When only 1 carousel cell with 2 cards - ensure they display side by side */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonial-cell-container {
        display: flex !important;
        flex-direction: row !important;
        gap: var(--space-4) !important;
        justify-content: center !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* Also adjust the carousel cell height */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonials-carousel-cell {
        min-height: auto !important;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonial-card {
        flex: 0 1 340px !important;
        max-width: 340px !important;
    }

    /* When 2 carousel cells (4 testimonials) - center using Flickity viewport and hide controls */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-prev-next-button {
        display: none !important;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-page-dots {
        display: none !important;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 625px;
        margin: 0 auto;
    }

    /* Adjust card width to 50% - space-2 when there are exactly 4 cards (2 carousel cells) */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {
        width: calc(50% - var(--space-2)) !important;
    }
}

/* Mobile: Hide navigation buttons when only 1 carousel cell (2 cards) */
@media (max-width: 767px) {
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when only 1 carousel cell (2 cards) */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 carousel cell - center using Flickity viewport */
    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .testimonials-section .testimonials-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .testimonials-carousel-cell {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/*------------------------*/
/*-----faq-section-----*/
/*------------------------*/

.faq-section {
    scroll-margin-top: var(--header-height) !important;
    width: 100%;
    background-color: var(--color-faqs-background) !important;
    color: var(--color-faqs-foreground) !important;
}

.faq-container {
    max-width: 1000px;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--color-faqs-foreground);
}

.accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: var(--space-5) 0;
    background: none;
    border: none;
    cursor: auto;
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    transition: var(--transition-base);
}

.accordion-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: var(--space-4);
    background-color: var(--color-faqs-icon-background);
    border-radius: 50%;
    color: var(--color-faqs-icon-foreground);
    transition: transform 0.3s ease;
}

.accordion-question {
    flex: 1;
    text-align: left;
    color: var(--color-faqs-foreground) !important;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0 2.25rem 0 2.25rem;
}

.accordion-answer {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    padding-bottom: var(--space-8);
    margin: 0;
}

@media (min-width: 768px) {
    .accordion-button {
        font-size: var(--text-xl);
    }

    .accordion-answer {
        font-size: var(--text-lg);
    }
}

@media (max-width: 767px) {
    .accordion-icon {
        width: 30px;
        height: 30px;
    }
}

/*------------------------*/
/*-----services-section-----*/
/*------------------------*/

.carousel-card:hover {
    transform: translateY(-8px);
}

.carousel-card-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background-color: var(--color-gray-200);
}

.carousel-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-card:hover .carousel-card-image {
    transform: scale(1.05);
}

.carousel-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    align-items: flex-end;
    padding: var(--space-6);
    color: var(--color-white);
    min-height: 300px;
}

.carousel-card-content {
    width: 100%;
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carousel-card-title {
    font-size: var(--text-xl);
    font-weight: var(--font-bold);
    margin: 0 0 var(--space-3) 0;
    color: var(--color-white);
}

.carousel-card-text {
    font-size: var(--text-sm);
    line-height: 1.5;
    margin: 0 0 var(--space-4) 0;
    color: rgba(255, 255, 255, 0.9);
    overflow: visible !important;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    text-overflow: unset !important;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.carousel-card-button {
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-md);
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.carousel-card-button:hover {
    background-color: var(--color-white);
    color: var(--color-text-primary);
}

.carousel-card-plus-button {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--color-text-primary);
}

.carousel-card-plus-button:hover {
    background-color: var(--color-white);
    transform: scale(1.1);
}

.plus-icon {
    width: 18px;
    height: 18px;
}

/* Text expansion functionality moved from page.css */
.expanded-text {
    display: inline;
    position: relative;
}

.expanded-text.hidden {
    display: none;
}

.more-text {
    cursor: pointer;
    font-weight: var(--font-medium);
    transition: color 0.3s ease;
    font-size: var(--text-base);
    user-select: none;
}


/* Responsive adjustments for carousel cards */
@media (min-width: 768px) {
    .carousel-card {
        width: 360px;
        height: 450px;
        min-height: 450px;
    }

    .carousel-card-image-container {
        min-height: 350px;
    }

    .carousel-card-overlay {
        padding: var(--space-8);
        min-height: 350px;
    }

    .carousel-card-content {
        min-height: 140px;
    }

    .carousel-card-title {
        font-size: var(--text-2-xl);
    }

    .carousel-card-text {
        font-size: var(--text-base);
    }
}

@media (min-width: 1024px) {
    .carousel-card {
        width: 380px;
        height: 380px;
        min-height: 380px;
    }

    .carousel-card-image-container {
        min-height: 250px;
    }

    .carousel-card-overlay {
        min-height: 250px;
    }

    .carousel-card-content {
        min-height: 160px;
    }
}

/* Mobile responsive adjustments moved from page.css */
@media (max-width: 767px) {
    .carousel-card-content {
        min-height: auto;
        padding: var(--space-5);
    }

    .carousel-card-title {
        font-size: 1.3rem;
        margin-bottom: var(--space-2);
    }

    .carousel-card-text {
        font-size: var(--text-sm);
        margin-bottom: var(--space-4);
    }
}

/* Tablet responsive adjustments moved from page.css */
@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-card-content {
        min-height: auto;
    }
}

/* ================== Services Section Carousel Styles ================== */
/* Class-based CSS for iterable service cards */
.services-section {
    background-color: var(--color-catalogue-background);
    color: var(--color-catalogue-foreground);
}

.service-button {
    display: inline-block;
    width: fit-content;
    padding: var(--space-4);
    background-color: var(--color-primary-button-background);
    color: var(--color-secondary-button-foreground);
    border: 1px solid var(--color-black);
    font-weight: var(--font-medium);
    font-size: var(--text-base);
    border-radius: var(--radius-md);
    text-align: center;
}

.service-button:hover {
    background-color: var(--color-primary-button-background-hover);
    color: var(--color-primary-button-foreground-hover);
}

.services-section .service-card {
    position: relative;
    width: 380px;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Card hover transform removed - overlay expands only on overlay hover */

.services-section .service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.services-section .service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 var(--space-2);
    background: color-mix(in srgb, var(--color-services-overlay) 80%, transparent);
    padding: var(--space-4) var(--space-4);
    color: var(--color-services-overlay-foreground);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 160px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    cursor: pointer;
}

.services-section .service-overlay:hover {
    height: 85%;
    padding-bottom: var(--space-6);
    justify-content: space-between;
}

.services-section .service-card.expanded .service-overlay {
    height: 85%;
    padding-bottom: var(--space-6);
    justify-content: space-between;
}


.services-section .service-toggle {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: var(--space-12);
    height: var(--space-12);
    background-color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
    z-index: 10;
}

.services-section .service-overlay:hover .service-toggle {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
}

.services-section .service-toggle:hover {
    transform: translateX(-50%);
}

.services-section .service-overlay:hover .service-toggle:hover {
    transform: translateX(-50%);
}

.services-section .plus-icon {
    color: var(--color-gray-900);
    display: block;
}

.services-section .close-icon {
    color: var(--color-gray-900);
    display: none;
}

.services-section .service-overlay:hover .plus-icon,
.services-section .service-card.expanded .plus-icon {
    display: none;
}

.services-section .service-overlay:hover .close-icon,
.services-section .service-card.expanded .close-icon {
    display: block;
}

.service-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.services-section .service-title {
    display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        font-size: var(--text-xl);
        font-weight: var(--font-bold);
        margin-bottom: var(--space-2);
        transition: font-size 0.3s ease;
        white-space: pre-wrap;
        padding-top: 8px;
}

/* Truncate title on hover/expand to 2 lines */
.services-section .service-overlay:hover .service-title,
.services-section .service-card.expanded .service-title {
    white-space: normal;
    overflow: hidden;
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.services-section .service-description {
    font-size: var(--text-base);
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
    transition: margin-bottom 0.3s ease;
    /* Text truncation when not expanded */
    display: block;
    max-height: 3.2em;
    overflow: hidden;
    position: relative;
}

/* Adjust truncation on hover/expand to ensure button is visible */
.services-section .service-overlay:hover .service-description,
.services-section .service-card.expanded .service-description {
    max-height: 11rem;
    overflow: hidden;
}

.services-section .service-short {
    display: inline;
}

.services-section .service-expanded {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
}

/* Show expanded text beside the short description on hover/expand */
.services-section .service-overlay:hover .service-expanded,
.services-section .service-card.expanded .service-expanded {
    display: inline;
    opacity: 1;
}

/* Keep the short description visible */
.services-section .service-overlay:hover .service-short,
.services-section .service-card.expanded .service-short {
    display: inline;
}

/* Hide less text when service-more is empty */
/* Structure: p > span.service-short > span.service-more + span.service-expanded > span.service-less */

/* For mobile expanded state */
.services-section .service-card.expanded .service-short:has(.service-more:empty)~.service-expanded .service-less {
    display: none !important;
}

/* Desktop: Hide less text on hover when service-more is empty */
@media (min-width: 1024px) {
    .services-section .service-overlay:hover .service-short:has(.service-more:empty)~.service-expanded .service-less {
        display: none !important;
    }
}

/* Tablet: Hide less text on hover when service-more is empty */
@media (min-width: 768px) and (max-width: 1023px) {
    .services-section .service-overlay:hover .service-short:has(.service-more:empty)~.service-expanded .service-less {
        display: none !important;
    }
}

.services-section .service-more {
    font-style: italic;
    opacity: 0.9;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    display: inline;
    margin-left: 0.25em;
    font-weight: 500;
}

.services-section .service-less {
    font-style: italic;
    opacity: 0.8;
    cursor: pointer;
    font-weight: bold;
    display: none;
    /* Hidden by default */
}

/* Hide more when expanded */
.services-section .service-overlay:hover .service-more,
.services-section .service-card.expanded .service-more {
    display: none;
}

.services-section .service-overlay:hover .service-less,
.services-section .service-card.expanded .service-less {
    display: inline;
}

.services-section .service-view-btn {
    border-radius: var(--space-8);
    padding: var(--space-3) var(--space-8);
    border: 2px solid var(--color-services-overlay-foreground);
    background-color: transparent;
    color: var(--color-services-overlay-foreground);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none;
    opacity: 0;
    margin-top: var(--space-2);
}

.services-section .service-overlay:hover .service-view-btn,
.services-section .service-card.expanded .service-view-btn {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s ease 0.2s, background-color 0.3s ease, color 0.3s ease;
}

/* Flickity overrides for services section */


/* Responsive styles for services section */

@media (max-width: 768px) {
    .services-section .carousel-cell {
        width: 85vw;
        max-width: 345px;
    }

    .services-section .service-card {
        width: 100%;
        min-height: 390px;
    }

    .services-section .service-title {
        font-size: 1.75rem;
        max-width: 22ch;
    }

    .services-section .service-overlay:hover .service-title,
    .services-section .service-card.expanded .service-title {
        font-size: 2rem;
    }
}


/* ServicesSection.jsx - Hide carousel controls and center cards based on count */

/* Desktop: Hide controls when 1-3 cards */
@media (min-width: 1024px) {

    /* Hide prev/next buttons when 1-3 cards */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-3 cards */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 380px;
        margin: 0 auto;
    }

    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When 2 cards - center using Flickity viewport */
    .services-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 800px;
        margin: 0 auto;
    }

    .services-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {
        width: 380px !important;
        margin-right: 40px !important;
    }
}

/* Tablet: Hide controls when 1-2 cards */
@media (min-width: 768px) and (max-width: 1023px) {
    .services-section .service-title {
        font-size: 1.75rem;
        max-width: 16ch;
    }

    /* Hide prev/next buttons when 1-2 cards */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-2 cards */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 380px;
        margin: 0 auto;
    }

    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When 2 cards - center using Flickity viewport */
    .services-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 780px;
        margin: 0 auto;
    }

    .services-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {
        width: 380px !important;
        margin-right: 20px !important;
    }
}

/* Mobile: Hide controls when 1 card and center it */
@media (max-width: 767px) {

    /* Hide prev/next buttons when only 1 card */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when only 1 card */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
    }

    .services-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* Disable hover effects on mobile - only use click */
    .services-section .service-card:hover .service-overlay {
        height: 140px;
        padding: var(--space-4) var(--space-4);
        justify-content: space-between;
    }

    .services-section .service-card:hover .service-description {
        margin-bottom: 0;
    }

    .services-section .service-card:hover .service-short {
        display: inline;
    }

    .services-section .service-card:hover .service-expanded {
        display: none;
        opacity: 0;
    }

    .services-section .service-card:hover .service-view-btn {
        display: none;
        opacity: 0;
    }

    .services-section .service-card:hover .plus-icon {
        display: block;
    }

    .services-section .service-card:hover .close-icon {
        display: none;
    }

    /* Mobile expanded state - when clicked */
    .services-section .service-card.expanded .service-overlay {
        height: 85%;
        padding-bottom: var(--space-6);
        justify-content: space-between;
    }

    .services-section .service-card.expanded .service-description {
        margin-bottom: var(--space-6);
        max-height: 6.4em;
        overflow: hidden;
    }

    .services-section .service-card.expanded .service-short {
        display: inline;
    }

    .services-section .service-card.expanded .service-expanded {
        display: inline;
        opacity: 1;
    }

    .services-section .service-card.expanded .service-title {
        white-space: normal;
        max-width: none;
    }

    .services-section .service-card.expanded .service-view-btn {
        display: inline-block;
        opacity: 1;
    }

    .services-section .service-card.expanded .plus-icon {
        display: none;
    }

    .services-section .service-card.expanded .close-icon {
        display: block;
    }
}


.services-section .service-card-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}



/*-------------------------------------------*/
/* bodalnd styled View-all-button styleing */
/*-------------------------------------------*/

/* View All Services Button */
.view-all-button {
    /* Size - slightly reduced */
    padding: var(--space-5) var(--space-6);
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);

    /* Fully rounded */
    border-radius: var(--radius-full);
    min-width: 380px;

    /* Colors - inverted from hero button */
    background-color: var(--color-catalogue-view-all-cta-background);
    color: var(--color-catalogue-view-all-cta-foreground);
    border: 3px solid var(--color-catalogue-view-all-cta-hover-background);

    /* Layout */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* Default: center */

    /* Interaction */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

/* When it has exactly 2 children */
.view-all-button:has(> :nth-child(2)):not(:has(> :nth-child(3))) {
    justify-content: space-between;
}

.view-all-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-catalogue-view-all-cta-hover-background);
    color:var(--color-catalogue-view-all-cta-hover-foreground);
    transition: right 0.3s ease;
    z-index: -1;
}

.view-all-button:hover {
    background-color: var(--color-catalogue-view-all-cta-hover-background);
    color: var(--color-catalogue-view-all-cta-hover-foreground);
}

.view-all-button:hover::before {
    right: 0;
}

.view-all-button:focus {
    outline: 2px solid var(--color-catalogue-view-all-cta-hover-background);
    color: var(--color-catalogue-view-all-cta-hover-foreground);
    outline-offset: 2px;
}

.view-all-button svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.view-all-button:hover svg {
    transform: translateX(2px);
}

@media (max-width: 768px) {
    .view-all-button {
        padding: var(--space-4) var(--space-5);
        font-size: var(--text-sm);
        min-width: 250px;
    }

    .view-all-button svg {
        width: 14px;
        height: 14px;
    }
}

/*------------------------*/
/*-----footerform-section-----*/
/*------------------------*/

.footerForm-section {
    background-color: var(--color-contact-background);
    scroll-margin-top: var(--header-height) !important;
}

.footerForm-container {
    max-width: var(--container-lg);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-8);
    align-items: start;
    justify-content: center;
}

.footerForm-map-container {
    position: relative;
    height: 400px;
    width: 100%;
    order: 2;
}

.footerForm-map-wrapper {
    height: 100%;
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 4px solid var(--color-white);
    position: relative;
    background-color: var(--color-gray-200);
}

.footerForm-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footerForm-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white-alpha-10);
}

.footerForm-location-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 2px 4px var(--color-black-alpha-30));
    animation: bounce 2s ease-in-out infinite;
}

.footerForm-marker-icon {
    display: block;
}

.footerForm-marker-path {
    fill: var(--color-red);
}

.footerForm-location-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--color-white);
    padding: var(--space-4);
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 220px;
}

.footerForm-location-title {
    font-size: var(--text-base);
    font-weight: var(--font-semibold);
    margin: 0 0 var(--space-2) 0;
    color: var(--color-gray-900);
}

.footerForm-location-address {
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
    margin: 0 0 var(--space-2) 0;
    color: var(--color-gray-600);
}

.footerForm-maps-link {
    font-size: var(--text-xs);
    color: var(--color-google-blue);
    text-decoration: none;
    cursor: pointer;
}

.footerForm-maps-link:hover {
    text-decoration: underline;
}

.footerForm-card {
    background-color: var(--color-footer-contact-card-background);
    color: var(--color-footer-contact-card-foreground);
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    order: 1;
}

.footerForm-wrapper {
    padding: var(--space-6);
}

.footerForm-title {
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    margin: 0 0 var(--space-3) 0;
}

.footerForm-description {
    font-size: var(--text-base);
    margin: 0 0 var(--space-6) 0;
    line-height: var(--leading-normal);
}

.footerForm-fields {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

.footerForm-input-container {
    position: relative;
}

.footerForm-input {
    width: 100%;
    height: 48px;
    padding: 0 var(--space-4);
    border-radius: 0;
    font-size: var(--text-base);
    border: 1px solid var(--color-footer-contact-card-input-ring);
    background-color: var(--color-footer-contact-card-input-background);
    color: var(--color-footer-contact-card-input-foreground);
    transition: var(--transition-base);
}

.footerForm-input:focus {
    outline: none;
    border-color: var(--color-footer-contact-card-input-ring-focus);
}

.footerForm-input::placeholder {
    font-size: var(--text-base);
    color: var(--color-footer-contact-card-input-foreground);
}

.footerForm-phone-wrapper {
    display: flex;
    gap: var(--space-2);
}

.footerForm-country-selector {
    position: relative;
    width: 100px;
}

.footerForm-country-button {
    width: 100%;
    height: 48px;
    border-radius: 0;
    border: 1px solid var(--color-footer-contact-card-input-ring);
    background-color: var(--color-footer-contact-card-input-background);
    color: var(--color-footer-contact-card-input-foreground);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--space-3);
    transition: var(--transition-base);
}

.footerForm-country-content {
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.footerForm-country-flag {
    font-size: var(--text-lg);
}

.footerForm-country-code {
    font-weight: var(--font-medium);
    font-size: var(--text-sm) !important;
}

.footerForm-dropdown-arrow {
    width: var(--space-4);
    height: var(--space-4);
}

.footerForm-country-dropdown {
    position: absolute;
    top: 95% !important;
    left: -12%;
    right: 0;
    margin-top: var(--space-2);
    width: 350px;
    height: 200px;
    scrollbar-width: none;
    background-color: var(--color-gray-50);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-md);
    display: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

.footerForm-country-search-container {
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid var(--color-gray-200);
    position: sticky;
    top: 0;
    background-color: var(--color-gray-50);
    z-index: 1;
}

.footerForm-country-search-input {
    width: 100%;
    height: 42px;
    padding: 0 var(--space-4);
    border: 1px solid var(--color-gray-300);
    border-radius: 0;
    font-size: var(--text-base);
    background-color: var(--color-white);
    transition: var(--transition-base);
}

.footerForm-country-search-input:focus {
    outline: none;
    border-color: var(--color-gray-900);
    box-shadow: 0 0 0 2px var(--color-gray-900-alpha-20);
}

.footerForm-country-search-input::placeholder {
    color: var(--color-gray-500);
    font-size: var(--text-base);
}

.footerForm-country-no-results {
    padding: var(--space-4);
    text-align: center;
    color: var(--color-gray-500);
    font-size: var(--text-sm);
    font-style: italic;
    border-top: 1px solid var(--color-gray-200);
}

.footerForm-country-option {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1rem;
    transition: var(--transition-base);
    font-size: var(--text-sm) !important;
}

.footerForm-country-option:hover {
    background-color: var(--color-gray-200);
}

.footerForm-country-option.selected {
    opacity: 0.3;
    cursor: default;
}

.footerForm-country-option:first-child {
    border-radius: 0;
}

.footerForm-country-option:last-child {
    border-radius: 0;
}

.footerForm-phone-input-container {
    flex: 1;
    position: relative;
}

.footerForm-customer-type-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.footerForm-label {
    font-size: var(--text-base);
    font-weight: var(--font-medium);
}

.footerForm-radio-group {
    display: flex;
    flex-direction: row;
    gap: var(--space-3);
}

.footerForm-radio-button {
    flex: 1;
    height: 48px;
    border-radius: 0;
    border: 1px solid var(--color-footer-contact-card-input-ring);
    background-color: var(--color-footer-contact-card-input-background);
    color: var(--color-footer-contact-card-input-foreground);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-base);
    transition: var(--transition-base);
    font-weight: var(--font-medium);
}

.footerForm-radio-button:hover {
    border-color: var(--color-footer-contact-card-input-ring-focus);
}

.footerForm-radio-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.footerForm-service-type-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.footerForm-select {
    width: 100%;
    height: 48px;
    padding: 0 var(--space-4);
    border-radius: 0;
    font-size: var(--text-base);
    border: 1px solid var(--color-footer-contact-card-input-ring);
    background-color: var(--color-footer-contact-card-input-background);
    color: var(--color-footer-contact-card-input-foreground);
    transition: var(--transition-base);
    cursor: pointer;
}

.footerForm-select:focus {
    outline: none;
    border-color: var(--color-footer-contact-card-input-ring-focus);
}

.footerForm-select option {
    background-color: var(--color-white);
    color: var(--color-gray-900);
    padding: var(--space-2);
}

.footerForm-submit-container {
    margin-top: var(--space-2);
}

.footerForm-submit-button {
    width: 100%;
    height: 48px;
    background-color: var(--color-footer-contact-card-button-background);
    color: var(--color-footer-contact-card-button-foreground);
    border: 2px solid var(--color-primary-button-background);
    border-radius: 50px;
    font-size: var(--text-lg);
    font-weight: var(--font-semibold);
    cursor: pointer;
    transition: var(--transition-base);
}

.footerForm-submit-button:hover {
    background-color: var(--color-footer-contact-card-button-background-hover);
    color: var(--color-footer-contact-card-button-foreground-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--color-primary-alpha-30);
}

.footerForm-submit-button:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

@media (min-width: 768px) {

    .footerForm-container {
        gap: var(--space-4);
        align-items: center;
    }

    .footerForm-map-container {
        order: 1;
        height: 100%;
        min-height: 500px;
    }

    .footerForm-card {
        order: 2;
    }

    .footerForm-wrapper {
        padding: var(--space-8);
    }

    .footerForm-title {
        font-size: 1.75rem;
    }

    .footerForm-description {
        font-size: var(--text-lg);
    }

    .footerForm-fields {
        gap: var(--space-6);
    }

    .footerForm-input,
    .footerForm-country-button,
    .footerForm-radio-button,
    .footerForm-select {
        height: 56px;
        font-size: var(--text-lg);
        padding: 0 var(--space-5);
        border-radius: 0;
    }

    .footerForm-input::placeholder {
        font-size: var(--text-lg);
    }

    .footerForm-country-selector {
        width: 110px;
    }

    .footerForm-radio-button {
        font-size: 1.0625rem;
    }

    .footerForm-radio-group {
        flex-direction: row;
        gap: var(--space-4);
    }

    .footerForm-submit-button {
        height: 56px;
        font-size: var(--text-lg);
        border-radius: 50px;
    }

    .footerForm-label {
        font-size: var(--text-lg);
    }
}

@media (min-width: 1024px) {
    .footerForm-container {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-12);
    }

    .footerForm-wrapper {
        padding: var(--space-8) var(--space-10);
    }

    .footerForm-map-container {
        min-height: 600px;
    }

    .footerForm-title {
        font-size: var(--text-2-xl);
    }

    .footerForm-description {
        font-size: var(--text-lg);
        margin: 0 0 var(--space-8) 0;
    }

    .footerForm-fields {
        gap: var(--space-10);
    }

    .footerForm-input,
    .footerForm-country-button,
    .footerForm-radio-button,
    .footerForm-select {
        height: 60px;
        font-size: var(--text-lg);
        padding: 0 var(--space-5);
        border-radius: 0;
    }

    .footerForm-input::placeholder {
        font-size: var(--text-lg);
    }

    .footerForm-country-selector {
        width: 120px;
    }

    .footerForm-country-code {
        font-size: var(--text-lg);
    }

    .footerForm-country-dropdown {
        border-radius: 0;
    }

    .footerForm-country-option:first-child {
        border-radius: 0;
    }

    .footerForm-country-option:last-child {
        border-radius: 0;
    }

    .footerForm-radio-button {
        font-size: var(--text-lg);
    }

    .footerForm-radio-group {
        gap: var(--space-5);
    }

    .footerForm-submit-button {
        height: 72px;
        font-size: 1.375rem;
        border-radius: 50px;
    }

    .footerForm-customer-type-container {
        gap: var(--space-5);
    }

    .footerForm-label {
        font-size: var(--text-lg);
    }

    .footerForm-submit-container {
        margin-top: var(--space-4);
    }
}

@media (max-width: 767px) {
    .footerForm-country-dropdown {
        width: 250px;
    }
}


/*-------------------------------------------*/
/* About Section Classes                      */
/*-------------------------------------------*/

/* About section specific classes */
.about-section {
    background-color: var(--color-about-background) !important;
    color: var(--color-about-foreground) !important;
    scroll-margin-top: var(--header-height) !important;
}


/*------------------------*/
/*-----banner-section-----*/
/*------------------------*/

/* Hero CTA Button */
.hero-cta-button {
    background-color: var(--color-banner-cta-background);
    color: var(--color-banner-cta-foreground);
    border: 4px solid var(--color-banner-cta-background);
    padding: var(--space-8) var(--space-12);
    font-size: var(--text-xl);
    font-weight: var(--font-bold);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    margin-top: var(--space-6);
    width: 80%;
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-banner-cta-background-hover);
    color: var(--color-banner-cta-foreground-hover);
    transition: all 0.3s ease;
    z-index: -1;
}

.hero-cta-button:hover {
    background-color: var(--color-banner-cta-background-hover);
    color: var(--color-banner-cta-foreground-hover);
}

.hero-cta-button:hover::before {
    right: 0;
}

.hero-cta-button:focus {
    outline: 2px solid var(--color-banner-cta-background);
    outline-offset: 2px;
}

.hero-cta-button svg {
    transition: transform 0.3s ease;
}

.hero-cta-button:hover svg {
    transform: translateX(3px);
}

/* Hero Button Text */
.hero-button-text {
    font-weight: inherit;
    letter-spacing: normal;
}

/* Hero Button Arrow */
.hero-button-arrow {
    flex-shrink: 0;
}

/* Mobile styles */
@media (max-width: 600px) {
    .hero-cta-button {
        display: none;
    }
}

/* Tablet styles */
@media (min-width: 768px) {
    .hero-cta-button {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Large screen styles */
@media (min-width: 1440px) {
    .hero-cta-button {
        padding: var(--space-8) var(--space-10);
        font-size: var(--text-xl);
    }
}


/*------------------------*/
/*-----Footerform-section-----*/
/*------------------------*/
.footerForm-info-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.footerForm-map-embed-container {
    border-radius: 0px;
    border: 4px solid var(--color-gray-100);
}

.footerForm-info-icon {
    flex-shrink: 0;
}

.footerForm-link-arrow {
    flex-shrink: 0;
    margin-left: auto;
}

.footerForm-day-name {
    font-weight: 500;
    font-size: 16px;
}

.footerForm-day-hours {
    font-size: 16px;
}

.footerForm-hours-row {
    display: grid;
    grid-template-columns: 120px auto;
    align-items: baseline;
    text-align: left;
    padding: 3px 0;
    column-gap: 20px;
}

.footerForm-card-border {
    border: 1px solid var(--color-footer-contact-card-ring);
}

.category-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* Fusion Split Card Offer Carousel Styles */
.fusion-split-card-offer-carousel {
    margin-bottom: var(--space-10);
    min-height: 700px;
}


/* Override carousel-card styles for fusion split card offer */
.fusion-split-card-offer-carousel-card {
    width: 100% !important;
    margin-right: 0;
    flex-direction: row;
    display: flex !important;
    min-height: auto;
}

/* Hide prev/next buttons when only 1 card */
.fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
    display: none !important;
}

/* Hide dots when only 1 card */
.fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-page-dots {
    display: none !important;
}
/* Hide when empty (no children) */
.offer-card-image-video:empty {
  display: none !important;
}

/* Hide if it has an <img> or <video> without a valid src */
.offer-card-image-video:has(img:not([src]), img[src=""]),
.offer-card-image-video:has(video:not([src]), video[src=""]) {
  display: none !important;
}

.offer-card-image-video:empty ~.offer-card-writeup,
.offer-card-image-video:has(img:not([src]), img[src=""]) ~.offer-card-writeup {
    border-radius: var(--radius-2-xl);
}


@media (max-width: 767px) {
    .fusion-split-card-offer-carousel {
        margin-bottom: var(--space-10);
        min-height: 300px;
    }

    .feature-section {
        padding: var(--space-20) var(--space-4) var(--space-32) var(--space-4);
    }

    /* Hide prev/next buttons when only 1 card */
    .fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .fusion-split-card-offer-carousel-card {
        flex-direction: column;
    }
}

.fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) {
    margin-bottom: 0 !important;
}

.fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
    display: none !important;
}

.fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-page-dots {
    display: none !important;
}

@media (max-width: 767px) {
    .fusion-split-card-offer-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
            display: none !important;
        }
}
 .bodaland-radius{
    border-radius:50px !important;
 }


 @media (max-width: 768px) {
  .flickity-prev-next-button.next,
  .flickity-prev-next-button.previous {
    display: none !important;
  }
  .flickity-page-dots {
            bottom: -40px !important;
        }
}


/* Staff Section Styles */

/* Staff Carousel */
.staff-carousel {
    margin-bottom: var(--space-10);
}

.staff-carousel .flickity-viewport {
    overflow: hidden;
    position: relative;
}

.staff-carousel .flickity-page-dots {
    bottom: -30px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-carousel .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 var(--space-2);
    background: var(--color-tertiary-light);
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.staff-carousel .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: var(--color-tertiary-dark);
}

.staff-carousel .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    transform: translateY(-50%);
}
.staff_card_itarate img {
    min-height: 250px;
    max-height: 250px;
}


.staff-carousel .flickity-prev-next-button:hover {
    background: white;
}

.staff-carousel .flickity-prev-next-button.previous {
    left: 10px;
}

.staff-carousel .flickity-prev-next-button.next {
    right: 10px;
}

/* Staff Cards */
.staff-card {
    background-color: var(--color-staff-card-background);
    border-radius: var(--radius-lg);
    padding: var(--space-8);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 250px;
    margin: 0 10px;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: 450px;
}

.staff-card:hover {
    transform: translateY(-5px);
}

/* Staff Images */
.staff-image-container {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: var(--space-6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.staff-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Staff Names */
.staff-name {
    font-size: var(--text-xl);
    font-weight: var(--font-semibold);
    color: var(--color-gray-900);
    margin: 0 0 var(--space-2) 0;
    line-height: 1.2;
}

/* Staff Titles */
.staff-title {
    font-size: var(--text-base);
    color: var(--color-gray-700);
    margin: 0 0 auto 0;
    line-height: 1.5;
    padding-bottom: var(--space-6);
}

/* Book Buttons */
.staff-book-button {
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
    border: none;
    padding: 14px var(--space-8);
    border-radius: 25px;
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 200px;
    margin-top: auto;
}

.staff-book-button:hover {
    background-color: var(--color-primary-button-background-hover);
    color: var(--color-primary-button-foreground-hover);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.staff-book-button:focus {
    outline: 2px solid var(--color-button-outline);
    outline-offset: 2px;
}

/* Staff Section Responsive Styles */
@media screen and (min-width: 1024px) {
    .staff-carousel {
        margin: 0 auto;
    }

    .staff-carousel .carousel-cell {
        width: calc(30% - 0.70rem) !important;
    }

    /* Hide prev/next buttons when 3 or fewer cards (all visible) */
    .staff-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-prev-next-button {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .staff-card {
        min-width: 250px;
        margin: 0 6px;
    }

    .staff-carousel .carousel-cell {
        width: calc(40% - 0.5rem) !important;
    }

    /* Hide prev/next buttons when 2 or fewer cards (all visible) */
    .staff-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-prev-next-button {
        display: none !important;
    }

}

@media (max-width: 767px) {
    .carousel-section.staff-section {
        padding: var(--space-20) 0 var(--space-8) 0 !important;
    }

    .staff-card {
        min-height: 350px;
    }

    .staff-image-container {
        width: 200px;
        height: 200px;
    }

    .staff-name {
        font-size: var(--text-base);
    }

    .staff-title {
        font-size: var(--text-sm);
    }

    .staff-carousel .carousel-cell {
        width: 80% !important;
    }

    /* Hide prev/next buttons when only 1 card */
    .staff-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
        display: none !important;
    }

    .staff-carousel.flickity-enabled .flickity-page-dots {
        display: flex;
    }
}

/* Staff Modal Styles */
.staff-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black-alpha-50);
    z-index: 499;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.staff-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 500;
    padding: var(--space-4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.staff-modal-content {
    background-color: var(--color-gray-100);
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: var(--space-4);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.close-icon {
    display: block;
}

.bio-card-container {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.bio-profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
    text-align: center;
    padding: var(--space-8);
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bio-profile-image-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--color-gray-100);
}

.bio-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bio-professional-name {
    font-size: var(--text-2-xl);
    font-weight: var(--font-bold);
    color: var(--color-gray-800);
    margin: 0;
    line-height: 1.2;
}

.bio-professional-title {
    font-size: var(--text-sm);
    color: var(--color-gray-600);
    margin: 0;
    font-weight: var(--font-normal);
}

.bio-book-button {
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
    border: none;
    padding: 14px var(--space-6);
    border-radius: 25px;
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 200px;
    margin-top: var(--space-2);
}

.bio-book-button:hover {
    background-color: var(--color-primary-button-background-hover);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: var(--color-primary-button-foreground-hover);

}

.bio-book-button:focus {
    outline: 2px solid var(--color-button-outline);
    outline-offset: 2px;
}

.bio-content-section {
    flex: 1;
    padding: var(--space-8);
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bio-text {
    font-size: var(--text-base);
    line-height: 1.7;
    color: var(--color-gray-700);
    margin: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .staff-modal-content {
        padding: var(--space-8);
    }

    .bio-card-container {
        flex-direction: row;
        gap: var(--space-4);
    }

    .bio-profile-section {
        flex-shrink: 0;
        min-width: 250px;
    }

    .bio-content-section {
        padding: var(--space-12);
    }

    .bio-profile-image-container {
        width: 150px;
        height: 150px;
    }

    .bio-professional-name {
        font-size: var(--text-xl);
    }

    .bio-professional-title {
        font-size: var(--text-base);
    }

    .bio-text {
        font-size: var(--text-lg);
        line-height: 1.8;
    }
}

/* Mobile-specific styles for staff modal */
@media (max-width: 767px) {
    .staff-modal {
        align-items: flex-end;
        padding: 0;
    }

    .staff-modal-content {
        border-radius: 16px 16px 0 0;
        max-height: 90vh;
        overflow-y: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .bio-profile-section {
        display: none;
    }

    .bio-book-button-mobile {
        display: block;
        margin: var(--space-6) auto 0;
        width: auto;
        min-width: 200px;
    }

    .bio-card-container {
        flex-direction: column;
        padding: 0;
    }

    .bio-content-section {
        padding: var(--space-6);
        text-align: center;
        border-radius: 0;
        box-shadow: none;
    }

    .bio-text {
        text-align: left;
        margin-bottom: var(--space-4);
        min-height: 300px;
    }

    .staff-modal-content {
        transform: none;
    }
}

/* Desktop-specific styles for staff modal */
@media (min-width: 768px) {
    .bio-book-button-mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .staff-modal-content {
        max-width: 1000px;
    }

}
/* StaffSection.jsx - Hide carousel controls and center cards based on count */

/* Desktop: Hide controls when 1-3 cards */
@media (min-width: 1024px) {

    /* Hide prev/next buttons when 1-3 cards */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-3 cards */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(4))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 380px;
        margin: 0 auto;
    }

    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When 2 cards - center using Flickity viewport */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 800px;
        margin: 0 auto;
    }

    .staff-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {
        width: 380px !important;
        margin-right: 40px !important;
    }
}

/* Tablet: Hide controls when 1-2 cards */
@media (min-width: 768px) and (max-width: 1023px) {

    /* Hide prev/next buttons when 1-2 cards */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when 1-2 cards */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(3))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 380px;
        margin: 0 auto;
    }

    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* When 2 cards - center using Flickity viewport */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .flickity-viewport {
        width: 780px;
        margin: 0 auto;
    }

    .staff-section .main-carousel:has(.carousel-cell:nth-child(2)):not(:has(.carousel-cell:nth-child(3))) .carousel-card {
        width: 380px !important;
        margin-right: 20px !important;
    }
}

/* Mobile: Hide controls when 1 card and center it */
@media (max-width: 767px) {

    /* Hide prev/next buttons when only 1 card */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-prev-next-button {
        display: none !important;
    }

    /* Hide dots when only 1 card */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-page-dots {
        display: none !important;
    }

    /* When 1 card - center using Flickity viewport */
    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .flickity-viewport {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
    }

    .staff-section .main-carousel:has(.carousel-cell:nth-child(1)):not(:has(.carousel-cell:nth-child(2))) .carousel-card {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1024px) {
    .staff-height-override{
        height: auto !important;
    }
}
@media (max-width: 767px) {
    .staff-overrides {
        width: auto !important;
    }
}

.staff-card-button-override {
    border-radius: var(--radius-md) !important;
}
.staff-card-button-override[data-staff-has-description="false"] {
    display: none;
}
.staff-card-button-group {
    gap: 10px;
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.staff-card-cta-button {
    flex: 1;
    cursor: pointer;
    padding: 7px 16px;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-staff-card-button-background);
}
@media (max-width: 767px) {
 .staff-card-cta-button {
    padding: 7px 5px;
    font-size: 16px;
 }
}

.staff-card-book-button {
    color: var(--color-staff-card-button-foreground);
    background-color: var(--color-staff-card-button-background);
}
.staff-card-know-more-button {
    color: var(--color-staff-card-button-background);
    background-color: transparent;
}



/* Blogs Listing Section Bodaland */

.blogs-section .view-all-container::before {
display: none;
    }

    /* Text */
.blogs-section .view-all-container::after {
     display: none;
    }


.blogs-section .carousel-card-content .service-button {
    display: inline-block;
    width: fit-content;
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-foreground);
    font-weight: var(--font-medium);
    font-size: var(--text-base);
    text-align: center;
    height: 100%;
    top: 0px;
    transform: none;
    scale: 100%;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: none;
}

.blogs-section .carousel-card-title {
    color: var(--color-black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: calc(3 * 1.4em);

}

.blogs-section .carousel-card-text {
    color: var(--color-black);
}

@media (max-width: 768px) {
    .blogs-section .carousel-card {
       box-shadow: var(--shadow-md);
       margin-right: 10px;
       background-color: var(--color-white);
    }
}

@media (min-width: 768px) {

    .blogs-section .carousel-card {
        position: relative;
        overflow: hidden;
    }

    .blogs-section .carousel-card-content {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .blogs-section .carousel-card-title {
        background: color-mix(in srgb, var(--color-services-overlay) 80%, transparent);
        padding: var(--space-4) var(--space-4);
        color: var(--color-services-overlay-foreground);
        font-size: medium;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        height: calc(3 * 1.7em);

    }
    .blogs-section .carousel-card-text {
        background: color-mix(in srgb, var(--color-services-overlay) 80%, transparent);
        padding: var(--space-4) var(--space-4);
        color: var(--color-services-overlay-foreground);
        margin: 0;
    }
    .blogs-section .carousel-card-content .service-button {
        margin-top: 0px;
    }
}



/* Checkbox Container - Main wrapper with top margin and spacing */
.ctaForm-checkbox-container,
.footerForm-checkbox-container {
    margin-top: 16px;
    margin-bottom: 12px;
    padding: 0;
}

/* Checkbox Wrapper - Flexbox for alignment */
.ctaForm-checkbox-wrapper,
.footerForm-checkbox-wrapper {

  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  cursor: pointer;
  align-items: start;
}

.ctaForm-checkbox-wrapper,
.footerForm-checkbox-wrapper  > :nth-child(3) {
  grid-column: 1 / -1; /* span full row */
}


/* Checkbox Input - Styling the actual checkbox */
.ctaForm-checkbox-input,
.footerForm-checkbox-input {
    margin: 0;
    margin-top: 3px;
    /* Align with first line of text */
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    /* Prevent checkbox from shrinking */
}

/* Checkbox Label - Text label styling */
.ctaForm-checkbox-label,
.footerForm-checkbox-label {
    cursor: pointer;
    user-select: none;
    flex: 1;
    margin: 0;
}

/* Checkbox Label Text - The actual text */
.ctaForm-checkbox-label-text,
.footerForm-checkbox-label-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    display: block;
}

/* Hover effect */
.ctaForm-checkbox-wrapper:hover .ctaForm-checkbox-input,
.footerForm-checkbox-wrapper:hover .footerForm-checkbox-input {
    opacity: 0.8;
}

/* Focus state for accessibility */
.ctaForm-checkbox-input:focus,
.footerForm-checkbox-input:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}

/* Checked state styling (optional) */
.ctaForm-checkbox-input:checked,
.footerForm-checkbox-input:checked {
    accent-color: #4A90E2;
    /* Modern browsers */
}

.footer-bottom-section .copyright-container[data-copyright-enabled='false']{
    display:none;
}

.footer-bottom-section .terms-privacy-container[data-terms-privacy-enabled='false']
{
    display: none;
}

.footer-bottom-section .powered-by-container[data-terms-privacy-enabled='false'][data-copyright-enabled='false']{
    margin: 0 auto;
}

.multi-purpose-text {
    display: none;
}

.multi-purpose-text[data-multi-purpose-visible="true"] {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
}

.multi-purpose-text[data-multi-purpose-visible="true"] .mp-star {
    opacity: 0.6;
}

.bodaland-content-card .multi-purpose-text[data-multi-purpose-visible="true"] {
    color: var(--color-white);
}
/* Global Visibility Markers — hide elements based on entity preferences */
section[data-global-visibility-markers*='"footer_call_display":"false"']~footer a[href^="tel:"] {
    display: none !important;
}
section[data-global-visibility-markers*='"footer_email_display":"false"']~footer a[href^="mailto:"] {
    display: none !important;
}
section[data-global-visibility-markers*='"blogs_section_display":"false"']~section[data-section-marker="blogsListing"] {
    display: none !important;
}
section[data-global-visibility-markers*='"lead_form_step_two_other_display":"false"']
[data-element-name="Others Button"] {
    display: none !important;
}













/* ══════════════════════════════════════════════
   CTA Configurable Button System
   Primary buttons inherit all visuals from
   existing .btn .btn-primary classes.
   These classes only add icon/display logic.
   ══════════════════════════════════════════════ */

/* Safety: hide CTA elements with unresolved template variables */
[data-cta-visible^="$$"] { display: none !important; }
[data-cta-style^="$$"] { display: none !important; }
[data-cta-type^="$$"] { display: none !important; }
[data-cta-popup-enabled^="$$"] { display: none !important; }

/* ── Primary buttons: no visual overrides, just icon gap ── */
.website-cta-hero,
.website-cta-nav,
.website-cta-sidenav,
.website-cta-fab {
    gap: var(--space-2);
}

/* ── Consistent nav CTA sizing (primary + secondary match) ── */
.website-cta-nav,
.website-cta-nav-alt[data-cta-visible="true"] {
    min-width: 100px;
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-base);
    justify-content: center;
    text-align: center;
}

/* ── Secondary buttons: shown only when data-cta-visible="true" ── */
.website-cta-hero-alt[data-cta-visible="true"],
.website-cta-nav-alt[data-cta-visible="true"],
.website-cta-sidenav-alt[data-cta-visible="true"],
.website-cta-fab-alt[data-cta-visible="true"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-weight: var(--font-medium);
    text-align: center;
    border-radius: var(--radius-md);
    transition: var(--transition-base);
    cursor: pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    gap: var(--space-2);
    border: 0px solid currentColor;
}
.website-cta-hero-alt[data-cta-visible="true"]:hover {
    background-color: var(--color-banner-cta-connect-background-hover);
    color: var(--color-banner-cta-connect-foreground-hover);
    transform: translateY(-2px);
}
.website-cta-nav-alt[data-cta-visible="true"]:hover,
.website-cta-sidenav-alt[data-cta-visible="true"]:hover {
    background-color: var(--color-header-cta-connect-background-hover);
    color: var(--color-header-cta-connect-foreground-hover);
}

/* Secondary sizing per placement */
.website-cta-hero-alt[data-cta-visible="true"] {
    background-color: var(--color-banner-cta-connect-background);
    color: var(--color-banner-cta-connect-foreground);
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-base);
}
.website-cta-nav-alt[data-cta-visible="true"] {
    background-color: var(--color-header-cta-connect-background);
    color: var(--color-header-cta-connect-foreground);
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-base);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
[data-cta-visible="true"][data-cta-style="primary"].website-cta-nav-alt::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-header-cta-connect-background-hover);
    transition: all 0.3s ease;
    z-index: -1;
}
[data-cta-visible="true"][data-cta-style="primary"].website-cta-nav-alt:hover::before {
    right: 0;
}
[data-cta-visible="true"][data-cta-style="primary"].website-cta-nav-alt:hover {
    color: var(--color-header-cta-connect-foreground-hover);
}
.website-cta-sidenav-alt[data-cta-visible="true"] {
    background-color: var(--color-header-cta-connect-background);
    color: var(--color-header-cta-connect-foreground);
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-base);
}

/* ── Sidenav CTA sizing: both buttons same width ── */
.website-cta-sidenav,
.website-cta-sidenav-alt[data-cta-visible="true"] {
    width: 100%;
    max-width: 250px;
    justify-content: center;
    text-align: center;
}
.website-cta-sidenav .website-cta-text,
.website-cta-sidenav-alt .website-cta-text {
    flex: 0 !important;
}
.website-cta-fab-alt[data-cta-visible="true"] {
    background-color: var(--color-floating-cta-connect-background);
    color: var(--color-floating-cta-connect-foreground);
    border: none;
    padding: 18px var(--space-10);
    font-size: var(--text-md);
    font-weight: var(--font-semibold);
    flex-shrink: 0;
    position: static;
    box-shadow: var(--color-white) 0px 8px 20px !important;
}
.website-cta-fab-alt[data-cta-visible="true"]:hover {
    opacity: 0.9;
}

/* ── Icon-only (circle, no text) ── */
[data-cta-style="icon-only"] {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    background-color: var(--color-primary-button-background) !important;
    color: var(--color-primary-button-foreground) !important;
}
[data-cta-style="icon-only"] .website-cta-text {
    display: none !important;
}
[data-cta-global-call="false"][data-cta-style="icon-only"] {
    width: 100% !important;
    height: auto !important;
    min-width: 150px !important;
    max-width: none !important;
    padding: 15px !important;
    border-radius: var(--radius-md) !important;
}
[data-cta-global-call="false"][data-cta-style="icon-only"] .website-cta-text {
    display: inline !important;
}
.website-cta-text {
    flex: 1;
    text-align: left;
}

/* ── Icons ── */
.website-cta-icon {
    display: none !important;
    align-items: center;
    flex-shrink: 0;
}
.website-cta-icon svg { display: block; }
[data-cta-type="book"] .website-cta-icon-book { display: inline-flex !important; }
[data-cta-type="call"] .website-cta-icon-call { display: inline-flex !important; }
[data-cta-type="callback"] .website-cta-icon-call { display: inline-flex !important; }

/* ── Hero button container ── */
.hero-button-wrapper {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
    width: 100%;
}

/* ── FAB container ── */
.mobile-cta-button-container-fallback {
    position: fixed !important;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px;
    margin: 0;
}
@media (min-width: 768px) {
    .mobile-cta-button-container-fallback {
        display: none !important;
    }
}

/* ── FAB primary button: override fixed-cta positioning ── */
.fixed-cta.website-cta-fab {
    position: static !important;
    display: flex !important;
}
.website-cta-text { flex: 1; text-align: center; }
.website-cta-fab .website-cta-text,
.website-cta-fab-alt .website-cta-text {
    flex: 0 !important;
}
.website-cta-hero-alt[data-cta-visible="true"],
.website-cta-nav-alt[data-cta-visible="true"],
.website-cta-sidenav-alt[data-cta-visible="true"],
.website-cta-fab-alt[data-cta-visible="true"] {
    border-radius: 50px;
}

/* ── Global call toggle: when call feature is off,
     hide secondary buttons, hide icons, center text.
     MUST come after data-cta-visible rules to win specificity ── */
[data-cta-global-call^="$$"] { display: none !important; }
.website-cta-hero-alt[data-cta-global-call="false"],
.website-cta-nav-alt[data-cta-global-call="false"],
.website-cta-sidenav-alt[data-cta-global-call="false"],
.website-cta-fab-alt[data-cta-global-call="false"] {
    display: none !important;
}
[data-cta-global-call="false"] .website-cta-icon-book,
[data-cta-global-call="false"] .website-cta-icon-call { display: none !important; }
[data-cta-global-call="false"] .website-cta-text { flex: none; width: 100%; text-align: center; }
[data-cta-global-call="false"].website-cta-fab,
[data-cta-global-call="false"].website-cta-hero,
[data-cta-global-call="false"].website-cta-nav,
[data-cta-global-call="false"].website-cta-sidenav { justify-content: center; }
.bodaland-content-card [data-cta-global-call="false"] .website-cta-text { text-align: left; }

/* ── When global call is ON: unify sidenav & FAB button appearance ── */
.website-cta-sidenav[data-cta-global-call="true"],
.website-cta-sidenav-alt[data-cta-global-call="true"] {
    width: 100%;
    justify-content: center;
    font-weight: var(--font-semibold);
}
.website-cta-sidenav-alt[data-cta-global-call="true"] {
    border: none;
}
.website-cta-fab[data-cta-global-call="true"] {
    flex: 1;
    justify-content: center;
    font-weight: var(--font-semibold);
    margin: 0px !important;
    font-size: var(--text-md);
}
.website-cta-fab-alt[data-cta-global-call="true"] {
    border: none;
    justify-content: center;
    font-weight: var(--font-semibold);
    box-shadow: var(--shadow-lg);
}
.website-cta-sidenav[data-cta-global-call="true"] .website-cta-text,
.website-cta-sidenav-alt[data-cta-global-call="true"] .website-cta-text,
.website-cta-fab[data-cta-global-call="true"] .website-cta-text,
.website-cta-fab-alt[data-cta-global-call="true"] .website-cta-text {
    flex: none;
    text-align: center;
}

/* ── When global call is ON: hide arrow icon and constrain wrapper width ── */
.hero-cta-button[data-cta-global-call="true"] .hero-button-arrow {
    display: none;
}
.hero-button-wrapper:has([data-cta-global-call="true"]) {
    width: 80%;
}

/* ── When global call is ON: banner buttons side by side ── */
.hero-button-wrapper:has([data-cta-global-call="true"]) {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
}
.hero-button-wrapper .hero-cta-button[data-cta-global-call="true"],
.hero-button-wrapper .hero-button-cta[data-cta-global-call="true"] {
    flex: 1;
    padding: var(--space-6) var(--space-8);
    width: auto;
    margin-top: 0;
}
.hero-button-wrapper .hero-cta-button .website-cta-text {
    flex: 1;
    text-align: left;
}
/* When secondary CTA is hidden, cap primary at 80% so it doesn't stretch full width */
.hero-button-wrapper:not(:has(.website-cta-hero-alt[data-cta-visible="true"])) .hero-cta-button[data-cta-global-call="true"],
.hero-button-wrapper:not(:has(.website-cta-hero-alt[data-cta-visible="true"])) .hero-button-cta[data-cta-global-call="true"] {
    flex: none;
    width: 80%;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"] {
    background-color: var(--color-banner-cta-connect-background);
    color: var(--color-banner-cta-connect-foreground);
    border: 4px solid var(--color-banner-cta-connect-background);
    padding: var(--space-6) var(--space-8);
    font-size: var(--text-xl);
    font-weight: var(--font-bold);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
    border-radius: 50px;
    display: inline-flex !important;
    align-items: center;
    gap: var(--space-2);
    margin-top: 0;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-banner-cta-connect-background-hover);
    color: var(--color-banner-cta-connect-foreground-hover);
    transition: all 0.3s ease;
    z-index: -1;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]:hover {
    background-color: var(--color-banner-cta-connect-background-hover);
    color: var(--color-banner-cta-connect-foreground-hover);
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]:hover::before {
    right: 0;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]:focus {
    outline: 2px solid var(--color-banner-cta-connect-background);
    outline-offset: 2px;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"] svg {
    transition: transform 0.3s ease;
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]:hover svg {
    transform: translateX(3px);
}
.hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"] .website-cta-text {
    flex: none;
    text-align: center;
    font-weight: inherit;
    letter-spacing: normal;
}

/* ── Hide hero banner buttons on mobile (header/FAB handles mobile CTAs) ── */
@media (max-width: 767px) {
    .hero-button-wrapper .website-cta-hero-alt[data-cta-visible="true"][data-cta-global-call="true"]{
        display: none !important;
    }
    .website-cta-hero-alt,
    .website-cta-hero-alt[data-cta-visible="true"],
    .website-cta-hero-alt[data-cta-global-call="true"] { display: none !important; }
    .hero-button-cta,
    .hero-cta-button,
    .hero-button-cta[data-cta-global-call="true"],
    .hero-cta-button[data-cta-global-call="true"] { display: none !important; }
}

/* ── When global call is on, force flex on hero CTA for icon alignment (desktop only) ── */
@media (min-width: 768px) {
    .hero-button-cta[data-cta-global-call="true"],
    .hero-cta-button[data-cta-global-call="true"] {
        display: inline-flex !important;
        align-items: center;
        gap: var(--space-2);
    }
}



.blogs-section .carousel-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Offer popup: remove carousel padding inside the modal */
.offer-popup-modal .carousel-section {
  padding: 0 !important;
}

/* ── Banner redirect secondary button (home only) ──
   The redirect CTA carries data-cta-global-call="false", so the global-call
   hide rule above hides it and it misses the polished connect-secondary look.
   Re-show it on the home banner and give it the same styling + width as the
   primary hero CTA (80% of the wrapper, text left, arrow far-right) plus the
   sliding fill + animated arrow. Desktop only (mobile is header/FAB). */
@media (min-width: 768px) {
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"] {
    display: inline-flex !important;
    box-sizing: border-box;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
    background-color: var(--color-banner-cta-connect-background);
    color: var(--color-banner-cta-connect-foreground);
    border: 4px solid var(--color-banner-cta-connect-background);
    padding: var(--space-8) var(--space-12);
    font-size: var(--text-xl);
    font-weight: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 0;
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"]::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-banner-cta-connect-background-hover);
    transition: all 0.3s ease;
    z-index: -1;
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"]:hover {
    background-color: var(--color-banner-cta-connect-background-hover);
    color: var(--color-banner-cta-connect-foreground-hover);
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"]:hover::before {
    right: 0;
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"] .website-cta-text {
    flex: 1;
    text-align: left;
    letter-spacing: normal;
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"]::after {
    content: '\2192';
    flex-shrink: 0;
    font-size: 1.1em;
    line-height: 1;
    transition: transform 0.3s ease;
  }
  .website-cta-hero-alt[data-cta-visible="true"][data-cta-type="redirect"]:hover::after {
    transform: translateX(4px);
  }
}

/* Offer split card — desktop height safety net (applies even if id-scoped sync is stale) */
.fusion-split-card-offer-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fusion-split-card-offer-card {
    height: 700px !important;
    flex-direction: row !important;
  }
}

@media (max-width: 767px) {
  .fusion-split-card-offer-card {
    min-height: 300px !important;
    flex-direction: column !important;
  }
}

/* Offer pill — service-card offer line (.service-offer-pill emitted by website-backend ServiceOfferLine). */
[data-variable-text="ServiceOfferLine"] {
  display: block;
}
.service-offer-pill {
  display: inline-block;
  background: #e7f6ec;
  border: 1px solid #bfe6cd;
  color: #000;
  font-weight: 600;
  padding: 0px 5px;
  border-radius: 999px;
  margin-top: 4px;
  font-size: 10px;
}

/** For social_proof section **/

@keyframes social-proof-pulse-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
    box-shadow: 0 0 0 0.75rem rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* The platform's gradient washed across the whole card, not just its icon tile.
   Carried on a ::before overlay because the gradient has to sit at a low opacity
   over the card's own translucent white — painting it as the card's background
   would fight that, and opacity on the card itself would fade the text with it.

   Lives here rather than in the layout because ::before is a pseudo-ELEMENT:
   react-to-json only recognises single-colon pseudo-CLASSES (`:[a-z]+`), so a
   `::before` written in <style jsx> is silently dropped on the way to
   production. Same reason --accent itself is defined here.

   The card's own children need `position: relative` to sit above it; the layout
   already gives the card `position: relative`, and the overlay is z-index 0
   under content that establishes its own stacking. */
.metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  opacity: 0.04;
  transition: opacity 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}

.metric-card:hover::before {
  opacity: 0.1;
}

/* The card is a div whose click the layout handles in JS, so it gets no pointer
   for free — keyed off data-has-url rather than the card's id because the
   backend replicates the inline card per platform and the ids change with it.

   A card with no URL still renders (the layout is static): the backend sends
   data-redirect-url="javascript:void(0)" and data-has-url="false", and the
   handler does nothing for it, so it keeps the default cursor. The hover lift
   stays on both, being the card's own motion rather than a promise of a link. */
.metric-card[data-has-url="true"] {
  cursor: pointer;
}

.metric-card[data-has-url="false"] {
  cursor: default;
}

/* Per-platform accent gradients, keyed off the card's data-platform-name and
   consumed by the icon tile via var(--accent).

   One rule per value of SocialProofPlatform (see data-collection.dto.ts), and
   every rule is dark: the processor always requests the WHITE icon from
   getIconForPlatform, so a light tile would render an invisible icon. Adding a
   platform to that enum means adding a dark gradient here too.

   Matched case-insensitively (` i`) because the enum stores lowercase while the
   card's visible label is uppercased by CSS. */
.metric-card[data-platform-name="Instagram" i] {
  --accent: linear-gradient(135deg, #833AB4, #E1306C 50%, #FCAF45);
}

.metric-card[data-platform-name="TikTok" i] {
  --accent: linear-gradient(135deg, #25F4EE, #000000 50%, #FE2C55);
}

.metric-card[data-platform-name="YouTube" i] {
  --accent: linear-gradient(135deg, #FF0000, #C4302B);
}

.metric-card[data-platform-name="Facebook" i] {
  --accent: linear-gradient(135deg, #1877F2, #0A4DA6);
}

.metric-card[data-platform-name="X" i] {
  --accent: linear-gradient(135deg, #2B2B2B, #000000);
}

.metric-card[data-platform-name="Twitter" i] {
  --accent: linear-gradient(135deg, #1DA1F2, #0C7ABF);
}

.metric-card[data-platform-name="LinkedIn" i] {
  --accent: linear-gradient(135deg, #0A66C2, #004182);
}

.metric-card[data-platform-name="Pinterest" i] {
  --accent: linear-gradient(135deg, #E60023, #AD001B);
}

.metric-card[data-platform-name="Snapchat" i] {
  --accent: linear-gradient(135deg, #C9A800, #8A7300);
}

.metric-card[data-platform-name="WhatsApp" i] {
  --accent: linear-gradient(135deg, #25D366, #128C7E);
}

.metric-card[data-platform-name="Yelp" i] {
  --accent: linear-gradient(135deg, #FF1A1A, #AF0606);
}







.zoca-ba7eeefe-e12a-45fe-a5be-691fa07d19ab {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 10px 20px;
  overflow: hidden;
  position: fixed;
  background-color: var(--color-offer-sticky-bar-background);
}

.zoca-a80b170c-e28b-4689-9ddb-cb073a262f7e {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.zoca-fc22a239-80a0-4f34-afa8-4c8dfda9cbbc {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
  font-weight: 400;
}

.zoca-866ebdd8-468e-4491-b695-756f20defc5e {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
}

.zoca-43094cb0-5999-403c-9d57-eb58f6513590 {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.zoca-24e600fe-d6b5-46cd-82a5-72ec5869d726 {
  gap: 10px;
  display: none;
  align-items: center;
  white-space: nowrap;
}

.zoca-af4a4b2e-4fd2-491c-9ccd-73ff90585b4b {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
  font-weight: 400;
}

.zoca-4d5f7423-181d-4a90-8364-f162e0a7a7ab {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
}

.zoca-3a33182d-c0ab-449d-a3b1-d53964439c30 {
  color: var(--color-offer-sticky-bar-foreground);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.zoca-a2693941-f77f-4e6c-9ec2-afeab40138f2 {
  display: none !important;
}

.zoca-6e85d976-9d9c-4441-8718-05ded3a2e2ba {
  display: none !important;
}

.zoca-0bfa167e-5555-48c1-9487-55d1318e633f {
  color: black;
  border-radius: 8px !important;
}

.zoca-143c6806-2558-40eb-9252-3106ac7c7ba2 {
  padding: 1.5rem 2rem 0rem 2rem;
}

.zoca-fad271b4-d126-4a80-bb7f-4b5acaf90fb7 {
  color: black;
  display: none;
  font-weight: 600;
}

.zoca-bc506cfb-d15a-4039-b11a-7b4cebd91cad {
  padding: 1.5rem 2rem 2rem 2rem;
}

.zoca-511ca1ce-98e2-4031-a1b8-bd06dc4a1caa {
  margin-top: var(--space-4);
}

.zoca-e45587b3-0781-41dc-99ee-e86626d38488 {
  margin-top: var(--space-6);
}

.zoca-7219007b-3295-4787-a2f5-0cf79e4560df {
  margin-top: var(--space-8);
}

.zoca-4ac64867-093e-4dd1-9d2e-e9899b329c3a {
  gap: var(--space-2);
  color: var(--color-gray-500);
  display: flex;
  font-size: var(--text-sm);
  margin-top: var(--space-4);
  align-items: center;
  justify-content: center;
}

.zoca-e5c5d2c0-1472-4e17-97a9-d745cd662679 {
  margin-top: -0.75rem;
}

.zoca-cd89f453-d203-42f3-9b1e-d2211655b0cd {
  gap: var(--space-2);
  color: var(--color-gray-500);
  display: flex;
  font-size: var(--text-sm);
  margin-top: var(--space-4);
  align-items: center;
  justify-content: center;
}

.zoca-5c4c448d-eb59-4b16-9594-5b4437147beb {
  display: none;
}

.zoca-848ef328-a960-43bd-b9fb-13a64fb9acc3 {
  padding: 0px !important;
  min-height: 0px !important;
}

.zoca-289ce706-d0b8-45d5-8563-92ebbad6ef66 {
  width: 100%;
  padding: var(--space-4);
  max-width: 100%;
  box-sizing: border-box;
  margin-top: var(--space-6);
  text-align: center;
}

.zoca-b51e3c6f-56ca-429e-a623-6d385aa50a88 {
  color: var(--color-gray-600);
  margin: 0 0 var(--space-3) 0;
  font-size: var(--text-sm);
  font-weight: 500;
}

.zoca-fa5ec0fe-1b6d-42fc-93bd-51681ac834fd {
  gap: var(--space-2);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  display: inline-flex;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  min-width: fit-content;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  align-items: center;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: var(--radius-md);
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-black);
}

.zoca-fa5ec0fe-1b6d-42fc-93bd-51681ac834fd:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
  font-weight: bold;
}

.zoca-fa5ec0fe-1b6d-42fc-93bd-51681ac834fd:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(0);
}

@media (max-width: 640px) {
  .zoca-fa5ec0fe-1b6d-42fc-93bd-51681ac834fd {
    width: 100%;
  padding: var(--space-4) var(--space-3);
  }
}

@media (max-width: 767Px) {
  .zoca-556256af-1192-4eb2-b0a2-516ddfac3d8c {
    left: 0;
  right: 0;
  width: 100%;
  border: none;
  bottom: 0;
  margin: 0;
  z-index: 99;
  display: flex;
  padding: 0;
  position: fixed;
  box-shadow: 0 -8px 8px var(--color-about-background);
  background: transparent;
  flex-direction: column;
  }
}

@media (min-width: 768Px) {
  .zoca-556256af-1192-4eb2-b0a2-516ddfac3d8c {
    display: none;
  }
}

.zoca-65fcb5a1-a689-441d-bdca-80a597b4f19d {
  color: var(--color-floating-cta-foreground);
  width: 100%;
  border: none;
  margin: 0;
  padding: 20px 24px;
  font-size: 18px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 800;
  border-radius: 0;
  background-color: var(--color-floating-cta-background);
}

.zoca-42559640-638e-4d47-9d21-9173be4c45a0 {
  gap: 8px;
  color: white;
  width: 100%;
  margin: 0;
  display: flex;
  padding: 10px 16px;
  font-size: 14px;
  max-height: 25px;
  min-height: 12px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #4a4a4a;
}

.zoca-47218de8-560c-442e-80f5-129670af4600 {
  width: 12px;
  height: 12px;
}

.zoca-877378ec-cf79-4f07-8798-f65b0a896b65 {
  color: white;
  font-size: 12px;
  font-weight: 900;
  margin-left: -3px;
}

.zoca-f1c914fb-fd1f-4736-a1f2-61b84defde47 {
  color: gold;
  font-size: 12px;
  font-weight: 900;
  margin-inline: -5px;
}

.zoca-5ce2e7ec-a79c-4770-9b14-f9ef265e83ac {
  color: white;
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}

.zoca-fae48538-0390-481f-af67-a475d94c5beb {
  color: white;
  font-size: 12px;
  font-weight: 900;
  margin-left: -4px;
}

.zoca-30581069-bad3-49d6-bf66-47c18335e2b7 {
  min-width: 150px;
}

.zoca-63d385bd-e0a5-4e63-98cc-0fdb32731663 {
  display: none !important;
}

.zoca-6e379358-1b15-49b2-acaf-dab279f71805 {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  position: fixed;
  background-color: #1a1a1a;
}

.zoca-46278e64-2341-40a3-9270-bfd1269de3c6 {
  margin: 0 auto;
  padding: 1.35rem 1.5rem;
  max-width: 1200px;
}

@media (max-width: 600px) {
  .zoca-46278e64-2341-40a3-9270-bfd1269de3c6 {
    padding: 1rem;
  }
}

.zoca-1cce32fd-d3f6-4ffe-80da-3a7fddbc46c2 {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zoca-ac4386a4-376c-4540-a99e-2fbd9ba46510 {
  gap: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.zoca-b7d5d507-be43-47d1-8572-b58a06597661 {
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
}

.zoca-135e6ee1-6bd2-4ce0-9387-201535b87c02 {
  color: #ffffff;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .zoca-135e6ee1-6bd2-4ce0-9387-201535b87c02 {
    font-size: 1rem;
  }
}

.zoca-32143715-d878-464f-ad82-90304dbabed8 {
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
  font-size: 1rem;
}

.zoca-b02facc4-4702-4104-ae72-169115641386 {
  gap: 1rem;
  display: flex;
  align-items: center;
}

.zoca-8bc7d087-4a2f-4fc0-87c9-092ba620aa69 {
  gap: 0.5rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: flex;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  align-items: center;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-radius: 50px;
  background-color: transparent;
}

.zoca-8bc7d087-4a2f-4fc0-87c9-092ba620aa69:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .zoca-8bc7d087-4a2f-4fc0-87c9-092ba620aa69 {
    padding: 0.6rem;
  font-size: 0.875rem;
  }
}

.zoca-c542eb21-e285-43d5-bcc5-f0915897abaa {
  color: #000000;
  border: none;
  cursor: pointer;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-radius: 50px;
  background-color: #ffffff;
}

.zoca-c542eb21-e285-43d5-bcc5-f0915897abaa:hover {
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  background-color: #f0f0f0;
}

@media (max-width: 600px) {
  .zoca-c542eb21-e285-43d5-bcc5-f0915897abaa {
    padding: 0.9rem 1.25rem;
  font-size: 1.25rem;
  }
}

.zoca-3107bc48-0e02-493d-b704-052337d031b6 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: min(80vh,750px);
  align-items: end;
  justify-content: center;
  scroll-margin-top: var(--header-height) !important;
}

@media (max-width: 640Px) {
  .zoca-3107bc48-0e02-493d-b704-052337d031b6 {
    min-height: 500px;
  align-items: center;
  }
}

@media (min-width:1600Px) {
  .zoca-3107bc48-0e02-493d-b704-052337d031b6 {
    min-height: min(70vh,600px);
  }
}

.zoca-ec6007b7-85d4-46f5-894b-15533fc6971d {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.zoca-5cf9803a-4782-4701-ba2a-ec11e28369b4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.zoca-cc6a2278-99a9-4cb2-a72a-3983206fa250 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.5;
  position: absolute;
  background: var(--color-black-alpha-50);
}

.zoca-73403d3b-0c98-410a-b05f-2bc0a8f46da5 {
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

.zoca-153887ba-6139-4888-b946-d9d4a77c7f50 {
  gap: var(--space-6);
  color: var(--color-white);
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 640Px) {
  .zoca-153887ba-6139-4888-b946-d9d4a77c7f50 {
    text-align: left;
  align-items: flex-start;
  }
}

@media (min-width: 1024Px) {
  .zoca-153887ba-6139-4888-b946-d9d4a77c7f50 {
    max-width: 700px;
  }
}

.zoca-f17603ea-1c98-461b-a1b3-687ac6ff9bc0 {
  margin: 0;
  font-size: var(--text-3-xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  text-shadow: 0 2px 4px var(--color-black-alpha-30);
  letter-spacing: -0.02em;
}

@media (max-width: 640Px) {
  .zoca-f17603ea-1c98-461b-a1b3-687ac6ff9bc0 {
    font-size: var(--text-3-xl);
  }
}

@media (min-width: 768Px) {
  .zoca-f17603ea-1c98-461b-a1b3-687ac6ff9bc0 {
    font-size: var(--text-4-xl);
  }
}

@media (min-width: 1024Px) {
  .zoca-f17603ea-1c98-461b-a1b3-687ac6ff9bc0 {
    font-size: var(--text-5-xl);
  }
}

.zoca-6a29a580-8251-4ab2-b187-365c2ef1c8de {
  display: none;
}

.zoca-5951cc7a-18be-4c3a-a793-00e62f9efc9c {
  margin: 0;
  opacity: 0.95;
  font-size: var(--text-md);
  font-weight: var(--font-regular);
  line-height: var(--leading-relaxed);
  text-shadow: 0 1px 2px var(--color-black-alpha-30);
}

@media (min-width: 768Px) {
  .zoca-5951cc7a-18be-4c3a-a793-00e62f9efc9c {
    font-size: var(--text-lg);
  }
}

.zoca-4e7e2271-18bf-4284-91e3-416e71a3bc89 {
  display: none !important;
}

.zoca-0a5a2fe1-3089-437b-8b20-a831bf40f3e9 {
  display: none;
}

@media (max-width: 768Px) {
  .zoca-bf4e6b99-3d5b-408d-b9ab-14205e683641 {
    padding: 0;
  }
}

.zoca-4fccc8e9-5ca4-46e8-9d82-65eac9c72678 {
  cursor: pointer;
}

.zoca-bf8b8085-71b1-44ac-a70c-960955af0eaa {
  cursor: pointer;
}

.zoca-78edae65-3f72-4a59-8669-6f01a40a822c {
  cursor: pointer;
}

.zoca-51629a86-53fe-480a-ac12-122b03bf70e0 {
  cursor: pointer;
}

.zoca-1e2c8949-18ff-4cc7-a413-243f65920994 {
  cursor: pointer;
}

.zoca-26904823-40f2-4ded-b4c9-81f56277e506 {
  cursor: pointer;
}

.zoca-6098783e-4351-4a28-9d12-6b430394dc6f {
  cursor: pointer;
}

.zoca-0b57ce06-ec94-4d68-bb11-f26fe2405b91 {
  cursor: pointer;
}

.zoca-8d01e658-199b-4ce1-a5ca-60a27fe53c2f {
  cursor: pointer;
}

.zoca-e62771be-903f-4f05-8fc6-afc34e69fff0 {
  cursor: pointer;
}

.zoca-31259879-92a5-4f8d-9111-4f04ad76e184 {
  cursor: pointer;
}

.zoca-2e327e18-d278-4b89-8153-12130b873f47 {
  cursor: pointer;
}

.zoca-d9901437-4e85-4956-bc99-1a602c44d41f {
  color: var(--color-offer-card-foreground);
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--color-offer-card-background);
  scroll-margin-top: var(--header-height) !important;
}

.zoca-619ad2c0-7c78-4eee-8976-e2da7bb67094 {
  margin: 0 auto;
  max-width: var(--container-lg);
  padding-inline: var(--space-8);
}

.zoca-45f729ce-8be4-4f2b-ab55-aeee84a63e4d {
  position: relative;
  min-height: 700px;
  margin-bottom: var(--space-0) !important;
}

@media (max-width: 767Px) {
  .zoca-45f729ce-8be4-4f2b-ab55-aeee84a63e4d {
    min-height: 300px;
  margin-bottom: var(--space-10) !important;
  }
}

.zoca-f1beeafd-09f2-4ca5-9927-09f146032639 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768Px) {
  .zoca-f1beeafd-09f2-4ca5-9927-09f146032639 {
    height: 700px;
  flex-direction: row !important;
  }
}

.zoca-80662ffa-e4e0-4251-ac23-ba85e26dba4a {
  padding: var(--space-10);
}

@media (max-width: 768Px) {
  .zoca-80662ffa-e4e0-4251-ac23-ba85e26dba4a {
    padding: var(--space-4);
  }
}

.zoca-7b1c985c-45f6-44f7-97a7-2ebbadb2487b {
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-2-xl) var(--radius-2-xl) 0 0;
  background-color: var(--color-secondary-brand);
}

@media (max-width: 768Px) {
  .zoca-7b1c985c-45f6-44f7-97a7-2ebbadb2487b {
    max-height: 300px;
  }
}

@media (min-width: 1024Px) {
  .zoca-7b1c985c-45f6-44f7-97a7-2ebbadb2487b {
    width: 100%;
  overflow: hidden;
  border-radius: var(--radius-2-xl) 0 0 var(--radius-2-xl);
  }
}

.zoca-14122bf3-1c3f-4f6b-8750-ecffe438d478 {
  width: 100%;
  height: 100%;
  max-height: 900px;
  object-fit: cover;
}

@media (max-width: 768Px) {
  .zoca-14122bf3-1c3f-4f6b-8750-ecffe438d478 {
    max-height: 300px;
  }
}

.zoca-1a539aa9-547e-4037-90cd-99e0b422e5ab {
  color: var(--color-offer-card-content-foreground);
  display: flex;
  padding: var(--space-10) var(--space-6);
  box-shadow: var(--shadow-lg);
  align-items: center;
  border-radius: 0 0 var(--radius-2-xl) var(--radius-2-xl);
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-offer-card-content-background);
}

@media (min-width: 768Px) {
  .zoca-1a539aa9-547e-4037-90cd-99e0b422e5ab {
    width: 100%;
  padding: var(--space-12);
  border-radius: 0 0 var(--radius-2-xl) var(--radius-2-xl);
  }
}

@media (min-width: 1024Px) {
  .zoca-1a539aa9-547e-4037-90cd-99e0b422e5ab {
    padding: var(--space-16);
  border-radius: 0 var(--radius-2-xl) var(--radius-2-xl) 0;
  }
}

.zoca-85cb580c-a07d-4158-99e8-9823a458a5b4 {
  color: inherit;
  font-size: 2.2rem;
  text-align: center;
  font-weight: var(--font-bold);
  margin-bottom: var(--space-6);
}

@media (min-width: 768Px) {
  .zoca-85cb580c-a07d-4158-99e8-9823a458a5b4 {
    font-size: 2.8rem;
  margin-bottom: var(--space-8);
  }
}

@media (min-width: 1024Px) {
  .zoca-85cb580c-a07d-4158-99e8-9823a458a5b4 {
    font-size: 3.4rem;
  }
}

.zoca-4dfbfede-aaaf-4d78-be9d-84eaaedcf962 {
  max-width: var(--container-sm);
  overflow: auto;
  max-height: 40vh;
  margin-bottom: var(--space-8);
  scrollbar-width: thin !important;
}

@media (max-width: 768Px) {
  .zoca-4dfbfede-aaaf-4d78-be9d-84eaaedcf962 {
    max-height: 30vh;
  margin-bottom: var(--space-6);
  }
}

.zoca-22d70fe5-86b8-425e-9694-088ad0b1cb50 {
  display: flex;
  justify-content: center;
}

@media (min-width: 768Px) {
  .zoca-22d70fe5-86b8-425e-9694-088ad0b1cb50 {
    margin-top: var(--space-6);
  }
}

.zoca-75178d8d-6dac-447d-b559-86d27797b937 {
  display: none;
}

.zoca-08048f5b-7e1b-4d18-b26c-a9fe526d128a {
  display: none;
}

.zoca-49ca5d23-266d-44d3-b56e-1262fc43f4e7 {
  color: var(--color-testimonial-star-background);
}

.zoca-636de31a-fcbb-4b8d-9d0b-5d7732590556 {
  color: var(--color-testimonial-star-background);
}

.zoca-81c37168-0e37-460c-893f-1075a0eafcd8 {
  color: var(--color-testimonial-star-background);
}

.zoca-512b6075-a6c9-42dd-a306-d4873956f51d {
  color: var(--color-testimonial-star-background);
}

.zoca-80a6f022-66c1-4a98-a802-48467b90b851 {
  color: var(--color-testimonial-star-background);
}

.zoca-5e4934df-27ed-4820-8258-659dd1867d8d {
  color: var(--color-testimonial-star-background);
}

.zoca-ba61597f-e789-458d-bcdb-7fd1a0eb798d {
  color: var(--color-testimonial-star-background);
}

.zoca-0229bf8c-8be5-4e3d-8405-2db4b2e6e7bf {
  color: var(--color-testimonial-star-background);
}

.zoca-7951b20f-00b9-435a-a8f3-5df27e88a702 {
  color: var(--color-testimonial-star-background);
}

.zoca-cbac56c1-10c3-4ca1-b550-b6441fcf2ea4 {
  color: var(--color-testimonial-star-background);
}

.zoca-f91c6b4f-0337-455e-b0ab-a86f0aefd205 {
  color: var(--color-testimonial-star-background);
}

.zoca-1ef71ec4-e968-4aa7-9b19-4e1f71fb35c2 {
  color: var(--color-testimonial-star-background);
}

.zoca-b55688d0-ad7b-4310-b098-9bd6130714f2 {
  color: var(--color-testimonial-star-background);
}

.zoca-1df67023-30d1-478a-8c54-c7dd12ddc9ec {
  color: var(--color-testimonial-star-background);
}

.zoca-cfdb4b93-36ed-452d-82bc-48085606b51a {
  color: var(--color-testimonial-star-background);
}

.zoca-615cd669-8e85-4253-87a8-3e0c277f7102 {
  color: var(--color-testimonial-star-background);
}

.zoca-3c3e4aef-17cf-4ccc-8536-5d044305e438 {
  color: var(--color-testimonial-star-background);
}

.zoca-6155fee9-94d6-48c3-8cb9-61ba52500299 {
  color: var(--color-testimonial-star-background);
}

.zoca-6ebcd437-1945-4d8c-b8dd-1f34c043092b {
  color: var(--color-testimonial-star-background);
}

.zoca-9e882c1b-f1dc-45b3-9352-dd5f9fbcb849 {
  color: var(--color-testimonial-star-background);
}

.zoca-cc234e8c-96b0-4c43-a822-c29bfa8d1d4f {
  color: var(--color-testimonial-star-background);
}

.zoca-b735208c-dc89-4cb0-b83a-bca8ef14f79f {
  color: var(--color-testimonial-star-background);
}

.zoca-3b0dae8d-99f4-464a-a508-c2412c579722 {
  color: var(--color-testimonial-star-background);
}

.zoca-a0d7c93c-6025-4eed-8d3f-bda62e39e17f {
  color: var(--color-testimonial-star-background);
}

.zoca-c5f616be-8f26-41bd-a1f2-bbaffd8431dc {
  color: var(--color-testimonial-star-background);
}

.zoca-105e2919-b311-4794-bb8f-80cd025ca9f4 {
  color: var(--color-testimonial-star-background);
}

.zoca-3ca046d6-4382-4425-a867-1be6c952b41f {
  color: var(--color-testimonial-star-background);
}

.zoca-371c36b5-cf87-4c6e-9c9f-8833b61bbabd {
  color: var(--color-testimonial-star-background);
}

.zoca-61809a62-a80a-4946-8b72-82736566c114 {
  color: var(--color-testimonial-star-background);
}

.zoca-29568c9d-387f-4aee-9d81-7cc45483f103 {
  color: var(--color-testimonial-star-background);
}

.zoca-54d7e9bc-2c48-40bc-90f0-a48ec6ca7272 {
  color: var(--color-testimonial-star-background);
}

.zoca-51d88af6-fa92-49e7-9b50-23df27c59e01 {
  color: var(--color-testimonial-star-background);
}

.zoca-605f818e-1759-46e7-9ce4-c977d656e28f {
  color: var(--color-testimonial-star-background);
}

.zoca-158a990e-e226-46dc-9db6-60898ee8f7d8 {
  color: var(--color-testimonial-star-background);
}

.zoca-202b2a5e-dd8c-429a-92bc-69575a2b808e {
  color: var(--color-testimonial-star-background);
}

.zoca-ad2be0e5-3a1a-428a-91c9-8356937297be {
  color: var(--color-testimonial-star-background);
}

.zoca-e3027bd0-5a21-4f7c-a335-0ec51dee177b {
  color: var(--color-testimonial-star-background);
}

.zoca-7bbab507-b398-4561-bd0a-f8881f8a77c8 {
  color: var(--color-testimonial-star-background);
}

.zoca-ac85f76e-0ea6-40fe-be73-b26fb76f0da8 {
  color: var(--color-testimonial-star-background);
}

.zoca-1299301d-b68c-484e-9c66-22a6b37915b2 {
  color: var(--color-testimonial-star-background);
}

.zoca-3b7c2669-e7a7-4e5e-8bd0-0d7d5008e229 {
  color: var(--color-testimonial-star-background);
}

.zoca-eefc9d97-1fcb-4983-838a-a2c265aa9671 {
  color: var(--color-testimonial-star-background);
}

.zoca-37b9cb98-4e54-45a4-aca3-64463f8c4fe0 {
  color: var(--color-testimonial-star-background);
}

.zoca-2c52e1bb-d58a-4946-a0a3-a35ce1693778 {
  color: var(--color-testimonial-star-background);
}

.zoca-1a110b61-006d-4c9f-9077-fa10f250e91c {
  color: var(--color-testimonial-star-background);
}

.zoca-721b10c8-a348-4ccb-b03a-2dd09d88d991 {
  color: var(--color-testimonial-star-background);
}

.zoca-e4917e6a-bba7-432d-b24f-cb0939a61e84 {
  color: var(--color-testimonial-star-background);
}

.zoca-4bd73a5a-4ed5-4ff6-a995-33c65af4d57f {
  color: var(--color-testimonial-star-background);
}

.zoca-98dc30f8-b532-4c71-80d2-57fe11093bb6 {
  color: var(--color-testimonial-star-background);
}

.zoca-2ed5ae97-fca5-43cc-874a-6de0593d62ec {
  color: var(--color-testimonial-star-background);
}

.zoca-18d84d7c-dee5-43c7-bb40-6582b846a3a4 {
  color: var(--color-testimonial-star-background);
}

.zoca-273fceda-0e8b-41bf-a04f-c8e57d934630 {
  color: var(--color-testimonial-star-background);
}

.zoca-b61ca21e-7c43-47c6-95a3-549734800d89 {
  color: var(--color-testimonial-star-background);
}

.zoca-6e7a5d46-5bed-420e-ab15-94bd4be33ae3 {
  color: var(--color-testimonial-star-background);
}

.zoca-2b117967-b75e-4bb3-9ae4-8d84d5dcab40 {
  color: var(--color-testimonial-star-background);
}

.zoca-01002ed8-42df-444c-9880-5d7eef2a670a {
  color: var(--color-testimonial-star-background);
}

.zoca-b19182e7-b72b-4f09-8989-24cf3ea8d422 {
  color: var(--color-testimonial-star-background);
}

.zoca-7e5e8169-b29a-4be8-9bda-65e688f85f87 {
  color: var(--color-testimonial-star-background);
}

.zoca-0085e25f-cce6-4950-bbaa-c21882e0c634 {
  color: var(--color-testimonial-star-background);
}

.zoca-faf6390e-2656-4ab5-8147-cf1222d4b178 {
  color: var(--color-testimonial-star-background);
}

.zoca-773beac2-7425-4d74-b88f-e0bcd9c42056 {
  color: var(--color-testimonial-star-background);
}

.zoca-8a3687f2-03b3-458f-b70b-1e1193f8a1d4 {
  color: var(--color-testimonial-star-background);
}

.zoca-467ceac1-d493-4469-8b80-ef610dbd30c7 {
  color: var(--color-testimonial-star-background);
}

.zoca-a05715f4-d5a7-46b5-8089-71974601c962 {
  color: var(--color-testimonial-star-background);
}

.zoca-d1cce50b-6dea-4cca-a8ef-313f00b1a3d4 {
  color: var(--color-testimonial-star-background);
}

.zoca-6c1bf2a9-8d93-41f4-bcb8-58cd3721106c {
  color: var(--color-testimonial-star-background);
}

.zoca-bcaab4f8-cff6-4213-a03b-cfc97ff45bac {
  color: var(--color-testimonial-star-background);
}

.zoca-d301a824-450a-4b62-a5ac-d9fd995f8504 {
  color: var(--color-testimonial-star-background);
}

.zoca-243cc235-2d03-4dec-9ad8-85b3f346b8e0 {
  color: var(--color-testimonial-star-background);
}

.zoca-5ff0675e-3677-4a0f-b731-8ffe30d7b9b9 {
  color: var(--color-testimonial-star-background);
}

.zoca-a9ee71cc-9f7a-4ec6-8571-b26a5f727488 {
  color: var(--color-testimonial-star-background);
}

.zoca-8c33372a-c38a-4fe7-8bdb-5e323a98f32c {
  color: var(--color-testimonial-star-background);
}

.zoca-9faf271d-0aa8-41fd-adb8-af93e261dc0b {
  color: var(--color-testimonial-star-background);
}

.zoca-2f65f493-ae48-4175-b71c-3f0812b7e8cc {
  color: var(--color-testimonial-star-background);
}

.zoca-e19289e8-d10f-4c38-b8ab-dda25e1c8584 {
  color: var(--color-testimonial-star-background);
}

.zoca-f0065d1a-8896-48d3-baf7-0c1408c885da {
  color: var(--color-testimonial-star-background);
}

.zoca-1b64b04a-14d5-4f55-9762-eb404e40673f {
  color: var(--color-testimonial-star-background);
}

.zoca-39786ef9-9f04-4bae-bb53-d9a62a685a38 {
  color: var(--color-testimonial-star-background);
}

.zoca-dcf299f8-d8d6-497b-913a-0edfb98c8913 {
  color: var(--color-testimonial-star-background);
}

.zoca-3766b871-0951-44da-8c9d-eab7a67e8607 {
  color: var(--color-testimonial-star-background);
}

.zoca-72f3563b-db82-4ac2-9607-c57b5340d224 {
  color: var(--color-testimonial-star-background);
}

.zoca-42530202-a6bc-4dcd-a1a1-614582272cdc {
  color: var(--color-testimonial-star-background);
}

.zoca-95109ed2-edd0-4bff-94f6-b872a90cf17d {
  color: var(--color-testimonial-star-background);
}

.zoca-acbc0e0c-9cb5-449c-a66a-b9a5af3e8824 {
  color: var(--color-testimonial-star-background);
}

.zoca-17ef6e0c-cad1-47e5-a04b-85c613ce3f8e {
  color: var(--color-testimonial-star-background);
}

.zoca-0f6bee1a-60f2-4b5b-a68e-c26a439d7f5b {
  color: var(--color-testimonial-star-background);
}

.zoca-92a75c1e-8aaa-4e2a-9f4c-87434875c2fc {
  color: var(--color-testimonial-star-background);
}

.zoca-ca0972c7-08c9-4cc5-95e3-aff602e4a249 {
  color: var(--color-testimonial-star-background);
}

.zoca-32a8ad58-d246-4f85-959a-61e016c937cc {
  color: var(--color-testimonial-star-background);
}

.zoca-a4d81f33-221e-4edb-bcc9-9bf6dab73364 {
  color: var(--color-testimonial-star-background);
}

.zoca-b91ddee9-a8f4-4b86-a488-8df1f95cf549 {
  color: var(--color-testimonial-star-background);
}

.zoca-f3807514-c24a-4aba-8f25-07dcfb7d5376 {
  color: var(--color-testimonial-star-background);
}

.zoca-ddd4ecf2-a983-4150-8be0-89ba15cf548d {
  color: var(--color-testimonial-star-background);
}

.zoca-b7f4daa1-2873-4436-95e0-ecb53c5ef298 {
  color: var(--color-testimonial-star-background);
}

.zoca-91b53659-c253-4599-9ade-496a9ede2db1 {
  color: var(--color-testimonial-star-background);
}

.zoca-261a1d47-bb7f-43a5-aef7-c11fb65e5fbb {
  color: var(--color-testimonial-star-background);
}

.zoca-2782ae2e-9b05-4f13-8b95-96f1b7923af8 {
  color: var(--color-testimonial-star-background);
}

.zoca-0abd4268-a208-4561-8a9e-df94b8400755 {
  color: var(--color-testimonial-star-background);
}

.zoca-8835d45a-5672-4815-bc5d-71b30be9fcd1 {
  color: var(--color-testimonial-star-background);
}

.zoca-ec75e88b-2e2c-451e-aebe-4374405e60a4 {
  color: var(--color-testimonial-star-background);
}

.zoca-43b40e85-fe3b-4a65-9633-52b5fc02cc8e {
  color: var(--color-testimonial-star-background);
}

.zoca-76907c7c-fd9c-4953-890b-d52f094c4303 {
  color: var(--color-testimonial-star-background);
}

.zoca-d5deb3a0-f37a-4570-9eb7-8e26717f50e5 {
  color: var(--color-testimonial-star-background);
}

.zoca-a9acf477-6688-403c-84f2-a7551d0cda02 {
  color: var(--color-testimonial-star-background);
}

.zoca-4625702e-8cfb-4e8d-bbd3-2f93611c6841 {
  color: var(--color-testimonial-star-background);
}

.zoca-13aa76a4-37be-4e19-96c2-6f61b3b085cf {
  color: var(--color-testimonial-star-background);
}

.zoca-1e31f619-d844-4073-a585-1ef034dc805e {
  color: var(--color-testimonial-star-background);
}

.zoca-f1d4dc9e-5358-4805-aec3-40895c6e77aa {
  color: var(--color-testimonial-star-background);
}

.zoca-b8bc9152-3793-4ea4-bc24-a00fae68f2ea {
  color: var(--color-testimonial-star-background);
}

.zoca-78142866-49e0-440b-a931-aeee491c6b03 {
  color: var(--color-testimonial-star-background);
}

.zoca-68b7e7ac-321c-46a8-9570-cb0782f67a32 {
  color: var(--color-testimonial-star-background);
}

.zoca-551143ee-54b1-4ac9-aec2-1dda680289fa {
  color: var(--color-testimonial-star-background);
}

.zoca-431b9159-552d-4ed8-9ea6-d0066df4bdfe {
  color: var(--color-testimonial-star-background);
}

.zoca-69e31acc-361f-4c9a-87c8-5e15062c938b {
  color: var(--color-testimonial-star-background);
}

.zoca-1ab45b4b-106a-472e-884d-17c70f38cb86 {
  color: var(--color-testimonial-star-background);
}

.zoca-8f9ead13-f9d7-4f57-91f8-3a593cb83765 {
  color: var(--color-testimonial-star-background);
}

.zoca-37f86c82-ad3c-4f31-a07b-a2bc16d6b9ad {
  color: var(--color-testimonial-star-background);
}

.zoca-be221ddb-758c-4f28-b96c-fc1d2958dda8 {
  color: var(--color-testimonial-star-background);
}

.zoca-33508b85-800c-4603-87bb-1b810292be4d {
  color: var(--color-testimonial-star-background);
}

.zoca-e3cc81de-7bb7-4a39-b1d5-454ed63f1adc {
  color: var(--color-testimonial-star-background);
}

.zoca-1ad5f8e4-6a08-48ef-a2eb-25af2f4ff2d9 {
  color: var(--color-testimonial-star-background);
}

.zoca-b05a7ece-37fc-4f35-8985-3d75b230518d {
  color: var(--color-testimonial-star-background);
}

.zoca-64d0b7e6-0b39-40a1-8230-e3d6117195eb {
  color: var(--color-testimonial-star-background);
}

.zoca-1ff3391e-1141-43e7-84e2-689d692e775d {
  color: var(--color-testimonial-star-background);
}

.zoca-3fe882c4-b220-4323-9200-122b5cc5fbf5 {
  color: var(--color-testimonial-star-background);
}

.zoca-64f647c3-97e2-4748-8c5a-20706b8a9355 {
  color: var(--color-testimonial-star-background);
}

.zoca-13a374f9-074f-40ce-8d53-c98c94f3bb35 {
  color: var(--color-testimonial-star-background);
}

.zoca-95d86d89-ec37-494c-92a2-805ccce0cf1d {
  color: var(--color-testimonial-star-background);
}

.zoca-14f16bdf-bd66-4f29-bdaa-c0cfeb805476 {
  color: var(--color-testimonial-star-background);
}

.zoca-9f5811a4-b5ec-4efa-b2e5-30bfc788d070 {
  color: var(--color-testimonial-star-background);
}

.zoca-46c55bd0-f266-4150-85b3-cdf0b56aba72 {
  color: var(--color-testimonial-star-background);
}

.zoca-4614a7fc-7318-4632-9b96-29b939eab154 {
  color: var(--color-testimonial-star-background);
}

.zoca-2857e65b-278a-4103-a922-29a12a2d5862 {
  color: var(--color-testimonial-star-background);
}

.zoca-eccd9fb3-1c61-490a-83dd-e7c6e272d791 {
  color: var(--color-testimonial-star-background);
}

.zoca-c9c6495d-a63a-49d6-861a-f0c3b925e45d {
  color: var(--color-testimonial-star-background);
}

.zoca-bdf22dc9-255c-40bb-b0f6-dcdaf8b07b19 {
  color: var(--color-testimonial-star-background);
}

.zoca-4e956613-c319-46b8-ba9b-c13c822e8df4 {
  color: var(--color-testimonial-star-background);
}

.zoca-56e178d9-5451-4ead-a06e-87de133ee464 {
  color: var(--color-testimonial-star-background);
}

.zoca-278c0c6f-9ebc-4e85-a77b-aab347808274 {
  color: var(--color-testimonial-star-background);
}

.zoca-c9669790-f9bd-44c8-8a51-e63247b7917f {
  color: var(--color-testimonial-star-background);
}

.zoca-a74db162-0d31-4ea0-b574-6df31b1f62b6 {
  display: none;
}

.zoca-5d1e6fb4-c18c-49d0-9cab-dda553af77f5 {
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768Px) {
  .zoca-5d1e6fb4-c18c-49d0-9cab-dda553af77f5 {
    gap: 4rem;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  }
}

.zoca-bbae3001-2c61-41d4-80a0-dc6e75530d97 {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  position: relative;
}

@media (min-width: 768Px) {
  .zoca-bbae3001-2c61-41d4-80a0-dc6e75530d97 {
    flex: 1;
  margin: 0;
  }
}

.zoca-dc33aa92-aff8-42f1-b868-483cbd6f5ba3 {
  width: 100%;
  height: 400px;
  z-index: 2;
  display: block;
  position: relative;
  box-shadow: 0 10px 30px var(--color-black-alpha-30);
  object-fit: cover;
  border-radius: 0;
}

@media (min-width: 768Px) {
  .zoca-dc33aa92-aff8-42f1-b868-483cbd6f5ba3 {
    width: 100%;
  height: 500px;
  }
}

@media (min-width: 1024Px) {
  .zoca-dc33aa92-aff8-42f1-b868-483cbd6f5ba3 {
    height: 600px;
  }
}

.zoca-33ae65ee-7e95-40d0-9297-9d210b9ca6bb {
  margin: 0;
  max-width: 100%;
}

@media (min-width: 768Px) {
  .zoca-33ae65ee-7e95-40d0-9297-9d210b9ca6bb {
    flex: 1;
  margin: 0;
  padding: 0 var(--space-6) 0 0;
  max-width: 500px;
  }
}

.zoca-3e60909c-d333-47fe-9088-732c90fc09c9 {
  margin: 0;
  font-size: var(--text-base);
  text-align: justify;
  line-height: 1.6;
}

@media (min-width: 768Px) {
  .zoca-3e60909c-d333-47fe-9088-732c90fc09c9 {
    text-align: left;
  }
}

.zoca-11b0cc21-a48c-4bab-a57c-fb7acb96d768 {
  display: inline;
}

.zoca-b7a774f0-414a-4c10-b33d-fa122b36b6e6 {
  border: none;
  cursor: pointer;
  background: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.zoca-b7a774f0-414a-4c10-b33d-fa122b36b6e6:focus {
  outline-offset: 2px;
}

.zoca-b7a774f0-414a-4c10-b33d-fa122b36b6e6:hover {
  text-decoration: underline;
}

.zoca-dc0f209c-b412-4379-b365-5e4ce7b375e7 {
  color: var(--color-staff-foreground);
  background-color: var(--color-staff-background);
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-dc0f209c-b412-4379-b365-5e4ce7b375e7 {
    padding-top: 40px;
  }
}

.zoca-f102e903-36da-4845-b017-101bfdc95067 {
  margin: 0 auto;
  max-width: 1200px;
}

.zoca-783bfee6-efeb-47bd-a8e0-a93cd9987527 {
  text-align: center;
}

.zoca-ba8ca6e3-d88c-4185-99b3-8d222dd5478d {
  display: none;
}

.zoca-212f0070-f62b-4359-b4df-82443ca2754c {
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-212f0070-f62b-4359-b4df-82443ca2754c {
    min-width: 340px;
  justify-content: center;
  grid-template-columns: 1fr;
  }
}

.zoca-cd13cd26-8db8-487a-bdda-e08340d4704f {
  padding: 10px;
}

.zoca-d596ac9a-a845-4005-a291-ce33922a0333 {
  flex: 0 0 calc(33.333% - 16px);
  color: var(--color-staff-card-foreground);
  width: 100%;
  border: 2px solid transparent;
  max-width: 380px;
  min-height: 474px;
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  background-color: var(--color-staff-card-background);
}

.zoca-d596ac9a-a845-4005-a291-ce33922a0333:hover {
  border-color: var(--color-staff-card-border);
}

@media (max-width: 640px) {
  .zoca-d596ac9a-a845-4005-a291-ce33922a0333 {
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .zoca-d596ac9a-a845-4005-a291-ce33922a0333 {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-d596ac9a-a845-4005-a291-ce33922a0333 {
    max-width: 320px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-d596ac9a-a845-4005-a291-ce33922a0333 {
    max-width: 300px;
  }
}

.zoca-4038bd6f-5f4f-4142-b3af-a951f68c3a8d {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-4038bd6f-5f4f-4142-b3af-a951f68c3a8d {
    width: 250px;
  height: 250px;
  }
}

.zoca-d13e3abd-bc7d-4cda-abf1-ab4e8dea6654 {
  height: 60px;
  display: -webkit-box;
  font-size: 1.25rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-d13e3abd-bc7d-4cda-abf1-ab4e8dea6654 {
    height: 40px;
  font-size: 1rem;
  }
}

.zoca-85356e3a-e5cf-4db6-a14d-b9daed01ddd5 {
  height: 80px;
  font-size: 1.25rem;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-85356e3a-e5cf-4db6-a14d-b9daed01ddd5 {
    height: 40px;
  font-size: 0.95rem;
  }
}

.zoca-92ccafa3-ed67-4942-a3f0-c7be077b3672 {
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  transition: font-size 0.3s ease;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zoca-7519ff03-3402-40fd-90b8-ffd9c32d82c0 {
  display: none;
  transition: all 0.3s ease;
}

.zoca-45365c9e-8239-4baf-9163-6e9e7a232eb4 {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-45365c9e-8239-4baf-9163-6e9e7a232eb4 {
    display: inline;
  }
}

.zoca-05ef0d12-6762-4b94-9996-2e085737c1f3 {
  padding: 10px;
}

.zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2 {
  flex: 0 0 calc(33.333% - 16px);
  color: var(--color-staff-card-foreground);
  width: 100%;
  border: 2px solid transparent;
  max-width: 380px;
  min-height: 474px;
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  background-color: var(--color-staff-card-background);
}

.zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2:hover {
  border-color: var(--color-staff-card-border);
}

@media (max-width: 640px) {
  .zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2 {
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2 {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2 {
    max-width: 320px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-d3e6bdfe-d18f-42b8-b333-e922830a88b2 {
    max-width: 300px;
  }
}

.zoca-643468ee-8069-42ea-94eb-4f4f5ed25c61 {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-643468ee-8069-42ea-94eb-4f4f5ed25c61 {
    width: 250px;
  height: 250px;
  }
}

.zoca-ed8baaba-bfaf-4420-aece-49eefe7f9cde {
  height: 60px;
  display: -webkit-box;
  font-size: 1.25rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-ed8baaba-bfaf-4420-aece-49eefe7f9cde {
    height: 40px;
  font-size: 1rem;
  }
}

.zoca-38a97c15-ccd9-4a25-b662-e06dd145774d {
  height: 80px;
  font-size: 1.25rem;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-38a97c15-ccd9-4a25-b662-e06dd145774d {
    height: 40px;
  font-size: 0.95rem;
  }
}

.zoca-7003a4f4-a60d-4192-a5d5-261e4f926469 {
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  transition: font-size 0.3s ease;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zoca-dcfcf3a8-da61-4bc9-b5ff-a227c72a6b3e {
  display: none;
  transition: all 0.3s ease;
}

.zoca-2d90e9bd-8dbe-4e35-8978-4d9127300674 {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-2d90e9bd-8dbe-4e35-8978-4d9127300674 {
    display: inline;
  }
}

.zoca-b45545d7-2fb9-4c5c-adae-ac49abf067a8 {
  padding: 10px;
}

.zoca-08e7ddca-a9da-4f92-87db-42264650ba0f {
  flex: 0 0 calc(33.333% - 16px);
  color: var(--color-staff-card-foreground);
  width: 100%;
  border: 2px solid transparent;
  max-width: 380px;
  min-height: 474px;
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  background-color: var(--color-staff-card-background);
}

.zoca-08e7ddca-a9da-4f92-87db-42264650ba0f:hover {
  border-color: var(--color-staff-card-border);
}

@media (max-width: 640px) {
  .zoca-08e7ddca-a9da-4f92-87db-42264650ba0f {
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .zoca-08e7ddca-a9da-4f92-87db-42264650ba0f {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-08e7ddca-a9da-4f92-87db-42264650ba0f {
    max-width: 320px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-08e7ddca-a9da-4f92-87db-42264650ba0f {
    max-width: 300px;
  }
}

.zoca-70536fa8-3873-40dc-98a3-e6c0a46e283b {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-70536fa8-3873-40dc-98a3-e6c0a46e283b {
    width: 250px;
  height: 250px;
  }
}

.zoca-f13f6a50-046e-4941-9416-5d497791b570 {
  height: 60px;
  display: -webkit-box;
  font-size: 1.25rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-f13f6a50-046e-4941-9416-5d497791b570 {
    height: 40px;
  font-size: 1rem;
  }
}

.zoca-33e45b8b-fbf5-4290-9883-49bd9a017bf6 {
  height: 80px;
  font-size: 1.25rem;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-33e45b8b-fbf5-4290-9883-49bd9a017bf6 {
    height: 40px;
  font-size: 0.95rem;
  }
}

.zoca-29666e78-6cf8-42d3-9739-7c01cf36c587 {
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  transition: font-size 0.3s ease;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zoca-ab3d80f2-80f4-43f0-b2d4-1864bb0a2947 {
  display: none;
  transition: all 0.3s ease;
}

.zoca-edcb6199-6dd9-4d1a-a154-197581362411 {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-edcb6199-6dd9-4d1a-a154-197581362411 {
    display: inline;
  }
}

.zoca-cd84f3da-2141-42d0-a3ad-773540691f3f {
  padding: 10px;
}

.zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54 {
  flex: 0 0 calc(33.333% - 16px);
  color: var(--color-staff-card-foreground);
  width: 100%;
  border: 2px solid transparent;
  max-width: 380px;
  min-height: 474px;
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  background-color: var(--color-staff-card-background);
}

.zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54:hover {
  border-color: var(--color-staff-card-border);
}

@media (max-width: 640px) {
  .zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54 {
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54 {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54 {
    max-width: 320px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-9def3188-ab83-4dea-b91f-b56a8cf2cc54 {
    max-width: 300px;
  }
}

.zoca-13a9fd1a-4739-4abd-8cf7-2c9b65cfc0a6 {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-13a9fd1a-4739-4abd-8cf7-2c9b65cfc0a6 {
    width: 250px;
  height: 250px;
  }
}

.zoca-475d74d6-613a-4d3b-8f86-2ea06064e547 {
  height: 60px;
  display: -webkit-box;
  font-size: 1.25rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-475d74d6-613a-4d3b-8f86-2ea06064e547 {
    height: 40px;
  font-size: 1rem;
  }
}

.zoca-13fd8931-b576-4191-93bf-9cc41907e63d {
  height: 80px;
  font-size: 1.25rem;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-13fd8931-b576-4191-93bf-9cc41907e63d {
    height: 40px;
  font-size: 0.95rem;
  }
}

.zoca-c1baf585-12ea-4396-8b65-618c90c4d049 {
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  transition: font-size 0.3s ease;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zoca-fcf9c635-226e-4c56-b832-4469356993bb {
  display: none;
  transition: all 0.3s ease;
}

.zoca-10f6b267-d6bc-4990-901f-23ee7942fff7 {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-10f6b267-d6bc-4990-901f-23ee7942fff7 {
    display: inline;
  }
}

.zoca-ec0732e5-45ff-45f0-9110-e5df61049773 {
  padding: 10px;
}

.zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9 {
  flex: 0 0 calc(33.333% - 16px);
  color: var(--color-staff-card-foreground);
  width: 100%;
  border: 2px solid transparent;
  max-width: 380px;
  min-height: 474px;
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
  background-color: var(--color-staff-card-background);
}

.zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9:hover {
  border-color: var(--color-staff-card-border);
}

@media (max-width: 640px) {
  .zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9 {
    flex: 0 0 100%;
  }
}

@media (max-width: 1024px) {
  .zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9 {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9 {
    max-width: 320px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-1fe7f3c1-cbda-48e2-987f-a1e1ff5d3db9 {
    max-width: 300px;
  }
}

.zoca-539cc697-d7a9-4612-8e1c-5de0da0327cf {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 25px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-539cc697-d7a9-4612-8e1c-5de0da0327cf {
    width: 250px;
  height: 250px;
  }
}

.zoca-d449b022-428b-4b00-8a25-1338c0c6083a {
  height: 60px;
  display: -webkit-box;
  font-size: 1.25rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-d449b022-428b-4b00-8a25-1338c0c6083a {
    height: 40px;
  font-size: 1rem;
  }
}

.zoca-62ca792a-e11a-401a-8d92-6d5da8f7d3fb {
  height: 80px;
  font-size: 1.25rem;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-62ca792a-e11a-401a-8d92-6d5da8f7d3fb {
    height: 40px;
  font-size: 0.95rem;
  }
}

.zoca-e5b29d4e-e64c-4459-983c-bbbb50cdfdcf {
  display: -webkit-box;
  font-size: inherit;
  overflow: hidden;
  transition: font-size 0.3s ease;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zoca-a9eabadd-fdd8-47b2-ae44-1e5d659990d2 {
  display: none;
  transition: all 0.3s ease;
}

.zoca-bf6ed7dd-6c50-4dc0-b2d5-846b662b65da {
  cursor: pointer;
  display: inline;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-bf6ed7dd-6c50-4dc0-b2d5-846b662b65da {
    display: inline;
  }
}

.zoca-ecdd1a2a-6f75-46b5-8069-53554942b43c {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}

.zoca-b894d395-7059-44f2-b3fe-f5731060f412 {
  top: 50%;
  left: 50%;
  color: var(--color-staff-card-foreground);
  width: 80%;
  z-index: 1000;
  display: none;
  padding: 2rem;
  max-width: 1100px;
  position: fixed;
  max-height: 85vh;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: var(--color-staff-modal-background);
}

@media (max-width: 600px) {
  .zoca-b894d395-7059-44f2-b3fe-f5731060f412 {
    top: auto;
  left: 0;
  width: 95%;
  bottom: 0;
  padding: 2rem;
  max-width: 100%;
  transform: none;
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-b894d395-7059-44f2-b3fe-f5731060f412 {
    top: auto !important;
  left: 50%;
  width: 100%;
  bottom: 0 !important;
  padding: 2rem;
  max-width: 100%;
  position: fixed;
  transform: translateX(-50%) !important;
  border-radius: 20px 20px 0 0;
  }
}

.zoca-557ca9ff-1066-4224-9d24-6feb61de17df {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  max-height: 90vh;
  border-radius: 20px;
}

@media (max-width: 600px) {
  .zoca-557ca9ff-1066-4224-9d24-6feb61de17df {
    max-height: 85vh;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-557ca9ff-1066-4224-9d24-6feb61de17df {
    max-height: 85vh;
  border-radius: 20px 20px 0 0;
  flex-direction: column;
  }
}

.zoca-22a4cff8-20c9-4968-9389-3ac5f896a9a0 {
  width: 32%;
  display: flex;
  padding: 1rem;
  min-height: 410px;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  background-color: var(--color-staff-modal-cards-background);
}

@media (max-width: 600px) {
  .zoca-22a4cff8-20c9-4968-9389-3ac5f896a9a0 {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-22a4cff8-20c9-4968-9389-3ac5f896a9a0 {
    display: none;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .zoca-22a4cff8-20c9-4968-9389-3ac5f896a9a0 {
    min-width: 40%;
  }
}

.zoca-6a642baa-08be-4aad-a81a-8bd619524167 {
  width: 250px;
  height: 250px;
}

.zoca-f9fc5e87-252a-4337-85d0-79c21e955a1d {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .zoca-f9fc5e87-252a-4337-85d0-79c21e955a1d {
    width: 150px;
  height: 150px;
  }
}

.zoca-fba31454-1891-47b4-9051-2ab590d3f709 {
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.zoca-e4246393-39a0-49d1-b09f-fd6102de5acc {
  font-size: 1.125rem;
  text-align: center;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 30px;
}

.zoca-f0fa9c2f-2b02-484a-87ca-0ba5c40e1d2f {
  color: var(--color-staff-card-button-foreground);
  width: 80%;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  font-size: 1rem;
  margin-top: 40px;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-bottom: 10px;
  background-color: var(--color-staff-card-button-background);
}

.zoca-88289a1e-f01b-4839-9386-a7b36af7d509 {
  width: 65%;
  padding: 14px;
  overflow-y: auto;
  margin-left: 20px;
  border-radius: 10px;
  margin-bottom: 0;
  background-color: var(--color-staff-modal-cards-background);
}

@media (max-width: 600px) {
  .zoca-88289a1e-f01b-4839-9386-a7b36af7d509 {
    width: 100%;
  padding: 30px 20px;
  margin-left: 0;
  margin-bottom: 10px;
  scrollbar-width: none;
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-88289a1e-f01b-4839-9386-a7b36af7d509 {
    width: 100%;
  margin-left: 0;
  }
}

.zoca-9652af4a-5155-4213-8e78-862c72b26429 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  justify-content: space-between;
}

.zoca-16df1264-c3b1-4cf3-8125-6a3f2645a3d4 {
  flex: 1;
  font-size: 1.5rem;
  margin-top: 0;
  padding-right: 20px;
}

@media (max-width: 600px) {
  .zoca-16df1264-c3b1-4cf3-8125-6a3f2645a3d4 {
    font-size: 1.2rem;
  }
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-16df1264-c3b1-4cf3-8125-6a3f2645a3d4 {
    font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  }
}

.zoca-bce97403-c34e-4216-b281-09eedd457192 {
  width: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  display: flex;
  padding: 0;
  font-size: 2.1rem;
  align-items: center;
  background: none;
  margin-right: 20px;
  border-radius: 50%;
  justify-content: center;
}

.zoca-bce97403-c34e-4216-b281-09eedd457192:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.zoca-63ee9ab7-1261-425d-8d70-9d68d351e01b {
  font-size: 17px;
  word-break: break-word;
  white-space: pre-wrap;
  padding-right: 30px;
}

.zoca-586230bc-9000-4c5c-bb62-254f7758713d {
  display: block;
  transition: all 0.3s ease;
}

@media (max-width: 600px) {
  .zoca-586230bc-9000-4c5c-bb62-254f7758713d {
    display: none;
  }
}

.zoca-9637c534-2374-417a-b0ef-c99f5d038522 {
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-left: 8px;
  transition: opacity 0.3s ease;
}

@media (min-width: 600px) {
  .zoca-9637c534-2374-417a-b0ef-c99f5d038522 {
    display: none;
  }
}

.zoca-f118d5d3-2d63-474d-9917-3cdacc7f8c36 {
  display: none;
}

@media (min-width: 375px) and (max-width: 600px) {
  .zoca-f118d5d3-2d63-474d-9917-3cdacc7f8c36 {
    color: var(--color-primary-button-foreground);
  width: 90%;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0.75rem;
  font-size: 1.5rem;
  margin-top: 1rem;
  transition: all 0.3s ease;
  border-radius: 50px;
  background-color: var(--color-primary-button-background);
  }
}

.zoca-3a717acd-534a-4bf5-9b63-03d07992e4e8 {
  display: none;
}

.zoca-48896fff-f453-4320-8e5c-1866d9d52e41 {
  display: none;
}

.zoca-c0dea080-2f45-40ad-a96c-60a4dae73ee1 {
  cursor: pointer;
}

.zoca-c7d8b76d-7378-4ba4-9055-12669950a475 {
  cursor: pointer;
}

.zoca-db0b389f-ebd7-43ca-9810-3fe65768e3d5 {
  cursor: pointer;
}

.zoca-e0546b0b-a224-4089-bff7-1a1ea6ad995c {
  cursor: pointer;
}

.zoca-d2b2846e-9278-4c67-866d-5319518d86c0 {
  cursor: pointer;
}

.zoca-3692a481-e815-4de3-912b-a57ea38964ff {
  cursor: pointer;
}

.zoca-7790b749-906e-4800-8ab6-cda33600bc17 {
  flex: 1;
  color: var(--color-footer-contact-card-foreground);
  border: 1px solid var(--color-black);
  height: 100% !important;
  display: flex;
  align-items: center;
  background-color: var(--color-footer-contact-card-background);
}

@media (max-width: 768Px) {
  .zoca-7790b749-906e-4800-8ab6-cda33600bc17 {
    min-height: auto;
  }
}

.zoca-90b566c5-ba73-49e1-8140-47aa412ac4b5 {
  width: 100%;
  padding: 30px 25px 30px 25px;
}

@media (max-width: 768Px) {
  .zoca-90b566c5-ba73-49e1-8140-47aa412ac4b5 {
    padding: 24px;
  }
}

.zoca-2aaa4b66-dcd9-4229-9213-4c4a6c8ed815 {
  margin-bottom: 20px;
}

.zoca-71e1a662-556e-4fb7-b941-75db3d149b3d {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 768Px) {
  .zoca-71e1a662-556e-4fb7-b941-75db3d149b3d {
    font-size: 24px;
  }
}

.zoca-b7984c7b-336e-4aa0-ad59-d1cfffacc470 {
  flex: 1;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 768Px) {
  .zoca-b7984c7b-336e-4aa0-ad59-d1cfffacc470 {
    font-size: 14px;
  }
}

.zoca-b234b92b-c673-43b3-b9fb-c14e77975e9d {
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 768Px) {
  .zoca-b234b92b-c673-43b3-b9fb-c14e77975e9d {
    font-size: 14px;
  }
}

.zoca-9bf031c1-a819-4abb-a46e-88ff83eb5861 {
  overflow: hidden;
  margin-top: 20px;
}

.zoca-fb7b7221-98aa-420b-8ab0-c1135d29e843 {
  border: none;
  display: block;
}

@media (max-width: 768Px) {
  .zoca-fb7b7221-98aa-420b-8ab0-c1135d29e843 {
    height: 150px;
  }
}

.zoca-285ac351-5f1c-4f94-a266-bfdd1587a229 {
  margin: 0 0 6px 0;
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 768Px) {
  .zoca-285ac351-5f1c-4f94-a266-bfdd1587a229 {
    font-size: 24px;
  }
}

.zoca-3554f3f3-be43-46a9-9e96-9268acecfaa1 {
  display: flex;
  flex-direction: column;
}

.zoca-aa01ff61-1def-4b7d-adbc-6e8aca4ee91c {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.zoca-843f256c-b681-47cd-9cf0-eefbb78cd3b8 {
  width: 100%;
}

.zoca-918c4cf7-f816-411e-8e06-7a6824c569b2 {
  gap: var(--space-2);
  color: var(--color-gray-500);
  display: flex;
  font-size: var(--text-sm);
  margin-top: var(--space-4);
  align-items: center;
  justify-content: center;
}

.zoca-2fe017c7-6fc3-4457-8054-9af4b0bf7d13 {
  display: none;
}

.zoca-930d7de4-fed4-43b2-93f9-54445e418aea {
  width: 100%;
  padding: var(--space-4);
  max-width: 100%;
  box-sizing: border-box;
  margin-top: var(--space-6);
  text-align: center;
}

.zoca-38e068ff-d7ae-42d1-92da-adeebdc0029c {
  color: var(--color-gray-600);
  margin: 0 0 var(--space-3) 0;
  font-size: var(--text-sm);
  font-weight: 500;
}

.zoca-64de3781-1da3-492b-9888-745a80081df0 {
  gap: var(--space-2);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  display: inline-flex;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  min-width: fit-content;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  align-items: center;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: var(--radius-md);
  justify-content: center;
  text-decoration: none;
  background-color: var(--color-black);
}

.zoca-64de3781-1da3-492b-9888-745a80081df0:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
  font-weight: bold;
}

.zoca-64de3781-1da3-492b-9888-745a80081df0:active {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(0);
}

@media (max-width: 640px) {
  .zoca-64de3781-1da3-492b-9888-745a80081df0 {
    width: 100%;
  padding: var(--space-4) var(--space-3);
  }
}

.zoca-ee5696fe-f31e-4280-b8af-93e293731f1d {
  gap: var(--space-16);
  display: grid;
  align-items: start;
  grid-template-columns: 70% 25%;
}

@media (max-width: 768Px) {
  .zoca-ee5696fe-f31e-4280-b8af-93e293731f1d {
    gap: var(--space-8);
  grid-template-columns: 1fr;
  }
}

.zoca-e1a46bec-58a9-459f-a6f0-09ee0774fdad {
  gap: var(--space-6);
  display: flex;
  flex-direction: column;
}

.zoca-8ad2dccd-c541-4646-8591-110b2f3a3ef1 {
  width: 100%;
}

.zoca-342e6e81-a08e-4316-8ba8-a095b8327ab8 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zoca-0d283ed0-fe88-4dce-aef4-752528c978ac {
  margin: 0;
  font-size: var(--text-xl);
  font-weight: var(--font-regular);
}

.zoca-f5ba960c-83dc-4906-8141-94762a21f7d8 {
  color: var(--color-footer-foreground);
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: var(--radius-sm);
  justify-content: center;
  background-color: transparent;
}

.zoca-de595162-424d-4f7e-8557-832bec0cecc9 {
  transition: transform 0.3s ease;
}

.zoca-39581956-89ac-4270-8b5b-1de70b969c65 {
  overflow: hidden;
  margin-top: var(--space-4);
  max-height: 0;
  transition: max-height 0.3s ease;
}

.zoca-9dd38bff-d293-4207-817d-3e96589f8fc0 {
  gap: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--space-2);
}

.zoca-a91e67d7-ac50-462e-ba8a-d4421e575a1d {
  width: 100%;
  height: 1px;
  background-color: var(--color-footer-foreground);
}

.zoca-5cd69fa6-c14f-4a5d-bf5b-233b798523b0 {
  width: 100%;
}

.zoca-6aa40fab-443c-41fc-a36d-2e4e6b7268a3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zoca-db25e157-ad04-4268-9853-e270de4685bd {
  margin: 0;
  font-size: var(--text-xl);
  font-weight: var(--font-regular);
}

.zoca-ef059ef6-92b7-476b-99c9-7a24530b0a33 {
  color: var(--color-footer-foreground);
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: var(--radius-sm);
  justify-content: center;
  background-color: transparent;
}

.zoca-66ffd49e-ea21-49c7-b7cb-733b06cb9161 {
  transition: transform 0.3s ease;
}

.zoca-e5fbc646-6523-4caf-a69f-d2b8748898d4 {
  overflow: hidden;
  margin-top: var(--space-4);
  max-height: 0;
  transition: max-height 0.3s ease;
}

.zoca-a6db0edd-1546-4e4a-bf12-5c3b165b8be0 {
  gap: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--space-2);
}

.zoca-7f6b89f9-860a-4ecf-84bc-4f3289d1bec2 {
  width: 100%;
  height: 1px;
  background-color: var(--color-footer-foreground);
}

.zoca-cd6047c0-0957-4c53-b1ef-4651555b7e85 {
  gap: var(--space-3);
  display: flex;
  flex-direction: column;
}

.zoca-f3b8ce12-240c-46d6-9576-d30f96b808be {
  margin: 0;
  font-size: var(--text-xl);
  font-weight: var(--font-regular);
}

.zoca-b24049f6-328a-4d18-8af3-ca2962f6e7c9 {
  gap: 6px;
  display: flex;
  margin-top: 30px;
  padding-top: 20px;
  flex-direction: column;
}

@media (max-width: 768Px) {
  .zoca-b24049f6-328a-4d18-8af3-ca2962f6e7c9 {
    margin-block: 30px;
  }
}

.zoca-1d1073a4-be3e-4336-9ff2-56d785632d13 {
  order: 3;
  margin-bottom: 2rem;
}

.zoca-41f5b013-9f5d-4386-981a-f94c08f5433e {
  margin: 0;
  font-size: var(--text-base);
}

@media (max-width: 768Px) {
  .zoca-41f5b013-9f5d-4386-981a-f94c08f5433e {
    font-size: var(--text-sm);
  }
}

.zoca-29801c20-7dc1-48ac-bcc4-f62cea57c9cf {
  gap: 6px;
  order: 1;
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
}

.zoca-322db071-14d9-4cfc-b918-09fae5371295 {
  font-size: var(--text-base);
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768Px) {
  .zoca-322db071-14d9-4cfc-b918-09fae5371295 {
    font-size: var(--text-sm);
  }
}

.zoca-e9493dc8-37cc-444a-9e90-e7877dca7bd2 {
  font-size: var(--text-base);
}

.zoca-483de37a-500d-475f-8165-91290dd964eb {
  font-size: var(--text-base);
  transition: color 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768Px) {
  .zoca-483de37a-500d-475f-8165-91290dd964eb {
    font-size: var(--text-sm);
  }
}

