/* .banner-wrapper {
    height: 100vh;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(236 236 236 / 44%)), url(../images/contact-banner-img.jpg);
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner-title-box h1 {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.banner-title-box p {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}


.banner-title-box h1 span {
    font-weight: 700;
}

.banner-details-box {
    max-width: 80%;
}

.banner-content {
    padding-top: 280px;
}

.input-box label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.input-box input,
.input-box textarea {
    background: unset;
    box-shadow: unset;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 100%;
    padding: 15px 15px;
    color: #fff;
    margin-bottom: 30px;
}

.form-content {
    padding: 40px;
    background: rgba(107, 107, 107, 0.65);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
}

.submit-btn button{
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 16px;
    background: rgb(46 49 145);
    color: #fff;
    border: 1px solid rgb(46 49 145);
    transition: 0.6s;
    display: block;
    margin: auto;
}


.submit-btn button:hover {
    background: transparent;
    color: rgb(33, 77, 182);
}

.contact-details{
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-contact-number{
    display: flex;
    align-items: center;
    gap: 30px;
}

.details-text p{
    color: #fff;
} */




/* banner css */

.banner-wrapper {
    padding: 100px 0;
    height: 90vh;
    display: flex;
    align-items: end;
    position: relative;
    padding-bottom: 0;
}

.banner-title h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.banner-title h1 span {
    display: block;
    font-weight: 700;
}

.banner-btn-box {
    margin-top: 40px;
}

.banner-btn-box a {
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 16px;
    background: rgb(46 49 145);
    color: #fff;
    border: 1px solid rgb(46 49 145);
    transition: 0.6s;
}

.banner-btn-box a:hover {
    background: transparent;
    color: rgb(33, 77, 182);
}


.banner-image-box {
    position: absolute;
    right: -30%;
    bottom: -10%;
}

.banner-image-box img {
    width: 60%;
    display: block;
    margin: auto;

}

/*  */
.contact-content {
    padding-top: 80px;
}

.input-box label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.input-box input,
.input-box textarea {
    background: unset;
    box-shadow: unset;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 100%;
    padding: 15px 15px;
    color: #fff;
    margin-bottom: 30px;
}

.input-box textarea {
    height: 100px;
    resize: none;
}

.form-content {
    padding: 40px;
    background: rgb(140 143 149 / 44%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 22%);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
}

.submit-btn {
    display: flex;
    width: 220px;
    margin: 0 auto;
}

.submit-btn button,
.submit-btn .wpcf7-submit {
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 16px;
    background: rgb(46 49 145);
    color: #fff;
    border: 1px solid rgb(46 49 145);
    transition: 0.6s;
    display: block;
    margin: auto;
}

.wpcf7-spinner {
    top: 15px;
    margin: 0px;
}

.submit-btn button:hover,
.submit-btn .wpcf7-submit:hover {
    background: transparent;
    color: rgb(250, 250, 250);
}

.car-drivers-wrapper {
    padding: 60px 0;
}

.car-drivers-title {
    text-align: center;
}

.discover-car-text h4 {
    font-size: 22px;
    color: #171616;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.discover-car-img:hover img {
    transform: scale(1.1);
}

.discover-car-img img {
    width: 250px !important;
    height: 220px;
    object-fit: contain;
    transition: 0.6s;
    margin: auto;
}

.car-drivers-slider {
    padding-top: 60px;
}

.car-drivers-wrapper .owl-dots {
    text-align: center;
    padding-top: 60px;
}

.car-drivers-wrapper .owl-dots button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #18181b;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.car-drivers-wrapper .owl-dots button.active {
    opacity: 1;
}

.details-title h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    color: rgb(15, 23, 42);
    font-weight: 600;
}



.contact-wrapper {
    background: url(../images/contact-banner.png);
    background-position: 50% 50%;
    background-size: 83%;
    /* background-size: 80%; */
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* padding: 90px 0; */
    PADDING-BOTTOM: 0;
}



.contact-details a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-contact-number {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.details-text p {
    font-size: 20px;
    color: #171616;
}

.details-content {
    padding-top: 60px;
}

.details-map iframe {
    width: 100%;
}

.details-left-box {
    display: flex;
    align-items: center;
}

.details-img {
    background: #2e3191;
    padding: 10px;
    border-radius: 50%;
}


.details-img img {
    filter: brightness(0) invert(1);
}

.wpcf7-not-valid-tip {
    font-weight: 400 !important;
    display: block;
    text-align: left !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

@media (max-width: 1655px) {
    .banner-image-box img {
        width: 50%;
    }

    .banner-image-box {
        right: -44%;
        bottom: -5%;
    }

}

@media (max-width: 1365px) {

    .banner-contact-number {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}



@media (max-width: 1199px) {
    .banner-title h1 {
        font-size: 52px;
    }

}

/* Styles for screens between 600px and 900px */
@media only screen and (min-width: 992px) and (max-width: 1198px) {
    .contac-main-title {
        font-size: 46px !important;
    }
}

@media (max-width: 991px) {
    .about-details-main {
        padding-top: 20px;
        padding-left: 15px;
    }

    .details-title h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .card-icon h4 {
        font-size: 70px;
        line-height: 80px;
    }

    .about-details-box {
        max-width: 100%;
    }

    .discover-car-img img {
        width: 100% !important;
        height: 100px;
    }

    .banner-wrapper {
        padding: 140px 0;
        height: 80vh;
        align-items: baseline;
    }

    .banner-image-box img {
        width: 50%;

    }

    .banner-image-box {
        right: -15%;

    }

    .banner-title h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .banner-contact-number {
        padding-bottom: 20px;
    }

    .details-content {
        padding-top: 40px;
    }

    .contact-wrapper {
        padding: 50px 0;
    }
}


@media (max-width: 767px) {
    .banner-wrapper {
        padding: 140px 0;
        align-items: baseline;
    }

    .banner-image-box img {
        width: 70%;

    }

    .banner-image-box {

        right: -15%;

    }

    .banner-title h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .card-icon span {
        font-size: 43px;
        line-height: 63px;
        color: rgb(15, 23, 42);
    }

    .card-icon h4 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-contact-number {
        grid-template-columns: repeat(1, 1fr);
    }

    .input-box input,
    .input-box textarea {
        margin-bottom: 10px;
    }

    .form-content {
        padding: 20px;
    }

    .details-img img {
        width: 30px;
    }

    .details-text p {
        font-size: 16px;
    }

    .car-drivers-wrapper {
        padding-top: 30px;
    }

    .submit-btn {
        width: 200px;
    }

    .wpcf7-not-valid-tip {

        margin-top: 0px !important;
    }
}

@media (max-width: 575px) {
    .banner-wrapper {
        padding: 110px 0;
        height: 78vh;
        align-items: baseline;
        padding-bottom: 0;
    }

    .banner-image-box img {
        width: 70%;

    }

    .banner-image-box {

        right: -15%;

    }

    .banner-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .details-title h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .contact-content {
        padding-top: 30px;
    }

    .contact-wrapper.our-gaping {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .serva-content-box {
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 375px) {
    .banner-wrapper {
        height: 85vh;
    }

    .contact-wrapper {
        margin-top: 20px;
    }
}