.values-section {
    background-size: cover;
    background-position: center;
}

.value-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.value-img {
    position: relative;
}

.value-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.value-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--theme-color);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 50px;
}

.value-content {
    padding: 25px;
    text-align: center;
}

.value-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.value-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}


.hero-style2 {
    padding: 165px 0 120px 0;
}

.header-layout5 .logo-shape {
    background: none;
}
.header-layout5 .menu-area {
    background: none;
}
.header-layout5 .main-menu > ul > li > a {
    color: black;
}

.header-layout5 .header-top a, .header-layout5 .header-top li, .header-layout5 .header-top p, .header-layout5 .header-top span, .header-layout5 .header-top i {
    color: white;
}

.th-btn .btn-text::before {
    color: white;
}

.hero-2 .th-hero-bg:before {
    background: linear-gradient(270deg, rgb(3 6 14 / 10%), rgb(3 6 14 / 30%));
}

.service-text-box {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    border: 1px solid #eee;
}

.service-text-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #3D7BAF;
}

.service-text-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #3D7BAF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text-box .icon i {
    color: #fff;
    font-size: 28px;
}

.service-text-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-text-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.trust-section {
    background-color: #ffffff;
}

.trust-section .sec-title {
    font-size: 36px;
    line-height: 1.25;
}

.trust-box {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    height: 100%;
}

.trust-box h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.trust-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.trust-image img {
    max-width: 90%;
    border-radius: 18px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .trust-section .sec-title {
        font-size: 28px;
    }

    .trust-image img {
        max-width: 100%;
    }
}

.bg-theme {
    background-color: #1e1e1e !important;
}

/*css for groups that for landing page*/
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-bg: #f8f9fa;
    --border-color: #dee2e6;
    --theme-color: #b59d64; /* Added missing variable */
}

body {
    background-color: #f5f7f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table tfoot > tr > th:first-child, .table thead > tr > th:first-child, .table tr th:first-child, .table tr td:first-child{
    padding-left: 0;
}

.card {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 10px 10px 0 0 !important;
    padding: 1rem 1.5rem;
}

.group-filter-btn {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    transition: all 0.3s;
    border-radius: 8px;
    padding: 0.6rem 0.8rem;
}

.group-filter-btn:hover, .group-filter-btn.active {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flight-table {
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.flight-table th {
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.flight-table td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
}

.flight-table tr:last-child td {
    border-bottom: none;
}

.flight-table tr:hover {
    background-color: rgba(52, 152, 219, 0.05);
}

.flight-header {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-left: 4px solid green;
}

.airline-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    padding: 6px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sector-code {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.flight-detail {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
}

.flight-detail i {
    width: 20px;
    color: var(--secondary-color);
}

.btn-book {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-book:hover {
    background-color: #474747;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-badge {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
    margin-right: 8px;
}

.collapse-toggle {
    background-color: var(--primary-color);
    color: white;
}

.collapse-toggle:hover {
    background-color: #1a252f;
}

.meal-yes {
    color: #27ae60;
    font-weight: 600;
}

.meal-no {
    color: #e74c3c;
    font-weight: 600;
}

table thead tr th {
    background: #1B4590 !important;
}

.seats-available {
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 768px) {
    .flight-table {
        font-size: 12px;
    }

    .flight-table th,
    .flight-table td {
        padding: 4px;
    }
}

     /* Professional Theme Variables */
 :root {
     --primary: #1e3c72;
     --primary-dark: #0a2540;
     --primary-light: #2a5298;
     --accent: #b59d64;
     --accent-light: #b59d64;
     --accent-dark: #b59d64;
     --text-dark: #2d3748;
     --text-light: #718096;
     --white: #ffffff;
     --light-bg: #f8fafc;
     --gray-bg: #f1f5f9;
     --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);
     --shadow-md: 0 10px 30px rgba(0,0,0,0.1);
     --shadow-lg: 0 20px 40px rgba(0,0,0,0.15);
     --transition: all 0.3s ease;
 }

/* Base Styles */
html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px;
}

/* Typography */
.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    display: inline-block;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;

}

/*.section-subtitle::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 2.5rem;*/
/*    height: 2px;*/
/*    background: linear-gradient(90deg, var(--accent), transparent);*/
/*    transform: translateY(-50%);*/
/*}*/

.section-subtitle.text-white::before {
    background: linear-gradient(90deg, var(--white), transparent);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.section-title.text-white {
    color: var(--white);
}

.section-title span {
    color: var(--accent);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
}

/* Hero Slider Enhancements - COMPACT VERSION */
.th-hero-wrapper.hero-2 {
    position: relative;
    height: 600px !important; /* Fixed height to fit one window */
    overflow: hidden;
}

.th-hero-wrapper.hero-2 .swiper,
.th-hero-wrapper.hero-2 .swiper-wrapper,
.th-hero-wrapper.hero-2 .swiper-slide {
    height: 100% !important;
}

.th-hero-wrapper.hero-2 .hero-inner {
    height: 100%;
    position: relative;
}

.th-hero-wrapper.hero-2 .th-hero-bg {
    height: 100% !important;
    filter: brightness(0.6);
    transition: transform 8s ease;
    background-size: cover;
    background-position: center;
}

.swiper-slide-active .th-hero-bg {
    transform: scale(1.1);
}

.th-hero-wrapper.hero-2 .hero-style2 {
    position: relative;
    z-index: 2;
    padding: 2rem 0; /* Reduced padding */
}

.th-hero-wrapper.hero-2 .hero-title {
    font-size: 3rem; /* Slightly smaller */
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
    text-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    margin-bottom: 1rem; /* Reduced margin */

}

.th-hero-wrapper.hero-2 .hero-text {
    font-size: 1.1rem; /* Slightly smaller */
    color: rgba(255,255,255,0.9);
    background: rgb(194 174 122 / 0.28);
    padding: 1rem 1.5rem; /* Reduced padding */
    border-radius: 15px;
    backdrop-filter: blur(2px);
    border-left: 4px solid var(--accent);
    margin-bottom: 1.5rem; /* Reduced margin */
    max-width: 90%;
}

.th-hero-wrapper.hero-2 .hero-text i {
    color: var(--accent);
}

.th-hero-wrapper.hero-2 .row {
    height: 100%;
}

.th-hero-wrapper.hero-2 [style*="min-height"] {
    min-height: 600px !important; /* Match hero height */
}

/* Slider Controller - Adjusted position */
.slider-controller {
    bottom: 30px; /* Moved up slightly */
}

.slider-controller .hero-thumb .tab-btn {
    width: 45px; /* Slightly smaller */
    height: 45px; /* Slightly smaller */
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,0.3);
    color: var(--white);
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    cursor: pointer;
}

.slider-controller .hero-thumb .tab-btn.active {
    background: var(--accent);
    border-color: var(--accent);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(212,175,55,0.3);
}

.slider-controller .hero-thumb .tab-btn:hover {
    background: var(--accent);
    border-color: var(--accent);
}

.scroll-down {
    bottom: 20px; /* Moved up */
}

.scroll-down .hero-scroll-wrap {
    width: 35px; /* Smaller */
    height: 60px; /* Smaller */
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    position: relative;
}

.scroll-down .hero-scroll-wrap span {
    width: 6px; /* Smaller */
    height: 6px; /* Smaller */
    background: var(--white);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(25px); }
}

/* Buttons - Slightly smaller in hero */
.th-hero-wrapper.hero-2 .th-btn {
    padding: 10px 28px; /* Smaller padding */
    font-size: 0.95rem;
}

/* Rest of the styles remain EXACTLY the same from your original */
/* Buttons */
.th-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 35px;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.th-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: left 0.3s ease;
    z-index: -1;
}

.th-btn:hover::before {
    left: 0;
}

.th-btn.style1 {
    color: var(--white);
    border: none;
}

.th-btn.style1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(30,60,114,0.3);
    color:black;
}

.th-btn.style3 {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.th-btn.style3:hover {
    background: var(--white) !important;
    color: white;
}

.th-btn.btn-success {
    background: #b59d64;
    border-color: #b59d64 !important;
    color: white;
}

.th-btn.btn-success:hover {
    background: white !important;
    color: #00a500 !important;
}

/* CTA Section */
.cta-area {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.cta-area::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212,175,55,0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cta-area .box-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.cta-area .text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    max-width: 800px;
    margin: 0 auto;
}

.cta-text {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    color: var(--white);
    font-size: 1rem;
    border: 1px solid #614e20;
    transition: var(--transition);
}

.cta-text:hover {
    background: rgba(212,175,55,0.2);
    border-color: var(--accent);
}

.cta-text i {
    color: var(--accent);
}

/* About Section */
.about-section {
    padding: 6rem 0;
    background: var(--white);
}

.about-image-wrapper {
    position: relative;
    padding-right: 3rem;
}

.about-image-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image-main img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.about-image-main:hover img {
    transform: scale(1.05);
}

.about-experience-badge {
    position: absolute;
    bottom: -2rem;
    right: 0;
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    text-align: center;
    border-bottom: 4px solid var(--accent);
}

.about-experience-badge .years {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.about-experience-badge .years span {
    color: var(--accent);
}

.about-experience-badge .text {
    font-size: 1rem;
    color: var(--text-light);
    margin: 0;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: 15px;
    transition: var(--transition);
    margin-bottom: 1rem;
}

.about-feature-item:hover {
    transform: translateX(10px);
    box-shadow: var(--shadow-md);
    background: var(--white);
}

.about-feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(212,175,55,0.1), rgba(212,175,55,0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-feature-icon i {
    font-size: 1.8rem;
    color: var(--accent);
}

.about-feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.about-feature-content p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

/* Stats Box */
.stats-wrapper {
    display: flex;
    gap: 2rem;
    margin: 2rem 0;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--light-bg), var(--white));
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0;
}

/* Services Section */
.services-section {
    padding: 6rem 0;
    background: var(--light-bg);
    position: relative;
}

.service-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--light-bg), var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
/* Make wrapper relative so plane stays fixed across slides */
.swiper-wrapper {
    position: relative;
}

.cta-plane {
    position: absolute;
    left: 1%;
    top: 15%;
    width: 26%;
    height: auto;
    z-index: 1; /* Behind text content */
    pointer-events: none;
    opacity: 0.95;
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.12));
}

/* Plane Styling */
.saudi-plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    z-index: 5;
    pointer-events: none;

    /* 15s loop: slow start → curve → fast exit → reset */
    animation: curvedFlight 10s linear infinite;
    will-change: transform, opacity;
    filter: drop-shadow(0 10px 6px rgba(0,0,0,0.15));
}

@keyframes curvedFlight {
    /* PHASE 1: Appear off-screen right, crawl slowly (0-20%) */
    0%, 10% {
        transform: translate(115vw, 30vh) scaleX(-1) rotate(4deg);
        opacity: 0;
    }
    15% { opacity: 0.7; }
    20% {
        opacity: 1;
        transform: translate(90vw, 26vh) scaleX(-1) rotate(2deg);
    }

    /* PHASE 2: Gentle leftward curve begins (20-40%) */
    30% { transform: translate(65vw, 18vh) scaleX(-1) rotate(-2deg); }
    40% { transform: translate(45vw, 8vh) scaleX(-1) rotate(-5deg); }

    /* PHASE 3: Bank sharply upward & accelerate (40-70%) */
    50% { transform: translate(25vw, -8vh) scaleX(-1) rotate(-9deg); }
    60% { transform: translate(8vw, -28vh) scaleX(-1) rotate(-14deg); }
    70% { transform: translate(-15vw, -52vh) scaleX(-1) rotate(-19deg); }

    /* PHASE 4: Fast exit, fade out, reset for loop (70-100%) */
    80% {
        opacity: 0.6;
        transform: translate(-35vw, -75vh) scaleX(-1) rotate(-24deg);
    }
    90%, 100% {
        opacity: 0;
        transform: translate(-50vw, -100vh) scaleX(-1) rotate(-28deg);
    }
}


.service-card:hover .service-icon {
    transform: rotateY(180deg);
    background: #b59d64;
}
.service-card:hover .service-icon i {
    background: none !important;                /* Remove gradient */
    -webkit-text-fill-color: #ffffff !important; /* Force white color */
    color: #ffffff !important;                   /* Fallback for non-webkit */
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2)); /* Optional: keeps it visible */
}

.service-icon i {
    font-size: 2.5rem;
    background: #b59d64;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.service-link:hover {
    gap: 1rem;
    color: var(--accent-dark);
}

/* Trust Section */
.trust-section {
    padding: 6rem 0;
    background: var(--white);
}

.trust-card {
    background: var(--light-bg);
    padding: 1.8rem;
    border-radius: 15px;
    transition: var(--transition);
    border: 1px solid rgba(0,0,0,0.03);
    height: 100%;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
    background: var(--white);
}

.trust-icon {
    width: 50px;
    height: 50px;
    background: rgba(212,175,55,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.trust-icon i {
    font-size: 1.5rem;
    color: var(--accent);
}

.trust-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
}

.trust-card p {
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

.trust-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.trust-image-item {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.trust-image-item:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

.trust-image-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.trust-image-item:hover img {
    transform: scale(1.1);
}

/* Mission Section */
.mission-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #b59d64, var(--accent));
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: '☪';
    position: absolute;
    bottom: -50px;
    right: -50px;
    font-size: 300px;
    color: rgba(255,255,255,0.03);
    transform: rotate(15deg);
}

.mission-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    color: var(--white);
    height: 100%;
    transition: var(--transition);
    text-align: center;
}

.mission-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-10px);
}

.mission-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.mission-icon i {
    font-size: 2.5rem;
    color: white;
}

.mission-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color:var(--accent);
}

.mission-card p {
    color: rgba(255,255,255);
    line-height: 1.7;
    margin: 0;
}

/* Values Section */
.values-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.value-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.value-image {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.value-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.value-card:hover .value-image img {
    transform: scale(1.1);
}

.value-number {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(184,134,11,0.3);
    border: 3px solid var(--white);
}

.value-content {
    padding: 2rem 1.5rem;
    text-align: center;
}

.value-content i {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 1rem;
}

.value-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
}

.value-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* Gallery Section */
.gallery-section {
    padding: 6rem 0;
    background: var(--light-bg);
}

.gallery-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    cursor: pointer;
}

.gallery-card:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.gallery-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: var(--transition);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: var(--white);
    font-size: 1.5rem;
}

/* Final CTA Section */
.final-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #b59d64, var(--accent));
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.final-cta p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .th-hero-wrapper.hero-2 {
        height: 500px !important; /* Even smaller on mobile */
    }

    .th-hero-wrapper.hero-2 [style*="min-height"] {
        min-height: 500px !important;
    }

    .th-hero-wrapper.hero-2 .hero-title {
        font-size: 2.2rem;
    }

    .th-hero-wrapper.hero-2 .hero-text {
        font-size: 0.95rem;
        padding: 0.9rem 1.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-image-wrapper {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    .trust-image-grid {

        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .about-experience-badge {
        position: static;
        margin-top: 1rem;
    }
}

/* Animation Classes */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.th-header  header-layout5{
    background:white;
}
body.body-pattern{
    background: unset;
}

