


/* Mobile Responsive Styles */
@media (min-width: 992px) and (max-width: 1400px) {
  /* Your CSS rules here */
   .test_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.destination-card {
    width: 327px;
}
.bannerimg {
    position: absolute;
    right: -38px;
    top: 23px;
    max-width: 601px;
}
.dream-trip .img-fluid {
    max-width: 635px;
    height: auto;
    width: 100%;
    position: relative;
    right: 0px;
    top: 59px;
}
    .works-subtitle {
        font-size: 23px;
    }
    .works-title {
        font-size: 28px;
    }

        .step-item h5 {
            font-size: 17px;
        }

        .step-item p {
            font-size: 13px;
        }

        .dream-trip .feature-item h4 {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 3px;
            color: #05112A;
        }

        .dream-trip .feature-item p {
            font-size: 15px;
            color: #05112A;
            line-height: 25px;
            margin-bottom: 0px;
        }
    }

@media (max-width: 768px) {
    /* Header Mobile Styles */
    .header-container {
        padding: 0 15px;
        position: relative;
    }
    .bannergroup h1 {
    font-size: 22px;
    text-align: center;
   
}
.bannergroup h2 {
    font-size: 27px;
    text-align: center;
   
}
.features-header h2 {
    font-size: 20px;
    
}
.features-header p {
    font-size: 16px;
    
}
.destinations-subtitle {
   
    font-size: 20px;
   
}
.bannerimg img{
    opacity: 0;
}
.search-section {
   
    padding-top: 0px;
}
.search-section .container.pad_0 {
   background-image: url("/assets/images/bimg.png");
    background-size: cover;
    background-position: center;
}
.works-title {
   
    color: #ffffff!important;
   
}
.dream-description {
  
    margin-bottom: 10px;
   
}
.dream-trip .features-grid {
   
    gap: 0px;
}
.works-wrapper {
   
    flex-direction: column;
}
.works-subtitle {
     text-align: center;
    font-size: 30px;
   
}
.faqwrapper {
    
    flex-direction: column;
}
.faq-list {
    width: 100%;
}
.faq-content {
    
    width: 100%;
}
.bannergroup p {
    font-size: 14px;
    color: #000000;
    
}
.feature-item h4 {
    font-size: 16px;
   
}
.feature-item p {
    font-size: 14px;
   
}
.testimonial-content p {
    font-size: 14px;
 
}
.step-item h5 {
    font-size: 16px;
   
}
.dream-trip .feature-item h4 {
    font-size: 16px;
   
}
.cheapticket h2 {
    font-size: 19px;
   
}
.airport {
    font-size: 16px;
    
}
.airport span {
    font-size: 11px;
    white-space: nowrap;
}
.book-trans {
   
    font-size: 11px;
   
}
.book-btn {
    
    font-size: 11px;
   
}
.airline img{
    width: 60%;
    margin: 0 auto;
}
.feature-circle {
    width: 29px;
    height: 29px;
   
}
    .mobile-menu-btn {
        display: block !important;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        padding: 8px;
        color: #333;
        z-index: 1001;
    }
    
    .nav {
        display: none;
    }
    
    .header-right {
        display: none;
    }
    
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: white;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
        z-index: 1000;
        transition: right 0.3s ease;
        padding-top: 80px;
        display: block;
    }
    
    .mobile-menu.active {
        right: 0;
        padding-top:40px;
    }
    
    .mobile-nav-links {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    
    .mobile-nav-links .nav-link {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
    text-align: center;
}
    
    .mobile-nav-links .nav-link:hover {
        background: #f8f9fa;
        color: #163C8C;
    }
    
    .mobile-nav-links .nav-link:last-child {
        border-bottom: none;
    }
    .dream-trip .feature-item p {
    font-size: 16px;
    color: #05112A;
    line-height: 22px;
}
    .mobile-phone-button {
        background: #113D48;
        color: white;
        padding: 15px 25px;
        margin: 0px 25px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        font-weight: 500;
    }
    
    /* Mobile Menu Overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    /* Search Form Mobile */
    .search-form {
        min-width: auto;
        width: 95%;
        margin: 20px auto;
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }
    
    .form-fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .swap_wrapper {
        width: 100%;
        flex-direction: column;
    }
    
    .calender_wrap {
        width: 100%;
       
    }
    
    .form-group.adult {
        min-width: auto;
        width: 100%;
    }
    
    .search-btn {
        width: 100%;
        margin-top: 10px;
    }
    .dream-container {
   
    flex-direction: column;
}
.works-steps {
    
    flex-direction: column;
}
section.how-it-works {
   
    margin-top: 0px;
   
}
.bannerimg {
    position: unset;
    right: -55px;
    top: 23px;
    max-width: 601px;
}
.bantext {
    position: relative;
    padding-right: 0px;
    padding-top: 10px;
    color: #ffffff;
}
.bannergroup h2 {
    font-size: 27px;
    position: unset;
    color: #fff;
    margin-top: -19px;
}
.bannergroup h1 {
    font-size: 22px;
    color: #fff;
}
.testimonials-grid.bottom_grid {
    display: none;
}
.testimonials-grid.top_grid {
    position: relative;
    overflow: hidden;
    height: unset;
}
.testimonials-grid.top_grid .testimonial-card {
    display: none;
    width: 100%;
}
.testimonials-grid.top_grid .testimonial-card.active {
    display: block;
    animation: slideIn 0.3s ease;
}
.testimonials-nav {
    display: none;
}
.bannergroup p {
    font-size: 14px;
    color: #fff;
    max-width: 300px;
    text-align: center;
}
.bannergroup {
    margin-top: 11px;
    margin-bottom: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.banimgtext {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.bannergroup img {
    max-height: 200px;
    display: none;
}
.feature-row {
    flex-direction: column;
    margin-bottom: 10px;
}
.works-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    max-width: 554px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}

.tickets-slider-container {
    position: relative;
    overflow: hidden;
}
.tickets-grid {
    display: block;
    position: relative;
}
.ticket-card {
    display: none;
    width: 100%;
}
.ticket-card.active {
    display: block;
    animation: slideIn 0.3s ease;
}
@keyframes slideIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}
.slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.slider-btn {
    background: #163C8C;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-btn:hover {
    background: #0f2a5f;
    transform: scale(1.1);
}
h1.booking-title {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    padding: 0 5px;
}
p.text_banner {
   
    FONT-SIZE: 13px;
   
    line-height: 21px;
   
}
.section-title {
    font-size: 23px;
  
}
.section-subtitle {
    color: #000000;
    font-size: 36px;
    margin-bottom: 9px;
    font-family: 'Allura', cursive;
    font-weight: 400px;
}
.balloon-icon{
    display: none;
}
.adventure-content {
    position: relative;
 top: 0px;
}
.subtitle {
    color: #243757;
    font-size: 22px;
   text-align:center;
    margin-top: 20px;
}
.title {
    font-size: 24px;
     text-align:center;
   
}
.dream-subtitle {
    color: #000000;
    font-size: 26px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.tickets-title {
    font-size: 22px;
    margin-bottom: 27px;
    text-align: center;
}
.dream-title {
    font-size: 14px;
    text-align: center;
    padding: 6px 0px;
}
section.how-it-works {
   
    margin-bottom: 0px;
}
.date-wrap {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    top: 34px;
  
}
.date-wrap img{
    width: 36px;
}
.dream-trip {
    padding: 10px 20px;
    
    padding-bottom: 25px;
    padding-top: 16px;
}
.faqimg img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.faq-content {
    
    align-items: center;
    width: 100%;
}
.test_wrapper {
   
    flex-direction: column;
}
.testimonials-grid {
   
    width: 100%;
   
}
.testtext h5 {
    color: #243757;
    font-size: 14px;
   
}
.testtext h6 {
    color: #243757;
    font-size: 18px;
    margin-bottom: 10px;
}
.testtop {
    display: none;
}
.route {
  
    padding-top: 6px;
}
.date-range {
   
    padding: 19px 0px;
   
}
.dream-description {
    font-size: 14px;
   
    text-align: center;
}
.image-grid {
  
    display: none;
}
.testbottom {
    display: none;
}
.testtext {
   
    padding: 20px 0px;
}
.faq-subtitle {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
}
.search-btn {
    background: #163C8C;
    color: white;
    padding: 8px 34px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
     height: auto!important;
    text-transform: uppercase;
    border: none;
    width: fit-content!important;
    margin: 0 auto;
}
.faq-title {
    font-size: 16px;
     text-align: center;
  
}
.faq-section {
    padding: 15px 0;
    background: #fff;
    /* padding-top: 0px; */
    padding-bottom: 0px;
}
.faq-list {
    padding: 0px;
    margin-top: 20px;
}
.faq-question span {
   
    font-size: 15px;
   
}
.faq-illustration img{
    height: 250px;
}
.footer-section h4 {
  
    text-align: center;
}
.footer-links li {
    margin-bottom: 8px;
    text-align: center;
}
.stars {
    margin-bottom: 8px;
    text-align: center;
}
.payment-methods {
   
    text-align: center;
}
.payment-icons img {
    
    margin: 0 auto;
}
.payment-methods::before {
   
    transform: translate(-50%, -50%);
    left: 50%;
}
.airline-tickets {
   
    padding-top: 15px;
}
.swap_wrapper .form-group {
   
    width: 100%;
    margin-bottom: 15px;
}
.swap_wrapper .hrline{
    display: none;
}
.class-dropdown {
 
    font-size: 12px;
   
}
.airline-tickets {
    background-color: #f8f9fa;
    padding: 15px 20px;
}
.faq-answer p {
    font-size: 13px;
  
}
.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}
.class-selector {
    position: relative;
    border-radius: 5px;
    padding: 8px 0px;
    margin-left: 15px;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin-left: 5px;
}



.dropdown-selected.active:after {
    transform: rotate(180deg);
}




.trip-type {
    display: flex;
    gap: 8px;
}
}

@media (min-width: 1540px) {
   .destinations-slider .container{
         max-width: 1501px;
    width: 100%;
   margin: 0 auto;
   }
   .destinations-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    pointer-events: none;
    /* border: 1px solid red; */
    max-width: 100%;
    margin: 0 auto;
    left: 50%;
}
section.how-it-works {
    padding: 20px 15px;
   
}
.faq-title {
    font-size: 50px;
  
}
.faqimg {
    width: 30%;
}
.faq-section {
    padding: 4px 20px;
    padding-top: 0px;
}
.faq-list {
    padding-top: 57px;
}
.faqwrapper {
    
    max-width: 1815px;
    margin: 0 auto;
}
.faqimg img {
   
    height: 579px;
    width: 534px!important;
    max-width: unset!important;
}
.destination-card {
   
    width: 32%;
}
button.dest-btn.prev {
    position: relative;
    right: 29px;
    z-index: 9999;
}
button.dest-btn.next {
    position: relative;
    left: 29px;
    z-index: 9999;
}
.destinations-slider-container {
    position: relative;
    overflow: visible;
}
.features-section .container,.airline-tickets .container,.footer .container {
    max-width: 1501px;
    width: 100%;
   margin: 0 auto;
}
.dream-container {
    max-width: 1501px;
    width: 100%;
   margin: 0 auto;
}
.dream-trip .img-fluid {
    max-width: 724px;
    height: auto;
    width: 100%;
    position: relative;
    right: 157px;
    top: 25px;
}
.tickets-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}
.testimonials-grid {
    gap: 17px;
    width: 33%;
  
}
.testimonial-avatars {
  
    width: 32%;
}
#header .container{
       max-width: 1501px;
    width: 100%;
   margin: 0 auto;
}
.bannergroup p {
    font-size: 24px;
    font-weight: 400;
    color: #6A6A6A;
}
.bannerimg img {
     max-height: 690px; 
    width: 677pc;
    height: 583px;
}
.bannergroup img {
    max-height: 287px;
}
.bantext {
    position: relative;
    padding-right: 167px;
    padding-top: 67px;
}
}