@font-face {
    font-family: 'HolidayFree';
    src: url('/fonts/HolidayFree.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* =========================================
   RESET
========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    overflow-x:hidden;
}

body{
    font-family:'Poppins',sans-serif;
    background: radial-gradient(circle at top,#15335d,#020c1b);
    color:#e6ecf7;
}

a{
    text-decoration:none;
}

.wrapper{
    padding:60px;
}
.contact-bar{
    max-width:1100px;
    margin:50px auto 0;
    padding:18px 30px;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;

    background:rgba(44,74,128,.95);
    border-radius:18px;
    color:#fff;
}

.contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
}

.contact-item i{
    font-size:28px;
    color:#fff;
    width:35px;
    text-align:center;
}

.contact-item span{
    font-size:16px;
    font-weight:500;
    word-break:break-word;
}
/* =========================================
   VALIDATION
========================================= */

.field{
    position:relative;
}

.input-error{
    border-bottom:2px solid #ff4d4f !important;
}

.error-text{
    color:#ff4d4f;
    font-size:12px;
    margin-top:6px;
    display:block;
    font-weight:500;
}

.shake{
    animation:shake .3s;
}

@keyframes shake{

    0%{transform:translateX(0);}
    25%{transform:translateX(-5px);}
    50%{transform:translateX(5px);}
    75%{transform:translateX(-5px);}
    100%{transform:translateX(0);}

}
/* =========================================
   TOP BAR
========================================= */

.topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;

    padding:10px 40px;

    background:#1e3a63;

    font-size:13px;
}

.topbar .left,
.topbar .right{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

/* =========================================
   NAVBAR
========================================= */

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 40px;

    background:white;

    position:sticky;
    top:0;
    z-index:1000;
}

.logo img{
    height:45px;
}

.menu{
    display:flex;
    align-items:center;
    gap:28px;
}

.menu a{
    color:#1e3a63;
    font-weight:600;
    font-size:15px;
    transition:.3s;
}

.menu a:hover{
    color:#3a8cff;
}

/* =========================================
   HERO
========================================= */

.hero{
    min-height:620px;

    background:
        linear-gradient(
            rgba(2,12,27,.55),
            rgba(2,12,27,.85)
        ),
        url('/img/kabba.png') center/cover no-repeat;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.hero-overlay{
    padding:20px;
}

.hero-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:50px;
    margin-bottom:35px;
    flex-wrap:wrap;
}

.hero-logos img{
    height:170px;
}

.hero h1{
    font-size:80px;
    font-weight:800;
    line-height:1;
    letter-spacing:-3px;
    color:white;
}

.subtitle{
    margin-top:20px;
    font-size:40px;
    line-height:1.1;
    font-family:'HolidayFree','Comic Sans MS',cursive;
    color:white;
}

/* =========================================
   WHY
========================================= */

.why{
    padding:100px 20px;
    text-align:center;

    background:
        radial-gradient(circle at top,#14396a,#020c1b 75%);
}

.why h2{
    font-size:70px;
    font-weight:800;
    color:white;
}

.why-sub{
    font-family:'HolidayFree','Comic Sans MS',cursive;

    font-size:42px;

    margin-top:-10px;
    margin-bottom:60px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:25px;

    max-width:1200px;
    margin:auto;
}

.why-card{
    padding:35px 25px;

    border-radius:28px;

    background:
        linear-gradient(
            145deg,
            rgba(31,60,99,.95),
            rgba(22,42,72,.95)
        );

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card .icon{
    width:90px;
    height:90px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.15),
            rgba(255,255,255,.05)
        );
}

.why-card i{
    font-size:40px;
}

.why-card p{
    font-size:15px;
    line-height:1.7;
    font-weight:600;
}
/* Payment Step Styles */
.payment-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.total-box {
    background: #e3f2fd;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 1.2rem;
}

#payment-element {
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

#paymentLoader {
    padding: 40px 0;
}

.error-text {
    color: #dc3545;
    font-size: 0.9rem;
    display: block;
    margin-top: 5px;
}

.input-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.shake {
    animation: shake 0.3s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

/* Loading state for buttons */
.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

#cashNotice {
    border-left: 4px solid #198754;
}
/* =========================================
   PAYMENT STEP - PROFESSIONAL STYLES
========================================= */

/* Header */
.payment-header {
    text-align: center;
    margin-bottom: 40px;
}

.payment-header h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.payment-header h2 i {
    margin-right: 12px;
}

.payment-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    font-weight: 400;
}

/* Total Card */
.total-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.total-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.total-label i {
    font-size: 22px;
    color: #4ea1ff;
}

.total-amount strong {
    font-size: 36px;
    font-weight: 800;
    color: #ffbf2f;
    letter-spacing: 1px;
}

/* Info Badge */
.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(78, 161, 255, 0.15);
    border: 1px solid rgba(78, 161, 255, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
}

.info-badge i {
    color: #4ea1ff;
    font-size: 16px;
}

.info-badge strong {
    color: #ffffff;
}

/* Payment Options Grid */
.payment-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .payment-options-grid {
        grid-template-columns: 1fr;
    }
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.form-group label i {
    color: #4ea1ff;
    font-size: 18px;
}

.custom-select {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
}

.custom-select:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(78, 161, 255, 0.4);
}

.custom-select:focus {
    outline: none;
    border-color: #4ea1ff;
    box-shadow: 0 0 0 3px rgba(78, 161, 255, 0.2);
}

.custom-select option {
    background: #1a2f4a;
    color: #ffffff;
    padding: 10px;
}

/* Deposit Info */
.deposit-info {
    margin-bottom: 20px;
}

.deposit-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    background: rgba(255, 191, 47, 0.10);
    border: 1px solid rgba(255, 191, 47, 0.25);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.deposit-box i {
    font-size: 22px;
    color: #ffbf2f;
}

.deposit-box strong {
    color: #ffbf2f;
    font-size: 20px;
}

.deposit-detail {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 8px;
}

/* Cash Notice */
.cash-notice {
    margin-bottom: 20px;
}

.cash-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    background: rgba(46, 194, 126, 0.12);
    border: 1px solid rgba(46, 194, 126, 0.3);
    border-radius: 14px;
}

.cash-box i {
    font-size: 24px;
    color: #2ec27e;
}

.cash-box strong {
    color: #ffffff;
    font-size: 16px;
}

.cash-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 4px 0 0 0;
}

/* Payment Summary Card */
.payment-summary-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    padding: 24px 28px;
    margin-bottom: 28px;
}

.payment-summary-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-summary-card h4 i {
    color: #4ea1ff;
}

.summary-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.summary-value {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}

.total-row {
    padding-top: 16px;
    margin-top: 8px;
    border-top: 2px solid rgba(255, 191, 47, 0.3);
}

.total-row span {
    color: #ffffff;
    font-size: 18px;
}

.total-row .total-amount {
    color: #ffbf2f;
    font-size: 24px;
}

/* Payment Actions */
.payment-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 20px 0;
}

.btn-payment {
    padding: 14px 32px;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
    justify-content: center;
}

.btn-payment:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-payment:active {
    transform: translateY(0px);
}

.btn-primary {
    background: linear-gradient(145deg, #4ea1ff, #3a8cff);
    color: #ffffff;
}

.btn-primary:hover {
    background: linear-gradient(145deg, #5aabff, #4a96ff);
    box-shadow: 0 8px 30px rgba(78, 161, 255, 0.3);
}

.btn-success {
    background: linear-gradient(145deg, #2ec27e, #28a86e);
    color: #ffffff;
}

.btn-success:hover {
    background: linear-gradient(145deg, #3acd88, #2eb878);
    box-shadow: 0 8px 30px rgba(46, 194, 126, 0.3);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
}

.btn-pay {
    min-width: 240px;
    padding: 16px 40px;
    font-size: 18px;
}

/* Navigation Buttons */
.navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
}

.navigation-buttons .btn-payment {
    min-width: 160px;
}

.btn-next {
    background: linear-gradient(145deg, #4ea1ff, #3a8cff);
    color: #ffffff;
}

.btn-next:hover {
    background: linear-gradient(145deg, #5aabff, #4a96ff);
    box-shadow: 0 8px 30px rgba(78, 161, 255, 0.3);
}

.btn-prev {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-prev:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Stripe Section */
.stripe-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.payment-loader {
    text-align: center;
    padding: 40px 0;
}

.payment-loader p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
    font-size: 14px;
}

.payment-element-wrapper {
    padding: 24px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 20px;
}

.payment-errors {
    color: #ff4d4f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 16px 0;
    padding: 12px;
    background: rgba(255, 77, 79, 0.10);
    border-radius: 10px;
    border: 1px solid rgba(255, 77, 79, 0.20);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.payment-header,
.total-card,
.payment-options-grid,
.payment-summary-card {
    animation: fadeInUp 0.6s ease forwards;
}

.payment-options-grid {
    animation-delay: 0.1s;
}

.payment-summary-card {
    animation-delay: 0.2s;
}

/* Responsive */
@media (max-width: 768px) {
    .payment-header h2 {
        font-size: 28px;
    }

    .total-card {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 20px;
    }

    .total-amount strong {
        font-size: 28px;
    }

    .btn-payment {
        min-width: 100%;
        padding: 14px 24px;
    }

    .payment-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .navigation-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .payment-summary-card {
        padding: 18px 20px;
    }

    .deposit-box,
    .cash-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .payment-header h2 {
        font-size: 24px;
    }

    .total-amount strong {
        font-size: 24px;
    }

    .summary-row span {
        font-size: 14px;
    }

    .summary-value {
        font-size: 15px;
    }
}

/* ===============================
   Welcome Section
================================ */

.welcome-section{
    padding:60px 20px;
}

.welcome-card{

    max-width:900px;
    margin:auto;

    background:linear-gradient(145deg,#28467c,#203763);

    border-radius:28px;

    padding:50px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 15px 40px rgba(0,0,0,.25);

    text-align:center;
}

.welcome-card h2{

    color:#fff;

    font-size:34px;

    font-weight:800;

    font-style:italic;

    text-transform:uppercase;

    line-height:1.35;

    margin-bottom:35px;
}

.welcome-card p{

    color:#eef3ff;

    font-size:22px;

    line-height:1.9;

    margin-bottom:35px;

    font-weight:400;
}

.welcome-card strong{

    color:white;

    font-weight:700;
}

.welcome-card h3{

    color:white;

    font-size:28px;

    font-style:italic;

    font-weight:800;

    text-transform:uppercase;

    line-height:1.5;
}
/* =========================================
   STEPPER
========================================= */

.stepper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;

    margin-bottom:50px;

    flex-wrap:wrap;
}

.step{
    text-align:center;

    font-size:12px;

    opacity:.5;

    color:#cfd6e6;

    cursor:pointer;

    transition:.3s;
}

.step:hover{
    opacity:1;
}

.step span{
    display:block;
    margin-top:6px;
    font-size:13px;
}

.circle{
    width:36px;
    height:36px;

    border-radius:50%;

    background:rgba(255,255,255,.2);

    display:flex;
    align-items:center;
    justify-content:center;

    margin:auto;
}

.step.active{
    opacity:1;
    color:#4ea1ff;
}

.step.active .circle{
    background:#3a8cff;
    color:white;
}

.line{
    width:70px;
    height:2px;
    background:rgba(255,255,255,.3);
}

/* =========================================
   CARD
========================================= */

.card{
    max-width:1100px;

    margin:auto;

    padding:45px;

    border-radius:35px;

    background:
        linear-gradient(
            145deg,
            #6f88ad,
            #556f98
        );
}

/* =========================================
   STEP 1 FORM
========================================= */

.form-title{
    font-size:48px;
    font-weight:800;
    margin-bottom:55px;
    color:white;
}

.grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px 45px;
}

.field{
    margin-bottom:5px;
}

.field.full{
    grid-column:1/-1;
}

.field label{
    display:block;
    margin-bottom:10px;

    font-size:14px;
    font-weight:600;

    opacity:.9;
}

.field input,
.field select{
    width:100%;

    background:transparent;

    border:none;

    border-bottom:1px solid rgba(255,255,255,.55);

    color:white;

    padding:10px 0;

    font-size:18px;

    outline:none;
}

.field input::placeholder{
    color:rgba(255,255,255,.7);
}

select{
    appearance:none;

    background:url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right;

    background-size:18px;
}

select option{
    background:#2f4568;
    color:white;
}

/* =========================================
   FLIGHT CHOICE
========================================= */

.flight-choice-wrapper{
    margin-top:20px;
}

.flight-title{
    display:block;

    margin-bottom:15px;

    font-size:18px;
    font-weight:600;
}

.radio{
    display:flex;
    gap:60px;
    flex-wrap:wrap;
}

.radio-item{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:18px;
}

/* =========================================
   NOTES
========================================= */

.notes-wrapper{
    margin-top:25px;
}

/* =========================================
   UPLOADS
========================================= */

.uploads{
    margin-top:45px;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.upload{
    width:100%;
}

.upload p{
    margin-bottom:15px;

    font-size:18px;
    font-weight:600;
}

.upload label{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:160px;
    height:55px;

    background:white;
    color:#203864;

    border-radius:40px;

    font-size:13px;
    font-weight:700;

    cursor:pointer;

    transition:.3s;
}

.upload label:hover{
    transform:translateY(-2px);
}

.upload input{
    display:none;
}

.upload-note{
    margin-top:25px;

    font-size:14px;
    font-style:italic;

    opacity:.85;
}

.file-name{
    margin-top:10px;

    font-size:13px;

    color:#4ea1ff;
}

/* =========================================
   BUTTONS
========================================= */

.center{
    margin-top:45px;
    text-align:center;
}

.btn{
    width:190px;
    height:54px;
    font-size:18px;
    border:none;
    border-radius:40px;
    background:#e6e6e6;
    color:#203864;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}
.btn:hover{
    transform:translateY(-3px);
}

/* =========================================
   STEP CONTENT
========================================= */

.step-content{
    display:none;
}

.step-content.active{
    display:block;
}

/* =========================================
   TRAVEL COMPANIONS
========================================= */

.companion{
    background:#2f4a7a;

    padding:25px;

    border-radius:25px;

    margin-bottom:20px;
}

.comp-header{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:20px;
}

.comp-header h4{
    font-size:22px;
    font-weight:700;
}

.delete{
    cursor:pointer;
    font-size:20px;
}

.add{
    background:#2f4a7a;

    padding:18px;

    border-radius:25px;

    text-align:center;

    cursor:pointer;

    margin-top:25px;

    font-size:18px;
    font-weight:600;

    transition:.3s;
}

.add:hover{
    transform:translateY(-2px);
}

/* =========================================
   TERMS
========================================= */

.terms-box{
    background:rgba(255,255,255,0.08);

    padding:30px;

    border-radius:20px;

    max-height:320px;

    overflow-y:auto;

    line-height:1.8;

    font-size:14px;

    color:#e6ecf7;

    border:1px solid rgba(255,255,255,0.1);
}

.terms-box::-webkit-scrollbar{
    width:6px;
}

.terms-box::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,0.3);
    border-radius:10px;
}

.checkbox{
    margin-top:25px;

    display:flex;
    align-items:center;
    gap:10px;

    font-size:14px;
}

.checkbox input{
    width:18px;
    height:18px;

    accent-color:#4ea1ff;

    cursor:pointer;
}

/* =========================================
   JOURNEY
========================================= */

.journey{
    margin-bottom:60px;
}

.journey-title{
    text-align:center;

    font-size:42px;

    font-weight:600;

    margin-bottom:30px;
}

.journey-card{
    max-width:1100px;

    margin:auto;

    padding:50px;

    border-radius:30px;

    background:
        linear-gradient(
            145deg,
            #2f4568,
            #1b2f4f
        );
}

.journey-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

/* =========================================
   FOOTER HERO
========================================= */

.footer-hero{
    height:420px;

    position:relative;

    background:
        linear-gradient(
            rgba(2,12,27,.35),
            rgba(2,12,27,.55)
        ),
        url('/img/footer-kaaba.png');

    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

.footer-hero-text{
    position:absolute;

    top:50%;
    right:8%;

    transform:translateY(-50%);

    font-family:'HolidayFree', cursive;

    font-size:70px;

    line-height:1.1;

    color:white;

    text-align:right;

    z-index:2;
}

/* =========================================
   FOOTER
========================================= */

.footer{
    background:#35528a;

    padding:60px 30px 20px;
}

.footer-container{
    max-width:1200px;

    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:50px;
}

.footer-col h4{
    font-size:28px;

    margin-bottom:25px;

    color:white;
}

.footer-col p,
.footer-col li,
.footer-col a{
    color:white;

    opacity:.9;

    font-size:15px;

    line-height:2;
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-logo{
    width:180px;
    margin-bottom:20px;
}

.footer-bottom{
    max-width:1200px;

    margin:40px auto 0;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.2);

    display:flex;
    justify-content:space-between;
    align-items:center;

    flex-wrap:wrap;

    gap:15px;
}

.socials{
    display:flex;
    gap:15px;
}

.socials i{
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.socials i:hover{
    transform:translateY(-2px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:992px){

    .grid{
        grid-template-columns:1fr 1fr;
    }

    .why-grid{
        grid-template-columns:1fr;
        max-width:450px;
    }

    .uploads{
        grid-template-columns:1fr;
    }

    .journey-grid{
        grid-template-columns:1fr;
    }

    .hero h1{
        font-size:60px;
    }

    .subtitle{
        font-size:40px;
    }

}

@media(max-width:768px){

    .wrapper{
        padding:30px 15px;
    }

    .topbar{
        justify-content:center;
        text-align:center;
    }

    .navbar{
        padding:18px 20px;
    }

    .hero{
        min-height:520px;
    }

    .hero h1{
        font-size:46px;
    }

    .subtitle{
        font-size:30px;
    }

    .hero-logos img{
        height:55px;
    }

    .why{
        padding:80px 20px;
    }

    .why h2{
        font-size:42px;
    }

    .why-sub{
        font-size:28px;
    }

    .card{
        padding:30px 20px;
    }

    .grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .radio{
        flex-direction:column;
        gap:15px;
    }

    .uploads{
        grid-template-columns:1fr;
        gap:25px;
    }

    .btn{
        width:100%;
    }

    .footer-hero-text{
        left:50%;
        right:auto;

        transform:translate(-50%,-50%);

        width:90%;

        text-align:center;

        font-size:42px;
    }

    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:480px){

    .hero h1{
        font-size:38px;
    }

    .subtitle{
        font-size:25px;
    }

    .why h2{
        font-size:35px;
    }

    .why-sub{
        font-size:22px;
    }

    .footer-hero-text{
        font-size:32px;
    }

}
/* =========================================
   JOURNEY
========================================= */

.journey{
    padding:70px 20px;

    background:
        radial-gradient(circle at top,#14396a,#020c1b 75%);
}

.journey-title{
    text-align:center;

    font-size:52px;

    font-weight:800;

    color:white;

    margin-bottom:35px;

    letter-spacing:-1px;
}

.journey-card{
    max-width:1050px;

    margin:auto;

    padding:45px;

    border-radius:28px;

    background:
        linear-gradient(
            145deg,
            #203f74,
            #162b52
        );

    box-shadow:
        0 10px 35px rgba(0,0,0,.25);
}

.journey-grid{
    display:grid;

    grid-template-columns:1fr 1fr;

    gap:45px;
}

/* =========================================
   DATE
========================================= */

.date{
    font-size:26px;

    font-weight:700;

    color:white;

    margin-bottom:25px;
}

/* =========================================
   FLIGHT BOX
========================================= */

.flight-box{
    background:white;

    width:fit-content;

    padding:18px 22px;

    border-radius:16px;

    margin-bottom:40px;
}

.flight-box strong{
    display:block;

    color:#1d3764;

    font-size:18px;

    font-weight:800;

    margin-bottom:6px;
}

.flight-box span{
    color:#35528a;

    font-size:12px;

    line-height:1.5;
}

/* =========================================
   PRICE
========================================= */

.price-title{
    font-size:32px;
    font-weight:800;
    color:#ffbf2f;
    margin:40px 0 20px;
    letter-spacing:1px;
}

.price-table{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.price-item{
    display:flex;
    align-items:center;
    justify-content:space-between;

    font-size:18px;

    font-weight:600;

    color:white;

    border-bottom:1px solid rgba(255,255,255,.1);

    padding-bottom:8px;
}

/* =========================================
   ACCOMMODATION
========================================= */

.journey-grid h4{
    font-size:28px;

    font-weight:800;

    color:white;

    margin-bottom:25px;
}


.hotel{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:18px;
    margin-bottom:18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.hotel:hover{
    background:rgba(255,255,255,.12);
    transform:translateY(-2px);
}

.hotel-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    font-size:22px;
    flex-shrink:0;
}

.hotel-info h5{
    font-size:24px;
    font-weight:700;
    color:#fff;
}

.hotel-city{
    font-size:16px;
    color:#9db8ea;
    margin-top:6px;
}

.hotel-city{
    margin:6px 0 12px;
    color:#d8e4ff;
    font-size:15px;
}

.hotel-meta{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    font-size:14px;
    color:#dbeafe;
}

.night-badge{
    background:#2ec27e;
    color:#fff;
    padding:4px 12px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}
/* =========================================
   INCLUSIONS
========================================= */

.mt{
    margin-top:45px;
}

.list{
    padding-left:20px;
}

.list li{
    margin-bottom:10px;

    font-size:16px;

    line-height:1.6;
}

/* =========================================
   GUIDES
========================================= */

.guides-title{
    text-align:center;

    font-size:38px;

    font-weight:800;

    margin-top:60px;
    margin-bottom:35px;

    color:white;
}

.guides{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.guides-title{
    text-align:center;
    font-size:42px;
    font-weight:800;
    color:#fff;
    letter-spacing:2px;
    text-transform:uppercase;
    margin:70px 0 40px;
}

.avatar{
    width:90px;
    height:90px;

    border-radius:50%;

    overflow:hidden;

    margin:0 auto 15px;

    border:3px solid rgba(255,255,255,.2);
}

.avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.guide h5{
    font-size:18px;

    font-weight:700;

    margin-bottom:8px;

    color:white;
}

.guide p{
    font-size:13px;

    line-height:1.6;

    opacity:.9;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:992px){

    .journey-grid{
        grid-template-columns:1fr;
    }

    .guides{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .journey{
        padding:50px 15px;
    }

    .journey-card{
        padding:28px 20px;
        border-radius:24px;
    }

    .journey-title{
        text-align:center;
        font-size:56px;
        font-weight:800;
        color:#fff;
        letter-spacing:2px;
        text-transform:uppercase;
        margin-bottom:50px;
    }

    .date{
        font-size:42px;
        font-weight:800;
        color:#fff;
        line-height:1.1;
        margin-bottom:8px;
    }
    .package-type{
        display:inline-flex;
        align-items:center;
        padding:10px 18px;
        margin-bottom:35px;

        border-radius:50px;

        background:#2ec27e;
        color:#fff;

        font-size:13px;
        font-weight:700;
        letter-spacing:1px;
        text-transform:uppercase;
    }
    .flight-box{
        width:100%;
    }

    .journey-grid h4{
        font-size:34px;
        font-weight:800;
        color:#fff;
        margin-bottom:30px;
        letter-spacing:1px;
    }

    .guides-title{
        font-size:30px;
    }

}

/* =========================================
   STEP 4 — PAYMENT
========================================= */

.step-content[data-step="4"] h2{
    font-size:42px;
    font-weight:800;
    color:white;
    letter-spacing:-1px;
    margin-bottom:35px;
}

/* ---- Total price banner ---- */

.total-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;

    padding:22px 28px;

    border-radius:22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.14),
            rgba(255,255,255,.04)
        );

    border:1px solid rgba(255,255,255,.15);

    font-size:18px;
    font-weight:600;
    color:white;
}

.total-box strong{
    font-size:32px;
    font-weight:800;
    color:#ffbf2f;
}

/* ---- Form groups (selects) ---- */

.step-content[data-step="4"] .form-group label{
    display:block;
    margin-bottom:10px;

    font-size:14px;
    font-weight:600;

    color:white;
    opacity:.9;
}

.step-content[data-step="4"] .form-control{
    width:100%;

    background:transparent;

    border:none;
    border-bottom:1px solid rgba(255,255,255,.55);

    color:white;

    padding:10px 0;

    font-size:18px;

    outline:none;
}

.step-content[data-step="4"] .form-control:focus{
    border-bottom-color:#4ea1ff;
}

/* Native select arrow + dark dropdown options for this step
   (re-uses the same look as the global select{} / select option{} rules) */
.step-content[data-step="4"] select.form-control{
    appearance:none;

    background:url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right;
    background-size:18px;
}

/* ---- Deposit info note ---- */

#depositInfo{
    margin-top:12px !important;

    padding:14px 18px;

    background:rgba(255,255,255,.06);

    border-left:3px solid #4ea1ff;
    border-radius:12px;

    color:#cfd6e6 !important;
    font-size:14px !important;
}

#depositAmountLabel{
    color:#ffbf2f;
}

/* ---- Cash / Check notice (overrides inline light-mode styles) ---- */

#cashNotice{
    background:rgba(255,255,255,.07) !important;
    border-left:4px solid #ffbf2f !important;

    border-radius:16px !important;

    padding:18px 22px !important;

    color:#e6ecf7 !important;
}

/* ---- Stripe payment element ---- */

#paymentLoader{
    color:#cfd6e6 !important;
    font-size:14px;
}

#payment-element{
    padding:22px;

    border-radius:18px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.15);
}

#payment-errors{
    color:#ff4d4f !important;
    font-size:13px !important;
    font-weight:500;
    margin-top:10px !important;
}

/* ---- Previous / Next buttons ---- */

.step-content[data-step="4"] .center{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn.prev{
    background:transparent;
    border:2px solid rgba(255,255,255,.55);
    color:white;
}

.btn.prev:hover{
    border-color:#4ea1ff;
    color:#4ea1ff;
}

@media(max-width:768px){

    .step-content[data-step="4"] h2{
        font-size:32px;
    }

    .total-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn,
    .btn.prev{
        width:100%;
    }

}
@media(max-width:768px){

    .welcome-section{
        padding:40px 15px;
    }

    .welcome-card{
        padding:30px 22px;
        border-radius:22px;
    }

    .welcome-card h2{
        font-size:22px;
        line-height:1.45;
        margin-bottom:25px;
    }

    .welcome-card p{
        font-size:17px;
        line-height:1.8;
        margin-bottom:25px;
    }

    .welcome-card h3{
        font-size:20px;
        line-height:1.5;
    }

}
@media (max-width:768px){

    .contact-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
        margin:35px 20px;
        padding:18px;
    }

    .contact-item{
        width:100%;
    }

    .contact-item span{
        font-size:16px;
    }

    .contact-item i{
        font-size:22px;
    }

}
/* =========================================
   INCLUSIONS - ACCORDION STYLE
========================================= */

.inclusions-wrapper {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.inclusions-header {
    cursor: pointer;
    transition: all 0.3s ease;
}

.inclusions-header:hover {
    opacity: 0.8;
}

.inclusions-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.toggle-icon {
    font-size: 24px;
    color: #4ea1ff;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.inclusions-content {
    margin-top: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   INCLUSIONS - GRID STYLE (Option 2)
========================================= */

.inclusions-full {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inclusions-full .inclusions-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.inclusions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.inclusion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 14px;
    color: #e6ecf7;
    transition: all 0.3s ease;
}

.inclusion-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.inclusion-check {
    color: #2ec27e;
    font-weight: 700;
    font-size: 16px;
}

/* =========================================
   FLIGHT STYLES
========================================= */

.flight-note {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

.flight-detail {
    display: block;
    font-size: 14px;
    color: #4ea1ff;
    margin-top: 4px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {
    .inclusions-grid {
        grid-template-columns: 1fr;
    }

    .inclusions-title {
        font-size: 18px;
    }

    .inclusion-item {
        font-size: 13px;
        padding: 6px 10px;
    }
}
/* =========================================
   GUIDES - CENTERED BASED ON COUNT
========================================= */

.guides-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.guides {
    display: grid;
    gap: 30px;
    width: 100%;
    justify-items: center;
}

/* 1 Guide - Centered single column */
.guides-1 {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
}

/* 2 Guides - Two columns centered */
.guides-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
}

/* 3 Guides - Three columns centered */
.guides-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

/* 4 Guides - Four columns centered */
.guides-4 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

/* 5+ Guides - Three columns with wrap */
.guides-5 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.guides-6 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.guides-7 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

.guides-8 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

.guides-9 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.guides-10 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    margin: 0 auto;
}

/* Guide Card Styles */
.guide {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 220px;
}

.guide:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid rgba(78, 161, 255, 0.3);
    transition: all 0.3s ease;
}

.guide:hover .avatar {
    border-color: #4ea1ff;
    transform: scale(1.05);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
}

.guide p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.guides-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 35px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* =========================================
   INCLUSIONS STYLES
========================================= */

.inclusions-full {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inclusions-full .inclusions-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.inclusions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.inclusion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 14px;
    color: #e6ecf7;
    transition: all 0.3s ease;
}

.inclusion-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(4px);
}

.inclusion-check {
    color: #2ec27e;
    font-weight: 700;
    font-size: 16px;
}

/* =========================================
   RESPONSIVE - GUIDES
========================================= */

@media (max-width: 992px) {
    .guides-3 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    .guides-4 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    .guides-5 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    .guides-6 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    .guides-7 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 700px;
    }

    .guides-8 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 700px;
    }

    .guides-9 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 700px;
    }

    .guides-10 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .guides-1 {
        max-width: 250px;
    }

    .guides-2 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-3 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-4 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-5 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-6 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-7 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-8 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-9 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guides-10 {
        grid-template-columns: 1fr 1fr;
        max-width: 400px;
    }

    .guide {
        max-width: 180px;
        padding: 15px;
    }

    .avatar {
        width: 70px;
        height: 70px;
    }

    .guides-title {
        font-size: 28px;
    }

    .inclusions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .guides-1 {
        max-width: 200px;
    }

    .guides-2 {
        grid-template-columns: 1fr;
        max-width: 250px;
    }

    .guides-3 {
        grid-template-columns: 1fr;
        max-width: 250px;
    }

    .guides-4 {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
    }

    .guides-5 {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
    }

    .guides-6 {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
    }

    .guides-7 {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
    }

    .guides-8 {
        grid-template-columns: 1fr 1fr;
        max-width: 350px;
    }

    .guide {
        max-width: 160px;
        padding: 12px;
    }

    .avatar {
        width: 60px;
        height: 60px;
    }

    .guide h5 {
        font-size: 15px;
    }

    .guide p {
        font-size: 12px;
    }
}
.waitlist-banner {
    display: inline-block;
    background: #dc3545;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 50px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px auto 20px;
    animation: pulse-waitlist 2s infinite;
    box-shadow: 0 4px 30px rgba(220, 53, 69, 0.4);
    text-align: center;
}

.waitlist-banner .waitlist-icon {
    font-size: 28px;
    margin-right: 12px;
}

.waitlist-banner .waitlist-sub {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-top: 4px;
}

@keyframes pulse-waitlist {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 30px rgba(220, 53, 69, 0.4);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 4px 50px rgba(220, 53, 69, 0.6);
    }
}

.waitlist-notice {
    background: rgba(220, 53, 69, 0.15);
    border: 2px solid #dc3545;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 30px;
    text-align: center;
}

.waitlist-notice i {
    font-size: 32px;
    color: #dc3545;
    display: block;
    margin-bottom: 10px;
}

.waitlist-notice h4 {
    color: #dc3545;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.waitlist-notice p {
    color: #e6ecf7;
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
    .waitlist-banner {
        font-size: 24px;
        padding: 10px 24px;
        letter-spacing: 2px;
    }

    .waitlist-banner .waitlist-icon {
        font-size: 22px;
        margin-right: 8px;
    }

    .waitlist-banner .waitlist-sub {
        font-size: 12px;
    }

    .waitlist-notice h4 {
        font-size: 18px;
    }

    .waitlist-notice p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .waitlist-banner {
        font-size: 18px;
        padding: 8px 16px;
        letter-spacing: 1px;
    }

    .waitlist-banner .waitlist-icon {
        font-size: 18px;
    }
}
