

@media (max-width: 1200px) {
    .drop_menu.dropUser {
        left: 0 !important;
        transform: none !important;
        min-width: 14rem;
        right: auto !important;
    }
}

@media (max-width: 991px) {
    .search_form_container{
        flex-wrap: wrap;
    }
    .calendar_modal{
        left: 0;
        right: auto;
    }
     #navbar_content:not(.show){
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(100%);
        top: 0;
        height: 100vh;
        overflow: auto;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex;
        transform: translateX(100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #000000cc;
    }
    #navbar_content.collapse_content_shadow{
        display: flex !important;
        position: fixed;
        height: 100%;
        width: 100%;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: #000000cc;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        padding: 1rem;
        z-index: 99;
    }
    #navbar_content{
        /* display: block !important; */
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 320px;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: var(--surface_color);
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        z-index: 99;
        padding: 1rem 1rem 1rem;
    }
    #navbar_content.navbar_collapse_shadow{
        width: 100%;
        background: #04233ed8;
        z-index: 99;
    }

    .nav-item{
        width: 100% ;
    }
    .nav_item{
        border-bottom: 1px solid var(--border_color);
        justify-content: space-between;
    }



    .navbar-toggler{
        width: 40px;
        height: 40px;
    }
    .btnnav_close{
        position: absolute;
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px;

        border-color: var(--red_color);
        color: var(--white_color);
        background: var(--red_color);
    }
    .hero_title {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    #navbar{
        padding: 0.7rem 0;
    }
    .search_form_container{
        flex-direction: column;
    }
    .calendar_modal{
        left: 50%;
        transform: translateX(-50%);
    }
    .title_result{
        font-size: 13px;
        font-weight: 700;
    }
}

  @media (min-width: 576px) {
   
    .calendar_modal.show {
        display: block;
    }
    .btnClose_modal{
        display: none;
        
    }
  }
@media (max-width: 576px) {
    .hero_title {
        font-size: 25px;
        font-weight: 700;
    }
    .btn_login{
        width: 40px;
        border-radius: calc(var(--border_radius) * 1.1);
        height: 40px;
    }
    .btn_login i{
        font-size: 20px;
    }
    .btn_login span{
        display: none;
    }
    .noran-logo{
        width: 100px;
    }
    
    /* Booking Form Responsive */
    .booking_search_form {
        padding: 12px;
    }
    .btnClose_modal{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 10px;
        color: var(--red_color);
        border: 0;
        outline: 0;
        box-shadow: 0;
        background: transparent;
        font-size: 20px;
        z-index: 9;
    }
    .calendar_tab{
        width: 50%;
    }
    .calendar_modal {
        min-width: auto;
        width: 100%;
        padding: 40px 15px !important;
        border-radius: 20px 20px 0 0;
        display: block;
        position: fixed;
        height: 80vh;
        z-index: 99999;
        width: 100%;
        overflow: auto;
        top: auto;
        bottom: -100%;
        transition: var(--transition);
    }
    .calendar_modal.show{

        bottom: 0;
    }
    
    .dual_calendar_wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .calendar_grid {
        gap: 3px;
    }
    
    .calendar_day {
        font-size: 11px;
        padding: 3px;
    }
    
    .calendar_day_header {
        font-size: 10px;
        padding: 4px 2px;
    }
    
    .guests_modal {
        width: 100%;
        padding: 12px;
    }
    
    .search_form_container {
        gap: 10px;
    }
    
    .children_ages {
        grid-template-columns: 1fr;
    }
    
    .duration_options {
        gap: 8px;
    }
    
    .months_carousel {
        gap: 8px;
    }
    
    .month_card {
        min-width: 70px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    /* .calendar_modal {
        
        width: calc(100% + 24px);
        padding: 10px;
    } */
    
    .guests_modal {
        right: -12px;
        left: -12px;
        width: calc(100% + 24px);
        padding: 10px;
    }
    
    .destination_dropdown {
        right: -12px;
        left: -12px;
        width: calc(100% + 24px);
    }
    
    .calendar_header {
        gap: 5px;
    }
    
    .calendar_tab {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .dual_calendar_wrapper {
        gap: 15px;
    }
    
    .calendar_quick_dates {
        gap: 6px;
    }
    
    .quick_date_btn {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .children_ages {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .child_age_item {
        width: 100%;
    }
    
    .guests_section {
        padding: 10px 0;
    }
    
    .counter_btn {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
    
    .counter_value {
        font-size: 13px;
    }
}

  



  