/* =================================================================== */
/* Start Breadcrumb2 */
.breadcrumb2 {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/img/dc.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* end Breadcrumb2 */

/* Start Headlight Section */
.headlights_sec{
    background:
        radial-gradient(circle at 18% 12%, rgba(0, 113, 227, 0.16), transparent 42%),
        radial-gradient(circle at 85% 82%, rgba(255, 255, 255, 0.06), transparent 32%),
        var(--bg_sections);
}
.headlight-info-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 45px;
    z-index: 2;
}

.main-paragraph {
    font-size: clamp(16px, 2vw, 30px);
    line-height: clamp(22px, 2.5vw, 30px);
    font-weight: 550;
    color: #868686;
}

.main-heading {
    font-weight: 550;
    font-size: clamp(28px, 6vw, 70px);
    line-height: clamp(32px, 6.5vw, 70px);
    color: #000000;
}

.main_heading_small {
    font-size: clamp(24px, 4.5vw, 50px);
    line-height: clamp(28px, 5vw, 55px);
}

/* btn secondary */
.btn_primary_transparent {
    background-color: transparent;
    border: 1px solid #f1ebe4;
}

/* End Headlight Section */

/* Start composite Section */
.composite_sec {
    background:
    radial-gradient(circle at 85% 12%, rgba(0, 113, 227, 0.16), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.06), transparent 32%),
    var(--bg_sections);
}
.card-heading {
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.5;
    color: #ffffff;
}
.card_button {
    width: 98px;
    height: 25px;
    border: 0;
    border-radius: 40px;
    background-color: #0071e3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.card_button_transparent {
    background-color: transparent;
    border: 1px solid #f1ebe4;
}
.card_button span {
    color: #fff;
    font-size: 14px;
    line-height: 16.7px;
    font-weight: 550;
}
/* End composite Section */