* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

header {
    position: relative;
    background: white;
}

.hero-section {
    background-color: #ffffff;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
}

.custom-class {
    background-color: #3C3C7E;
    color: white;
}

.feature-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    border-color: #ff8c00;
    color: #ff8c00;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
    color: #3C3C7E !important;
}

.price {
    color: #4169E1;
    font-weight: bold;
}



.top-bar a {
    color: white;
    text-decoration: none;
}

.top-bar a {
    color: white;
    text-decoration: none;
}

.navbar-brand img {
    width: 50px;
    height: 50px;
    font-size: 150px;
}

.navbar {
    height: 100px;
}


/* .btn-consulting {
    background-color: #ff0000;
    color: white;
} */

.social-links a {
    margin-left: 15px;
    color: black;
}

.nav-item a {
    color: black;
    font-size: 20px;
}

.navbar-nav {
    /* margin-left: 280px; */
    display: flex;
    align-items: flex-end;
}

.footer {
    background-color: #3C3C7E;
    color: #fff;
    padding: 50px 0;
}


.container1 {
    width: 80%;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Ensures alignment at the top */
    flex-wrap: wrap;
}

.footer-logo,
.footer-links,
.footer-info {
    flex: 1;
    min-width: 250px;
    text-align: left;
}

.footer-logo img {
    width: 100px;
    /* Adjusted for better alignment */
    margin-bottom: -15px;
}

.footer-logo p {
    margin: 10px 0;
}

.footer-links h3,
.footer-info h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-info p {
    margin-bottom: 10px;
}

.footer-info p a {
    color: #ff6347;
    text-decoration: none;
}

.social-icons a {
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    transition: color 0.3s;
}

.footer-map iframe {
    width: 100%;
    /* Make map responsive */
    height: auto;
    max-width: 300px;
    border: none;
}


.color {
    color: #110b0a !important;
}

.transpernt {
    background-color: rgba(122, 114, 114, 0.1);
}


.image-collage {
    position: relative;
    width: 300px;
    height: 300px;
}

.image-collage img {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-collage img:nth-child(1) {
    width: 200px;
    height: 200px;
    top: 0;
    left: 18px;
}

.image-collage img:nth-child(2) {
    width: 150px;
    height: 150px;
    bottom: 0;
    left: 0;
}


.resp {
    width: 100%;
    object-fit: contain;

}



.image-collage img:nth-child(3) {
    width: 150px;
    height: 150px;
    bottom: 0;
    left: 110px;
}

.immg {
    margin-left: 70px;
}

.about-banner {
    width: 100%;
    background: url('WhatsApp\ Image\ 2024-10-10\ at\ 18.47.31.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 100px;
    display: flex;
    justify-content: center;
}

.aboutcar {
    width: 100%;
    height: 500px;
    object-fit: contain;
    /* background-color: #28a745; */
}


.colo {
    background-color: #3C3C7E;
}

.cool {
    margin-left: -40px !important;
}

.car-title {
    font-weight: bold;
    font-size: 18px;
}

.price {
    color: #3C3C7E;
    font-weight: bold;
}

.features {
    font-size: 14px;
    color: #555;
}

.head{
    display: flex;
    margin-top: 1rem;
}

.for-booking {
    background-color: #28a745;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 5px;
}

.hovo:hover {
    transition: 0.2s;
    box-shadow: 5px 5px 5px 5px lightblue;
    transform: translateY(-10px);
}

.con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-us {
    background-color: #8B008B;
    color: white;
    padding: 30px;
    border-radius: 10px;
    width: 45%;
}

.why-choose-us h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.icon-book {
    height: 250px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature {
    background-color: white;
    color: #8B008B;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.feature img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.look {
    border-radius: 16px;
}

.testimonial-section {
    background-color: white !important;
    padding: 80px 0;
    position: relative;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C3C7E;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    color: white;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
    padding: 30px;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 20px;
}

.customer-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.customer-title {
    font-size: 0.9rem;
    opacity: 0.8;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.feature-icon {
    font-size: 3rem;
    color: #2d2d5f;
}

.carousel-indicators {
    bottom: -50px;
}

.borr {
    transition: 0.5s all ease;
}

.borr:hover {
    transform: translateY(-10px);
    border: 1px solid #7d7271;
    border-radius: 20px !important;
    box-shadow: 0 0 4px #2C295F;
}

h4,
.paar {
    color: #2C295F !important;
}

.feature-card2 {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 36px;
    border: 1px solid #9595a0;
}

.feature-card2:hover {
    transform: translateY(-5px);
    background-color: #3C3C7E;
    transition: 0.2s;

    h5 {
        color: white !important;
    }
}

/* 
.card-title:hover{
    color: white !important;
} */
.feature-icon2 {
    width: 80px;
    height: 80px;
    background-color: #f0f0ff;
    color: #3C3C7E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.feature-icon2 svg {
    width: 60px;
    height: 80px;
}

header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    box-shadow: 0 0 10px #000;
    top: 0;

}

#chk1 {
    display: none;
}

i {
    color: #fff;
    cursor: pointer;
}

header .logo {
    flex: 1;
    color: #fff;
    margin-left: 50px;
    text-transform: uppercase;
    font-size: 15px;
}

header ul {
    flex: 0.7;
    display: flex;
    justify-content: space-evenly;
}

header ul li {
    list-style: none;
}

header ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

header ul li a:hover {
    border-bottom: 2px solid cadetblue;
}

header .menu {
    font-size: 2.5em;
    display: none;
}



@media screen and (max-width:1200px) {
    .whatsapp {
        flex-direction: column;
    }


}

@media(max-width:1024px) {
    header ul {
        position: absolute !important;
        top: 70px;
        right: 100%;
        width: 100% !important;
        height: 100vh !important;
        z-index: 999;
        background: rgba(60, 60, 126, 0.5);
        height: calc(100vh - 100px);
        width: 50%;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s linear;
    }

    .none {
        display: none;
    }

    header .logo {
        margin-left: -50px;
        background-color: white;
    }

    header .menu {
        display: block;
        width: 50px;
        font-size: 24px;
        text-align: center;
    }

    #chk1:checked~ul {
        right: 0;
        top: 70px;
    }

    .car-main {
        flex-direction: column;
        display: flex;
    }

    .whatsapp {
        width: 100%;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }


    .boox {
        width: 100%;
    }

    .maino {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .carhead {
        font-size: 25px;
    }

    header ul {
        /* position: absolute !important; */
        top: 70px;
        right: 100%;
        width: 100% !important;
        height: 100vh !important;
        z-index: 999;
        background: rgba(60, 60, 126, 0.5);
        height: calc(100vh - 100px);
        width: 50%;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s linear;
    }

    .footer-logo,
    .footer-links,
    .footer-info {
        margin-bottom: 20px;
        text-align: center;
    }

    .boox {
        width: fit-content !important;
    }

    .social-icons {
        text-align: center;
    }

    .footer-map iframe {
        max-width: 100%;
        height: 200px;
    }

    .about-banner {
        padding: 0 !important;
    }

    .aboutcar {
        height: 0% !important;
    }

    .footer-content {
        flex-direction: column;
    }
}

@media screen and (max-width:560px) {
    .maino {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .secondimg {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;

    }

    .firstimg {
        position: relative;
        right: 0px;

    }

    header ul {
        position: absolute !important;
        top: 70px;
        right: 100%;
        width: 100% !important;
        height: 100vh !important;
        z-index: 999;
        background: rgba(60, 60, 126, 0.5);
        height: calc(100vh - 100px);
        width: 50%;
        flex-direction: column;
        align-items: center;
        transition: right 0.5s linear;
    }

    .colo{
        display: flex;
    }
}