.elementor-3338 .elementor-element.elementor-element-a815d59{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3338 .elementor-element.elementor-element-adf99aa{--display:flex;}.elementor-3338 .elementor-element.elementor-element-217a2e7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3338 .elementor-element.elementor-element-19e2575{--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;--margin-top:-9px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3338 .elementor-element.elementor-element-8d29863{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3338 .elementor-element.elementor-element-5d9884e{--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-3338 .elementor-element.elementor-element-ac8ef3d{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-3338 .elementor-element.elementor-element-6439b1c{--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;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3338 .elementor-element.elementor-element-e673861{--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;--margin-top:-5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3338 .elementor-element.elementor-element-992ea0f{--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;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-3338:not(.elementor-motion-effects-element-type-background), body.elementor-page-3338 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-afcdc2a );}:root{--page-title-display:none;}body.elementor-page-3338{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-217a2e7 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
    --lime-color: #c9f31d;
    --dark-bg: #15171e;
    --text-gray: #9ba0ab;
    --hover-bg: #e6e3d8; 
    --hover-text: #2d00f7; 
}

.fitwell-hero-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    background-color: var(--dark-bg);
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50L0 16L28 0L56 16L56 50L28 66L28 100' fill='none' stroke='%23ffffff' stroke-width='1' stroke-opacity='0.03'/%3E%3Cpath d='M28 0L28 34L0 50L0 84L28 100L56 84L56 50L28 34' fill='none' stroke='%23ffffff' stroke-width='1' stroke-opacity='0.03'/%3E%3C/svg%3E");
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    padding-top: 15px;
}

.fitwell-hero-section * { box-sizing: border-box; margin: 0; padding: 0; }
.fitwell-container { max-width: 1250px; margin: 0 auto; padding: 0 20px; }

/* --- Navbar & Dropdowns --- */
.fitwell-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; position: relative; z-index: 999; }
.fitwell-logo { display: flex; align-items: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 1px; }
.fitwell-nav-links { display: flex; list-style: none; gap: 35px; align-items: center; margin: 0; }
.fitwell-nav-links > li { padding: 15px 0; }
.fitwell-nav-links a { color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.3s; }
.fitwell-nav-links a:hover { color: var(--lime-color); }

/* Dropdown specific CSS */
.fitwell-has-dropdown { position: relative; }

.fitwell-dropdown-menu {
    position: absolute !important; 
    top: 100% !important; 
    left: 0 !important; 
    background-color: var(--lime-color) !important; /* Forced Lime Background */
    min-width: 220px !important; 
    list-style: none !important; 
    padding: 15px 0 !important; 
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important; 
    opacity: 0; 
    visibility: hidden;
    transform: translateY(15px); 
    transition: all 0.3s ease !important;
    z-index: 9999 !important; /* Brings it to the very front */
}

.pages-dropdown { min-width: 250px !important; }

.fitwell-has-dropdown:hover .fitwell-dropdown-menu { 
    opacity: 1 !important; 
    visibility: visible !important; 
    transform: translateY(0) !important; 
}

.fitwell-dropdown-menu li a { 
    color: #000000 !important; /* Forced Black Text */
    font-weight: 600 !important; 
    display: block !important; 
    padding: 10px 25px !important; 
    font-size: 14px !important; 
    transition: all 0.2s ease !important; 
    text-decoration: none !important;
}

.fitwell-dropdown-menu li a:hover { 
    padding-left: 32px !important; 
    background-color: rgba(0,0,0,0.05) !important; 
    color: #000000 !important;
}

.fitwell-dropdown-menu::before { 
    content: ''; 
    position: absolute; 
    top: -15px; 
    left: 0; 
    width: 100%; 
    height: 15px; 
}


/* ====================================================
   FIXED: Button Animation & Hover Effects
   ==================================================== */
.btn-group-split { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    cursor: pointer; 
}

/* Button Text Pill */
.btn-text { 
    padding: 12px 28px; 
    border-radius: 30px; 
    font-weight: 600; 
    font-size: 15px; 
    text-decoration: none; 
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}

/* Button Icon Circle */
.btn-icon { 
    width: 46px; 
    height: 46px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-decoration: none; 
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* SVG Arrow inside Icon - Set for rotation */
.btn-icon svg { 
    width: 20px; 
    height: 20px; 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    transform-origin: center; /* Ensures it rotates in its place */
}

/* Normal States Colors */
.btn-solid-lime { 
    background-color: var(--lime-color); 
    color: #000000; 
    border-color: var(--lime-color);
}

.btn-outline-lime { 
    background-color: transparent; 
    border-color: var(--lime-color); /* Lime border */
    color: var(--lime-color); /* Lime text */
}

/* Hover States for Solid Button (Turns White) */
.btn-group-split:hover .btn-text.btn-solid-lime,
.btn-group-split:hover .btn-icon.btn-solid-lime { 
    background-color: #ffffff; 
    border-color: #ffffff;
    color: #000000; 
}

/* Hover State for Outline Button (Fills with Lime) */
.btn-group-split:hover .btn-outline-lime { 
    background-color: var(--lime-color); 
    border-color: var(--lime-color); 
    color: #000000; 
}

/* The Magic Arrow Animation: Rotates ↗ to → */
.btn-group-split:hover .btn-icon svg { 
    transform: rotate(45deg); 
}
/* ==================================================== */


/* --- Hero Content Area --- */
.fitwell-hero-body { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; padding-bottom: 40px; }
.hero-left-content { flex: 0 0 50%; max-width: 580px; z-index: 2;}

/* --- Spotlight Mask CSS --- */
.fitwell-title-wrapper { position: relative; display: inline-block; margin-bottom: 25px; cursor: none; }
.hero-main-heading { font-family: 'Oswald', sans-serif; font-size: clamp(45px, 5vw, 65px); line-height: 1.15; font-weight: 700; text-transform: uppercase; margin: 0; }
.text-lime { color: var(--lime-color); }

.title-mask {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: var(--hover-bg); color: #000; 
    -webkit-clip-path: circle(35px at var(--mouse-x, -100px) var(--mouse-y, -100px));
    clip-path: circle(35px at var(--mouse-x, -100px) var(--mouse-y, -100px));
    pointer-events: none; z-index: 10;
}
.text-blue { color: var(--hover-text); }

.hero-description-box { border-left: 3px solid var(--lime-color); padding-left: 20px; margin-bottom: 40px; }
.hero-description-box p { color: var(--text-gray); font-size: 16px; line-height: 1.7; }
.hero-stats-row { display: flex; gap: 40px; margin-bottom: 45px; }
.stat-block h3 { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; margin-bottom: 2px; }
.stat-block p { color: var(--text-gray); font-size: 14px; }
.hero-action-buttons { display: flex; gap: 20px; }

/* --- Hero Image & Rotating Badge --- */
.hero-right-image { flex: 0 0 45%; position: relative; display: flex; justify-content: flex-end; z-index: 1;}
.main-bodybuilder-img { max-width: 100%; height: auto; object-fit: contain; }
.hero-rotating-badge { position: absolute; top: 20%; right: -20px; width: 160px; height: 160px; z-index: 5; }
.badge-text-svg { width: 100%; height: 100%; animation: textRotate 15s linear infinite; }

@keyframes textRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.badge-center-arrow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background-color: var(--lime-color); color: #000;
    width: 48px; height: 48px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.badge-center-arrow svg { width: 22px; height: 22px; }

/* --- Marquee Tape --- */
.hero-marquee-tape { background-color: var(--lime-color); padding: 16px 0; overflow: hidden; white-space: nowrap; width: 100%; }
.marquee-scrolling-text { display: inline-block; animation: scrollMarquee 25s linear infinite; color: #000; font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 600; text-transform: uppercase; }

@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- Responsive --- */
@media (max-width: 992px) {
    .fitwell-nav-links, .nav-btn-hide { display: none; }
    .fitwell-hero-body { flex-direction: column; text-align: center; gap: 50px; margin-top: 30px; }
    .hero-left-content { max-width: 100%; flex: 1; }
    .hero-description-box { border-left: none; border-top: 3px solid var(--lime-color); padding-left: 0; padding-top: 15px; }
    .hero-stats-row, .hero-action-buttons { justify-content: center; flex-wrap: wrap; }
    .hero-right-image { justify-content: center; flex: 1; }
    .hero-rotating-badge { right: 5%; top: 10%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-618da5e */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.fw-about-section-main {
    background-color: #13161c !important; 
    padding: 100px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    display: block !important;
}

.fw-container-main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: flex !important;
    gap: 60px !important;
    align-items: center !important;
}

/* --- Left Side: Absolute Image Grid with Glass Hover --- */
.fw-left-col-main {
    flex: 1 !important;
    position: relative !important;
    min-height: 650px !important;
    width: 100% !important;
    display: block !important;
}

.fw-img-wrap {
    position: absolute !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

.fw-wrap-1 { top: 0 !important; left: 0 !important; width: 55% !important; height: 75% !important; z-index: 1 !important; }
.fw-wrap-2 { top: 10% !important; right: 0 !important; width: 45% !important; height: 32% !important; z-index: 1 !important; }
.fw-wrap-3 { bottom: 0 !important; right: 5% !important; width: 62% !important; height: 55% !important; z-index: 2 !important; border: 12px solid #13161c !important; }

.fw-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.6s ease !important;
}

/* Glass Shine Effect Animation */
.fw-glass-shine {
    position: absolute !important;
    top: 0 !important;
    left: -150% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%) !important;
    transform: skewX(-25deg) !important;
    z-index: 5 !important;
    pointer-events: none !important;
    transition: left 0.7s ease !important;
}

/* Image Hover Actions */
.fw-img-wrap:hover {
    transform: translateY(-10px) scale(1.02) !important;
    z-index: 10 !important;
    box-shadow: 0 20px 40px rgba(212, 255, 0, 0.15) !important;
}

.fw-img-wrap:hover img {
    transform: scale(1.1) !important;
}

.fw-img-wrap:hover .fw-glass-shine {
    left: 200% !important;
}

/* --- Right Side: Content --- */
.fw-right-col-main {
    flex: 1 !important;
    position: relative !important;
    z-index: 5 !important;
    padding-top: 20px !important;
}

.fw-bg-text-main {
    position: absolute !important;
    top: -20px !important;
    left: 0 !important;
    font-size: 80px !important;
    font-weight: 800 !important;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05) !important;
    z-index: -1 !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.fw-subtitle-main {
    color: #d4ff00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.fw-title-main {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin-top: 0 !important;
}

.fw-highlight-main {
    color: #d4ff00 !important;
}

.fw-desc-main {
    color: #a0a5b1 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 40px !important; /* Dot completely removed */
}

/* --- Features Layout --- */
.fw-features-wrapper {
    display: flex !important;
    flex-direction: column !important;
}

.fw-features-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.fw-features-row.top-row {
    padding-bottom: 25px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 25px !important;
}

.fw-feature-item-main h4 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
}

.fw-icon-arrow-main {
    color: #d4ff00 !important;
    display: flex !important;
    align-items: center !important;
}

.fw-feature-item-main p {
    color: #a0a5b1 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* --- Animated Button Hover Effect --- */
.fw-btn-group-main {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 35px !important;
    cursor: pointer !important;
}

.fw-btn-text-main {
    background-color: #d4ff00 !important;
    color: #000 !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fw-btn-circle-main {
    background-color: #d4ff00 !important;
    color: #000 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fw-btn-circle-main svg {
    transition: transform 0.4s ease !important;
}

/* Hover State - Turns White and Animates Arrow */
.fw-btn-group-main:hover .fw-btn-text-main {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2) !important;
}

.fw-btn-group-main:hover .fw-btn-circle-main {
    background-color: #ffffff !important;
    color: #000000 !important;
    transform: rotate(45deg) !important;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2) !important;
}

.fw-btn-group-main:hover .fw-btn-circle-main svg {
    transform: scale(1.1) !important;
}

/* --- Responsive Fixes --- */
@media (max-width: 992px) {
    .fw-container-main { flex-direction: column !important; }
    .fw-left-col-main { width: 100% !important; min-height: 550px !important; }
    .fw-bg-text-main { font-size: 50px !important; }
    .fw-title-main { font-size: 32px !important; }
}

@media (max-width: 768px) {
    .fw-features-row { grid-template-columns: 1fr !important; gap: 20px !important; }
    .fw-wrap-1 { height: 65% !important; }
    .fw-wrap-3 { height: 45% !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5aa5db0 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.fw-cls-section {
    background-color: #13161c !important; 
    padding: 80px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    display: block !important;
    text-align: center !important;
}

.fw-cls-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Background Outline Text */
.fw-cls-bg-text {
    position: absolute !important;
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 100px !important;
    font-weight: 800 !important;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05) !important;
    z-index: 0 !important;
    letter-spacing: 5px !important;
    pointer-events: none !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

.fw-cls-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 5 !important;
}

/* Header Styles */
.fw-cls-header {
    margin-bottom: 50px !important;
}

.fw-cls-subtitle {
    color: #d4ff00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.fw-cls-title {
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

.fw-cls-highlight {
    color: #d4ff00 !important;
}

/* Cards Grid */
.fw-cls-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin-bottom: 40px !important;
}

/* Card Styles */
.fw-cls-card {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    height: 420px !important;
    cursor: pointer !important;
    text-align: left !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

.fw-cls-img-wrap {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important; height: 100% !important;
    overflow: hidden !important;
}

.fw-cls-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

/* Dark Gradient at bottom for text visibility */
.fw-cls-overlay {
    position: absolute !important;
    bottom: 0 !important; left: 0 !important;
    width: 100% !important; height: 60% !important;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%) !important;
    z-index: 1 !important;
}

/* Glass Shine Effect Animation */
.fw-cls-glass-shine {
    position: absolute !important;
    top: 0 !important;
    left: -150% !important;
    width: 50% !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%) !important;
    transform: skewX(-25deg) !important;
    z-index: 2 !important;
    pointer-events: none !important;
    transition: left 0.7s ease !important;
}

/* Center 'View' Button */
.fw-cls-view-btn {
    position: absolute !important;
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
    width: 70px !important; height: 70px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 0 !important;
    z-index: 5 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    backdrop-filter: blur(2px) !important; /* Slight blur behind the button */
}

/* Card Content */
.fw-cls-content {
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    right: 30px !important;
    z-index: 10 !important;
}

.fw-cls-content h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px !important;
    transition: color 0.3s ease !important;
}

.fw-cls-read-more {
    color: #d4ff00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
}

.fw-cls-arrow {
    background-color: #d4ff00 !important;
    color: #000 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

/* HOVER EFFECTS */
.fw-cls-card:hover .fw-cls-img-wrap img {
    transform: scale(1.1) !important;
}

.fw-cls-card:hover .fw-cls-glass-shine {
    left: 200% !important;
}

.fw-cls-card:hover .fw-cls-view-btn {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

.fw-cls-card:hover .fw-cls-read-more {
    color: #fff !important;
}

.fw-cls-card:hover .fw-cls-arrow {
    background-color: #fff !important;
    transform: rotate(45deg) !important;
}

/* Pagination Dots */
.fw-cls-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 30px !important;
}

.fw-cls-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.fw-cls-dot.active {
    width: 24px !important;
    background-color: #d4ff00 !important;
    border-radius: 4px !important;
}

/* Footer Text */
.fw-cls-footer-text {
    color: #a0a5b1 !important;
    font-size: 14px !important;
}

.fw-cls-footer-text a {
    color: #d4ff00 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.fw-cls-footer-text a:hover {
    color: #fff !important;
}

/* Responsive */
@media (max-width: 992px) {
    .fw-cls-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .fw-cls-title { font-size: 32px !important; }
    .fw-cls-bg-text { font-size: 70px !important; top: 40px !important; }
}

@media (max-width: 768px) {
    .fw-cls-grid { grid-template-columns: 1fr !important; }
    .fw-cls-card { height: 350px !important; }
    .fw-cls-title { font-size: 26px !important; }
    .fw-cls-bg-text { font-size: 50px !important; top: 30px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac8ef3d */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.fw-why-section-main {
    background-color: #13161c !important; 
    padding: 100px 20px !important;
    font-family: 'Poppins', sans-serif !important;
    overflow: hidden !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    display: block !important;
}

.fw-why-section-main * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fw-why-container-main {
    max-width: 1280px !important;
    margin: 0 auto !important;
    display: flex !important;
    gap: 60px !important;
    align-items: center !important;
}

/* --- Left Side Content --- */
.fw-why-left-main {
    flex: 1 !important;
    position: relative !important;
    z-index: 5 !important;
}

.fw-why-bg-text-main {
    position: absolute !important;
    top: -30px !important;
    left: 0 !important;
    font-size: 80px !important;
    font-weight: 800 !important;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05) !important;
    z-index: -1 !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    pointer-events: none !important;
}

.fw-why-subtitle-main {
    color: #d4ff00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.fw-why-title-main {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}

.fw-why-highlight-main {
    color: #d4ff00 !important;
}

.fw-why-desc-main {
    color: #a0a5b1 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 40px !important;
}

/* --- Timeline List Styles --- */
.fw-why-timeline-main {
    position: relative !important;
    margin-top: 20px !important;
    padding-left: 20px !important; /* Space for the line */
}

.fw-why-timeline-line {
    position: absolute !important;
    top: 20px !important;
    bottom: 40px !important;
    left: 19px !important; /* Center of the number circles */
    width: 1px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    z-index: 0 !important;
}

.fw-why-timeline-item {
    position: relative !important;
    padding-left: 50px !important;
    margin-bottom: 35px !important;
    z-index: 1 !important;
}

.fw-why-timeline-item:last-child {
    margin-bottom: 0 !important;
}

.fw-why-timeline-num {
    position: absolute !important;
    left: -20px !important;
    top: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background-color: #13161c !important; /* Hides the line passing behind it */
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.fw-why-timeline-content h4 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    margin-top: 5px !important;
}

.fw-why-timeline-content p {
    color: #a0a5b1 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* --- Right Side: Image Grid & Rotating Badge --- */
.fw-why-right-main {
    flex: 1.2 !important;
    position: relative !important;
}

.fw-why-grid-main {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 20px !important;
    height: 650px !important;
}

.fw-why-grid-main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

/* --- The Rotating Badge --- */
.fw-why-badge-main {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 130px !important;
    height: 130px !important;
    background-color: #d4ff00 !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Text Rotation Animation */
.fw-why-badge-text {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    /* This makes the text rotate automatically infinitely */
    animation: fwRotateBadge 10s linear infinite !important;
}

@keyframes fwRotateBadge {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Static Center Arrow */
.fw-why-badge-arrow {
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* Arrow does not have animation, so it stays pointing down */
}

/* --- Responsive Fixes --- */
@media (max-width: 992px) {
    .fw-why-container-main { flex-direction: column !important; }
    .fw-why-grid-main { height: 500px !important; width: 100% !important; margin-top: 30px !important; }
    .fw-why-bg-text-main { font-size: 50px !important; top: -15px !important;}
    .fw-why-title-main { font-size: 32px !important; }
}

@media (max-width: 768px) {
    .fw-why-grid-main { height: 400px !important; gap: 10px !important; }
    .fw-why-timeline-main { padding-left: 10px !important; }
    .fw-why-timeline-line { left: 9px !important; }
    .fw-why-timeline-num { left: -10px !important; width: 35px !important; height: 35px !important; }
    .fw-why-timeline-item { padding-left: 40px !important; }
    .fw-why-badge-main { width: 100px !important; height: 100px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29259d6 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
    --lime-color: #c9f31d;
    --dark-bg: #15171e;
    --card-highlight: #31333e; /* Dark grey for the highlighted card */
    --text-gray: #a0a5b1;
}

.fitwell-pricing-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: var(--dark-bg);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.fitwell-pricing-section * { box-sizing: border-box; margin: 0; padding: 0; }
.fitwell-container { max-width: 1250px; margin: 0 auto; padding: 0 20px; }

/* --- Section Title --- */
.pricing-title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

/* Background Transparent Text */
.bg-outline-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-family: 'Oswald', sans-serif;
    font-size: clamp(60px, 8vw, 130px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05); /* Very faint outline */
    z-index: 0;
    white-space: nowrap;
    pointer-events: none;
}

.pricing-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lime-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.pricing-main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.text-lime { color: var(--lime-color); }

/* --- Pricing Grid --- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/* --- Pricing Cards --- */
.pricing-card {
    padding: 45px 40px;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* By default transparent for middle and right cards */
    background-color: transparent; 
}

/* The first card is highlighted */
.highlighted-card {
    background-color: var(--card-highlight);
}

/* Vertical Ribbon Badge */
.popular-badge {
    position: absolute;
    top: 0;
    right: 25px;
    background-color: var(--lime-color);
    color: #000;
    padding: 15px 8px 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0 0 5px 5px;
    /* Makes the text run vertically */
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.plan-name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.plan-price {
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: var(--lime-color);
    display: flex;
    align-items: baseline;
    margin-bottom: 35px;
}

.plan-price .duration {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.plan-features {
    list-style: none;
    margin-bottom: 45px;
    flex-grow: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #e0e0e0;
    font-size: 15px;
}

.plan-features li svg {
    width: 16px;
    height: 16px;
    color: var(--lime-color);
}


/* ====================================================
   Button Styles (Exact animation reused)
   ==================================================== */
.btn-group-split { display: flex; align-items: center; gap: 8px; cursor: pointer; width: fit-content; }
.btn-text { padding: 12px 24px; border-radius: 30px; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid transparent; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.btn-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; border: 1px solid transparent; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.btn-icon svg { width: 18px; height: 18px; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center; }

.btn-solid-lime { background-color: var(--lime-color); color: #000000; border-color: var(--lime-color); }

/* Hover Animations */
.btn-group-split:hover .btn-text.btn-solid-lime,
.btn-group-split:hover .btn-icon.btn-solid-lime { background-color: #ffffff; border-color: #ffffff; color: #000000; }
.btn-group-split:hover .btn-icon svg { transform: rotate(45deg); }
/* ==================================================== */


/* --- Bottom Features Row --- */
.pricing-bottom-features {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.feature-item svg {
    width: 18px;
    height: 18px;
    color: var(--lime-color);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .bg-outline-text { font-size: 50px; transform: translate(-50%, -80%); }
    .pricing-bottom-features { flex-direction: column; align-items: center; gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53b8e63 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --lime-color: #c9f31d;
    --dark-bg: #15171e;
}

.fitwell-trainers-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: var(--dark-bg);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.fitwell-trainers-section * { box-sizing: border-box; margin: 0; padding: 0; }
.fitwell-container { max-width: 1250px; margin: 0 auto; padding: 0 20px; }

/* --- Section Title Area --- */
.section-title-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.bg-outline-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-family: 'Oswald', sans-serif;
    font-size: clamp(60px, 9vw, 150px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08); 
    z-index: 0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}

.section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lime-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.section-main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.text-lime { color: var(--lime-color); }


/* --- Trainers Grid --- */
.trainers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* =======================================
   NEW: Full Image Card & Glass Effect
   ======================================= */
.trainer-card {
    position: relative;
    width: 100%;
    height: 440px; /* Full height of the card */
    border-radius: 15px;
    overflow: hidden;
    cursor: none; /* Hides cursor for custom view button */
}

/* Full Image Background */
.trainer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Default Bottom Gradient (Always visible so text is readable) */
.trainer-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    z-index: 2;
    transition: opacity 0.4s ease;
}

/* Hover Glass Effect Overlay */
.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 23, 30, 0.45); /* Dark tint */
    backdrop-filter: blur(4px); /* The Glass/Blur Effect */
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    z-index: 3;
    transition: opacity 0.4s ease;
}

/* Custom View Cursor */
.custom-view-cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(16, 18, 24, 0.9);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.5); 
    opacity: 0;
    z-index: 10;
    pointer-events: none; 
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Content Over Image --- */
.trainer-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.trainer-role {
    color: var(--lime-color);
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.trainer-name {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    opacity: 0; 
    transform: translateY(20px); 
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #101218;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a svg { width: 16px; height: 16px; }
.social-icons a:hover { background-color: var(--lime-color); }

/* =======================================
   HOVER TRIGGERS
   ======================================= */
.trainer-card:hover .trainer-img {
    transform: scale(1.08); /* Slight zoom on image */
}

.trainer-card:hover .glass-overlay {
    opacity: 1; /* Turn on Glass Blur */
}

.trainer-card:hover .custom-view-cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* View Button Pops Up */
}

.trainer-card:hover .trainer-content {
    transform: translateY(-15px); /* Push Text Up */
}

.trainer-card:hover .social-icons {
    opacity: 1;
    transform: translateY(0); /* Social Icons fade in from bottom */
}


/* --- Responsive Layout --- */
@media (max-width: 1024px) {
    .trainers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .trainers-grid { grid-template-columns: 1fr; }
    .bg-outline-text { font-size: 55px; }
    .trainer-card { cursor: default; height: 420px; }
    .custom-view-cursor { display: none; } 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f4297e */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --lime-color: #c9f31d;
    --dark-bg: #15171e;
    --text-gray: #a0a5b1;
}

.fitwell-faq-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: var(--dark-bg);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.fitwell-faq-section * { box-sizing: border-box; margin: 0; padding: 0; }
.fitwell-container { max-width: 1250px; margin: 0 auto; padding: 0 20px; }

/* --- Wrapper & Layout --- */
.faq-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.faq-image-column { flex: 1; position: relative; z-index: 1; padding-bottom: 40px; padding-right: 20px; }
.faq-text-column { flex: 1; position: relative; z-index: 2; }


/* =======================================
   IMAGE COMPOSITION & GLASS EFFECT
   ======================================= */
.image-composition {
    position: relative;
    width: 100%;
    height: 600px; /* Fixed height for exact proportions */
}

.main-img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 480px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 2;
}

.small-img-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 260px;
    border-radius: 15px;
    border: 10px solid var(--dark-bg); /* Creates the cutout look */
    overflow: hidden;
    z-index: 3;
}

.faq-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Decorative Elements */
.lime-pill {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 14px;
    height: 120px;
    background-color: var(--lime-color);
    border-radius: 20px;
    z-index: 4;
}

.dot-pattern {
    position: absolute;
    bottom: -15px;
    right: 5px;
    width: 100px;
    height: 80px;
    background-image: radial-gradient(circle, var(--lime-color) 2px, transparent 2px);
    background-size: 15px 15px;
    z-index: 1;
}

/* Hover Glass Effect Setup */
.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* No blur, just a solid glass-like tint */
    background-color: rgba(21, 23, 30, 0.6); 
    /* Backdrop blur filter removed, so no blur will happen */
    backdrop-filter: none; 
    -webkit-backdrop-filter: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 5;
    pointer-events: none;
}

/* Trigger Glass on Hovering the Composition */
.image-composition:hover .glass-overlay { opacity: 1; }
.image-composition:hover .faq-img { transform: scale(1.05); }


/* =======================================
   SECTION TITLES (Left Aligned)
   ======================================= */
.section-title-wrapper.left-align {
    text-align: left;
    margin-bottom: 40px;
}

.section-title-wrapper.left-align .bg-outline-text {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -30%);
    font-family: 'Oswald', sans-serif;
    font-size: clamp(60px, 9vw, 150px);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08); 
    z-index: 0;
    white-space: nowrap;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
    mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
}

.section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lime-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.section-main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.text-lime { color: var(--lime-color); }


/* =======================================
   FAQ ACCORDION
   ======================================= */
.faq-accordion {
    position: relative;
    z-index: 2;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden; /* Keeps borders clean during expansion */
}

/* FAQ Header (Closed State) */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.faq-header h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #101218;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.faq-icon {
    color: #101218;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* FAQ Body (Closed State) */
.faq-body {
    max-height: 0;
    padding: 0 25px;
    background-color: #ffffff;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease;
}

.faq-body p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* --- ACTIVE STATES (When Open) --- */
.faq-item.active .faq-header {
    background-color: var(--lime-color); /* Header turns lime */
}

.faq-item.active .faq-icon {
    transform: rotate(180deg); /* Arrow points up */
}

.faq-item.active .faq-body {
    padding: 15px 25px 25px; /* Adds padding to reveal text */
}


/* --- Responsive Layout --- */
@media (max-width: 992px) {
    .faq-content-wrapper { flex-direction: column; gap: 40px; }
    .faq-image-column { width: 100%; max-width: 600px; margin: 0 auto; }
    .image-composition { height: 500px; }
    .main-img-box { height: 400px; }
    .small-img-box { height: 220px; }
}

@media (max-width: 576px) {
    .image-composition { height: 400px; }
    .main-img-box { width: 90%; height: 320px; }
    .small-img-box { width: 65%; height: 180px; border-width: 6px; }
    .lime-pill { height: 80px; left: 10px; }
    .faq-header { padding: 15px; }
    .faq-header h4 { font-size: 14px; }
}/* End custom CSS */