body.show{
    overflow: hidden;
}

.secPadding{
    padding: 80px 0;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 0;
    width: 100%;
    z-index: 99;
}

nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .navToggler{
    background-color: transparent;
    border: none;
}

.cusNavBtns{
    display: flex;
    gap: 10px;
}

.cusNavBtns .cusBtns{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    background: #da491c;
    border-radius: 5px;
}

.cusNavBtns .cusBtns:first-child{
    display: none;
}

.cusNavBtns .cusBtns img{
    width: 20px;
}

.navCollapseWrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0 0 0 / 90%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 110;
    transition: all 0.5s;
}

.navCollapseWrapper.show{
    height: 100vh;
    opacity: 1;
}

.navCollapseWrapper .closeBtn{
    position: absolute;
    top: 26px;
    right: 30px;
}

.navCollapseWrapper .closeBtn button{
    border: none;
    background: #da491c;
    border-radius: 50%;
    padding: 15px;
}

.navCollapseWrapper .closeBtn button img{
    width: 25px;
    height: 25px;
}

nav ul{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li a{
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0 !important;
    transition: all 0.3s;
}

nav ul li a:hover,
nav ul li a:focus{
    color: #da491c;
}

.dropdown-toggle::after{
    border-top: 0.3em solid #da491c;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu{
    background-color: #da491c;
}

.dropdown-item{
    font-size: 14px;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}

.dropdown-item:hover{
    background-color: #fff;
    color: #da491c;
}



.heroSectionWrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(rgba(0 0 0 / 20%),rgba(0 0 0 / 20%)), url(/contents/images/banner.jpg) center center no-repeat;
    background-size: cover;
    padding: 150px 0px 50px;
}

.heroSectionInner{
    text-align: center;
}

.heroSectionWrapper h1{
    position: relative;
    color: #fff;
    font-size: 36px;
    margin-bottom: 28px;
}

.heroSectionWrapper h1:after{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 2px;
    background-color: #da491c;
}

.heroSectionWrapper p{
    color: #fff;
    font-size: 20px;
}

.heroSectionWrapper p a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.heroSectionWrapper p a:hover{
    color: #da491c;
}

.heroSectionWrapper .apps{
    margin-bottom: 50px;
}

.heroSectionWrapper .apps img{
    width: 200px;
}

.headingStyleVr h2{
    border-left: 2px solid #da491c;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0 15px 20px;
    margin-bottom: 25px;
}

.headingStyleVr h2 span{
    display: block;
    font-size: 26px;
}

.headingStyleHr h2{
    position: relative;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 20px;
    margin-bottom: 25px;
}

.headingStyleHr h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    border: 1px solid #da491c;
}
.innerContentInner h1{
    margin: 25px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #da491c;
}

.airportWrapper p{
    padding-bottom: 30px;
    color: #333;
    font-size: 14px;
}

.airportWrapper p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.airports{
    display: flex;
    flex-wrap: wrap;
}

.airports .boxes{
    width: 33.32%;
    text-align: center;
    padding: 80px 0;
    border: 1px solid #ccc;
}

.airports .boxes.box1,
.airports .boxes.box2,
.airports .boxes.box3{
    border-bottom: none;
}

.airports .boxes.box2,
.airports .boxes.box3,
.airports .boxes.box5,
.airports .boxes.box6{
    border-left: none;
}

.airports .boxes.box6{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #da491c;
    padding: 80px 15px;
}

.airports .boxes.box6 h2{
    margin-top: 0;
}

.airports .boxes h2{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 25px;
}
.airports .boxes h2 a{
    text-decoration: none;
    color: #000;
}

.airports .boxes.box6 h2{
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}

.stationWrapper{
    background: #191919;
}

.stationWrapper .headingStyleHr h2{
    color: #fff;
}

.stationWrapper h3{
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    margin-top: 0;
}

.stationWrapper p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.stationLinks {
    margin: 40px 0;
}

.stationLinks ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 15px;
}

.stationLinks ul li img{
    display: block;
    margin: 0 auto 10px;
    width: 40px;
}

.stationLinks ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.stationImg{
    background: url(images/iphoneIpad.jpg) center center/cover no-repeat;
    height: 515px;
    margin: 0 -10px;
}

.allServices {
    text-align: center;
}

.allServices img{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 10px;
}

.allServices h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.allServices .cusCards{
    margin: 30px 0;
}

.ridePkgWrapper{
    background-color: #191919;
}

.ridePkgWrapper .headingStyleHr h2{
    color: #fff;
}

.ridePkgWrapper h3{
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
}

.ridePkgWrapper p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.ridePkgWrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.ridePkgWrapper ul li{
    color: #fff;
    padding-bottom: 10px;
}

.ridePkgWrapper ul li img{
    margin-right: 5px;
    width: 20px;
}

.fleetImgs {
    margin: 40px 0;
    text-align: center;
}

.fleetImgs h2{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.trustedWrapper {
    background-color: #191919;
}

.trustedWrapper .headingStyleHr h2{
    color: #fff;
    font-size: 30px;
}

.trustedWrapper h3{
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
}

.trustedWrapper p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.trustedSecImg1{
    background: url(images/carsLuggage.jpg) center center/cover no-repeat;
    height: 515px;
    margin: 0 -10px;
}

.trustedSecImg2{
    background: url(images/multipleCars.jpg) center center/cover no-repeat;
    height: 515px;
    margin: 0 -10px;
}

.contactWrapper h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contactWrapper span,
.contactWrapper a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    margin-bottom: 2px;
}

.contactWrapper span:last-child{
    margin-bottom: 0;
}

.contactWrapper iframe{
    width: 100%;
    height: 100%;
}

.subFooterWrapper{
    background: #191919;
}

.subFooterWrapper p{
    color: #999;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

.subFooterWrapper h2{
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
}

.subFooterWrapper h2:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    border: 1px solid #da491c;
}

.subFooterWrapper ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.subFooterWrapper ul li a{
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.subFooterWrapper ul li a:hover{
    color: #da491c;
}

.subFooterWrapper iframe{
    width: 100%;
    height: 100%;
}

.copyright{
    background: #000;
    padding: 20px;
}

.copyright p{
    color: #fff;
    margin-bottom: 0;
}

.socialLinksWrapper ul{
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socialLinksWrapper ul li a{
    display: block;
    margin-left: 5px;
}

.socialLinksWrapper ul li a img{
    background: #da491c;
    padding: 8px;
    width: 30px;
    border-radius: 5px;
}

.cus404Page{
    padding: 200px 0 80px;
    text-align: center;
}

.cus404Page h1{
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    color: #da491c;
}

.cus404Page h2{
    color: #333;
}

.cus404Page p a{
    color: #da491c;
    text-decoration: none;
}

.header404{
    background-color: #000;
}

@media screen and (max-width: 992px) {
    .airportWrapper .headingStyleVr h2{
        margin-top: 60px;
    }
    .airports{
        margin-top: 40px;
    }
    .stationImg,
    .trustedSecImg1,
    .trustedSecImg2{
        display: none;
    }
    .contactWrapper iframe{
        margin-top: 40px;
    }
    .innerContentInner h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .airports .boxes{
        width: 50%;
    }
    .airports .boxes.box2, .airports .boxes.box3, .airports .boxes.box5, .airports .boxes.box6{
        border: 1px solid #ccc;
    }
    .allServices img{
        width: 50px;
        height: 50px;
    }

    .heroSectionWrapper{
        display: flex;
        flex-direction: column;
    }

    .allServices h2{
        font-size: 10px;
    }
    .fleetImgs h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .fleetImgs .cusCards img{
        width: 100%;
    }
    .innerContentInner h1 {
        font-size: 25px;
    }
    .contactWrapper h3{
        font-size: 15px;
    }
    .contactWrapper span,
.contactWrapper a{
    font-size: 14px;
}
}

@media screen and (max-width: 576px) {
    .headingStyleVr h2,
    .headingStyleHr h2{
        font-size: 18px !important;
    }
    .headingStyleVr h2 span{
        font-size: 16px !important;
    }
    header{
        padding: 21px 0;
        border-bottom: 1px solid #fff;
    }
    .navBrand img{
        width: 100px;
    }
    .cusNavBtns .cusBtns:first-child{
        display: flex;
    }
    .heroSectionWrapper{
        padding: 88px 0px 0;
        background: #000;
    }
    .heroSectionWrapper h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .heroSectionWrapper h1::after{
        content: none;
    }
    .heroSectionWrapper p{
        font-size: 11px;
    }
    .heroSectionWrapper .apps{
        margin-bottom: 20px;
    }
    .heroSectionWrapper .apps img{
        width: 100px;
    }
    .airports .boxes{
        padding: 30px 0;
    }
    .airports .boxes img{
        width: 40px;
        height: 40px;
    }
    .airports .boxes h2{
        margin-top: 15px;
        font-size: 15px;
    }
    .airports .boxes.box6{
        padding: 0 15px;
    }
    .airports .boxes.box6 h2{
        font-size: 12px;
    }
    .stationLinks ul{
        flex-wrap: wrap;
    }
    .stationWrapper h3,
    .ridePkgWrapper h3,
    .trustedWrapper h3{
        font-size: 22px;
    }
    .servicesWrapper p,
    .ridePkgWrapper p,
    .fleetWrapper p,
    .trustedWrapper p,
    .ridePkgWrapper ul li{
        font-size: 14px;
    }
    .ridePkgWrapper ul li img{
        width: 14px;
    }
    .innerContentInner h1 {
        font-size: 25px;
    }
}

/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css Start */