*{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
body{
    font-family: "DM Sans", sans-serif;
}
h1,p,h2,h3,h4,h5,h6{
    margin-bottom: 0;
    padding-bottom: 0;
}
html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F56505; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.common-spacing{
    padding:0 135px;
}
.header-logo-pic{
    width: 5em;
}
.footer-text img{
    width: 7em;
}
.header-area{
    padding-top: 32px !important;
    position: fixed;
    top:0;
    width: 100%;
    padding-bottom: 32px !important; 
    z-index: 9999;
}
.banner-area{
    background-image: url(../assets/images/banner-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding:88px 0;
    position: relative;
    margin-top:5em;
}
.content-area{
    /* padding:88px 0; */
    position: relative;
    margin-top:11em;
}
.content-area h1{
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.content-area h2{
    font-size: 22px;
    padding-bottom: 20px;
}
.content-area h3{
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.content-area p{
    font-size: 16px;
    padding-bottom: 20px;
    /* letter-spacing: 4px; */
}
.car-banner{
    position: absolute;
    left: 0;
    bottom: -3em;
    width: 66em;
}
.ride-confirmation{
    position: absolute;
    top:0;
    left:0;
}
.available-areas{
    gap:22px;
    display: flex;
    flex-direction: row;
}
.navbar-nav{
    gap:30px;
    display: flex;
    align-items: center;
}
.nav-item .nav-link{
    font-size: 20px;
    color: #161C2D !important;
    line-height: 26px;
    font-weight: 400;
}
.banner-text-area{
    gap:36px;
}
.banner-text-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-text{
    color: #161C2D;
    font-size: 58px;
    font-weight: 500;
    line-height: 72.5px;
    letter-spacing: 0;
}
.description-text{
    color: #161C2D;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    opacity: 70%;
    letter-spacing: -0.2px;
}
.banner-image-section{
    display: flex;
    z-index: 99;
    justify-content: center;
}
.driver-connection{
    position: absolute;
    right: -4em;
    bottom: 0;
}
.main-banner{
    padding-left: 4em;
}
.contact-banner-right{
    padding-left: 68px;
}
.contact-us .description-text{
    padding-top:27px;
}
.spotlight{
    color: #F56505;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 2.97px;
    text-transform:uppercase;
}
.about-area{
    padding-top:84px;
    padding-bottom: 84px;
}
.about-area img{
    border-radius: 20px;
    width: 100%;
}
.more-contact-info .col-md-4{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 26px;
}
.about-text-area{
    gap:20px;
    padding-bottom:34px;
    display: flex;
    flex-direction: column;
}
.fleet-text{
    position: sticky;
    top:13em;
}
.choose-area{
    background-color: #F4F7FA;
    padding: 84px 54px;
    position: relative;
}
.dotter-area{
    position: absolute;
    left: 0;
    top:5.5em;
}
.choose-title-area{
    min-width: 931px;
    max-width: 931px;
    text-align: center;
    margin: 0 auto;
}
.point-box{
    display: flex;
    align-items: flex-start;
    gap: 26px;
}
.point-box h4{
    color: #161C2D;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.91px;
    padding-bottom: 6px;
}
.point-areas .point-box{
    padding:40px 62px;
}
.contact-us{
    /* gap:68px; */
    display: flex;
    padding-top:80px;
    padding-bottom:80px;
}
.contact-us form{
    display: flex;
    flex-direction: column;
    padding-top:54px;
    padding-bottom:81px;
    gap:27px;
}
.final-action .header-button{
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area input{
    height:68px;
    color: #828282;
    border: 1.376 solid #E0E0E0;
    border-radius: 1.37px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.form-area select{
    height:68px;
    color: #828282;
    border: 1.376 solid #E0E0E0;
    border-radius: 1.37px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.form-area textarea{
    color: #828282;
    resize: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.std-btn{
    background-color: #F56505;
    border-radius:68px;
    height:68.29px;
    font-size: 20px;
    border: none;
    color: #fff;
    width: 100%;
    font-weight:700;
    line-height: 26px;
}
.header-button{
    background-color: #F56505;
    border-radius:50px;
    height:60px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    border: none;
    color: #fff;
    width: 100%;
    font-weight:700;
    line-height: 20px;
}
.header-button:hover{
    color: #fff;
}
.enrquire-now-area{
    padding-top:16px;
}
.enquire-button{
    background-color: #F56505;
    border-radius:50px;
    height:60px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    font-size: 18px;
    border: none;
    color: #fff;
    width: 346px;
    font-weight:700;
    line-height: 20px;
}
.fleet-desc{
    padding-top:32px;
    gap:16px;
    display: flex;
    flex-direction: column;
}
.fleet-listing{
    display: flex;
    gap:50px;
    flex-direction: column;
    /* min-height: 40em;
    max-height: 40em;
    overflow: auto; */
}
.fleet-desc h5{
    color: #161C2D;
    font-size: 24px;
    font-weight: 400;
}
.fleet-desc p{
    color: #161C2D;
    font-size: 20px;
    font-weight: 400;
    opacity: 70%;
}
.enquire-button:hover{
    color: #fff;
}
.contact-details{
    padding-left: 20px;
}
.contact-details h6{
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 27.32px;
}
.contact-details p{
    color: #F56505;
    font-size: 15px;
    font-weight: 400;
    line-height: 27.32px;
}
.more-contact-info{
    display: flex;
    flex-wrap: wrap;
    /* gap:68px; */
}
.more-contact-info .col-md{
    display: flex;
    gap:20px;
}
.footer-area{
    background-color: #F2F4F7;
    padding: 80px 0;
}
.available-source{
    gap:16px;
    justify-content: end;
}
.footer-text p{
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top:15px;
}
.career-modal{
    min-width: 40%;
}
.career-modal .modal-content{
    padding: 40px 60px;
    border-radius: 10px;
}
.career-modal h3{
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 28px;
}
.head-section-area{
    padding-bottom: 18px;
}
.head-section-area h2{
    color: #000000;
    font-size: 58px;
    line-height: 75px;
}
.career-modal p{
    padding-bottom: 20px;
    font-size: 20px;
    color: #161C2D;
    line-height: 32px;
    font-weight: 400;
}
.career-modal .form-area{
    margin-bottom:27px;
}
.store-area{
    min-width:151px;
    gap:8px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #000;
}
.legal-text{
    display: flex;
    justify-content: space-between;
    padding-left: 150px;
}
.legal-text h6{
    text-decoration: underline;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.social-media-area{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top:29px;
    gap:24px;
}
.about-text-left{
    padding-right:50px;
}
.about-text-right{
    padding-left: 4.5em;
}
.error{
    color: red;
    font-size: 14px;
    font-weight: 500;
}
#snackbar {
    visibility: hidden;
    background-color: #F56505;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    width: 100%;
    top:123px;
    font-size: 20px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 123px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 123px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {top: 123px; opacity: 1;} 
    to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {top: 123px; opacity: 1;}
    to {top: 0; opacity: 0;}
  }
@media only screen and (min-width:1200px) and (max-width:1500px){
    .common-spacing{
        padding: 0 70px;
    }
    .title-text{
        font-size: 36px;
        line-height: 48.5px;
    }
    .contact-us{
        padding-top:80px;
        padding-bottom: 80px;
    }
    .choose-title-area{
        min-width: 840px;
        max-width: 840px;
    }
    .more-contact-info img{
        width: 30px;
    }
    .contact-details h6 {
        font-size: 15px;
    }
    .contact-details p {
        font-size: 14px;
    }
    .contact-us form {
        padding-top:20px;
    }
    .form-area input {
        height:50px;
    }
    .main-banner {
        width: 19em;
    }
    .ride-confirmation {
        width: 12em;
        left: 4em;
    }
    .driver-connection {
        position: absolute;
        right: 0em;
        bottom: 0;
        width: 12em;
    }
    .header-button{
        height:45px;
    }
    .header-area{
        padding-top: 18px !important;
        padding-bottom: 18px !important; 
    }
    .description-text {
        color: #161C2D;
        font-size: 16px;
        opacity: 70%;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: -0.2px;
    }
    .form-area input {
        font-size: 15px;
    }
    .form-area textarea{
        font-size: 15px;
    }
    .std-btn{
        height:59px;
        font-size: 15px;
    }
    .nav-item .nav-link {
        font-size: 16px;
    }
    .header-button{
        font-size: 14px;
    }
    .about-text-left{
        padding-right:50px;
    }
    #snackbar {
        visibility: hidden;
        background-color: #F56505;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 1;
        width: 100%;
        top:80px;
        font-size: 20px;
      }
      
      #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
      }
      
      @-webkit-keyframes fadein {
        from {top: 0; opacity: 0;} 
        to {top: 80px; opacity: 1;}
      }
      
      @keyframes fadein {
        from {top: 0; opacity: 0;}
        to {top: 80px; opacity: 1;}
      }
      
      @-webkit-keyframes fadeout {
        from {top: 80px; opacity: 1;} 
        to {top: 0; opacity: 0;}
      }
      
      @keyframes fadeout {
        from {top: 80px; opacity: 1;}
        to {top: 0; opacity: 0;}
      }
}
@media only screen and (max-width:991px){
    .form-area input{
        height: 55px;
    }
    .form-area select{
        height:55px;
    }
    .about-text-right{
        padding-left: 0;
    }
    .content-area {
        margin-top: 7em;
    }
    #snackbar {
        visibility: hidden;
        background-color: #F56505;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 1;
        width: 100%;
        top:112 px;
        font-size: 20px;
      }
      
      #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
      }
      
      @-webkit-keyframes fadein {
        from {top: 0; opacity: 0;} 
        to {top: 112    px; opacity: 1;}
      }
      
      @keyframes fadein {
        from {top: 0; opacity: 0;}
        to {top: 112    px; opacity: 1;}
      }
      
      @-webkit-keyframes fadeout {
        from {top: 112  px; opacity: 1;} 
        to {top: 0; opacity: 0;}
      }
      
      @keyframes fadeout {
        from {top: 112  px; opacity: 1;}
        to {top: 0; opacity: 0;}
      }
    .common-spacing {
        padding: 0 20px;
    }
    .title-text{
        font-size: 40px;
        line-height:55.5px;
    }
    .main-banner {
        width: 15em;
        padding-left: 0;
    }
    .dotter-area {
        top: 0;
        width: 4em;
    }
    .point-areas .point-box {
        padding: 20px;
        flex-direction: column;
        align-items: baseline;
    }
    .choose-area{
        padding: 50px 10px;
    }
    .banner-image-section{
        padding-top:4em;
    }
    .choose-title-area{
        min-width: 100%;
        max-width: 100%;
    }
    .ride-confirmation{
        left: 0;
        top:4em;
        width: 12em;
    }
    .driver-connection {
        right: 0;
        width:12em;
    }
    .contact-banner-right{
        display: none;
    }
    .more-contact-info{
        flex-direction: column;
    }
    .contact-us{
        flex-direction: column;
        padding: 50px 20px;
    }
    .footer-area .common-spacing{
        gap:30px;
    }
    .legal-text{
        padding-left: 0;
        justify-content: end;
        gap: 20px;
    }
    .about-text-left{
        padding-right: 0;
        padding-bottom: 2em;
    }
    .about-area img{
        width: 100%;
    }
    .available-source{
        flex-direction: row !important;
    }
    .navbar-nav {
        gap:10px;
        align-items: start;
    }
}