body {
    background-image: url("/assets/img/bg-image.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: poppins;
}

.life-at-smc-title {
    color: #1961AC;
    font-size: 40px;
    /* Default for desktop */
    font-family: 'Poppins';
    font-weight: 600;
}



.life-at-smc-content {
    text-align: justify;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    font-size: 20px;
}



img.img-fluid {
    border-radius: 8px;
}


.smc-life-images {
    margin-left: 4px;
    margin-top: -30px;
}


.current-opening-title {
    color: #1961AC;
    text-align: center;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
}

.current-opening-content {
    font-family: Poppins;
    font-size: 20px;


}

.bg-section-opening {
    background-color: #1961AC;
    border-radius: 0px 150px 150px 0px;
    padding: 40px 20px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}

.opening-card {
    background-color: #92C840;
    width: 100%;
    max-width: 380px;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid white;
    margin-bottom: 12px;
}


.job-title {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 15px;
    font-weight: 700 !important;
    color: white;
}

.job-description {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
    font-family: "Poppins";
}

.apply-btn {
    color: white;
    background-color: transparent;
    padding: 6px 20px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid;
    font-family: "Poppins";
}

.career-question-title {
    color: #1961AC;
    text-align: center;
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
}

.career-queations-content {
    text-align: justify;
    font-family: 'Poppins';
    font-size: 20px;
}

.custom-accordion-button {
    color: #676767 !important;
    background-color: #E9F4E0 !important;
    font-family: 'Poppins';
}

.custom-accordion-button:hover {
    color: #79C142 !important;
}

.custom-accordian-answer{
    font-family: 'Poppins';
}

.flower-img {
    position: absolute;
    top: 150%;
    /* just after the top section */
    right: 0;
    transform: translateY(-50%);
    /* shift it up to overlap */
    max-width: 150px;
    /* Adjust as needed */
    z-index: 1;
    background: none;
    background-color: transparent;
}


.flower-img-faqs {
    height: 300px;
    width: 200px;
    position: absolute;
    transform: translateY(-50%);
    left: 0%;

}

.news-title {
  font-family: "Outfit";
}

.news-content {
  font-family: "Poppins";
}



/* footer */

.newsletter-bg {
    background-color: #79C142;
}

.footer-bottom {
    background-color: #79C142;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

footer.bg-primary {
    background-color: #1961AC !important;
}

.footer-wrapper {
    position: relative;
    padding-top: 10px;
    /* Creates space above footer for the overlapping newsletter */
}

.newsletter-section {
    top: -60px;
    /* Controls how much the newsletter overlaps */
    max-width: 1100px;
}

.list-link {
    line-height: 30px;
}

.footer-bottom-stripe {
    border-radius: 30px;
    clip-path: ellipse(800px 120% at bottom);
    width: 100%;
}

@media(max-width: 768px) {
    .smc-life-corousal {
        width: 170px !important;
    }
}

@media(max-width: 468px) {
    .smc-life-corousal {
        width: 120px !important;
    }
}

/*Media Query Starting  */

/* Medium screens (tablets) */
@media (max-width: 991.98px) {
    .life-at-smc-title {
        font-size: 32px;
    }

    .life-at-smc-content {
        font-size: 16px;
    }

    .current-opening-title {
        font-size: 28px;
    }

    .current-opening-content {
        font-size: 16px;
    }

    .career-question-title {
        font-size: 28px;
    }

    .career-queations-content {
        font-size: 16px;
    }
    .custom-accordian-answer{
        font-size: 16px;
    }
    .job-title{
        font-size: 22px;
    }

    .job-description {
        font-size: 16px;
    }

    .apply-btn {
        font-size: 16px;
    }
}

/* Small screens (phones) */
@media (max-width: 575.98px) {
    .life-at-smc-title {
        font-size: 24px;
    }

    .life-at-smc-content {
        font-size: 14px;
    }

    .current-opening-title {
        font-size: 24px;
    }

    .current-opening-content {
        font-size: 16px;
    }

    .flower-img {
       display: none;
    }

    .career-question-title {
        font-size: 28px;
    }

    .career-queations-content {
        font-size: 16px;
    }

    .custom-accordian-answer{
        font-size: 16px;
    }

    .job-title{
        font-size: 22px;
    }

    .job-description {
        font-size: 18px;
    }

.apply-btn {
    font-size: 16px;
}

.opening-card {
    width: 96%;
}


}