:root {
    --section-header-font-color: #777777;
    --heading-font-color: #0D0D0D;
    --paragraph-font-color: #161616;
    --bg-white-color: #fff;

    --Feenix-brand-color: #ffbd00;
    --font-white-color: #fff;


    --body-font-size: clamp(17px, 2.5vw, 20px);
    --h3-font-size: clamp(32px, 3.5vw, 64px);
}

main #hero-d2o {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/D2O-hero-bg.png);
}

main #hero-d2o .hero-section {
    row-gap: 0;
}

.hero-section .first-div p {
    font-family: 'Avenir', Arial, sans-serif;
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 500;
}

.d2O-vehicles {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    row-gap: 8px;
}

.container .simple-steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container .step-illustration {
    display: flex;
    gap: 12px;
}


.container #mobile-button {
    display: none;
}

.container .heading-content,
.container .solutions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.container .solutions {
    align-items: center;
}

.container .heading-content {
    padding-bottom: 12px;
}


.online-access,
.paperless,
.payment-tracker {
    flex: 1;
    border-radius: 8px;
    border: 1.2px solid #D9D9D9;
    overflow: hidden;
    box-shadow: 1px 2px 10px rgba(54, 54, 54, 0.08);
}

.solutions {
    flex: 1 auto;
    align-items: center;
    column-gap: .75rem;
}

.solutions img,
.d2O-vehicles .d20-img img {
    width: 100%;
}

.solutions h5,
.other-benefits h5 {
    margin: 0;
    font-size: clamp(20px, 2.5vw, 24px);
}

.solutions .content {
    padding: 4px 12px;
}

.benefits {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.top-section {
    justify-content: space-between;
}

.top-section,
.bottom-section {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}

.other-benefits {
    width: 100%;
    max-width: 400px;
    padding: 16px 24px;
    border: 1px solid #f3f3f3;
    border-radius: 16px;
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.04);
}

.top-right-flexible {
    width: 400px;
    padding: 16px 24px;
    border: 1px solid #f3f3f3;
    border-radius: 16px;
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.04);
}

.top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.top-right-flexible {
    width: 33%;
    transform: rotate(8deg);
}

#unique-bg {
    width: 100%;
    max-width: 100%;
    height: 760px;
    background-image: url(../images/smart-insurance/flexibility-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.flexibility {
    width: 40%;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flexibility .section-heading {

    h3,
    p {
        color: #fff;
    }
}

section:nth-of-type(6) {
    background-color: #fdf9e7;
}

#faqs {
    background-color: transparent;
}

@media (max-width:930px) {

    .container .simple-steps {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
        text-align: center;
    }

    .container .step-illustration {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }

    .container #desktop-button {
        display: none;
    }

    .container #mobile-button {
        display: block;
    }

    .top-right-flexible {
        width: 100%;
        transform: rotate(0deg);
    }

    .top-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }


}

@media (max-width:1030px) {

    .container .solutions {
        position: relative;
        height: clamp(380px, 7.5vh, 400px);
    }

    .online-access,
    .paperless,
    .payment-tracker {
        height: 100%;
    }
}

@media (max-width:666px) {

    .container .solutions {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        height: auto;
    }

}

@media(max-width:800px) {

    .top-section,
    .bottom-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
    }
}