/* BANNER */
.banner-section {
    background-image: url(../images/solution/docdelta-new.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-section .container {
    position: relative;
    z-index: 1;
}

.banner-heading-pilar {
    font-size: 94px;
    font-weight: 700;
}

/* OUR APPROACH */
section.our-approch {
    background-color: #fcf6bd;
}

.pilar-pa-left {
    padding-left: 70px !important;
}

.highlight-box {
    background-color: #D18A36;
    color: white;
    padding: 20px;
    border: 3px solid #1F355E;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}

.info-box {
    border: 2px solid #D18A36;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    height: 100%;
}

.info-box h5 {
    font-weight: bold;
    color: #1F355E;
}

.info-box p {
    font-weight: 500;
    color: #00345c;
}

.illustration {
    max-width: 100%;
    height: 400px;
}

/* WE SOLVE */
section.we-solve {
    box-shadow: 0px 20px 30px #000;
}

section.we-solve .container-fluid {
    padding: 0;
}

.col-md-6.left-section {
    background-color: #fcf6bd;
}

.left-section {
    padding: 50px 30px;
}

.single-left {
    padding: 25px 50px;
    width: 100% !important;
    max-width: 660px;
}

.single-left p {
    color: #00345c;
    max-width: 340px;
}

.left-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1F355E;
}

.left-section p {
    font-size: 1.2rem;
    color: #333;
}

.highlight-text {
    background-color: #F3F6FF;
    color: #1F355E;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.right-section-pilar {
    background: linear-gradient(90deg, rgba(27, 88, 179, 1) 0%, rgba(0, 52, 92, 1) 50%);
    color: white;
    padding: 40px 20px;
}

.right-section-pilar h5 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 1.4rem;
}

.feature-box {
    background-color: white;
    color: #1F355E;
    font-weight: bold;
    border: 2px solid #D18A36;
    border-radius: 12px;
    padding: 15px 60px;
    margin-bottom: 15px;
    text-align: center;
}

.doctor-illustration {
    max-height: 300px;
    margin-left: 20px;
}

/* BOTTOM EMAIL */
section.bottom-eamil-pilar h2 {
    font-size: 44.5px;
    font-family: "Poppins", sans-serif;
}

section.bottom-eamil-pilar h2 a {
    font-weight: 700;
    text-decoration: none;
    color: #00345c;
    font-family: "Poppins", sans-serif;
    font-size: 44.5px;
}

.email-container {
    margin: 0 auto;
    width: 70%;
}

.email-left-side {
    margin-right: 15px;
}

.bottom-banner {
    background-image: url(../images/solution/DocDelta-bottom-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 500px;
    min-height: 300px;
}

.bottom-eamil-pilar {
    background-color: #fcf6bd;
    overflow: hidden;
    padding: 0px 40px;
}


/** MEDIA QUERIES **/

@media (1024px < width < 1486px) {
    section#patient-solution,
    section.we-solve {
        min-height: auto !important;
    }

    .banner-section {
        height: 90vh;
    }

    .banner-heading-pilar {
        font-size: 60px;
    }

    section.our-approch .col-md-6,
    section.we-solve .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bottom-banner {
        min-height: 500px;
        height: 500px;
    }

    .bottom-eamil-pilar {
        min-height: auto !important;
    }
}

@media (820px < width < 1025px) {
    .banner-heading-pilar {
        font-size: 60px;
    }

    .illustration {
        height: auto;
        max-height: 280px;
    }

    section.our-approch .col-md-6,
    section.we-solve .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bottom-banner {
        height: 270px;
        min-height: 270px;
    }
}

@media (768px < width < 821px) {
    .banner-section {
        height: 70vh;
    }

    .banner-heading-pilar {
        font-size: 60px;
    }

    .illustration {
        height: auto;
        max-height: 250px;
    }

    section.our-approch .col-md-6,
    section.we-solve .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bottom-banner {
        height: 500px;
        min-height: 500px;
    }
}

@media (430px < width < 769px) {
    .banner-section {
        height: 70vh;
    }

    .banner-heading-pilar {
        font-size: 60px;
    }

    section.our-approch .col-md-6,
    section.we-solve .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bottom-banner {
        height: 270px;
        min-height: 270px;
    }
}

@media (375px < width < 431px) {
    .right-section-pilar h5 {
        writing-mode: inherit;
        transform: none;
    }

    .bottom-banner {
        height: 130px;
        min-height: 130px;
    }

    .bottom-eamil-pilar {
        padding: 10px;
    }

    .bottom-eamil-pilar h2 {
        font-size: 0.8rem !important;
    }

    .bottom-eamil-pilar .col-md-8 {
        width: 60%;
    }

    .bottom-eamil-pilar .col-md-4 {
        width: 40%;
    }

    .banner-section {
        height: 35vh;
    }
}

@media (width < 376px) {
    .right-section-pilar h5 {
        writing-mode: inherit;
        transform: none;
    }

    .bottom-banner {
        height: 300px;
        min-height: 300px;
    }

    .bottom-eamil-pilar {
        padding: 10px;
    }

    .bottom-eamil-pilar h2 {
        font-size: 0.8rem !important;
    }

    .bottom-eamil-pilar .col-md-8 {
        width: 60%;
    }

    .bottom-eamil-pilar .col-md-4 {
        width: 40%;
    }

    .banner-section {
        height: 50vh;
    }
}

@media (min-width: 1521px) {
    .single-left {
        max-width: 480px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    section.we-solve .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
    .doctor-illustration {
        display: none !important;
    }

    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2 {
        font-size: 35px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .illustration {
        height: auto;
        max-height: 260px;
    }

    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2 {
        font-size: 20px;
    }

    .email-container {
        width: 100%;
    }

    .email-container .row {
        justify-content: center;
    }

    .email-left-side {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .email-right-side {
        display: none;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
    section.we-solve {
        box-shadow: none;
    }

    section.we-solve .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .doctor-illustration {
        display: none !important;
    }

    .pilar-pa-left {
        padding-left: 15px !important;
    }

    section.our-approch .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.our-approch .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.bottom-eamil-pilar h2 a,
    section.bottom-eamil-pilar h2 {
        font-size: 15px;
    }

    .email-right-side {
        display: none;
    }
}
