:root {
    --Primary: #6A9C71;
    --Secondary: #014C09;
    --Bg-light: #F4FBF5;
    --font-main: "Plus Jakarta Sans", sans-serif;
    --font-main2: "Bricolage Grotesque", sans-serif;
    --font-main3: "Outfit", sans-serif;
    --font-main4: "Inter", sans-serif;
    --font-main5: "Rethink Sans", sans-serif;
}



body {
    color: var(--Text-secondary);
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--font-main2);
    font-weight: 500;
    color: var(--Secondary);
}

.text-caption-1 {
    font-size: 15px;
    line-height: 22px;
}

.font-main {
    font-family: var(--font-main);
}

.font-3 {
    font-family: var(--font-main3);
}

.font-4 {
    font-family: var(--font-main4);
}

.font-5 {
    font-family: var(--font-main5);
}

.main-menu .navigation>li:hover>a {
    color: var(--Primary) !important;
}

.navigation .submenu li:hover>a {
    color: var(--Primary);
}

.main-menu .navigation>li:hover::after {
    color: var(--Primary) !important;
}

.navigation li.has-child::after {
    color: var(--White);
}

.navigation li>a {
    color: var(--White);
}

.main-menu .current-menu>a,
.main-menu .current-menu-item>a {
    color: var(--Primary) !important;
}

.main-menu .current-menu.has-child::after,
.main-menu .current-menu-item.has-child::after {
    color: var(--Primary) !important;
}

.tf-btn {
    color: var(--White);
}

.text_primary {
    color: var(--Text-primary);
}

.tf-btn.btn-bg-white {
    color: var(--Text-primary);
}

.shape-linear-circle {
    background: linear-gradient(180deg, #6A9C71 0%, rgba(255, 255, 255, 0) 100%);

    border-radius: 50%;
    display: block;
    aspect-ratio: 1/1;
    max-width: 200px;
    width: 100%;
}

/* Universal Hero Section Heights */
.tf-slider-3,
.tf-slider-3 .swiper-slide,
.tf-slider-3 .hero-banner-10,
.tf-slider-3 .hero-banner-10 .thumbs img {
    height: 100vh !important;
    min-height: unset !important;
}

.page-layout-v02,
.page-layout-v02 .thumb,
.page-layout-v02 .thumb img {
    height: 100vh !important;
    min-height: unset !important;
}

.page-layout-v02 .content {
    height: 100vh !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Our Offering Section Styling */
.section-recovery.center-experience .box-icon {
    padding: 20px 0;
    transition: all 0.3s ease;
}

.section-recovery.center-experience .box-icon .icon {
    font-size: 60px; /* Making it big as requested */
    color: var(--Primary);
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start; /* Aligning with the text in original layout */
    align-items: center;
}

.section-recovery.center-experience .box-icon h5 {
    font-size: 20px;
    font-weight: 600;
}

/* Service Section Ultra-Wide Image Overrides */
.tf-box-icon.style-6 {
    gap: 40px !important;
}

.tf-box-icon.style-6 .img-style {
    border-radius: 40px !important; /* Modern rounded look for the narrow banner */
    width: 100% !important;
    max-width: 500px !important; /* Allow it to be wider */
}

.tf-box-icon.style-6 .wrap-img {
    flex: 40% !important; /* Give more space to the wide image */
}

.tf-box-icon.style-6 .img-style img {
    width: 100% !important;
    height: 120px !important; /* Adjust height to match the narrow banner feel */
    object-fit: cover !important;
}

.img-athletic, .img-post-performance {
    object-position: center 70% !important; /* Move the image up to show the lower content where the action is */
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.floating-whatsapp i {
    color: #fff;
    font-size: 32px;
}

/* Footer Social Hover */
.footer a:hover {
    opacity: 0.8;
    color: #014c09 !important;
}

.footer .tf-social a:hover {
    background: #6A9C71 !important;
    transform: translateY(-3px);
}

/* Force mobile menu toggle (burger lines) to be white in all headers, dark modes, and scroll states */
.mobile-button .burger span,
.mobile-button span,
.header .mobile-button .burger span,
.header .mobile-button span {
    background-color: #ffffff !important;
}

