/* Fix Destination Card Text Overflow inside white box */
.destination-post .content {
    padding: 12px 14px !important;
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    align-items: center !important;
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12) !important;
}

.destination-post .content .h4 {
    flex: 1 1 100% !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.destination-post .content .h4 a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
}

.destination-post .content .total-tour {
    font-size: 12px !important;
    color: #666666 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 100% !important;
}

/* ==========================================================================
   Single Unified Floating Pill Navbar (Prisma Style)
   ========================================================================== */
.unified-floating-navbar {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    max-width: 1240px;
    z-index: 99999;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.unified-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(12, 12, 14, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    padding: 8px 16px 8px 22px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.unified-nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}
.unified-nav-logo img {
    height: 42px;
    width: auto;
    object-fit: contain;
}
.unified-nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.unified-nav-item a {
    color: rgba(225, 224, 204, 0.85);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}
.unified-nav-item a:hover {
    color: #ff5533;
}
.unified-nav-item.highlight-deal a {
    color: #ff9800 !important;
    font-weight: 700;
}
.unified-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.unified-nav-cta {
    background: linear-gradient(135deg, #ff5533, #e65100);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(255, 85, 51, 0.35);
    white-space: nowrap;
}
.unified-nav-cta:hover {
    background: linear-gradient(135deg, #e64a19, #d84315);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 85, 51, 0.45);
}
.unified-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 1080px) {
    .unified-nav-menu {
        display: none;
    }
    .unified-mobile-toggle {
        display: block;
    }
}
@media (max-width: 576px) {
    .unified-floating-navbar {
        top: 12px;
        width: calc(100% - 20px);
    }
    .unified-nav-inner {
        padding: 6px 12px 6px 16px;
    }
    .unified-nav-logo img {
        height: 34px;
    }
    .unified-nav-cta {
        padding: 6px 14px;
        font-size: 12px;
    }
}


/* Header Brand Logo Style */
.brand-logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
}
.brand-logo-text .icon-box-logo {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #e65100, #ff9800);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(230, 81, 0, 0.3);
}
.brand-logo-text .title-logo {
    font-size: 22px;
    font-weight: 800;
    color: #1a237e;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.brand-logo-text .title-logo span {
    color: #e65100;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Hero Slider Background Images from herophoto folder */
.slider-default .home-1 .box-banner.box-banner-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../herophoto/zakaria-zayane-R43GFASFGWo-unsplash.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
.slider-default .home-1 .box-banner.box-banner-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../herophoto/frida-aguilar-estrada-LhVJaRPweJc-unsplash.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
.slider-default .home-1 .box-banner.box-banner-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../herophoto/rigel-vXoWmtiyEpY-unsplash.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.slider-default .home-1 .box-title h1,
.slider-default .home-1 .box-title .h1,
.slider-default .home-1 .box-title div,
.slider-default .home-1 .box-title p {
  color: #ffffff !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
}

.starting-price-prefix {
  font-size: 0.85em;
  font-weight: 500;
  color: #ff5533;
  margin-right: 4px;
}

/* GetYourGuide Style Activity Cards & Sight Pills */
.gyg-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

/* Category Filter Pills (GetYourGuide style) */
.gyg-pills-wrap {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 28px;
    scrollbar-width: thin;
}
.gyg-pill {
    padding: 10px 20px;
    border-radius: 30px;
    background: #f1f3f5;
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    outline: none;
    display: inline-block;
}
.gyg-pill.active, .gyg-pill:hover {
    background: #ff5533;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(255, 85, 51, 0.35);
}


/* Activity Card Grid */
.gyg-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

.gyg-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gyg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.gyg-card-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.gyg-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gyg-card:hover .gyg-card-thumb img {
    transform: scale(1.06);
}
.gyg-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #111;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.gyg-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.gyg-location {
    font-size: 13px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.gyg-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gyg-meta {
    font-size: 13px;
    color: #495057;
    margin-bottom: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.gyg-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.gyg-card-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gyg-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}
.gyg-rating i {
    color: #ffb300;
}
.gyg-rating span {
    font-size: 12px;
    color: #6c757d;
    font-weight: 400;
}
.gyg-price-tag {
    text-align: right;
}
.gyg-price-tag .from {
    font-size: 11px;
    color: #6c757d;
    display: block;
}
.gyg-price-tag .amount {
    font-size: 18px;
    font-weight: 800;
    color: #e65100;
}

/* Top Sights Grid (GetYourGuide style) */
.gyg-sights-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 30px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #eee;
    margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.gyg-sights-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-right: 2px solid #f0f0f0;
    padding-right: 20px;
}
.gyg-sights-tab {
    font-size: 18px;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gyg-sights-tab.active {
    color: #111;
}
.gyg-sights-tab.active::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e65100;
}
.gyg-sights-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.gyg-sight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f8f9fa;
    text-decoration: none;
    color: #212529;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s ease;
}
.gyg-sight-item:hover {
    background: #fff3e0;
    color: #e65100;
}
.gyg-sight-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

/* Original Calculator Styles */
.morocco-calc-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 28px;
    margin-top: -60px;
    position: relative;
    z-index: 20;
    border: 1px solid #f0e6df;
}
.calc-tabs {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 12px;
    margin-bottom: 24px;
    overflow-x: auto;
}
.calc-tab-btn {
    padding: 10px 20px;
    border-radius: 30px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 15px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.calc-tab-btn.active, .calc-tab-btn:hover {
    background: #e65100;
    color: #ffffff;
    border-color: #e65100;
    box-shadow: 0 4px 12px rgba(230, 81, 0, 0.25);
}
.calc-panel {
    display: none;
}
.calc-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.calc-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    align-items: end;
}
.calc-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.calc-field-group label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}
.calc-select, .calc-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    font-size: 14px;
    color: #222;
    outline: none;
    transition: border-color 0.2s ease;
}
.calc-select:focus, .calc-input:focus {
    border-color: #e65100;
    background-color: #fff;
}
.calc-price-display {
    background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
    color: #ffffff;
    padding: 8px 16px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.2);
    box-sizing: border-box;
}
.calc-price-display .price-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.9;
    line-height: 1;
    margin-bottom: 2px;
}
.calc-price-display .price-value {
    font-size: 20px;
    font-weight: 800;
    color: #ffb74d;
    line-height: 1;
}
.calc-submit-btn {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    background: #e65100;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}
.calc-submit-btn:hover {
    background: #bf360c;
}
.city-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    max-height: 150px;
    overflow-y: auto;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eee;
}
.city-checkbox-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    cursor: pointer;
}
.city-checkbox-item input {
    accent-color: #e65100;
}

/* Multi-Service Bundle Checkboxes in Calculator */
.bundle-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 12px;
    max-height: 180px;
    overflow-y: auto;
}
.bundle-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.bundle-service-item:hover {
    border-color: #e65100;
    background: #fff8f0;
}
.bundle-service-item input {
    accent-color: #e65100;
    margin-right: 8px;
    transform: scale(1.15);
}
.bundle-service-price {
    font-size: 12px;
    color: #e65100;
    font-weight: 700;
}
.bundle-discount-badge {
    background: #2e7d32;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 0.5px;
}


/* ==========================================================================
   1. TOP PROMO NOTIFICATION BANNER
   ========================================================================== */
.top-promo-banner {
    background: linear-gradient(90deg, #1a237e 0%, #d84315 50%, #1a237e 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    text-align: center;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.top-promo-banner .promo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.top-promo-banner .promo-badge {
    background: #ffb74d;
    color: #bf360c;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.top-promo-banner .promo-code {
    background: rgba(255,255,255,0.2);
    border: 1px dashed #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-weight: bold;
    letter-spacing: 1px;
}
.top-promo-banner .promo-link {
    color: #ffcc80;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 8px;
    transition: color 0.2s ease;
}
.top-promo-banner .promo-link:hover {
    color: #ffffff;
}

/* ==========================================================================
   2. TRUST & CREDIBILITY BADGES BAR
   ========================================================================== */
.trust-badges-section {
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 0;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.trust-badge-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fdfaf6;
    border: 1px solid #f7ede2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trust-badge-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.06);
}
.trust-badge-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.trust-badge-icon.tripadvisor {
    background: #00aa6c15;
    color: #00aa6c;
}
.trust-badge-icon.google {
    background: #4285f415;
    color: #4285f4;
}
.trust-badge-icon.licensed {
    background: #ff572215;
    color: #e65100;
}
.trust-badge-icon.secure {
    background: #1a237e15;
    color: #1a237e;
}
.trust-badge-info h4 {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 2px 0;
    line-height: 1.2;
}
.trust-badge-info p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.3;
}
@media (max-width: 991px) {
    .trust-badges-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .trust-badges-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   3. TAILOR-MADE TRIP PLANNER (VOYAGE SUR MESURE)
   ========================================================================== */
.tailor-made-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #fafafa 0%, #fff6ee 100%);
    position: relative;
}
.tailor-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #fee0c8;
    overflow: hidden;
    padding: 40px;
}
.tailor-steps-header {
    text-align: center;
    margin-bottom: 35px;
}
.tailor-steps-header .badge-step {
    background: #fff3e0;
    color: #e65100;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tailor-grid-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}
.tailor-option-box {
    border: 2px solid #eeeeee;
    border-radius: 14px;
    padding: 16px 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}
.tailor-option-box:hover {
    border-color: #ff9800;
    background: #fffdfa;
}
.tailor-option-box.selected {
    border-color: #e65100;
    background: #fff8f0;
    box-shadow: 0 4px 14px rgba(230, 81, 0, 0.15);
}
.tailor-option-box.selected::after {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e65100;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.tailor-option-box i {
    font-size: 26px;
    color: #e65100;
}
.tailor-option-box .opt-title {
    font-weight: 700;
    font-size: 14px;
    color: #222;
}
.tailor-option-box .opt-desc {
    font-size: 11px;
    color: #777;
}
.tailor-form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .tailor-form-row {
        grid-template-columns: 1fr;
    }
}
.tailor-input-group label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
    display: block;
}
.tailor-input-group input,
.tailor-input-group select,
.tailor-input-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.tailor-input-group input:focus,
.tailor-input-group select:focus,
.tailor-input-group textarea:focus {
    border-color: #e65100;
}
.tailor-submit-btn {
    background: linear-gradient(135deg, #e65100 0%, #ff5722 100%);
    color: #ffffff;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(230, 81, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}
.tailor-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(230, 81, 0, 0.4);
    background: linear-gradient(135deg, #bf360c 0%, #e65100 100%);
}

/* ==========================================================================
   4. DAY-BY-DAY SAHARA DESERT SHOWCASE (CIRCUIT MERZOUGA)
   ========================================================================== */
.circuit-detail-section {
    padding: 70px 0;
    background: #ffffff;
}
.circuit-card-main {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #eef0f3;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}
.circuit-itinerary-timeline {
    padding: 30px;
}
.itinerary-day-step {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 30px;
}
.itinerary-day-step:last-child {
    padding-bottom: 0;
}
.itinerary-day-step::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: #ffe0b2;
}
.itinerary-day-step:last-child::before {
    display: none;
}
.day-num-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #e65100;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(230, 81, 0, 0.3);
    z-index: 2;
}
.day-content {
    background: #fafafb;
    border-radius: 14px;
    padding: 20px;
    flex-grow: 1;
    border: 1px solid #f0f2f5;
}
.day-content h4 {
    font-size: 17px;
    font-weight: 800;
    color: #1a237e;
    margin: 0 0 8px 0;
}
.day-content p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 12px;
}
.day-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.day-tag {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}
.inclus-non-inclus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px dashed #e0e0e0;
}
@media (max-width: 768px) {
    .inclus-non-inclus-grid {
        grid-template-columns: 1fr;
    }
}
.inclus-box h4 {
    font-size: 15px;
    font-weight: 800;
    color: #2e7d32;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.non-inclus-box h4 {
    font-size: 15px;
    font-weight: 800;
    color: #c62828;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.check-list li.inc::before {
    content: "✓";
    color: #2e7d32;
    font-weight: bold;
}
.check-list li.exc::before {
    content: "✕";
    color: #c62828;
    font-weight: bold;
}

/* ==========================================================================
   5. FAQ ACCORDION
   ========================================================================== */
.faq-section {
    padding: 70px 0;
    background: #f9fbfd;
}
.faq-accordion-wrap {
    max-width: 850px;
    margin: 0 auto;
}
.faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.faq-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}
.faq-question {
    padding: 18px 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    user-select: none;
}
.faq-question .faq-icon {
    font-size: 20px;
    color: #e65100;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-question {
    color: #e65100;
    border-bottom: 1px solid #f1f5f9;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
.faq-answer {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
}
.faq-item.active .faq-answer {
    padding: 16px 22px 20px;
    max-height: 300px;
}

/* ==========================================================================
   6. SMART FLOATING WHATSAPP BUTTON
   ========================================================================== */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    filter: drop-shadow(0 6px 16px rgba(37, 211, 102, 0.45));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.floating-whatsapp-btn:hover {
    transform: scale(1.06);
}
.whatsapp-bubble-popup {
    background: #ffffff;
    color: #1f2937;
    padding: 8px 14px;
    border-radius: 20px 20px 4px 20px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    border: 1px solid #e5e7eb;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
    animation: bounceBubble 3s infinite;
}
.whatsapp-bubble-popup .status-dot {
    width: 8px;
    height: 8px;
    background: #25d366;
    border-radius: 50%;
    display: inline-block;
}
.whatsapp-circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
    position: relative;
}
.whatsapp-circle-icon svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
}
.whatsapp-circle-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: waPulse 2s infinite;
}
@keyframes waPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}
@keyframes bounceBubble {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-4px); }
    60% { transform: translateY(-2px); }
}
@media (max-width: 768px) {
    .whatsapp-bubble-popup {
        display: none;
    }
    .floating-whatsapp-btn {
        bottom: 18px;
        right: 18px;
    }
}

/* ==========================================================================
   7. DEDICATED MULTI-SERVICE COMBO VACATION BUILDER SECTION
   ========================================================================== */
.combo-booking-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #fffdfa 0%, #fdf5ee 50%, #fefcf9 100%);
    position: relative;
    border-top: 1px solid #fee8d6;
    border-bottom: 1px solid #fee8d6;
}
.combo-badge-pill {
    display: inline-block;
    background: linear-gradient(135deg, #e65100, #ff6d00);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(230, 81, 0, 0.25);
}
.combo-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.combo-sub-title {
    font-size: 16px;
    color: #555;
    max-width: 750px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}
.combo-builder-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #fee0c8;
    box-shadow: 0 12px 35px rgba(230, 81, 0, 0.08);
    padding: 35px;
}
.combo-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
.combo-services-header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a237e;
    margin: 0;
}
.discount-pill {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.combo-services-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.combo-service-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #edf2f7;
    border-radius: 14px;
    padding: 14px 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
    position: relative;
}
.combo-service-card:hover {
    border-color: #ff9800;
    background: #fffdfb;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}
.combo-service-card.active {
    border-color: #e65100;
    background: #fff8f2;
    box-shadow: 0 4px 14px rgba(230, 81, 0, 0.1);
}
.combo-service-card input[type="checkbox"] {
    accent-color: #e65100;
    transform: scale(1.3);
    margin-right: 16px;
    cursor: pointer;
}
.service-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.service-info-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.service-icon-wrap {
    font-size: 26px;
    background: #fdf5ee;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.service-info-left h5 {
    font-size: 15px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 3px 0;
}
.service-info-left p {
    font-size: 13px;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}
.service-price-tag {
    font-size: 16px;
    font-weight: 800;
    color: #e65100;
    white-space: nowrap;
    text-align: right;
}
.service-price-tag small {
    font-size: 12px;
    color: #a0aec0;
    font-weight: 500;
}

/* Sticky Summary Card */
.combo-summary-box {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px;
    position: sticky;
    top: 90px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.summary-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a237e;
    margin: 0;
}
.live-tag {
    font-size: 11px;
    font-weight: 700;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 3px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.pulse-dot {
    width: 6px;
    height: 6px;
    background: #2e7d32;
    border-radius: 50%;
    animation: waPulse 1.5s infinite;
}
.summary-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}
.summary-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.combo-input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    background: #f8fafc;
    outline: none;
    transition: all 0.2s ease;
}
.combo-input:focus {
    border-color: #e65100;
    background: #ffffff;
}
.combo-selected-items {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 18px;
}
.selected-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 6px;
}
.selected-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 120px;
    overflow-y: auto;
}
.selected-list li {
    font-size: 12px;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 6px;
}
.selected-list li::before {
    content: "✓";
    color: #2e7d32;
    font-weight: bold;
}
.combo-pricing-breakdown {
    background: #fffaf5;
    border: 1px solid #fee0c8;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}
.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 8px;
}
.price-row.discount-row {
    color: #2e7d32;
    font-weight: 700;
}
.discount-minus {
    background: #e8f5e9;
    padding: 2px 6px;
    border-radius: 4px;
}
.price-row.total-row {
    border-top: 1px solid #fee0c8;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
}
.final-total {
    font-size: 24px;
    font-weight: 900;
    color: #e65100;
}
.combo-book-btn {
    width: 100%;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 20px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.combo-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
    background: linear-gradient(135deg, #20ba5a 0%, #0f796c 100%);
}
.combo-guarantees {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 11px;
    color: #718096;
    flex-wrap: wrap;
    gap: 6px;
}
.combo-guarantees span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.combo-guarantees i {
    color: #2e7d32;
}

/* Service Options Expandable Drawer */
.service-options-drawer {
    display: none;
    width: 100%;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
}
.combo-service-card.active .service-options-drawer {
    display: block;
    animation: fadeIn 0.3s ease;
}
.drawer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.drawer-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.drawer-field label {
    font-size: 11px;
    font-weight: 700;
    color: #4a5568;
    text-transform: uppercase;
}
.drawer-select, .drawer-input {
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    font-size: 13px;
    background: #ffffff;
    outline: none;
}
.drawer-select:focus, .drawer-input:focus {
    border-color: #e65100;
}

/* ==========================================================================
   8. BOOKING DOSSIER MODAL & CHECKOUT FLOW
   ========================================================================== */
.modal-dossier .modal-dialog {
    max-width: 750px;
}
.modal-dossier .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.25);
    overflow: hidden;
}
.dossier-modal-header {
    background: linear-gradient(135deg, #1a237e 0%, #0d47a1 100%);
    color: #ffffff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dossier-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}
.dossier-ref-tag {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.dossier-modal-body {
    padding: 25px 30px;
    background: #fdfdfd;
}
.dossier-summary-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
}
.dossier-summary-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a237e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.dossier-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dossier-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding-bottom: 6px;
    border-bottom: 1px solid #edf2f7;
}
.dossier-item-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.dossier-item-name {
    font-weight: 600;
    color: #2d3748;
}
.dossier-item-sub {
    font-size: 11px;
    color: #718096;
    display: block;
}
.dossier-item-price {
    font-weight: 700;
    color: #e65100;
}
.dossier-total-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff8f2;
    border: 1px solid #fee0c8;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 12px;
    font-weight: 700;
}
.dossier-total-bar .amount {
    font-size: 20px;
    color: #e65100;
    font-weight: 900;
}
.dossier-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.dossier-form-grid .full-width {
    grid-column: span 2;
}
.dossier-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 5px;
}
.dossier-input {
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    transition: all 0.2s;
}
.dossier-input:focus {
    border-color: #e65100;
    box-shadow: 0 0 0 3px rgba(230, 81, 0, 0.12);
}
.dossier-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 16px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.dossier-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

/* Success Confirmation Screen in Modal */
.dossier-success-view {
    text-align: center;
    padding: 40px 20px;
}
.success-checkmark-circle {
    width: 80px;
    height: 80px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px auto;
    border: 3px solid #2e7d32;
    animation: bounceBubble 1s ease;
}
.dossier-success-view h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1a237e;
    margin-bottom: 10px;
}
.dossier-success-view .ref-badge {
    display: inline-block;
    background: #e65100;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 18px;
}
.dossier-success-view p {
    font-size: 15px;
    color: #4a5568;
    max-width: 500px;
    margin: 0 auto 25px auto;
    line-height: 1.6;
}
.dossier-success-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ==========================================================================
   Clickable Tour Cards & Hover Interactivity
   ========================================================================== */
.gyg-card-link, .showcase-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gyg-card-link:hover .gyg-card,
.showcase-card-link:hover .item {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12) !important;
}
.gyg-card, .destination-post {
    cursor: pointer;
    transition: all 0.25s ease;
}
.gyg-card:hover .gyg-title,
.destination-post:hover .link {
    color: #e65100 !important;
}
.destination-post:hover img {
    transform: scale(1.06);
}
.destination-post .img-style img {
    transition: transform 0.4s ease;
}


/* ==========================================================================
   Tour Detail Page Dedicated Styling
   ========================================================================== */
.tour-detail-page {
    background-color: #fcfbf9;
}
.tour-header-block {
    padding-top: 10px;
}
.badge-tour-status {
    background: #ff5533;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.badge-tour-status.bestseller { background: #e65100; }
.badge-tour-status.must-visit { background: #d97706; }
.badge-tour-status.exclusive { background: #7c3aed; }
.badge-tour-status.premium { background: #059669; }
.tour-location-tag {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}
.tour-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.25;
}
@media (max-width: 768px) {
    .tour-main-title {
        font-size: 24px;
    }
}

/* Gallery Grid */
.tour-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
}
.tour-gallery-grid .gallery-main-img img {
    height: 420px;
    object-fit: cover;
}
.tour-gallery-grid .gallery-sub-imgs img {
    height: 202px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .tour-gallery-grid {
        grid-template-columns: 1fr;
    }
    .tour-gallery-grid .gallery-main-img img {
        height: 260px;
    }
    .tour-gallery-grid .gallery-sub-imgs {
        display: none !important;
    }
}

/* Specifications Bar */
.tour-spec-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
@media (max-width: 768px) {
    .tour-spec-bar {
        grid-template-columns: 1fr 1fr;
    }
}
.spec-item {
    display: flex;
    flex-direction: column;
}
.spec-label {
    font-size: 12px;
    color: #a0aec0;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
}
.spec-val {
    font-size: 15px;
    color: #2d3748;
    font-weight: 800;
}

/* Detail Card Box */
.tour-detail-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}
.card-section-heading {
    font-size: 20px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff5eb;
}
.tour-desc-text {
    font-size: 15px;
    line-height: 1.75;
    color: #4a5568;
}
.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.highlight-bullet {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: #2d3748;
    line-height: 1.5;
}
.hl-check {
    width: 24px;
    height: 24px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
}

/* Timeline */
.timeline-itinerary-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-left: 10px;
}
.timeline-itinerary-box::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 45px;
    width: 2px;
    background: #fed7aa;
}
.timeline-step {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.timeline-time-badge {
    background: #ff5533;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
    align-self: flex-start;
    box-shadow: 0 3px 8px rgba(255, 85, 51, 0.3);
}
.timeline-step-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 4px;
}
.timeline-step-content p {
    font-size: 13.5px;
    color: #718096;
    margin: 0;
    line-height: 1.55;
}

/* Sticky Booking Card */
.sticky-booking-card {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 2px solid #fee0c8;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.booking-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
}
.booking-card-header .from-text {
    font-size: 13px;
    color: #718096;
    text-transform: uppercase;
    font-weight: 600;
}
.main-price-display .amount {
    font-size: 28px;
    font-weight: 900;
    color: #e65100;
}
.main-price-display small {
    font-size: 14px;
    color: #718096;
}
.booking-field label {
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 6px;
    display: block;
}
.btn-detail-whatsapp {
    width: 100%;
    background: #25d366;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 14px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.btn-detail-whatsapp:hover {
    background: #1eb956;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}
.btn-detail-dossier {
    width: 100%;
    background: #1a237e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 13px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s;
}
.btn-detail-dossier:hover {
    background: #0d1663;
    transform: translateY(-2px);
}

/* ==========================================================================
   Exact Animated Gallery with Site Brand Palette & Centered Spacing
   ========================================================================== */
.animated-gallery-section {
    position: relative;
    background: #ffffff;
    padding: 90px 0 130px 0;
    overflow: hidden;
    text-align: center;
}
.animated-gallery-stagger {
    position: relative;
    z-index: 9999;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 55px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.animated-gallery-stagger .gallery-pill-site {
    display: inline-block;
    background: #fff3e0;
    color: #e65100;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    border: 1px solid #ffd8a8;
}
.animated-gallery-stagger h2.main-title {
    font-size: 46px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin: 0 0 8px 0;
    text-align: center;
}
.animated-gallery-stagger h2.main-title span.highlight-brand {
    color: #ff5533;
    background: linear-gradient(135deg, #ff5533, #e65100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.animated-gallery-stagger p.desc-muted {
    font-size: 16.5px;
    line-height: 1.65;
    color: #64748b;
    margin: 14px 0 28px 0;
    text-align: center;
    max-width: 680px;
}
.animated-gallery-stagger .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.btn-site-brand {
    background: linear-gradient(135deg, #ff5533, #e65100);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(255, 85, 51, 0.35);
}
.btn-site-brand:hover {
    background: linear-gradient(135deg, #e64a19, #d84315);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 85, 51, 0.45);
}
.btn-site-secondary {
    background: #fff8f2;
    color: #e65100 !important;
    border: 1px solid #ffd8a8;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s ease;
}
.btn-site-secondary:hover {
    background: #ffe8d6;
    color: #d84315 !important;
}

/* Gradient backdrop blur layer */
.gallery-gradient-glow-layer {
    pointer-events: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 60vh;
    width: 85%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 85, 51, 0.22), rgba(230, 81, 0, 0.16), rgba(26, 35, 126, 0.2));
    filter: blur(90px);
    mix-blend-mode: screen;
    opacity: 0.85;
}

/* Container Scroll 3D Perspective Stage */
.container-scroll-stage {
    position: relative;
    width: 100%;
    perspective: 1100px;
    perspective-origin: center top;
    transform-style: preserve-3d;
    margin-top: 60px;
    padding-top: 10px;
    z-index: 5;
}
.gallery-container-motion {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-radius: 1.25rem;
    transform-style: preserve-3d;
    perspective: 1100px;
    transform-origin: center top;
    transform: rotateX(75deg) scale(1.2);
    will-change: transform;
    transition: transform 0.12s ease-out;
}
.gallery-col-motion {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    will-change: transform;
    transition: transform 0.15s ease-out;
}
.gallery-col-motion.col-1 {
    margin-top: 0;
}
.gallery-col-motion.col-2 {
    margin-top: -35%;
}
.gallery-col-motion.col-3 {
    margin-top: 0;
}
.gallery-img-item {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    max-height: 100%;
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f1f5f9;
}
.gallery-img-item:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
    .animated-gallery-stagger h2.main-title {
        font-size: 34px;
    }
    .gallery-container-motion {
        gap: 14px;
        transform: rotateX(45deg) scale(1.1);
    }
    .gallery-col-motion.col-2 {
        margin-top: -20%;
    }
}
@media (max-width: 600px) {
    .animated-gallery-stagger h2.main-title {
        font-size: 26px;
    }
    .gallery-container-motion {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-col-motion.col-3 {
        display: none;
    }
    .gallery-col-motion.col-2 {
        margin-top: -10%;
    }
}

/* ==========================================================================
   Cinematic Prisma Hero Section (Full-Width Edge-To-Edge)
   ========================================================================== */
.prisma-hero-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.prisma-hero-card {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    border-radius: 0 !important;
    overflow: hidden;
    background: #000000;
    box-shadow: none !important;
}
.prisma-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.prisma-noise-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 2;
    background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 0);
    background-size: 4px 4px;
}
.prisma-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
    z-index: 3;
}
.prisma-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 60px 100px 60px;
    z-index: 15;
}
.prisma-giant-title {
    font-size: clamp(65px, 16vw, 190px);
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: #E1E0CC;
    margin: 0;
    font-family: 'Outfit', -apple-system, sans-serif;
    display: inline-block;
    position: relative;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.prisma-giant-title .asterisk {
    position: absolute;
    top: 0.15em;
    right: -0.32em;
    font-size: 0.35em;
    color: #ff5533;
}
.prisma-desc-text {
    font-size: 15px;
    line-height: 1.4;
    color: rgba(225, 224, 204, 0.9);
    margin-bottom: 20px;
    max-width: 440px;
}


/* ==========================================================================
   3D Circular Rotating Cylinder Gallery (Exact Clean Minimal Style)
   ========================================================================== */
.circular-3d-gallery-section {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
    background: transparent;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.circular-3d-viewport {
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 2000px;
    -webkit-perspective: 2000px;
    cursor: grab;
    touch-action: pan-y;
}

.circular-3d-viewport.is-grabbing {
    cursor: grabbing;
}

.circular-3d-cylinder {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
}

.circular-3d-card {
    position: absolute;
    width: 290px;
    height: 390px;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -195px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    will-change: transform, opacity;
}

.circular-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #111111;
    border: none !important;
    box-shadow: none !important;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.circular-3d-card:hover .circular-card-inner,
.circular-3d-card.is-active-center .circular-card-inner {
    border: none !important;
    box-shadow: none !important;
}

.circular-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.circular-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}

.circular-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 18px;
    z-index: 5;
    color: #ffffff;
    pointer-events: none;
}

.circular-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px 0;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.circular-card-binomial {
    font-size: 13px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    display: block;
    margin: 0 0 4px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.circular-card-by {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .circular-3d-gallery-section {
        padding: 60px 0 80px;
    }
    .circular-3d-viewport {
        height: 400px;
    }
    .circular-3d-card {
        width: 240px;
        height: 330px;
        margin-left: -120px;
        margin-top: -165px;
    }
    .circular-card-title {
        font-size: 18px;
    }
}











/* ==========================================================================
   Testimonials V2 Vertical Marquee Columns Section
   ========================================================================== */
.testimonial-v2-section {
    position: relative;
    padding: 90px 0 100px;
    background: transparent;
    overflow: hidden;
}

.testimonial-v2-header {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 50px;
}

.testimonial-v2-badge {
    display: inline-block;
    padding: 5px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e65100;
    background: rgba(255, 170, 0, 0.1);
    border: 1px solid rgba(255, 170, 0, 0.28);
    border-radius: 999px;
    margin-bottom: 16px;
}

.testimonial-v2-header h2 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #111111;
    margin-bottom: 12px;
}

.testimonial-v2-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.testimonial-v2-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-height: 680px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.testimonial-v2-column {
    flex: 1;
    max-width: 340px;
    min-width: 280px;
}

.testimonial-marquee-track {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
}

.col-speed-1 {
    animation: marqueeVertical 22s linear infinite;
}

.col-speed-2 {
    animation: marqueeVertical 28s linear infinite;
}

.col-speed-3 {
    animation: marqueeVertical 25s linear infinite;
}

.testimonial-v2-grid:hover .testimonial-marquee-track {
    animation-play-state: paused;
}

@keyframes marqueeVertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.testimonial-v2-card {
    padding: 28px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(255, 170, 0, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.testimonial-v2-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 45px rgba(255, 170, 0, 0.15), 0 8px 18px rgba(0, 0, 0, 0.05);
    border-color: #ffaa00;
}

.testimonial-v2-quote {
    font-size: 14px;
    line-height: 1.65;
    color: #333333;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.testimonial-v2-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-v2-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 170, 0, 0.3);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.testimonial-v2-card:hover .testimonial-v2-avatar {
    border-color: #ffaa00;
    transform: scale(1.06);
}

.testimonial-v2-author {
    display: flex;
    flex-direction: column;
}

.testimonial-v2-name {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    line-height: 1.3;
}

.testimonial-v2-role {
    font-size: 12px;
    font-weight: 600;
    color: #e65100;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .testimonial-v2-column.col-3 {
        display: none;
    }
}

@media (max-width: 640px) {
    .testimonial-v2-column.col-2 {
        display: none;
    }
}

/* ==========================================================================
   Experience Morocco Image Showcase Section Custom Background
   ========================================================================== */
.tf-vacation-hero {
    background-color: #E2D1C3 !important;
    background: #E2D1C3 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.tf-vacation-hero .flat-img-with-text {
    background: transparent !important;
}

/* ==========================================================================
   Luxury Sliding-Icon Pill Button System (button-with-icon)
   Interactive Pill with Circle ArrowUpRight sliding on Hover
   ========================================================================== */
.btn-with-icon,
.unified-nav-cta,
.prisma-cta-btn,
.btn-site-brand,
.btn-site-secondary,
.tf-btn.primary,
.calc-submit-btn,
.combo-book-btn,
.tailor-submit-btn,
.tour-book-btn,
.btn-booking-dossier {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    border-radius: 9999px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 56px 0 24px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    user-select: none !important;
}

/* Smooth padding switch on hover (sliding text effect) */
.btn-with-icon:hover,
.unified-nav-cta:hover,
.prisma-cta-btn:hover,
.btn-site-brand:hover,
.btn-site-secondary:hover,
.tf-btn.primary:hover,
.calc-submit-btn:hover,
.combo-book-btn:hover,
.tailor-submit-btn:hover,
.tour-book-btn:hover,
.btn-booking-dossier:hover {
    padding: 0 24px 0 56px !important;
    transform: translateY(-2px) !important;
}

/* Inner Text Span Transition */
.btn-with-icon > span,
.btn-with-icon > div:not(.btn-icon-circle),
.unified-nav-cta > span,
.prisma-cta-btn > span,
.btn-site-brand > span,
.btn-site-secondary > span,
.tf-btn.primary > span,
.calc-submit-btn > span,
.combo-book-btn > span,
.tailor-submit-btn > span,
.tour-book-btn > span,
.btn-booking-dossier > span {
    position: relative !important;
    z-index: 10 !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Sliding Circle with ArrowUpRight Icon */
.btn-icon-circle,
.prisma-arrow-circle {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(0deg) !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 5 !important;
    pointer-events: none !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18) !important;
}

/* Hover: Circle slides smoothly from right edge to left edge & rotates 45 degrees */
.btn-with-icon:hover .btn-icon-circle,
.btn-with-icon:hover .prisma-arrow-circle,
.unified-nav-cta:hover .btn-icon-circle,
.prisma-cta-btn:hover .prisma-arrow-circle,
.btn-site-brand:hover .btn-icon-circle,
.btn-site-secondary:hover .btn-icon-circle,
.tf-btn.primary:hover .btn-icon-circle,
.calc-submit-btn:hover .btn-icon-circle,
.combo-book-btn:hover .btn-icon-circle,
.tailor-submit-btn:hover .btn-icon-circle,
.tour-book-btn:hover .btn-icon-circle,
.btn-booking-dossier:hover .btn-icon-circle {
    right: calc(100% - 43px) !important;
    transform: translateY(-50%) rotate(45deg) !important;
}

/* Brand Orange Gradient Theme */
.btn-with-icon.brand,
.unified-nav-cta,
.btn-site-brand,
.calc-submit-btn,
.combo-book-btn,
.tailor-submit-btn,
.tour-book-btn,
.btn-booking-dossier {
    background: linear-gradient(135deg, #e65100 0%, #ff6d00 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(230, 81, 0, 0.35) !important;
}
.btn-with-icon.brand:hover,
.unified-nav-cta:hover,
.btn-site-brand:hover,
.calc-submit-btn:hover,
.combo-book-btn:hover,
.tailor-submit-btn:hover,
.tour-book-btn:hover,
.btn-booking-dossier:hover {
    background: linear-gradient(135deg, #d84315 0%, #f57c00 100%) !important;
    box-shadow: 0 8px 25px rgba(230, 81, 0, 0.5) !important;
}
.btn-with-icon.brand .btn-icon-circle,
.unified-nav-cta .btn-icon-circle,
.btn-site-brand .btn-icon-circle,
.calc-submit-btn .btn-icon-circle,
.combo-book-btn .btn-icon-circle,
.tailor-submit-btn .btn-icon-circle,
.tour-book-btn .btn-icon-circle,
.btn-booking-dossier .btn-icon-circle {
    background: #ffffff !important;
    color: #e65100 !important;
}

/* Hero Special Sand / Light Theme */
.btn-with-icon.hero-sand,
.prisma-cta-btn {
    background: #E1E0CC !important;
    color: #000000 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4) !important;
}
.btn-with-icon.hero-sand:hover,
.prisma-cta-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
}
.btn-with-icon.hero-sand .btn-icon-circle,
.prisma-cta-btn .btn-icon-circle,
.prisma-cta-btn .prisma-arrow-circle {
    background: #000000 !important;
    color: #ffffff !important;
}
.btn-with-icon.hero-sand:hover .btn-icon-circle,
.prisma-cta-btn:hover .btn-icon-circle,
.prisma-cta-btn:hover .prisma-arrow-circle {
    background: #e65100 !important;
    color: #ffffff !important;
}

/* Secondary Brand Outline Button */
.btn-site-secondary {
    background: #fff5ed !important;
    border: 1.5px solid #ffcc99 !important;
    color: #e65100 !important;
    box-shadow: 0 4px 14px rgba(230, 81, 0, 0.08) !important;
}
.btn-site-secondary:hover {
    background: #ffe8d6 !important;
    border-color: #ff9800 !important;
    color: #d84315 !important;
    box-shadow: 0 6px 18px rgba(230, 81, 0, 0.16) !important;
}
.btn-site-secondary .btn-icon-circle {
    background: #e65100 !important;
    color: #ffffff !important;
}
.btn-site-secondary:hover .btn-icon-circle {
    background: #bf360c !important;
    color: #ffffff !important;
}

/* WhatsApp Floating Accent Button */
.calc-submit-btn.whatsapp-accent {
    background: #25d366 !important;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35) !important;
}
.calc-submit-btn.whatsapp-accent:hover {
    background: #20ba5a !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5) !important;
}
.calc-submit-btn.whatsapp-accent .btn-icon-circle {
    background: #ffffff !important;
    color: #25d366 !important;
}

/* ==========================================================================
   DEDICATED MOBILE & TABLET RESPONSIVE ARCHITECTURE
   (Only applies to viewport <= 991px, <= 768px, <= 576px, <= 480px)
   Desktop layout is 100% untouched.
   ========================================================================== */

/* Global Mobile Overflow Guard */
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        position: relative !important;
    }
    
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
    }
}

/* Tablet & Smaller Screens (<= 991px) */
@media (max-width: 991px) {
    .unified-nav-menu {
        display: none !important;
    }
    .toggle-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        cursor: pointer !important;
        transition: background 0.2s ease !important;
    }
    .toggle-mobile:hover {
        background: rgba(255, 255, 255, 0.22) !important;
    }
    
    .trust-badges-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .combo-builder-card .col-lg-7,
    .combo-builder-card .col-lg-5 {
        width: 100% !important;
    }
    
    .combo-summary-box {
        position: static !important;
        top: auto !important;
        margin-top: 25px !important;
    }
    
    .testimonial-v2-column.col-3 {
        display: none !important;
    }
}

/* Mobile & Phablet Screens (<= 768px) */
@media (max-width: 768px) {
    /* 1. Header & Floating Pill Navbar */
    .unified-floating-navbar {
        top: 10px !important;
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
    }
    .unified-nav-inner {
        padding: 5px 8px 5px 12px !important;
        border-radius: 40px !important;
    }
    .unified-nav-logo img {
        height: 30px !important;
        max-height: 30px !important;
    }
    .unified-nav-cta {
        padding: 0 38px 0 12px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 11.5px !important;
    }
    .unified-nav-cta .btn-icon-circle {
        width: 26px !important;
        height: 26px !important;
        right: 4px !important;
    }
    .unified-nav-cta:hover .btn-icon-circle {
        right: calc(100% - 30px) !important;
    }

    /* Mobile Menu Drawer Styling */
    .mobile-menu {
        z-index: 9999999 !important;
        width: min(320px, 86vw) !important;
    }
    .mobile-menu .menu-box {
        background: #0d0f15 !important;
        color: #ffffff !important;
        padding: 20px 16px !important;
    }
    .mobile-menu .inner-menu .nav-item > a {
        color: #e2e8f0 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        padding: 12px 8px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .mobile-menu .inner-menu .nav-item > a:hover,
    .mobile-menu .inner-menu .nav-item.active > a {
        color: #ff5533 !important;
    }
    .close-btn {
        z-index: 10000000 !important;
        top: 14px !important;
        right: 14px !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background: rgba(0, 0, 0, 0.8) !important;
        color: #ffffff !important;
    }
    .overlay {
        z-index: 999999 !important;
    }

    /* 2. Cinematic Prisma Hero Section */
    .prisma-hero-wrapper {
        min-height: 88vh !important;
        height: auto !important;
    }
    .prisma-hero-card {
        min-height: 88vh !important;
        height: auto !important;
    }
    .prisma-hero-content {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        padding: 100px 16px 40px 16px !important;
    }
    .prisma-giant-title {
        font-size: clamp(38px, 12vw, 64px) !important;
        line-height: 0.92 !important;
        letter-spacing: -0.04em !important;
        margin-bottom: 14px !important;
        display: block !important;
    }
    .prisma-giant-title .asterisk {
        font-size: 0.35em !important;
        top: -0.05em !important;
        right: -0.2em !important;
    }
    .prisma-desc-text {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
        color: rgba(225, 224, 204, 0.92) !important;
        margin-bottom: 20px !important;
    }
    .btn-with-icon.hero-sand {
        width: 100% !important;
        max-width: 300px !important;
    }

    /* 3. Experience Morocco Section */
    .tf-vacation-hero {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .flat-img-with-text {
        flex-direction: column !important;
        gap: 25px !important;
    }
    .flat-img-with-text .content-left,
    .flat-img-with-text .content-right {
        width: 100% !important;
        max-width: 100% !important;
    }
    .content-left .inner-left img {
        width: 100% !important;
        border-radius: 14px !important;
        height: auto !important;
        max-height: 320px !important;
        object-fit: cover !important;
    }
    .content-left .inner-right {
        margin-top: 10px !important;
        gap: 10px !important;
    }
    .content-left .inner-right img {
        border-radius: 10px !important;
        height: 110px !important;
        object-fit: cover !important;
    }
    .content-left .rotating-badge {
        transform: scale(0.6) !important;
        transform-origin: bottom right !important;
        right: 8px !important;
        bottom: 8px !important;
    }
    .content-right .box-title .title {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
    .content-right .box-title .subtitle {
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        margin-top: 8px !important;
    }
    .flat-service {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin: 18px 0 !important;
    }
    .box-benefit {
        padding: 12px 14px !important;
        gap: 12px !important;
        border-radius: 12px !important;
    }
    .box-benefit .icon-box {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
    }
    .box-benefit .h3.link {
        font-size: 14.5px !important;
    }
    .box-benefit .description {
        font-size: 12.5px !important;
        line-height: 1.45 !important;
    }
    .wg-contact {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }
    .wg-contact .box-info {
        width: 100% !important;
    }
    .wg-contact .tf-btn {
        width: 100% !important;
    }

    /* 4. Animated 3D Gallery Section */
    .animated-gallery-section {
        padding: 45px 0 60px 0 !important;
        overflow: hidden !important;
    }
    .animated-gallery-stagger {
        margin-bottom: 50px !important;
        padding: 0 12px !important;
        position: relative !important;
        z-index: 25 !important;
    }
    .animated-gallery-stagger h2.main-title {
        font-size: clamp(23px, 6.5vw, 29px) !important;
        line-height: 1.25 !important;
    }
    .animated-gallery-stagger p.desc-muted {
        font-size: 13.5px !important;
        margin: 10px 0 20px 0 !important;
        line-height: 1.5 !important;
    }
    .animated-gallery-stagger .button-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        gap: 12px !important;
    }
    .animated-gallery-stagger .button-group a.btn-site-brand,
    .animated-gallery-stagger .button-group a.btn-site-secondary {
        width: 100% !important;
        max-width: 280px !important;
        min-width: 240px !important;
        height: 46px !important;
        line-height: 46px !important;
        font-size: 13.5px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 46px 0 20px !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        border-radius: 9999px !important;
    }
    .animated-gallery-stagger .button-group a.btn-site-secondary {
        background: #fff5ed !important;
        border: 1.5px solid #ffcc99 !important;
        color: #e65100 !important;
        box-shadow: 0 4px 14px rgba(230, 81, 0, 0.08) !important;
    }
    .animated-gallery-stagger .button-group a.btn-site-secondary .btn-icon-circle {
        background: #e65100 !important;
        color: #ffffff !important;
    }
    .animated-gallery-stagger .button-group a > span {
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: inherit !important;
        font-size: 13.5px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }
    .container-scroll-stage {
        perspective: 900px !important;
        margin-top: 35px !important;
        padding-top: 15px !important;
        position: relative !important;
        z-index: 5 !important;
    }
    .gallery-container-motion {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        transform: rotateX(15deg) scale(1) !important;
    }
    .gallery-col-motion.col-3 {
        display: none !important;
    }
    .gallery-col-motion.col-2 {
        margin-top: -6% !important;
    }
    .gallery-img-item {
        border-radius: 10px !important;
    }

    /* 5. GetYourGuide Style Activities & Excursions */
    .gyg-section-title {
        font-size: 22px !important;
        margin-bottom: 14px !important;
    }
    .gyg-pills-wrap {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding: 4px 12px 14px 4px !important;
        margin-bottom: 24px !important;
        gap: 10px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    .gyg-pills-wrap::-webkit-scrollbar {
        display: none !important;
    }
    .gyg-pill {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 9px 18px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        border-radius: 50px !important;
        background: #f1f3f5 !important;
        color: #333333 !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    }
    .gyg-pill.active {
        background: linear-gradient(135deg, #ff5533, #e65100) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        box-shadow: 0 4px 14px rgba(255, 85, 51, 0.35) !important;
    }
    .gyg-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-bottom: 30px !important;
    }
    .gyg-card {
        border-radius: 14px !important;
    }
    .gyg-card-thumb {
        height: 180px !important;
    }
    .gyg-card-body {
        padding: 14px !important;
    }
    .gyg-title {
        font-size: 14.5px !important;
        margin-bottom: 6px !important;
        line-height: 1.35 !important;
    }
    .gyg-meta {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        gap: 8px !important;
    }
    .gyg-card-footer {
        padding-top: 10px !important;
    }
    .gyg-rating {
        font-size: 13px !important;
    }
    .gyg-price-tag .amount {
        font-size: 17px !important;
    }

    /* 6. 3D Circular Destination Gallery */
    .circular-3d-gallery-section {
        padding: 35px 0 45px !important;
        overflow: hidden !important;
    }
    .circular-3d-viewport {
        height: 320px !important;
        perspective: 900px !important;
    }
    .circular-3d-card {
        width: 180px !important;
        height: 250px !important;
        margin-left: -90px !important;
        margin-top: -125px !important;
    }
    .circular-card-title {
        font-size: 15px !important;
    }
    .circular-card-binomial {
        font-size: 11px !important;
    }
    .circular-card-by {
        font-size: 9.5px !important;
    }

    /* 7. 3-Day Sahara Desert Circuit */
    .circuit-detail-section {
        padding: 35px 0 !important;
    }
    .circuit-card-main {
        border-radius: 16px !important;
    }
    .circuit-itinerary-timeline {
        padding: 16px 12px !important;
    }
    .itinerary-day-step {
        gap: 10px !important;
        padding-bottom: 20px !important;
    }
    .itinerary-day-step::before {
        left: 16px !important;
        top: 34px !important;
    }
    .day-num-badge {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 11.5px !important;
    }
    .day-content {
        padding: 12px 10px !important;
        border-radius: 10px !important;
    }
    .day-content h4 {
        font-size: 13.5px !important;
        line-height: 1.35 !important;
    }
    .day-content p {
        font-size: 12px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
    }
    .day-tag {
        font-size: 10.5px !important;
        padding: 2px 7px !important;
    }
    .inclus-non-inclus-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-top: 16px !important;
        padding-top: 14px !important;
    }
    .circuit-card-main .d-flex.gap-2 {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .circuit-card-main .calc-submit-btn {
        width: 100% !important;
    }

    /* 8. Best Selling Tours & General Grid Sections */
    .flat-section, .flat-recommended, .flat-section-v4 {
        padding: 35px 0 !important;
    }
    .box-title .title.h1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
    .box-title .subtitle {
        font-size: 13px !important;
        margin-top: 6px !important;
    }
    .tf-grid-layout.tf-col-4 {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .item.hover-img .archive-top img {
        height: 180px !important;
        object-fit: cover !important;
        width: 100% !important;
    }
    .archive-bottom {
        padding: 14px !important;
    }
    .tour-title.h5 a {
        font-size: 14px !important;
    }

    /* 9. Multi-Service Combo Package Builder */
    .combo-booking-section {
        padding: 40px 0 !important;
    }
    .combo-main-title {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
    .combo-sub-title {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }
    .combo-builder-card {
        padding: 14px 10px !important;
        border-radius: 14px !important;
    }
    .combo-services-header h4 {
        font-size: 15px !important;
    }
    .discount-pill {
        font-size: 11px !important;
        padding: 3px 8px !important;
    }
    .combo-service-card {
        padding: 12px 10px !important;
        border-radius: 12px !important;
    }
    .service-card-body {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    .service-info-left {
        gap: 10px !important;
    }
    .service-icon-wrap {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 18px !important;
        border-radius: 8px !important;
    }
    .service-info-left h5 {
        font-size: 13.5px !important;
    }
    .service-info-left p {
        font-size: 11.5px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .service-price-tag {
        font-size: 13.5px !important;
        align-self: flex-end !important;
    }
    .drawer-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .combo-summary-box {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }
    .summary-inputs-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .summary-inputs-grid .summary-field[style*="grid-column"] {
        grid-column: span 1 !important;
    }
    .combo-pricing-breakdown {
        padding: 12px !important;
    }
    .final-total {
        font-size: 20px !important;
    }
    .combo-book-btn {
        width: 100% !important;
        font-size: 14px !important;
    }
    .combo-guarantees {
        flex-direction: column !important;
        gap: 4px !important;
        font-size: 11px !important;
    }

    /* 10. Tailor-Made Trip Planner */
    .tailor-made-section {
        padding: 40px 0 !important;
    }
    .tailor-card {
        padding: 16px 12px !important;
        border-radius: 14px !important;
    }
    .tailor-steps-header h2 {
        font-size: 20px !important;
    }
    .tailor-steps-header p {
        font-size: 12.5px !important;
    }
    .tailor-grid-options {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .tailor-option-box {
        padding: 10px 6px !important;
        border-radius: 10px !important;
        gap: 4px !important;
    }
    .tailor-option-box i {
        font-size: 20px !important;
    }
    .tailor-option-box .opt-title {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .tailor-option-box .opt-desc {
        font-size: 9.5px !important;
    }
    .tailor-form-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .tailor-input-group[style*="grid-column"] {
        grid-column: span 1 !important;
    }
    .tailor-submit-btn {
        font-size: 13.5px !important;
        width: 100% !important;
    }

    /* 11. FAQs Accordion */
    .faq-section {
        padding: 40px 0 !important;
    }
    .faq-question {
        padding: 14px 16px !important;
        font-size: 14px !important;
    }
    .faq-answer {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .faq-item.active .faq-answer {
        padding: 10px 16px 14px !important;
    }

    /* 12. Testimonials V2 Section */
    .testimonial-v2-section {
        padding: 45px 0 !important;
    }
    .testimonial-v2-header h2 {
        font-size: 22px !important;
    }
    .testimonial-v2-header p {
        font-size: 13px !important;
    }
    .testimonial-v2-grid {
        max-height: 460px !important;
    }
    .testimonial-v2-column {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .testimonial-v2-column.col-2 {
        display: none !important;
    }
    .testimonial-v2-card {
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }
    .testimonial-v2-quote {
        font-size: 13px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }

    /* 13. Button System Sliding Pill */
    .btn-with-icon,
    .unified-nav-cta,
    .prisma-cta-btn,
    .btn-site-brand,
    .btn-site-secondary,
    .tf-btn.primary,
    .calc-submit-btn,
    .combo-book-btn,
    .tailor-submit-btn,
    .tour-book-btn,
    .btn-booking-dossier {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 13px !important;
        padding: 0 44px 0 16px !important;
    }
    .btn-with-icon:hover,
    .unified-nav-cta:hover,
    .prisma-cta-btn:hover,
    .btn-site-brand:hover,
    .btn-site-secondary:hover,
    .tf-btn.primary:hover,
    .calc-submit-btn:hover,
    .combo-book-btn:hover,
    .tailor-submit-btn:hover,
    .tour-book-btn:hover,
    .btn-booking-dossier:hover {
        padding: 0 16px 0 44px !important;
    }
    .btn-icon-circle,
    .prisma-arrow-circle {
        width: 32px !important;
        height: 32px !important;
        right: 5px !important;
    }
    .btn-with-icon:hover .btn-icon-circle,
    .btn-with-icon:hover .prisma-arrow-circle,
    .unified-nav-cta:hover .btn-icon-circle,
    .prisma-cta-btn:hover .prisma-arrow-circle,
    .btn-site-brand:hover .btn-icon-circle,
    .btn-site-secondary:hover .btn-icon-circle,
    .tf-btn.primary:hover .btn-icon-circle,
    .calc-submit-btn:hover .btn-icon-circle,
    .combo-book-btn:hover .btn-icon-circle,
    .tailor-submit-btn:hover .btn-icon-circle,
    .tour-book-btn:hover .btn-icon-circle,
    .btn-booking-dossier:hover .btn-icon-circle {
        right: calc(100% - 37px) !important;
    }

    /* 14. Booking Dossier Modal */
    .modal-dossier .modal-dialog {
        margin: 10px !important;
        max-width: calc(100% - 20px) !important;
    }
    .dossier-modal-header {
        padding: 14px 16px !important;
    }
    .dossier-modal-header h3 {
        font-size: 16px !important;
    }
    .dossier-modal-body {
        padding: 16px 12px !important;
    }
    .dossier-form-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .dossier-form-grid .full-width {
        grid-column: span 1 !important;
    }
    .dossier-total-bar .amount {
        font-size: 17px !important;
    }

    /* 15. Tour Detail Page Dedicated Mobile Styling */
    body.tour-detail-page {
        padding-top: 75px !important;
    }
    .tour-main-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .tour-meta-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    .tour-gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
    }
    .tour-gallery-grid .gallery-main-img img {
        height: 210px !important;
        border-radius: 12px !important;
    }
    .tour-gallery-grid .gallery-sub-imgs {
        display: none !important;
    }
    .tour-spec-bar {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        padding: 12px 10px !important;
    }
    .spec-label {
        font-size: 10px !important;
    }
    .spec-val {
        font-size: 13.5px !important;
    }
    .tour-detail-card {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }
    .sticky-booking-card {
        position: static !important;
        margin-top: 20px !important;
        padding: 16px 12px !important;
    }
    .timeline-itinerary-box::before {
        left: 32px !important;
    }
    .timeline-step {
        gap: 8px !important;
    }

    /* 16. Floating WhatsApp Button on Mobile */
    .floating-whatsapp-btn {
        bottom: 16px !important;
        right: 16px !important;
    }
    .whatsapp-circle-icon {
        width: 52px !important;
        height: 52px !important;
    }
    .whatsapp-circle-icon svg {
        width: 26px !important;
        height: 26px !important;
    }
    .whatsapp-bubble-popup {
        display: none !important;
    }

    /* 17. Footer Mobile Cleanups */
    .inner-footer .row > div {
        margin-bottom: 24px !important;
    }
    .content-top-footer {
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        text-align: center !important;
    }
}

/* Extra Small Mobile Screens (<= 480px) */
@media (max-width: 480px) {
    .prisma-giant-title {
        font-size: 38px !important;
    }
    .tailor-grid-options {
        grid-template-columns: 1fr !important;
    }
    .tour-spec-bar {
        grid-template-columns: 1fr !important;
    }
    .trust-badges-grid {
        grid-template-columns: 1fr !important;
    }
    .btn-with-icon,
    .unified-nav-cta,
    .prisma-cta-btn,
    .btn-site-brand,
    .btn-site-secondary,
    .tf-btn.primary,
    .calc-submit-btn,
    .combo-book-btn,
    .tailor-submit-btn,
    .tour-book-btn,
    .btn-booking-dossier {
        height: 42px !important;
        line-height: 42px !important;
        font-size: 12px !important;
        padding: 0 40px 0 14px !important;
    }
    .btn-with-icon:hover,
    .unified-nav-cta:hover,
    .prisma-cta-btn:hover,
    .btn-site-brand:hover,
    .btn-site-secondary:hover,
    .tf-btn.primary:hover,
    .calc-submit-btn:hover,
    .combo-book-btn:hover,
    .tailor-submit-btn:hover,
    .tour-book-btn:hover,
    .btn-booking-dossier:hover {
        padding: 0 14px 0 40px !important;
    }
    .btn-icon-circle,
    .prisma-arrow-circle {
        width: 28px !important;
        height: 28px !important;
        right: 4px !important;
    }
    .btn-with-icon:hover .btn-icon-circle,
    .btn-with-icon:hover .prisma-arrow-circle,
    .unified-nav-cta:hover .btn-icon-circle,
    .prisma-cta-btn:hover .prisma-arrow-circle,
    .btn-site-brand:hover .btn-icon-circle,
    .btn-site-secondary:hover .btn-icon-circle,
    .tf-btn.primary:hover .btn-icon-circle,
    .calc-submit-btn:hover .btn-icon-circle,
    .combo-book-btn:hover .btn-icon-circle,
    .tailor-submit-btn:hover .btn-icon-circle,
    .tour-book-btn:hover .btn-icon-circle,
    .btn-booking-dossier:hover .btn-icon-circle {
        right: calc(100% - 32px) !important;
    }
}

/* WhatsApp Price Badges & Inquire Tags */
.gyg-price-tag .amount.whatsapp-price,
.price-whatsapp-tag,
.whatsapp-price-pill {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #15803d !important;
    background: #f0fdf4 !important;
    border: 1px solid #86efac !important;
    padding: 4px 10px !important;
    border-radius: 9999px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    text-transform: none !important;
    box-shadow: 0 1px 3px rgba(22, 101, 52, 0.08);
    transition: all 0.2s ease;
}

.gyg-price-tag .amount.whatsapp-price:hover,
.price-whatsapp-tag:hover {
    background: #dcfce7 !important;
    border-color: #4ade80 !important;
    transform: translateY(-1px);
}

.gyg-price-tag.whatsapp-tag .from {
    display: none !important;
}

/* ==========================================================================
   Interactive Floating Smart WhatsApp Concierge Widget
   ========================================================================== */
.smart-wa-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    font-family: inherit;
}

.smart-wa-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    padding: 12px 18px 12px 14px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4), 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.smart-wa-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
}

.smart-wa-avatar-wrap {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.smart-wa-avatar-wrap svg {
    width: 24px;
    height: 24px;
    fill: #25D366;
}

.smart-wa-pulse-dot {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 11px;
    height: 11px;
    background: #22c55e;
    border: 2px solid #ffffff;
    border-radius: 50%;
    animation: waPulse 2s infinite;
}

@keyframes waPulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.smart-wa-text-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.smart-wa-title {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.2;
}

.smart-wa-sub {
    font-size: 11px;
    opacity: 0.9;
    font-weight: 400;
}

/* WhatsApp Chat Window Modal */
.smart-wa-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 340px;
    max-width: calc(100vw - 40px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: none;
    flex-direction: column;
    animation: popupFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform-origin: bottom right;
}

@keyframes popupFadeIn {
    from { opacity: 0; transform: scale(0.88) translateY(15px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.smart-wa-popup.open {
    display: flex;
}

.smart-wa-header {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    padding: 16px 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smart-wa-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.smart-wa-header-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-wa-header-avatar svg {
    width: 26px;
    height: 26px;
    fill: #128C7E;
}

.smart-wa-header-name {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.smart-wa-header-status {
    font-size: 11px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 5px;
}

.smart-wa-header-status span {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
}

.smart-wa-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.smart-wa-close-btn:hover {
    opacity: 1;
}

.smart-wa-body {
    padding: 16px;
    background: #efeae2;
    background-image: radial-gradient(#d1d7db 1px, transparent 1px);
    background-size: 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 380px;
    overflow-y: auto;
}

.smart-wa-bubble {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 0 14px 14px 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    line-height: 1.45;
    color: #1f2937;
}

.smart-wa-bubble strong {
    color: #075E54;
}

.smart-wa-quick-chips {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.smart-wa-chip {
    background: #ffffff;
    border: 1px solid #d1fae5;
    color: #065f46;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    text-decoration: none;
}

.smart-wa-chip:hover {
    background: #dcfce7;
    border-color: #34d399;
    transform: translateX(3px);
    color: #065f46;
}

.smart-wa-footer {
    padding: 12px 14px;
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 8px;
}

.smart-wa-input {
    flex: 1;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 9px 14px;
    font-size: 13px;
    outline: none;
    transition: border 0.2s;
}

.smart-wa-input:focus {
    border-color: #25D366;
}

.smart-wa-send-btn {
    background: #25D366;
    color: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
}

.smart-wa-send-btn:hover {
    background: #1eb954;
    transform: scale(1.08);
}

/* ==========================================================================
   Hero Instant Live Search Bar
   ========================================================================== */
.hero-search-wrapper {
    max-width: 720px;
    margin: 25px auto 0 auto;
    position: relative;
    z-index: 30;
}

.hero-search-box {
    background: #ffffff;
    padding: 8px 10px 8px 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.hero-search-box:focus-within {
    box-shadow: 0 20px 45px rgba(235, 102, 43, 0.25);
    border-color: #eb662b;
}

.hero-search-icon {
    color: #eb662b;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

.hero-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    background: transparent;
}

.hero-search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.hero-search-btn {
    background: #eb662b;
    color: #ffffff;
    border: none;
    padding: 11px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-search-btn:hover {
    background: #d45119;
    transform: translateY(-1px);
}

.hero-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    border: 1px solid #f3f4f6;
    max-height: 360px;
    overflow-y: auto;
    display: none;
    z-index: 100;
    padding: 10px 0;
}

.hero-search-dropdown.show {
    display: block;
}

.hero-search-item {
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #1f2937;
    transition: background 0.2s;
}

.hero-search-item:hover {
    background: #f9fafb;
}

.hero-search-item-img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.hero-search-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 2px 0;
}

.hero-search-item-meta {
    font-size: 12px;
    color: #6b7280;
}

/* ==========================================================================
   Trust & Reviews Bar Section
   ========================================================================== */
.trust-bar-section {
    background: #ffffff;
    border-bottom: 1px solid #f3f4f6;
    padding: 24px 0;
}

.trust-badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    align-items: center;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #fdfdfd;
    border: 1px solid #f3f4f6;
    transition: all 0.25s ease;
}

.trust-badge-item:hover {
    background: #fef8f4;
    border-color: #fed7aa;
    transform: translateY(-2px);
}

.trust-badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.trust-badge-text h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.trust-badge-text p {
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #6b7280;
}

/* ==========================================================================
   VIBEKECH OFFICIAL BRAND COLOR SYSTEM (MATCHING LOGO COLORS)
   - Primary VibeKech Logo Orange: #f58220
   - Secondary VibeKech Logo Blue: #2b59c3
   ========================================================================== */

:root {
    --vibekech-orange: #f58220 !important;
    --vibekech-orange-dark: #e07010 !important;
    --vibekech-blue: #2b59c3 !important;
    --vibekech-blue-dark: #1e40a0 !important;
}

/* 1. Unified Pill Navbar CTA Button */
.unified-nav-cta {
    background: linear-gradient(135deg, #f58220 0%, #e07010 100%) !important;
    box-shadow: 0 4px 15px rgba(245, 130, 32, 0.4) !important;
    color: #ffffff !important;
}
.unified-nav-cta:hover {
    background: linear-gradient(135deg, #e07010 0%, #c85e05 100%) !important;
    box-shadow: 0 6px 20px rgba(245, 130, 32, 0.55) !important;
}
.unified-nav-item a:hover {
    color: #f58220 !important;
}
.unified-nav-item.highlight-deal a {
    color: #f58220 !important;
}

/* 2. Primary Site Buttons & CTAs */
.tf-btn.primary,
.tf-btn.brand,
.btn-with-icon.brand,
.calc-submit-btn:not(.whatsapp-btn-accent),
.dossier-submit-btn,
.btn-submit-dossier {
    background: linear-gradient(135deg, #f58220 0%, #e07010 100%) !important;
    border-color: #f58220 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(245, 130, 32, 0.35) !important;
}
.tf-btn.primary:hover,
.tf-btn.brand:hover,
.btn-with-icon.brand:hover,
.calc-submit-btn:not(.whatsapp-btn-accent):hover,
.dossier-submit-btn:hover {
    background: linear-gradient(135deg, #e07010 0%, #c85e05 100%) !important;
    border-color: #e07010 !important;
    box-shadow: 0 8px 25px rgba(245, 130, 32, 0.48) !important;
}

/* 3. Secondary Blue Accents (Palm Tree & Plane Royal Blue) */
.badge-tour-status.top-pick,
.gyg-card .gyg-badge,
.tailor-option-box.selected {
    border-color: #2b59c3 !important;
}
.tailor-option-box.selected .opt-icon-box {
    background: linear-gradient(135deg, #2b59c3 0%, #1e40a0 100%) !important;
    color: #ffffff !important;
}

/* 4. Active Tabs & Filter Pills */
#activity-filter-pills .gyg-pill.active,
.calc-tab-btn.active {
    background: linear-gradient(135deg, #f58220 0%, #e07010 100%) !important;
    border-color: #f58220 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(245, 130, 32, 0.35) !important;
}
#activity-filter-pills .gyg-pill:hover:not(.active),
.calc-tab-btn:hover:not(.active) {
    border-color: #f58220 !important;
    color: #f58220 !important;
}

/* 5. Highlight Text, Icons & Links */
.title-info,
.section-subtitle,
.subtitle-info,
.dossier-card-header h4,
.text-primary,
.badge-step {
    color: #f58220 !important;
}

.icon-phone-box,
.btn-icon-circle {
    background: #ffffff !important;
    color: #f58220 !important;
}

/* 6. Form Input Focus Glow */
.dossier-input:focus,
.calc-input:focus,
.form-control:focus {
    border-color: #f58220 !important;
    box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.2) !important;
}

/* ==========================================================================
   Sahara & Activity Card Action Buttons (Equal flex layout & WhatsApp styling)
   ========================================================================== */
.sahara-action-buttons {
    display: flex !important;
    gap: 14px !important;
    margin-top: 24px !important;
    width: 100% !important;
    align-items: center !important;
}

.sahara-action-buttons .calc-submit-btn {
    flex: 1 1 50% !important;
    height: 52px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

.calc-submit-btn.whatsapp-btn-accent,
.whatsapp-btn-accent {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    background-color: #25d366 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35) !important;
    transition: all 0.3s ease !important;
}

.calc-submit-btn.whatsapp-btn-accent:hover,
.whatsapp-btn-accent:hover {
    background: linear-gradient(135deg, #20ba5a 0%, #0f796c 100%) !important;
    background-color: #20ba5a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.48) !important;
}

@media (max-width: 768px) {
    .sahara-action-buttons {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .sahara-action-buttons .calc-submit-btn {
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}



