.educators-first-section-buttons-box {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 60%;
    height: fit-content;
}

.educators-first-section-buttons-box a {
    display: flex;
    font-weight: 450;
    color: black;
    line-height: 1.5;
    letter-spacing: 0;
    flex: 1;
    font-size: 1.6rem;
    width: 145px;
    height: 58px;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.educators-first-section-buttons-box .active-educators {
    border-radius: 60px;
    background: black;
    color: white;
}

.educators-first-section-buttons {
    margin: 0;
    display: flex;
    border: 3px solid black;
    align-items: center;
    border-radius: 60px;
}

.educators-first-section-title {
    display: flex;
    width: 60%;
    margin: 70px 0;
    flex-direction: column;
    gap: 40px;
}

.educators-h1-title {
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

.educators-p-dis {
    font-size: 1.7rem;
    font-weight: 300;
    color: white;
 
}

.zoom-window-img {
    object-fit: cover;
    width: 50%;
    height: 50%;
    margin: auto;
}

.educators-first-section-zoom-window-h2 {
    display: flex;
    /* font-size: 3.5rem; */
    /* font-weight: 600; */
    /* color: black; */
    /* text-align: center; */
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    /* font-family: sans-serif; */
    justify-content: center;
    align-items: center;
}

.educators-input-text-textarea {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    resize: vertical;
    height: 80px;
}

.logo-educators {
    width: 500px;
    object-fit: cover;
}

.get-started-section-header-title {
    font-size: 2.5rem;
    margin-bottom: 3.125rem;
    text-align: center;
    /* background-image: linear-gradient(-60deg, #ff6fd8, #915eff, #4eacff, #34e89e);
    color: transparent;
    background-clip: text; */
    color: #915eff;
}

.educators-first-section-zoom-window-form {
    width: 100%;
    margin: 0 auto;
    /* border: 2px solid black; */
    padding: 20px;
    border-radius: 15px;
    /* max-width: 450px; */
    box-shadow: 0 10px 25px 0 #00000040;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
}

.educators-first-section-zoom-window-form form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.educators-first-section-zoom-window-form form .get-started-form-group {
    margin-bottom: 1rem;
}

.get-started-form-button {
    width: 100%;
}

.zoom-window-text {
    /* width: 80%; */
    width: 100%;
    /* margin: auto; */
    font-size: 1.6rem;
    padding: 20px 0 0 0;
    text-align: start;
}

.educators-first-section-buttons-box,
.educators-first-section-title {
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease-in-out;
}

.get-started-section-container {
    padding-bottom: 4.5rem;
    background: #fff;
}

.get-started-section-header {
    font-weight: bold;
    width: 90%;
    margin: auto;
  }

.get-started-content {
    font-size: 1.115rem;
    color: #3a3a3a;
    font-weight: 400;
    text-align: justify;
}

.educators-first-section-zoom-window-one {
    flex: 1 1 60%;
}

.educators-first-section-zoom-window-two {
    flex: 1 0 40%;
}

.educators-first-section-zoom-window {
    display: flex;
    flex-direction: row;
    gap: 8rem;
    /* background: white; */
    /* padding: 170px 50px 50px; */
    height: fit-content;
    width: 90%;
    /* width: 100%; */
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.zoom-window-img {
    object-fit: cover;
    width: 50%;
    height: 50%;
    margin: auto;
}

.educators-container-four {
    padding: 6rem 0;
    display: flex;
    text-align: start;
    align-items: center;
    justify-content: flex-end;
    width: 75%;
    margin: auto;
    position: relative;
}

.educators-container-four-text {
    width: 40%;
}

.educators-container-four-button {
    border-radius: 0.5rem;
    background-color: rgb(229 231 235);
    color: #4eacff;
    /* color: #ffffff; */
    padding: 0.625rem 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
    background-color: rgb(229 231 235);
}

.button-container-edu {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    border-radius: 0.5rem;
    width: 100%;
}

.educators-logo {
    width: 140px;
    /* height: 40px; */
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0) invert(1);
    left: 113px;
    transform: scale(3.2);
}

.education-swiper {
    width: 80%;
}

.education-swiper-container {
    position: relative;
    padding: 60px 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
}

.swiper-button-prev-education,
.swiper-button-next-education {
    width: 40px !important;
    height: 40px !important;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 10 !important;
    cursor: pointer !important;
}

.swiper-button-prev-education {
    padding: 0 3px 0 0;
}

.swiper-button-next-education {
    padding: 0 0 0 3px;
}

.swiper-button-prev-education img,
.swiper-button-next-education img {
    width: 20px;
    height: auto;
}

.education-img-prev {
    rotate: 180deg;
}

.swiper-button-prev-education {
    left: 80px !important;
}

.swiper-button-next-education {
    right: 80px !important;
}

.swiper-button-prev-education::after,
.swiper-button-next-education::after {
    display: none;
}

.educators-h1-globe {
    width: 80%;
    margin: 0 auto 30px auto;
    color: white;
    font-size: 3.5rem;
}

.unlockedbynumbers-info-educators-line {
    border-left: 1px solid #ffffff;
    padding: 30px 0 30px 25px;
    min-height: 314px;
}

/* Container */
.education-section-three-container {
    background-color: white;
    padding: 50px 20px 0 20px;
}

.education-section-three-wrapper {
    max-width: 80%;
    margin: auto;
}

/* Title */
.education-section-three-title {
    text-align: start;
    font-size: 63px;
    color: #222;
    margin: 0 0 40px 40px;
}

/* Two Items Per Row */
.education-section-three-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* min-height: 350px; */
    height: 400px;
}

/* Reverse entire row */
.education-section-three-row.reverse {
    direction: rtl;
}

/* Each Item (50% width) */
.education-section-three-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: #f5f9f9;
    height: 400px;
}

/* Text Section */
.education-section-three-text {
    text-align: left;
    padding: 20px;
    display: flex;
    /* height: 100%; */
    height: 400px;
    flex-direction: column;
    justify-content: space-around;
}

.education-section-three-text-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #222;
}

.education-section-three-text-description {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-top: 40px;
}

/* Image Section */
.education-section-three-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.educators-first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    /* height: fit-content; */
    background: linear-gradient(135deg, #21bbd7 0%, #333da8 50%, #bf1cc1 100%);
    padding: 150px 0 0 0;
    position: relative;
    overflow: hidden;
}


.educators-first-section-buttons-box,
.educators-first-section-title {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.education-section-three-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.educators-trade-section {
    background-size: cover;
    background-position: center;
    padding: 4rem 2rem;
}


.educators-text-box{
    width: 50%;
}


.pagination {
    display: none;
}


.card-get-started{
    display: flex;
    background-color: white;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
}
.card-get-started a {
    position: relative;
    padding-right: 20px;
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}
.card-get-started a::after {
    content: "\f107"; /* Font Awesome arrow-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -15px;
    transition: color 0.3s;
}
.card-get-started a:hover,
.card-get-started a:hover::after {
    color: #21bbd7;
}

.section-heading {
    text-align: start;
    margin-bottom: 3rem;
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
    width: 80%;
    margin: 0 auto 3rem;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 80%;
    margin: 0 auto;
}

.platform-card {
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
    min-height: 200px;
    gap: 20px;
}

.platform-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    text-align: start;
}

.platform-description {
    color: #d1d5db;
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: start;
}

.platform-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.platform-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.fallback-icon {
    color: #f3f4f6;
    font-size: 2rem;
}

.no-services {
    text-align: center;
    color: #e5e7eb;
    font-size: 1.2rem;
}

.educator-our-partners-section .our-partners-box {
    padding-top: 3rem;
}

.gradient-border {
    --borderWidth: 3px;
    background: #fff;
    position: relative;
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
    background: linear-gradient(60deg, #ff6fd8, #915eff, #4eacff, #34e89e, #ff6fd8, #915eff, #4eacff, #34e89e);
    border-radius: calc(2 * var(--borderWidth) + 12px);
    z-index: -1;
    animation: animatedgradient 15s ease alternate infinite;
    background-size: 300% 300%;
}

.educator-show-mobile {
    display: none;
}

.educator-course-description li {
    width: 100% !important;
}

.educator-course-description br {
    display: none;
}

.educator-course-description strong {
    display: block;
    margin: 25px 0;
}

.educator-course-description strong:first-child {
    margin-top: 0;
}

.educator-course-description ul {
    padding-bottom: 30px;
}

.educator-course-description ul:last-child {
    padding-bottom: 0;
}

.educator-heading-padding {
    padding-bottom: 150px;
}

#introduction-description {
    margin-top: -60px !important;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
  
@media (max-width: 991px) {
    .educator-show-mobile {
        display: block;
    }
    .educator-hide-mobile {
        opacity: 0;
        height: 0;
    }
    .educator-mobile-gap-0 {
        gap: 0 !important;
    }
    .educator-heading-padding {
        padding-bottom: 0;
    }
    #introduction-description {
        margin-top: 0 !important;
    }
    .flex-column-reverse-lg-down {
        flex-direction: column-reverse;
    }
}

@media (max-width: 900px) {
    .educators-logo {
        width: 70px;
        filter: brightness(0) invert(1);
        top: -266px;
        position: initial;
        margin: 0 0 50px 0;
    }

    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 1rem;
    }

    .educators-sub-header {
        max-width: 100%;
    }

    .educators-container-four-text {
        width: 100%;
        text-align: center;
    }

    .button-container-edu {
        display: flex;
        align-items: center;
        gap: 0.875rem;
        border-radius: 0.5rem;
        width: 100%;
        justify-content: center;
    }

    .education-section-three-item {
        grid-template-columns: repeat(2, 1fr);
        height: 100%;
    }

    .education-section-three-wrapper {
        max-width: 100%;
    }

    .education-section-three-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        height: 100%;
    }

    .education-section-three-row.reverse {
        direction: ltr;
    }

    .education-section-three-item.reverse {
        direction: rtl;
    }

    .education-swiper {
        width: 95%;
    }

    .educators-first-section-zoom-window {
        flex-direction: column;
        gap: 20px;
    }

    .unlockedbynumbers-header {
        text-align: unset;
      }

    .educators-first-section-title {
        width: 100%;
    }

    .educators-h1-title {
        text-align: center;
    }

    .educators-p-dis {
        text-align: center;
    }

    .educators-first-section-zoom-window {
        /* padding: 170px 0px 23px; */
    }

    .get-started-content {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }


    .swiper-button-prev-education,
    .swiper-button-next-education {
        top: 95% !important;
    }

    .education-section-three-text {
        padding: 20px 10px;
        height: 100%;
    }

    .educators-first-section-zoom-window-form {
        /* width: 90%; */
    }

    .get-started-section-header {
        width: 90%;
      }
}
@media (max-width: 900px) {
    .education-section-three-row {
        display: none;
    }

    .education-section-three-row.active {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
/* Image Section */
.education-section-three-image {
 height: 100%;

}
    .pagination button {
        width: 20px;
        height: 20px;
        background-color: #99999942;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color 0.3s;
        margin: 20px 0;
    }

    .pagination button.active {
        background-color: #999999;
    }
    .get-started-section-container {
        padding-top: 4.5rem;
    }
}
@media (max-width: 767px) {
    .educators-first-section-zoom-window-form form {
        width: 100%;
    }
    .educator-our-partners-section {
        padding-top: 70px;
    }
    .educator-our-partners-section .our-partners-box {
        padding-top: 0;
    }
    .educators-h1-globe {
        font-size: 2.5rem;
    }
}
@media (max-width: 1300px) {
    .educators-card-animation {
        display: none;
    }

    .educators-card-animation.active-scroll {
        /* height: fit-content;
        padding: 50px 0; */
    }
    .educators-hero-cards.active-scroll {
        transform: translateY(0);
        z-index: 999;
        position: sticky;
    }
    .cars-educators-one,
    .cars-educators-two,
    .cars-educators-three {
        animation: none; 
        position: static !important;
    }
    .educators-hero-cards{
        transform: translateY(0);
        z-index: 999;
        position: sticky;
    }
    .educators-first-section-title {
        width: 100% !important;
    }

    .educators-first-section-buttons-box {

    justify-content: center;
    align-items: center;
    width: 100%;

}

}