



/* HERO SECTION */
.lawyer-expert-hero-section {
    background-image: url('/img/assets/Lawyer/faded-overlay-bg-15.png'), linear-gradient(to right, #FFEBE8, #FC624F);
}

/* BELOW HERO SECTION */
.below-hero-section {
    background-image: url('/img/assets/Lawyer/red-wave.png');
    display: flex;
    justify-content: center;

}

    .below-hero-section > div {
        max-width: 1100px;
        width: 100%;
/*        padding: 0 65px;*/
    }

/*.select2-hidden {
    visibility: hidden;
}*/

#search-section {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 7px;
    width: 100%;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #search-section > div {
        min-width: 0;
    }

/*.select2-container--default .select2-selection--multiple, .sign-up-bar-section form input {
    background-color: white;
    border: 0.5px solid #B03526;
    min-height: 60px;
    padding-bottom: 8px !important;
    padding-left: 7px;
    margin: 0;
}

    .select2-container--default.select2-container--focus .select2-selection--multiple, .sign-up-bar-section form input:focus {
        border: 3px solid rgba(166, 29, 12, 0.5);
    }

.select2-container--default textarea::placeholder {
    color: rgba(166, 29, 12, 0.4);
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    padding-top: 13px;
}*/

#searchButton {
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    justify-self: center;
    border-radius: 5px;
    height: 60px;
    font-size: 16px;
}

    #searchButton span {
        height: 30px;
        display: inline-block;
        border-left: 1px white solid;
        padding-left: 8px;
        margin-left: 20px;
    }

#searchForm {
    display: flex;
    align-items: center;
}

.alert-danger {
    width: 100%;
    margin-top: 15px;
}

#userMsg {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Change the background and text color of selected items in the input box */
/*.select2-selection__choice {
    background: linear-gradient(to bottom, #D03C2D 0%, #AA1D0E 100%) !important;
    color: white !important;*/ /* White text */

    /*margin-bottom: 10px;
}*/

    /* Optional: Add hover effect for selected items */
    /*.select2-selection__choice:hover {
        background: linear-gradient(to bottom, #E45041 100%, #D03C2D 0%) !important;
        color: #FFF !important;*/ /* Keep text white */
    /*}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #AA1D0E !important;*/ /* Add a border for better visibility */
    /*margin-left: 2px;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    color: #B03526;
    margin-top: 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FFEBE8;
    color: #212529;
}*/





/*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    border-right: 0.5px rgba(255,255,255, 0.25) solid;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: rgba(255,255,255, 0.25);
    color: white;
}
*/


.results-box {
    margin-top: -60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.results-box .section-title {
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 95px;
    font-size: 28px;
}

.unlockResultsBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

/*.select2-container--default .select2-selection--multiple textarea {
    font-family: 'Mulish', sans-serif !important;
    color: rgba(0, 0, 0, 0.7);
    min-height: 35px;
}



.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    min-height: 40px;
}

.select2-results__option--selectable, .select2-results__option {
    font-weight: 300;
}
*/
/* HOW IT WORKS SECTION */
.how-it-works-lawyer {
    background: #EE402B;
}

.round-icon-container {
    background-color: #FA8C7E;
}

.how-it-works-details-lawyer-expert {
    background: linear-gradient(to right, #FFD8D3, white 70%);
}

.how-it-works-detail-box {
    border: 3px solid #EE402B;
}

.step-label {
    background-color: #EE402B;
}


/* DOCTOR DEFERRED PAYMENT PROGRAM */

.graphic-section .graphic-bg-section {
    background: linear-gradient(to bottom, rgba(144, 16, 0, 0.9), rgba(144, 16, 0, 0.9)), url('/img/assets/Lawyer/dr-expert-bg.png');
    background-size: cover;
    background-position: center;
}


.graphic-section .graphic-bg-section h3 {
    color: #FD978B;
}

.graphic-section .cards-section {
    background: linear-gradient(to right, #FFD8D3, white 70%);
}

.payment-program-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex: 1;
    margin-top: -250px;
    background-color: white;
    border-bottom: solid 0.5px #E0E0E0;

}

.payment-program-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: auto;
    gap: 30px;
    max-width: 1100px;
    padding: 0 30px 100px 30px;
}

.payment-program-card .icon-section {
    background-color: #EE402B;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.payment-program-card:nth-child(2) .icon-section {
    padding-top: 60px;
    padding-bottom: 20px;
}

.payment-program-card .text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: solid 0.5px #E0E0E0;
    border-left: solid 0.5px #E0E0E0;
    height: 100%;
    padding-bottom: 20px;
}

.payment-program-card .text-section p {
    padding: 0 30px;
}

.payment-program-card .text-section h3 {
    color: #A22314;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 90%;
}

.payment-program-card:nth-child(2) .text-section h3 {
    width: 80%;
}

.icon-banner-section h2 {
    text-align: center;
    color: #C61500;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
}

.red-icon-banner {
    background: url('/img/assets/Lawyer/red-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 60px;
}

.banner-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    width: 100%;
    max-width: 900px;
    margin: auto;
    
}

.banner-icons h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

/* ICON BANNER SECTION */

.icon-banner-section {
    background: linear-gradient(to right, #FFD8D3, white 70%);
}

/* TESTIMONIALS SECTION */


.swiper-button-next, .swiper-button-prev {
    svg
{
    color: black;
    height: 20px;
    width: 20px;
}
}

.testimonials-section {
    max-width: 1200px;
    margin: auto;
}

.testimonials-section-container {
    background: linear-gradient(to right, #FFD8D3, white 70%);
    padding-bottom: 110px;
}

.testimonials-section .swiper-button-next, .testimonials-section .swiper-button-prev {
    background-color: rgba(238, 64, 43, 0.8);
}

.testimonials-section .swiper-button-next:hover, .testimonials-section .swiper-button-prev:hover {
    background-color: rgba(230, 47, 25, 0.8);
}

/* GET STARTED SECTION */

.red-divider {
    background-color: #EE402B;
    height: 1.5px;
    width: 80%;
    max-width: 800px;
    margin-bottom: 170px;
    margin-top: 40px;
}

.get-started-section {
    background: url('/img/assets/Lawyer/faded-overlay-bg-15.png'), linear-gradient(to right, #FFD8D3, white 70%);
    background-size: 60%, 100%;
    background-position: left 140% top 130px, center;
    background-repeat: no-repeat;

}

.get-started-section > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 65px 200px 65px;
}

.get-started-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.get-started-section p {
    margin-bottom: 40px;
}

.button-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

/* NEWSLETTER SECTION */

#signup-newsletter {
    background-color: #EE402B;
    border: 3px solid #95190A;
    background-image: url('/img/assets/Lawyer/salmon-bar.png');
    background-repeat: no-repeat;
    background-size: 8vw 100%;
    background-position: right center;
}

.sign-up-form-divider {
    background-color: #FFD4CF;
}

.sign-up-bar-section form input {
    border: 3px solid #FFD4CF;
}

.sign-up-bar-section .red-btn {
    background-color: #962112;
}

.sign-up-bar-section .red-btn:hover {
    background-color: #A83020;
}

.sign-up-bar-section form input:focus {
    border: 5px solid rgba(255, 212, 207, 0.6);
}


/* SCHEDULE EXAM SECTION */
#schedule-exam-section {
    background: linear-gradient(to right, rgba(97, 11, 0, 0.8), rgba(97, 11, 0, 0.8)), url('/img/assets/Home/dr-banner-bg.png');
    background-position: center;
    background-size: cover;
}

#schedule-exam-section button {
    background-color: #EE402B;
}

#schedule-exam-section button:hover {
    background-color: #FE4E39;
}


/* ========== MEDIA QUERIES ========== */
@media (min-width: 2600px) {
    .below-hero-section {
        background-image: linear-gradient(to right, #fff2f0, white);
    }
}

@media (max-width: 1049px) {
    .below-hero-section {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    .lawyer-expert-hero-section + .below-hero-section > div {
        padding-top: 150px;
    }
}

    @media (max-width: 900px) {

        .payment-program-card .icon-section svg {
            width: 130px;
            height: 130px;
        }

        .payment-program-card:nth-child(2) .icon-section svg {
            width: 140px;
            height: 140px;
        }

        .payment-program-card .icon-section {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .payment-program-card:nth-child(2) .icon-section {
            padding-top: 50px;
            padding-bottom: 20px;
        }

        .payment-program-card {
            margin-top: -170px;
        }

        .graphic-section .graphic-bg-section > div {
            padding: 90px 50px 220px 50px;
        }
    }


    @media (max-width: 800px) {
        .payment-program-cards {
            gap: 20px;
        }
    }

    @media (max-width: 750px) {
        .banner-icons h3 {
            font-size: 15px;
        }

        .banner-icons .icon svg {
            width: 50px;
            height: auto;
        }
    }

@media (max-width: 715px) {
    .lawyer-expert-hero-section + .below-hero-section > div {
        padding-top: 100px;
    }
}


    @media (max-width: 700px) {
        #search-section > div {
            flex: 0 0 calc(26% - 3.75px);
        }

        #search-section > form {
            flex: 0 0 calc(22% - 3.75px);
            display: flex;
            justify-content: center;
        }

            #search-section > form > div {
                width: 100%;
            }

                #search-section > form > div > div {
                    padding: 0;
                }

        #searchButton {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

            #searchButton span {
                display: none;
            }
    }

    @media (max-width: 600px) {
        #search-section > div {
            flex: 0 0 calc(27% - 3.75px);
        }

        #search-section > form {
            flex: 0 0 calc(19% - 3.75px);
            display: flex;
            justify-content: center;
        }

        .payment-program-card .text-section p {
            padding: 0 10px;
        }

        .payment-program-card .icon-section svg {
            width: 90px;
            height: 90px;
        }

        .payment-program-card:nth-child(2) .icon-section svg {
            width: 105px;
            height: 105px;
        }

        .payment-program-card .icon-section {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .payment-program-card:nth-child(2) .icon-section {
            padding-top: 25px;
            padding-bottom: 0;
        }

        .payment-program-card .text-section h3 {
            font-size: 18px;
        }

        .payment-program-cards {
            gap: 15px;
        }

        .payment-program-card {
            margin-top: -190px;
        }
    }

    @media (max-width: 550px) {

        #search-section {
            flex-direction: column;
            gap: 10px;
            align-items: center;
            margin-top: 15px;
        }

        #searchButton {
            width: 150px;
            margin-top: 15px;
        }

            #searchButton span {
                display: block;
            }

        #search-section > div {
            width: 100%;
            flex: 1;
        }

        .banner-icons h3 {
            font-size: 13px;
        }

        .banner-icons .icon svg {
            width: 35px;
            height: auto;
        }

        .red-icon-banner {
            padding: 40px 30px;
        }
    }

@media (max-width: 549px) {
    .lawyer-expert-hero-section + .below-hero-section > div {
        padding-top: 150px;
    }
}

    @media (max-width: 500px) {
        .payment-program-cards {
            flex-direction: column;
        }

        .payment-program-card {
            margin-top: 10px;
        }

            .payment-program-card:nth-child(1) {
                margin-top: -180px;
            }

        .graphic-section .graphic-bg-section > div {
            padding: 90px 30px 220px 30px;
        }

        .button-container {
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

        .red-divider {
            width: 100%;
            margin-bottom: 100px;
        }

        .get-started-section > div {
            padding: 0 50px 120px 50px;
        }
    }


    @media (max-width: 450px) {
        .banner-icons h3 {
            font-size: 10px;
        }

        .banner-icons .icon svg {
            width: 30px;
            height: auto;
        }

        .below-hero-section {
            background-size: 200%;
         
        }
    }

    @media (max-width: 350px) {
        #searchButton {
            width: 100%;
            font-size: 18px;
        }

        #search-section form {
            width: 100%;
        }

        .unlockResultsBtn {
            width: 180px;
            height: 60px;
            line-height: 18px;
        }

            .unlockResultsBtn svg {
                margin-right: 9px;
                margin-left: 0;
            }

        .red-icon-banner {
            padding: 40px 20px;
        }

        #searchButton span {
            display: none;
        }
    }
