.section-title1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #101525;
    margin-bottom: 50px;
}

.contact-card {
    border: 1px dashed #c9c9c9;
    border-radius: 20px;
    padding: 55px 30px 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
}

.contact-icon2 {
    width: 90px;
    height: 90px;
    margin: 0 auto 35px;
    background-color: #70ad0e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-icon2::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 2px dashed #70ad0e;
    border-radius: 50%;
}

.contact-icon2 i {
    font-size: 38px;
    color: #fff;
    z-index: 1;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.contact-card p,
.contact-card a {
    font-size: 16px;
    color: #6c6c6c;
    text-decoration: none;
    line-height: 1.5;
}

.form-control {
    padding: 15px 15px;
    background-color: #d8e5c2;
    color: #90938c;
}

.google-map iframe {
    border-radius: 10px;
}

.form-clt label {
    font-size: 14px;
    color: #444;
}

.form-clt {
    margin-bottom: 10px;
}

.product-catagory-section .top-text {
    background-color: #d8e5c2;
}

.catagory-image img {
    width: 100%;
    height: 100%;
}

.about-text2 {
    margin-bottom: 20px;
    max-width: 90%;
    padding-left: 100px;
}

.product-catagory-section .top-text {
    background-color: #f0f7e4;
}

.about-section-4 .about-icon-area .icon3 img {
    max-width: 70px;
}

.workshop_grid .grid--content .column--wrapper {
    display: column;
    columns: 4;
    gap: 20;
    break-inside: avoid;
}

.workshop_grid .post--item {
    break-inside: avoid;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .workshop_grid .grid--content .column--wrapper {
        columns: 4;
    }
}

@media screen and (max-width: 991px) {
    .workshop_grid .grid--content .column--wrapper {
        columns: 2;
    }
}

@media screen and (max-width: 450px) {
    .workshop_grid .grid--content .column--wrapper {
        columns: 2;
    }
}

.main-sideber {
    background-image: url('../imgs/dealership/dealer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    border-radius: 0 20px 20px 0;
}

.benefit-grid {
    padding: 30px;
}

.benefit-card {
    background: var(--bg);
    padding: 30px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
    margin-bottom: 30px;
}

.benefit-card img {
    width: 55px;
}

.benefit-card h3 {
    font-size: 28px;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 18px;
    line-height: 1.3;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    font-weight: 400;
}

.project-details-section .text-anim {
    margin-bottom: 30px;
}

.feature-icon p {
    height: 50px;
    width: 60px;
    margin-top: 50px;
}

.step-number {
    width: 70px;
    height: 70px;
    background-color: #d8e5c2;
    color: black;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    /* margin-left: 150px; */
    z-index: 15;
}

.feature-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.pricing-header .icon-area .icon img {
    width: 60px;
    height: 60px;
}

.icon-area h5 {
    color: #10100f;
}

.counter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.counter {
    border: 1px dashed #70ad0e;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    padding: 5px 35px;
}
/*
.imageBox{
    height: 100%;
    width: 100%;
} */

.imageBox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
