/* exact-about.css - Pixel Perfect match */

:root {
    --primary-dark: #001529; /* Very dark navy */
    --accent-yellow: #fdbb2d;
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --bg-light: #ffffff;
    --border-color: #f1f5f9;
    --whatsapp-green: #25d366;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
}

body {
    background-color: var(--bg-light);
    font-family: var(--font-body);
    color: var(--text-dark);
}

/* Typography & Titles */
.section-label {
    color: var(--accent-yellow);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}
.section-label.label-rev {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.section-label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 8'%3E%3Cpath d='M0 4 Q 3 0 6 4 T 12 4 T 18 4 T 24 4' fill='none' stroke='%23fdbb2d' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 25px;
    line-height: 1.25;
}

/* ===== HERO SECTION ===== */
.about-hero {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -80px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 21, 41, 0.95) 0%, rgba(0, 21, 41, 0.7) 45%, rgba(0, 21, 41, 0) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: white;
    margin-top: 50px;
}

.hero-breadcrumb {
    margin-bottom: 20px;
}
.hero-breadcrumb a, .hero-breadcrumb span {
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.hero-breadcrumb a:hover {
    color: var(--accent-yellow);
}
.hero-breadcrumb .current {
    color: var(--accent-yellow);
}
.hero-breadcrumb i {
    font-size: 10px;
    margin: 0 8px;
    color: white;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    max-width: 500px;
    line-height: 1.6;
}

/* Floating Badges */
.hero-badges-wrapper {
    position: relative;
    margin-top: 45px;
    z-index: 10;
}
.hero-badges-inner {
    background: transparent;
    border-radius: 0;
    display: inline-flex;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.hero-badge-col {
    flex: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    color: white;
}
.hero-badge-col:first-child {
    padding-left: 0;
}
.hero-badge-col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.3);
}
.hb-icon {
    color: var(--accent-yellow);
    font-size: 28px;
}
.hb-text {
    display: flex;
    flex-direction: column;
}
.hb-text span:first-child {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2px;
}
.hb-text span:last-child {
    font-size: 16px;
    font-weight: 700;
}

/* ===== WHO WE ARE ===== */
.section-padding {
    padding: 100px 0;
}

.who-we-are-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 25px;
}

.who-we-are-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}
.who-we-are-list li {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.who-we-are-list li i {
    color: var(--accent-yellow);
    font-size: 22px;
}

.btn-yellow-pill {
    background: var(--accent-yellow);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 30px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: 0.3s;
}
.btn-yellow-pill i {
    border: 1px solid var(--primary-dark);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.btn-yellow-pill:hover {
    background: var(--accent-hover);
    color: var(--primary-dark);
}

.mission-img-wrap {
    position: relative;
    border-radius: 20px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.mission-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 0;
}
.mission-card {
    position: relative;
    background: var(--primary-dark);
    border-radius: 0;
    padding: 40px 40px 40px 130px;
    display: block;
    color: white;
    box-shadow: none;
}
.mission-card-icon {
    position: absolute;
    top: -40px;
    left: 30px;
    background: var(--accent-yellow);
    color: var(--primary-dark);
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}
.mission-card-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.mission-card-text p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    line-height: 1.6;
}

/* ===== JOURNEY IN NUMBERS ===== */
.stats-banner {
    background: #031424;
    border-radius: 12px;
    padding: 60px 40px;
    margin-bottom: 50px;
}
.stats-banner h3 {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 18px;
}
.stats-banner h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background: linear-gradient(to right, rgba(255,255,255,0.1) 35%, #fca311 35%, #fca311 65%, rgba(255,255,255,0.1) 65%);
}
.stats-grid {
    display: flex;
    justify-content: space-between;
}
.stat-item {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    color: white;
    position: relative;
    padding: 0 10px;
}
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 1px;
    background: rgba(255,255,255,0.1);
}
.stat-item svg {
    margin-bottom: 18px;
    display: inline-block;
}
.stat-item h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    color: white !important;
}
.stat-item p {
    font-size: 15px;
    color: white;
    margin: 0;
    font-weight: 400;
}


/* ===== WHY TRAVEL WITH US ===== */
.why-us-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) repeat(5, 1fr);
    grid-template-rows: auto 1fr;
    gap: 15px;
    margin-top: 50px;
    align-items: stretch;
}
.why-intro {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 20px;
}
.why-img-box {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-radius: 12px;
    overflow: hidden;
}
.why-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-c1 { grid-column: 2 / 3; grid-row: 1 / 3; }
.why-c2 { grid-column: 3 / 4; grid-row: 1 / 3; }
.why-c3 { grid-column: 4 / 5; grid-row: 1 / 3; }
.why-c4 { grid-column: 5 / 6; grid-row: 1 / 3; }
.why-c5 { grid-column: 6 / 7; grid-row: 1 / 3; }

.why-card {
    background: white;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.why-card-icon {
    width: 50px;
    height: 50px;
    background: #fff8e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.why-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
}
.why-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ===== OUR TEAM ===== */
.team-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) repeat(5, 1fr);
    gap: 15px;
    margin-top: 50px;
}
.team-intro {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}
.team-card {
    background: white;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 5px;
}
.team-role {
    color: var(--accent-yellow);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.team-bio {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}
.team-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
}
.team-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}
.team-socials a:hover {
    background: var(--accent-yellow);
    border-color: var(--accent-yellow);
    color: white;
}

/* ===== TESTIMONIALS ===== */
.review-wrapper {
    position: relative;
    padding: 0 40px;
}
.review-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.review-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}
.review-stars {
    margin-bottom: 15px;
}
.review-stars i {
    color: var(--accent-yellow);
    font-size: 13px;
    margin-right: 2px;
}
.review-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 25px;
}
.reviewer-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reviewer-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.reviewer-profile h6 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-dark);
}
.reviewer-profile span {
    font-size: 12px;
    color: var(--text-muted);
}
.view-all-link {
    color: #007bff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--accent-yellow);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(253, 187, 45, 0.4);
    z-index: 10;
    cursor: pointer;
}
.slider-nav-btn.prev { left: -10px; }
.slider-nav-btn.next { right: -10px; }


/* ===== BOTTOM CTA ===== */
.cta-banner {
    background: var(--primary-dark);
    border-radius: 16px;
    padding: 45px 50px;
    margin: 40px 0 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.02);
    border-radius: 50%;
}
.cta-text {
    position: relative;
    z-index: 2;
    color: white;
}
.cta-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta-text p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}
.cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 15px;
}

.btn-cta-yellow {
    background: var(--accent-yellow);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.btn-cta-green {
    background: var(--whatsapp-green);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.btn-cta-outline {
    background: transparent;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.btn-cta-outline i {
    font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .why-us-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .why-img-box { display: none; }
}

@media (max-width: 991px) {
    .hero-badges-inner {
        flex-direction: column;
    }
    .hero-badge-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .stats-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
    .stat-item {
        min-width: 45%;
        margin-bottom: 20px;
    }
    .stat-item:not(:last-child) {
        border-right: none;
    }
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .review-cards-container {
        grid-template-columns: 1fr;
    }
    .cta-banner {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
}