@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

html {
    scroll-behavior: smooth;
}

body{
	font-family: "Google Sans", sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1240px; 
	padding: 0px 15px;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    display: block;
}

.navbar-light .navbar-brand img {
    width: 235px;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 0 0;
}

.call_now a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 2px #007bff;
    padding: 2px 10px 2px 5px;
    border-radius: 6px;
    font-weight: 500;
}
.call_now a img {
    width: 35px;
    border-radius: 35px;
}

body {
    background: linear-gradient(135deg, #0d1b36 0%, #2d415d 35%, #8d98c7 100%);
    color: #f4f7ff;
    min-height: 100vh;
}

.site-header {
    padding: 20px 0;
    position: relative;
    margin: 0 0 45px 0;
}


.site-header .container {
    position: relative;
    z-index: 1;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    padding: 8px 10px;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

.hero-section {
    padding: 0px 0 30px;
    background: linear-gradient(180deg, rgba(13, 27, 54, 0.85) 0%, rgba(45, 65, 93, 0.82) 100%), url("../images/plane_bg.avif") center/cover no-repeat;
    border-radius: 0px;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 122, 16, 0.16), transparent 28%), radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%);
    pointer-events: none;
}

.benefits-section {
    padding: 60px 0 60px;
    background: #fff;
}

.section-intro {
    max-width: 720px;
    margin: 0 auto 48px;
}

.section-intro h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #0d1b36;
}

.section-intro p {
    font-size: 16px;
    color: #5d6b8d;
    margin: 0 auto;
}

.benefit-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px 25px;
    text-align: left;
    min-height: 240px;
    box-shadow: 0 0px 5px rgb(28 55 93 / 18%);
}

.benefit-card .benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffe9e0;
    color: #ff7a10;
    margin-bottom: 18px;
    font-size: 30px;
}

.benefit-card h5 {
    margin-bottom: 12px;
    font-size: 1.15rem;
    color: #10253f;
}

.benefit-card p {
    margin: 0;
    color: #58627a;
    line-height: 1.7;
    font-size: 0.96rem;
}

.destinations-section {
    padding: 70px 0 60px;
    background: #f8fbff;
}

.destinations-section .d-flex {
    gap: 16px;
    flex-wrap: wrap;
}

.destinations-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #10253f;
}

.destinations-section p {
    color: #5d6b8d;
    margin-bottom: 0;
}

.dest-link {
    color: #0065ff;
    font-weight: 500;
    text-decoration: none;
    border: solid 1px #0065ff;
    padding: 5px 10px 5px 11px;
    border-radius: 6px;
}

.dest-link span {
    margin-left: 6px;
}

.destination-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(28, 55, 93, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
}

.destination-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 80px rgba(28, 55, 93, 0.14);
}

.destination-image {
    position: relative;
    min-height: 230px;
    background-size: cover;
    background-position: center;
}

.destination-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 27, 54, 0.08) 0%, rgba(13, 27, 54, 0.35) 100%);
}

.destination-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.tag {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    background: #ff7a10;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tag-alt {
    background: #0065ff;
}

.destination-body {
    padding: 24px;
}

.destination-from {
    display: block;
    color: #565b65;
    font-size: 15px;
    margin-bottom: 10px;
}

.destination-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #10253f;
    font-weight: 800;
}
.destination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.price {
    font-size: 20px;
    font-weight: 800;
    color: #ff7a10;
}

.btn-dest {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0f2436;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 22px;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    box-shadow: #ccc 0 0 4px;
}

.btn-dest:hover {
    background: #ff7a10;
    color: #ffffff;
}

@media (max-width: 991px) {
    .destination-footer {
        flex-direction: column;
        align-items: stretch;
    }
    .destination-body {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .destinations-section {
        padding-top: 50px;
    }
    .destinations-section h2 {
        font-size: 28px;
    }
    .destination-card {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 70px;
    }
    .hero-actions {
        width: 100%;
    }
}

/* FAQ Section */
.faq-section {
    padding: 70px 0;
    background: #fff6f2;
}
.faq-intro .muted { color:#ff7a10; font-weight:700; letter-spacing:0.12em; margin-bottom:8px; }
.faq-intro h2 { font-size: 2.25rem; color:#10253f; margin-bottom:6px; font-weight:800; }
.faq-intro .lead { font-size: 17px; color:#5d6b8d; max-width:720px; margin:0 auto; }

.faq-list { max-width: 920px; margin: 26px auto 0; }
.faq-item { background:#ffffff; border-radius:10px; margin-bottom:14px; box-shadow:0 8px 20px rgba(28,55,93,0.06); overflow:hidden; }
.faq-item summary { list-style:none; cursor:pointer; padding:12px 12px; display:flex; align-items:center; gap:14px; font-weight:600; color:#10253f; font-size: 17px;}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item .qnum { background:#fff5ee; color:#ff7a10; padding:8px 12px; border-radius:8px; font-weight:800; margin-right:6px; }
.faq-item[open] summary { background:#fff; }
.faq-item summary::after { content: '+'; margin-left:auto; font-size:20px; color:#10253f; }
.faq-item[open] summary::after { content: '-'; }
.faq-answer { padding: 0 20px 18px 20px; color:#58627a; line-height:1.7; font-size: 15px;}

@media (max-width:767px) {
    .faq-section { padding:40px 0px; }
    .faq-intro h2 { font-size:1.6rem; }
    .faq-list { padding:0 6px; }
}

/* Footer styles */
.site-footer {
    background: #08111f;
    color: #c5d1db;
    padding: 60px 0 40px;
}
.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 180px 180px 280px;
    gap: 28px;
    align-items: start;
}
.site-footer h5 { color: #fff; margin-bottom: 12px; }
.footer-brand {
    display: inline-flex;
    margin-bottom: 12px;
}
.footer-brand img {
    width: 250px;
}
.footer-about p {
    color: #9fb0c4;
    line-height: 1.8;
    font-weight: 400;
    font-size: 15px;
}
.footer-links h6 { color: #fff; margin-bottom: 12px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a {
    color: #9fb0c4;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}
.footer-links ul li a:hover { color: #fff; }
.support-box {}
.support-box p {
    color: #9fb0c4;
    font-weight: 400;
    font-size: 15px;
}
.support-box a {
    text-decoration: none;
    font-size: 15px;
    color: #ebebeb;
    line-height: 30px;
    display: block;
}
.support-box a i {
    margin: 0 5px 0 0;
    color: #ff7a10;
}
.support-box h6 { color: #fff; margin-bottom: 12px; }
.support-box address {
    color: #9fb0c4;
    font-style: normal;
    line-height: 1.7;
    margin: 12px 0 0;
    font-size: 15px;
}
.support-phone { color: #fff; font-weight: 800; margin-top: 8px; font-size: 1.15rem; }
.footer-disclaimer {
    margin-top: 0;
    border-radius: 10px;
    color: #9fb0c4;
    font-size: 14px;
    font-style: italic;
    background: #ffffff17;
    padding: 15px 15px 15px 15px;
}
.footer-disclaimer p {
    margin: 0 0 10px 0;
}
.footer-disclaimer p:last-child {
    margin: 0 0 0px 0;
}
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    color: #93a7bd;
    font-size: 15px;
}
.footer-bottom .socials { display:flex; gap:10px; }
.footer-bottom .social { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; background:rgba(255,255,255,0.04); border-radius:50%; color:#fff; text-decoration:none; }

@media (max-width: 991px) {
    .site-footer .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap:12px; align-items:flex-start; }
}

/* Price match section */
.price-match-section {
    padding: 60px 0;
    background: #f4f8fb;
}
.price-match-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
}
.pm-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e9f8ef;
    color: #008a45;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}
.price-match-section h2 {
    font-size: 2.6rem;
    color: #0d1b36;
    font-weight: 800;
    margin-bottom: 16px;
}
.price-match-section h2 span { color: #ff7a10; }
.pm-lead { color: #5d6b8d; max-width: 560px; margin-bottom: 20px; }
.btn-cta {
    background: #ff7a10;
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.pm-small {
    color: #ffffff;
    background: #0f172a;
    border-radius: 12px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.pm-image-wrap { position: relative; }
.pm-image { width: 100%; height: 500px; background-size: cover; background-position: center; border-radius: 14px; transform: rotate(0deg); box-shadow: 0 30px 60px rgba(19,40,70,0.12); }
.pm-live { position: absolute; left: 40px; bottom: -20px; background:#ff7a10; padding:12px 16px; border-radius:12px; box-shadow:0 18px 40px rgba(19,40,70,0.08); display:inline-flex; flex-direction:column; gap:6px; }
.pm-live .dot { width:10px; height:10px; background:#00c853; border-radius:50%; display:inline-block; margin-right:8px; }

@media (max-width: 991px) {
    .pm-image { height: 260px; transform:none; }
    .pm-live { position: relative; left: 0; bottom: 0; margin-top: 18px; }
    .price-match-card { padding: 18px; }
}


.navbar-brand img {
    width: 235px;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px 0 20px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7a10;
}

.call-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff7a10;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #ffffff !important;
    padding: 10px 18px;
    transition: transform 0.2s ease, background 0.2s ease;
    text-decoration: none !important;
}

.call-now:hover {
    color: #fff;
    background-color: #08111f;
    border-color: #08111f;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgb(255 255 255 / 12%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-section h1 {
    font-size: clamp(3rem, 5vw, 4rem);
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.hero-section h1 span {
    color: #bfdbfe;
}

.hero-subtext {
    max-width: 540px;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 32px;
}

.btn-hero {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 6px;
    background: #ffffff;
    border: none;
    color: #0f172a;
    text-transform: none;
    margin-right: 15px;
}

.btn-hero strong {
    font-size: 1.15rem;
    margin-top: 0px;
}

.btn-hero:hover{
    color: #fff;
    background-color: #08111f;
    border-color: #08111f;
}

.hero-rating {
    gap: 14px;
}

.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar-stack img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    margin-left: -14px;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.stars {
    color: #ffd23d;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
}

.hero-features {
    display: flex;
    gap: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 10px;
}

.feature-item i {
    font-size: 1.5rem;
    color: #bfdbfe;
    margin-top: 0px;
}

.feature-item h6 {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.feature-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.hero-image-wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.hero-image {
    max-width: 540px;
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
    .hero-section {
        padding-top: 0px;
    }
    .hero-actions {
        width: 100%;
    }
    .navbar-collapse {
        margin-top: 16px;
        padding: 16px;
        border-radius: 18px;
        background: rgba(8, 17, 31, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .nav-action {
        margin-top: 12px;
    }
    .call-now {
        width: 100%;
        justify-content: center;
    }
    .hero-features {
        flex-wrap: wrap;
    }
    .section-intro {
        margin-bottom: 32px;
    }
    .contact-section,
    .about-story-section,
    .about-values-section,
    .about-cta-section,
    .legal-content-section {
        padding: 56px 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 185px;
    }
    .site-header {
        margin-bottom: 0px;
    }
    .hero-section h1 {
        font-size: 2.35rem;
        line-height: 1.08;
    }
    .hero-subtext {
        font-size: 0.98rem;
        margin-bottom: 22px;
    }
    .hero-actions {
        align-items: stretch !important;
    }
    .btn-hero,
    .btn-cta,
    .pm-small,
    .btn-dest {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    .hero-rating {
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .hero-features {
        gap: 14px;
        flex-direction: column;
    }
    .feature-item {
        align-items: center;
        justify-content: flex-start;
    }
    .contact-heading {
        margin-bottom: 34px;
    }
    .contact-heading h1 {
        font-size: 2.2rem;
    }
    .contact-info-card,
    .callback-form,
    .about-hero-card,
    .about-highlight-card,
    .about-value-card,
    .legal-hero-card,
    .legal-content-card,
    .legal-sidebar {
        padding: 24px;
    }
    .info-item {
        gap: 14px;
        align-items: flex-start;
    }
    .price-match-section h2,
    .section-intro h2,
    .destinations-section h2 {
        font-size: 2rem;
    }
    .pm-actions {
        flex-direction: column;
        align-items: stretch !important;
    }
    .footer-bottom {
        text-align: center;
        align-items: center;
    }
}


.contact-section {
                padding: 80px 0;
                background: #f8f9fa;
            }

            .contact-heading {
                text-align: center;
                margin-bottom: 60px;
            }

            .contact-heading h1 {
                font-size: 3rem;
                font-weight: 700;
                margin-bottom: 20px;
                color: #1a1a1a;
            }

            .contact-heading p {
                font-size: 1.1rem;
                color: #666;
                max-width: 600px;
                margin: 0 auto;
            }

            .contact-container {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 50px;
                align-items: start;
            }

            @media (max-width: 768px) {
                .contact-container {
                    grid-template-columns: 1fr;
                    gap: 40px;
                }
            }

            .contact-info-card {
                background: white;
                padding: 40px;
                border-radius: 12px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            }

            .contact-info-card h3 {
                font-size: 1.5rem;
                font-weight: 700;
                margin-bottom: 30px;
                color: #1a1a1a;
            }

            .info-item {
                margin-bottom: 30px;
                display: flex;
                gap: 20px;
            }

            .info-item:last-child {
                margin-bottom: 0;
            }

            .info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #fff7f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7a10;
    font-size: 1.5rem;
}

            .info-content h5 {
                font-weight: 700;
                color: #1a1a1a;
                margin-bottom: 5px;
                font-size: 16px;
            }

            .info-content p {
                color: #666;
                margin: 0;
                font-size: 0.95rem;
                line-height: 1.5;
            }

            .info-content a {
                color: #ff7a10;
                text-decoration: none;
                font-weight: 600;
            }

            .info-content a:hover {
                text-decoration: underline;
            }

            .why-call-box {
                background: #08111f;
                color: white;
                padding: 30px;
                border-radius: 12px;
                margin-top: 30px;
            }

            .why-call-box h4 {
                font-weight: 700;
                margin-bottom: 20px;
                font-size: 1.2rem;
            }

            .benefit-item {
                display: flex;
                align-items: center;
                gap: 15px;
                margin-bottom: 15px;
            }

            .benefit-item:last-child {
                margin-bottom: 0;
            }

            .benefit-item i {
                color: #4cb85c;
                font-size: 1.2rem;
                flex-shrink: 0;
            }

            .benefit-item p {
                margin: 0;
                font-size: 0.95rem;
            }

            .callback-form {
                background: white;
                padding: 40px;
                border-radius: 12px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            }

            .callback-form h3 {
                font-size: 1.5rem;
                font-weight: 700;
                margin-bottom: 10px;
                color: #1a1a1a;
            }

            .callback-form > p {
                color: #666;
                margin-bottom: 20px;
                font-size: 0.95rem;
            }

            .form-group {
                margin-bottom: 15px;
            }

            .form-group label {
                display: block;
                margin-bottom: 8px;
                font-weight: 600;
                color: #1a1a1a;
                font-size: 0.95rem;
            }

            .callback-form .form-group input,
            .callback-form .form-group select,
            .callback-form .form-group textarea {
                width: 100%;
                padding: 12px 15px;
                border: 1px solid #ddd;
                border-radius: 6px;
                font-size: 0.95rem;
                font-family: inherit;
                transition: border-color 0.3s;
            }

            .callback-form .form-group input::placeholder,
            .callback-form .form-group textarea::placeholder {
                color: #999;
            }

            .callback-form .form-group input:focus,
            .callback-form .form-group select:focus,
            .callback-form .form-group textarea:focus {
                outline: none;
                border-color: #0066cc;
                box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
            }

            .callback-form .form-group textarea {
                resize: vertical;
                min-height: 80px;
            }

            .btn-callback {
                width: 100%;
                padding: 14px;
                background: #08111f;
                color: white;
                border: none;
                border-radius: 6px;
                font-size: 1rem;
                font-weight: 600;
                cursor: pointer;
                transition: background 0.3s;
                margin-top: 10px;
            }

            .btn-callback:hover {
                background: #0052a3;
                text-decoration: none;
                color: white;
            }

            .breadcrumb-section {
                background: linear-gradient(135deg, #003d7a 0%, #005ca8 100%);
                color: white;
                padding: 40px 0;
                margin-bottom: 50px;
            }

.breadcrumb-section h2 {
                font-size: 2.5rem;
                font-weight: 700;
                margin: 0;
            }

.about-hero {
    padding-bottom: 80px;
}

.about-hero-card {
    background: rgba(7, 18, 38, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 54px;
    backdrop-filter: blur(8px);
    box-shadow: 0 30px 80px rgba(3, 8, 20, 0.24);
}

.about-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffd6b4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-hero-copy {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 28px;
}

.about-hero-actions,
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.about-hero-stat-wrap {
    display: grid;
    gap: 16px;
}

.about-stat-card {
    background: linear-gradient(135deg, rgba(255, 122, 16, 0.18), rgba(14, 37, 70, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 24px;
}

.about-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 8px;
}

.about-stat-card span {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.about-story-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.about-story-panel h2,
.about-cta-card h2 {
    color: #10253f;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.about-story-panel p,
.about-cta-card p {
    color: #58627a;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-highlight-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(16, 37, 63, 0.08);
}

.about-highlight-card i {
    font-size: 2rem;
    color: #ff7a10;
    display: inline-block;
    margin-bottom: 14px;
}

.about-highlight-card h3,
.about-value-card h3 {
    color: #10253f;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-highlight-card p,
.about-value-card p {
    color: #5d6b8d;
    margin: 0;
    line-height: 1.7;
}

.about-values-section {
    padding: 80px 0;
    background: #fff6f2;
}

.about-value-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(16, 37, 63, 0.08);
}

.about-value-card span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #fff0e3;
    color: #ff7a10;
    font-weight: 800;
}

.about-cta-section {
    padding: 80px 0;
    background: #f4f8fb;
}

.about-cta-card {
    background: linear-gradient(135deg, #0f2436 0%, #1f4060 100%);
    border-radius: 28px;
    padding: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.about-cta-card h2 {
    color: #ffffff;
    margin-bottom: 12px;
}

.about-cta-card p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 700px;
}

@media (max-width: 991px) {
    .about-hero-card,
    .about-cta-card {
        padding: 32px 24px;
    }

    .about-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .about-story-panel h2,
    .about-cta-card h2 {
        font-size: 1.9rem;
    }

    .about-highlight-grid {
        grid-template-columns: 1fr;
    }

    .about-hero {
        padding-bottom: 56px;
    }
}

.legal-hero {
    padding-bottom: 60px;
}

.legal-hero-card {
    max-width: 900px;
    background: rgba(10, 23, 46, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 44px;
    box-shadow: 0 24px 70px rgba(3, 8, 20, 0.22);
}

.legal-hero-card h1 {
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.legal-hero-card p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
    margin-bottom: 0;
}

.legal-meta {
    display: inline-flex;
    margin-top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #d8e5ff;
    font-size: 0.92rem;
}

.legal-content-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f6f9fd 0%, #eef4fb 100%);
}

.legal-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.legal-sidebar,
.legal-content-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(16, 37, 63, 0.08);
}

.legal-sidebar {
    padding: 28px 24px;
    position: sticky;
    top: 24px;
}

.legal-sidebar h3 {
    color: #10253f;
    font-size: 1.05rem;
    margin-bottom: 16px;
    font-weight: 800;
}

.legal-sidebar a {
    display: block;
    color: #52627d;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f8;
    font-weight: 500;
}

.legal-sidebar a:last-child {
    border-bottom: 0;
}

.legal-sidebar a:hover {
    color: #ff7a10;
}

.legal-content-card {
    padding: 34px;
}

.legal-block + .legal-block {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #edf2f8;
}

.legal-block h2 {
    color: #10253f;
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.legal-block p {
    color: #5d6b8d;
    line-height: 1.85;
    margin-bottom: 14px;
}

.legal-list {
    margin: 0;
    padding-left: 20px;
    color: #5d6b8d;
}

.legal-list li {
    margin-bottom: 10px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .legal-hero-card,
    .legal-content-card,
    .legal-sidebar {
        padding: 24px;
    }

    .legal-block h2 {
        font-size: 1.3rem;
    }
}


/** MOBILE RESPONSIVE CSS **/

@media (min-width: 320px) and (max-width: 479px) {
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    padding: 0px 2px;
    font-size: 1.15rem;
}
.navbar-light .navbar-brand img {
    width: 155px;
}
.hero-section {
    padding-top: 8px;
}
.hero-label {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 6px 12px;
}
.hero-section h1 {
    font-size: 2rem;
    line-height: 1.12;
    margin-bottom: 16px;
}
.hero-subtext {
    font-size: 0.95rem;
    margin-bottom: 20px;
}
.btn-hero {
    width: 100%;
    margin-right: 0;
    align-items: center;
    text-align: center;
}
.hero-rating {
    width: 100%;
    justify-content: center;
}
.hero-features {
    margin-top: 28px !important;
    gap: 10px;
}
.feature-item {
    justify-content: flex-start;
}
}


/* =====================================================================
   CREATIVE ENHANCEMENTS  —  animations, depth & polish (fully responsive)
   ===================================================================== */

:root {
    --brand: #ff7a10;
    --brand-2: #ff9d4d;
    --ink: #0d1b36;
    --ink-2: #10253f;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Keyframes ---- */
@keyframes fgr-rise {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fgr-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fgr-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-22px) rotate(6deg); }
}
@keyframes fgr-drift {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(30px, -20px) scale(1.08); }
    100% { transform: translate(0, 0) scale(1); }
}
@keyframes fgr-pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(255, 122, 16, 0.5); }
    70%  { box-shadow: 0 0 0 14px rgba(255, 122, 16, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 122, 16, 0); }
}
@keyframes fgr-live {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.6); }
    50%      { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(0, 200, 83, 0); }
}
@keyframes fgr-shine {
    0%   { left: -140%; }
    60%, 100% { left: 140%; }
}

/* ---- Animated hero aurora / floating orbs ---- */
.hero-section {}
.hero-section::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    top: -160px;
    right: -120px;
    background: radial-gradient(circle, rgba(255, 122, 16, 0.30), transparent 62%);
    filter: blur(20px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: fgr-drift 14s ease-in-out infinite;
}
.hero-section .container { position: relative; z-index: 1; }
.hero-section main { position: relative; }
.hero-section main::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -140px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.28), transparent 60%);
    filter: blur(18px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: fgr-drift 18s ease-in-out infinite reverse;
}

/* ---- Staggered hero entrance ---- */
.hero-label,
.hero-section h1,
.hero-subtext,
.hero-actions,
.hero-features,
.hero-forms-warp {
    animation: fgr-rise 0.8s var(--ease) both;
}
.hero-label      { animation-delay: 0.05s; }
.hero-section h1 { animation-delay: 0.15s; }
.hero-subtext    { animation-delay: 0.28s; }
.hero-actions    { animation-delay: 0.40s; }
.hero-features   { animation-delay: 0.52s; }
.hero-forms-warp { animation-delay: 0.30s; animation-duration: 0.9s; }

.hero-label {
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* ---- Hero primary button: shine sweep ---- */
.btn-hero {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s var(--ease), background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.btn-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: -140%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: skewX(-20deg);
}
.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.btn-hero:hover::after { animation: fgr-shine 0.9s ease; }

/* ---- Feature chips ---- */
.feature-item {
    transition: transform 0.25s var(--ease), background 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(4px);
}
.feature-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 157, 77, 0.5);
}
.feature-item i { transition: transform 0.3s var(--ease); }
.feature-item:hover i { transform: scale(1.15) rotate(-6deg); color: #fff; }

/* ---- Call-now nav button: attention ring ---- */
.call-now { position: relative; animation: fgr-pulse-ring 2.6s ease-out infinite; }
.call-now:hover { transform: translateY(-2px); animation-play-state: paused; }
.call-now span:first-child i { animation: fgr-float 2.2s ease-in-out infinite; display: inline-block; }

/* ---- Gradient headings ---- */
.section-intro h2,
.destinations-section h2,
.price-match-section h2,
.faq-intro h2 {
    background: linear-gradient(92deg, var(--ink-2) 0%, var(--brand) 120%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.price-match-section h2 span { -webkit-text-fill-color: var(--brand); }

/* ---- Section kicker underline animation ---- */
.faq-intro .muted { position: relative; display: inline-block; }
.faq-intro .muted::after {
    content: "";
    display: block;
    height: 3px;
    width: 42px;
    margin: 8px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

/* ---- Benefit cards: lift + colored glow + top accent ---- */
.benefit-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #eef2fb;
    transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.benefit-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease);
}
.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 50px rgba(28, 55, 93, 0.18);
}
.benefit-card:hover::before { transform: scaleX(1); }
.benefit-card .benefit-icon { transition: transform 0.4s var(--ease); }
.benefit-card:hover .benefit-icon { transform: translateY(-2px) rotate(-8deg) scale(1.06); }

/* ---- Destination cards: image zoom + tag shine ---- */
.destination-image {
    overflow: hidden;
    transition: transform 6s ease;
}
.destination-card:hover .destination-image { transform: scale(1.08); }
.btn-dest { transition: background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease); }
.btn-dest:hover { transform: translateY(-2px); }
.dest-link { transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease; }
.dest-link:hover { background: #0065ff; color: #fff; transform: translateX(3px); }
.dest-link span { transition: transform 0.25s var(--ease); display: inline-block; }
.dest-link:hover span { transform: translateX(4px); }

/* ---- Price-match: CTA polish + live pulse ---- */
.btn-cta {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s var(--ease), box-shadow 0.25s ease;
    box-shadow: 0 12px 28px rgba(255, 122, 16, 0.32);
}
.btn-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(255, 122, 16, 0.42); }
.pm-live .dot { animation: fgr-live 1.8s ease-in-out infinite; }
.pm-image { transition: transform 0.5s var(--ease); }
.pm-image-wrap:hover .pm-image { transform: scale(1.02); }

/* ---- FAQ: smooth open + hover ---- */
.faq-item { transition: box-shadow 0.3s ease, transform 0.3s var(--ease); border: 1px solid #f1e6df; }
.faq-item:hover { box-shadow: 0 14px 30px rgba(28, 55, 93, 0.1); transform: translateY(-2px); }
.faq-item[open] { box-shadow: 0 18px 38px rgba(255, 122, 16, 0.12); border-color: #ffd9c2; }
.faq-item summary::after { transition: transform 0.3s var(--ease); }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-answer { animation: fgr-fade 0.4s ease both; }

/* ---- Footer link hover shift ---- */
.footer-links ul li a,
.support-box a { transition: color 0.2s ease, transform 0.2s ease; }
.footer-links ul li a:hover { transform: translateX(4px); display: inline-block; }

/* ---- Scroll-reveal (progressively enhanced by JS) ---- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.js-reveal .benefit-card,
.js-reveal .destination-card { will-change: transform, opacity; }

/* ---- Nav links animated underline ---- */
.navbar-light .navbar-nav .nav-link { position: relative; transition: color 0.2s ease; }
.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 20px; right: 20px; bottom: -2px;
    height: 2px;
    background: var(--brand);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s var(--ease);
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after { transform: scaleX(1); }

/* ---- Accessibility: respect reduced-motion ---- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
}

/* ---- Extra responsive refinements ---- */
@media (max-width: 991px) {
    .hero-section::after { width: 300px; height: 300px; top: -120px; right: -90px; }
    .hero-section main::before { display: none; }
}
@media (max-width: 767px) {
    .benefit-card { min-height: auto; }
    .section-intro h2,
    .destinations-section h2,
    .price-match-section h2 { line-height: 1.2; }
    .destinations-section .d-flex { flex-direction: column; align-items: flex-start; }
    .dest-link { align-self: stretch; text-align: center; }
}
@media (max-width: 575px) {
    .benefits-section,
    .price-match-section { padding: 44px 0; }
    .benefit-card { padding: 22px 20px; border-radius: 20px; }
    .destination-card { border-radius: 20px; }
}

