/* ============================================
   NSN DELIVERY SERVICES - Premium Stylesheet
   ============================================ */

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* ===== CSS Variables ===== */
:root {
    --primary: #0a1e4f;
    --primary-dark: #061436;
    --primary-light: #1a3a7a;
    --accent: #e31e24;
    --accent-dark: #b8181d;
    --accent-light: #ff3a40;
    --white: #ffffff;
    --light-gray: #f5f7fa;
    --medium-gray: #e8ecf1;
    --text-dark: #1a1a2e;
    --text-gray: #5a6478;
    --text-light: #8a94a6;
    --shadow-sm: 0 2px 8px rgba(10, 30, 79, 0.08);
    --shadow-md: 0 8px 24px rgba(10, 30, 79, 0.12);
    --shadow-lg: 0 16px 48px rgba(10, 30, 79, 0.16);
    --shadow-xl: 0 24px 64px rgba(10, 30, 79, 0.22);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-fast: all 0.2s ease;
}

.navbar-logo{
    display: flex;
    align-items: center;
    text-decoration: none;
   
}

.logo-img{
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
   
}

.logo-img:hover{
    transform: scale(1.05);
}

/* Tablet */
@media (max-width:991px){

    .logo-img{
        width:140px;
    }

}

/* Mobile */
@media (max-width:768px){

    .logo-img{
        width:130px;
        height:auto;
        max-height:55px;
    }

}
/* ===== Reset & Base ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary);
}

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

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

ul, ol {
    list-style: none;
}

button, input, textarea, select {
    font-family: inherit;
    outline: none;
    border: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Utility Classes ===== */
.section-padding {
    padding: 100px 0;
}

.section-padding-sm {
    padding: 60px 0;
}

.bg-light {
    background: var(--light-gray);
}

.bg-white {
    background: var(--white);
}

.bg-primary {
    background: var(--primary);
}

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

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

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

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    display: inline-block;
    color: var(--accent);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title h2 {
    font-size: 2.75rem;
    margin-bottom: 16px;
}

.section-title p {
    color: var(--text-gray);
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.05rem;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.btn-primary {
    background: var(--accent);
    color: var(--white);
    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.25);
}

.btn-primary:hover {
    background: var(--accent-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(227, 30, 36, 0.35);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--primary);
    transform: translateY(-3px);
}

.btn-outline-primary {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-outline-primary:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

.btn-white {
    background: var(--white);
    color: var(--primary);
}

.btn-white:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

.btn .ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ===== Top Bar ===== */
.top-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--primary-dark);
}

.navbar{
    position: fixed;
    top: 42px;   /* Top bar ki height ke barabar */
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

body{
    padding-top: 122px; /* 42px topbar + 80px navbar */
}

@media (max-width:768px){

    .top-bar{
        display:none;
    }

    .navbar{
        top:0;
    }

    body{
        padding-top:70px;
    }

}

/* ===== Navbar ===== */
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 8px 0;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
}

.navbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
    overflow:visible;
}

.navbar-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.logo-img{
    width:180px;
    height:auto;
    display:block;
    object-fit:contain;
}

@media (max-width:768px){

    .navbar .container{
        height:70px;
    }

    .logo-img{
        width:170px;
        height:auto;
    }

    .nav-call-btn{
        display:none;
    }

}

@media (max-width:768px){

    .navbar{
        padding:15px 0;
    }

    .navbar .container{
        min-height:90px;
    }

    .navbar-logo{
        display:flex;
        align-items:center;
        
    }

    .logo-img{
        width:190px !important;
        height:auto !important;
        max-height:none !important;
        object-fit:contain;
        margin-bottom: 30px;
    }

}


.logo-text .logo-sub {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar.scrolled .logo-text .logo-main {
    color: var(--primary);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link {
    padding: 8px 18px;
    color:black;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    transition: var(--transition-fast);
}

.navbar.scrolled .nav-link {
    color: var(--text-dark);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 2px;
    background: red;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent);
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(227, 30, 36, 0.3);
}

.nav-call-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(227, 30, 36, 0.4);
}

.nav-call-btn i {
    font-size: 1rem;
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    z-index: 1100;
    background: transparent;
}

.hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--white);
    border-radius: 4px;
    transition: var(--transition);
}

.navbar.scrolled .hamburger span {
    background: var(--primary);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 340px;
    max-width: 90%;
    height: 100vh;
    background: var(--white);
    z-index: 1050;
    padding: 100px 32px 40px;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 30, 79, 0.6);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .nav-link {
    display: block;
    padding: 14px 0;
    color: var(--text-dark);
    font-size: 1.05rem;
    font-weight: 600;
    border-bottom: 1px solid var(--medium-gray);
}

.mobile-menu .nav-link::after { display: none; }

.mobile-menu .nav-call-btn {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
}

/* ===== Hero Section ===== */
/* .hero {
    margin-top: 120px;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 0 80px;
    color: var(--white);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 30, 79, 0.92) 0%, rgba(26, 58, 122, 0.85) 50%, rgba(10, 30, 79, 0.9) 100%), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    z-index: 1;
}

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

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    pointer-events: none;
}

.shape {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 2;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation: floatShape 20s linear infinite;
}

.shape-2 {
    width: 250px;
    height: 250px;
    bottom: -50px;
    left: -50px;
    animation: floatShape 15s linear infinite reverse;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 30%;
    right: 15%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(227, 30, 36, 0.1);
    border-color: transparent;
    animation: morphShape 12s ease-in-out infinite;
}

@keyframes floatShape {
    0% { transform: rotate(0deg) translate(0, 0); }
    50% { transform: rotate(180deg) translate(20px, 20px); }
    100% { transform: rotate(360deg) translate(0, 0); }
} */

@keyframes morphShape {
    0%, 100% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    50% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}

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

.hero-content {
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(227, 30, 36, 0.15);
    border: 1px solid rgba(227, 30, 36, 0.4);
    border-radius: 50px;
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    animation: fadeInDown 0.8s ease;
}

.hero-badge i {
    color: var(--accent);
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeInUp 0.9s ease 0.2s both;
}

.hero-title .highlight {
    color: var(--accent);
    position: relative;
}

.hero-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(227, 30, 36, 0.3);
    z-index: -1;
}

.hero-description {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    max-width: 680px;
    animation: fadeInUp 0.9s ease 0.4s both;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    animation: fadeInUp 0.9s ease 0.6s both;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    animation: fadeInUp 0.9s ease 0.8s both;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.hero-feature:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: var(--accent);
}

.hero-feature-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius-sm);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hero-feature-text {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
}

/* Scroll Indicator */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: var(--white);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: bounce 2s infinite;
}

.scroll-down .mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 12px;
    position: relative;
}

.scroll-down .mouse::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: var(--white);
    border-radius: 2px;
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 20px; }
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

/* ===== Page Banner (Inner Pages) ===== */
.page-banner {
    margin-top: 14px;
    position: relative;
    padding: 180px 0 80px;
    text-align: center;
    color: var(--white);
    overflow: hidden;
}

.page-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 30, 79, 0.9), rgba(26, 58, 122, 0.85)), url('https://images.unsplash.com/photo-1566576721346-d4a3b4eaeb55?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    z-index: 1;
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner h1 {
    font-size: 3.2rem;
    color: var(--white);
    margin-bottom: 16px;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.breadcrumb a {
    color: rgba(255,255,255,0.8);
}

.breadcrumb a:hover {
    color: var(--accent);
}

.breadcrumb .separator {
    color: var(--accent);
}

.breadcrumb .current {
    color: var(--accent);
    font-weight: 600;
}

/* ===== About Preview Section ===== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image-wrapper {
    position: relative;
}

.about-image-main {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image-main img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.about-image-main:hover img {
    transform: scale(1.05);
}

.about-image-badge {
    position: absolute;
    bottom: 40px;
    left: -40px;
    background: var(--white);
    padding: 24px 32px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 4px solid var(--accent);
}

.about-image-badge-icon {
    width: 50px;
    height: 50px;
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.about-image-badge-text .number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.about-image-badge-text .label {
    font-size: 0.85rem;
    color: var(--text-gray);
    font-weight: 500;
}

.experience-badge {
    position: absolute;
    top: 30px;
    right: -30px;
    background: var(--primary);
    color: var(--white);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(10, 30, 79, 0.3);
    border: 6px solid var(--white);
}

.experience-badge .exp-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.experience-badge .exp-text {
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 4px;
}

.about-content .section-subtitle {
    display: inline-block;
}

.about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about-content > p {
    color: var(--text-gray);
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.about-feature-item i {
    width: 28px;
    height: 28px;
    background: rgba(227, 30, 36, 0.1);
    color: var(--accent);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--medium-gray);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-number span {
    color: var(--accent);
}

.stat-label {
    font-size: 0.88rem;
    color: var(--text-gray);
    font-weight: 500;
}

/* ===== Services Section ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    border: 1px solid var(--medium-gray);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}

.service-card-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(10, 30, 79, 0.7));
}

.service-card-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.3);
    transition: var(--transition);
}

.service-card:hover .service-card-icon {
    transform: rotateY(180deg);
    background: var(--white);
    color: var(--accent);
}

.service-card-content {
    padding: 30px;
}

.service-card-content h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    transition: var(--transition-fast);
}

.service-card:hover .service-card-content h3 {
    color: var(--accent);
}

.service-card-content p {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.service-card-link i {
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-link {
    color: var(--accent);
}

.service-card:hover .service-card-link i {
    transform: translateX(6px);
}

/* Service Detail Section (services page) */
.service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 100px;
}

.service-detail:nth-child(even) {
    direction: rtl;
}

.service-detail:nth-child(even) > * {
    direction: ltr;
}

.service-detail-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
}

.service-detail-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.service-detail-icon-box {
    width: 80px;
    height: 80px;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
}

.service-detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.service-detail-content > p {
    color: var(--text-gray);
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.service-benefits {
    margin-bottom: 30px;
}

.service-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.service-benefit-item i {
    color: var(--accent);
    margin-top: 4px;
    font-size: 1.1rem;
}

.service-benefit-item span {
    font-weight: 500;
}

/* ===== Why Choose Us ===== */
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-us-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--medium-gray);
    position: relative;
    overflow: hidden;
}

.why-us-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.why-us-card:hover::before {
    transform: scaleX(1);
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.why-us-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 24px;
    transition: var(--transition);
}

.why-us-card:hover .why-us-icon {
    background: var(--accent);
    transform: rotateY(360deg);
}

.why-us-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.why-us-card p {
    color: var(--text-gray);
    font-size: 0.95rem;
}

/* ===== Process Section ===== */
.process-wrapper {
    position: relative;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--primary), var(--accent));
    z-index: 1;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.process-step-number {
    width: 100px;
    height: 100px;
    background: var(--white);
    border: 3px solid var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 2.2rem;
    color: var(--primary);
    font-weight: 800;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.15);
}

.process-step:hover .process-step-number {
    background: var(--accent);
    color: var(--white);
    transform: scale(1.1);
}

.process-step-icon {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border: 3px solid var(--white);
}

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.process-step p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* ===== Statistics Section ===== */
.stats-section {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 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");
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.stat-card {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.stat-card-icon {
    width: 70px;
    height: 70px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    box-shadow: 0 10px 30px rgba(227, 30, 36, 0.3);
}

.stat-card-number {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-card-label {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ===== Testimonials ===== */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: var(--white);
    padding: 36px 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    border: 1px solid var(--medium-gray);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 10px;
    right: 24px;
    font-size: 6rem;
    font-family: Georgia, serif;
    color: var(--accent);
    opacity: 0.15;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.testimonial-stars {
    color: #ffc107;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.testimonial-text {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin-bottom: 24px;
    font-style: italic;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--medium-gray);
}

.testimonial-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}

.testimonial-info h4 {
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.testimonial-info span {
    font-size: 0.85rem;
    color: var(--text-gray);
}

/* ===== CTA Section ===== */
.cta-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(10, 30, 79, 0.95), rgba(227, 30, 36, 0.85)), url('https://images.unsplash.com/photo-1580674285054-bed31e145f59?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover no-repeat fixed;
    color: var(--white);
    text-align: center;
    overflow: hidden;
}

.cta-section h2 {
    font-size: 2.8rem;
    color: var(--white);
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 1.15rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background: #25d366;
    color: white;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    background: #1fb957;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4);
}

/* ===== Footer ===== */
.footer {
    background: var(--primary-dark);
    color: rgba(255, 255, 255, 0.75);
    padding-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 50px;
    padding-bottom: 60px;
}

.footer-col h4 {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 14px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-logo .logo-main {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
}

.footer-logo .logo-sub {
    font-size: 0.7rem;
    color: var(--accent);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-about p {
    margin-bottom: 24px;
    line-height: 1.8;
}

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

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--accent);
    transform: translateY(-4px);
}

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

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-fast);
}

.footer-links a::before {
    content: '›';
    color: var(--accent);
    font-weight: 700;
    font-size: 1.1rem;
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 6px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    line-height: 1.5;
}

.footer-contact i {
    width: 36px;
    height: 36px;
    background: rgba(227, 30, 36, 0.15);
    color: var(--accent);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.footer-contact a:hover {
    color: var(--accent);
}

.footer-newsletter p {
    margin-bottom: 20px;
}

.newsletter-form {
    position: relative;
    margin-bottom: 20px;
}

.newsletter-form input {
    width: 100%;
    padding: 14px 55px 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-sm);
    color: var(--white);
    font-size: 0.9rem;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 46px;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition-fast);
}

.newsletter-form button:hover {
    background: var(--accent-dark);
}

.footer-map {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-top: 16px;
    border: 2px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    text-align: center;
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--accent);
    font-weight: 500;
}

/* ===== Floating Buttons ===== */
.floating-btn {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
    transition: var(--transition);
    text-decoration: none;
}

.floating-btn:hover {
    transform: scale(1.1) translateY(-3px);
}

.whatsapp-float {
    background: #25d366;
    bottom: 24px;
    right: 24px;
    animation: floatPulse 2s infinite;
}

.call-float {
    background: var(--accent);
    bottom: 90px;
    right: 24px;
}

.whatsapp-float:hover { background: #1fb957; color: white; }
.call-float:hover { background: var(--accent-dark); color: white; }

@keyframes floatPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.5); }
    50% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4), 0 0 0 15px rgba(37, 211, 102, 0); }
}

.back-to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border: none;
    box-shadow: var(--shadow-md);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--accent);
    transform: translateY(-4px);
}

/* ===== Tracking Page ===== */
.tracking-section {
    padding: 0 0 100px;
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.tracking-box {
    background: var(--white);
    padding: 50px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

.tracking-form {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}

.tracking-form input {
    flex: 1;
    padding: 18px 24px;
    border: 2px solid var(--medium-gray);
    border-radius: var(--radius-sm);
    font-size: 1rem;
    transition: var(--transition-fast);
}

.tracking-form input:focus {
    border-color: var(--accent);
}

.tracking-result {
    display: none;
    animation: fadeInUp 0.6s ease;
}

.tracking-result.active {
    display: block;
}

.shipment-status {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    padding: 30px;
    border-radius: var(--radius-md);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #22c55e;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.shipment-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.shipment-info-item {
    padding: 20px;
    background: var(--light-gray);
    border-radius: var(--radius-md);
}

.shipment-info-item .label {
    font-size: 0.8rem;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.shipment-info-item .value {
    font-weight: 600;
    color: var(--primary);
    font-size: 1.05rem;
}

.shipment-timeline {
    position: relative;
    padding: 20px 0;
}

.shipment-timeline::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: 3px;
    background: var(--medium-gray);
}

.shipment-timeline-progress {
    position: absolute;
    top: 24px;
    left: 24px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #22c55e);
    width: 75%;
    transition: width 1.5s ease;
}

.timeline-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    position: relative;
}

.timeline-step {
    text-align: center;
    position: relative;
}

.timeline-step-icon {
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 3px solid var(--medium-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--text-light);
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

.timeline-step.completed .timeline-step-icon {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--white);
}

.timeline-step.active .timeline-step-icon {
    background: #22c55e;
    border-color: #22c55e;
    color: var(--white);
    animation: pulse 1.5s infinite;
}

.timeline-step-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-dark);
    margin-bottom: 4px;
}

.timeline-step.completed .timeline-step-label,
.timeline-step.active .timeline-step-label {
    color: var(--primary);
}

.timeline-step-date {
    font-size: 0.8rem;
    color: var(--text-gray);
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
    70% { box-shadow: 0 0 0 15px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* ===== Contact Page ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: var(--transition);
    border: 1px solid var(--medium-gray);
}

.contact-info-card:hover {
    transform: translateX(-8px);
    box-shadow: var(--shadow-md);
    border-left: 4px solid var(--accent);
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.contact-info-card:hover .contact-info-icon {
    background: var(--accent);
}

.contact-info-text h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.contact-info-text p, .contact-info-text a {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-info-text a:hover {
    color: var(--accent);
}

.contact-form-wrapper {
    background: var(--white);
    padding: 50px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--medium-gray);
}

.contact-form-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.contact-form-wrapper > p {
    color: var(--text-gray);
    margin-bottom: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.form-group label .required {
    color: var(--accent);
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--medium-gray);
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    transition: var(--transition-fast);
    background: var(--white);
}

.form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.08);
}

textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.form-error {
    color: var(--accent);
    font-size: 0.8rem;
    margin-top: 4px;
    display: none;
}

.form-group.error .form-control {
    border-color: var(--accent);
}

.form-group.error .form-error {
    display: block;
}

.form-success {
    background: #dcfce7;
    color: #166534;
    padding: 16px;
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
    display: none;
    font-weight: 500;
}

.form-success.active {
    display: block;
    animation: fadeInUp 0.4s ease;
}

.map-section {
    padding: 0;
}

.map-container {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
    filter: grayscale(0.1);
}

.map-placeholder {
    width: 100%;
    height: 450px;
    background: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    color: var(--text-gray);
}

.map-placeholder i {
    font-size: 4rem;
    color: var(--accent);
}

/* ===== About Page Specific ===== */
.ceo-section {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.ceo-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.ceo-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.ceo-signature {
    margin-top: 20px;
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
    color: var(--primary);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    text-align: center;
    padding: 32px 20px;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border-top: 4px solid transparent;
}

.value-card:hover {
    transform: translateY(-8px);
    border-top-color: var(--accent);
    box-shadow: var(--shadow-lg);
}

.value-card i {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 16px;
}

.value-card h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 0.9rem;
    color: var(--text-gray);
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mvv-card {
    padding: 40px 30px;
    background: var(--white);
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.mvv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
}

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

.mvv-card > * {
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

.mvv-card i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 20px;
}

.mvv-card h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.mvv-card p {
    color: var(--text-gray);
}

.mvv-card:hover i,
.mvv-card:hover h3,
.mvv-card:hover p {
    color: var(--white);
}

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

.team-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-align: center;
}

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

.team-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.08);
}

.team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    padding: 14px;
    background: linear-gradient(to top, rgba(10, 30, 79, 0.9), transparent);
    display: flex;
    gap: 10px;
    justify-content: center;
    transition: bottom 0.4s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-social a {
    width: 36px;
    height: 36px;
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

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

.team-info {
    padding: 24px 20px;
}

.team-info h4 {
    font-size: 1.15rem;
    margin-bottom: 4px;
}

.team-info span {
    color: var(--accent);
    font-size: 0.88rem;
    font-weight: 500;
}

.company-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.company-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary);
    transform: translateX(-50%);
}

.tl-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

.tl-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.tl-item:nth-child(even) {
    left: 50%;
}

.tl-item::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 4px solid var(--accent);
    border-radius: 50%;
    z-index: 2;
}

.tl-item:nth-child(odd)::before { right: -10px; }
.tl-item:nth-child(even)::before { left: -10px; }

.tl-content {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.tl-content:hover {
    transform: scale(1.03);
}

.tl-year {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.tl-content h4 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.tl-content p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* ===== Animation Classes ===== */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.zoom-in {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.zoom-in.visible {
    opacity: 1;
    transform: scale(1);
}

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

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
