:root {
    --yellow: #FFC907;
    --light: #C7C7C7;
    --black-content: #292D32;
    --navitem-color: #5F5F5F;
    --footer-background: #292D32;
}

li {
    list-style: none;
}


.nav-toggle{
    font-size: 2rem;
}
.nav-horizon {
  position: absolute;
    background-color: var(--footer-background);
    color: white;
    /* width: 250px;  */
   transition: .7s;
   right: 0%;
    z-index: 1050;
}

@media (max-width: 355px) {
    .header .get-app-btn {
        border-radius: 5px !important;
        padding: .3rem .5rem !important;
    }
    
}

.nav-horizon .nav-link {
    color: white !important;
    margin-bottom: 1rem;
}
@media (min-width: 991px) {
    .header>div>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.header .navbar .nav-link {
    color: var(--navitem-color);
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    padding: 0 .5rem;
    display: inline-block;
}

.header .navbar .nav-link::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 10px;
    background-color: var(--yellow);
    transition: width 0.3s ease;

}

.header .navbar .nav-link:hover::after {
    width: 40%;
}

.header .navbar .nav-link:hover {
    color: black;
}

.header .navbar .nav-link.active {
    color: black;
}

.header .navbar .nav-link.active::after {
    width: 40%;
}

.header .get-app-btn {
    background-color: var(--yellow);
    border: none;
    border-radius: 20px;
    padding: .3rem 2.5rem;
    font-weight: 500;
}

.title p {
    color: var(--black-content);
}

.title h5 {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
}
.title .know-more {
   text-transform: capitalize;
   border-radius: .5rem;
   padding: .3rem 1rem;
   background: transparent;
   transition: .3s;
}
.title .know-more:hover {
 color: black;
   background: var(--yellow);
   border-color: var(--yellow);
   outline: none;
}

.title h5>span {
    color: var(--yellow);
}

.title h5::before {
    content: "";
    position: absolute;
    height: 60%;
    width: 2.5rem;
    top: 20%;
    left: 0;
    background-color: var(--yellow);
}

.banner {
    background: #F5F5F5;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-light{
    background: #F5F5F5;
    border-radius: 3rem;
}



.our-impact {
    background: var(--footer-background);
    color: white;
}

.our-impact .title span {
    color: var(--yellow);
}

.our-impact .info {
    text-align: center;
}

.our-impact .info p {
    margin: 0;
}

.our-impact .info>div>div {
    position: relative;
}

.our-impact .info>div>div:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    top: 20%;
    right: 20%;
    background-color: var(--light);
}

@media (max-width: 991px) {
    .our-impact .info>div>div:not(:last-child)::after {
        content: none;
    }
}

.img-part {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.first-div {
    max-width: 70%;
    overflow: hidden;
}

.first-img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-div {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 70%;
    /* overflow: hidden;
    z-index: 10; */
}
.about-dual-img::after {
    content: '';
    display: block;
    padding-top: 20%; /* Adjust based on the img height to width ratio */
    height: 0; /* Prevent collapsing */
}

.second-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.safety .img-part .first-div {
    border-radius: 50%;
}

.safety .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.benefits {
    background: var(--footer-background);
    color: white;
    text-align: center;
}

.benefits .content span {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: var(--navitem-color);
    border-radius: 50%;
    font-size: 2rem;
    color: var(--yellow);
    margin-top: 1.5rem;
}

.benefits .content h6 {
    margin-top: .6rem;
}

.benefits .content p {
    color: var(--light);
}


.Testimonials {
    background: url('../images/Background.png');

}

.Testimonials .testimonial-slider {
    margin: 1.5rem;
}

.Testimonials .testimonial-slider>div {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 1rem;
}


.testimonilslider {
    position: relative;
}


.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    opacity: 0.75;
    color: black;
}

.blog-news {
    border-radius: none;
}

.slider .blog-slider {
    padding: 1rem;

}

.slider .blog-slider>div {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 1rem;
}

.slider .blog-slider .book-ride {
    padding: 0rem 2rem;
    background: var(--yellow);
    border-radius: 5rem;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.blog-slider .admin {
    color: var(--yellow);
}

.blog-slider .admin i {
    margin-right: .5rem;
}

.blog-slider .admin a {
    color: var(--yellow);
    text-decoration: none;
    margin-right: 2rem;
}

.footer {
    margin-top: 12rem;
    background-color: var(--footer-background);
    color: white;
}

.footer .download-section {
    background: var(--yellow);
    text-align: center;
    color: black;
    border-radius: 10px;
    transform: translateY(-8rem);
}


@media (max-width: 768px) {
    .footer .download-section {
        
        transform: translateY(-3rem);
    }
    .footer {
        margin-top: 5rem;
      
    }
}


.footer .download-section h3 {
    font-weight: 700;
    font-size: 2.5rem;
}

.footer .download-section p {
    margin-bottom: 0px;
    font-weight: 500;
    color: var(--black-content);
}

.footer .upper-part .social-links a {
    color: white;
    margin-left: .5rem;
}

.footer .upper-part p {
    color: #bcbcbc;
    text-align: justify;
}

.footer .upper-part .footer-links .links{
    padding-left:0rem!important;
}

.footer .upper-part .footer-links .links a {
    text-decoration: none;
    display: inline-block;
    color: #bcbcbc;
    text-transform: capitalize;
    margin-top: .2rem;
    position: relative;
}

.footer .upper-part .footer-links .links a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 0px;
    background-color: white;
    transition: width 0.3s ease;

}

.footer .upper-part .footer-links .links a:hover::after {
    width: 100%;
}

.footer .upper-part .footer-links .links a:hover {
    color: white;

}

.footer-links h5 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.break-line {
    width: 100%;
    position: relative;
    height: 2px;
    background-color: transparent;
}

.break-line::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(142, 135, 34) 0%, rgb(89, 85, 42) 59%, rgba(29, 28, 32, 1) 83%);
}

.copyright-text span {
    color: var(--yellow);
}

.bottom-part .social-links a {
    color: var(--yellow);
    margin-left: 1rem;
    font-size: 1.3rem;
}


.contact-us {
    background: #F5F5F5;
    border-radius: 3rem;
}

.title span {
    color: var(--yellow);
    font-weight: 500;
}

.contact-us .book-call {
    padding: .5rem 2rem;
    background: none;
    border-radius: 2rem;
    transition: .5s;
}

.contact-us .book-call:hover {
    background: var(--yellow);
    color: black;
    border-color: var(--yellow);
}


.info-part .row>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
}

.info-part .row {
    justify-content: flex-start;
}

.form-part form {
    background: var(--footer-background);
    border-radius: 2rem;
}

.form-part form label {
    color: white;
}

.form-part form input,
.form-part form textarea,
.form-part form select {
    background: var(--navitem-color);
    border: none;
    outline: none;
    color: white;
}

.form-part form input:focus,
.form-part form textarea:focus,
.form-part form select:focus {
    background: var(--navitem-color);
    border: none;
    outline: none;
    color: white;
    box-shadow: none;
}

.form-part form input::placeholder,
.form-part form textarea::placeholder,
.form-part form select::placeholder {
    color: #C7C7C7;
    opacity: 1;
}

.form-part form select option {
    background: var(--navitem-color);
    color: white;
}

form .submit-btn {
    background: var(--navitem-color);
    border: none;
    outline: none;
    color: var(--yellow);
    width: 100%;
}

form .submit-btn:hover {
    background: var(--yellow);
    border: none;
    outline: none;
    color: black;

}


.form-section .info-part .heading {
    margin-top: 2rem;
    margin-bottom: .5rem;
    color: var(--yellow);
    display: inline-block !important;

}

.form-section .info-part .row p {
    color: #6a6161;
    display: inline-block !important;
}

.form-section .info-part .row p>i {
    margin-right: .5rem;
    color: #6a6161;
}