.img-fluid {
    width: 33%;

}

.content-box {
    background-color: #eb5018;
    color: white;
    padding: 14px 55px;
    text-align: center;
    border-radius: 0px 0px 55px 50px;
}

/* Medium Devices (Tablets & small laptops) */
@media (max-width: 992px) {
    .content-box {
        padding: 14px 40px;
    }

    .content-box h2 {
        font-size: 1.6rem;
    }

    .content-box p {
        font-size: 1rem;
    }
}

/* Small Devices (Mobiles) */
@media (max-width: 576px) {
    .content-box {
        padding: 12px 20px;
        border-radius: 0px 0px 40px 30px;
    }

    .content-box h2 {
        font-size: 1rem;
    }

    .content-box p {
        font-size: 0.75rem;
    }
}

/* Section Headnig */
.section-heading h2 {
    font-weight: 600;
    color: #000;
    /* Optional: black text */
}

/* Default for desktop/laptop */
.section-heading h2 {
    font-size: 2rem;
}

/* Tablets and medium screens */
@media (max-width: 992px) {
    .section-heading h2 {
        font-size: 1.6rem;
    }
}

/* Mobile screens */
@media (max-width: 576px) {
    .section-heading {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .section-heading h2 {
        font-size: .9rem;
        line-height: 1.4;
    }
}

/* Section Headnig */


.divBoder {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    padding: 20px;
    height: 100%;
    text-align: center;
}

.divBoder img {

    width: 42px;
    height: 48px;
}

.divBoder h5 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;

    color: #6c737a;
}

.divBoder p {
    font-size: 14px;
}

/* Mobile view */
@media (max-width: 576px) {
    .divBoder .d-flex {
        flex-direction: column;
        /* Stack image and h5 vertically */
        align-items: center;
        text-align: center;
    }

    .divBoder h5 {
        font-size: 14px;
        padding-left: 0;
        /* No left padding needed on mobile */
        margin-top: 10px;
    }

    .divBoder img {
        width: 35px;
        height: 35px;
    }
}

/* Mobile view */


.custom-overlap {
    margin-top: -60px;
    margin-right: -20%;
}

@media (max-width: 768px) {
    .custom-overlap {
        margin-top: -60px;
        margin-right: -17%;

    }
}

@media (max-width: 480px) {
    .custom-overlap {
        margin-top: -80px;
        margin-right: 0px;
    }
}

.estimate-form {
    background: #f8f8f8;
    /* padding: 40px; */
    width: 109%;
    border-radius: 7px;
    box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
    height: 100%;
}

@media (max-width: 480px) {
    .estimate-form {
        background: #f8f8f8;
        width: 95%;
        border-radius: 7px;
        box-shadow: 0 10px 29px rgba(0, 0, 0, 0.1);
        height: 100%;
    }
}

.form-section {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.feature-icon {
    font-size: 24px;
    margin-right: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-right: 60px;
    font-size: 15px;

    padding-left: 4%;
}

@media (max-width: 480px) {
    .feature-item {
        display: flex;
        margin-right: 6px;
        align-items: center;
        font-size: 8px;
    }
}

.form-title {
    padding: 25px;

    padding-left: 50px;
}

@media (max-width: 480px) {
    .form-title {
        font-size: 20px;
        padding: 30px;

    }
}

.feature-group {
    /* margin: 20px 0; */
    background: #f0f4f6;
    padding: 20px;
}

.form-control {
    height: 45px;
}

/* Faq Css */

.accordion-button::after {
    display: none !important;
    /* Hide Bootstrap default arrow */
}

.custom-toggle-icon {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 22px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #030404 !important;
}

.accordion-button {
    position: relative !important;
    padding-right: 60px !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.accordion-body {
    background-color: #f7f7f7 !important;
    color: #333 !important;
    font-size: 13px
}

.accordion-button:not(.collapsed) {
    background-color: #ffffffff !important;
    color: #030404 !important;
    font-size: 13px
}

.accordion-item {
    border: 1px solid #ddd !important;
}