/* Mobile Responsive Styles */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    ৳ {
        max-width: 85%;
        max-height: 400px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    ৳ {
        max-width: 75%;
        max-height: 380px;
        margin: 0 auto;
        display: block;
    }
    
    .tp-hero-2-content {
        text-align: center;
        padding: 40px 20px;
    }
    
    .tp-hero-2-title {
        font-size: 42px !important;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .tp-hero-pre {
        font-size: 16px !important;
        margin-bottom: 18px;
        display: inline-block;
        padding: 8px 20px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 25px;
    }
    
    .tp-hero-2-content p {
        font-size: 16px !important;
        line-height: 1.6;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    
    /* Reverse the order of columns on mobile - just in hero section */
    .tp-hero-2-area .splide__slide .row,
    .tp-hero-2-area .slider-item .row {
        flex-direction: column-reverse;
    }
    
    .tp-hero-2-content {
        padding-top: 30px;
    }
    
    .tp-hero-2-btn {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .tp-hero-2-btn .tp-btn {
        margin-bottom: 15px;
    }
    
    .tp-hero-2-bg {
        padding: 40px 0 !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .tp-hero-2-thumb {
        text-align: center;
        padding: 20px 0;
    }
    
    ৳ {
        max-width: 70%;
        max-height: 300px;
        margin: 0 auto;
        display: block;
    }
    
    .tp-hero-2-title {
        font-size: 36px !important;
        line-height: 1.2;
        margin-bottom: 18px;
        font-weight: 700;
    }
      .tp-hero-pre {
        font-size: 15px !important;
        padding: 8px 20px;
        margin-bottom: 16px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 25px;
        display: inline-block;
        font-weight: 600;
        backdrop-filter: blur(10px);
    }
    
    .tp-hero-2-wrapper {
        padding: 30px 0;
        min-height: auto;
    }
    
    .tp-hero-2-bg {
        padding: 50px 0 !important;
        min-height: auto;
    }
    
    .tp-hero-2-content {
        padding: 30px 20px !important;
        text-align: center;
    }
    
    .tp-hero-2-content p {
        font-size: 16px !important;
        margin-bottom: 25px;
        line-height: 1.6;
        padding: 0 10px;
        color: rgba(255, 255, 255, 0.9);
    }
      .tp-hero-2-btn {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
    }
    
    .tp-hero-2-btn .tp-btn {
        padding: 14px 28px;
        font-size: 16px;
        min-width: 180px;
        border-radius: 30px;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }
    
    .tp-hero-2-btn .tp-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    }
    
    .tp-hero-2-btn span {
        font-size: 14px;
        margin: 0;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 500;
    }
    
    .tp-hero-2-btn img {
        max-width: 80px;
        margin-top: 10px;
        border-radius: 50%;
    }    /* Move Booking Now section up for better flow */
    .tp-brands-2-area {
        margin-top: -150px;
        position: relative;
        z-index: 2;
        padding-top: 80px;
    }
    
    /* Hide arrow navigation on mobile for cleaner look */
    .hero-2-active .splide__arrows {
        display: none;
    }
    
    /* Add proper spacing to hero area */
    .tp-hero-2-area {
        padding-bottom: 60px;
        overflow: hidden;
    }
    
    /* Improve slide transitions on mobile */
    .splide__slide {
        padding: 0 5px;
    }
    
    /* Better text readability */
    .tp-hero-2-overlay {
        background: rgba(0, 0, 0, 0.4);
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .tp-hero-2-thumb {
        padding: 0px 0;
    }
    
    ৳ {
        max-width: 75%;
        max-height: 250px;
        margin: 0 auto;
        display: block;
    }
    
    .tp-hero-2-title {
        font-size: 28px !important;
        line-height: 1.1;
        margin-bottom: 15px;
        padding: 0 15px;
        font-weight: 700;
    }
      .tp-hero-pre {
        font-size: 13px !important;
        padding: 6px 16px;
        margin-bottom: 14px;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 20px;
        font-weight: 600;
        backdrop-filter: blur(10px);
        display: inline-block;
    }
    
    .tp-hero-2-content {
        padding: 25px 15px !important;
    }
    
    .tp-hero-2-content p {
        font-size: 15px !important;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 5px;
        color: rgba(255, 255, 255, 0.9);
    }
      .tp-hero-2-bg {
        padding: 40px 0 !important;
        min-height: auto;
    }
    
    .tp-hero-2-btn {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0 20px;
        margin-top: 8px;
    }
    
    .tp-hero-2-btn .tp-btn {
        padding: 12px 24px;
        font-size: 15px;
        min-width: 160px;
        border-radius: 25px;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    
    .tp-hero-2-btn span {
        font-size: 12px;
        line-height: 1.3;
        margin: 0;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .tp-hero-2-btn img {
        max-width: 65px;
        margin-top: 8px;
        border-radius: 50%;
    }
      /* Enhanced mobile spacing and layout */
    .tp-hero-2-area {
        padding-bottom: 50px;
        overflow: hidden;
    }
    
    .tp-brands-2-area {
        margin-top: -120px;
        position: relative;
        z-index: 2;
        padding-top: 60px;
    }
    
    /* Container padding for mobile */
    .tp-hero-2-area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Ensure proper spacing between slides */
    .tp-hero-wrapper {
        min-height: auto;
    }
    
    /* Hide line breaks in mobile for better text flow */
    .tp-hero-2-title br,
    .tp-hero-2-content p br {
        display: none;
    }
    
    /* Improve slide transitions */
    .splide__slide {
        padding: 0 3px;
    }
    
    /* Better overlay for text readability */
    .tp-hero-2-overlay {
        background: rgba(0, 0, 0, 0.5);
    }
    
    /* Mobile-specific typography improvements */
    .tp-hero-2-content * {
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }
}