.elementor-13 .elementor-element.elementor-element-ea2b92c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13 .elementor-element.elementor-element-1530dbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-95d1e92{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-7ba5c1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-1c0c46f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-6d813c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13 .elementor-element.elementor-element-1dbca2e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13 .elementor-element.elementor-element-b94915c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-ae8c515{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-ec5577e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-a201b07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-2fa3f51{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-153ea22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-13:not(.elementor-motion-effects-element-type-background), body.elementor-page-13 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FBF5EF 0%, #FBF5EF 100%);}/* Start custom CSS for html, class: .elementor-element-e85234d *//* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
    background: linear-gradient(180deg, var(--bg-light) 0%, rgba(251, 245, 239, 0.5) 100%);
    padding: var(--spacing-lg) 0;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: center;
}

.hero-content h1 {
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.hero-subheadline {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
    opacity: 0.85;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: var(--spacing-md);
    max-width: 90%;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: var(--spacing-lg);
}

.hero-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge {
    background: var(--bg-white);
    padding: 1rem;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 120px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--primary-color);
    border: 1px solid rgba(229, 218, 201, 0.3);
    transition: var(--transition);
}

.badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.badge svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 600px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==========================================================================
   Responsive Styles (Hero Section)
   ========================================================================== */
/* Tablet (992px and below) */
@media (max-width: 992px) {
    .hero {
        padding: var(--spacing-md) 0;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--spacing-md);
    }

    .hero-content {
        order: 2;
    }

    .hero-image-wrapper {
        height: 400px;
        order: 1;
        border-radius: var(--radius-lg);
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-badges {
        justify-content: center;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .hero {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .hero-image-wrapper {
        height: 300px;
        border-radius: var(--radius-md);
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-badges {
        flex-direction: column;
        gap: 0.75rem;
    }

    .badge {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1530dbc *//* ==========================================================================
   CSS Variables & Tokens
   ========================================================================== */
:root {
    /* Color Palette */
    --primary-color: #5d6852;
    /* Olive Green */
    --hover-primary: #4a5441;
    --accent-color: #8c6a49;
    /* Warm Brown (Footer) */
    --bg-light: #fbf5ef;
    /* Light Beige */
    --bg-white: #ffffff;
    --text-dark: #333333;
    --text-light: #f3ebd6;
    /* Off-white for footer text */
    --text-muted: #5e5e5e;
    --border-color: #e5dac9;

    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
    /* Occasional use */

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;

    /* Borders */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;

    /* Layout */
    --container-width: 1200px;
    --transition: all 0.3s ease;
}

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: var(--bg-light);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--text-dark);
    line-height: 1.2;
    font-weight: 600;
}

h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.5px;
}

h2 {
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: var(--spacing-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

p {
    margin-bottom: var(--spacing-md);
    color: var(--text-muted);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
    width: 100%;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.8rem;
    font-family: var(--font-body);
    font-weight: 500;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.btn-primary:hover {
    background-color: var(--hover-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(93, 104, 82, 0.2);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
}

/* ==========================================================================
   Header Component
   ========================================================================== */
.site-header {
    background-color: var(--bg-light);
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    /* Subtle border bottom instead of shadow for elegance */
    border-bottom: 1px solid rgba(229, 218, 201, 0.5);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--primary-color);
}

.main-nav {
    display: flex;
    align-items: center;
}

.main-nav ul {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.main-nav a {
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
}

.main-nav a:not(.btn):hover,
.main-nav a.active {
    color: var(--primary-color);
}

.main-nav a:not(.btn)::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.main-nav a:not(.btn):hover::after,
.main-nav a.active::after {
    width: 100%;
}

.main-nav .btn {
    margin-left: 1rem;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    display: block;
    transition: var(--transition);
}

/* ==========================================================================
   Sticky WhatsApp Button
   ========================================================================== */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 25px rgba(37, 211, 102, 0.4);
    color: #FFF;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float svg {
        width: 30px;
        height: 30px;
    }
}

/* Responsive Menu */
@media (max-width: 992px) {
    .header-inner {
        position: relative;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: -1rem;
        right: -1rem;
        background-color: var(--bg-light);
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid var(--border-color);
    }

    .main-nav.active {
        display: flex;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .main-nav .btn {
        margin-left: 0;
        width: 100%;
    }

    .mobile-menu-toggle {
        display: flex;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd2c1f8 *//* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
    background: linear-gradient(180deg, var(--bg-light) 0%, rgba(251, 245, 239, 0.5) 100%);
    padding: var(--spacing-lg) 0;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: center;
}

.hero-content h1 {
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm);
}

.hero-subheadline {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: var(--spacing-sm);
    opacity: 0.85;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: var(--spacing-md);
    max-width: 90%;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: var(--spacing-lg);
}

.hero-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge {
    background: var(--bg-white);
    padding: 1rem;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 120px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--primary-color);
    border: 1px solid rgba(229, 218, 201, 0.3);
    transition: var(--transition);
}

.badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.badge svg {
    color: var(--primary-color);
    flex-shrink: 0;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 600px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==========================================================================
   Logo Banner (Auto-scrolling)
   ========================================================================== */
.logo-banner {
    background: var(--bg-white);
    padding: var(--spacing-sm) 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    /* Optional: fade edges for a polished look */
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    /* We duplicate content and translate by 50% of the total width for infinite scroll */
    animation: marqueeScroll 25s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.brand-logo {
    /* Responsive sizing based on viewport to easily show ~5 on desktop and ~2 on mobile */
    width: auto !important;
    height: 70px !important;
    max-width: 200px;
    object-fit: contain;
    margin: 0 2rem;
    filter: grayscale(100%) opacity(0.7);
    transition: filter var(--transition), transform var(--transition);
}

.brand-logo:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .brand-logo {
        height: 45px !important;
        max-width: 120px;
        /* slightly smaller height on mobile */
        margin: 0 1rem;
        /* reduced horizontal margin */
        min-width: auto;
        /* removed the 40vw constraint for a natural gap */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-743c6c0 *//* ==========================================================================

   About Section
   ========================================================================== */
.about {
    padding: var(--spacing-xl) 0;
    background-color: var(--bg-white);
}

.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    align-items: center;
}

.about-image-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-content h2 {
    color: var(--primary-color);
}

.about-tagline {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--accent-color);
    font-style: italic;
    margin-top: -0.25rem;
    margin-bottom: var(--spacing-sm);
    opacity: 0.9;
}

.about-quote {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: var(--primary-color);
    font-style: italic;
    border-left: 4px solid var(--accent-color);
    padding-left: 1rem;
    margin: var(--spacing-md) 0;
}

.about-features {
    margin-bottom: var(--spacing-lg);
}

.about-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    color: var(--text-muted);
}

.about-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 1.2rem;
    line-height: 1.2;
}

/* ==========================================================================
   Responsive Styles (About)
   ========================================================================== */
/* Tablet (992px and below) */
@media (max-width: 992px) {
    .about {
        padding: var(--spacing-md) 0;
    }

    .about-inner {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
        text-align: center;
    }

    .about-image-wrapper {
        order: 1;
        /* Match hero pattern */
        max-width: 80%;
        margin: 0 auto;
    }

    .about-image {
        max-height: 350px;
    }

    .about-content {
        order: 2;
    }

    .about-features li {
        text-align: left;
        /* Keep list legible even when centered */
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-quote {
        text-align: left;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .about {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .about-content h2 {
        font-size: 1.5rem;
    }

    .about-tagline {
        font-size: 1rem;
    }

    .about-quote {
        font-size: 1.05rem;
        margin: var(--spacing-sm) 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c0c46f *//* ==========================================================================
   What Makes Us Different Section
   ========================================================================== */
.difference {
    padding: var(--spacing-xl) 0;
    background: linear-gradient(160deg, var(--bg-light) 0%, #f5ede2 60%, var(--bg-white) 100%);
    position: relative;
    overflow: hidden;
}

.difference::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--primary-rgb, 100, 65, 23), 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.difference-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto var(--spacing-lg);
}

.section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
    background: rgba(var(--primary-rgb, 100, 65, 23), 0.08);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(var(--primary-rgb, 100, 65, 23), 0.15);
}

.difference-header h2 {
    color: var(--primary-color);
    margin-bottom: 0.6rem;
}

.difference-header p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

.difference-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: var(--spacing-md);
}

/* The 5th card spans full width */
.diff-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.diff-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: var(--transition);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.diff-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.diff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
    border-color: rgba(var(--primary-rgb, 100, 65, 23), 0.2);
}

.diff-card:hover::after {
    transform: scaleX(1);
}

.diff-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--bg-light), rgba(var(--primary-rgb, 100, 65, 23), 0.1));
    border: 1px solid rgba(var(--primary-rgb, 100, 65, 23), 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: var(--transition);
}

.diff-card:hover .diff-icon {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.diff-content h3 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 0.4rem;
}

.diff-content p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ==========================================================================
   Responsive Styles (What Makes Us Different)
   ========================================================================== */
/* Tablet (992px and below) */
@media (max-width: 992px) {
    .difference {
        padding: var(--spacing-md) 0;
    }

    .difference-grid {
        gap: 1.5rem;
    }

    .difference-header h2 {
        font-size: 2.2rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .difference {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .difference-header h2 {
        font-size: 1.5rem;
    }

    .difference-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .diff-card--wide {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .diff-card--wide .diff-icon {
        margin: 0 auto;
    }

    .diff-card {
        text-align: center;
        align-items: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff3bb05 *//* ==========================================================================
   Programs Section
   ========================================================================== */
.programs {
    padding: var(--spacing-xl) 0;
    background-color: var(--bg-light);
}

.programs-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--spacing-lg);
}

.programs-header h2 {
    color: var(--primary-color);
}

.programs-subtitle {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
}

.program-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
}

.card-header h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin: 0;
}

.card-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: var(--text-muted);
}

.card-list {
    margin-top: 1rem;
    flex-grow: 1;
}

.card-list li {
    font-size: 0.9rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(229, 218, 201, 0.5);
    color: var(--text-muted);
    position: relative;
    padding-left: 1.2rem;
}

.card-list li::before {
    content: "∘";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 1.1rem;
    line-height: 1.2;
}

.card-list li:last-child {
    border-bottom: none;
}

.card-action {
    margin-top: 1.5rem;
    text-align: center;
}

/* ==========================================================================
   Responsive Styles (Programs)
   ========================================================================== */
/* Tablet (992px and below) */
@media (max-width: 992px) {
    .programs {
        padding: var(--spacing-md) 0;
    }

    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }

    .programs-header h2 {
        font-size: 1.5rem;
    }

    .programs-subtitle {
        font-size: 1.1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a7e39b *//* ==========================================================================
   YouTube Video Reviews Section
   ========================================================================== */
.video-reviews {
    padding: var(--spacing-xl) 0;
    background: linear-gradient(170deg, var(--bg-light) 0%, #f0e8dd 100%);
}

.video-reviews-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto var(--spacing-lg);
}

.video-reviews-header h2 {
    color: var(--primary-color);
}

/* Desktop: 4-column grid */
.videos-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

/* Portrait Video Card */
.video-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
}

.video-thumb-wrapper {
    position: relative;
    /* 9:16 portrait ratio for Shorts */
    aspect-ratio: 9 / 16;
    background: linear-gradient(160deg, #d4c9b8, #b8a898);
    overflow: hidden;
}

/* video-thumb-bg removed from HTML — kept for compatibility only */
.video-thumb-bg {
    display: none;
}

/* Hide SVG placeholder art */
.video-thumb-art {
    display: none;
}

/* Thumbnail image — fills the full portrait wrapper */
.video-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    z-index: 1;
}

/* Dark gradient overlay spans the entire wrapper, button centered */
.video-thumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: var(--transition);
}

.video-thumb-overlay:hover {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
}

/* Play button — medium size, centred by the overlay flex */
.play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding-left: 4px;
    /* optical nudge for play triangle */
    flex-shrink: 0;
}

.play-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.video-card-info {
    padding: 0.85rem 1rem;
}

.video-student-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-color);
    margin: 0 0 0.15rem;
}

.video-course-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin: 0;
}

/* Scroll dots (mobile only) */
.video-scroll-dots {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color);
    transition: var(--transition);
    cursor: pointer;
}

.dot.active {
    background: var(--primary-color);
    width: 22px;
    border-radius: 4px;
}

/* ------ Sticky Mini Player (mobile) ------ */
.sticky-video-player {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 200px;
    z-index: 9999;
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.4s;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    display: none;
    /* Enabled only on mobile via media query */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    pointer-events: none;
}

.sticky-video-player.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

.sticky-player-inner {
    position: relative;
    background: #000;
    aspect-ratio: 9 / 16;
}

.sticky-player-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#stickyIframeContainer {
    width: 100%;
    height: 100%;
}

.sticky-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: var(--transition);
}

.sticky-close-btn:hover {
    background: rgba(0, 0, 0, 0.85);
}

.sticky-next-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    transition: var(--transition);
    z-index: 2;
}

.sticky-next-btn:hover {
    background: rgba(255, 255, 255, 0.28);
}

/* ==========================================================================
   Responsive Styles (YouTube Student Reviews)
   ========================================================================== */
@media (max-width: 992px) {
    .videos-track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Mobile: horizontal snap-scroll — 1 card at a time, compact size */
    .videos-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.75rem;
        padding: 0 0.5rem 0.5rem;
        scrollbar-width: none;
    }

    .videos-track::-webkit-scrollbar {
        display: none;
    }

    .video-card {
        scroll-snap-align: center;
        flex: 0 0 72%;
        /* ~72% of screen — compact, shows peek of next */
        max-width: 72%;
    }

    .video-thumb-wrapper {
        aspect-ratio: 9 / 14;
        /* Portrait shorts ratio, not full height */
    }

    .video-scroll-dots {
        display: flex;
    }

    .sticky-video-player {
        display: block;
        /* Enable sticky player on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-957408e *//* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonials {
    padding: var(--spacing-xl) 0;
    background: var(--bg-white);
}

.testimonials-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto var(--spacing-lg);
}

.testimonials-header h2 {
    color: var(--primary-color);
}

.testimonials-grid {
    display: none;
    /* Replaced by carousel */
}

/* Carousel wrapper (relative for arrow positioning) */
.testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: var(--spacing-md);
}

/* Horizontal snap-scroll track */
.testimonials-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1.25rem;
    scrollbar-width: none;
    flex: 1;
    padding: 0.5rem 0 1rem;
}

.testimonials-track::-webkit-scrollbar {
    display: none;
}

/* Each card is a fixed-width snap target */
.testimonials-track .testimonial-card {
    scroll-snap-align: start;
    flex: 0 0 calc(50% - 0.625rem);
    /* 2 cards visible on desktop */
    max-width: calc(50% - 0.625rem);
}

/* Arrow buttons */
.testi-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--bg-white);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: var(--transition);
    z-index: 2;
}

.testi-arrow:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    transform: scale(1.08);
}

.testi-arrow:disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* Dot indicators */
.testi-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: var(--spacing-lg);
}

.testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color);
    cursor: pointer;
    transition: var(--transition);
}

.testi-dot.active {
    background: var(--primary-color);
    width: 22px;
    border-radius: 4px;
}

/* Mobile: testimonials — one card per view */
@media (max-width: 768px) {
    .testimonials-track .testimonial-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testi-arrow {
        display: none;
    }
}

/* Featured card — dark olive style */
.testimonial-card.testimonial-card--featured {
    background: linear-gradient(135deg, var(--primary-color), #4a5441);
    border-color: transparent;
}

.testimonial-card.testimonial-card--featured .testimonial-stars {
    color: #f5c842;
}

.testimonial-card.testimonial-card--featured .testimonial-quote {
    color: rgba(255, 255, 255, 0.95);
    border-left-color: rgba(255, 255, 255, 0.4);
}

.testimonial-card.testimonial-card--featured p,
.testimonial-card.testimonial-card--featured span,
.testimonial-card.testimonial-card--featured h4 {
    color: rgba(255, 255, 255, 0.85);
    /* Slightly muted white for subtext */
}

.testimonial-card.testimonial-card--featured .testimonial-author-info strong,
.testimonial-card.testimonial-card--featured h3 {
    color: #fff;
}

.testimonial-card.testimonial-card--featured .testimonial-avatar {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.testimonial-card.testimonial-card--featured .testimonial-author-info span {
    color: rgba(255, 255, 255, 0.85);
    /* Boosted to 0.85 for readability */
}

.testimonial-card {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.testimonial-stars {
    font-size: 1.1rem;
    color: #e8a020;
    letter-spacing: 2px;
}

.testimonial-quote {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-style: italic;
    line-height: 1.7;
    border-left: 3px solid var(--accent-color);
    padding-left: 1rem;
    margin: 0;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(93, 104, 82, 0.15);
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.testimonial-author-info strong {
    font-size: 0.95rem;
    color: var(--text-dark);
}

.testimonial-author-info span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* Stats Bar */
.testimonials-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    flex: 1;
    min-width: 120px;
    text-align: center;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.stat-label {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: var(--border-color);
    flex-shrink: 0;
}

/* ==========================================================================
   Responsive Styles (Testimonials)
   ========================================================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .testimonials {
        padding: var(--spacing-md) 0;
    }

    .testimonials-header h2 {
        font-size: 2.2rem;
    }

    /* Show 1.5 cards on tablet for peek effect */
    .testimonials-track .testimonial-card {
        flex: 0 0 calc(70% - 0.625rem);
        max-width: calc(70% - 0.625rem);
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .testimonials {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .testimonials-header h2 {
        font-size: 1.5rem;
    }

    /* 1 card full-width on mobile */
    .testimonials-track .testimonial-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Hide arrow buttons on mobile — use swipe */
    .testi-arrow {
        display: none;
    }

    /* Stats bar wraps to 2-column grid on mobile */
    .testimonials-stats {
        gap: 1rem;
        padding: 1.25rem;
    }

    .stat-divider {
        display: none;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4ce744 *//* ==========================================================================
   Team Members Section
   ========================================================================== */
.team {
    padding: var(--spacing-xl) 0;
    background-color: var(--bg-white);
}

.team-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--spacing-lg);
}

.team-header h2 {
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.team-header p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
}

.team-card {
    background: var(--bg-light);
    border-radius: var(--radius-lg);
    padding: 2.25rem 1.75rem;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    opacity: 0;
    transition: var(--transition);
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.team-card:hover::before {
    opacity: 1;
}

.team-avatar-wrapper {
    position: relative;
    margin-bottom: 1.25rem;
}

.team-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 139, 90, 43), 0.08), rgba(var(--accent-rgb, 139, 90, 43), 0.15));
    border: 3px solid rgba(var(--primary-rgb, 139, 90, 43), 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.team-avatar svg {
    width: 100px;
    height: 100px;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-badge-pill {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.03em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.team-info h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-top: 0.75rem;
    margin-bottom: 0.4rem;
}

.team-role {
    font-size: 1.05rem;
    color: var(--accent-color);
    font-weight: 500;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.team-quals {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

.team-quals li {
    font-size: 0.95rem;
    color: var(--text-muted);
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(229, 218, 201, 0.5);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.team-quals li:last-child {
    border-bottom: none;
}

.team-quals li::before {
    content: "✦";
    font-size: 0.65rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

/* ==========================================================================
   Responsive Styles (Team Members)
   ========================================================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .team {
        padding: var(--spacing-md) 0;
    }

    .team-header h2 {
        font-size: 2.2rem;
    }

    /* 2 columns on tablet */
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--spacing-sm);
    }

    .team-avatar {
        width: 130px;
        height: 130px;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .team {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .team-header h2 {
        font-size: 1.5rem;
    }

    .team-header p {
        font-size: 0.95rem;
    }

    /* 1 column on mobile */
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .team-card {
        padding: 1.75rem 1.25rem;
    }

    .team-avatar {
        width: 110px;
        height: 110px;
    }

    .team-avatar svg {
        width: 80px;
        height: 80px;
    }

    .team-info h3 {
        font-size: 1.2rem;
    }

    .team-role {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ff6831 *//* ==========================================================================
   Online Class Gallery (Auto-scrolling)
   ========================================================================== */
.online-class-gallery {
    padding: var(--spacing-xl) 0;
    background: var(--bg-white);
    border-top: 1px solid var(--border-color);
    overflow: hidden;
}

.gallery-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--spacing-lg);
}

.gallery-header h2 {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.gallery-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.gallery-marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    /* Optional: fade edges slightly for a polished look */
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.gallery-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    /* Ensure track spans full width of all images */
    /* Translate by 50% of total width for loop */
    animation: galleryScroll 35s linear infinite;
    gap: 2rem;
    padding: 0 1rem;
}

.gallery-track:hover {
    animation-play-state: paused;
}

.gallery-img {
    height: 300px !important;
    /* fixed height layout */
    width: auto !important;
    max-width: none !important;
    /* Override global img { max-width: 100% } */
    flex-shrink: 0;
    /* Prevent flex container from squishing the images */
    object-fit: cover !important;
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform var(--transition);
}

.gallery-img:hover {
    transform: scale(1.03);
}

@keyframes galleryScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1rem));
    }

    /* -50% and half of the gap to match perfectly */
}

/* ==========================================================================
   Responsive Styles (Online Class Gallery)
   ========================================================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .online-class-gallery {
        padding: var(--spacing-md) 0;
    }

    .gallery-header p {
        font-size: 1rem;
    }

    .gallery-img {
        height: 240px !important;
    }

    .gallery-track {
        animation-duration: 40s;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .online-class-gallery {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .gallery-header p {
        font-size: 0.95rem;
    }

    .gallery-header h2 {
        font-size: 1.5rem;
    }

    .gallery-img {
        height: 200px !important;
        max-width: 80vw !important;
    }

    .gallery-track {
        gap: 1rem;
        animation-duration: 45s;
        /* Slower scroll on mobile for comfortable viewing */
    }

    @keyframes galleryScroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 0.5rem));
        }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b61c264 *//* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
    padding: var(--spacing-xl) 0;
    background: var(--bg-light);
}

.faq-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--spacing-lg);
}

.faq-header h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.faq-header p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* Accordion list */
.faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Each item */
.faq-item {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: none;
}



/* Question button */
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    font-family: var(--font-body);
    transition: color var(--transition);
}



.faq-question[aria-expanded="true"] {
    color: var(--primary-color);
}

/* Chevron icon — rotates when open */
.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background var(--transition);
    color: var(--primary-color);
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
    background: var(--primary-color);
    color: #fff;
}

/* Answer panel — smooth height animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.35s ease;
    padding: 0 1.5rem;
}

.faq-answer.is-open {
    max-height: 400px;
    padding-bottom: 1.4rem;
}

.faq-answer p {
    color: var(--text-muted);
    font-size: 0.97rem;
    line-height: 1.75;
    margin: 0;
    padding-top: 0.25rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
}

/* CTA strip */
.faq-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: var(--spacing-lg);
    padding: 1.5rem 2rem;
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    flex-wrap: wrap;
    text-align: center;
}

.faq-cta p {
    color: var(--text-muted);
    font-size: 1rem;
    margin: 0;
}

/* ==========================================================================
   Responsive Styles (FAQ)
   ========================================================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .faq-section {
        padding: var(--spacing-md) 0;
    }

    .faq-header h2 {
        font-size: 2rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .faq-section {
        padding: var(--spacing-sm) 0 var(--spacing-md);
    }

    .faq-header h2 {
        font-size: 1.5rem;
        line-height: 1.35;
    }

    .faq-header p {
        font-size: 0.95rem;
    }

    /* Tighter accordion item padding on mobile */
    .faq-question {
        padding: 1rem 1.1rem;
        font-size: 0.95rem;
    }

    .faq-answer {
        padding: 0 1.1rem;
    }

    /* CTA strip stacks vertically on mobile */
    .faq-cta {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem;
        margin-top: var(--spacing-md);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30b9e23 *//* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    background-color: var(--accent-color);
    color: var(--text-light);
    padding: var(--spacing-xl) 0 2rem;
    position: relative;
    /* Adding a subtle texture or overlay *could* go here */
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: var(--spacing-lg);
}

.footer-contact h2 {
    color: var(--bg-white);
    font-size: 1.8rem;
    margin-bottom: var(--spacing-md);
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.contact-list svg {
    color: var(--bg-white);
}

.footer-social p {
    color: inherit;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--bg-white);
    transition: var(--transition);
}

.social-links a:hover {
    background-color: var(--bg-white);
    color: var(--accent-color);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-nav {
    display: flex;
    gap: 1.5rem;
}

.footer-nav a:hover {
    color: var(--bg-white);
}

/* ==========================================================================
   Responsive Styles (Footer)
   ========================================================================== */

/* Tablet (992px and below) */
@media (max-width: 992px) {
    .site-footer {
        padding: var(--spacing-md) 0 1.5rem;
    }

    /* Stack contact + social vertically */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-contact h2 {
        font-size: 1.5rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .site-footer {
        padding: var(--spacing-sm) 0 1.25rem;
    }

    .footer-contact h2 {
        font-size: 1.3rem;
        margin-bottom: var(--spacing-sm);
    }

    .contact-list li {
        font-size: 0.92rem;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .footer-social p {
        font-size: 1rem;
    }

    .social-links a {
        width: 36px;
        height: 36px;
    }

    /* Footer bottom stacks vertically */
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
}/* End custom CSS */