* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #152334;
    line-height: 1.65;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

/* =========================================================
   CONTAINER
========================================================= */

.container {
    width: min(92%, 1180px);
    margin: auto;
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

.skip {
    position: absolute;
    left: -9999px;
}

.skip:focus {
    left: 10px;
    top: 10px;
    background: #fff;
    padding: 10px;
    z-index: 9999;
}

/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #071a3a;
    color: #fff;
    font-size: 13px;
}

.topbar .container {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar a {
    color: #fff;
}

/* =========================================================
   HEADER / NAVIGATION
========================================================= */

header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e8e4dc;
    z-index: 1000;
    box-shadow: 0 3px 18px #071a3a0b;
}

.nav {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    width: 220px;
}

.brand img {
    width: 100%;
}

.toggle {
    display: none;
    background: none;
    border: 0;
    font-size: 28px;
}

nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 700;
    font-size: 15px;
}

nav a.active {
    color: #c98918;
}

nav .cta-link {
    background: #071a3a;
    color: #fff;
    border-radius: 999px;
    padding: 11px 18px;
}

/* =========================================================
   HERO / PAGE HERO
========================================================= */

.hero,
.page-hero {
    background: linear-gradient(120deg, #f8f4ea, #fff);
    padding: 85px 0;
}

.hero-grid,
.split,
.form-wrap {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 55px;
    align-items: center;
}

.eyebrow {
    color: #c98918;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 800;
}

.hero h1,
.page-hero h1,
.section h2,
.cta h2 {
    font-family: Georgia, serif;
    color: #071a3a;
    line-height: 1.1;
}

.hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    margin: 14px 0;
}

.hero h1 span {
    color: #c98918;
}

.hero p {
    font-size: 18px;
    color: #647180;
    max-width: 680px;
}

/* =========================================================
   GENERAL BUTTONS
========================================================= */

.buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
}

.primary {
    background: #071a3a;
    color: #fff;
}

.gold {
    color: #c98918;
}

.gold-btn {
    background: #c98918;
    color: #fff;
}

.light {
    background: #fff;
    border-color: #e8e4dc;
}

/* =========================================================
   HERO CARD
========================================================= */

.hero-card {
    background: #fff;
    border: 1px solid #e8d5ad;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 18px 55px #071a3a1f;
}

.hero-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-card-content {
    padding: 26px 28px 28px;
}

.hero-card-content h2 {
    margin: 0 0 10px;
    color: #071a3a;
}

.hero-card-content p {
    margin: 0;
    color: #647180;
}

/* =========================================================
   SECTIONS
========================================================= */

.section {
    padding: 78px 0;
}

.soft {
    background: #fbf8f2;
}

.head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 38px;
}

.head h2 {
    font-size: 42px;
    margin: 8px 0;
}

.head p,
.card p,
.step p {
    color: #647180;
}

/* =========================================================
   GRIDS
========================================================= */

.grid4,
.services,
.destinations,
.packages,
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.trust > div,
.card,
.step,
.form-card,
.feature {
    border: 1px solid #e8e4dc;
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 8px 28px #071a3a0a;
}

.card h3,
.step h3 {
    color: #071a3a;
    margin: 8px 0;
}

.icon {
    font-size: 25px;
    background: #fbf8f2;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
}

/* =========================================================
   DESTINATION / PACKAGE VISUALS
========================================================= */

.visual {
    width: 100%;
    height: 210px;
    margin: 0;
    padding: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: #f5f5f5;
    line-height: 0;
}

.visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

.destinations .card,
.packages .card {
    padding: 0;
    overflow: hidden;
}

.destinations .card > div:not(.visual),
.packages .card > div:not(.visual) {
    padding: 20px;
}

.small {
    font-size: 13px;
    color: #c98918;
    font-weight: 800;
}

/* =========================================================
   SPLIT CONTENT
========================================================= */

.split {
    grid-template-columns: 1fr 1fr;
}

.split h2 {
    font-size: 42px;
}

.check {
    padding-left: 0;
    list-style: none;
}

.check li {
    margin: 10px 0;
}

.check li:before {
    content: "✓";
    color: #c98918;
    font-weight: 900;
    margin-right: 9px;
}

/* =========================================================
   STEPS
========================================================= */

.steps {
    grid-template-columns: repeat(4, 1fr);
}

.num {
    width: 38px;
    height: 38px;
    background: #071a3a;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
}

/* =========================================================
   CTA SECTION
========================================================= */

.cta {
    background: #071a3a;
    color: #fff;
    text-align: center;
    padding: 70px 0;
}

.cta h2 {
    color: #fff;
    font-size: 42px;
}

.cta p {
    color: #ffffffc4;
}

/* CTA button container */

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

/* Both CTA buttons have exactly the same dimensions */

.cta-action {
    width: 220px;
    height: 52px;
    min-height: 52px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 220px;
    white-space: nowrap;
    font-size: 15px;
}

/* WhatsApp transparent CTA button */

.whatsapp-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #c98918;
    gap: 8px;
}

.whatsapp-outline:hover {
    background: #c98918;
    color: #fff;
}

/* WhatsApp icon */

.whatsapp-icon {
    width: 19px;
    height: 19px;
    display: block;
    fill: #25D366;
    flex: 0 0 19px;
}

/* =========================================================
   PAGE HERO
========================================================= */

.page-hero h1 {
    font-size: 52px;
    margin: 10px 0;
}

.page-hero p {
    max-width: 760px;
    color: #647180;
}

/* =========================================================
   CONTACT / FORM
========================================================= */

.form-wrap {
    align-items: start;
    grid-template-columns: 0.7fr 1.3fr;
}

/* =========================================================
   CONTACT / FORM
========================================================= */

.form-wrap {
    align-items: start;
    grid-template-columns: 0.7fr 1.3fr;
}

.contact {
    background: #071a3a;
    color: #fff;
    border-radius: 24px;
    padding: 32px;
}

/* Contact panel introduction */

.contact-intro {
    margin-bottom: 26px;
}

.contact-eyebrow {
    color: #c98918;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-intro h2 {
    margin: 0 0 10px;
    color: #fff;
    font: 32px Georgia, serif;
    line-height: 1.15;
}

.contact-intro p {
    margin: 0;
    color: #ffffffbd;
}

/* Contact links */

.contact a {
    display: block;
    margin: 14px 0;
}

.form-card {
    padding: 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.group {
    display: grid;
    gap: 7px;
}

.full {
    grid-column: 1 / -1;
}

.group label {
    font-size: 13px;
    font-weight: 800;
    color: #071a3a;
}

.group input,
.group select,
.group textarea {
    border: 1px solid #d8dce1;
    border-radius: 10px;
    padding: 12px;
}

.group textarea {
    min-height: 135px;
}

.hp {
    position: absolute;
    left: -10000px;
}

/* =========================================================
   ALERTS
========================================================= */

.alert {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.success {
    background: #eaf8f0;
    color: #12663e;
}

.error {
    background: #fff0f0;
    color: #9c2525;
}

.form-card {
    padding: 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.group {
    display: grid;
    gap: 7px;
}

.full {
    grid-column: 1 / -1;
}

.group label {
    font-size: 13px;
    font-weight: 800;
    color: #071a3a;
}

.group input,
.group select,
.group textarea {
    border: 1px solid #d8dce1;
    border-radius: 10px;
    padding: 12px;
}

.group textarea {
    min-height: 135px;
}

.hp {
    position: absolute;
    left: -10000px;
}

/* =========================================================
   ALERTS
========================================================= */

.alert {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.success {
    background: #eaf8f0;
    color: #12663e;
}

.error {
    background: #fff0f0;
    color: #9c2525;
}

/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #06162f;
    color: #fff;
    padding: 60px 0 90px;
}

/* Main 3-column footer layout */

.foot {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 70px;
    align-items: start;
}

/* Brand column */

.foot-brand {
    min-width: 0;
}

.footer-logo {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    width: 210px;
    display: block;
    margin-bottom: 12px;
}

.footer-logo img {
    width: 100%;
}

.foot-brand p {
    color: #ffffffb8;
    font-size: 14px;
    margin: 8px 0;
    max-width: 470px;
}

.foot-brand .gold {
    color: #c98918;
}

/* Footer columns */

.foot-column h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
}

.foot-column a,
.foot-column span {
    display: block;
    color: #ffffffb8;
    font-size: 14px;
    margin: 10px 0;
}

.foot-column a:hover {
    color: #c98918;
}

/* =========================================================
   SOCIAL MEDIA
========================================================= */

.social-links {
    margin-top: 28px;
}

.social-links h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 18px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 8px 12px;

    border: 1px solid #ffffff2b;
    border-radius: 999px;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.social-icons a:hover {
    border-color: #c98918;
    color: #c98918;
}

.social-icons svg {
    width: 17px;
    height: 17px;
    display: block;
    flex: 0 0 17px;
    fill: currentColor;
}

/* Instagram outline */

.social-icons svg rect,
.social-icons svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* WhatsApp */

.social-icons a:last-child svg {
    fill: #25D366;
}

.social-icons a:last-child:hover svg {
    fill: #25D366;
}

/* =========================================================
   FOOTER BOTTOM
========================================================= */

.bottom {
    border-top: 1px solid #ffffff1c;

    margin-top: 50px;
    padding-top: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #ffffffb8;
    font-size: 13px;
}

.bottom a {
    color: #ffffffb8;
}

.bottom a:hover {
    color: #c98918;
}


/* =========================================================
   MOBILE FOOTER
========================================================= */

@media (max-width: 760px) {

    footer {
        padding: 50px 0 90px;
    }

    .foot {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-logo {
        width: 200px;
    }

    .social-icons {
        gap: 8px;
    }

    .social-icons a {
        padding: 8px 11px;
    }

    .bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 40px;
    }
}

/* =========================================================
   SOCIAL MEDIA
========================================================= */

.social-links {
    margin-top: 24px;
}

.social-links h3 {
    margin: 0 0 13px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid #ffffff2b;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.social-icons a:hover {
    border-color: #c98918;
    color: #c98918;
}

.social-icons svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: currentColor;
    flex: 0 0 17px;
}

.social-icons svg rect,
.social-icons svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.social-icons a:nth-child(3) svg {
    fill: #25D366;
}

.social-icons a:hover:nth-child(3) svg {
    fill: #25D366;
}

/* =========================================================
   MOBILE FIXED ACTION BAR
========================================================= */

.mobile-actions {
    display: none;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .services,
    .destinations,
    .packages,
    .grid4,
    .trust,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    nav {
        gap: 12px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .topbar .container {
        justify-content: center;
    }

    .topbar .container span:last-child {
        display: none;
    }

    .nav {
        min-height: 72px;
    }

    .brand {
        width: 180px;
    }

    .toggle {
        display: block;
    }

    nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        background: #fff;
        padding: 15px 4%;
        flex-direction: column;
        align-items: stretch;
        border-bottom: 1px solid #e8e4dc;
    }

    nav.open {
        display: flex;
    }

    nav a {
        padding: 10px;
    }

    /* Hero */

    .hero,
    .page-hero {
        padding: 55px 0;
    }

    .hero-grid,
    .split,
    .form-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero h1 {
        font-size: 44px;
    }

    /* Sections */

    .section {
        padding: 60px 0;
    }

    .head h2,
    .split h2 {
        font-size: 34px;
    }

    .services,
    .destinations,
    .packages,
    .grid4,
    .trust,
    .steps,
    .foot {
        grid-template-columns: 1fr;
    }

    /* Forms */

    .form-grid {
        grid-template-columns: 1fr;
    }

    .full {
        grid-column: auto;
    }

    .page-hero h1 {
        font-size: 42px;
    }

    .bottom {
        flex-direction: column;
    }

    /* =====================================================
       CTA — MOBILE
       Keep both buttons side-by-side and equal in size
    ===================================================== */

    .cta-buttons {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .cta-action {
        width: calc(50% - 4px);
        max-width: 220px;
        min-width: 0;
        flex: 1 1 0;
        height: 52px;
        min-height: 52px;
        padding: 12px 8px;
        font-size: 14px;
        white-space: nowrap;
    }

    .whatsapp-outline {
        gap: 6px;
    }

    .whatsapp-icon {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    /* =====================================================
       FIXED MOBILE BOTTOM BAR
    ===================================================== */

    .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1.2fr 1fr;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 1100;
        border-top: 1px solid #e8e4dc;
    }

    .mobile-actions a {
        text-align: center;
        padding: 11px 4px;
        font-size: 12px;
        font-weight: 800;
    }

    .mobile-actions a:nth-child(2) {
        background: #168a54;
        color: #fff;
    }

    .mobile-actions a:nth-child(3) {
        background: #c98918;
        color: #fff;
    }
}

/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .cta-buttons {
        gap: 6px;
    }

    .cta-action {
        font-size: 13px;
        padding: 12px 5px;
    }

    .whatsapp-outline {
        gap: 5px;
    }

    .whatsapp-icon {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }
}

/* =========================================================
   FOOTER SOCIAL MEDIA
========================================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 1px solid #ffffff30;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: #c98918;
    border-color: #c98918;
    color: #fff;
}

.footer-social svg {
    width: 19px;
    height: 19px;
    display: block;
    flex: 0 0 19px;
}

.footer-social img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    display: block;
}