/* ========== GLOBAL STYLES ========== */
.jumbotron p, .jumbotron li { font-size: 18px; }
.content .container { padding-right: 15px!important; padding-left: 15px!important; }
.row { margin-left: 0; }
.section-padding { padding: 60px 0 !important; }
.bg-light { background-color: #f5f5f5; }
.bg-blue { background: linear-gradient(135deg, #005ba3 0%, #006fc4 50%, #0088e6 100%); color: #fff; }
.btn-outline { border: 2px solid #006fc4; color: #006fc4; background: transparent; }
.btn-outline:hover { background: #006fc4; color: #fff!important; }
.list-unstyled li { padding-left: 25px; position: relative; }

/* ========== HERO SECTION ========== */
.organizer-hero {
    position: relative;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    overflow: hidden;
}
.organizer-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 199, 255, 0.5) 0%, rgba(141, 84, 255, 0.2) 40%, transparent 70%);
    filter: blur(60px);
    animation: float 8s ease-in-out infinite;
}
.organizer-hero::after {
    content: '';
    position: absolute;
    bottom: -25%;
    right: 0%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(26, 202, 255, 0.5) 0%, rgba(156, 85, 255, 0.2) 40%, transparent 70%);
    filter: blur(50px);
    animation: float 10s ease-in-out infinite reverse;
}
@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(30px, -30px); }
}
.organizer-hero .container { position: relative; z-index: 2; }
.organizer-hero h1, .organizer-hero .lead, .organizer-hero p { color: #1e293b; }
.organizer-hero h1 { font-size: 48px; padding-top: 0; padding-bottom: 0; }
.organizer-hero h1 .gradient-name { background: linear-gradient(135deg, #006fc4 0%, #8b5cf6 50%, #ec4899 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.organizer-hero .kicker { color: #006fc4; text-transform: uppercase; font-weight: 600; text-align: center; }
.organizer-hero .hero-image { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.organizer-hero .cta-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.organizer-hero .btn-outline { border-color: #006fc4; color: #006fc4; }
.cta-buttons a { flex: 1 1 auto; font-size: 18px; padding: 15px 30px; border-radius: 8px; transition: all 400ms ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 200px; white-space: nowrap; }
.cta-buttons .cta-button { background-color: #22c55e; color: #fff; border: none; }
.cta-buttons .cta-button:hover { background-color: #16a34a; text-decoration: none; }
.trip-details { background: rgba(255,255,255,0.6); padding: 20px; margin: 25px 0; border-radius: 8px; backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.trip-details-row { display: flex; margin-bottom: 10px; }
.trip-details-row:last-child { margin-bottom: 0; }
.trip-details-label { color: #006fc4; font-weight: 600; min-width: 130px; }
.trip-details-value { color: #1e293b; font-size: 18px; font-weight: 500; }

/* ========== BADGES ========== */
.subtitle-badge-wrapper { margin-bottom: 20px; }
.subtitle-badge { display: inline-block; background: linear-gradient(135deg, #006fc4 0%, #8b5cf6 100%); color: #fff; padding: 8px 20px; border-radius: 25px; font-size: 16px; }
.subtitle-badge i { margin-right: 8px; }

/* ========== TAB PILLS (SHARED) ========== */
.tab-pills-gradient {
    background: linear-gradient(135deg, #006fc4 0%, #8b5cf6 100%) !important;
    border-radius: 50px !important;
    padding: 5px !important;
    width: fit-content;
    margin: 0 auto;
}
.tab-pills-gradient > li > a {
    background: transparent !important;
    color: rgba(255,255,255,0.7) !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    margin: 0 !important;
    transition: all 0.3s ease;
    font-weight: 400 !important;
    font-size: 16px !important;
    border: none !important;
}
.tab-pills-gradient > li > a i {
    margin-right: 8px;
}
.tab-pills-gradient > li > a:hover {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}
.tab-pills-gradient > li.active > a,
.tab-pills-gradient > li.active > a:hover,
.tab-pills-gradient > li.active > a:focus {
    background: #fff !important;
    color: #006fc4 !important;
    font-weight: 400 !important;
}

/* ========== TOUR HIGHLIGHTS ========== */
.tour-highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 30px; }
.tour-highlight-card { position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); aspect-ratio: 3 / 2; }
.tour-highlight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.tour-highlight-card:hover img { transform: scale(1.1); }
.tour-highlight-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 75%, transparent 100%); padding: 20px; color: #fff; }
.tour-highlight-overlay h4 { margin: 0; color: #fff; font-size: 18px; font-weight: 600; line-height: 1.4; }

/* ========== PRICING CARDS ========== */
.pricing-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}
.pricing-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #006fc4 0%, #8b5cf6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}
.pricing-header-content { flex: 1; }
.pricing-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
    text-align: left;
}
.pricing-amount { margin-bottom: 5px; }
.price-main {
    font-size: 48px;
    font-weight: 700;
    color: #006fc4;
    line-height: 1;
}
.price-subtitle { margin-top: 2px; margin-bottom: 5px; }
.pricing-single { color: #64748b; }
.pricing-inclusions { text-align: left; margin-bottom: 15px; }
.pricing-inclusions ul li { padding: 5px 0; padding-left: 25px; position: relative; }
.pricing-inclusions ul li i { position: absolute; left: 0; top: 8px; color: #0f9d58; font-size: 14px; }

/* ========== ACCORDION ========== */
.accordion-badge { background: #f59e0b; white-space: normal; padding: 5px 10px; }
#itinerary .accordion .badge.accordion-badge {
    width: 50px !important;
    min-width: 50px !important;
    display: inline-block !important;
    text-align: center !important;
}

/* ========== PACKAGE DETAILS ========== */
#package-details .tab-content h3 { margin-top: 0 !important; }

/* ========== REUSABLE WHITE CARD ========== */
.card-white {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.card-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.card-white h3 {
    color: #006fc4;
    margin-bottom: 20px;
    margin-top: 0;
}
.card-white h5 {
    color: #1e293b;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

/* ========== MISC ========== */
.info-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #006fc4 0%, #005ba3 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #fff; margin: 0 auto 15px; }
.info-icon-blue { background: linear-gradient(135deg, #006fc4 0%, #0088e6 100%); }
.info-icon-purple { background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%); }
.info-icon-green { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); }
.info-icon-amber { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }
.flights-table thead { background: linear-gradient(135deg, #006fc4 0%, #005ba3 100%); color: #fff; }
.flights-table tbody td { background: #fff; }
.flights-table tbody td .airline-cell { display: flex; align-items: center; gap: 8px; }
.flights-table tbody td .airline-cell .airline-logo { height: 20px!important; width: auto!important; max-width: 60px; flex-shrink: 0; }

/* ========== FINAL CTA ========== */
.cta-box {
    background: linear-gradient(135deg, #006fc4 0%, #8b5cf6 100%);
    border-radius: 16px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cta-box h1 {
    margin-top: 0;
    color: #fff;
}
.cta-box .lead {
    color: rgba(255, 255, 255, 0.9);
}
#final-cta .container > div:first-child {
    flex: 1;
}
#final-cta h1 {
    margin-top: 0;
}

/* ========== DESKTOP RESPONSIVE ========== */
@media (min-width: 992px) {
    .organizer-hero .col-md-6 { padding-left: 30px; padding-right: 30px; }
    .tour-highlight-grid { grid-template-columns: repeat(6, 1fr); }
    .tour-highlight-grid .tour-highlight-card:nth-child(1) { grid-column: 1 / 4; }
    .tour-highlight-grid .tour-highlight-card:nth-child(2) { grid-column: 4 / 7; }
    .tour-highlight-grid .tour-highlight-card:nth-child(3) { grid-column: 1 / 3; }
    .tour-highlight-grid .tour-highlight-card:nth-child(4) { grid-column: 3 / 5; }
    .tour-highlight-grid .tour-highlight-card:nth-child(5) { grid-column: 5 / 7; }
}

/* ========== TABLET RESPONSIVE ========== */
@media (max-width: 991px) {
    .organizer-hero { padding-top: 40px !important; padding-bottom: 40px !important; }
    .organizer-hero .hero-image { margin-bottom: 30px; }
    .trip-details-row { flex-direction: column; margin-bottom: 12px; align-items: center; }
    .trip-details-label, .trip-details-value { margin-bottom: 5px; text-align: center; }
    .tour-highlight-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 767px) {
    .organizer-hero .cta-buttons { flex-direction: column; }
    .organizer-hero .cta-buttons .btn { width: 100%; }
    .tour-highlight-grid { grid-template-columns: 1fr; gap: 20px; }
    .card-white { padding: 30px 20px; margin-bottom: 20px; }
    .pricing-icon { width: 60px; height: 60px; font-size: 28px; margin-bottom: 15px; }
    .pricing-title { font-size: 20px; margin-bottom: 15px; }
    .pricing-amount { margin-bottom: 10px; }
    .price-main { font-size: 36px; }
    .pricing-inclusions { margin-bottom: 15px; }
    .pricing-inclusions h4 { font-size: 14px; margin-bottom: 10px; }
    .pricing-inclusions ul li { padding: 6px 0; font-size: 14px; padding-left: 22px; }

    /* Tab pills mobile */
    .tab-pills-gradient {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        max-width: calc(100vw - 30px) !important;
        margin: 0 !important;
        padding: 5px !important;
    }
    .tab-pills-gradient::-webkit-scrollbar {
        display: none;
    }
    .tab-pills-gradient > li {
        flex-shrink: 0;
        margin: 0 !important;
    }
    .tab-pills-gradient > li > a {
        white-space: nowrap;
        font-size: 14px !important;
        padding: 8px 16px !important;
        margin: 0 !important;
    }

    /* Package details mobile stacking */
    #package-details .row {
        display: block !important;
    }
    #package-details .col-md-6 {
        display: block !important;
        margin-bottom: 20px;
    }
    #package-details .col-md-6:last-child {
        margin-bottom: 0;
    }

    /* Final CTA mobile stacking */
    .cta-box {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 30px 20px;
    }
}
