﻿
:root {
    --travo-blue: #0c3c78;
    --travo-teal: #1fb6d9;
    --travo-light: #f5f8fc;
}

body {
    font-family: 'Segoe UI',sans-serif;
    background: #fff;
}

/* navbar */
.custom-navbar {
    padding: 20px 0;
    background: transparent;
}

.logo {
    font-size: 32px;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: .5px;
}

.nav-links {
    gap: 10px;
}

    .nav-links .nav-link {
        color: white !important;
        font-weight: 600;
        padding: 10px 18px !important;
        border-radius: 30px;
        transition: .25s;
    }

        .nav-links .nav-link:hover,
        .nav-links .nav-link.active {
            background: rgba(255,255,255,.12);
            color: var(--travo-teal) !important;
        }

.nav-actions .btn {
    font-weight: 600;
    border-radius: 50px;
    transition: .25s;
}

    .nav-actions .btn:hover {
        transform: translateY(-2px);
    }

/* buttons */
.btn-partner {
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    background: transparent;
}

    .btn-partner:hover {
        background: #fff;
        color: var(--travo-blue);
    }

.btn-login {
    background: var(--travo-teal);
    color: white;
    border: none;
}

    .btn-login:hover {
        background: #19a6c6;
        color: white;
    }

.btn-signup {
    background: white;
    color: var(--travo-blue);
    border: none;
}

    .btn-signup:hover {
        background: var(--travo-light);
    }

body {
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
}

.hero-section {
    min-height: 850px;
    background: url('/images/banner.jpg') center/cover no-repeat;
    position: relative;
    color: white;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,.65), rgba(0,0,0,.35));
}

.custom-navbar,
.hero-content,
.booking-container {
    position: relative;
    z-index: 2;
}

.logo {
    font-size: 32px;
}

.hero-content {
    padding-top: 120px;
}

    .hero-content h1 {
        font-size: 58px;
        font-weight: 800;
    }

    .hero-content p {
        font-size: 22px;
        opacity: .9;
    }

.booking-container {
    margin-top: 80px;
}

.booking-card {
    background: white;
    border-radius: 25px;
    padding: 35px;
    color: #222;
}

.booking-tabs .nav-link {
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px 25px;
    color: #333;
}

.booking-tabs .active {
    background: #0d6efd;
    color: white !important;
}

.section-space {
    padding: 90px 0;
}

.section-title {
    text-align: center;
}

.destination-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s;
}

    .destination-card:hover {
        transform: translateY(-8px);
    }

    .destination-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .destination-card .content {
        padding: 20px;
    }

.feature-box {
    background: white;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.download-app {
    background: linear-gradient(135deg,#0d6efd,#0056d6);
    color: white;
    padding: 100px 0;
}

.custom-navbar .nav-link {
    color: white !important;
    font-weight: 500;
    transition: .25s;
}
.custom-navbar .nav-link:hover {
        color: #ffc107 !important;
    }

.custom-navbar .btn {
    transition: .25s;
}

    .custom-navbar .btn:hover {
        transform: translateY(-2px);
    }



:root {
    --travo-blue: #0c3c78;
    --travo-teal: #1fb6d9;
    --travo-light: #f5f8fc;
}

body {
    background: #f7f9fc;
    font-family: 'Segoe UI',sans-serif;
}

/* HERO */
.hero-modern {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#f9fbff,#eef5fb);
}

.hero-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .25;
}

.shape1 {
    width: 500px;
    height: 500px;
    background: var(--travo-teal);
    top: -150px;
    right: -150px;
}

.shape2 {
    width: 450px;
    height: 450px;
    background: var(--travo-blue);
    left: -180px;
    bottom: -180px;
}

/* NAV */
.custom-navbar {
    padding: 25px 0;
    position: relative;
    z-index: 10;
}

.logo {
    font-size: 34px;
    font-weight: 800;
    color: var(--travo-blue) !important;
}

    .logo span {
        color: var(--travo-teal);
    }

.nav-links .nav-link {
    color: #1d2b3a !important;
    font-weight: 600;
    margin: 0 8px;
}

.nav-actions {
    display: flex;
    gap: 12px;
}

.btn-partner,
.btn-login,
.btn-signup {
    border-radius: 50px;
    padding: 11px 24px;
    font-weight: 600;
}

.btn-login {
    background: var(--travo-teal);
    color: white;
}

.btn-signup {
    background: var(--travo-blue);
    color: white;
}

.btn-partner {
    border: 1px solid #d7e3ef;
    background: white;
}

/* LEFT */
.hero-content-wrap {
    padding-top: 60px;
}

.hero-badge {
    display: inline-block;
    background: white;
    padding: 10px 18px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.hero-copy h1 {
    font-size: 70px;
    line-height: 1.05;
    font-weight: 800;
    color: var(--travo-blue);
}

    .hero-copy h1 span {
        color: var(--travo-teal);
    }

.hero-copy p {
    font-size: 20px;
    color: #607084;
    margin: 25px 0;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

.btn-explore {
    background: var(--travo-teal);
    color: white;
    padding: 16px 34px;
    border-radius: 50px;
}

.btn-download {
    background: white;
    padding: 16px 34px;
    border-radius: 50px;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.hero-stats {
    margin-top: 50px;
    display: flex;
    gap: 60px;
}

    .hero-stats strong {
        display: block;
        font-size: 28px;
        color: var(--travo-blue);
    }

    .hero-stats span {
        color: #7a8794;
    }

/* RIGHT */
.hero-visual {
    position: relative;
    height: 650px;
}

.floating-card {
    position: absolute;
    background: white;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(20,40,80,.12);
}

.card-main {
    width: 320px;
    top: 40px;
    left: 90px;
    transform: rotate(-8deg);
    overflow: hidden;
}

    .card-main img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

.card-flight {
    width: 220px;
    padding: 25px;
    top: 50px;
    right: 20px;
    transform: rotate(10deg);
}

.card-ai {
    width: 260px;
    padding: 25px;
    bottom: 180px;
    left: 10px;
    transform: rotate(-6deg);
}

.card-wallet {
    width: 240px;
    padding: 25px;
    bottom: 60px;
    right: 40px;
    transform: rotate(8deg);
}



.booking-engine-section {
    margin-top: -80px;
    position: relative;
    z-index: 20;
}

.booking-engine-card {
    background: white;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 25px 80px rgba(15,40,80,.12);
}

.service-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.service-item {
    text-align: center;
    padding: 12px 20px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

    .service-item.active {
        color: var(--travo-teal);
        border-color: var(--travo-teal);
    }

    .service-item i {
        font-size: 24px;
        display: block;
        margin-bottom: 8px;
    }

.trip-types {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.search-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
    border: 1px solid #e7eef6;
    border-radius: 20px;
    overflow: hidden;
}

.search-box {
    padding: 25px;
    border-right: 1px solid #e7eef6;
}

    .search-box h3 {
        font-size: 40px;
        color: var(--travo-blue);
        font-weight: 800;
    }

    .search-box h4 {
        font-size: 26px;
        color: var(--travo-blue);
        font-weight: 700;
    }

.fare-tags {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

    .fare-tags span {
        padding: 10px 18px;
        background: #f3f7fb;
        border-radius: 14px;
    }

    .fare-tags .active {
        background: #e6f9fd;
        color: var(--travo-teal);
    }

.search-btn-main {
    border: none;
    background: linear-gradient(90deg,var(--travo-teal),var(--travo-blue));
    color: white;
    padding: 18px 70px;
    border-radius: 60px;
    font-size: 28px;
    font-weight: 700;
}

.travo-offers-section {
    padding: 70px 0;
    background: #f7f9fc;
}

.offers-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.offers-left {
    display: flex;
    align-items: center;
    gap: 35px;
}

    .offers-left h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 800;
        color: var(--travo-blue);
    }

.offer-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.offer-tab {
    background: none;
    border: none;
    padding: 0 0 8px;
    font-weight: 600;
    color: #526170;
    border-bottom: 3px solid transparent;
}

    .offer-tab.active {
        color: var(--travo-teal);
        border-color: var(--travo-teal);
    }

.offers-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .offers-actions a {
        text-decoration: none;
        font-weight: 700;
        color: var(--travo-teal);
    }

.offer-nav-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.offers-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding-bottom: 10px;
}

    .offers-slider::-webkit-scrollbar {
        height: 6px;
    }

.offer-tile {
    min-width: 470px;
    background: white;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    border: 1px solid #edf2f7;
}

.offer-image img {
    width: 140px;
    height: 140px;
    border-radius: 14px;
    object-fit: cover;
}

.offer-body {
    flex: 1;
}

    .offer-body small {
        float: right;
        color: #888;
        font-size: 11px;
    }

    .offer-body h4 {
        margin-top: 20px;
        font-size: 30px;
        font-weight: 800;
        color: #182638;
    }

    .offer-body p {
        color: #617180;
        margin: 15px 0;
        line-height: 1.6;
    }

    .offer-body a {
        text-decoration: none;
        font-weight: 700;
        color: var(--travo-teal);
    }

