/* Premium Design System - Accurate Cropcare */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/* Animation Fallback - Ensures content is always visible */
.ftco-animate {
    opacity: 1 !important;
    visibility: visible !important;
}

.premium-footer {
    background: #f8fafc;
    padding: 100px 0 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-footer .ftco-heading-2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.premium-footer .ftco-heading-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 5px;
}



.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
    transition: all 0.3s ease;
}

.contact-icon-box {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-contact-item:hover .contact-icon-box {
    transform: translateY(-4px) rotate(5deg);
    box-shadow: 0 12px 24px rgba(149, 194, 43, 0.15);
    border-color: var(--primary-color);
}

.contact-icon-box i {
    color: var(--primary-color);
    font-size: 1.2rem;
    line-height: 0;
    display: inline-block;
}

.contact-text {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
    padding-top: 4px;
}

.contact-text strong {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 4px;
}



:root {
    --primary-color: #95c22b;
    --primary-dark: #7aa123;
    --secondary-color: #2c3e50;
    --accent-color: #f39c12;
    --text-dark: #2d3436;
    --text-light: #636e72;
    --white: #ffffff;
    --glass-bg: rgba(255, 255, 255, 0.8);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-strong: 0 20px 40px rgba(0, 0, 0, 0.1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif !important;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif !important;
    font-weight: 600;
}

/* Glassmorphism Classes */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-strong);
}

/* Hero Section Improvements */
.hero-wrap .slider-text h1 {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-elite-v2 {
    height: 100vh;
    min-height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(44, 62, 80, 0.4) 100%);
    z-index: 1;
}

.hero-v2-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1s ease-out;
}

.hero-badge {
    background: var(--primary-color);
    color: white;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(149, 194, 43, 0.4);
}

.hero-main-title {
    color: #fff;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -2px;
}

.hero-main-title span {
    color: var(--primary-color);
}

.hero-desc {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 600px;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
    color: white;
    font-size: 1.5rem;
    opacity: 0.7;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(-50%, 0);
    }

    40% {
        transform: translate(-50%, -10px);
    }

    60% {
        transform: translate(-50%, -5px);
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 3rem;
    }

    .hero-glass-card {
        padding: 40px 25px;
        margin: 0 15px;
    }
}

/* App Section Styling */
.app-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 100px 0;
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.app-content h2 {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.app-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 40px;
}

.play-store-btn {
    transition: transform 0.3s ease;
    display: inline-block;
}

.play-store-btn:hover {
    transform: scale(1.05);
}

/* High Performance Utility */
.lazy-load {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.lazy-load.loaded {
    opacity: 1;
}

/* Modern Nav */
.ftco-navbar-light {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--glass-border);
}

/* Creative Icons Container */
.creative-icon-box {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(149, 194, 43, 0.3);
}

.services:hover .creative-icon-box {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-5px) rotate(360deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Redesigned Services Cards */
.services.glass-card {
    padding: 30px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
}

.services.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    z-index: -1;
}

.services.glass-card.img {
    background-size: cover;
    background-position: center;
}

.services.glass-card.img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
    opacity: 0.8;
}

.services.glass-card .media-body h3 {
    color: var(--white) !important;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.services.glass-card .media-body p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
}

/* Welcome Section Enhancements */
.welcome-title {
    font-size: 2.8rem;
    line-height: 1.2;
    color: var(--secondary-color);
}

.welcome-title span {
    color: var(--primary-color);
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: var(--text-light);
}

.feature-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
}

.company-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.stat-item h4 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0;
}

.stat-item p {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-light);
}

/* --- ADVANCED CREATIVE REDESIGN --- */

.ftco-section.services-section {
    position: relative;
    overflow: hidden;
    background: #fdfdfd;
}

/* Background Blobs */
.ftco-section.services-section::before,
.ftco-section.services-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(149, 194, 43, 0.05);
    z-index: 0;
    filter: blur(80px);
}

.ftco-section.services-section::before {
    top: -100px;
    left: -100px;
    animation: float 10s infinite alternate;
}

.ftco-section.services-section::after {
    bottom: -100px;
    right: -100px;
    animation: float 15s infinite alternate-reverse;
}

@keyframes float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(30px, 50px) scale(1.1);
    }
}

/* Ghost Text Background */
.ghost-text {
    position: absolute;
    font-size: 12vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .ghost-text {
        font-size: 20vw;
    }

    .gradient-heading {
        font-size: 2.5rem;
    }

    .staggered-grid {
        padding-top: 0;
    }

    .card-item:nth-child(even) {
        transform: translateY(0);
    }
}


/* Staggered Cards Layout */
.staggered-grid {
    padding-top: 50px;
}

.card-item {
    margin-bottom: 30px;
}

.card-item:nth-child(even) {
    transform: translateY(40px);
}

/* Professional Glass Card 2.0 */
.creative-card {
    background: var(--white);
    border-radius: 30px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.creative-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(149, 194, 43, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
}

.creative-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 60px rgba(149, 194, 43, 0.15);
    border-color: var(--primary-color);
}

.creative-card:hover::before {
    opacity: 1;
}

/* Glowing Icon */
.glowing-icon {
    width: 80px;
    height: 80px;
    background: #f9f9f9;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 32px;
    color: var(--primary-color);
    transition: all 0.4s;
    position: relative;
}

.creative-card:hover .glowing-icon {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 10px 20px rgba(149, 194, 43, 0.4);
}

/* Content Structure */
.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.card-desc {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Gradient Welcome Text */
.gradient-heading {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: 800;
}

.welcome-box {
    position: relative;
    z-index: 1;
}

.welcome-box .sub {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
}

/* Modern Button */
.btn-creative {
    background: var(--secondary-color);
    color: var(--white);
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.2);
}

.btn-creative:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(149, 194, 43, 0.3);
}

/* --- INFINITY WAVE PRODUCT DESIGN --- */

.product-infinity-grid {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.product-category-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 450px;
    margin-bottom: 40px;
    background: var(--secondary-color);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.product-category-card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s ease;
    filter: brightness(0.7);
}

.product-category-card:hover .card-img {
    transform: scale(1.1) rotate(2deg);
    filter: brightness(0.9);
}

.product-category-card .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(149, 194, 43, 0.95) 0%, transparent 70%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(120px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-category-card:hover .card-overlay {
    transform: translateY(0);
}

.product-category-card .card-num {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    transition: all 0.5s;
    font-family: 'Jost', sans-serif;
}

.product-category-card:hover .card-num {
    color: rgba(255, 255, 255, 0.15);
    top: 10px;
}

.product-category-card h3 {
    color: var(--white);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-category-card p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 0.4s 0.2s;
}

.product-category-card:hover p {
    opacity: 1;
}

/* --- BRAND SHOWCASE CAROUSEL --- */

.brand-showcase-section {
    background: #0f172a;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

/* --- PREMIUM BRAND SHOWCASE (LABORATORY ELITE) --- */

.brand-showcase-section {
    padding: 140px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

/* Subtle Technical Grid Background */
.brand-showcase-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(149, 194, 43, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(149, 194, 43, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 0;
}

.brand-showcase-section .watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22vw;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    z-index: 0;
    pointer-events: none;
    letter-spacing: -15px;
    opacity: 0.5;
}

.brand-card-premium {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    margin: 40px 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: visible;
    z-index: 2;
    height: 520px;
    /* Reduced from previous long height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-card-premium:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 0 40px 100px rgba(149, 194, 43, 0.12);
}

.brand-card-premium .img-container {
    height: 280px;
    /* Reduced image height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
}

/* Floating Pedestal Shadow */
.brand-card-premium .img-container::after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 70%;
    height: 30px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    z-index: 1;
    transition: all 0.5s;
}

.brand-card-premium:hover .img-container::after {
    transform: scale(0.6);
    opacity: 0.5;
}

.brand-card-premium img {
    height: 250px;
    /* Fixed height for consistency */
    width: auto;
    object-fit: contain;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.15));
}

.brand-card-premium:hover img {
    transform: translateY(-40px) scale(1.1);
    filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.25));
}

.brand-card-premium h3 {
    color: var(--secondary-color);
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.brand-card-premium .tagline {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px;
    position: relative;
}

.brand-card-premium .tagline::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 50px;
}

.brand-card-premium .btn-view {
    display: inline-block;
    padding: 16px 45px;
    background: var(--white);
    color: var(--secondary-color);
    border-radius: 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    transition: all 0.4s;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.brand-card-premium:hover .btn-view {
    background: var(--secondary-color);
    color: var(--white);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Slick Customization */
.brand-showcase-section .slick-center .brand-card-premium {
    transform: scale(1.1);
    border: 1px solid var(--primary-color);
    box-shadow: 0 80px 150px rgba(0, 0, 0, 0.1);
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    /* Smaller more elegant size */
    height: 50px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
}

.prev-btn:hover,
.next-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    box-shadow: 0 20px 50px rgba(149, 194, 43, 0.4);
}

.prev-btn {
    left: 80px;
}

.next-btn {
    right: 80px;
}

.full-width-slider {
    position: relative;
    padding: 0 100px;
}

@media (max-width: 1200px) {
    .prev-btn {
        left: 40px;
    }

    .next-btn {
        right: 40px;
    }

    .full-width-slider {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {

    .prev-btn,
    .next-btn {
        display: none !important;
    }

    .brand-card-premium {
        margin: 30px 10px;
        padding: 40px 20px;
    }
}


/* --- PRODUCT FACILITIES SECTION --- */

.facility-section {
    padding: 120px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.facility-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(149, 194, 43, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}

.facility-img-box {
    position: relative;
    border-radius: 50px 0 50px 0;
    /* Creative asymmetric corners */
    overflow: hidden;
    height: 550px;
    box-shadow: 30px 30px 0px rgba(149, 194, 43, 0.1);
    /* Industrial offset shadow */
    z-index: 1;
}

.facility-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
}

.facility-img-box .overlay-tag {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: var(--primary-color);
    padding: 20px 35px;
    border-radius: 0 30px 0 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.facility-img-box .overlay-tag i {
    font-size: 2.2rem;
    color: var(--white);
}

.facility-img-box .overlay-tag span {
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
}

.facility-content {
    padding-left: 50px;
}

@media (max-width: 768px) {
    .facility-content {
        padding-left: 15px;
        margin-top: 50px;
    }

    .facility-img-box {
        height: 350px;
    }
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.stat-box {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 25px;
    transition: all 0.3s;
}

.stat-box:hover {
    background: var(--white);
    box-shadow: var(--shadow-soft);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.stat-box i {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: block;
}

/* --- PREMIUM POSTS SECTION --- */

.post-card {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-strong);
    border-color: var(--primary-color);
}

.post-card .post-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.post-card .post-category {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}

.post-card .post-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s;
}

.post-card:hover h3 {
    color: var(--primary-color);
}

.post-card .btn-read {
    margin-top: auto;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: gap 0.3s;
}

.post-card:hover .btn-read {
    gap: 15px;
}

/* --- PREMIUM LIGHT FOOTER --- */

.premium-footer {
    background: #f8fafc;
    /* Professional light background */
    padding: 100px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--secondary-color);
}

.premium-footer .footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.premium-footer h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.premium-footer h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 50px;
}

.footer-link-list {
    list-style: none;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list a {
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link-list a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-contact-item i {
    width: 45px !;
    height: 45px !;
    background: var(--white) !;
    border-radius: 12px !;
    color: var(--primary-color) !;
    font-size: 1.2rem !;
    margin-top: 3px !;
}

.footer-contact-item .contact-text {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.5;
}

.footer-social-box {
    display: flex;
    gap: 15px;
}

.footer-social-box a {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    color: var(--secondary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social-box a:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-5px);

    text-align: center;
    font-size: 0.9rem;
    color: var(--text-light);
}

.footer-bottom i {
    color: #ef4444;
}

/* --- PREMIUM NAVIGATION & HEADER --- */

.ftco-navbar-light {
    background: transparent !important;
    top: 20px !important;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 10px 30px !important;
    transition: all 0.5s ease;
    backdrop-filter: blur(0px);
    z-index: 1000;
}

.ftco-navbar-light.scrolled {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    top: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 30px !important;
}

.navbar-brand img {
    height: 55px;
    transition: transform 0.3s;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.ftco-navbar-light.scrolled .navbar-brand img {
    filter: none;
}

.nav-link {
    font-family: 'Jost', sans-serif !important;
    font-weight: 700 !important;
    color: var(--white) !important;
    /* White by default for visibility on hero */
    text-transform: uppercase;
    font-size: 0.85rem !important;
    letter-spacing: 1.5px;
    padding: 15px 18px !important;
    position: relative;
    transition: all 0.3s;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    /* Pop against dark background */
}

.ftco-navbar-light.scrolled .nav-link {
    color: var(--secondary-color) !important;
    text-shadow: none;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.3s;
    transform: translateX(-50%);
    border-radius: 50px;
}

.nav-link:hover::after,
.nav-item.active .nav-link::after {
    width: 25px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.ftco-navbar-light.scrolled .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Dropdown Customization with Icons */
.navbar-nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 15px;
    min-width: 280px;
    top: 100% !important;
    opacity: 0;
    display: block !important;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-item.show .dropdown-menu,
.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.dropdown-item {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 20px;
    border-radius: 15px;
    transition: all 0.3s;
    color: var(--secondary-color) !important;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.dropdown-item i {
    width: 32px;
    height: 32px;
    background: rgba(149, 194, 43, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background: var(--primary-color) !important;
    color: var(--white) !important;
    padding-left: 25px;
    box-shadow: 0 5px 15px rgba(149, 194, 43, 0.3);
}

.dropdown-item:hover i {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.navbar-toggler {
    background: var(--primary-color) !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: var(--white) !important;
        border-radius: 25px;
        width: 95%;
        top: 10px !important;
        padding: 10px 20px !important;
    }

    .nav-link {
        color: var(--secondary-color) !important;
        text-shadow: none;
        padding: 10px 20px !important;
    }
}

/* --- ABOUT US PREMIUM STYLES --- */

.ftco-about-premium {
    padding: 120px 0;
    overflow: hidden;
}

.about-video-box {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white);
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(149, 194, 43, 0.4);
    z-index: 5;
    text-align: center;
    min-width: 160px;
}

.experience-badge .num {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.experience-badge .txt {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* --- HERO OPTIMIZATION --- */

.hero-wrap.js-fullheight {
    height: 70vh !important;
    min-height: 600px !important;
}

.hero-wrap .slider-text {
    height: 70vh !important;
    min-height: 600px !important;
}

.hero-wrap .slider-text h1 {
    font-size: 4.5rem !important;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    .hero-wrap.js-fullheight,
    .hero-wrap .slider-text {
        height: 60vh !important;
        min-height: 450px !important;
    }

    .hero-wrap .slider-text h1 {
        font-size: 2.8rem !important;
    }
}

/* --- PURE HARVEST LIGHT THEME ABOUT US --- */

.about-page-light {
    background: #ffffff;
}

.about-hero-light {
    height: 70vh;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8fafc;
}

.hero-bg-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: 0;
}

.hero-content-light {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.about-hero-light h1 {
    font-size: 4rem;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: 1.1;
}

.text-navy {
    color: #1e293b !important;
}

.subheading-accent {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.85rem;
}

.hero-stats-light {
    display: flex;
    gap: 30px;
}

.stat-box-light {
    padding: 10px 20px;
}

.stat-box-light .num {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 5px;
}

.stat-box-light .lbl {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
}

/* Legacy Visual Frame */
.legacy-visual-frame {
    position: relative;
    padding-right: 40px;
    padding-bottom: 40px;
}

.main-legacy-img {
    border-radius: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.experience-chip {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1e293b;
    color: var(--white);
    padding: 25px 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.experience-chip i {
    font-size: 1.8rem;
    color: var(--primary-color);
}

.experience-chip span {
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
}

/* Mission Card Light */
.bg-soft-gray {
    background: #f1f5f9;
}

.mission-card-light {
    background: var(--white);
    padding: 60px 45px;
    border-radius: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    transition: all 0.4s;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.icon-circle-navy {
    width: 80px;
    height: 80px;
    background: #1e293b;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    transition: all 0.4s;
}

.mission-card-light h3 {
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 20px;
}

.mission-card-light p {
    color: var(--text-light);
    line-height: 1.8;
}

.card-footer-label {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.mission-card-light.active,
.mission-card-light:hover {
    transform: translateY(-15px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.08);
}

.mission-card-light.active .icon-circle-navy,
.mission-card-light:hover .icon-circle-navy {
    background: var(--primary-color);
    color: var(--white);
}

/* Impact Stats */
.impact-stat-item {
    text-align: center;
    padding: 30px;
}

.impact-stat-item .num {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 10px;
}

.impact-stat-item .lbl {
    font-weight: 800;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.value-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.value-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #1e293b;
    font-size: 0.9rem;
}

.value-check-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .about-hero-light h1 {
        font-size: 2.8rem;
    }

    .hero-content-light {
        padding: 30px;
    }

    .value-check-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats-light {
        flex-direction: column;
        gap: 10px;
    }

    .stat-box-light.border-left {
        border-left: none !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 15px;
    }
}

/* --- ABOUT PAGE ELITE REDESIGN --- */

.about-page-elite {
    background: #fcfdfe;
}

.hero-elite {
    height: 100vh;
    min-height: 800px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #000;
}

.hero-elite-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    transform: scale(1.1);
    transition: transform 10s ease-out;
}

.hero-elite:hover .hero-elite-bg {
    transform: scale(1);
}

.hero-elite-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 100%);
}

.hero-elite-content {
    position: relative;
    z-index: 10;
    color: white;
}

.hero-elite .badge-premium {
    background: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(149, 194, 43, 0.3);
}

.hero-elite h1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.hero-elite .text-gradient-green {
    background: linear-gradient(135deg, #fff 0%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-elite p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.8;
}

/* Asymmetrical Legacy Section */
.legacy-elite {
    padding: 140px 0;
    background: white;
    position: relative;
}

.legacy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.legacy-image-stack {
    position: relative;
}

.legacy-image-main {
    border-radius: 40px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.legacy-experience-card {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: var(--primary-color);
    color: white;
    padding: 40px;
    border-radius: 30px;
    z-index: 3;
    box-shadow: 0 30px 60px rgba(149, 194, 43, 0.4);
    text-align: center;
}

.legacy-experience-card .years {
    display: block;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

.legacy-experience-card .text {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.legacy-content-elite .sub {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 20px;
}

.legacy-content-elite h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 30px;
    line-height: 1.2;
}

.legacy-content-elite p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Values Section */
.values-elite {
    padding: 120px 0;
    background: #f1f5f9;
}

.value-card-elite {
    background: white;
    padding: 50px 40px;
    border-radius: 40px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.value-card-elite::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s;
}

.value-card-elite:hover::before {
    transform: scaleX(1);
}

.value-card-elite:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}

.value-card-elite .icon {
    width: 80px;
    height: 80px;
    background: rgba(149, 194, 43, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 30px;
    transition: all 0.5s;
}

.value-card-elite:hover .icon {
    background: var(--primary-color);
    color: white;
    transform: rotateY(360deg);
}

.value-card-elite h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

/* Global Stats Dashboard */
.stats-dashboard {
    padding: 100px 0;
    background: var(--secondary-color);
    color: white;
    position: relative;
}

.stat-dash-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-dash-item {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.stat-dash-item:last-child {
    border-right: none;
}

.stat-dash-item .number {
    display: block;
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.stat-dash-item .label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile Responsive */
@media (max-width: 1200px) {
    .hero-elite h1 {
        font-size: 4rem;
    }

    .legacy-grid {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .stat-dash-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-dash-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .stat-dash-item:nth-child(even) {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .hero-elite h1 {
        font-size: 3rem;
    }

    .hero-elite-content {
        text-align: center;
    }

    .hero-elite p {
        margin: 0 auto 40px;
    }

    .legacy-content-elite h2 {
        font-size: 2.5rem;
    }

    .legacy-image-main {
        height: 400px;
    }

    .stat-dash-grid {
        grid-template-columns: 1fr;
    }
}

/* --- JOURNEY SECTION CREATIVE --- */

.journey-section-creative {
    padding: 160px 0;
    position: relative;
    background: #0f172a;
    overflow: hidden;
    color: white;
}

.journey-bg-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    mask-image: linear-gradient(to left, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%);
    z-index: 1;
}

.journey-content-card {
    position: relative;
    z-index: 10;
    max-width: 650px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.3);
}

.journey-section-creative .sub {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 25px;
}

.journey-section-creative h2 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    color: white;
}

.journey-section-creative p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    line-height: 1.8;
}

.journey-options {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.journey-opt {
    flex: 1;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    transition: all 0.4s;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.journey-opt:hover {
    background: var(--primary-color);
    transform: translateY(-10px);
    border-color: var(--primary-color);
}

.journey-opt i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
    color: var(--primary-color);
}

.journey-opt:hover i {
    color: white;
}

.journey-opt span {
    font-weight: 700;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.journey-floating-blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.blob {
    position: absolute;
    background: var(--primary-color);
    filter: blur(80px);
    border-radius: 50%;
    opacity: 0.15;
    animation: blob-float 20s infinite alternate;
}

.blob-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px;
}

.blob-2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    right: 10%;
    background: #3b82f6;
}

@keyframes blob-float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(50px, 100px) scale(1.2);
    }
}

@media (max-width: 992px) {
    .journey-bg-visual {
        width: 100%;
        opacity: 0.2;
    }

    .journey-content-card {
        padding: 40px;
        border-radius: 40px;
    }

    .journey-section-creative h2 {
        font-size: 2.8rem;
    }

    .journey-options {
        flex-direction: column;
    }
}

/* --- LEADERSHIP ELITE STYLES --- */

.leadership-section {
    padding: 140px 0;
    background: #ffffff;
}

.executive-card-elite {
    background: white;
    border-radius: 50px;
    padding: 60px;
    margin-bottom: 60px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.executive-card-elite:hover {
    transform: translateY(-15px);
    box-shadow: 0 60px 120px rgba(149, 194, 43, 0.1);
}

.executive-profile-frame {
    position: relative;
    z-index: 2;
}

.executive-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 10px solid white;
}

.executive-info-elite {
    padding-left: 40px;
}

.executive-info-elite .designation {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.executive-info-elite h2 {
    font-size: 3rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 25px;
    line-height: 1.1;
}

.executive-info-elite .bio {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-light);
    text-align: justify;
}

.executive-card-elite .bg-watermark {
    position: absolute;
    bottom: -50px;
    right: -20px;
    font-size: 15rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    z-index: 1;
    pointer-events: none;
}

/* Management Hero */
.management-hero {
    height: 70vh;
    min-height: 600px;
    background: #0f172a;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.management-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}

.management-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0f172a 0%, transparent 100%);
}

.management-hero-content {
    position: relative;
    z-index: 10;
    color: white;
    text-align: center;
}

.management-hero-content h1 {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -2px;
}

/* Section Decor */
.section-decor {
    position: relative;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    margin: 30px auto;
    border-radius: 50px;
}

.section-decor::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    border: 4px solid white;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .executive-card-elite {
        padding: 40px;
        border-radius: 40px;
        text-align: center;
    }

    .executive-info-elite {
        padding-left: 0;
        margin-top: 40px;
    }

    .executive-info-elite h2 {
        font-size: 2.2rem;
    }

    .management-hero-content h1 {
        font-size: 3.5rem;
    }
}

/* --- TEAM ELITE STYLES --- */

.team-grid-modern {
    padding: 120px 0;
    background: #fcfdfe;
}

.team-card-elite {
    background: white;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
}

.team-card-elite:hover {
    transform: translateY(-20px);
    box-shadow: 0 50px 100px rgba(149, 194, 43, 0.15);
}

.team-img-box {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.team-card-elite:hover .team-img-box img {
    transform: scale(1.1);
}

.team-content-elite {
    padding: 40px;
    text-align: center;
}

.team-content-elite h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.team-content-elite .role {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 20px;
}

.team-social-elite {
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s 0.2s;
}

.team-card-elite:hover .team-social-elite {
    opacity: 1;
    transform: translateY(0);
}

.team-social-elite a {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.team-social-elite a:hover {
    background: var(--primary-color);
    color: white;
}

/* Team Culture Section */
.culture-section {
    padding: 140px 0;
    background: var(--secondary-color);
    color: white;
    position: relative;
    overflow: hidden;
}

.culture-section h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 30px;
}

.culture-visual {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.3);
}

.culture-stat-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.culture-stat-box .val {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-color);
}

.culture-stat-box .lbl {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .team-grid-modern {
        padding: 80px 0;
    }

    .culture-section h2 {
        font-size: 2.5rem;
    }
}

/* --- COLLECTIVE STRENGTH CREATIVE --- */

.strength-section-elite {
    padding: 160px 0;
    background: linear-gradient(to right, #ffffff 50%, #f8fafc 50%);
    position: relative;
    overflow: hidden;
}

.strength-content-elite {
    padding-right: 60px;
}

.strength-feature-box {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding: 30px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.strength-feature-box:hover {
    transform: translateX(15px);
    border-color: var(--primary-color);
}

.strength-feature-box .icon {
    width: 60px;
    height: 60px;
    background: rgba(149, 194, 43, 0.1);
    color: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.strength-feature-box h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.strength-visual-wrapper {
    position: relative;
    padding: 20px;
}

.strength-video-frame {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 60px 120px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transform: rotate(2deg);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.strength-video-frame:hover {
    transform: rotate(0deg) scale(1.02);
}

.strength-floating-card {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 280px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(20px);
    padding: 30px;
    border-radius: 30px;
    color: white;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.strength-floating-card .title {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 10px;
}

.strength-floating-card p {
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.strength-bg-pattern {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(149, 194, 43, 0.05) 0%, transparent 70%);
    z-index: 1;
}

@media (max-width: 992px) {
    .strength-section-elite {
        background: white;
        padding: 100px 0;
    }

    .strength-content-elite {
        padding-right: 0;
        margin-bottom: 60px;
        text-align: center;
    }

    .strength-feature-box {
        text-align: left;
    }

    .strength-video-frame {
        transform: none;
        border-radius: 40px;
    }

    .strength-floating-card {
        position: static;
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}

/* --- WORK ETHICS ELITE STYLES --- */

.ethics-section-elite {
    padding: 140px 0;
    background: #0f172a;
    color: white;
    position: relative;
    overflow: hidden;
}

.ethics-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.ethics-pillar-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.ethics-pillar-card:hover {
    background: rgba(149, 194, 43, 0.1);
    transform: translateY(-15px);
    border-color: var(--primary-color);
}

.ethics-pillar-card .icon-wrap {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
}

.ethics-pillar-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
}

.ethics-pillar-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.ethics-mosaic-visual {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.ethics-mosaic-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0.8;
}

.ethics-mosaic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0f172a 0%, transparent 100%);
}

.ethics-stat-row {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ethics-stat-item {
    text-align: center;
    flex: 1;
}

.ethics-stat-item .num {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-color);
}

.ethics-stat-item .lbl {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .ethics-pillar-grid {
        grid-template-columns: 1fr;
    }

    .ethics-stat-row {
        flex-direction: column;
        gap: 30px;
        margin-top: 0;
    }

    .ethics-mosaic-visual img {
        height: 400px;
    }
}

/* --- PRODUCTS ELITE STYLES --- */

.products-catalog {
    padding: 120px 0;
    background: #f8fafc;
}

.product-cat-card-elite {
    background: white;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.product-cat-card-elite:hover {
    transform: translateY(-20px);
    box-shadow: 0 50px 100px rgba(149, 194, 43, 0.15);
}

.product-cat-img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.product-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.product-cat-card-elite:hover .product-cat-img img {
    transform: scale(1.1);
}

.product-cat-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.75rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-cat-content {
    padding: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-cat-content h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.product-cat-content p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 30px;
}

.product-cat-footer {
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.cat-link-elite {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.cat-link-elite:hover {
    gap: 20px;
}

.cat-link-elite i {
    font-size: 1rem;
}

/* Why Accurate Products */
.why-products-elite {
    padding: 140px 0;
    background: var(--secondary-color);
    color: white;
}

.why-card-elite {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 40px;
    height: 100%;
    transition: all 0.4s;
}

.why-card-elite:hover {
    background: rgba(149, 194, 43, 0.1);
    border-color: var(--primary-color);
}

.why-card-elite .icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.why-card-elite h4 {
    color: white;
    font-weight: 800;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .product-cat-card-elite {
        border-radius: 30px;
    }

    .product-cat-content h3 {
        font-size: 1.5rem;
    }
}

/* --- INDIVIDUAL PRODUCT ELITE STYLES --- */

.product-grid-elite {
    padding: 80px 0;
    background: #ffffff;
}

.product-item-elite {
    background: white;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.02);
    text-align: center;
    position: relative;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
}

.product-item-elite:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(149, 194, 43, 0.12);
    border-color: rgba(149, 194, 43, 0.2);
}

.product-item-img {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.5s;
}

.product-item-elite:hover .product-item-img {
    transform: scale(1.08);
}

.product-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-item-info {
    flex-grow: 1;
}

.product-item-info h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-item-info .formulation {
    display: inline-block;
    padding: 6px 15px;
    background: #f1f5f9;
    color: var(--text-light);
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-item-btn {
    margin-top: auto;
}

.btn-product-elite {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    color: var(--secondary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: none;
}

.product-item-elite:hover .btn-product-elite {
    background: var(--primary-color);
    color: white;
}

.product-item-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- INFRASTRUCTURE ELITE STYLES --- */

.infra-roadmap {
    position: relative;
    padding: 60px 0;
}

.roadmap-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.roadmap-item::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: -40px;
    width: 2px;
    background: rgba(149, 194, 43, 0.2);
}

.roadmap-item:last-child::before {
    display: none;
}

.roadmap-dot {
    position: absolute;
    left: 11px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(149, 194, 43, 0.5);
    z-index: 2;
}

.roadmap-content h4 {
    color: var(--secondary-color);
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.roadmap-content p {
    font-size: 0.95rem;
    color: var(--text-light);
}

.iso-cert-elite {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #1e293b 100%);
    border-radius: 30px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    color: white;
}

.iso-cert-elite::after {
    content: 'ISO 9001:2008';
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.infra-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.infra-img-box {
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.infra-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.infra-img-box:hover img {
    transform: scale(1.1);
}

.infra-spec-card {
    background: #f8fafc;
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.infra-spec-card:hover {
    background: white;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

/* --- CAREER ELITE STYLES --- */

.career-perk-card {
    background: white;
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.career-perk-card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
}

.career-perk-card i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 25px;
    display: inline-block;
}

.career-apply-box {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 60px;
    color: white;
    position: relative;
    overflow: hidden;
}

.career-apply-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(149, 194, 43, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.step-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.step-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 15px;
}

/* --- CATALOGUE ELITE STYLES --- */

.pdf-viewport-elite {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.15);
    border: 10px solid #f1f5f9;
    height: 800px;
    position: relative;
}

.pdf-viewport-elite iframe {
    width: 100%;
    height: 100%;
}

.catalogue-download-card {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #1e293b 100%);
    border-radius: 30px;
    padding: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.catalogue-download-card::after {
    content: '\f1c1';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

/* --- HOME ELITE OVERHAUL --- */

.home-hero-elite {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    overflow: hidden;
}

.home-hero-content {
    z-index: 5;
    position: relative;
}

.home-hero-content h1 {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.home-hero-content .highlight {
    color: var(--primary-color);
}

.home-hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    animation: slowZoom 20s infinite alternate;
}

@keyframes slowZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

.home-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.3) 50%, rgba(15, 23, 42, 0) 100%);
    z-index: 2;
}

.floating-stats-bar {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    z-index: 10;
}

.stat-item-home {
    text-align: center;
    color: white;
}

.stat-item-home h4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0;
}

.stat-item-home span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
}

/* --- CONTACT ELITE STYLES --- */

.contact-card-elite {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-card-elite:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-card-elite .icon-box {
    width: 60px;
    height: 60px;
    background: rgba(149, 194, 43, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.contact-form-elite {
    background: white;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.contact-form-elite .form-control {
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 15px 25px;
    height: auto;
    transition: all 0.3s;
}

.contact-form-elite .form-control:focus {
    background: white;
    border-color: var(--primary-color);
    box-shadow: none;
}

.map-container-elite {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   GLOBAL MOBILE RESPONSIVENESS OVERHAUL
   ========================================================================== */

/* Universal Premium Section Paddings on Mobile */
@media (max-width: 768px) {
    .legacy-elite,
    .values-elite,
    .stats-dashboard,
    .journey-section-creative,
    .leadership-section,
    .culture-section,
    .strength-section-elite,
    .ethics-section-elite,
    .products-catalog,
    .why-products-elite,
    .product-grid-elite {
        padding: 60px 0 !important;
    }
}

/* Home Page Hero & Stats Bar Responsiveness */
@media (max-width: 991px) {
    .home-hero-elite {
        height: auto;
        min-height: 100vh;
        padding: 120px 0 60px;
    }

    .home-hero-content {
        text-align: center;
    }

    .home-hero-content h1 {
        font-size: 3.8rem;
    }

    .home-hero-content p {
        margin: 0 auto 30px;
    }

    .floating-stats-bar {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 100%;
        margin-top: 40px;
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
    }
    
    .stat-item-home {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 20px;
    }
    
    .stat-item-home:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 576px) {
    .home-hero-content h1 {
        font-size: 2.8rem;
        letter-spacing: -1px;
    }
    
    .home-hero-content p {
        font-size: 1rem;
    }
}

/* Infrastructure Image Grid & ISO Card Mobile Styles */
@media (max-width: 768px) {
    .infra-img-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .infra-img-box {
        height: 240px;
    }

    .iso-cert-elite {
        padding: 30px 20px;
    }

    .iso-cert-elite::after {
        font-size: 5rem;
    }
}

/* PDF Viewport & Catalogue Download Responsiveness */
@media (max-width: 768px) {
    .pdf-viewport-elite {
        height: 500px;
        border-width: 5px;
    }

    .catalogue-download-card {
        flex-direction: column;
        gap: 25px;
        text-align: center;
        padding: 35px 20px;
    }

    .catalogue-download-card h2 {
        font-size: 1.8rem;
    }
}

/* Legacy Section Mobile Offset Adjustments */
@media (max-width: 576px) {
    .legacy-experience-card {
        bottom: -20px;
        right: -10px;
        padding: 20px 25px;
        border-radius: 20px;
    }

    .legacy-experience-card .years {
        font-size: 2.5rem;
    }

    .legacy-experience-card .text {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    .legacy-content-elite h2 {
        font-size: 2.2rem;
    }
}

/* Executive/Leadership Mobile Image size */
@media (max-width: 576px) {
    .executive-img {
        width: 200px;
        height: 200px;
        border-width: 5px;
    }
}

/* Dealership & Partner Benefit Cards Stack */
@media (max-width: 768px) {
    .benefit-card {
        padding: 28px 20px;
    }
    .dealer-form {
        padding: 30px 20px;
    }
}