
/* Mobile First Approach - Base styles for mobile devices */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hero-text {
        font-size: 2.5rem;
    }
    
    .section-title, .section-title-white {
        font-size: 1.8rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hero-text {
        font-size: 3rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2rem;
    }
    
    .season-card {
        padding: 2rem;
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-section {
        height: 80vh;
    }
    
    .hero-text {
        font-size: 3.5rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2rem;
    }

    .navbar-expand-lg .navbar-collapse{
        background: none;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-text {
        font-size: 4rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {
    .group-rewards-section .col-lg-3{
        width: 50% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
    .hotel-slider-image-box{
        width: unset;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

   .info-box{
    min-height: 120px;
   }
    .hero-section {
        height: 85vh;
        min-height: auto
    }
    
    .slider-slide{
        flex: 0 0 33%;
    }
    .hero-slide {
        height: 85vh;
    }
    
    .hero-content {
        padding: 6rem 5rem 0;
    }

    .hero-text {
        font-size: 3.5rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2.5rem;
    }

    .hero-text h1 {
        font-size: 2rem;
        letter-spacing: 2px;
        margin-bottom: 0.8rem;
    }
    
    .hero-text h2 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .hero-caption {
        font-size: 1.3rem;
        margin-bottom: 2.5rem;
        max-width: 600px;
    }
    
    .hero-btn {
        padding: 16px 36px;
        font-size: 1.2rem;
    }
    
    .slider-controls {
        bottom: 3rem;
    }
    
    .slider-indicators {
        gap: 1.5rem;
    }
    
    .slider-indicator {
        width: 16px;
        height: 16px;
    }

    .navbar.fixed-top .nav-link {
        padding: 0.2rem;
        font-size: 13px;
    }
    .navbar-nav .nav-link::after{
        right: -0.7rem;
    }
    .itinerary-card img{
        height: 200px;
    }

    #about{
        margin-top: -10px;
    }

    .navbar-expand-lg .navbar-collapse{
        background: none !important;
    }

    .hero-slogan{
        font-size: 2.2rem;
    }
}

/* Medium devices (768px to 1024px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-text {
        margin: 0 auto;
    }
    
    .hero-text h1 {
        font-size: 2rem;
        letter-spacing: 2px;
        margin-bottom: 0.8rem;
    }
    
    .hero-text h2 {
        font-size: 1.8rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .hero-section {
        height: 80vh;
    }
    
    .hero-slide {
        height: 80vh;
    }
    
    .hero-content {
        padding: 6rem 4rem 0;
    }
    
    .location-pin {
        position: relative;
        bottom: -25%;
        right: 0;
        margin-top: 20px;
        width: 31%;
    }

    .intro-section{
        padding: 30px 0 0;
    }
    .hero-caption {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        max-width: 500px;
    }
    
    .hero-btn {
        padding: 14px 32px;
        font-size: 1.1rem;
    }
    
    .slider-controls {
        bottom: 2.5rem;
    }
    
    .slider-indicators {
        gap: 1.2rem;
    }
    
    .slider-indicator {
        width: 14px;
        height: 14px;
    }
    
    /* Getting Around Section - Tablet Styles */
    #getting-around .card-teal {
        min-height: auto;
        margin-bottom: 1.8rem;
        padding: 2.5rem;
    }
    
    #getting-around .card-teal h5 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    #getting-around .card-teal p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    #getting-around .card-teal-img {
        margin-bottom: 1.2rem;
        top: -25%;
    }
    
    #getting-around .card-teal-img img {
        width: 60px;

    }
    
    .navbar-nav .nav-link::after {
        content: none !important;
    }

    .navbar-nav .nav-item:not(:last-child)::after {
        content: none !important;
    }

    .slider-slide{
        flex: 0 0 50%;
    }

    .d-n{
        display: none;
    }

    .flight-routes{
        width: 100%;
    }

    .hero-slogan{
        font-size: 2.2rem;
    }

    .navbar-nav {
     
        background: var(--dark-blue);
    }

    #packages .container, .rewards-section .container {
        width: 100%;
    }

    .hero-section {
        height: auto;
        min-height: 270px;
    }
}

/* Mobile-specific styles (max-width: 767.98px) */
@media (max-width: 767.98px) {

    .top-navbar .nav-item:not(:last-child) .nav-link::after {
        content: none;
    }

    .navbar-nav {
        padding: 0.6rem;
        border-radius: 6px;
        background: var(--dark-blue);
    }
    .hero-text {
        text-align: left;
    }
    
    .hero-text h1 {
        font-size: 1rem;
        letter-spacing: 2px;
    }
    
    .hero-text h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .section-title, .section-title-white {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-section {
        height: auto;
    }
    
    .hero-slide {
        height: 70vh;
    }
    
    .hero-content {
        padding: 0 2rem 2rem 2rem;
    }
    
    .hero-caption {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        max-width: 500px;
    }
    
    .hero-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
    
    .slider-controls {
        bottom: 1.5rem;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .slider-indicators {
        gap: 0.8rem;
    }
    
    .slider-indicator {
        width: 10px;
        height: 10px;
    }
    
    .slider-indicator.active {
        width: 24px;
    }
    
    .card-teal {
        padding: 1.5rem;
    }
    
    .season-card {
        padding: 1rem;
    }
    
    .season-card img {
        height: 150px;
    }

    
    .gallery-thumb {
        height: 100px;
    }
    
    .itinerary-card img {
        height: 150px;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .logo-img {
        height: 40px;
        max-width: 150px;
    }
    
    .navbar-nav {
        padding: 0.8rem;
        border-radius: 8px;
    }
    
    .navbar-nav .nav-link {
        padding: 0.4rem 0.8rem;
        margin: 0 0.3rem;
        position: relative;
    }
    
    .navbar-nav .nav-link::after {
        content: none;
    }
    
    .navbar-nav .nav-item:not(:last-child)::after {
        content: none;
    }
    
    .navbar-nav .nav-link:hover {
        transform: scale(1.03) rotate(0.5deg);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    }
    
    .btn-custom {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .btn-custom:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 6px 20px rgba(0, 138, 74, 0.3);
    }
    
    .btn-custom:hover::after {
        width: 200px;
        height: 200px;
    }

    #packages .container, .rewards-section .container, .deals-section .container{
        width: 100%;
    }

    /* Shuttle Slider Mobile Styles */
    .shuttle-slider {
        padding: 0 20px;
    }

    .shuttle-slider .slick-prev,
    .shuttle-slider .slick-next {
        width: 30px;
        height: 30px;
    }

    .shuttle-slider .slick-prev:before,
    .shuttle-slider .slick-next:before {
        font-size: 20px;
    }

    /* Sights Slider Mobile Styles */
    .sights-slider {
        padding: 0 20px;
    }

    .sights-slider .slick-prev,
    .sights-slider .slick-next {
        width: 30px;
        height: 30px;
    }

    .sights-slider .slick-prev:before,
    .sights-slider .slick-next:before {
        font-size: 20px;
    }

    /* Experience Banner Mobile Styles */
  
    
    .experience-banner .col-md-5,
    .experience-banner .col-md-7 {
        width: 100%;
        max-width: 100%;
    }
    
    .experience-image-section {
        min-height: 250px;
    }
    
    .experience-image {
        min-height: 250px;
    }
    
    .experience-text-panel {
        padding: 30px 25px;
        min-height: auto;
    }
    
    .experience-title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    
    .experience-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .experience-features li {
        font-size: 0.9rem;
    }
    
    /* Experience Carousel Controls - Mobile */
    #carouselExampleIndicators2 {
        padding-bottom: 50px;
    }
    
    #carouselExampleIndicators2 .carousel-control-prev,
    #carouselExampleIndicators2 .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    #carouselExampleIndicators2 .carousel-control-prev {
        transform: translateX(calc(-50% - 25px));
    }
    
    #carouselExampleIndicators2 .carousel-control-next {
        transform: translateX(calc(-50% + 25px));
    }
    
    #carouselExampleIndicators2 .carousel-control-prev:hover {
        transform: translateX(calc(-50% - 25px)) scale(1.1);
    }
    
    #carouselExampleIndicators2 .carousel-control-next:hover {
        transform: translateX(calc(-50% + 25px)) scale(1.1);
    }
    
    #carouselExampleIndicators2 .carousel-control-prev i,
    #carouselExampleIndicators2 .carousel-control-next i {
        font-size: 1.2rem;
    }
    
    /* Hotels Slider Mobile Styles */
    .hotels-slider .slick-prev,
    .hotels-slider .slick-next {
        width: 40px;
        height: 40px;
    }
    
    .hotels-slider .slick-prev {
        left: -15px;
    }
    
    .hotels-slider .slick-next {
        right: -15px;
    }
    
    .hotels-slider .slick-prev i,
    .hotels-slider .slick-next i {
        font-size: 1.2rem;
    }
    
    /* Sports Slider Mobile Styles */
    .sports-slider .slick-prev,
    .sports-slider .slick-next {
        width: 40px;
        height: 40px;
    }
    
    .sports-slider .slick-prev {
        left: -15px;
    }
    
    .sports-slider .slick-next {
        right: -15px;
    }
    
    .sports-slider .slick-prev i,
    .sports-slider .slick-next i {
        font-size: 1.2rem;
    }

    /* Attractions Custom Slider Mobile Styles */
    .slider-container {
        padding:0 !important;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    /* Attractions Slider Mobile Styles */
    .attractions-slider {
        padding: 0 20px;
    }

    .attractions-slider .slick-prev,
    .attractions-slider .slick-next {
        width: 40px;
        height: 40px;
        left: -10px;
        right: -10px;
    }

    .attractions-slider .slick-prev i,
    .attractions-slider .slick-next i {
        font-size: 1.2rem;
    }

    .attractions-slider .slick-dots {
        bottom: -30px;
    }

    .main-nav-tabs{
        top: 67%;
        width: 95%;
        bottom: auto;
    }

    .flight-routes{
        display: block;
        width: 100%;
    }

    .flight-route{
        width: 100%;
    }

    .slider-slide{
        flex: 0 0 100%;
    }

    #experiences.p-5{
        padding: 0px !important;
    }

    .d-n{
        display: none;
    }

    #hotels.p-4{
        padding-bottom: 0px !important;
    }

    .hero-section {
        height: auto;
        min-height: 270px;
    }
    
    .intro-section{
        padding: 30px 0 0 !important;
    }

    .hero-content {
        padding: 6rem 1.5rem 0;
    }

    .location-pin {
        width: 56%;
    }
    
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .location-pin{
        width: 100%;
    }
    .hero-slogan {
        font-size: 1.2rem;
    }
    .experience-banner .row {
        flex-direction: column;
    }
    .hero-text {
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
       }

    .hero-text h1 {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    
    .hero-text h2 {
        font-size: 1.2rem;
        margin-left: 0 !important;
        margin-bottom: 40px !important;
    }
    
    .section-title, .section-title-white {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    
    #about {
        margin-top: -30px;
        padding-top: 60px;
    }
    
    .season-content {
        padding: 1.5rem;
        text-align: center;
    }
    
    .season-content h5 {
        font-size: 1.5rem;
    }
    
    .season-content p {
        font-size: 1rem;
    }
    
    .season-image img {
        height: 250px;
    }
    
    .season-card_mask {
        animation: continuousWave 2.5s ease-in-out infinite;
    }
    
    .season-card_mask::before {
        animation: shimmerSweep 3s ease-in-out infinite, waveDistortion 4s ease-in-out infinite;
    }
    
    .season-card_mask::after {
        animation: rippleEffect 2s ease-out infinite, waveFlow 3.5s ease-in-out infinite;
    }
    
    .row:nth-child(2) .season-card_mask {
        animation: continuousWave 2.5s ease-in-out infinite, summerRotation 3s ease-in-out infinite;
    }
    
    @keyframes summerRotation {
        0% {
            transform: rotate(180deg) scale(1) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
        50% {
            transform: rotate(180deg) scale(1.01) translateY(-1px);
            filter: brightness(1.03) contrast(1.03) hue-rotate(1deg);
        }
        100% {
            transform: rotate(180deg) scale(1) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
    }
    
    .season-card_mask:hover {
        animation-play-state: paused;
        transform: scale(1.03) rotate(0.5deg);
        filter: brightness(1.1) contrast(1.1);
    }
    
    @keyframes continuousWave {
        0% {
            transform: scale(1) rotate(0deg) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
        50% {
            transform: scale(1.01) rotate(0.3deg) translateY(-1px);
            filter: brightness(1.03) contrast(1.03) hue-rotate(1deg);
        }
        100% {
            transform: scale(1) rotate(0deg) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
    }
    
    @keyframes waveDistortion {
        0%, 100% {
            transform: skewX(0deg) skewY(0deg);
            filter: blur(0px);
        }
        50% {
            transform: skewX(0.5deg) skewY(0.3deg);
            filter: blur(0.3px);
        }
    }
    
    @keyframes waveFlow {
        0% {
            transform: translateX(0px) translateY(0px) rotate(0deg);
            opacity: 0.6;
        }
        50% {
            transform: translateX(1px) translateY(-0.5px) rotate(0.3deg);
            opacity: 0.4;
        }
        100% {
            transform: translateX(0px) translateY(0px) rotate(0deg);
            opacity: 0.6;
        }
    }
    
    .hero-section {
        height: auto;
        min-height: 270px;
    }
    
    .intro-section{
        padding: 30px 0 0 !important;
    }

    #sports .container{
        width: 100%;
    }
    .hero-slide {
        height: 70vh;
    }
    
    .hero-content {
        padding: 6rem 1.5rem 0;
    }
    
    .hero-caption {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        max-width: 400px;
    }
    
    .hero-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    .slider-controls {
        bottom: 1rem;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .slider-indicators {
        gap: 0.6rem;
    }
    
    .slider-indicator {
        width: 8px;
        height: 8px;
    }
    
    .card-teal {
        padding: 1rem;
    }
    
    .season-card {
        padding: 0.5rem;
    }
    
    #hotels .tab-pane{
        width: 100%;
    }
    .gallery-thumb {
        height: 80px;
    }
    
    .itinerary-card img {
        height: 200px;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }
    
    .logo-img {
        height: 35px;
        max-width: 120px;
    }
    
    .navbar-nav {
        padding: 0.6rem;
        border-radius: 6px;
        background: var(--dark-blue);
    }
    
    .navbar-nav .nav-link {
        padding: 0.3rem 0.6rem;
        margin: 0 0.2rem;
        position: relative;
    }
    
    .navbar-nav .nav-link::after {
        content: none;
    }
    
    .navbar-nav .nav-item:not(:last-child)::after {
        content: none;
    }
    
    .navbar-nav .nav-link:hover {
        transform: scale(1.02) rotate(0.3deg);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    }
    
    .btn-custom {
        padding: 8px 20px;
        font-size: 0.8rem;
    }
    
    .btn-custom:hover {
        transform: translateY(-1px) scale(1.02);
        box-shadow: 0 4px 15px rgba(0, 138, 74, 0.25);
    }
    
    .btn-custom:hover::after {
        width: 150px;
        height: 150px;
    }

    /* Shuttle Slider Extra Small Mobile Styles */
    .shuttle-slider {
        padding: 0 10px;
    }

    .shuttle-slider .slick-dots {
        bottom: -30px;
    }

    .package-card{
        margin-top: 30px;
        margin-bottom: 0px !important;
    }

    /* Sights Slider Extra Small Mobile Styles */
    .sights-slider {
        padding: 0 10px;
    }

    .sights-slider .slick-dots {
        bottom: -30px;
    }

    /* Attractions Custom Slider Extra Small Mobile Styles */
   
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    
    /* Attractions Slider Extra Small Mobile Styles */
    .attractions-slider {
        padding: 0 10px;
    }

    .attractions-slider .slick-prev,
    .attractions-slider .slick-next {
        width: 35px;
        height: 35px;
        left: -5px;
        right: -5px;
    }

    .attractions-slider .slick-prev i,
    .attractions-slider .slick-next i {
        font-size: 1rem;
    }

    .attractions-slider .slick-dots {
        bottom: -25px;
    }

    .season-content {
        padding: 1rem;
        text-align: center;
    }
    
    .season-content h5 {
        font-size: 1.3rem;
    }
    
    .season-content p {
        font-size: 0.9rem;
    }
    
    .season-image img {
        height: 200px;
    }
    
    .season-card_mask {
        animation: continuousWave 2s ease-in-out infinite;
    }
    
    .season-card_mask::before {
        animation: shimmerSweep 2.5s ease-in-out infinite, waveDistortion 3s ease-in-out infinite;
    }
    
    .season-card_mask::after {
        animation: rippleEffect 1.5s ease-out infinite, waveFlow 2.5s ease-in-out infinite;
    }
    
    .row:nth-child(2) .season-card_mask {
        animation: continuousWave 2s ease-in-out infinite, summerRotation 2.5s ease-in-out infinite;
    }
    
    @keyframes summerRotation {
        0% {
            transform: rotate(180deg) scale(1) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
        50% {
            transform: rotate(180deg) scale(1.005) translateY(-0.5px);
            filter: brightness(1.02) contrast(1.02) hue-rotate(0.5deg);
        }
        100% {
            transform: rotate(180deg) scale(1) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
    }
    
    .season-card_mask:hover {
        animation-play-state: paused;
        transform: scale(1.02) rotate(0.3deg);
        filter: brightness(1.05) contrast(1.05);
    }
    
    @keyframes continuousWave {
        0% {
            transform: scale(1) rotate(0deg) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
        50% {
            transform: scale(1.005) rotate(0.2deg) translateY(-0.5px);
            filter: brightness(1.02) contrast(1.02) hue-rotate(0.5deg);
        }
        100% {
            transform: scale(1) rotate(0deg) translateY(0px);
            filter: brightness(1) contrast(1) hue-rotate(0deg);
        }
    }
    
    @keyframes waveDistortion {
        0%, 100% {
            transform: skewX(0deg) skewY(0deg);
            filter: blur(0px);
        }
        50% {
            transform: skewX(0.3deg) skewY(0.2deg);
            filter: blur(0.2px);
        }
    }
    
    @keyframes waveFlow {
        0% {
            transform: translateX(0px) translateY(0px) rotate(0deg);
            opacity: 0.5;
        }
        50% {
            transform: translateX(0.5px) translateY(-0.3px) rotate(0.2deg);
            opacity: 0.3;
        }
        100% {
            transform: translateX(0px) translateY(0px) rotate(0deg);
            opacity: 0.5;
        }
    }
}

@media (min-width: 320px) and (max-width: 525px){
    .hero-text h2{
        margin-bottom:0px !important;
    }

}

