.banner,
.service-card-div h2 a {
    justify-content: center;
    text-align: center;
    display: flex
}

.airport-anker,
.airport-anker:hover {
    font-size: 25px;
    text-decoration: none
}

.about-bg-img,
.airport-main-div,
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

body {
    font-family: 'Baloo Bhai 2' !important
}

* {
    margin: 0;
    padding: 0
}

.img-logo {
    max-height: 70px;
    width: auto
}

@media (max-width:991.98px) {
    .navbar-collapse {
        padding: 15px 0
    }

    .dropdown-menu {
        border: none;
        background-color: transparent
    }

    .dropdown-item {
        padding-left: 2rem
    }
}

.book-taxi a,
.nav-main {
    background-color: #075b5e
}

.dropdown-menu a,
.nav-item a,
.text-logo a {
    color: #9fc87e !important;
    text-decoration: none !important
}

.dropdown-menu {
    background-color: #9fc87e
}

.dropdown-menu a {
    color: #075b5e !important
}

.banner {
    background-image: url('./Images/banner-img\ \(1\).jpg');
    padding: 80px 0;
    align-items: center;
    position: relative;
    z-index: 1
}

.banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 50%);
    z-index: -1
}

.banner h1 {
    color: #9fc87e;
    font-size: 50px;
    font-weight: 700
}

.all-page {
    padding-top: 50px;
    padding-bottom: 50px
}

.bg-all-div {
    background-color: #000
}

.content-div h2 {
    color: #9fc87e;
    font-size: 2rem
}

.content-div p {
    color: #fff;
    font-size: 1rem;
    margin-top: 20px
}

.content-last-para {
    margin-bottom: 0 !important;
    padding-bottom: 30px
}

.service-card-div {
    height: auto;
    padding: 20px
}

.service-card-div img {
    width: 100%;
    height: 40vh;
    border-radius: 20px
}

.service-card-div h2 a {
    font-size: 22px;
    font-weight: 700;
    color: #9fc87e !important;
    text-decoration: none;
    border: 3px solid #9fc87e;
    padding: 10px;
    width: 70%;
    margin: 20px auto auto;
    border-radius: 10px
}

.service-card-div h2 a:hover {
    color: #fff !important;
    border: 3px solid #fff
}

.section-heading h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 3rem;
    color: #9fc87e !important
}

.airport-anker {
    color: #075b5e
}

.airport-anker:hover,
.airport-para {
    color: #000
}

.airport-main-div {
    height: 300px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s
}

.airport-main-div:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 25px rgba(0, 0, 0, .4)
}

.airport-card-body {
    text-align: center !important;
    padding: 25px 25px 20px 20px
}

.airport-text-button {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .6s
}

.airport-main-div:hover .airport-text-button {
    opacity: 1
}

.airport-text-button h2 a {
    font-size: 20px;
    color: #9fc87e;
    margin-bottom: 0;
    text-decoration: none
}

.headings {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #9fc87e !important;
    margin-bottom: 30px
}

.airport-text-button>* {
    transform: translateY(25px);
    transition: transform .6s
}

.airport-main-div:hover .airport-text-button>* {
    transform: translateY(0)
}

.station-sec-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px
}

.book-taxi {
    display: flex;
    align-items: center;
    text-align: center
}

.contact-card-div h2 a,
.last-button {
    justify-content: center;
    display: flex
}

.about-text h2,
.book-taxi h2 {
    color: #9fc87e
}

.book-taxi p {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 40px
}

.book-taxi a {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: #9fc87e;
    border-radius: 20px;
    border: 3px solid #9fc87e;
    text-decoration: none !important;
    font-weight: 700
}

.book-taxi a:hover {
    color: #000;
    border: 3px solid #000;
    background-color: #9fc87e;
    text-decoration: none !important
}

.fleet-text-div h2,
.fleet-text-div p {
    color: #000;
    margin-bottom: 10px;
    text-align: center
}

.card-title {
    margin-left: 20px;
    margin-top: 10px
}

.card-text {
    font-size: 18px
}

.fleet-text-div h2 {
    font-size: 25px;
    font-weight: 800
}

.fleet-text-div p {
    font-size: 20px
}

.white-icon {
    margin-right: 10px;
    margin-left: 0
}

.fleet-card-main {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    background-color: #9fc87e;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px
}

.contact-card-div,
.footer-contact-div,
.footer-last,
.main-404,
.main-404 a,
.section-404 {
    text-align: center
}

.footer-bg {
    background-color: #075b5e;
    padding-bottom: 10px
}

.footer-contact-div {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-contact-div h2 {
    margin-top: 20px;
    color: #9fc87e
}

.footer-contact-div p {
    color: #fff;
    margin-top: 20px
}

.footer-contact-div p a {
    color: #fff;
    text-decoration: none
}

.hr-div {
    width: 100%;
    border: 3px solid #9fc87e
}

.last-button {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.last-button img {
    width: 80%;
    margin-left: 10px
}

.footer-last {
    color: #fff;
    font-size: 19px
}

.footer-last p a {
    color: #000;
    text-decoration: none
}

.footer-last p a:hover {
    color: #9fc87e;
    text-decoration: none
}

.section-set {
    margin-top: 60px;
    margin-bottom: 60px
}

.about-main {
    padding: 50px
}

.about-bg-img {
    background-image: url("Images/about-img.jpg");
    width: 100%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.about-text p {
    color: #fff
}

.contact-card-div {
    padding: 40px;
    margin-top: 30px;
    border: 4px solid #075b5e;
    border-radius: 16px;
    box-shadow: 0 3px 18px 4px rgba(222, 178, 178, .14)
}

.contact-card-div p {
    color: #9fc87e;
    font-size: 20px;
    margin-top: 21px
}

@media screen and (min-width:760px) {
    .footer-contact-div {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0
    }

    .contact-card-div p {
        color: #9fc87e;
        font-size: 14px;
        margin-top: 20px
    }
}

@media screen and (max-width:760px) {

    .banner::before,
     .banner {
        background-color: #9fc87e !important;
        background-image: none !important;
        padding: 50px 0;
        
    }

    .banner h1 {
        color: #075b5e !important;
        font-size: 30px
    }

    .content-div h2 {
        color: #9fc87e;
        font-size: 23px
    }

    .headings {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 2rem;
        font-weight: 900;
        color: #9fc87e !important;
        margin-bottom: 30px
    }

    .book-taxi {
        margin-bottom: 30px !important
    }

    .book-taxi h2 {
        color: #9fc87e;
        margin-top: 70px;
        font-size: 2rem !important
    }

    .book-taxi p {
        color: #fff;
        font-size: 20px
    }

    .fleet-text-div h2,
    .fleet-text-div p {
        text-align: start !important
    }

    .footer-contact-div {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0
    }

    .about-bg-img {
        background-image: none
    }

    .about-main {
        padding: 20px !important
    }

    .contact-card-div p {
        color: #9fc87e;
        font-size: 17px;
        margin-top: 20px
    }
}

@media screen and (min-width:995px) {
    .contact-card-div p {
        color: #9fc87e;
        font-size: 21px;
        margin-top: 20px
    }
}

.contact-card-div h2 a {
    font-size: 18px;
    font-weight: 500;
    color: #9fc87e !important;
    text-align: center;
    text-decoration: none;
    border: 4px solid #9fc87e;
    padding: 10px;
    width: 70%;
    margin: 20px auto auto;
    border-radius: 8px
}

.contact-card-div h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px
}

.contact-card-div h2 a:hover {
    color: #075b5e !important;
    border: 4px solid #075b5e
}

.contact-section {
    padding-top: 40px;
    padding-bottom: 40px
}

.section-404 {
    padding-top: 50px;
    padding-bottom: 50px
}

.main-404 h2 {
    font-size: 50px;
    font-weight: 800;
    color: #9fc87e
}

.main-404 a {
    font-size: 22px;
    font-weight: 700;
    color: #9fc87e !important;
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: 3px solid #9fc87e;
    padding: 10px;
    width: 20%;
    margin: 20px auto auto;
    border-radius: 10px
}

.main-404 a:hover {
    color: #075b5e !important;
    border: 3px solid #075b5e
}

@media screen and (max-width:760px) {
    .main-404 a {
        font-size: 22px;
        font-weight: 700;
        color: #9fc87e !important;
        text-align: center;
        display: flex;
        justify-content: center;
        text-decoration: none;
        border: 3px solid #9fc87e;
        padding: 10px;
        width: 70%;
        margin: 20px auto auto;
        border-radius: 10px
    }

    .main-404 a:hover {
        color: #075b5e !important;
        border: 3px solid #075b5e
    }
}


/* 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 */
