/* ===== DARK MODE RESPONSIVE STYLES ===== */
/* This file contains responsive adjustments for dark mode */

/* ===== DARK MODE RESPONSIVE BREAKPOINTS ===== */

/* ===== DARK MODE HEADER RESPONSIVE STYLES ===== */

/* Mobile Devices (up to 767px) */
@media (max-width: 767.98px) {
    /* Header Top Contact Info - Mobile Dark Mode */
    [data-theme="dark"] .top_contact_icon {
        font-size: 0.85rem !important;
    }
    
    [data-theme="dark"] .top_contact_icon-circle {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.8rem !important;
    }
    
    [data-theme="dark"] .top_contact_text {
        font-size: 0.8rem !important;
    }
    
    /* Header Top Social Icons - Mobile Dark Mode */
    [data-theme="dark"] .top-social-icons .social-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.9rem !important;
    }
    
    /* Dark Mode Toggle - Mobile */
    [data-theme="dark"] .dark-mode-toggle {
        width: 45px !important;
        height: 22px !important;
        min-width: 45px !important;
        min-height: 22px !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle-slider {
        width: 18px !important;
        height: 18px !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle.active .dark-mode-toggle-slider {
        transform: translateX(23px) translateY(-50%) !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle-icon {
        font-size: 10px !important;
    }
}

/* Tablet Devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Header Top Contact Info - Tablet Dark Mode */
    [data-theme="dark"] .top_contact_icon {
        font-size: 0.9rem !important;
    }
    
    [data-theme="dark"] .top_contact_icon-circle {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.9rem !important;
    }
    
    [data-theme="dark"] .top_contact_text {
        font-size: 0.9rem !important;
    }
    
    /* Header Top Social Icons - Tablet Dark Mode */
    [data-theme="dark"] .top-social-icons .social-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 1rem !important;
    }
    
    /* Dark Mode Toggle - Tablet */
    [data-theme="dark"] .dark-mode-toggle {
        width: 48px !important;
        height: 24px !important;
        min-width: 48px !important;
        min-height: 24px !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle-slider {
        width: 20px !important;
        height: 20px !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle.active .dark-mode-toggle-slider {
        transform: translateX(26px) translateY(-50%) !important;
    }
    
    [data-theme="dark"] .dark-mode-toggle-icon {
        font-size: 11px !important;
    }
}

/* ===== DARK MODE CTA SECTION RESPONSIVE ===== */

/* Mobile Devices (up to 767px) */
@media (max-width: 767.98px) {
    [data-theme="dark"] .cta-section h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    [data-theme="dark"] .cta-section p {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    [data-theme="dark"] .cta-buttons {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }
    
    [data-theme="dark"] .cta-buttons .btn {
        width: 100% !important;
        font-size: 0.9rem !important;
        padding: 0.75rem 1.5rem !important;
    }
}

/* Tablet Devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    [data-theme="dark"] .cta-section h2 {
        font-size: 1.75rem !important;
        line-height: 1.4 !important;
    }
    
    [data-theme="dark"] .cta-section p {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
    }
    
    [data-theme="dark"] .cta-buttons {
        gap: 1rem !important;
    }
    
    [data-theme="dark"] .cta-buttons .btn {
        font-size: 1rem !important;
        padding: 0.875rem 2rem !important;
    }
}

/* ===== DARK MODE CARDS RESPONSIVE ===== */

/* Mobile Devices (up to 767px) */
@media (max-width: 767.98px) {
    [data-theme="dark"] .package-card,
    [data-theme="dark"] .testimonial-card,
    [data-theme="dark"] .feature-card,
    [data-theme="dark"] .highlight-item,
    [data-theme="dark"] .date-card {
        margin-bottom: 1rem !important;
        padding: 1rem !important;
    }
    
    [data-theme="dark"] .package-card h3,
    [data-theme="dark"] .testimonial-card h3,
    [data-theme="dark"] .feature-card h3,
    [data-theme="dark"] .highlight-item h3,
    [data-theme="dark"] .date-card h3 {
        font-size: 1.1rem !important;
    }
    
    [data-theme="dark"] .package-card p,
    [data-theme="dark"] .testimonial-card p,
    [data-theme="dark"] .feature-card p,
    [data-theme="dark"] .highlight-item p,
    [data-theme="dark"] .date-card p {
        font-size: 0.85rem !important;
    }
}

/* Tablet Devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    [data-theme="dark"] .package-card,
    [data-theme="dark"] .testimonial-card,
    [data-theme="dark"] .feature-card,
    [data-theme="dark"] .highlight-item,
    [data-theme="dark"] .date-card {
        margin-bottom: 1.25rem !important;
        padding: 1.25rem !important;
    }
    
    [data-theme="dark"] .package-card h3,
    [data-theme="dark"] .testimonial-card h3,
    [data-theme="dark"] .feature-card h3,
    [data-theme="dark"] .highlight-item h3,
    [data-theme="dark"] .date-card h3 {
        font-size: 1.25rem !important;
    }
    
    [data-theme="dark"] .package-card p,
    [data-theme="dark"] .testimonial-card p,
    [data-theme="dark"] .feature-card p,
    [data-theme="dark"] .highlight-item p,
    [data-theme="dark"] .date-card p {
        font-size: 0.9rem !important;
    }
}

/* ===== DARK MODE MODALS RESPONSIVE ===== */

/* Mobile Devices (up to 767px) */
@media (max-width: 767.98px) {
    [data-theme="dark"] .modal-dialog {
        margin: 0.5rem !important;
    }
    
    [data-theme="dark"] .modal-content {
        border-radius: 0.5rem !important;
    }
    
    [data-theme="dark"] .modal-header {
        padding: 1rem !important;
    }
    
    [data-theme="dark"] .modal-body {
        padding: 1rem !important;
    }
    
    [data-theme="dark"] .modal-footer {
        padding: 1rem !important;
    }
}

/* ===== DARK MODE SCROLL TO TOP RESPONSIVE ===== */

/* Mobile Devices (up to 767px) */
@media (max-width: 767.98px) {
    [data-theme="dark"] .scroll-to-top {
        width: 45px !important;
        height: 45px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
    
    [data-theme="dark"] .scroll-to-top i {
        font-size: 1rem !important;
    }
}

/* Tablet Devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    [data-theme="dark"] .scroll-to-top {
        width: 50px !important;
        height: 50px !important;
        bottom: 25px !important;
        right: 25px !important;
    }
    
    [data-theme="dark"] .scroll-to-top i {
        font-size: 1.1rem !important;
    }
}

/* ===== DARK MODE ITINERARY RESPONSIVE ===== */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 2rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 1.2rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1.4rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 1.1rem !important;
    }
}

/* Large Devices (1200px to 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 2.5rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 1.15rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1.5rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 1.05rem !important;
    }
}

/* Large Devices (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 2.3rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 1.1rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1.3rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 1rem !important;
    }
}

/* Tablet Devices (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 2.2rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 1.05rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-content::before {
        border-right-color: var(--bg-light) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1.2rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 0.95rem !important;
    }
}

/* Mobile Devices (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 1.8rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 1rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-content::before {
        border-right-color: var(--bg-light) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1.1rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 0.9rem !important;
    }
}

/* Small Mobile Devices (480px to 575px) */
@media (max-width: 575px) and (min-width: 480px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 1.6rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 0.9rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-content::before {
        border-right-color: var(--bg-light) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 1rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 0.85rem !important;
    }
}

/* Extra Small Mobile Devices (320px to 479px) */
@media (max-width: 479px) {
    [data-theme="dark"] .itinerary-section .section-title {
        font-size: 1.4rem !important;
        color: var(--text-primary) !important;
    }
    
    [data-theme="dark"] .itinerary-section .section-subtitle {
        font-size: 0.85rem !important;
        color: var(--text-gray) !important;
    }
    
    [data-theme="dark"] .timeline-content {
        background-color: var(--bg-light) !important;
        border-color: rgba(92, 168, 13, 0.2) !important;
    }
    
    [data-theme="dark"] .timeline-content::before {
        border-right-color: var(--bg-light) !important;
    }
    
    [data-theme="dark"] .timeline-title {
        color: var(--text-primary) !important;
        font-size: 0.9rem !important;
    }
    
    [data-theme="dark"] .timeline-description {
        color: var(--text-secondary) !important;
        font-size: 0.8rem !important;
    }
}

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    [data-theme="dark"] .container {
        max-width: 1320px;
    }
    
    [data-theme="dark"] .section-title {
        font-size: 2rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-content h3,
    [data-theme="dark"] .contact-item h4,
    [data-theme="dark"] .author-info h4 {
        font-size: 1.75rem;
        color: var(--text-primary);
    }
}

/* Large Devices (992px to 1199px) */
@media (max-width: 1199.98px) {
    [data-theme="dark"] .section-title {
        font-size: 2.25rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-content h3,
    [data-theme="dark"] .contact-item h4,
    [data-theme="dark"] .author-info h4 {
        font-size: 1.5rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .btn-lg {
        padding: 0.875rem 1.75rem;
        font-size: 1rem;
    }
    
    /* Header adjustments */
    [data-theme="dark"] .main-header-three.sticky {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.4rem 0;
    }
}

/* Medium Devices (768px to 991px) */
@media (max-width: 991.98px) {
    [data-theme="dark"] .section-title {
        font-size: 2rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-content h3,
    [data-theme="dark"] .contact-item h4,
    [data-theme="dark"] .author-info h4 {
        font-size: 1.375rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .section-subtitle {
        font-size: 1rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .about-content {
        padding-right: 0;
        margin-bottom: 2rem;
        text-align: center;
    }
    
    [data-theme="dark"] .package-card.featured {
        transform: none;
        margin-top: 0;
    }
    
    [data-theme="dark"] .package-card.featured:hover {
        transform: translateY(-0.5rem);
    }
    
    [data-theme="dark"] .gallery-item img {
        height: 200px;
    }
    
    /* Header adjustments */
    [data-theme="dark"] .main-header-three.sticky {
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.3rem 0;
    }
    
    /* Hide call-us section on tablet when sticky */
    [data-theme="dark"] .main-header-three.sticky .call-us {
        display: none;
    }
    
    /* Show mobile toggler earlier */
    [data-theme="dark"] .main-header-three.sticky .mobile-nav__toggler {
        display: block;
    }
}

/* Small Devices (576px to 767px) */
@media (max-width: 767.98px) {
    [data-theme="dark"] .section-padding {
        padding: 3rem 0;
    }
    
    [data-theme="dark"] .section-title {
        font-size: 1.75rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-content h3,
    [data-theme="dark"] .contact-item h4,
    [data-theme="dark"] .author-info h4 {
        font-size: 1.25rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .section-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .btn-lg {
        width: 100%;
        max-width: 300px;
        padding: 1rem 1.5rem;
    }
    
    [data-theme="dark"] .about-features {
        gap: 0.75rem;
    }
    
    [data-theme="dark"] .feature-item {
        padding: 0.75rem;
        gap: 0.75rem;
        background-color: var(--bg-light);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .feature-item:hover {
        border-color: var(--bg-primary);
    }
    
    [data-theme="dark"] .package-card {
        margin-bottom: 1rem;
        background-color: var(--bg-white);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .package-content {
        padding: 1.25rem;
    }
    
    [data-theme="dark"] .package-price .price {
        font-size: 1.75rem;
        color: var(--bg-primary);
    }
    
    [data-theme="dark"] .testimonial-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
        min-height: 260px;
        background-color: var(--bg-white);
        border: 2px solid var(--border-color);
    }
    
    [data-theme="dark"] .testimonial-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.5;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .testimonial-author {
        gap: 0.5rem;
    }
    
    [data-theme="dark"] .author-image-placeholder {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
    
    [data-theme="dark"] .author-info h4 {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .author-info span {
        font-size: 0.8rem;
        color: var(--text-light);
    }
    
    [data-theme="dark"] .accordion-button {
        padding: 1.25rem;
        font-size: 0.95rem;
        background-color: var(--bg-secondary);
        color: var(--color-white);
    }
    
    [data-theme="dark"] .accordion-body {
        padding: 1.25rem;
        font-size: 0.95rem;
        background-color: var(--bg-white);
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .gallery-item img {
        height: 180px;
    }
    
    [data-theme="dark"] .cta-section h2 {
        font-size: 2rem;
        color: white;
    }
    
    [data-theme="dark"] .cta-section p {
        font-size: 1rem;
        color: white;
    }
    
    [data-theme="dark"] .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    [data-theme="dark"] .cta-section .btn {
        width: 100%;
        max-width: 300px;
    }
    
    /* Header adjustments */
    [data-theme="dark"] .main-header-three.sticky {
        background: rgba(26, 26, 26, 0.98);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.25rem 0;
    }
    
    /* Adjust logo size when sticky */
    [data-theme="dark"] .main-header-three.sticky .main-header-three__logo img {
        max-height: 50px;
        width: auto;
        transition: all 0.3s ease;
    }
    
    /* Hide enquiry button on mobile when sticky */
    [data-theme="dark"] .main-header-three.sticky .enquiru-btn {
        display: none !important;
    }
    
    /* Compact mobile navigation */
    [data-theme="dark"] .main-header-three.sticky .mobile-nav__toggler {
        font-size: 1.2rem;
        padding: 0.5rem;
        color: var(--text-primary);
    }
    
    /* Mobile navigation content */
    [data-theme="dark"] .mobile-nav__content {
        background-color: var(--bg-white);
        border: 1px solid var(--border-color);
        width: 85%;
        max-width: 320px;
        padding: 1.25rem;
        max-height: 85vh;
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box {
        margin-bottom: 1.25rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box img {
        max-width: 120px;
    }
    
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a {
        font-size: 0.95rem;
        padding: 0.625rem 0;
        color: var(--text-primary);
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a:hover,
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a:focus {
        color: var(--bg-primary);
        padding-left: 0.5rem;
    }
    
    [data-theme="dark"] .mobile-nav__close {
        top: 0.75rem;
        right: 0.75rem;
        width: 35px;
        height: 35px;
        background-color: var(--bg-primary);
        color: var(--color-white);
    }
    
    [data-theme="dark"] .mobile-nav__close:hover {
        background-color: var(--bg-secondary);
    }
}

/* Extra Small Devices (up to 575px) */
@media (max-width: 575.98px) {
    [data-theme="dark"] .section-padding {
        padding: 2.5rem 0;
    }
    
    [data-theme="dark"] .section-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-content h3,
    [data-theme="dark"] .contact-item h4,
    [data-theme="dark"] .author-info h4 {
        font-size: 1.125rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }
    
    [data-theme="dark"] .btn-lg {
        padding: 0.875rem 1.25rem;
        font-size: 1rem;
        max-width: 280px;
    }
    
    [data-theme="dark"] .about-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .about-features {
        gap: 0.5rem;
    }
    
    [data-theme="dark"] .feature-item {
        padding: 0.75rem;
        gap: 0.75rem;
        background-color: var(--bg-light);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .feature-item i {
        font-size: 1.125rem;
        width: 1.25rem;
        color: var(--bg-primary);
    }
    
    [data-theme="dark"] .feature-item span {
        font-size: 0.95rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .package-card {
        margin-bottom: 1rem;
        background-color: var(--bg-white);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .package-content {
        padding: 1rem;
    }
    
    [data-theme="dark"] .package-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .package-features li {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .package-price .price {
        font-size: 1.5rem;
        color: var(--bg-primary);
    }
    
    [data-theme="dark"] .package-price .duration {
        font-size: 0.9rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .testimonial-card {
        padding: 1.25rem;
        margin-bottom: 1rem;
        background-color: var(--bg-white);
        border: 2px solid var(--border-color);
    }
    
    [data-theme="dark"] .testimonial-content p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .author-image,
    [data-theme="dark"] .author-image-placeholder {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    [data-theme="dark"] .author-info span {
        font-size: 0.8rem;
        color: var(--text-light);
    }
    
    [data-theme="dark"] .accordion-button {
        padding: 1rem;
        font-size: 0.9rem;
        background-color: var(--bg-secondary);
        color: var(--color-white);
    }
    
    [data-theme="dark"] .accordion-body {
        padding: 1rem;
        font-size: 0.9rem;
        background-color: var(--bg-white);
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .gallery-item img {
        height: 160px;
    }
    
    [data-theme="dark"] .cta-section h2 {
        font-size: 1.75rem;
        color: white;
    }
    
    [data-theme="dark"] .cta-section p {
        font-size: 0.95rem;
        color: white;
    }
    
    [data-theme="dark"] .cta-section .btn {
        max-width: 260px;
    }
    
    /* Header adjustments */
    [data-theme="dark"] .main-header-three.sticky {
        background: rgba(26, 26, 26, 0.99);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.2rem 0;
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__logo img {
        max-height: 45px;
    }
    
    /* Ensure proper z-index on mobile */
    [data-theme="dark"] .main-header-three.sticky {
        z-index: 1001;
    }
    
    /* Hide main menu completely on mobile when sticky */
    [data-theme="dark"] .main-header-three.sticky .main-menu__left {
        display: none;
    }
    
    /* Adjust mobile menu positioning */
    [data-theme="dark"] .mobile-nav__content {
        top: 60px;
        width: 90%;
        max-width: 300px;
        padding: 1rem;
        max-height: 90vh;
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box {
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box img {
        max-width: 100px;
    }
    
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        color: var(--text-primary);
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__close {
        top: 0.5rem;
        right: 0.5rem;
        width: 32px;
        height: 32px;
        background-color: var(--bg-primary);
        color: var(--color-white);
    }
    
    /* Dark mode toggle adjustments */
    .dark-mode-toggle {
        width: 45px;
        height: 22px;
    }
    
    .dark-mode-toggle-slider {
        width: 18px;
        height: 18px;
    }
    
    .dark-mode-toggle.active .dark-mode-toggle-slider {
        transform: translateX(23px);
    }
}

/* Very Small Mobile Devices (up to 480px) */
@media (max-width: 480px) {
    [data-theme="dark"] .testimonials-section {
        padding: 2rem 0;
    }
    
    [data-theme="dark"] .testimonials-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .testimonials-section .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .testimonial-card {
        padding: 0.875rem;
        margin-bottom: 0.5rem;
        min-height: 220px;
        border-radius: 0.75rem;
        background-color: var(--bg-white);
        border: 2px solid var(--border-color);
    }
    
    [data-theme="dark"] .testimonial-content p {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
        line-height: 1.3;
        color: var(--text-secondary);
    }
    
    [data-theme="dark"] .testimonial-author {
        gap: 0.375rem;
    }
    
    [data-theme="dark"] .author-image-placeholder {
        width: 2rem;
        height: 2rem;
        font-size: 0.8rem;
    }
    
    [data-theme="dark"] .author-info h4 {
        font-size: 0.85rem;
        margin-bottom: 0.125rem;
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .author-info span {
        font-size: 0.7rem;
        color: var(--text-light);
    }
    
    /* Header adjustments */
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.15rem 0;
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__logo img {
        max-height: 40px;
    }
    
    [data-theme="dark"] .main-header-three.sticky .mobile-nav__toggler {
        font-size: 1.1rem;
        padding: 0.4rem;
        color: var(--text-primary);
    }
    
    /* Compact spacing */
    [data-theme="dark"] .main-header-three.sticky .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    /* Mobile navigation adjustments */
    [data-theme="dark"] .mobile-nav__content {
        width: 95%;
        max-width: 280px;
        padding: 0.875rem;
        max-height: 95vh;
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box {
        margin-bottom: 0.875rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box img {
        max-width: 90px;
    }
    
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a {
        font-size: 0.85rem;
        padding: 0.5rem 0;
        color: var(--text-primary);
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__close {
        top: 0.5rem;
        right: 0.5rem;
        width: 30px;
        height: 30px;
        background-color: var(--bg-primary);
        color: var(--color-white);
    }
    
    /* Dark mode toggle adjustments */
    .dark-mode-toggle {
        width: 40px;
        height: 20px;
    }
    
    .dark-mode-toggle-slider {
        width: 16px;
        height: 16px;
    }
    
    .dark-mode-toggle.active .dark-mode-toggle-slider {
        transform: translateX(20px);
    }
    
    .dark-mode-toggle-icon {
        font-size: 8px;
    }
}

/* Landscape Mobile Devices */
@media (max-width: 767.98px) and (orientation: landscape) {
    [data-theme="dark"] .section-padding {
        padding: 2.5rem 0;
    }
    
    [data-theme="dark"] .main-header-three.sticky {
        background: rgba(26, 26, 26, 0.98);
    }
    
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.25rem 0;
    }
    
    [data-theme="dark"] .mobile-nav__content {
        max-height: 95vh;
        padding: 1rem;
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box {
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .mobile-nav__content .logo-box img {
        max-width: 80px;
    }
    
    [data-theme="dark"] .mobile-nav__content .main-menu__list > li > a {
        padding: 0.375rem 0;
        font-size: 0.9rem;
        color: var(--text-primary);
        border-bottom: 1px solid var(--border-color);
    }
}

/* Height-specific adjustments for mobile landscape */
@media (max-height: 600px) and (orientation: landscape) {
    [data-theme="dark"] .main-header-three.sticky .main-header-three__wrapper {
        padding: 0.1rem 0;
    }
    
    /* Ensure header doesn't take too much vertical space */
    [data-theme="dark"] .main-header-three.sticky {
        min-height: auto;
    }
    
    [data-theme="dark"] .mobile-nav__content {
        max-height: 95vh;
        padding: 0.75rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    [data-theme="dark"] .about-image img,
    [data-theme="dark"] .package-image img,
    [data-theme="dark"] .gallery-item img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    [data-theme="dark"] .modal-content {
        border-width: 0.5px;
    }
    
    [data-theme="dark"] .modal-header .btn-close {
        border-width: 0.5px;
    }
    
    /* Enhanced shadows for high DPI */
    [data-theme="dark"] .modal-content {
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.5),
            0 0 0 1px rgba(92, 168, 13, 0.15),
            0 0 0 4px rgba(92, 168, 13, 0.08);
    }
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    [data-theme="dark"] *,
    [data-theme="dark"] *::before,
    [data-theme="dark"] *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    [data-theme="dark"] [data-aos] {
        transition: none !important;
    }
    
    [data-theme="dark"] .package-card:hover,
    [data-theme="dark"] .testimonial-card:hover,
    [data-theme="dark"] .gallery-item:hover {
        transform: none !important;
    }
    
    [data-theme="dark"] .modal-dialog,
    [data-theme="dark"] .modal-content,
    [data-theme="dark"] .modal-backdrop {
        transition: none !important;
        animation: none !important;
    }
    
    [data-theme="dark"] .modal.show .modal-dialog {
        transform: none !important;
    }
    
    [data-theme="dark"] .modal.show .modal-content {
        transform: none !important;
    }
    
    .dark-mode-toggle,
    .dark-mode-toggle-slider,
    .dark-mode-toggle-icon {
        transition: none;
    }
}

/* Dark Mode Support for Modals */
@media (max-width: 1199.98px) {
    [data-theme="dark"] .modal-dialog {
        max-width: 600px;
        margin: 1.5rem auto;
        transform: translate(0, -50px) scale(0.95);
    }
    
    [data-theme="dark"] .modal.show .modal-dialog {
        transform: translate(0, 0) scale(1);
    }
    
    [data-theme="dark"] .modal-dialog.modal-lg {
        max-width: 700px;
    }
    
    [data-theme="dark"] .modal-dialog.modal-xl {
        max-width: 900px;
    }
    
    [data-theme="dark"] .modal-header {
        padding: 1.5rem 1.75rem;
        background: linear-gradient(135deg, var(--bg-primary) 0%, var(--active-color) 100%);
    }
    
    [data-theme="dark"] .modal-title {
        font-size: 1.625rem;
        color: white;
    }
    
    [data-theme="dark"] .modal-body {
        padding: 2rem;
        background-color: var(--bg-white);
    }
    
    [data-theme="dark"] .modal-footer {
        padding: 1.5rem 1.75rem;
        background-color: var(--bg-white);
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    [data-theme="dark"] .contact-item:hover {
        transform: none;
    }
    
    [data-theme="dark"] .contact-form-wrapper .btn-primary:hover {
        transform: none;
    }
    
    [data-theme="dark"] .form-control:focus {
        transform: none;
    }
    
    [data-theme="dark"] .feature-card:hover {
        transform: none;
    }
    
    [data-theme="dark"] .feature-card:hover .feature-icon {
        transform: none;
    }
    
    [data-theme="dark"] .feature-card:hover::before {
        transform: scaleX(0);
    }
    
    [data-theme="dark"] .date-card:hover {
        transform: none;
    }
    
    [data-theme="dark"] .highlight-item:hover {
        transform: none;
    }
    
    [data-theme="dark"] .highlight-item:hover .highlight-icon {
        transform: none;
    }
    
    /* Touch Device Optimizations for Info Highlights */
    [data-theme="dark"] .info-highlights {
        gap: 1rem;
    }
    
    [data-theme="dark"] .highlight-item {
        min-height: 120px;
        padding: 1.5rem;
        background-color: var(--bg-white);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .highlight-icon {
        min-width: 60px;
        min-height: 60px;
    }
    
    /* Larger touch targets */
    [data-theme="dark"] .modal-header .btn-close {
        width: 3rem;
        height: 3rem;
        font-size: 1.75rem;
    }
    
    [data-theme="dark"] .modal-footer .btn {
        padding: 1rem 1.75rem;
        min-height: 3rem;
    }
    
    /* Contact Form Touch Optimizations */
    [data-theme="dark"] .contact-form-wrapper .btn-primary {
        min-height: 3.5rem;
        padding: 1.25rem 2rem;
    }
    
    [data-theme="dark"] .form-control {
        min-height: 3rem;
        padding: 1rem 1.25rem;
        background-color: var(--bg-white);
        border-color: var(--border-color);
        color: var(--text-primary);
    }
    
    [data-theme="dark"] .form-control.textarea {
        min-height: 4rem;
    }
    
    [data-theme="dark"] .contact-item {
        min-height: 4rem;
        padding: 1.5rem;
        background-color: var(--bg-white);
        border: 1px solid var(--border-color);
    }
    
    [data-theme="dark"] .contact-item i {
        min-width: 3rem;
        min-height: 3rem;
    }
}

/* Print Styles for Dark Mode */
@media print {
    [data-theme="dark"] {
        --bg-white: #ffffff;
        --bg-light: #f8f9fa;
        --text-primary: #000000;
        --text-secondary: #333333;
        --border-color: #cccccc;
    }
    
    [data-theme="dark"] .cta-section {
        background: white !important;
        color: black !important;
    }
    
    [data-theme="dark"] .btn,
    [data-theme="dark"] .gallery-overlay,
    [data-theme="dark"] .package-badge {
        display: none !important;
    }
    
    [data-theme="dark"] .section-padding {
        padding: 1rem 0;
    }
    
    [data-theme="dark"] .package-card,
    [data-theme="dark"] .testimonial-card,
    [data-theme="dark"] .feature-card,
    [data-theme="dark"] .highlight-item,
    [data-theme="dark"] .date-card {
        background: #ffffff !important;
        border: 1px solid #cccccc !important;
        color: #000000 !important;
    }
    
    [data-theme="dark"] .footer-section {
        background: white !important;
        color: black !important;
    }
    
    [data-theme="dark"] .contact-form-wrapper {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
    
    [data-theme="dark"] .contact-item {
        box-shadow: none !important;
        border: 1px solid #eee !important;
    }
    
    [data-theme="dark"] .btn-primary {
        background: #333 !important;
        color: white !important;
        border: 1px solid #333 !important;
    }
}
