/* ===== Activity Details Specific Styles ===== */

/* Activity Hero Styling */
.activity-hero {
    background-color: #2ecc71;
}

.activity-hero .hero-overlay-modern {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.85) 0%, rgba(39, 174, 96, 0.9) 100%);
}

.activity-badge {
    background: rgba(255, 255, 255, 0.25) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: white !important;
}

/* Activity Pricing Card */
.pricing-card-modern.activity-pricing {
    border: 2px solid rgba(46, 204, 113, 0.3);
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.02) 0%, white 100%);
}

.pricing-card-modern.activity-pricing .pricing-header {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.pricing-card-modern.activity-pricing .price-amount-modern .current-price {
    color: #2ecc71;
}

/* Activity Book Button */
.btn-book-trip-modern.activity-book-btn {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    box-shadow: 0 5px 20px rgba(46, 204, 113, 0.3);
}

.btn-book-trip-modern.activity-book-btn:hover {
    background: linear-gradient(135deg, #27ae60, #229954);
    box-shadow: 0 8px 25px rgba(46, 204, 113, 0.4);
}

/* Booking Notice */
.booking-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1), rgba(39, 174, 96, 0.05));
    border: 2px solid rgba(46, 204, 113, 0.3);
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #27ae60;
}

.booking-notice i {
    font-size: 1.2rem;
    color: #2ecc71;
}

/* Activity Type Badge Section */
.activity-type-badge-section {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.05), rgba(39, 174, 96, 0.02));
    border-radius: 15px;
    border: 2px solid rgba(46, 204, 113, 0.2);
}

.activity-type-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    border-radius: 50px;
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(46, 204, 113, 0.3);
}

.activity-type-display i {
    font-size: 1.5rem;
}

/* Activity Highlights with Green Theme */
.trip-highlights-modern .highlight-item-modern i {
    color: #2ecc71;
}

/* Activity Info Card Accent */
.trip-info-card-modern .info-icon-modern {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1), rgba(39, 174, 96, 0.05));
}

.trip-info-card-modern .info-icon-modern i {
    color: #2ecc71;
}

/* Section Titles with Activity Theme */
.trip-overview-modern .section-title-modern i,
.trip-highlights-modern .section-title-modern i {
    color: #2ecc71;
}

/* Pricing Items with Activity Theme */
.pricing-card-modern.activity-pricing .pricing-item-modern .item-icon {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1), rgba(39, 174, 96, 0.05));
}

.pricing-card-modern.activity-pricing .pricing-item-modern .item-icon i {
    color: #2ecc71;
}

/* Contact Card for Activity */
.contact-card-modern .contact-btn-modern.whatsapp:hover {
    background: #2ecc71;
    transform: translateY(-3px);
}

/* ===== Video Section ===== */
.trip-video-section {
    margin-bottom: 2rem;
}

.video-container-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(27, 73, 101, 0.1);
    transition: all 0.3s ease;
}

.video-container-modern:hover {
    box-shadow: 0 15px 50px rgba(27, 73, 101, 0.15);
    transform: translateY(-2px);
}

.video-container-modern video {
    display: block;
    width: 100%;
    background: #000;
}

.video-container-modern .ratio {
    background: #000;
}

.video-container-modern iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES - ACTIVITY DETAILS
   ======================================== */

/* Nest Hub Max (1280x800) */
@media (min-width: 1200px) and (max-width: 1366px) and (max-height: 850px) {
    .activity-type-badge-section {
        padding: 18px;
        margin-top: 20px;
    }

    .activity-type-display {
        font-size: 0.95rem;
        padding: 12px 25px;
        gap: 12px;
    }

    .activity-type-display i {
        font-size: 1.3rem;
    }

    .booking-notice {
        padding: 10px 12px;
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .booking-notice i {
        font-size: 1.1rem;
    }

    .video-container-modern video {
        max-height: 350px !important;
    }
}

/* Large Tablets (992px - 1199px) */
@media (max-width: 1199px) {
    .activity-type-display {
        font-size: 1.05rem;
    }
}

/* iPad Pro & Tablets (768px - 991px) */
@media (max-width: 991px) {
    .activity-type-badge-section {
        padding: 20px;
    }

    .activity-type-display {
        font-size: 1rem;
        padding: 12px 25px;
    }
    
    .activity-type-display i {
        font-size: 1.2rem;
    }
    
    .booking-notice {
        font-size: 0.9rem;
    }
}

/* Nest Hub & Landscape Tablets (768px - 1024px, height ≤ 900px) */
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 900px) {
    .activity-type-badge-section {
        padding: 18px;
        margin-top: 20px;
    }

    .activity-type-display {
        font-size: 0.9rem;
        padding: 10px 22px;
        gap: 12px;
    }

    .activity-type-display i {
        font-size: 1.1rem;
    }

    .booking-notice {
        padding: 9px 12px;
        font-size: 0.8rem;
    }

    .video-container-modern video {
        max-height: 280px !important;
    }
}

/* Nest Hub (1024x600) */
@media (min-width: 1000px) and (max-width: 1100px) and (max-height: 650px) {
    .activity-type-badge-section {
        padding: 15px;
        margin-top: 18px;
    }

    .activity-type-display {
        font-size: 0.85rem;
        padding: 9px 20px;
        gap: 10px;
    }

    .activity-type-display i {
        font-size: 1rem;
    }

    .booking-notice {
        padding: 8px 10px;
        font-size: 0.75rem;
        margin-bottom: 12px;
    }

    .booking-notice i {
        font-size: 1rem;
    }

    .video-container-modern video {
        max-height: 250px !important;
    }
}

/* Mobile & Small Tablets (576px - 767px) */
@media (max-width: 767px) {
    .activity-type-display {
        font-size: 1rem;
        padding: 12px 25px;
    }
    
    .activity-type-display i {
        font-size: 1.2rem;
    }
    
    .booking-notice {
        font-size: 0.9rem;
    }

    .video-container-modern video {
        max-height: 300px !important;
    }
}

/* Mobile Phones (< 576px) */
@media (max-width: 575px) {
    .activity-type-badge-section {
        padding: 15px;
    }
    
    .activity-type-display {
        font-size: 0.95rem;
        padding: 10px 20px;
        gap: 10px;
    }

    .activity-type-display i {
        font-size: 1.1rem;
    }

    .booking-notice {
        font-size: 0.85rem;
        padding: 10px 12px;
    }

    .video-container-modern video {
        max-height: 250px !important;
    }
}

/* Extra Small Phones (< 400px) */
@media (max-width: 399px) {
    .activity-type-display {
        font-size: 0.9rem;
        padding: 9px 18px;
        gap: 8px;
    }

    .activity-type-display i {
        font-size: 1rem;
    }

    .booking-notice {
        font-size: 0.8rem;
    }
}


/* PUSHED NAVBAR TOGGLER GLOBALLY TO FIX ALL PAGES */
.navbar-toggler {
    border: 2px solid var(--accent-sky) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    background-color: transparent !important;
}

.navbar-toggler:hover {
    background-color: rgba(98, 182, 203, 0.1) !important;
    border-color: var(--accent-orange) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(98, 182, 203, 0.25) !important;
    outline: none !important;
}

.navbar-toggler-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: none !important;
}

.navbar-toggler-icon i {
    color: var(--accent-sky) !important;
    font-size: 1.3rem !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.navbar-toggler:hover .navbar-toggler-icon i {
    color: var(--accent-orange) !important;
    transform: rotate(90deg) !important;
}
