﻿/* ========================================
   THITE POULTRY ALLIANCES - PREMIUM CSS
   ======================================== */

:root {
    --primary: #0E7A4B;
    --primary-dark: #053B2D;
    --primary-light: #0f9a5f;
    --gold: #F9B208;
    --gold-light: #fbc940;
    --white: #FFFFFF;
    --light-bg: #F8FAFC;
    --dark-text: #0F172A;
    --text-muted: #64748B;
    --text-light: #94A3B8;
    --border-light: rgba(255, 255, 255, 0.18);
    --glass-bg: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   FONTS & BASE
   ======================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--dark-text);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

p { color: var(--text-muted); line-height: 1.7; }

a { text-decoration: none; color: var(--primary); transition: var(--transition); }

img { max-width: 100%; height: auto; }

/* ========================================
   PRELOADER
   ======================================== */
.preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--primary-dark);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.preloader-content { text-align: center; }
.preloader-logo {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 20px;
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}
.preloader-bar {
    width: 180px;
    height: 3px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.preloader-progress {
    width: 0%;
    height: 100%;
    background: var(--gold);
    border-radius: 10px;
    animation: loading 1.5s ease-in-out forwards;
}
@keyframes loading {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* ========================================
   NAVIGATION
   ======================================== */
.navbar {
    padding: 8px 0;
    transition: var(--transition);
    z-index: 1000;
}
.navbar.scrolled {
    background: rgba(5, 59, 45, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-icon {
    font-size: 2rem;
    color: var(--gold);
    line-height: 1;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.5px;
}
.brand-sub {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar.scrolled .brand-name { color: var(--white); }
.navbar.scrolled .brand-sub { color: var(--gold); }

.nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 8px 16px !important;
    transition: var(--transition);
    position: relative;
}
.nav-link:hover, .nav-link.active { color: var(--white) !important; }
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 16px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
}
.nav-link:hover::after, .nav-link.active::after { width: calc(100% - 32px); }

.nav-cta {
    background: var(--gold) !important;
    color: var(--dark-text) !important;
    border-radius: 50px !important;
    padding: 8px 24px !important;
    margin-left: 8px;
    font-weight: 600 !important;
}
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }
.nav-cta::after { display: none; }

.navbar-toggler {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 6px 10px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #02211a;
}

/* Background */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(14,122,75,0.7) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 60%, rgba(5,59,45,0.8) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 15%, rgba(249,178,8,0.1) 0%, transparent 40%);
}

/* Glow orbs */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    animation: glowPulse 8s ease-in-out infinite alternate;
}
.hero-glow-1 {
    width: 500px; height: 500px;
    background: rgba(14,122,75,0.2);
    top: -15%; left: -10%;
}
.hero-glow-2 {
    width: 400px; height: 400px;
    background: rgba(249,178,8,0.06);
    bottom: -10%; right: -5%;
    animation-delay: -4s;
}
@keyframes glowPulse {
    0% { opacity: 0.4; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.2); }
}

/* Particles */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 80px 0 80px;
}
.hero-row {
    align-items: center;
    min-height: calc(100vh - 160px);
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.badge-dot {
    display: inline-block;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px rgba(249,178,8,0.6);
    animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Title */
.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: var(--white);
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    line-height: 1.12;
}
.hero-highlight {
    background: linear-gradient(135deg, var(--gold) 0%, #fcd34d 50%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: shimmer 3s linear infinite;
}
@keyframes shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Subtitle */
.hero-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.68);
    max-width: 580px;
    margin-bottom: 30px;
    line-height: 1.75;
}
.hero-subtitle strong {
    color: var(--white);
    font-weight: 600;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.btn-hero-primary,
.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: var(--transition-slow);
}
.btn-hero-primary {
    background: var(--gold);
    color: var(--dark-text);
    box-shadow: 0 8px 28px rgba(249,178,8,0.3);
}
.btn-hero-primary:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(249,178,8,0.4);
    color: var(--dark-text);
}
.btn-hero-outline {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.25);
}
.btn-hero-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
    color: var(--white);
    transform: translateY(-3px);
}

/* Stats */
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.hero-stat {
    text-align: center;
    min-width: 70px;
}
.hs-num {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
}
.hs-suffix {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold);
}
.hs-label {
    display: block;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 500;
}

/* Right Visual Column */
.hero-visual-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-visual {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
}
.hv-center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 70px; height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #fbbf24);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--dark-text);
    z-index: 2;
    box-shadow: 0 0 50px rgba(249,178,8,0.35);
    animation: centerPulse 3s ease-in-out infinite;
}
@keyframes centerPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(249,178,8,0.25); }
    50% { box-shadow: 0 0 70px rgba(249,178,8,0.5); }
}
.hv-card {
    position: absolute;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    animation: hvFloat 5s ease-in-out infinite;
}
.hv-card:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(249,178,8,0.25);
}
.hv-card i {
    font-size: 1rem;
    color: var(--gold);
}
.hv-card span {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    white-space: nowrap;
}
.hv-card-1 { top: 5%; right: 5%; animation-delay: 0s; }
.hv-card-2 { bottom: 30%; right: 0; animation-delay: -1.5s; }
.hv-card-3 { bottom: 5%; left: 5%; animation-delay: -3s; }
.hv-card-4 { top: 30%; left: 0; animation-delay: -4s; }
@keyframes hvFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 10;
}
.hero-scroll span {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.scroll-mouse {
    width: 22px;
    height: 34px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}
.scroll-wheel {
    width: 3px;
    height: 7px;
    background: var(--gold);
    border-radius: 3px;
    animation: scrollWheel 2s ease-in-out infinite;
}
@keyframes scrollWheel {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(12px); }
}
/* ========================================
   SECTION COMMONS
   ======================================== */
section { padding: 100px 0; position: relative; }

.section-tag {
    display: inline-block;
    background: rgba(14,122,75,0.08);
    color: var(--primary);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--dark-text);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.section-title span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section-desc {
    font-size: 1.05rem;
    max-width: 650px;
    margin: 0 auto;
    color: var(--text-muted);
}

/* Glass Card */
.glass-card {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: var(--radius-md);
    padding: 30px;
    transition: var(--transition-slow);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: rgba(14,122,75,0.2);
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about-section {
    background: var(--white);
    padding: 120px 0;
}
.about-visual {
    position: relative;
}
.about-card {
    padding: 40px;
    border-radius: var(--radius-lg);
}
.about-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 20px;
}
.about-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark-text);
}
.about-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}
.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 4px;
}
.about-stats span {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* About Divisions */
.about-divisions {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.about-div-card {
    padding: 30px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(14,122,75,0.1);
    transition: var(--transition);
    position: relative;
}
.about-div-card:hover {
    border-color: rgba(14,122,75,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.about-div-card.om-traders {
    background: linear-gradient(135deg, rgba(14,122,75,0.03), rgba(249,178,8,0.03));
}
.about-div-card.thite-poultry {
    background: linear-gradient(135deg, rgba(5,59,45,0.03), rgba(14,122,75,0.03));
}
.div-card-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 12px;
}
.about-div-card.om-traders .div-card-badge {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
}
.about-div-card.thite-poultry .div-card-badge {
    background: linear-gradient(135deg, var(--primary-dark), #022c1e);
    color: var(--white);
}
.about-div-card h3 {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--dark-text);
}
.div-tag {
    font-size: 0.75rem;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-div-card p {
    font-size: 0.9rem;
    margin-top: 8px;
    color: var(--text-muted);
}
.about-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 30px;
}
.divider-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}
.divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, var(--gold), var(--primary), var(--gold));
}

/* ========================================
   DIVISIONS SECTION
   ======================================== */
.divisions-section { padding: 0; }
.divisions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}
.division-panel {
    position: relative;
    padding: 80px 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.division-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}
.om-traders-panel { background: linear-gradient(135deg, #0E7A4B 0%, #053B2D 100%); }
.om-traders-panel .division-overlay {
    background: 
        radial-gradient(ellipse at 30% 50%, rgba(249,178,8,0.1) 0%, transparent 70%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.thite-panel { background: linear-gradient(135deg, #053B2D 0%, #022c1e 100%); }
.thite-panel .division-overlay {
    background: 
        radial-gradient(ellipse at 70% 50%, rgba(249,178,8,0.08) 0%, transparent 70%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.division-content {
    position: relative;
    z-index: 1;
    max-width: 500px;
}
.division-badge {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    color: var(--gold);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.division-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--white);
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.division-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    margin-bottom: 30px;
}
.division-services {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.division-services li {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.division-services li:last-child { border-bottom: none; }
.division-services li i {
    color: var(--gold);
    font-size: 1rem;
}
.btn-division {
    background: var(--gold);
    color: var(--dark-text) !important;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    box-shadow: 0 8px 30px rgba(249,178,8,0.25);
}
.btn-division:hover { background: var(--gold-light); transform: translateY(-3px); }
.btn-division-alt {
    background: transparent;
    color: var(--white) !important;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: var(--transition);
}
.btn-division-alt:hover { background: rgba(255,255,255,0.1); border-color: var(--white); transform: translateY(-3px); }

/* ========================================
   SOLUTIONS JOURNEY
   ======================================== */
.solutions-section {
    background: var(--light-bg);
    padding: 120px 0;
}
.journey-container {
    position: relative;
}
.journey-line {
    display: none;
}
.journey-card {
    text-align: center;
    padding: 30px 20px;
    min-height: 280px;
    position: relative;
    z-index: 1;
}
.journey-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(14,122,75,0.06);
    line-height: 1;
}
.journey-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
    font-size: 1.3rem;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(14,122,75,0.2);
}
.journey-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 10px;
}
.journey-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ========================================
   WHY US / FEATURES
   ======================================== */
.why-us-section {
    background: var(--white);
    padding: 120px 0;
}
.feature-card {
    text-align: center;
    padding: 35px 25px;
    margin-bottom: 24px;
}
.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(14,122,75,0.08), rgba(249,178,8,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: var(--primary);
    transition: var(--transition);
}
.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    transform: scale(1.1);
}
.feature-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 10px;
}
.feature-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
}

/* ========================================
   INDUSTRIES
   ======================================== */
.industries-section {
    background: var(--light-bg);
    padding: 120px 0;
}
.industry-card {
    padding: 35px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.industry-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.3rem;
    color: var(--white);
    box-shadow: 0 8px 25px rgba(14,122,75,0.15);
    transition: var(--transition);
}
.industry-card:hover .industry-icon {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, var(--gold), #fbbf24);
}
.industry-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 8px;
}
.industry-card p {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* ========================================
   BRANDS
   ======================================== */
.brands-section {
    background: var(--white);
    padding: 120px 0;
}
.brand-logo {
    background: var(--light-bg);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--radius-md);
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}
.brand-logo:hover {
    border-color: var(--primary);
    box-shadow: 0 10px 40px rgba(14,122,75,0.1);
    transform: translateY(-5px);
}
.brand-logo i {
    font-size: 2.5rem;
    color: var(--text-light);
    transition: var(--transition);
}
.brand-logo:hover i { color: var(--primary); }
.brand-logo span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark-text);
}

/* ========================================
   KNOWLEDGE CENTER
   ======================================== */
.knowledge-section {
    background: var(--light-bg);
    padding: 120px 0;
}
.knowledge-card {
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
}
.knowledge-img {
    height: 180px;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,0.3);
}
.knowledge-body {
    padding: 25px;
}
.knowledge-cat {
    display: inline-block;
    background: rgba(14,122,75,0.08);
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.knowledge-body h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark-text);
}
.knowledge-body p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 16px;
}
.knowledge-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}
.knowledge-link:hover { gap: 12px; color: var(--primary-dark); }

/* ========================================
   GALLERY
   ======================================== */
.gallery-section {
    background: var(--white);
    padding: 120px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 16px;
}
.gallery-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--transition-slow);
    position: relative;
    overflow: hidden;
}
.gallery-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14,122,75,0.8), transparent);
    opacity: 0;
    transition: var(--transition);
}
.gallery-img:hover::after { opacity: 1; }
.gallery-img i {
    font-size: 2.5rem;
    color: var(--text-light);
    transition: var(--transition);
    z-index: 1;
}
.gallery-img span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    transition: var(--transition);
    z-index: 1;
}
.gallery-img:hover i { color: var(--white); transform: scale(1.2); }
.gallery-img:hover span { color: var(--white); }
.gallery-item:nth-child(1) .gallery-img { background: linear-gradient(135deg, #0E7A4B, #053B2D); }
.gallery-item:nth-child(1) .gallery-img i,
.gallery-item:nth-child(1) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(2) .gallery-img { background: linear-gradient(135deg, #053B2D, #022c1e); }
.gallery-item:nth-child(2) .gallery-img i,
.gallery-item:nth-child(2) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(3) .gallery-img { background: linear-gradient(135deg, #F9B208, #e5a207); }
.gallery-item:nth-child(3) .gallery-img i,
.gallery-item:nth-child(3) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(4) .gallery-img { background: linear-gradient(135deg, #64748B, #475569); }
.gallery-item:nth-child(4) .gallery-img i,
.gallery-item:nth-child(4) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(5) .gallery-img { background: linear-gradient(135deg, #0f9a5f, #0E7A4B); }
.gallery-item:nth-child(5) .gallery-img i,
.gallery-item:nth-child(5) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(6) .gallery-img { background: linear-gradient(135deg, #475569, #334155); }
.gallery-item:nth-child(6) .gallery-img i,
.gallery-item:nth-child(6) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(7) .gallery-img { background: linear-gradient(135deg, #022c1e, #0E7A4B); }
.gallery-item:nth-child(7) .gallery-img i,
.gallery-item:nth-child(7) .gallery-img span { color: rgba(255,255,255,0.5); }
.gallery-item:nth-child(8) .gallery-img { background: linear-gradient(135deg, #F9B208, #c69007); }
.gallery-item:nth-child(8) .gallery-img i,
.gallery-item:nth-child(8) .gallery-img span { color: rgba(255,255,255,0.5); }

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials-section {
    background: 
        linear-gradient(135deg, rgba(14,122,75,0.03), rgba(5,59,45,0.05)),
        var(--white);
    padding: 120px 0;
}
.testimonial-card {
    padding: 30px;
    margin-bottom: 24px;
}
.testimonial-quote {
    font-size: 2rem;
    color: rgba(14,122,75,0.15);
    margin-bottom: 16px;
    line-height: 1;
}
.testimonial-text {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.7;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.author-avatar {
    font-size: 2.2rem;
    color: var(--text-light);
}
.author-info strong {
    font-size: 0.9rem;
    color: var(--dark-text);
}
.author-info span {
    font-size: 0.78rem;
    color: var(--text-muted);
    display: block;
}

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-section {
    background: var(--light-bg);
    padding: 120px 0;
}
.contact-info {
    padding: 40px;
    height: 100%;
}
.contact-info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark-text);
}
.contact-info > p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 30px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.contact-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(14,122,75,0.1), rgba(14,122,75,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--primary);
    flex-shrink: 0;
}
.contact-item strong {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}
.contact-item p {
    font-size: 0.9rem;
    color: var(--dark-text);
    font-weight: 500;
}
.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: var(--white);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: var(--transition);
}
.whatsapp-link:hover { background: #1ea952; color: var(--white); }
.contact-map iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: var(--radius-md);
}
.contact-form-wrapper {
    padding: 40px;
}
.contact-form-wrapper h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--dark-text);
}
.contact-form .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--dark-text);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    font-size: 0.9rem;
    background: var(--white);
    transition: var(--transition);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(14,122,75,0.1);
    outline: none;
}
.contact-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}
.btn-submit {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    transition: var(--transition);
    box-shadow: 0 8px 25px rgba(14,122,75,0.25);
    width: 100%;
}
.btn-submit:hover {
    background: linear-gradient(135deg, var(--primary-dark), #022c1e);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(14,122,75,0.35);
    color: var(--white);
}

/* ========================================
   FOOTER
   ======================================== */
.footer-section {
    background: linear-gradient(135deg, #022c1e 0%, #053B2D 50%, #022c1e 100%);
    color: var(--white);
}
.footer-top { padding: 80px 0 50px; }
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.footer-logo .brand-icon { color: var(--gold); }
.footer-logo .brand-name { color: var(--white); }
.footer-logo .brand-sub { color: var(--gold); }
.footer-desc {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    margin-bottom: 24px;
    max-width: 300px;
}
.footer-social {
    display: flex;
    gap: 12px;
}
.footer-social a {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    transition: var(--transition);
}
.footer-social a:hover {
    background: var(--gold);
    color: var(--dark-text);
    transform: translateY(-3px);
}
.footer-heading {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    transition: var(--transition);
}
.footer-links a:hover {
    color: var(--gold);
    padding-left: 5px;
}
.footer-contact li {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contact li i { color: var(--gold); font-size: 0.9rem; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
}
.copyright {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.footer-credit {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    margin: 0;
}
.footer-credit a {
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    transition: var(--transition);
}
.footer-credit a:hover { color: var(--gold); }

.footer-legal {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: var(--transition);
}
.footer-legal:hover { color: var(--gold); }
.footer-sep {
    color: rgba(255,255,255,0.2);
    margin: 0 8px;
    font-size: 0.8rem;
}

/* ========================================
   BACK TO TOP
   ======================================== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
    box-shadow: 0 6px 25px rgba(14,122,75,0.3);
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    background: var(--gold);
    color: var(--dark-text);
    transform: translateY(-5px);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1199px) {
    .division-content { max-width: 100%; }
    .division-panel { padding: 60px 30px; }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-stats { gap: 20px; }
    .hs-num { font-size: 1.5rem; }
    .hv-card { padding: 10px 14px; }
    .hv-card span { font-size: 0.72rem; }
}

@media (max-width: 991px) {
    .divisions-grid { grid-template-columns: 1fr; }
    .navbar { background: rgba(5, 59, 45, 0.98); backdrop-filter: blur(20px); padding: 10px 0; }
    .navbar-collapse {
        background: rgba(5, 59, 45, 0.98);
        backdrop-filter: blur(20px);
        margin: 10px -12px 0;
        padding: 20px;
        border-radius: var(--radius-md);
    }
    .nav-cta { margin-left: 0; margin-top: 8px; text-align: center; }
    .nav-link::after { display: none; }
    .hero-section { padding: 0 16px; }
    .hero-content { padding: 60px 0 60px; }
    .hero-row { min-height: calc(100vh - 120px); }
    .hero-title { font-size: 2.2rem; text-align: center; }
    .hero-subtitle { font-size: 0.95rem; text-align: center; max-width: 100%; }
    .hero-buttons { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-badge { margin-left: auto; margin-right: auto; display: flex; width: fit-content; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    section { padding: 70px 0; }
    .about-section, .solutions-section,
    .why-us-section, .industries-section,
    .brands-section, .knowledge-section,
    .gallery-section, .testimonials-section,
    .contact-section { padding: 70px 0; }
    .hero-section { padding: 0 16px; }
    .hero-title { font-size: 1.8rem; text-align: center; }
    .hero-subtitle { text-align: center; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn-hero-primary, .btn-hero-outline { width: 100%; max-width: 320px; justify-content: center; }
    .hero-stats { gap: 16px; justify-content: center; }
    .hero-stat { min-width: 60px; }
    .hs-num { font-size: 1.4rem; }
    .hs-label { font-size: 0.6rem; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 10px; }
    .gallery-item-wide { grid-column: span 1; }
    .gallery-item-tall { grid-row: span 1; }
    .division-title { font-size: 1.8rem; }
    .contact-form-wrapper, .contact-info { padding: 25px; }
    .footer-top { padding: 50px 0 30px; }
}

@media (max-width: 575px) {
    .hero-section { padding: 0 12px; }
    .hero-row { min-height: calc(100vh - 100px); }
    .hero-badge { font-size: 0.68rem; padding: 7px 16px; margin-bottom: 16px; }
    .hero-title { font-size: 1.6rem; letter-spacing: -0.5px; text-align: center; }
    .hero-subtitle { font-size: 0.88rem; margin-bottom: 24px; text-align: center; }
    .hero-buttons { gap: 10px; margin-bottom: 28px; }
    .hero-stats { gap: 12px; }
    .hero-stat { min-width: 55px; }
    .hs-num { font-size: 1.2rem; }
    .section-title { font-size: 1.6rem; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; gap: 8px; }
    .btn-hero-primary, .btn-hero-outline { padding: 12px 20px; font-size: 0.85rem; }
}

/* ========================================
   ANIMATIONS
   ======================================== */
[data-aos] {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Swiper custom styles */
.brandsSwiper { padding: 20px 0; }
.swiper-slide { height: auto; }

/* Form message */
#formMessage .alert {
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    padding: 12px 16px;
    margin-bottom: 16px;
}

/* ========================================
   DIVISION CARDS
   ======================================== */
.division-card {
    padding: 30px 24px;
    height: 100%;
    text-align: center;
}
.division-card-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.4rem;
}
.bg-primary-green { background: linear-gradient(135deg, #0E7A4B, #053B2D); color: #fff; }
.bg-gold { background: linear-gradient(135deg, #F9B208, #fbbf24); color: #0F172A; }
.bg-dark-green { background: linear-gradient(135deg, #053B2D, #022c1e); color: #fff; }
.division-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 14px;
}
.division-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    text-align: left;
    display: inline-block;
}
.division-list li {
    font-size: 0.82rem;
    color: #64748B;
    padding: 4px 0;
    padding-left: 18px;
    position: relative;
}
.division-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #0E7A4B;
}
.btn-outline-green {
    border: 1.5px solid #0E7A4B;
    color: #0E7A4B;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-outline-green:hover {
    background: #0E7A4B;
    color: #fff;
}

/* ========================================
   CONTACT BUSINESS HOURS
   ======================================== */
.business-hours {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.business-hours h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.business-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.business-hours li {
    font-size: 0.82rem;
    color: #64748B;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
}
.business-hours li span:last-child {
    font-weight: 600;
    color: #0F172A;
}
.service-areas {
    margin-top: 16px;
}
.service-areas h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.service-areas p {
    font-size: 0.8rem;
    color: #64748B;
    line-height: 1.8;
}


/* ========================================
   CAPTCHA
   ======================================== */
.captcha-box {
    position: relative;
}
.captcha-box .form-control {
    padding-right: 168px;
}
.captcha-question {
    position: absolute;
    right: 30px;
    top: 2px;
    bottom: 2px;
    background: rgba(14,122,75,0.08);
    color: #0E7A4B;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 0 0 0 0;
    pointer-events: none;
}
.captcha-refresh {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 30px;
    background: rgba(14,122,75,0.08);
    color: #0E7A4B;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    transition: all 0.3s ease;
}
.captcha-refresh:hover {
    background: #0E7A4B;
    color: #fff;
}
