/* Responsive Design - All Media Queries */

/* Extra Large screens (1400px+) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }
}

/* Large screens (1200px+) */
@media (max-width: 1200px) {
    .navbar-brand {
        margin-left: 50px;
    }

    .hero-button-section {
        width: 60%;
    }

    .container {
        max-width: 1140px;
    }

    /* Hotel Section Responsive */
    .hotels-slider {
        width: 85%;
    }

        .hotels-slider .slick-prev {
            left: 98%;
        }

        .hotels-slider .slick-next {
            right: -8%;
        }

    .content-overlay::before {
        background-size: 100% !important;
    }
    .hotel-content h4 {
        font-size: 1.1rem;
    }

    .hotel-content .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    /* Itineraries Section Responsive */
    .itinerary-content h4 {
        font-size: 18px;
    }

    .gradient-icon {
        width: 35px;
        height: 35px;
    }

        .gradient-icon::before {
            width: 18px;
            height: 18px;
        }

    .itinerary-header {
        gap: 1.25rem;
    }

    .itinerary-content {
        padding: 1.25rem;
    }

    /* Things to Do Section Responsive */
    .things-to-do-section .container {
        /* padding: 2rem 1rem;*/
        margin: 1.5rem 0;
    }

    .content-overlay {
        padding: 0.8rem 1.5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .attractions-list {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        text-align:left;
        padding-left:20px;
    }

    .category-buttons {
        padding-left: 15px;
        padding-top: 15px;
        justify-content: center;
        min-width:380px;
    }

        .category-buttons .btn {
            flex: 0 0 calc(50% - 8px);
            margin: 4px;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
        }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 4rem 0 2rem 0;
    }

    .intro-content p {
        font-size: 1rem;
        line-height: 1.8;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 350px;
    }

    .event-card.small {
        height: 170px;
    }

        .event-card.small.second-row {
            height: 240px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 380px;
    }

    .gallery-item:not(.large) {
        height: 190px;
    }

    /* Footer Responsive */
    .footer {
        padding: 3rem 0;
    }

    .footer-brand h5 {
        font-size: 1.5rem;
    }
}

/* Medium-large screens (992px-1200px) */
@media (max-width: 992px) {
    .navbar-brand {
        margin-left: 30px;
    }

    .hero-section {
        height: 80vh;
    }

    .hero-button-section {
        width: 70% !important;
        bottom: -6% !important;
    }

    .hero-title {
        font-size: 2.8rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .event-card.large {
        height: 250px;
    }

    .event-card.small {
        height: 180px;
    }

    .gallery-item.large {
        height: 350px;
    }

    /* Things to Do Section Responsive */
    .things-to-do-section .container {
        /*padding: 1.5rem 0.8rem;*/
        margin: 1rem 0;
    }

    .content-overlay {
        padding: 0.6rem 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 300px;
    }

    .attractions-list {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        text-align:left;
        padding-left:20px;
    }

        .attractions-list ul {
            font-size: 0.9rem;
        }

    .category-buttons {
        padding-left: 10px;
        padding-top: 10px;
        justify-content: center;
        gap: 8px;
        min-width:390px;
    }
    .content-overlay::before{
        background-size:100% !important;
    }
    .category-buttons .btn {
        flex: 0 0 calc(50% - 6px);
        margin: 3px;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    .things-to-do-section .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 3.5rem 0 1.5rem 0;
    }

    .intro-content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 300px;
        margin-bottom:20px;
    }

    .event-card.small {
        height: 150px;
    }

        .event-card.small.second-row {
            height: 220px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 320px;
    }

    .gallery-item:not(.large) {
        height: 160px;
    }

    /* Footer Responsive */
    .footer {
        padding: 2.5rem 0;
    }

    .footer-brand h5 {
        font-size: 1.3rem;
    }

    .gallery-item:not(.large) {
        height: 180px;
    }

    /* Itineraries Section Responsive */
    .itinerary-content h4 {
        font-size: 15px;
    }

    .gradient-icon {
        width: 30px;
        height: 30px;
    }

        .gradient-icon::before {
            width: 15px;
            height: 15px;
        }

    .itinerary-header {
        gap: 0.75rem;
    }

    .itinerary-content {
        padding: 0.875rem;
    }

    .navbar-nav {
        padding: 0.4rem 0.8rem;
    }

        .navbar-nav .nav-link {
            margin: 0 0.3rem;
            font-size: 0.9rem;
        }

    /* Hotel Section Responsive */
    .hotels-slider {
        width: 80%;
    }

        .hotels-slider .slick-prev {
            left: 95%;
        }

        .hotels-slider .slick-next {
            right: -5%;
        }

        .hotels-slider .slick-dots li button:before {
            color: white;
        }

    .hotel-card {
        padding: 12px 8px;
    }

    .hotel-content {
        padding: 0.5rem;
    }

        .hotel-content h4 {
            font-size: 1rem;
            margin-bottom: 0.8rem;
        }

        .hotel-content .btn {
            padding: 0.5rem 1rem;
            font-size: 0.85rem;
        }

    .hotel-image {
        height: 180px;
    }
}

@media(min-width:991px) and (max-width:1200px){
    .navbar-nav .nav-link{
        font-size:12px !important;
        padding: 0!important;
    }

    .brand-logo{width:180px !important}
}

@media(min-width:768.1px) and (max-width:992px){
    .hero-button-section{width:51% !important}
    .hero-buttons {
        justify-content: center !important;
    }

    .custom-toggler {
        padding: 0.3rem;
        margin-right: 20px !important;
    }
}

/* Medium screens (768px-992px) */
@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 20px;
    }

    .section-title {
        font-size: 2rem;
    }

    .brand-container {
        gap: 0.5rem;
    }

    .brand-small {
        font-size: 0.7rem;
    }
    .custom-toggler {
        padding: 0.3rem;
        margin-right: 20px !important;
    }
    .brand-large {
        font-size: 1.2rem;
    }

    .hero-section {
        height: 400px !important;
    }

    .itineraries-section{
        padding-top:20px !important
    }

    .event-description p{
        font-size:12px !important;
    }
    .hero-slide {
        height: 300px !important;
    }

    .hero-title {
        font-size: 2rem !important;
        letter-spacing: 4px;
    }

    .hero-subtitle {
        font-size: 0.6rem !important;
        letter-spacing: 2px;
    }

    .hotels-slider .slick-next{right:-13% !important}
    .hotels-slider .slick-prev{left:100% !important}

    .content-overlay::before {
        content: none !important;
    }

    .things-to-do-section {
        padding: 1rem 15px !important;
    }
    .hero-button-section {
        width: auto !important;
        bottom: 15px !important;
        padding: 8px 15px !important;
    }

        .hero-button-section .btn-primary {
            padding: 0.6rem 1.2rem !important;
            font-size: 0.75rem !important;
            letter-spacing: 1px !important;
        }

        .hero-button-section .btn-icon {
            width: 12px !important;
            height: 12px !important;
            margin-left: 6px !important;
        }

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        width: 50px;
        height: 50px;
    }

    .hero-slider .slick-prev {
        left: 20px;
    }

    .hero-slider .slick-next {
        right: 20px;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap:nowrap !important;
        align-items: center;
        justify-content:center !important;
        gap: 0.8rem;
    }

    .btn-primary {
        padding: 0.6rem 1.5rem;
        font-size: 0.95rem;
    }

    .side-tab {
        display: none;
    }

    .intro-content p {
        font-size: 1rem;
    }

    .reach-card {
        padding: 1.5rem;
    }

    .reach-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .reach-section{padding-bottom:0px !important}
    .reach-icon img {
        transform: scale(0.3) !important
    }

    .event-card.large {
        height: 200px;
    }

    .event-card.small {
        height: 150px;
    }

    .gallery-item.large {
        height: 300px;
    }

    .gallery-item:not(.large) {
        height: 150px;
    }

    /* Itineraries Section Responsive */
    .itinerary-content h4 {
        font-size: 13px;
    }

    .gradient-icon {
        width: 26px;
        height: 26px;
    }

        .gradient-icon::before {
            width: 13px;
            height: 13px;
        }

    .itinerary-header {
        gap: 0.5rem;
    }

    .itinerary-content {
        padding: 0.625rem;
    }

    .navbar-nav {
        padding: 0.3rem 0.6rem;
    }

        .navbar-nav .nav-link {
            margin: 0 0.2rem;
            font-size: 0.85rem;
        }

    .hotel-content,
    .itinerary-content {
        padding: 1.2rem;
    }

    /* Hotel Section Responsive */
    .hotels-slider {
        width: 75%;
        margin: 0 auto;
    }

        .hotels-slider .slick-prev,
        .hotels-slider .slick-next {
            display: none;
        }

        .hotels-slider .slick-dots li button:before {
            color: white;
        }

    .hotel-card {
        padding: 10px 6px;
    }

    .hotel-content {
        padding: 0.4rem;
    }

        .hotel-content h4 {
            font-size: 0.95rem;
            margin-bottom: 0.6rem;
        }

        .hotel-content .btn {
            padding: 0.4rem 0.8rem;
            font-size: 0.8rem;
        }

    .hotel-image {
        height: 160px;
    }

    /* Things to Do Section Responsive */
    .things-to-do-section .container {
        padding: 1rem 0.5rem;
        margin: 0.8rem 0;
    }

    .content-overlay {
        padding: 0.5rem 0.8rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 250px;
    }

    .tab-content{
        width:100% !important;
    }

    .attractions-list {
        max-width: 100%;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.6);
        text-align: left;
        height: auto !important;
        padding: 10px 10px;
    }
        .attractions-list ul {
            font-size: 0.85rem;
        }

        .attractions-list li {
            margin-bottom: 0.3rem;
        }

    .category-buttons {
        padding-left: 8px;
        padding-top: 8px;
        justify-content: center;
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

        .category-buttons .btn {
            flex: 0 0 auto;
            width: 100%;
            max-width: 280px;
            margin: 3px 0;
            padding: 0.5rem 1rem;
            font-size: 0.75rem;
            letter-spacing: 0.5px;
        }

    .things-to-do-section .btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .btn-icon {
        width: 14px;
        height: 14px;
        margin-left: 4px;
    }

    .event-overlay {
        padding: 1.2rem;
    }

        .event-overlay h4 {
            font-size: 1.1rem;
        }

        .event-overlay h5 {
            font-size: 1rem;
        }

    .attractions-list li {
        font-size: 1rem;
        padding-left: 1.2rem;
    }

    .category-buttons .btn {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
    }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 3rem 0 1rem 0;
    }

    .intro-content p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 250px !important;
        margin-bottom:20px
    }

    .event-card.small {
        height: 120px;
    }

        .event-card.small.second-row {
            height: 200px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 280px;
    }

    .gallery-item:not(.large) {
        height: 140px;
    }

    /* Footer Responsive */
    .footer {
        padding: 2rem 0;
    }

    .footer-brand h5 {
        font-size: 1.2rem;
    }

    .footer-brand p {
        font-size: 0.85rem;
    }
}

/* Small screens (576px-768px) */
@media (max-width: 576px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .hero-section {
        height: 350px !important;
        padding-bottom: 30px;
    }

    .hero-button-section {
        width: 85% !important;
        bottom: 10px !important;
        padding: 6px 12px !important;
    }

        .hero-button-section .btn-primary {
            padding: 0.5rem 1rem !important;
            font-size: 0.7rem !important;
            letter-spacing: 0.5px !important;
        }

        .hero-button-section .btn-icon {
            width: 10px !important;
            height: 10px !important;
            margin-left: 4px !important;
        }

    .brand-small {
        font-size: 0.6rem;
    }

    .brand-large {
        font-size: 1rem;
    }

    .hero-title {
        font-size: 1rem !important;
    }

    .hero-subtitle {
        font-size: 0.3rem !important;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
   
    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .btn-primary {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
    }

    .hotel-content,
    .itinerary-content {
        padding: 1rem;
    }

    /* Hotel Section Responsive */
    .hotels-slider {
        width: 70%;
        margin: 0 auto;
    }

        .hotels-slider .slick-prev,
        .hotels-slider .slick-next {
            display: none;
        }

        .hotels-slider .slick-dots li button:before {
            color: white;
        }

    .hotel-card {
        padding: 8px 4px;
    }

    .hotel-content {
        padding: 0.3rem;
    }

        .hotel-content h4 {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .hotel-content .btn {
            padding: 0.3rem 0.6rem;
            font-size: 0.75rem;
        }

    .hotel-image {
        height: 140px;
    }

    .btn-icon {
        width: 12px;
        height: 12px;
        margin-left: 3px;
    }

    .reach-card {
        padding: 1rem;
    }

    .reach-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

        .reach-icon i {
            font-size: 1.2rem;
        }

    .event-overlay {
        padding: 1rem;
    }

        .event-overlay h4 {
            font-size: 1rem;
        }

        .event-overlay h5 {
            font-size: 0.9rem;
        }

    .event-card.large {
        height: 180px;
    }

    .event-card.small {
        height: 120px;
    }

    .gallery-item.large {
        height: 250px;
    }

    .gallery-item:not(.large) {
        height: 120px;
    }

    .navbar-nav {
        padding: 0.2rem 0.4rem;
    }

        .navbar-nav .nav-link {
            margin: 0 0.1rem;
            font-size: 0.8rem;
        }

    .attractions-list li {
        font-size: 0.9rem;
        padding-left: 1rem;
        padding: 0.4rem 0;
    }

    .category-buttons .btn {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
        margin-bottom: 0.5rem;
    }

    .btn-icon {
        width: 14px;
        height: 14px;
        margin-left: 6px;
    }

    .intro-section {
        padding: 3rem 0;
    }

    .hotels-section,
    .reach-section,
    .events-section,
    .itineraries-section,
    .gallery-section {
        padding: 3rem 0;
    }

    .things-to-do-section {
        padding: 3rem 0;
    }

        /* Things to Do Section Responsive */
        .things-to-do-section .container {
            padding: 0.8rem 0.3rem;
            margin: 0.5rem 0;
        }

    .content-overlay {
        padding: 0.4rem 0.6rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 200px;
    }

    .attractions-list {
        width: 100% !important;
        max-width: 100%;
    }

        .attractions-list ul {
            font-size: 0.8rem;
        }

        .attractions-list li {
            margin-bottom: 0.2rem;
            padding: 0.2rem 0;
        }

    .category-buttons {
        padding-left: 5px !important;
        padding-top: 5px !important;
        justify-content: center;
        gap: 4px;
        flex-direction: column;
        align-items: center;
    }

        .category-buttons .btn {
            flex: 0 0 auto;
            width: 100%;
            max-width: 240px;
            margin: 2px 0;
            padding: 0.4rem 0.8rem;
            font-size: 0.7rem;
            letter-spacing: 0.3px;
        }

    .things-to-do-section .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
        margin-top: 0.8rem;
    }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 2.5rem 0 0.8rem 0;
    }

    .intro-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 200px;
    }

    .event-card.small {
        height: 100px;
    }

        .event-card.small.second-row {
            height: 180px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 240px;
    }

    .gallery-item:not(.large) {
        height: 120px;
    }

    /* Footer Responsive */
    .footer {
        padding: 1.5rem 0;
    }

    .footer-brand h5 {
        font-size: 1.1rem;
    }

    .footer-brand p {
        font-size: 0.8rem;
    }
}

/* Extra small screens (480px and below) */
@media (max-width: 480px) {
    .navbar-brand {
        margin-left: 10px;
    }

    .hero-section {
        height: 300px !important;
    }

    .hero-title {
        font-size: 2rem !important;
        bottom: 35px !important;
        left: 15px !important;
    }

    .hero-subtitle {
        font-size:0.8rem !important;
        left: 15px !important;
        bottom: 7px !important;
    }

    .hero-section .slick-dots {
        display: none !important;
    }

    .hero-button-section {
        width: 80% !important;
        bottom: -20% !important;
        padding: 5px 10px !important;
    }

        .hero-button-section .btn-primary {
            padding: 0.4rem 0.8rem !important;
            font-size: 0.65rem !important;
            letter-spacing: 0.5px !important;
        }

        .hero-button-section .btn-icon {
            width: 8px !important;
            height: 8px !important;
            margin-left: 3px !important;
        }

    .section-title {
        font-size: 1.3rem;
    }

    .btn-primary {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }

    .btn-icon {
        width: 12px;
        height: 12px;
        margin-left: 4px;
    }

    .hotel-content,
    .itinerary-content {
        padding: 0.8rem;
    }

    /* Hotel Section Responsive */
    .hotels-slider {
        width: 100% !important;
        margin: 0 !important;
    }

        .hotels-slider .slick-prev,
        .hotels-slider .slick-next {
            display: none;
        }

        .hotels-slider .slick-dots li button:before {
            color: white;
        }

    .hotel-card {
        padding: 6px 3px;
    }

    .hotel-content {
        padding: 0.2rem;
    }

        .hotel-content h4 {
            font-size: 0.85rem;
            margin-bottom: 0.4rem;
        }

        .hotel-content .btn {
            padding: 0.25rem 0.5rem;
            font-size: 0.7rem;
        }

    .hotel-image {
        height: 120px;
    }

    .btn-icon {
        width: 10px;
        height: 10px;
        margin-left: 2px;
    }

    .reach-card {
        padding: 0.8rem;
    }

    .reach-icon {
        width: 40px;
        height: 40px;
    }

        .reach-icon i {
            font-size: 1rem;
        }

    .event-overlay {
        padding: 0.8rem;
    }

        .event-overlay h4 {
            font-size: 0.9rem;
        }

        .event-overlay h5 {
            font-size:1rem;
        }

    .event-card.large {
        height: 150px;
    }

    .event-card.small {
        height: 100px;
    }

    .gallery-item.large {
        height: 200px;
    }

    .gallery-item:not(.large) {
        height: 100px;
    }

    .navbar-nav {
        padding: 0.15rem 0.3rem;
    }

        .navbar-nav .nav-link {
            font-size: 0.75rem;
            margin: 0 0.05rem;
        }

    .attractions-list li {
        font-size: 0.8rem;
        padding-left: 0.8rem;
    }

    .category-buttons .btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }

    .intro-section {
        padding: 2rem 0;
    }

    .hotels-section,
    .reach-section,
    .events-section,
    .itineraries-section,
    .gallery-section {
        padding: 2rem 0;
    }

    /* Itineraries Section Responsive */
    .itinerary-content h4 {
        font-size: 14px;
    }

    .gradient-icon {
        width: 28px;
        height: 28px;
    }

        .gradient-icon::before {
            width: 14px;
            height: 14px;
        }

    .itinerary-header {
        gap: 0.5rem;
    }

    .itinerary-content {
        padding: 0.75rem;
    }

    .things-to-do-section {
        padding: 1rem 15px;
    }

        /* Things to Do Section Responsive */
        .things-to-do-section .container {
            padding: 0.6rem 0.2rem;
            margin: 0.3rem 0;
        }

    .content-overlay {
        padding: 0.3rem 0.5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 180px;
    }

    .attractions-list {
        width: 100%;
        margin: 0 auto;
    }

        .attractions-list ul {
            font-size: 0.75rem;
        }

        .attractions-list li {
            margin-bottom: 0.15rem;
            padding: 0.15rem 0;
        }

    .category-buttons {
        padding-left: 3px !important;
        padding-top: 3px !important;
        justify-content: center;
        gap: 3px;
        flex-direction: column;
        align-items: center;
    }

        .category-buttons .btn {
            flex: 0 0 auto;
            width: 100%;
            max-width: 200px;
            margin: 1px 0;
            padding: 0.3rem 0.6rem;
            font-size: 0.65rem;
            letter-spacing: 0.2px;
        }

    .things-to-do-section .btn {
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
        margin-top: 0.6rem;
    }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 2rem 0 0.5rem 0;
    }

    .intro-content p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 180px;
    }

    .event-card.small {
        height: 90px;
    }

        .event-card.small.second-row {
            height: 160px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 200px;
    }

    .gallery-item:not(.large) {
        height: 100px;
    }

    /* Footer Responsive */
    .footer {
        padding: 1rem 0;
    }

    .footer-brand h5 {
        font-size: 1rem;
    }

    .footer-brand p {
        font-size: 0.75rem;
    }

    .footer {
        padding: 2rem 0;
    }
}

/* Extra small screens (360px and below) */
@media (max-width: 360px) {
    .navbar-brand {
        margin-left: 5px;
    }

    .hero-section {
        height: 250px !important;
    }

    .hero-slide {
        height: 250px !important;
    }

    .hero-title {
        font-size: 1rem !important;
        bottom: 35px !important;
        left: 15px !important;
    }

    .hero-subtitle {
        font-size: 0.6rem !important;
        left: 15px !important;
        bottom: 18px !important;
    }

    .hero-section .slick-dots{display:none !important;}

    .hero-button-section {
        width: 75% !important;
        bottom: -24% !important;
        padding: 4px 8px !important;
    }

        .hero-button-section .btn-primary {
            padding: 0.3rem 0.6rem !important;
            font-size: 0.6rem !important;
            letter-spacing: 0.3px !important;
        }

        .hero-button-section .btn-icon {
            width: 7px !important;
            height: 7px !important;
            margin-left: 2px !important;
        }

    .section-title {
        font-size: 1.2rem;
    }

    .btn-primary {
        padding: 0.3rem 0.8rem;
        font-size: 0.75rem;
    }

    .btn-icon {
        width: 8px;
        height: 8px;
        margin-left: 2px;
    }

    /* Introduction Section Responsive */
    .intro-section {
        padding: 1.5rem 0 0.3rem 0;
    }

    .intro-content p {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    /* Events Section Responsive */
    .event-card.large {
        height: 160px;
    }

    .event-card.small {
        height: 80px;
    }

        .event-card.small.second-row {
            height: 140px;
        }

    /* Gallery Section Responsive */
    .gallery-item.large {
        height: 180px;
    }

    .gallery-item:not(.large) {
        height: 90px;
    }

    /* Footer Responsive */
    .footer {
        padding: 0.8rem 0;
    }

    .footer-brand h5 {
        font-size: 0.9rem;
    }

    .footer-brand p {
        font-size: 0.7rem;
    }

    /* Things to Do Section Responsive */
    .things-to-do-section .container {
        padding: 0.4rem 0.1rem;
        margin: 0.2rem 0;
    }

    .content-overlay {
        padding: 0.2rem 0.3rem;
        min-height: 150px;
    }

        .attractions-list ul {
            font-size: 0.7rem;
        }

    .category-buttons .btn {
        max-width: 160px;
        padding: 0.25rem 0.5rem;
        font-size: 0.6rem;
    }

    .things-to-do-section .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.65rem;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        height: 300px !important;
    }

    .hero-slide {
        height: 300px !important;
    }

    .hero-button-section {
        bottom: -22% !important;
        padding: 6px 12px !important;
    }

        .hero-button-section .btn-primary {
            padding: 0.4rem 0.8rem !important;
            font-size: 0.7rem !important;
            letter-spacing: 0.5px !important;
        }

        .hero-button-section .btn-icon {
            width: 10px !important;
            height: 10px !important;
            margin-left: 4px !important;
        }

    .hero-title {
        font-size: 1.8rem !important;
        bottom: 55px !important;
        left: 25px !important;
    }

    .hero-subtitle {
        font-size: 0.9rem !important;
        bottom: 35px !important;
        left: 25px !important;
    }
    .hero-section .slick-dots {
        display: none !important;
    }

    .intro-section {
        padding: 2rem 0;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-background {
        background-image: url('hero-image@2x.jpg');
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .btn:hover {
        transform: none !important;
    }

    .hotel-card:hover,
    .event-card:hover,
    .itinerary-card:hover,
    .gallery-item:hover {
        transform: none !important;
    }

    .category-buttons .btn {
        min-height: 44px;
    }

    .things-to-do-section .btn {
        min-height: 44px;
    }

    .hero-buttons .btn {
        min-height: 22px;
    }
}

/* Reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {
    .navbar,
    .hero-button-section,
    .side-tab {
        display: none !important;
    }

    .hero-section {
        height: auto;
        min-height: 300px;
    }

    .section-title {
        color: #000 !important;
    }

    .btn {
        border: 1px solid #000 !important;
        background: none !important;
        color: #000 !important;
    }
}

@media (min-width:992px) {
    .navbar-brand-container {
        margin-left: 34px
    }
}
/* Mobile Navigation Styles */
@media (max-width: 991px) {
    .navbar-brand-container {
        margin-left: 20px;
        gap: 0.5rem;
        justify-content: space-between;
        width: 100%;
    }

    .brand-logo {
        max-width: 60px !important;
        height: auto;
    }

    .custom-toggler {
        display: block !important;
    }

    .navbar-nav {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

        .navbar-nav .nav-link {
            color: var(--primary-color) !important;
            text-shadow: none;
            padding: 0.75rem 1rem !important;
            margin: 0.25rem 0;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

            .navbar-nav .nav-link:hover {
                background: rgba(6, 69, 98, 0.1);
                color: var(--primary-color) !important;
                transform: translateX(5px);
            }

            .navbar-nav .nav-link::before {
                display: none;
            }

    .pe-0 {
        padding: unset !important
    }
}

@media (max-width: 576px) {
    .navbar-brand-container {
        margin-left: 15px;
        gap: 0.25rem;
    }

    .brand-logo {
        max-width: 50px !important;
    }

    .custom-toggler {
        padding: 0.4rem;
    }

    .toggler-icon {
        width: 20px;
    }

        .toggler-icon::before,
        .toggler-icon::after {
            width: 20px;
        }

    .navbar-nav {
        margin-top: 0.5rem;
        padding: 0.75rem;
    }

        .navbar-nav .nav-link {
            padding: 0.6rem 0.8rem !important;
            font-size: 0.9rem;
        }
}

@media (max-width: 480px) {
    .navbar-brand-container {
        margin-left: 10px;
    }

    .brand-logo {
        max-width: 100px !important;
    }

    .custom-toggler {
        padding: 0.3rem;
        margin-right: 20px
    }

    .toggler-icon {
        width: 18px;
    }

        .toggler-icon::before,
        .toggler-icon::after {
            width: 18px;
        }
}
