.heroBg{
    position: relative;
    background-color: #19232d;
    z-index: 1;
    /* background-image: url(./images/lines.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

.heroBg::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(./images/lines-2.png) center right / contain no-repeat;
    filter: invert(1) brightness(0.8);
    opacity: 0.1;
    z-index: -1;
}

.navbar{
    padding: 20px 0;
}

.nav-link{
    color: #fff !important;
    font-size: 14px;
}

.bookTaxiBtn{
    background-color: #54be74;
    color: #fff !important;
    border-radius: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 20px;
}

.navWrapper .callIcon{
    display: none;
}

@media (max-width:576px) {
    .navbar-brand img{
    width: 130px !important;
    }
}

.navbar-brand img,
.fLogo{
    width: 180px;
    height: 51px;
}

.fLogo{
    margin-bottom: 10px;
    display: block;
}

.bannerWrapper{
    padding: 60px 0;
}

.bannerWrapper .carPng{
    background: url(./images/carPng.png) center center / cover no-repeat;
    width: 100%;
    height: 324px;
}

.bannerWrapper .bannerTxt{
    position: relative;
}

.bannerWrapper .bannerTxt .spanLight{
    font-family: "Kalam", cursive;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.bannerWrapper .bannerTxt .spanDark{
    color: #54be74;
}

.bannerWrapper .bannerTxt h1{
    font-family: "Playfair", serif;
    font-weight: 900;
    font-size: 45px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.bannerWrapper .bannerTxt p{
    color: #fff;
    font-size: 13px;
}

.bannerWrapper .bannerTxt .shapes{
    display: block;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: -1;
}

.bannerWrapper .bannerTxt .shapes:nth-child(1){
    width: 15px;
    height: 15px;
    top: -28px;
    left: 36%;
    transform: translateX(-50%) rotate(45deg);
}

.bannerWrapper .bannerTxt .shapes:nth-child(2){
    width: 24px;
    height: 24px;
    right: 50%;
    top: 65px;
    background: #54be74;
    border: none;
    transform: rotate(18deg);
    opacity: 0.2;
}

.bannerWrapper .bannerTxt .shapes:nth-child(3){
    border-color: #54be74;
    bottom: -108px;
    left: 80px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.appLinks{
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.appLinks a{
    background: #54be74;
    color: #000;
    border-radius: 5px;
    width: 130px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.appLinks a:last-child{
    background-color: #fff;
    color: #000;
}

.appLinks a .appicon{
    display: block;
    margin-left: 12px;
}

.appLinks a .appicon img{
    width: 20px;
    height: 20px;
    display: block;
}

.appLinks a .txt{
    display: block;
}

.appLinks a .txt .top{
    display: block;
    font-size: 8px;
    letter-spacing: .5px;
}

.appLinks a .txt .btm{
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
}

.homePageContent{
    padding: 80px 0;
}

.homePageContent .imgWrap{
    background: url(./images/callSec.jpg) center center/cover no-repeat;
    border-radius: 10px;
    height: 600px;
}

.homePageContent .subHeading{
    display: block;
    color: #54be74;
    font-size: 14px;
    font-weight: 600;
    font-family: "Kalam", cursive;
    margin-bottom: 8px;
}

.homePageContent h2{
    color: #000;
    font-family: "Playfair", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.homePageContent p{
    font-size: 14px;
    margin-bottom: 38px;
    color: rgba(0 0 0 / 80%);
}

.homePageContent .btnWrap{
    background: #54be7421;
}

.callSecWrap{
    background: linear-gradient(to right ,rgba(0 0 0) 10%, transparent), url(./images/callSec.jpg) center center/cover no-repeat;
    padding: 80px 0;
}

.callSecWrap .span-1{
    color: #54be74;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.callSecWrap .span-2{
    color: #fff;
}

.callSecInner{
    width: 45%;
}

.callSecInner h2{
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    font-family: "Playfair", serif;
    font-weight: 900;
    margin-bottom: 18px;
}

.ourSerivces{
    margin: 30px 0 20px;
}

.callSecInner p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}

.ourSerivces ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.ourSerivces ul li{
    background: url(./images/check.png) center left / 15px no-repeat;
    padding-left: 20px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.btnWrap{
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px;
}

.btnWrap:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 60%;
    background-color: #54be74;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btnWrap .btnDiv{
    background: #54be74;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
}

.btnWrap h2{
    color: rgba(0 0 0 / 90%);
    font-size: 28px;
    font-family: "Playfair", serif;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 700;
}

.btnWrap p{
    color: #000;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
}

.faqSecWrap{
    padding: 80px 0;
}

.faqSecWrap .span-1{
    color: #54be74;
    font-family: "Kalam", cursive;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.faqSecWrap h2{
    color: #000;
    font-family: "Playfair", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.faqSecWrap .ourBenefits{
    margin: 20px 0;
}

.faqSecWrap .ourBenefits ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.faqSecWrap .ourBenefits ul li{
    list-style: none;
    background: url(./images/star.png) center left / 28px no-repeat;
    padding: 8px 0 8px 35px;
    font-size: 15px;
    font-weight: 500;
}

.faqSecWrap p{
    font-size: 14px;
    margin-bottom: 25px;
}

.faqSecWrap .card{
    margin: 25px 0 0;
    border: none;
    border-radius: 5px !important;
}

.faqSecWrap .card button{
    background: #54be74;
    /* box-shadow: 0 2px 12px 0 rgba(0 0 0 / 8%); */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
}

.faqSecWrap .card button.collapsed{
    box-shadow: 0 0px 12px 0 rgba(0 0 0 / 10%);
    background: transparent;
    color: rgba(0 0 0 / 70%);
    border-radius: 5px;
}

.faqSecWrap .card button svg{
    display: block;
    margin-left: auto;
    fill: #fff;
}

.faqSecWrap .card button.collapsed svg{
    fill: rgba(0 0 0 / 65%);
}

.faqSecWrap .card-header{
    /* border-bottom: 1px solid #fff; */
    padding: 0;
}

.faqsPara{
    box-shadow: 0 2px 12px 0 rgba(0 0 0 / 8%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #fff;
}

.faqSecWrap .card-body{
    color: rgba(0 0 0 / 80%);
    font-size: 15px;
}

.faqsPlusIcon{
    display: block;
    margin-left: auto;
    background-color: #fff;
    border: none;
}

.plus rect{
    transition: all 800ms;
    transform: scaleY(1);
    transform-origin: 50% 50%;
}

.plus .vertical-line{
    transform: scaleY(0);
}
 
.faqsPlusIcon.collapsed .plus .vertical-line{
    transform: scaleY(1);
}

.faqImg{
    background: url(./images/callSec.jpg) center center/cover no-repeat;
    height: 600px;
    border-radius: 8px;
}

.randomBg{
    background: linear-gradient(rgba(0 0 0 / 60%),rgba(0 0 0 / 60%)), url(./images/bgRandom.jpg) center center/cover no-repeat;
}

.randomBg .navWrapper{
    border-bottom: 1px solid rgba(255 255 255 / 15%);
}

.aboutPageBanner{
    text-align: center;
    padding: 60px 0;
}

.aboutPageBanner h1{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    font-family: "Playfair", serif;
}

.aboutPageBanner ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.aboutPageBanner ul li{
    color: #fff;
    list-style: none;
    font-family: "Kalam", cursive;
}

.aboutPageBanner ul li.active{
    color: #54be74;
}

.aboutPageBanner ul li a{
    color: #fff;
}

.contactWrapper{
    padding: 80px;
}

@media (max-width: 768px) {
    .contactWrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px ;
    }
}


    
.contactWrapper iframe{
    width: 100%;
    height: 500px;
}

.contactWrapper .subHeading{
    display: block;
    color: #54be74;
    font-size: 14px;
    font-weight: 600;
    font-family: "Kalam", cursive;
    margin-bottom: 8px;
}

.contactWrapper .secHeading{
    color: #000;
    font-family: "Playfair", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.contactWrapper p{
    font-size: 14px;
    margin-bottom: 38px;
    color: rgba(0 0 0 / 80%);
}

.contactDetailsWrap .boxes{
    display: flex;
    gap: 20px;
    border-bottom: 1px dashed rgba(0 0 0 / 20%);
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.contactDetailsWrap .boxes:last-child{
    margin-bottom: 0;
}

.contactDetailsWrap .icon{
    width: 50px;
    height: 50px;
    background: #54be7421;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactDetailsWrap .icon img{
    width: 25px;
    height: 25px;
}

.contactDetailsWrap h2{
    color: rgba(0 0 0 / 70%);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.contactDetailsWrap .afterHeading{
    display: block;
    color: rgba(0 0 0 / 60%);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.areasListWrap{
    padding: 80px 0;
}

.areasListWrap h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.areasListWrap ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.areasListWrap ul li{
    list-style: none;
    width: 100%;
    max-width: 25%;
    padding: 15px;
}

.areasListWrap ul li a{
    color: #fff;
    background-color: #54be74;
    border-radius: 5px;
    padding: 8px 20px;
    display: block;
}

.innerBg{
    background: linear-gradient(rgba(0 0 0 / 70%),rgba(0 0 0 / 70%)), url(./images/innerPageBg.jpg) center center/cover no-repeat;
}

.bannerWrapper .bannerTxt h2,
.bannerWrapper .bannerTxt h3{
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.innerPageContentWrap{
    padding: 80px 0 50px;
}

.innerPageContentWrap h2{
    color: #000;
    font-family: "Playfair", serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.innerPageContentWrap p{
    font-size: 14px;
    margin-bottom: 38px;
    color: rgba(0 0 0 / 80%);
}

.footerSecWrap{
    padding: 80px 0;
    background-color: #19232d;
}

.footerSecWrap .logo{
    color: #fff;
}

.footerSecWrap .logoPara{
    color: rgba(255 255 255 / 90%);
    font-size: 14px;    
}

.footerSecWrap .footerTopHeading h2{
    color: #54be74;
    font-family: "Playfair", serif;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1;
}

.footerSecWrap .footerBottom{
    border: 1px solid #54be74;
    border-radius: 8px;
    padding: 50px;
    margin-top: 15px;
}

.footerSecWrap .footerBtmHeading h2{
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footerSecWrap .footerBtmHeading h2:before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    background-color: #54be74;
    width: 50px;
    height: 1px;
}

.footerSecWrap .loc,
.footerSecWrap a{
    color: rgba(255 255 255 / 90%);
    font-size: 14px;
}

.footerSecWrap .btmList{
    padding: 0;
    margin: 0;
}

.footerSecWrap .btmList li{
    list-style: none;
    margin-bottom: 10px;
}

.footerSecWrap .btmList li:last-child{
    margin-bottom: 0;
}

.footerSecWrap .btmList li a{
    font-weight: 500;   
}

.footerSecWrap .socialLinks{
    margin-top: 35px;
    display: flex;
    gap: 15px;
}

.footerSecWrap .socialLinks li{
    margin: 0;
}

.footerSecWrap .socialLinks li a{
    width: 35px;
    height: 35px;
    border: 1px solid #54be74;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerSecWrap .socialLinks li a img{
    width: 15px;
    height: 15px;
}

.footerSecWrap .copyrightTxt{
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .bannerWrapper .carPng{
        height: 268px;
    }
    .bannerWrapper .bannerTxt .shapes:nth-child(3){
        bottom: -50px;
    }
}

@media screen and (max-width: 992px) {
    .navWrapper{
        border-bottom: 1px solid #54be74;
    }
    .navbar-toggler,
    .navWrapper .callIcon{
        background-color: #54be74;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 40px;
        border-radius: 5px;
    }
    .navWrapper .callIcon{
        margin-right: 15px;
    }
    .navbar-toggler img,
    .navWrapper .callIcon img{
        width: 25px;
        height: 25px;
        display: block;
    }
    .navWrapper .callIcon img{
        filter: brightness(0) invert(1);
    }
    .bookTaxiBtn{
        margin-left: 0;
        border-radius: 5px;
        margin-top: 15px;
    }
    .bannerWrapper .carPng{
        height: 196px;
    }
    .homePageContent .imgWrap{
        margin-bottom: 30px;
        height: 250px;
    }
    .callSecInner{
        width: 70%;
    }
    .faqRow{
        flex-direction: column-reverse;
    }
    .faqImg{
        height: 250px;
        margin-bottom: 30px;
    }
    .footerSecWrap .footerBottom .col-lg-3.col-md-6:nth-child(1),
    .footerSecWrap .footerBottom .col-lg-3.col-md-6:nth-child(2){
        margin-top: 0;
    }
    .footerSecWrap .footerBottom .col-lg-3.col-md-6{
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .heroBg::before{
        content: none;
    }
    .bannerWrapper .carPng{
        height: 298px;
    }
    .callSecWrap{
        background: linear-gradient(to right ,rgba(0 0 0 / 95%) 50%, rgba(0 0 0 / 31%)), url(./images/callSec.jpg) center center/cover no-repeat;
    }
    .callSecInner{
        width: 100%;
    }
    .footerSecWrap .footerBottom{
        padding: 25px 30px;
    }
    .footerSecWrap .footerBottom .col-lg-3.col-md-6:nth-child(2){
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .bannerWrapper .carPng{
        display: none;
    }
    .bannerWrapper .bannerTxt .shapes:nth-child(3) {
        bottom: -85px;
    }
    .homePageContent .imgWrap{
        display: none;
    }
    .btnWrap{
        flex-direction: column;
        align-items: start;
        gap: 18px;
    }
    .btnWrap .btnDiv{
        border-radius: 5px;
    }
    .ourSerivces ul{
        flex-wrap: wrap;
    }
    .ourSerivces ul li{
        width: 50%;
    }
    .ourSerivces ul li:nth-child(1),
    .ourSerivces ul li:nth-child(2){
        margin-bottom: 15px;
    }
    .faqSecWrap .ourBenefits ul{
        flex-direction: column;
    }
}


@media (max-width:768px) {
    .inner-banner-div{
        display: flex;
        flex-direction: column-reverse;
        
}
}
