/* 
 * Aleytrip.com Responsive Styles Override
 * Optimized for flawless mobile rendering and premium touch target ergonomics.
 */

@media screen and (max-width: 1400px) {
    .common-cnt_pg-banner-colone {
        height: 380px !important;
    }
    .common-cnt_pg-banner-coltwo img {
        height: 80px;
        margin-bottom: 10px;
    }
    .blog-banner {
        height: 320px;
    }
    .desti_lp-banner {
        background-size: cover;
        height: 380px;
    }
    .desti_lp-banner-box img {
        height: 180px;
    }
    .desti_lp-banner-box {
        height: auto;
        width: 45%;
        padding: 30px;
        text-align: center;
    }
    .airline-landing-banner {
        height: 320px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-bottom-col {
        align-items: flex-start;
    }
    .travel-together-col {
        justify-content: center;
    }
    .travel-together-box {
        width: 85%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.98);
    }
    .blog-banner {
        height: 280px;
    }
    .blog-image-content img {
        height: 220px;
    }
    .airline-content-col img {
        height: 320px;
    }
    .loading-page-box {
        width: 360px;
    }
}

@media screen and (max-width: 992px) {
    .common-mt {
        margin-top: 40px;
    }
    .header-logo img {
        height: 55px;
    }
    .header-nav a {
        font-size: 14px;
    }
    .header-callbox {
        padding: 6px 12px;
    }
    .header-callbox img {
        height: 32px;
    }
    .header-callcontent p, .header-callcontent a {
        font-size: 13px;
    }
    .header-nav {
        gap: 15px;
    }
    
    .footer p, .footer a {
        font-size: 13px;
    }
    .footer-logo {
        height: 55px;
    }
    .footer-social_media img {
        height: 26px;
    }
    .footer-middle-row {
        gap: 20px 0px;
    }
    .footer-middle-col {
        justify-content: flex-start !important;
    }
    .footer-bottom-box img {
        height: 32px;
    }
    
    .banner {
        min-height: auto;
        padding: 40px 0;
    }
    .search-engine-row {
        padding: 0px;
    }
    .se-input-box {
        margin-bottom: 12px;
        background: white;
    }
    .search-engine-btn {
        margin-top: 5px;
    }
    
    .homepage-about-content-box {
        width: 100%;
        padding: 25px;
    }
    .homepage-about-content-box p {
        font-size: 14px;
    }
    .hp_abt-one {
        display: none;
    }
    .homepage-about-image img {
        max-height: 250px;
        margin-bottom: 15px;
    }
    .service-content p {
        font-size: 13px;
    }
    
    .travel-together {
        height: auto;
        padding: 40px 0;
    }
    .travel-together-box {
        width: 100%;
        margin-right: 0;
        padding: 25px;
    }
    .travel-together-box p {
        font-size: 13px;
    }
    .travel-together-image img {
        height: 50px;
        margin-top: 0px;
    }
    
    .taap-deals {
        height: auto;
        padding: 40px 0;
    }
    .taap-deals-box {
        width: 100%;
        margin-left: 0;
        padding: 25px;
    }
    .taap-deals-box p {
        font-size: 13px;
    }
    
    .homepage-destination-box img {
        height: 220px;
    }
    .homepage-destination-content {
        width: 100%;
        padding: 20px 10px;
    }
    
    .common-cnt_pg-banner-colone {
        height: 250px !important;
    }
    .common-cnt_pg-banner-coltwo img {
        height: 60px;
    }
    .abt_us-pg_content-coltwo img {
        width: 100%;
        height: 260px;
    }
    
    .contact-us_heading {
        order: -2;
    }
    .contact-uscol-three {
        order: -1;
    }
    
    .desti_lp-banner {
        height: auto;
        padding: 30px 0;
    }
    .desti_lp-banner-box img {
        height: 90px;
    }
    .desti_lp-banner-box {
        width: 80%;
        margin: auto;
        padding: 20px;
    }
    .desti_lp-cities-box img {
        height: 200px;
    }
    
    .desti_top-place-box img {
        height: 220px;
    }
    .desti_top-place-content p, .desti_best-time-visit-col p, .desti_adventure-box p, .desti_adventure-box li {
        font-size: 13px;
    }
    .desti_best-time-visit-col img {
        height: 220px;
    }
    .desti_adventure-row {
        height: auto;
        padding: 30px 15px;
    }
    .desti_adventure-box {
        width: 100%;
        padding: 25px;
        background: rgba(255, 255, 255, 0.96);
    }
    
    .alirline-box img {
        height: 180px;
    }
    .airline-box-heading h4 {
        font-size: 16px;
    }
    .alirline-box p {
        min-height: auto;
    }
    
    .fd-timeline, .fd-acc-timeline {
        width: 90px;
    }
    .filter-sticky_btm {
        display: flex;
        background: var(--primary);
        box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
        border-top: 1px solid var(--primary-light);
    }
    .filter-sticky-btm-box {
        padding: 8px 15px;
    }
    .fsb-img-content img {
        height: 26px;
    }
    .fsb-img-content {
        position: relative;
    }
    .fsb-content {
        display: none;
        position: absolute;
        background: white;
        width: 220px;
        bottom: 45px;
        z-index: 101;
        border: 1px solid var(--border-color);
        border-radius: var(--radius-sm);
        padding: 12px;
        left: 0;
        box-shadow: var(--shadow-lg);
    }
    .fsb-right {
        left: -100px !important;
    }
    .fsb-img-content:hover .fsb-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .fsb-right-most {
        left: -180px !important;
    }
}

@media screen and (max-width: 767px) {
    .header-nav {
        display: none;
    }
    .footer-bottom-col {
        justify-content: flex-start;
    }
    .footer-bottom-row {
        gap: 15px 0px;
    }
    
    .service-content {
        height: auto;
        padding: 20px;
    }
    .service-image {
        height: 200px;
    }
    .homepage-destination-box img {
        height: 260px;
    }
}

@media screen and (max-width: 576px) {
    .banner-col-heading {
        display: none;
    }
    .banner {
        background: var(--bg-light);
        padding: 20px 0;
    }
    .banner-col {
        padding: 5px;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
    .banner-ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        padding: 6px !important;
        border: none;
        justify-content: space-between;
        background: var(--primary);
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-md);
        margin-bottom: 20px;
        gap: 6px !important;
    }
    .banner-li {
        flex: 1 1 0% !important;
        width: 0 !important;
    }
    .banner-li-btn {
        background: white !important;
        border: 1px solid var(--border-color) !important;
        color: var(--primary) !important;
        height: 60px !important;
        border-radius: var(--radius-sm) !important;
        box-shadow: var(--shadow-sm);
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 12px !important;
        padding: 6px 4px !important;
        white-space: nowrap !important;
        width: 100% !important;
    }
    .banner-li-btn i {
        font-size: 16px !important;
        margin-right: 0 !important;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background: var(--accent) !important;
        color: white !important;
        border-color: var(--accent) !important;
    }
    .banner-tp {
        border: none;
        box-shadow: var(--shadow-md);
        background: white;
        border-radius: var(--radius-md);
        padding: 20px;
    }
    
    .homepage-about-image img {
        max-height: 180px;
    }
    .service-image {
        height: 160px;
    }
    .homepage-destination-box img {
        height: 180px;
    }
    
    .common-cnt_pg-banner-colone {
        height: 150px !important;
    }
    .abt_us-pg_content-coltwo img {
        height: 180px;
    }
    
    .contact-us-colone {
        padding: 20px;
    }
    .contact-us-form {
        padding: 20px 15px;
    }
    .form-btn {
        width: 100%;
    }
    .contact-us-boxes {
        padding: 15px;
    }
    .contact-us-boxes img {
        height: 36px;
    }
    
    .blog-banner {
        height: 180px;
    }
    .blog-image-content img {
        height: 180px;
    }
    .blog-box {
        width: 100%;
    }
    
    .desti_lp-banner-box {
        width: 95%;
        padding: 20px;
    }
    
    .desti_top-place-box img, .desti_best-time-visit-col img {
        height: 140px;
    }
    .desti_top-place-row {
        gap: 15px 0;
    }
    
    .loading-page-box {
        width: 90%;
        margin: auto;
    }
    
    .popup {
        background: var(--primary);
        box-shadow: var(--shadow-lg);
        border-radius: var(--radius-md);
    }
    .popup-logo {
        background: white;
        padding: 15px 25px;
        border-radius: var(--radius-sm);
    }
    .popup-logo img {
        height: 60px;
    }
    .popup-li {
        border: 2px solid var(--accent);
        background: white;
        color: var(--primary);
        width: 48%;
        font-size: 13px;
        border-radius: var(--radius-sm);
    }
    
    .stick-btm {
        display: flex;
        background: var(--bg-card);
        border-top: 1px solid var(--border-color);
        padding: 10px 15px;
        box-shadow: 0 -4px 15px rgba(0,0,0,0.05);
    }
    .stick-btm img {
        height: 48px;
    }
    .stick-btm-info p {
        font-size: 12px;
        color: var(--text-muted);
    }
    .stick-btm-info a {
        font-size: 20px;
        color: var(--accent);
        font-weight: 700;
    }
    
    .td-form-col {
        padding: 0;
    }
    .fsb-right {
        left: -120px !important;
        width: 240px;
    }
}