/* Package Detail Page - Mobile Responsive Overrides */

@media (max-width: 991.98px) {
    .details-hero {
        height: auto;
        min-height: 280px;
        padding: 4.5rem 0 2rem;
        text-align: center;
    }

    .details-hero .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .breadcrumb {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .breadcrumb-item, .breadcrumb-item a {
        font-size: 0.78rem !important;
        white-space: normal !important;
    }

    .details-title {
        font-size: 1.65rem !important;
        line-height: 1.2;
        margin-bottom: 1.2rem;
        letter-spacing: -0.01em;
        width: 100%;
    }

    .details-subtitle {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        width: 100%;
    }

    .details-meta-bar {
        position: static !important;
        padding: 1.2rem 0;
        margin-top: -1rem;
        border-bottom: 1px solid #f1f5f9;
    }

    .meta-bar-inner {
        flex-direction: column;
        gap: 1.2rem;
        text-align: center;
    }

    .price-value {
        justify-content: center;
        font-size: 2.2rem;
    }

    .meta-ctas {
        width: 100%;
        flex-direction: row !important;
        gap: 0.6rem !important;
        margin-top: 1.25rem;
    }

    .meta-ctas .btn {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.85rem 0.5rem !important;
        font-size: 0.85rem !important;
        white-space: nowrap !important;
        gap: 0.4rem;
    }

    .btn-whatsapp {
        background: #1e293b !important;
        border: none !important;
        color: #fff !important;
    }

    .content-card {
        padding: 1.5rem;
    }

    .itinerary-list {
        padding-left: 1.8rem;
    }

    .itinerary-day {
        left: -1.8rem;
    }

    .sidebar-sticky {
        position: static !important;
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .package-details-page {
        overflow-x: hidden;
    }

    .details-title {
        font-size: 1.35rem !important;
        word-wrap: break-word;
        padding: 0 0.5rem;
    }
    
    .price-value {
        font-size: 1.7rem;
    }

    .price-value .amount { font-size: 2.1rem; }
    
    .content-card {
        padding: 1rem;
        border-radius: 0.75rem;
        margin-bottom: 1.25rem !important;
    }
    
    .featured-image-card {
        margin-left: -1rem;
        margin-right: -1rem;
        border-radius: 0;
    }

    .meta-bar-inner {
        gap: 0.8rem;
    }

    .price-box {
        margin-bottom: 0.4rem;
    }
}
@media (max-width: 991.98px) {
    .hero-premium {
        padding: 4rem 0 0 !important;
        min-height: auto !important;
        overflow-x: hidden;
    }
    .hero-shell {
        display: flex !important;
        flex-direction: column;
        padding-bottom: 0;
    }
    .hero-copy {
        max-width: 100% !important;
        text-align: center;
        padding: 0 1rem !important;
        width: 100% !important;
    }
    .hero-title {
        font-size: 2.22rem !important;
        line-height: 1.25 !important;
    }
    .hero-description {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    .hero-actions {
        flex-direction: column !important;
        gap: 0.8rem !important;
        width: 100% !important;
    }
    .hero-actions .btn {
        width: 100% !important;
        margin: 0 !important;
    }
    .hero-heli {
        display: none !important;
    }
    .hero-mobile-itinerary {
        display: block !important;
        margin-top: 2rem;
    }
    .section-header-centered {
        padding: 0 1rem;
    }
    .section-title {
        font-size: 1.7rem !important;
        line-height: 1.3 !important;
    }
    .dham-overview {
        padding: 3rem 0 !important;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.95rem !important;
    }
    .section-title {
        font-size: 1.55rem !important;
    }
}
