.m-btn-black {
    border-radius: 12px;
}

.bg-orange {
    background-color: #f47920;
    z-index: -2;
}

.small-icon {
    position: absolute;
    top: -110px;
    right: -140px;
    z-index: -1;
}

.ameoba-shape {
    background-color: #1E9BD0;
    width: 280px;
    height: 230px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.building-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 2;
    object-fit: contain;
}

.partnerships-section {
    background-color: #fff;
}

.image-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.image-wrapper img {
    width: 100%;
    border-radius: 16px;
    /* Rounded corners */
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058";
    color: #48B02C;
}

.circle-badge {
    position: absolute;
    bottom: -30px;
    left: -80px;
    background: #F6F6F6;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.circle-badge ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.circle-badge ul li:last-child {
    margin-bottom: 0;
}

.btn-dark {
    padding: 10px 24px;
    font-weight: 600;
}

.educator-section {
    background: #fff;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.left-content {
    background: #f47920;
    /* Bright orange */
    color: #fff;
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-info {
    margin-bottom: 30px;
}

.m-contact-info > .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-item i {
    margin-right: 12px;
    font-size: 20px;
}

.bottom-text {
    font-size: 16px;
    font-weight: 400;
}

.right-content {
    flex: 1;
}

.right-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.educator-title {
    line-height: 42px;
}

.highlight-text {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
    padding-left: 16px;
    border-radius: 5px;
    margin-left: -20px;
    border-left: 5px solid white;
    /* vertical line */
}

.m-icon {
    transition: 0.3s ease-in-out
}

.m-icon:hover {
    transform: scale(1.1);
    transition: 0.3 ease-in;
}

/* Responsive */
@media(max-width: 991px) {
    .building-img-col {
        text-align: center;
    }

    .section-2 {
        flex-direction: column-reverse;
    }

    .house-img {
        width: 240px;
    }

    .small-icon {
        position: absolute;
        width: 150px;
        top: 0px;
        right: -24px;
        z-index: -1;
    }

    .mission-box img {
        width: 80px;
    }

    .mission-box {
        margin-bottom: 30px;
    }

    .left-content {
        padding: 40px 20px;
    }


    .educator-title {
        line-height: 34px;
    }

    .highlight-text {
        color: white;
        font-weight: 600 !important;
        font-size: 1.5rem;
        margin: 0;
        padding-left: 16px;
        border-radius: 5px;
        margin-left: 0px;
        border-left: 5px solid white;
        /* vertical line */
    }

    .circle-badge {
        width: 180px;
        height: 180px;
        bottom: -25px;
        left: -20px;
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        flex-direction: column;
    }

    .left-content,
    .right-content {
        flex: none;
        width: 100%;
    }
}
