/* ============================================
   HOMEPAGE MOBILE RESPONSIVENESS ENHANCEMENTS
   ============================================ */

/* Slider Section Mobile Optimization */
@media (max-width: 768px) {
    .slider .item {
        min-height: 400px !important;
    }
    
    .slider .text-wrapper {
        padding: 20px 15px;
    }
    
    .slider .text-content h2 {
        font-size: 28px !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .slider .text-content p {
        font-size: 14px !important;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .slider .button-style-1 {
        margin-top: 15px !important;
    }
    
    .slider .button-style-1 a {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .slider .item {
        min-height: 350px !important;
    }
    
    .slider .text-content h2 {
        font-size: 24px !important;
    }
    
    .slider .text-content p {
        font-size: 13px !important;
    }
}

/* Welcome Section Mobile */
@media (max-width: 991px) {
    .modern-welcome-section {
        padding: 50px 0 !important;
    }
    
    .welcome-content-glass {
        margin-bottom: 30px;
    }
    
    .welcome-heading {
        font-size: 28px !important;
    }
    
    .welcome-description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .modern-welcome-section {
        padding: 40px 0 !important;
    }
    
    .welcome-heading {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    
    .welcome-description {
        font-size: 14px;
    }
    
    .welcome-cta-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Destination Section Mobile */
@media (max-width: 768px) {
    .destination {
        padding: 50px 0 !important;
    }
    
    .destination .heading h2 {
        font-size: 28px !important;
    }
    
    .destination .heading p {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .destination .item {
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .destination {
        padding: 40px 0 !important;
    }
    
    .destination .heading h2 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
    
    .destination .item .text h2 {
        font-size: 18px;
    }
}

/* Feature Section Mobile */
@media (max-width: 991px) {
    .why-choose {
        padding: 50px 0 !important;
    }
    
    .glass-feature-card {
        margin-bottom: 25px;
    }
    
    .glass-feature-card .text h2 {
        font-size: 20px;
    }
    
    .glass-feature-card .text p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .why-choose {
        padding: 40px 0 !important;
    }
    
    .glass-feature-card {
        padding: 25px 20px;
    }
    
    .glass-feature-card .icon {
        font-size: 40px;
        margin-bottom: 15px;
    }
    
    .glass-feature-card .text h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .glass-feature-card .text p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Package Section Mobile */
@media (max-width: 991px) {
    .package {
        padding: 50px 0 !important;
    }
    
    .package .heading h2 {
        font-size: 28px !important;
    }
    
    .glass-package-card-enhanced {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .package {
        padding: 40px 0 !important;
    }
    
    .package .heading h2 {
        font-size: 24px !important;
        margin-bottom: 10px;
    }
    
    .package .heading p {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .glass-package-card-enhanced .text h2 {
        font-size: 18px;
    }
    
    .glass-package-card-enhanced .text .price {
        font-size: 20px;
    }
    
    .glass-package-card-enhanced .text .element {
        font-size: 13px;
    }
}

/* Blog Section Mobile */
@media (max-width: 991px) {
    .blog {
        padding: 50px 0 !important;
    }
    
    .glass-blog-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .blog {
        padding: 40px 0 !important;
    }
    
    .blog .heading h2 {
        font-size: 24px !important;
    }
    
    .glass-blog-card .text h2 {
        font-size: 18px;
    }
    
    .glass-blog-card .text .short-des p {
        font-size: 14px;
    }
}

/* General Mobile Improvements */
@media (max-width: 768px) {
    .heading {
        margin-bottom: 30px !important;
    }
    
    .heading h2 {
        margin-bottom: 10px !important;
    }
    
    .see-more {
        margin-top: 20px !important;
    }
    
    .button-style-1 a,
    .button-style-2 a {
        padding: 10px 25px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .heading {
        margin-bottom: 25px !important;
    }
    
    .pt_70 {
        padding-top: 40px !important;
    }
    
    .pb_70 {
        padding-bottom: 40px !important;
    }
}

/* Touch-friendly improvements */
@media (max-width: 768px) {
    a, button {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .wishlist a {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Prevent horizontal scroll */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
}

/* Improved spacing for mobile */
@media (max-width: 576px) {
    section {
        margin-bottom: 20px;
    }
    
    .card, .glass-card {
        margin-bottom: 15px;
    }
}

/* Testimonial Section Mobile Fixes */
@media (max-width: 991px) {
    .testimonial {
        padding: 50px 0 !important;
        margin-bottom: 30px !important;
        overflow: visible !important;
    }
    
    .testimonial .section-header {
        margin-bottom: 30px !important;
    }
    
    .testimonial .section-title {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }
    
    .testimonial .section-subtitle {
        font-size: 14px !important;
    }
    
    /* Force single column on tablets and mobile */
    .testimonial .testimonials-grid .col-lg-4,
    .testimonial .testimonials-grid .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .testimonial-card {
        margin-bottom: 20px !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    .testimonial-cta {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    .testimonial {
        padding: 40px 0 !important;
        margin-bottom: 20px !important;
    }
    
    .testimonial .section-title {
        font-size: 24px !important;
    }
    
    .testimonial .section-subtitle {
        font-size: 13px !important;
    }
    
    .testimonial-card {
        padding: 20px 15px !important;
        margin-bottom: 15px !important;
    }
}

/* Footer Mobile Fixes */
@media (max-width: 991px) {
    .footer {
        padding-top: 50px !important;
        margin-top: 30px !important;
        clear: both !important;
    }
    
    .footer .col-lg-3,
    .footer .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    
    .footer .item {
        margin-bottom: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .footer .heading {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 40px !important;
    }
    
    .footer .item {
        margin-bottom: 25px !important;
        padding-bottom: 25px !important;
    }
    
    .footer .heading {
        font-size: 18px !important;
    }
}
