.burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;  /* This spaces the lines evenly */
    width: 30px;                     /* Width of the burger icon */
    height: 24px;                    /* Height of the burger icon */
    cursor: pointer; 
    top:18px; 
      left:15px;
      position:absolute;
    z-index: 1000;               /* Change cursor to pointer on hover */
}

.line {
    height: 4px;                     /* Height of each line */
    background-color: #fff;          /* Color of the lines */
    border-radius: 2px;              /* Optional: rounded edges */
    transition: background-color 0.3s ease; /* Smooth transition for color change */
}

 .nav-panel {
    box-sizing: border-box;
    padding-top: 50px;
            position: fixed; /* Changed from absolute to fixed */
            top: 0;
    overflow-y: scroll;
            left: -100%; /* Start hidden off-screen */
            display: flex;
            flex-direction: column;
            width: 70%;
                padding-right: 22px;
            z-index:1000;
            height: 100vh;
            background-color: #fff;
            transition: left 0.3s ease; /* Smooth transition */
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); /* Optional shadow */
        }
        .nav-panel.active {
            left: 0; /* Slide in to visible */
        }
        .nav-panel .close-btn{
            position: absolute;
            width: fit-content;
            top: 17px;
            left: 17px;}
           .nav-panel ul li ul li a{border-bottom: none;font-weight: 500;}

    .nav-panel ul{margin-left: 20px;margin-top:0px;line-height: 47px;}
    .nav-panel ul:first-of-type li{}
    .nav-panel ul li a{font-size: 17px;color:#000;font-weight:bold;   width: 100%;border-bottom: 1px solid #ddd; 
    display: block;
}
    .nav-panel ul li a .fa-angle-right{
        position:absolute;
        right: 20px;    margin-top: 16px;
    }
    .submenu {
    display: none; /* Hide submenu by default */
}
 /* Overlay styles */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
            z-index: 100; /* Ensure it goes above the body but below nav-panel */
            opacity: 0; /* Initially hidden */
            visibility: hidden; /* Prevents click events */
            transition: opacity 0.3s ease, visibility 0s 0.3s; /* Delay visibility change until fade-out */
            will-change: opacity;
        }

        .overlay.active {
            opacity: 1; /* Show overlay */
            visibility: visible; /* Allow click events */
            transition: opacity 0.3s ease; /* No delay for showing */
        }
        .address{    background: #fff;
    margin-top: 36px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;}
    .address i{color:#145CBB;
        margin-right:5px;
    }
    .address p{    font-size: 14px;
       
    line-height: 21px;}
    .address p:not(:last-child){ margin-bottom:14px;}

        .nav-panel .tel .fa-phone{color:#145CBB;margin-right:10px;}
        .tel>a{color:#000;}
        .tel{box-sizing:border-box;
            background-color: #ececec;
            
          cursor: pointer;border-radius:4px;height:47px;
            margin:40px auto 0;
            width:100%;
            padding-bottom:7px;text-align:center;
            color:#000;
    font-weight:500;
           
            
            
            color:#000}

.nav-panel > ul > li.active > a > .fas.fa-angle-right {
    transform: rotate(90deg); /* Rotate the arrow when active */
}

.submenu {
    display: none; /* Hide submenus by default */
}




/*---------------------- media query -----------------------------------------------*/
@media(max-width:1180px){
   .footer-top {
    display: grid;
    grid-template-columns: 100%; 
}
.footer-form {
    margin-top: 65px;
    height: 643px;
    max-width: 775px;
    padding: 1.375rem 1.875rem 1.875rem;
    border-radius: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}

}
@media(max-width:781px){
    .additional i {
    position: absolute;
    left: 50%;
    top: 9px;
    color: #1b73e7;
}
.additional__car span:not(:last-child) {
    border-right: none;
}
.additional__car {
    box-sizing: border-box;
    padding: 26px 45px;
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    height: auto;
    border-radius: 13px;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}
    .cart {
        display: flex;
        flex-direction: column-reverse;
    }
.additional>div {
    height: auto;
    width: 445px;
    box-sizing: border-box;
    padding: 29px 29px;
    background-color: #EBEBEB;
    border-radius: 13px;
}



    .header__top ul li.menu:not(:first-child){
      display:none;
}
@media (max-width: 781px) {
    .booking h3{
    margin-top: -95px!important;
  
    color: #1b73e7;
    text-align: center !important;
    margin: 0 auto;
    width: fit-content;
    }

    .section-7 h3 {
   
    font-size: 34px;
    text-align: center;
   
}
    .discount i {
    position: absolute;
    color: #1b73e7;
    left: 50%;
    top: 4%;
    display: block;
}
.discount {
    position: relative;
    box-sizing: border-box;
    padding: 31px 45px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    background: #D1E3FA;
    height: auto;
    border-radius: 13px;
    margin-top: 30px;
    margin-left: 30px;
}
    .section-2 h1{font-size:34px;            text-align: center;}
    .section-4 h1{font-size:34px;            text-align: center;
                margin-top: -63px;
    
    }
    h2{font-size:33px!important;line-height:41px!important}
    .ft-r {
    margin-top: 65px;
    padding: 45px;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    max-width: fit-content;
    height: fit-content;
}
    .footer-form {max-width:unset;width:unset;}
    .footer-top {
    display: flex
;
    flex-direction: column;
}
    .section-1.contactus{height: 439px;}
    .section-1.contactus h1{font-size: 39px !important;}
     .section-1.aboutus{height: 439px;}
    .section-1.aboutus h1{font-size: 39px !important;}

     .section-1.faqs{height: 439px;}
    .section-1.faqs h1{font-size: 39px !important;}
    #logo {
        width: 121px;
        margin-top: -10px;
        height: auto;
        margin-right: unset;
      
    }
    .header__top ul {
    position: relative;
    top: 27px;
    display: flex
;
  left: 23px;
    margin: 0 auto;
}
}

    .ft ul li span {
    color: #111;
    font-size: 17px;
    margin-left: 7px;
    position: relative;
    top: -9px;
}
.ft ul li span:last-child {
 margin-left: 43px!important;
    position: relative;
    top: 0px;
}
.ft img{    width: 29px;}
.ftc-w p {
    font-size: 17px;
}
.ft ul li a {
    color: #111;
    font-size: 17px;
    margin-left: 12px;
    position: relative;
    top: -9px;
}
    .featured-1 img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    filter: blur(0);
    margin: 0 auto;
}
    .trending-1 {
    position: relative;
    height: AUTO;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    margin-bottom: 20PX;
}
    .slick-next2 {
    right: 20px;
    top: 39%;
    background: #fff;
    box-shadow: 1px 1px 5px #525151;
    border-radius: 50%;
    transition: all .3s ease-in;
}
    .trending {
    display: grid;
    grid-template-columns:100%;
    grid-gap: 0px;
}
    .section-4 {
            MARGIN-TOP: 140PX
    }
    .section-2 h3, .section-3 h3, .section-4 h3, .section-5 h3, .section-8 h3, .section-6 h3 {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
    .brandname {
      font-size: 23px!important;        
    }
    .section-3{
        position:relative;
        top: 150px;
    }
    .drivernow-1__top {
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    HEIGHT: 229PX;
}
}


@media(max-width:427px){
    .s3{
        position: relative;
    top: 297px;
    }
            h2 {
            font-size: 22px !important;
            line-height: 41px !important;
        }

    .cart-r__form-l {
    display: flex;
    flex-direction: column;
}
.cart-r__form-l i {
    position: relative;
    left: -19px;
    top: 19px;
}
.mile {
    font-size: 11px !important;
    color: #222;
    position: relative;
    top: 0;
    font-weight: 500;
}
    .t select {
    height: 27px;
    max-width: 105px;
    border-radius: 5px;
    height: 27px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 2px 5px;
    border: 1px solid #bbb;
}
        .brandname {
        font-size: 20px !important;
    }

   .section-2-block_ {
    width: 410px;
    height: 113px;
    padding-left: 70px;
    margin-bottom: 70px;
} 
.footer-form input {
    height: 3.5rem;
    max-width: 100%;
    margin-bottom: 17px;
    box-sizing: border-box;
    padding: 1.4375rem 1.125rem 1.55rem;
    background-color: transparent;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-family: HelveticaNeue;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
}
}


@media(min-width:781px){
    .nav-panel{
        display: none;
    }
    .burger {
      display:none;        
    }