/* Internal styles extracted from ContentPages/what_we_do.blade.php */

/* CSS Block 1 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            .dropdown a {
                text-decoration: none;
            }

            .banner-sec {
                background: url("../../images/What-we-do banner.webp");
                width: 100%;
                height: 710px;
                display: flex;
                align-items: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .banner-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #fff;
            }

            .about-us-sec {
                align-items: center;
            }

            .about-us-sec .col-md-7 {
                padding-left: 40px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }

            .about-us-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #001D58;
            }

            .about-us-sec p {
                font-family: 'Montserrat';
                font-size: 20px;
                font-weight: 400;
                color: #001D58;
            }

            .about-us-sec button {
                outline: 1px solid #00F19C;
                font-family: 'Montserrat';
                font-size: 16px;
                font-weight: 600;
                color: #001D58;
                background: none;
                border-color: #00F19C;
                border-radius: 0px;
            }

            /* .about-us-sec button:hover {
        background: #001D58;
        color: white;
        border: none;
    }

    .about-us-sec button a:hover {

        color: white;

    } */
            .about-us-sec button:hover {
                background: #001D58;
                color: white;
                outline: 1px solid #001D58;
            }

            .about-us-sec button:hover a {
                color: white;
                text-decoration: none;
                /* Optional: Ensures the link doesn't have an underline */
            }

            .our-mission-sec .col-md-7 {
                padding-right: 81px;
            }

            .our-mission-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #001D58;
            }

            .our-mission-sec p {
                font-family: 'Montserrat';
                font-size: 20px;
                font-weight: 400;
                color: #001D58;
            }

            .our-mission-sec button {
                outline: 1px solid #00F19C;
                font-family: 'Montserrat';
                font-size: 16px;
                font-weight: 600;
                color: #001D58;
                background: none;
                border-color: #00F19C;
                border-radius: 0px;

            }

            .our-mission-sec button:hover {
                background: #001D58;
                color: white;
                outline: 1px solid #001D58;
            }

            .our-mission-sec button:hover a {
                color: white;
                text-decoration: none;
                /* Optional: Ensures the link doesn't have an underline */
            }

            .our-mission-sec {
                background: #F2EDFB;
            }

            .our-mission-sec {
                align-items: center;
            }

            .our-vision-sec .col-md-7 {
                padding-left: 40px;
            }

            .our-vision-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #001D58;
            }

            .our-vision-sec p {
                font-family: 'Montserrat';
                font-size: 20px;
                font-weight: 400;
                color: #001D58;
            }

            .our-vision-sec button {
                outline: 1px solid #00F19C;
                font-family: 'Montserrat';
                font-size: 16px;
                font-weight: 600;
                color: #001D58;
                background: none;
                border-color: #00F19C;
                border-radius: 0px;

            }

            .our-vision-sec button:hover {
                background: #001D58;
                color: white;
                outline: 1px solid #001D58;
            }

            .our-vision-sec button:hover a {
                color: white;
                text-decoration: none;
                /* Optional: Ensures the link doesn't have an underline */
            }

            .our-vision-sec {
                align-items: center;
            }

            html {
                scroll-behavior: smooth;
            }

            a.Main-btn-reg-wha {
                text-decoration: none;
                color: #001D58;
            }

            @media (max-width: 800px) {
                .banner-sec {
                    height: 200px;
                }

                .banner-sec h2 {
                    font-size: 35px
                }
            }

            @media (max-width: 768px) {

                .about-us-sec .col-md-7,
                .our-vision-sec .col-md-7,
                .our-mission-sec .col-md-7 {
                    padding-left: 20px;
                    padding-right: 20px;
                }
            }


            /* ******15/2/25******* */

            section#about-us {
                padding-top: 70px;
            }

            section#our-vision {
                padding-top: 70px !important;
            }

            @media (max-width: 768px) {
                .about-us-sec button {
                    width: 30%;
                }
            }

