
/* 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: 100vh;
    }
    
    .hero-text {
        font-size: 3.5rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2.5rem;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-text {
        font-size: 4rem;
    }
    
    .section-title, .section-title-white {
        font-size: 2.5rem;
    }
    .section-subheading {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section {
        height: 100vh;
    }
    
    .hero-slide {
        height: 100vh;
    }
    
    .hero-content {
        padding: 0 5rem 5rem 2rem;
        text-align: right;
    }
    
    .hero-nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .hero-prev {
        left: 30px;
    }
    
    .hero-next {
        right: 30px;
    }
    
    .arrow-preview {
        width: 160px;
        height: 100px;
    }
    
    .arrow-preview-prev {
        left: 60px;
    }
    
    .arrow-preview-next {
        right: 60px;
    }

    .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-nav .nav-link{
        font-size: 12px;
    }

    .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;
    }

    .reach-icon{
        right: 0;
        z-index: 999;
    }

    .visaimg{
        position: relative;
    }
}

/* 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: 100vh;
    }
    
    .hero-slide {
        height: 100vh;
    }
    
    .hero-content {
        padding: 0 4rem 4rem 2rem;
        text-align: right;
    }
    
    .hero-nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .hero-prev {
        left: 20px;
    }
    
    .hero-next {
        right: 20px;
    }
    
    .arrow-preview {
        width: 140px;
        height: 90px;
    }
    
    .arrow-preview-prev {
        left: 50px;
    }
    
    .arrow-preview-next {
        right: 50px;
    }
    
    .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;
    }
    .visaimg{
        position: relative;
    }
}

/* Mobile-specific styles (max-width: 767.98px) */
@media (max-width: 767.98px) {

    .navbar-nav {
        padding: 0.6rem;
        border-radius: 6px;
    }
    .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: 100vh;
    }
    
    .hero-slide {
        height: 100vh;
    }
    
    .hero-content {
        padding: 0 2rem 2rem 1rem;
        text-align: right;
        opacity: 1 !important;
        animation: fadeInUp 0.8s ease-out both !important;
    }
    
    .hero-text-wrapper {
        opacity: 1 !important;
    }
    
    .hero-title {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.2s both !important;
    }
    
    .hero-subtitle {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.4s both !important;
    }
    
    .hero-cta {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.6s both !important;
    }
    
    .hero-nav-arrow {
        display: none;
    }
    
    .hero-slider .slick-dots {
        bottom: 20px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .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-indicators {
        gap: 0.8rem;
    }
    
    .slider-indicator {
        width: 10px;
        height: 10px;
    }
    
    .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-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;
    }

    .visaimg{
        display: none;
    }

    #visa.py-5{
        padding: 20px 0 !important;
    }

    #destinations{
        padding: 20px 0 0 !important;
        margin-bottom: 0 !important;
    }

    #destinations .section-title{
        margin-bottom: 0 !important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .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;
    }
    
    #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: 100vh;
    }
    
    .hero-slide {
        height: 100vh;
    }
    
    .hero-content {
        padding: 0 1rem 1rem 1rem;
        text-align: right;
        opacity: 1 !important;
        animation: fadeInUp 0.8s ease-out both !important;
    }
    
    .hero-text-wrapper {
        opacity: 1 !important;
    }
    
    .hero-title {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.2s both !important;
    }
    
    .hero-subtitle {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.4s both !important;
    }
    
    .hero-cta {
        opacity: 1 !important;
        animation: slideInFromRight 0.8s ease-out 0.6s both !important;
    }
    
    .hero-nav-arrow {
        display: none;
    }
    
    .hero-slider .slick-dots {
        bottom: 15px;
        gap: 8px;
    }
    
    .hero-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .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-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;
    }
    
    .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-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;
    }
    
    .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;
    }

}
