
@font-face {
    font-family: 'juliussans-one';
    src: url('./fonts/JuliusSansOne-Regular.ttf');
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('./fonts/LeagueSpartan-Bold.otf');
}

@font-face {
    font-family: 'sixcaps';
    src: url('./fonts/SixCaps.ttf');
}

@font-face {
    font-family: 'ttwell-reg';
    src: url('./fonts/TT\ Wellingtons\ Trial\ Regular.otf');
}

@font-face {
    font-family: 'white-apricot';
    src: url('./fonts/Apricots.otf');
}

.navbar-nav .nav-link {
    color: #100476;
    font-family: 'LeagueSpartan', sans-serif;
    font-size:18px;
}

    .navbar-nav .nav-link:hover {
        color: #100476;
        text-decoration: none;
    }

/* landing page style start */
.hero-section {
    background-color: #fff;
    overflow: hidden;

    padding: 120px 20px;
}
a.btn.btn-info.text-white:hover {
    text-decoration: none !important;
}
a.btn.btn-info.text-white {
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: LeagueSpartan, sans-serif !important;
    background: rgb(28, 189, 236) !important;
    padding: 6px 25px;
    font-size: 14px;
    margin-inline: 10px;
    padding-bottom: 0px;
    margin-top: -10px;
    border-radius: 10px;
}
    .hero-section h1.text-content.mb-3 {
        display: flex;
        flex-direction: column;
    }

    /* Positioning girl image */
    .hero-section .girl-img {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    /* Cloud */
    .hero-section .cloud-img {
        width: 260px;
        top: 4%;
        right: 23%;
        z-index: 1;
        transform: rotateX(23deg) rotateY(-190deg);
    }

    .hero-section .Bring-hero {
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 42px;
        line-height: 3px;
        letter-spacing: 0.11em;
    }

    .hero-section .emotional-learning {
        font-size: 91px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 135px;
        letter-spacing: 0.025em;
    }

    /* Green Star */
    .hero-section .star-green {
        width: 50px;
        top: 30%;
        right: 12%;
    }

    .hero-section .Life-with {
        color: #100476;
        font-size: 51px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;

        letter-spacing: 0em;
    }

    /* Blue Star */
    .hero-section .star-blue {
        width: 90px;
        bottom: 38%;
        left: 5%;
        transform: rotate(-27deg);
    }

    .hero-section .interactive-digital {
        color: #1cbdec;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        line-height: 0px;
        letter-spacing: -0.108em;
        line-height:40px;
    }

    /* Curved Arrow */
    .hero-section .arrow-img {
        width: 110px;
        bottom: 23%;
        left: 10%;
        transform: rotateX(18deg) rotateY(-103deg);
        transform: rotateX(-29deg) rotateY(174deg) rotateZ(-50deg);
    }

    /* Shared image styling */
    .hero-section .cloud-img,
    .hero-section .star-img,
    .hero-section .arrow-img {
        position: absolute;
    }

/* Free Trial */

.free-trial-section {
    background-color: #fff;
    padding: 100px 20px;

}

.free-trial-text {
    color: #100476;
    font-size: 22px;
    text-align: center;
    font-family: 'ttwell-reg', sans-serif;
}

.free-trial-btn {
    background-color: #1a1470;
    color: #fff;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-family: 'ttwell-reg', sans-serif;
}

    .free-trial-btn:hover {
        background-color: #1a1470;
        color: #fff;
        font-size: 20px;
        padding: 12px 30px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
        font-family: 'ttwell-reg', sans-serif;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .free-trial-text {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

   
}

/* learning-section */
.learning-section {
    background: linear-gradient(to bottom, #fff, #dbf0f6);
    background-size: cover;
    position: relative;
    padding: 80px 0px;
    background-blend-mode: darken;
    color: #fff;
    overflow: hidden;
    z-index: 0;

    /* height: 100vh; */
}

    .learning-section .emotional-learning {
        font-size: 22px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 1.7;
        font-weight: 400;
        text-align: center;
    }

    /* Crown above image */
    .learning-section .decor-crown {
        position: absolute;
        top: -65px;
        left: 13%;
        width: 90px;
        z-index: 2;
        transform: rotate(-25deg);
    }

    /* Star top-right */
    .learning-section .decor-star {
        position: absolute;
        top: 62px;
        right: 17%;
        width: 65px;
        z-index: 1;
        transform: rotate(27deg);
    }

/* Typography */
.section-heading {
    /* font-size: 22px;
  line-height: 1.7;
  font-weight: 400;
  text-align: center; */
}

.learning-section .section-heading .text-highlight {
    color: #f0377e;
    font-weight: bold;
}

.learning-section .section-desc {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300;
    text-align: center;
}

.learning-section .classroom-wrapper {
    position: relative;
    display: inline-block;
}

.learning-section .classroom-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: auto;
}

.learning-section .classroom-foreground {
    position: relative;
    z-index: 1;
    max-width: 65%;
    height: auto;
}
.section-learner {
    position: relative;
    background: #002060; /* Dark Navy Blue */
    color: #fff;
    padding: 100px 20px;
    overflow: hidden;
}

/* 🔹 Blue Brush Images */
.brush-top,
.brush-bottom {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 0;
}

.brush-top {
    top: 60px;
}

.brush-bottom {
    bottom: 55px;

}

/* 🔹 Crown */
.learning-section .decor-crown {
    position: absolute;
    top: -70px;
    left: 9%;
    width: 100px;
    z-index: 3;
    transform: rotate(-25deg);
}

/* 🔹 White Star */
.learning-section .decor-star {
    position: absolute;
    top: 150px;
    right: 17%;
    
    width: 70px;
    z-index: 3;
}

/* 🔹 Classroom Wrapper */
.learning-section .classroom-wrapper {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.learning-section .classroom-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 1;
}

.learning-section .classroom-foreground {
    position: relative;
    z-index: 2;
    max-width: 70%;
    height: auto;
}



/* Responsive */
@media (max-width: 768px) {
    .learning-section .section-heading {
        font-size: 20px;
        text-align: center;
    }

    .learning-section .section-desc {
        font-size: 16px;
        text-align: center;
    }

    .learning-section .decor-crown {
        left: 40%;
        top: -15px;
        width: 50px;
    }

    .learning-section .decor-star {
        right: 15px;
        top: 10px;
        width: 40px;
    }
}

/* eduactors-section */
.grid-educator {
    background: url('./images/educator_bg.png') no-repeat;
    background-size: cover;
    padding: 60px 20px;
    color: #333;

}

    .grid-educator .educator-text {
        text-align: center;
    }

        .grid-educator .educator-text h2 {
            color: rgb(207, 19, 136);
            line-height: 65px;
            font-size: 55px;
            font-family: 'juliussans-one', sans-serif;
        }

.educator-section {
    position: relative;
}

img.img-fluid.eductor-left-bottom {
    position: absolute;
    bottom: -45px;
    left: 0px;
}

.grid-educator .educator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 60px;
}

.grid-educator .educator-box {
    background-color: #00b3e6;
    padding: 40px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 350px;
}

    .grid-educator .educator-box:hover {
        transform: translateY(-5px);
    }

    .grid-educator .educator-box h5 {
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 23px;
        margin-bottom: 10px;
        color: #100476;
        font-weight:600;
    }

    .grid-educator .educator-box p {
        font-size: 22px;
        text-align: center;
        margin: 0;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
    }

/* interactive-section */
.interactive-section {
    padding: 90px 20px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.interactive-section {
    display: flex;
    /* flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center; */
}

/* .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
    box-sizing: border-box;
} */

/* Left Image Wrapper with background + foreground */
.interactive-section-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.interactive-section-bg-image {
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 670px;
    background-image: url('./images/bg-interactive.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    z-index: 1;
}

.interactive-section-foreground {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
}

/* Right side text */
.interactive-section-text {
    display: flex;
    /* gap: 20px; */
    flex-direction: column;
    padding-block: 40px;
    /* display: flex; */
    /* align-items: center;
    justify-content: center;
    text-align: center; */
    /* height: 100%;
    flex-direction: column;
} */
}

    /* .interactive-section-text h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
} */
    .interactive-section-text .tech {
        text-align: start;
        color: #cf1388;
        font-size: 46px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
       /* line-height: 30px;*/
    }

    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 44px;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: -0.108em;
        line-height: 9px;
    }

    .interactive-section-text .with {
        text-align: center;
        color: #cf1388;
        font-size: 46px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 55px;
        margin-left: -160px;
    }

    .interactive-section-text .Interactive {
        font-size: 96px;
        text-transform: uppercase;
        color: #a6cf1c;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 54px;
        letter-spacing: 0.025em;
        margin-left: -110px;
    }

    .interactive-section-text .Calim {
        font-size: 54px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        margin-left: -85px;
    }

    .interactive-section-text div {
        display: block;
        /* force each line to be on its own line */
    }

/* Responsive */
@media (max-width: 768px) {
    /* .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    } */

    /* .interactive-section-text h2 {
        font-size: 1.5rem;
    } */
}




/* video-section */
.video-section {
    padding: 40px 20px;

}

.video-section-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    position: relative;
}

.video-section-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

/* === TEXT STYLING === */
.video-section-text h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: bold;
}

.video-section .text-lesson-content .tech {
    color: #a6cf1c;
    font-size: 53px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-family: 'ttwell-reg', sans-serif;
    line-height: 0px;
    letter-spacing: 0.11em;
}


.video-section .text-lesson-content .content {
    color: #1cbdec;
    font-size: 41px;
    font-family: 'juliussans-one', sans-serif;
    margin-left: 200px;
}

.video-section .text-lesson-content .with {
    color: #cf1388;
    font-size: 42px;
    font-family: 'ttwell-reg', sans-serif;
    text-transform: uppercase;
    margin-left: 150px;
}

.video-section .text-lesson-content .video {
    color: #cf1388;
    font-size: 110px;
    text-transform: uppercase;
    font-family: 'sixcaps', sans-serif;
    margin-left: 210px;
}

.video-section .text-lesson-content .lesson {
    color: #100476;
    font-family: 'white-apricot', sans-serif;
    font-size: 82px;
    margin-left: 180px;
}

/* === IMAGE STYLING === */
.video-section-image .child-laptop {
    width: 100%;
    height: auto;
    display: block;
}

/* === DECORATIVE ELEMENTS === */
.video-section .paper-plane {
    position: absolute;
    left: -93px;
    bottom: 175px;
    width: 180px;
    height: auto;
    z-index: 10;
}

.video-section .star {
    position: absolute;
    right: 60px;
    top: 20px;
    width: 100px;
    height: auto;
    z-index: 10;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
    .video-section-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }

    .video-section-text h2 {
        font-size: 2rem;
        text-align: center;
    }

    .video-section-image {
        text-align: center;
    }

    .video-section-plane {
        bottom: 10px;
        left: 20px;
    }

    .video-section-star {
        top: 5px;
        right: 5px;
    }
}

@media (max-width: 768px) {
    .video-section-row {
        flex-direction: column;
        text-align: center;
    }

    .video-section-text,
    .video-section-image {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

/* digital-activites */
.digitalactivities-section {
    padding: 40px 20px;

}

    .digitalactivities-section .text-content {
        text-align: left;
    }

    .digitalactivities-section h1 {
        display: flex;
        flex-direction: column;
    }

    .digitalactivities-section .text-digital-content .engage {
        color: #1cbdec;
        font-size: 53px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 92px;
        text-align: center;
      
        letter-spacing: 0em;
        margin-left: 180px;
    }

    .digitalactivities-section .text-digital-content .with {
        color: #cf1388;
        font-size: 52px;
        font-family: 'ttwell-reg', sans-serif;
        letter-spacing: 0.11em;
        text-align: start;
        line-height: 57px;
        margin-left: 155px;
    
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /*     font-weight: bold;*/
        font-size: 118px;
        font-family: 'sixcaps', sans-serif;
        line-height: 98px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: 75px;
    }

    .digitalactivities-section .activities {
        color: #cf1388;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: -0.108em;
        margin-top: -50px;
    }

    .digitalactivities-section .text-digital-content .digital-heading {
        display: flex;
        flex-direction: column;
        gap: 0.3em;
        line-height: 1.2;
    }

    .digitalactivities-section .text-digital-content .line.engage-line {
        display: flex;
        align-items: center;
    }

    /* Align DIGITAL and ACTIVITIES nicely */
    .digitalactivities-section .text-digital-content .digital-line {
        display: flex;
        align-items: center;
        gap: 0.5em;
    }

@media (max-width: 768px) {
    .digitalactivitie-sections .text-content {
        text-align: center;
        margin-top: 2rem;
    }
}

/* snag-free section */
.snag-free .section {
    background-color: #fff;
}

    .snag-free .section .section-snagheading {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }

        .snag-free.section .section-snagheading .snag {
            color: #1cbdec;
            /* Blue */
            font-size: 53px;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 93px;
            letter-spacing: 0.11em;
        }

        .snag-free.section .section-snagheading .free {
            color: #cf1388;
            /* Pink */
            font-size: 110px;
            font-family: 'sixcaps', sans-serif;
            line-height: 205px;
            letter-spacing: 0.025em;
        }

        .snag-free.section .section-snagheading .resources {
            color: #100476;
            /* Deep Blue - Cursive style assumed */
            font-family: 'white-apricot', sans-serif;
            font-size: 62px;
            letter-spacing: 0em;
            font-weight: bold;
        }

    .snag-free .section .image-wrapper img {
        max-width: 100%;
        height: auto;
        border: 1px solid #ccc;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .snag-free.section .btn.sel-button {
        background: #002060;
        color: #fff;
        padding: 10px 40px;
        font-size: 20px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 37px;
        margin: 10px 0px 30px;
    }


@media (max-width: 768px) {
    .snag-free .section .section-heading {
        font-size: 2rem;
    }

    .snag-free .section .sel-button {
        width: 100%;
        font-size: 1.1rem;
    }
}

/* you will get section */
.get-inside-section {
    background-image: url('./images/bg_imagestrat.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 4rem 1rem;
    height: 100vh;
    height: 700px;
}


    .get-inside-section::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 40px 20px;

        /* white overlay for readability */
        z-index: -1;
    }

    .get-inside-section .section-title {
        color: #cf1388;
        font-size: 55px;
        font-family: 'juliussans-one', sans-serif;
        margin-bottom: 2rem;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .get-inside-section .info-box {
        background-color: #1cbdec;
        color: #100476;
        padding: 1.5rem 10px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 23px;
        font-weight: 500;
        line-height: 1.5;
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

.tour-top-image img {
    width: 100%;
}
a.btn.btn-refund-index.primary {
    background: #002060;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-block: 5px;
}

/* Optional: Make it responsive for small devices */
@media (max-width: 576px) {
    .get-inside-section .section-title {
        font-size: 1.6rem;
    }

    .get-inside-section .info-box {
        font-size: 0.95rem;
        padding: 1rem;
    }
}

/* take a tour */
/* === Parent Container === */
.tour-section {

}

.tour-container {
    padding: 60px 20px;
}

    .tour-container .tour {
        align-items: center;
    }

    /* Left column */
    .tour-container .tour-left {
        position: relative;
        margin-bottom: 40px;
        text-align: center;
    }

        .tour-container .tour-left .materials-title .materials {
            font-size: 71px;
            font-weight: bold;
            color: #cf1388;
            letter-spacing: 1px;
            font-family: 'sixcaps', sans-serif;
            letter-spacing: 0.025em;
        }

        .tour-container .tour-left .materials-title .library {
            font-size: 60px;
            font-family: 'white-apricot', sans-serif;
            color: #100476;
            line-height: 33px;
            letter-spacing: 0em;
            font-weight: bold;
            margin-left: 70px;
        }

        .tour-container .tour-left .materials-title {
            position: absolute;
            top: 0px;
            left: 230px;
        }

        /* Decorations block */
        .tour-container .tour-left .tour-decorations {
            position: relative;
            width: 100%;
            height: 150px;
            margin-top: 40px;
        }

            .tour-container .tour-left .tour-decorations .star-icon {
                position: absolute;
                /* width: 40px; */
                height: auto;
            }

            .tour-container .tour-left .tour-decorations .star-green {
                top: -70px;
                left: 440px;
            }

            .tour-container .tour-left .tour-decorations .star-blue {
                top: 125px;
                left: 270px;
            }

.materials-title .materials {
    align-self: flex-start;
    /* Align to left */
    text-align: left;
}

.materials-title .library {
    align-self: flex-end;
    text-align: right;
}

.tour-container .tour-left .tour-decorations .arrow-icon {
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 378px;
    top: 95px;
}

/* .tour-container .materials-title {
  display: flex;
  flex-direction: column;
} */

/* Right column */
.tour-container .tour-right .library-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tour-section .tour-title {
    text-align: center;
    color: #cf1388;
    font-size: 55px;
    font-family: 'juliussans-one', sans-serif;
}

.tour-decor-dots img {
    width: 100%;
}

/* Responsive behavior */
@media (max-width: 991.98px) {

    .tour-container .tour-left,
    .tour-container .tour-right {
        text-align: center;
    }

        .tour-container .tour-left .tour-decorations {
            height: 100px;
        }

            .tour-container .tour-left .tour-decorations .arrow-icon {
                position: relative;
                top: 90px;
                left: 30px;
            }
}

/* lesson-section */
.lesson-section {
    padding: 60px 20px;
    background-color: #fff;
}

    .lesson-section .lesson-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 45px 0px 30px;
    }

    /* Left image */
    .lesson-section .lesson-left {
        text-align: center;
        margin-bottom: 30px;
    }

        .lesson-section .lesson-left .lesson-image {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
        }

    /* Right side content */
    .lesson-section .lesson-right {
        /* text-align: center; */
        position: relative;
    }

        .lesson-section .lesson-right .lesson-heading {
            font-size: 91px;
            font-weight: 700;
            line-height: 0.5;
            color: #002060;
            text-align: start;
            font-family: 'sixcaps', sans-serif;
        }


            .lesson-section .lesson-right .lesson-heading .details {
                font-size: 43px;
                color: #1cbdec;
                font-family: 'white-apricot', sans-serif;
                text-align: right;
                font-weight: bold;
                margin-left: 90px;
            }


        .lesson-section .lesson-right .lesson-arrow {
            /* width: 140px;
  margin-top: 0px; */
        }

/* Responsive Design */

/* sequence image */
/* Outer Section */
.sequence-section {
    padding: 190px 0;
    position: relative;
    background-color: #fff;
}

/* Heading Style */
.sequence-heading {
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    /* margin-bottom: 40px; */
    display: block;
}

.sequence-section .sequence-heading .bold.navy {
    line-height: 171px;
    letter-spacing: 0.025em;
    color: #002060;
    font-size: 91px;
    font-family: 'sixcaps', sans-serif;
    line-height: 80px;
    letter-spacing: 0.025em;
}

.sequence-section .sequence-heading .script.green {
    font-size: 55px;
    color: #a6cf1c;
    font-family: 'white-apricot', sans-serif;
    line-height: 82px;
    letter-spacing: 0em;
}

.sequence-section .sequence-heading .regular.pink {
    font-weight: 400;
    color: #cf1388;
    font-size: 42px;
    font-family: 'ttwell-reg', sans-serif;
    line-height: 75px;
    letter-spacing: 0.11em;
}

.sequence-section .sequence-heading .regular.blue,
.regular.sky {
    color: #1cbdec;
    font-size: 53px;
    font-family: 'ttwell-reg', sans-serif;
    line-height: 20px;
    letter-spacing: 0.11em;
}

.sequence-section .sequence-heading .amp {
    color: #100476;
    font-size: 62px;
    font-family: 'white-apricot', sans-serif;
    line-height: 26px;
    letter-spacing: 0em;
}

.sequence-bg .step .sequential-video {
    color: #100476;
    font-size: 23px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
    margin-top: 10px;
}

.sequence-section .sequence-heading {
    line-height: 1.2;
    font-size: 36px;
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

/* Line 1: Left aligned */
.sequence-section .line-top {
    display: flex;
    gap: 0.3em;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 110px;
}

/* Line 2: Center aligned */
.sequence-section .line-bottom {
    display: flex;
    gap: 0.3em;
    justify-content: center;
    align-items: flex-start;
}

/* Font classes */


/* .sequence-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} */

/* Colors */

/* Background Image */
.sequence-bg {
    background: url('./images/bg_imagestrat.png') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    height: 500px;
    text-align: center;
    align-content: center;
}

/* Step Images */
.sequence-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    justify-items: center;
    align-items: center;
}

    .sequence-steps .step img {
        width: 300px;
        height: 200px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

/* Responsive */
@media (max-width: 768px) {
    .sequence-heading {
        font-size: 24px;
    }

        .sequence-heading .script {
            font-size: 28px;
        }
}

/* feature-section */
.features-section {
    padding: 60px 20px;
    background-color: #fff;
}

/* Grid Layout */
.features-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 40px;
    align-items: start;
}

/* Left Side Styling */
.features-left {
    display: flex;
    flex-direction: column;
    gap: 92px;
    text-align: center;
    align-items: center;
}

/* Text Styling */
.features-section .feature-title {
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}


.features-section .features-grid .title-main {
    color: #cf1388;
    font-size: 91px;
    font-weight: 700;
    font-family: 'sixcaps', sans-serif;
    text-align: center;
    line-height: 84px;
    letter-spacing: 0.025em;
}

.features-section .features-grid .title-sub {
    color: #1cbdec;
    font-size: 53px;
    font-weight: 400;
    font-family: 'ttwell-reg', sans-serif;
    line-height: 71px;
    letter-spacing: 0.11em;
    text-align: center;
}


.features-section .features-grid .title-love {
    color: #a6cf1c;
    font-size: 80px;
    font-family: 'white-apricot', sans-serif;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    font-weight: bold;
}

/* Feature Card Styling */
.features-section .features-grid .feature-card {
    background-color: #fff0f5;
    padding: 20px 35px;
    border-radius: 12px;
    font-size: 23px;
    font-weight: 500;
    color: #002060;
    text-align: center;
    font-family: 'ttwell-reg', sans-serif;
    align-content: center;
    height: 200px;
    width: 400px;
}

/* Right Side: stack cards */
.features-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .features-left,
    .features-right {
        align-items: center;
        text-align: center;
    }

    .features-left {
        margin-bottom: 30px;
    }
}

/* cta section */
.cta-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
}

    .cta-section .cta-content {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .cta-section .cta-heading {
        font-size: 55px;
        font-weight: 600;
        color: #cf1388;
        margin-bottom: 10px;
        font-family: 'juliussans-one', sans-serif;
        line-height: 65px;
        letter-spacing: 0em;
    }

    .cta-section .cta-sub {
        color: #002060;
        font-size: 24px;
        margin-bottom: 30px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 44px;
        letter-spacing: 0em;
    }

    .cta-section .cta-arrows {
        position: relative;
        height: 40px;
    }

    .cta-section .arrow {
        position: absolute;
        width: 100px;
        height: auto;
    }

    .cta-section .arrow-left {
        left: 14%;
        top: -95px;
    }

    .cta-section .arrow-right {
        right: 15%;
        top: -90px;
    }

    .cta-section .cta-button {
        display: inline-block;
        background-color: #1a0074;
        color: #fff;
        padding: 14px 32px;
        font-size: 20px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 37px;
        letter-spacing: 0em;
    }



/* Responsive */
@media (max-width: 768px) {
    .cta-section .arrow-left {
        left: 0%;
    }

    .cta-section .arrow-right {
        right: 0%;
    }

    .cta-section .cta-heading {
        font-size: 28px;
        line-height: 40px;
    }

    .cta-section .cta-sub {
        font-size: 16px;
    }
}

/* email-images */
.email-signup-section {
    background-color: #fff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

    .email-signup-section .email-title {
        font-size: 35px;
        color: #cf1388;
        margin-bottom: 10px;
        font-family: 'juliussans-one', sans-serif;
        line-height: 65px;
        letter-spacing: 0em;
    }

    .email-signup-section .email-subtitle {
        color: #002060;
        font-size: 23px;
        margin-bottom: 30px;
        line-height: 1.6;
        font-family: 'ttwell-reg';
    }

.signup-email {
    text-align: center;
  /*  padding-inline: 80px;*/
}

.email-signup-section .email-form .email-input {
    background-color: #00a3cf;
    border: none;
    color: #fff;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 15px;
    min-width: 220px;
    flex: 1;
}

.email-signup-section .email-form .email-input-full {
    width: 100%;
    /* max-width: 500px; */
    margin-top: 10px;
}

.email-signup-section .email-input::placeholder {
    color: #f2f4f7;
    opacity: 0.9;
    font-size: 23px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

.email-signup-section .email-input:focus {
    outline: none;
    background-color: #008db8;
}

.email-signup-section .rocket-img {
    /* max-width: 120px;
  width: 100%; */
    height: auto;
    margin-top: 40px;
    width: 50%;
    /* margin-top: 30px; */
}

.email-signup-section .email-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* max-height: 80px;
  object-fit: cover; */
    z-index: 0;
    top: 40%;
}

/* .email-bottom-bg {
  background-image: url('/images/email_image.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto;
  height: 80px; /* Set height as needed 
  width: 100%;
} */

/* Responsive */
@media (max-width: 768px) {
    .email-signup-section .email-title {
        font-size: 22px;
    }

    .email-signup-section .rocket-img {
        margin-top: 40px;
    }

    .email-signup-section .email-form .email-input {
        width: 100%;
        min-width: auto;
    }

    .email-signup-section .email-form .email-input-full {
        width: 100%;
    }

    .email-signup-section .email-name-row {
        flex-direction: column;
    }
}

/* accordion section */
.faq-section {
    position: relative;
    background-color: #dbf0f6; /* White background */
    padding: 110px 0 100px 0; /* Space for top and bottom images */
    overflow: visible; /* Allow images to be visible outside the container */
}

    /* Top and Bottom Decorative Images */
    .faq-section .faq-top-img,
    .faq-section .faq-bottom-img {
        position: absolute;
        width: 100%;
        max-height: 200px; /* adjust if needed */
        object-fit: cover;
        z-index: 0;
        pointer-events: none;
    }

    .faq-section .faq-top-img {
        top: -15px;
        left: 0;
    }

    .faq-section .faq-bottom-img {
        bottom: -39px;
        left: 0;
    }

    /* Accordion Container should stay above the images */
    .faq-section .faq-accordion {
        position: relative;
        z-index: 2;
    }

    /* Title Styling */
    .faq-section .faq-title {
        font-size: 44px;
        font-weight: 600;
        color: #dc0b87;
        margin-block: 40px;
        font-family: 'juliussans-one', sans-serif;
    }

    /* Accordion Styling */
    .faq-section .accordion-item {
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
        border: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .faq-section .accordion-button {
        font-weight: 400;
        font-size: 23px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
    }

        .faq-section .accordion-button:not(.collapsed) {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background-color: #f0f8ff;
        }

    .faq-section .accordion-body {
        background-color: #fff;
        padding: 20px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
.laptop-wrapper{
    margin-top:90px;
    margin-bottom:30px;
}
/* highleighted section */
/* ———  Layout shell  ——— */
.resource-highlight {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 100px 0;
}

/* 🔹 Dotted Images */
.resource-highlight .dots-img {
    width: 100%;
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 5;
}
.dots-top { top: 105px; }
.dots-bottom { bottom: 80px; }

/* 🔹 Blue Brush Images */
.resource-highlight .blue-brush {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;

    mix-blend-mode: multiply; /* makes the brush blend with background */
}
.blue-top { top: 198px; }
.blue-bottom { bottom: 198px; }

/* 🔹 Blue Background Stripe */
.resource-highlight .stripe-wrapper {
    position: relative;
    z-index: 3;
    background: #002060;
    padding: 100px 0;
    margin: 120px 0;
}

/* 🔹 Stars */
.resource-highlight .star {
    position: absolute;
    width: 85px;
    z-index: 6;
}
.star-top-right {
    top: 95px;
    right: 378px;
}
.star-bottom-left {
    bottom: 225px;
    left: 575px;
    
}

/* 🔹 Cards Grid */
.resource-highlight .cards-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 🔹 Card Style */
.resource-highlight .card-box {
    background: #fff4fb;
    padding: 25px 20px;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 500;
    color: #002060;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    align-content: center;
}


.faq-dots-wrapper {
    position: relative;
    height: 80px;
    /* adjust spacing if needed */
    overflow: visible;
    z-index: 5;
    background: transparent;
}

.faq-top-dots-img {
    position: absolute;
    top: 0px;
    /* pull slightly up */
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.hero-section .laptop-wrapper .left-side-laptop {
    max-width: 450px;
}
.faq-section .faq-title {
    font-size: 44px;
    font-weight: 600;
    color: #dc0b87;
    margin-block: 40px;
    font-family: 'juliussans-one', sans-serif;
}


/* Accordion styling */
.faq-section .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.faq-section .accordion-button {
    font-weight: 400;
    font-size: 16px;
    color: #002060;
    font-size: 23px;
    font-family: 'ttwell-reg', sans-serif;
}

    .faq-section .accordion-button:not(.collapsed) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #f0f8ff;
    }

.faq-section .accordion-body {
    color: #002060;
    font-size: 20px;
    font-family: 'ttwell-reg', sans-serif;
    background:#fff;

}
faq-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #d3248f;
}


/* ———  Responsive tweaks  ——— */
@media (max-width: 576px) {
    .resource-highlight .star {
        width: 40px;
    }

    .resource-highlight .card-box {
        font-size: 14px;
        padding: 18px 14px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .hero-section .emotional-learning {
        font-size: 80px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 116px;
        letter-spacing: 0.025em;
    }

    .hero-section .arrow-img {
        width: 110px;
        bottom: 21%;
        left: 5%;
    }
    .blue-top {
        top: 160px;
    }

    .blue-bottom {
        bottom: 110px;
    }
    .faq-section .faq-top-img {
        top: -50px;
        left: 0;
    }
    .faq-section .faq-bottom-img {
        bottom: -110px;
        left: 0;
    }
    .hero-section .star-blue {
        width: 90px;
        bottom: 31%;
        left: -2%;
    }

    .hero-section .star-green {
        width: 50px;
        top: 43%;
        right: 9%;
    }

    .hero-section .cloud-img {
        width: 230px;
        top: 4%;
        right: 23%;
        z-index: 1;
    }

    .learning-section .decor-star {
        position: absolute;
        top: 150px;
        right: 8%;
    }

    .learning-section .decor-crown {
        position: absolute;
        top: -70px;
        left: 5%;
    }


    .grid-educator .educator-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -60px;
        left: 8px;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: -79px;
        left: 0;
        width: 101%;
        height: 590px;
    }

    .video-section-image .child-laptop {
        width: 85%;
        height: auto;
    }

    .video-section .paper-plane {
        position: absolute;
        left: 13px;
        bottom: 120px;
        width: 130px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: absolute;
        width: 120px;
        bottom: 0;
        left: 333px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -73px;
        left: 395px;
    }

    .tour-container .tour-left .tour-decorations .star-icon {
        position: absolute;
        /* width: 40px; */
        height: auto;
        width: 50px;
    }

    .sequence-steps .step img {
        width: 250px;
        height: 180px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .resource-highlight .star {
        position: absolute;
        width: 80px;
        z-index: 3;
    }

    .star-bottom-left {
        bottom: 150px;
        left: 290px;
    }

    .star-top-right {
        top: 110px;
        right: 155px;
    }

    .resource-highlight .dots-top {
        position: absolute;
        top: 110px;
    }

    .resource-highlight .dots-bottom {
        position: absolute;
        bottom: 50px;
    }

    .resource-highlight {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
        padding: 60px 0px 10px;
    }

    .faq-top-dots-img {
        position: absolute;
        top: 2px;
    }

    .hero-section .arrow-img {
        width: 150px !important;
        bottom: 30% !important;
        left: 0% !important;
    }

    .faq-section .faq-top-img, .faq-section .faq-bottom-img {
        position: absolute;
        width: 100%;
        height: 900px;
        z-index: 0;
        pointer-events: none;
    }

    .hero-section .star-blue {
        width: 90px !important;
        left: -4% !important;
        transform: rotate(-27deg) !important;
    }

    .hero-section .star-blue {
        width: 90px;
        bottom: 47% !important;
        left: -32%;
    }

    .hero-section .star-green {
        width: 50px !important;
        top: 15% !important;
        right: 15% !important;
    }

    .hero-section .cloud-img {
        width: 250px !important;
        top: -15% !important;
        right: 26% !important;
    }

    .interactive-section-text .tech {
        text-align: start;
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 28px;
    }

    .interactive-section-text .with {
        text-align: center;
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 20px;
        margin-left: -160px;
    }

    .hero-section .interactive-digital {
        color: #1cbdec;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        line-height: 0px;
        letter-spacing: -0.108em;
    }

    .hero-section .emotional-learning {
        font-size: 71px !important;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 61px !important;
        letter-spacing: 0.025em;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .interactive-section-text .tech {
        text-align: start;
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 28px;
    }

    .hero-section .interactive-digital {
        color: #1cbdec;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        line-height: 0px;
        letter-spacing: -0.108em;
    }

    .hero-section .Life-with {
        color: #100476;
        font-size: 46px;
        font-family: 'white-apricot', sans-serif;
        text-align: end;
    }

    .hero-section .Life-with {
        color: #100476;
        font-size: 51px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
        line-height: 48px;
        letter-spacing: 0em;
    }

    .interactive-section-text .with {
        text-align: center;
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 20px;
        margin-left: -160px;
    }

    .interactive-section-text .Calim {
        font-size: 51px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        line-height: 47px;
    }

    .hero-section .emotional-learning {
        font-size: 55px !important;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 51px !important;
        letter-spacing: 0.025em;
    }

    .hero-section .interactive-digital {
        color: #1cbdec;
        font-size: 32px !important;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .hero-section .arrow-img {
        width: 150px !important;
        bottom: 26% !important;
        left: -7% !important;
    }

    .faq-section .faq-top-img, .faq-section .faq-bottom-img {
        position: absolute;
        width: 100%;
        height: 900px;
        z-index: 0;
        pointer-events: none;
    }

    .hero-section .star-blue {
        width: 90px !important;
        left: -13% !important;
        transform: rotate(-27deg) !important;
    }

    .hero-section .star-blue {
        width: 90px;
        bottom: 42% !important;
        left: -10%;
    }

    .hero-section .star-green {
        width: 50px !important;
        top: 30% !important;
        right: 5% !important;
    }

    .hero-section .cloud-img {
        width: 250px !important;
        top: 0% !important;
        right: 26% !important;
    }

    .learning-section .decor-star {
        position: absolute;
        top: 145px;
        right: 5%;
    }

    .learning-section .decor-crown {
        position: absolute;
        top: -66px;
        left: 8%;
        width: 90px;
    }

    .grid-educator .educator-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -57px;
        left: -35px;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: -79px;
        left: 0;
        width: 100%;
        height: 480px;
    }

    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 36px;
    }

    .interactive-section-text {
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        padding-block: 20px;
    }

    .interactive-section {
        padding: 60px 20px;
    }

    .video-section .star {
        position: absolute;
        right: 25px;
        top: 21px;
        width: 100px;
    }

    .video-section .paper-plane {
        position: absolute;
        left: 0px;
        bottom: 110px;
    }

    .tour-container .tour-left .materials-title {
        position: absolute;
        top: 0px;
        left: 128px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: absolute;
        width: 120px;
        bottom: 0;
        left: 249px;
        top: 85px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -55px;
        left: 308px;
    }

    .tour-container .tour-left .tour-decorations .star-icon {
        position: absolute;
        width: 50px;
        height: auto;
    }

    .tour-container .tour-left .tour-decorations .star-blue {
        top: 110px;
        left: 170px;
    }

    .lesson-section .lesson-right .lesson-arrow {
        width: 40%;
    }

    .lesson-section .lesson-right .lesson-heading {
        font-size: 81px;
        font-weight: 700;
        line-height: 0.5;
        color: #002060;
        text-align: start;
        font-family: 'sixcaps', sans-serif;
    }

        .lesson-section .lesson-right .lesson-heading .details {
            font-size: 43px;
            color: #1cbdec;
            font-family: 'white-apricot', sans-serif;
            text-align: right;
            font-weight: bold;
            margin-left: 70px;
        }

    .sequence-section {
        padding: 20px 0;
    }

    .sequence-steps .step img {
        width: 200px;
        height: 140px;
    }

    .sequence-bg {
        background: url('./images/bg_imagestrat.png') no-repeat center center;
        background-size: cover;
        /* padding: 60px 0; */
        position: relative;
        z-index: 1;
        height: 350px;
        text-align: center;
    }

    .resource-highlight .cards-grid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }

    .resource-highlight .blue-stripe-img {
        width: 100%;
        display: block;
        height: 450px;
    }

    .resource-highlight .dots-top {
        position: absolute;
        top: 108px;
    }

    .star-top-right {
        top: 80px;
        right: 89px;
    }

    .resource-highlight .star {
        position: absolute;
        width: 40px;
        z-index: 3;
    }

    .star-bottom-left {
        bottom: 10px;
        left: 115px;
    }

    .resource-highlight .dots-bottom {
        position: absolute;
        bottom: 80px;
    }

    .resource-highlight {
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
        padding: 60px 0px 50px;
    }

    .email-signup-section {
        background-color: #fff;
        padding: 40px 20px;
        position: relative;
    }
    .resource-highlight .card-box {
        background: #fff4fb;
        padding: 5px 20px;
        border-radius: 12px;
        font-size: 22px;
        font-weight: 500;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        align-content: center;
    }
    .faq-top-dots-img {
        position: absolute;
        top: -30px;
    }

    .lesson-section {
        padding: 10px 20px;
        background-color: #fff;
    }

    /* .hero-section .arrow-img {
    width: 110px;
    bottom: 14%;
    left: -3%;
} */
    .hero-section .star-blue {
        width: 90px;
        bottom: 21%;
        left: -10%;
    }

    .grid-educator .educator-box p {
        font-size: 20px;
        text-align: center;
        margin: 0;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /* font-weight: bold; */
        font-size: 118px;
        font-family: 'sixcaps', sans-serif;
        line-height: 98px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: -68px;
    }
    .blue-bottom
{
        bottom: 155px;
    }
    .blue-top {
        top: 160px;
    }


}

@media (max-width: 1023px) and (min-width: 767px) {
    .hero-section .emotional-learning {
        font-size: 48px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 91px;
        letter-spacing: 0.025em;
    }

    .hero-section {
        background-color: #fff;
        overflow: hidden;

        padding: 70px 20px;
    }

        .hero-section .interactive-digital {
            color: #1cbdec;
            font-size: 27px;
            font-family: 'juliussans-one', sans-serif;
            text-align: center;
            line-height: 0px;
            letter-spacing: -0.108em;
        }

        .hero-section .laptop-wrapper .left-side-laptop {
            max-width: 350px;
        }

        .hero-section .girl-img {
            max-width: 60%;
            position: relative;
            z-index: 2;
        }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 66px;
        text-align: center;
        line-height: 60px;
        letter-spacing: 0em;
        margin-left: 129px;
    }

    .hero-section .arrow-img {
        width: 102px;
        bottom: 21%;
        left: -3%;
    }

    .hero-section .star-blue {
        width: 60px;
        bottom: 35%;
        left: -6%;
        transform: rotate(-18deg);
    }

    .hero-section .star-green {
        width: 40px;
        top: 38%;
        right: 5%;
    }

    .hero-section .cloud-img {
        width: 180px;
        top: 16%;
        right: 20%;
        z-index: 1;
    }

    .learning-section .classroom-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        width: 400px;
        height: auto;
    }

    .learning-section .classroom-foreground {
        position: relative;
        z-index: 1;
        max-width: 80%;
    }

    .learning-section .decor-crown {
        left: 2%;
        top: -40px;
        width: 50px;
    }

    .learning-section .decor-star {
        position: absolute;
        top: 169px;
        right: 6%;
        width: 50px;
    }

    .learning-section .section-desc {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 300;
        text-align: center;
    }

    .grid-educator .educator-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .grid-educator .educator-box {
        background-color: #00b3e6;
        padding: 40px 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
        height: 250px;
    }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -52px;
        left: 0px;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: -79px;
        left: 0;
        width: 100%;
        height: 365px;
    }

    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: -0.108em;
        line-height: 9px;
    }

   /* .interactive-section {
        padding: 90px 20px 20px;
    }*/

    .video-section .star {
        position: absolute;
        right: 0px;
        top: 14px;
        width: 75px;
    }

    .video-section .text-lesson-content .content {
        color: #1cbdec;
        font-size: 34px;
    }

    .video-section .paper-plane {
        position: absolute;
        left: 30px;
        bottom: 75px;
        width: 120px;
        height: auto;
        z-index: 10;
    }

    .get-inside-section .info-box {
        background-color: #1cbdec;
        color: #100476;
        padding: 1.5rem 1rem;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        height: 150px;
    }

    .get-inside-section .section-title {
        color: #cf1388;
        font-size: 52px;
        font-family: 'juliussans-one', sans-serif;
        margin-bottom: 2rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -90px;
        left: 10px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: relative;
        top: 100px;
        left: 70px;
    }

    .tour-container .tour-right .library-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        margin-top: 150px;
    }
}

/* Responsive Overrides for Hero Section */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
        text-align: center;
    }

        .hero-section .Bring-hero {
            font-size: 24px;
            line-height: 1.2;
        }

        .hero-section .emotional-learning {
            font-size: 32px;
            line-height: 1.3;
        }

        .hero-section .Life-with,
        .hero-section .interactive-digital {
            font-size: 22px;
            line-height: 1.3;
        }

        .hero-section .left-side-laptop {
            width: 80%;
            margin: auto;
        }

        .hero-section .girl-img {
            width: 50%;
            max-width: 280px;
        }

        .hero-section .cloud-img,
        .hero-section .star-img,
        .hero-section .arrow-img {
            display: none;
        }
}





/* landing page style end */


/* Homemmebership start here */

/*.hero-section h1 span {
    margin-bottom: 10px;
}*/

.hero-section {
    background-color: #fff;
    overflow: hidden;

}

    /* Positioning girl image */
    .hero-section .girl-img {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    /* Cloud */
    .hero-section .cloud-img {
        width: 300px;
        top: -0%;
        right: 23%;
        z-index: 1;
        transform: rotateX(23deg) rotateY(-190deg);
    }

    .hero-section .Bring-hero {
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 42px;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .hero-section .emotional-learning {
        font-size: 91px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 91px;
        letter-spacing: 0.025em;
    }

.btn.btn-login.text-white {
    background: #1cbdec;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'LeagueSpartan', sans-serif;
    padding: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 15px;
    padding-bottom: 0px;
}

/* Green Star */
.hero-section .star-green {
    width: 50px;
    top: 35%;
    right: 17%;
}

.hero-section .Life-with {
    color: #100476;
    font-size: 51px;
    font-family: 'white-apricot', sans-serif;
    text-align: center;
    margin-left: 130px;
}

/* Blue Star */
.hero-section .star-blue {
    width: 90px;
    bottom: 40%;
    left: 3%;
    transform: rotate(-27deg);
}

.hero-section .interactive-digital {
    color: #1cbdec;
    font-size: 41px;
    font-family: 'juliussans-one', sans-serif;
    text-align: center;
}

/* Curved Arrow */
.hero-section .arrow-img {
    width: 150px;
    bottom: 23%;
    left: 6%;
    transform: rotateX(18deg) rotateY(-103deg);
    transform: rotateX(-29deg) rotateY(174deg) rotateZ(-50deg);
}

/* Shared image styling */
.hero-section .cloud-img,
.hero-section .star-img,
.hero-section .arrow-img {
    position: absolute;
}

/* Free Trial */

.free-trial-section {
    background-color: #fff;
    padding: 100px 20px;
}

.free-trial-text {
    color: #100476;
    font-size: 22px;
    text-align: center;
    font-family: 'ttwell-reg', sans-serif;
}

.free-trial-btn {
    background-color: #1a1470;
    color: #fff;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    font-family: 'ttwell-reg', sans-serif;
}

    .free-trial-btn:hover {
        background-color: #1a1470;
        color: #fff;
        font-size: 20px;
        padding: 12px 30px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
        font-family: 'ttwell-reg', sans-serif;
    }

/* Responsive Adjustments */


/* membership-hero */
.schoolmembership-hero-section {
    padding: 60px 20px;
    background-color: #fff;
    padding-top: 150px;
}

    .schoolmembership-hero-section .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .schoolmembership-hero-section .content-left {
        flex: 1;
        min-width: 300px;
        position: relative;
    }

        .schoolmembership-hero-section .content-left h1 {
            font-size: 2rem;
            line-height: 60px;
            margin-bottom: 20px;
        }

    .schoolmembership-hero-section .highlight-pink {
        color: #dc0b87;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 36px;
        letter-spacing: 0.18em;
    }

    .schoolmembership-hero-section .highlight-blue {
        color: #002060;
        font-size: 80px;
        font-family: 'sixcaps', sans-serif;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    .schoolmembership-hero-section .highlight-green {
        color: #a6cf1c;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 36px;
        letter-spacing: 0.17em;
    }

    .schoolmembership-hero-section .highlight-script {
        color: #17bceb;
        font-family: 'white-apricot', sans-serif;
        font-size: 55px;
    }

    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 85%;
        top: 60%;
        width: 140px;
        transform: translate(-50%, -50%);
    }

    .schoolmembership-hero-section .content-right {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .schoolmembership-hero-section.girl-img {
        max-width: 100%;
        height: auto;
        z-index: 1;
    }





@media (max-width: 768px) {
    .schoolmembership-hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .schoolmembership-hero-section .content-left,
    .schoolmembership-hero-section .content-right {
        position: relative;
        width: 100%;
    }

    .schoolmembership-hero-section .highlight-blue {
        font-size: 48px;
    }

    .schoolmembership-hero-section .highlight-script {
        font-size: 45px;
    }
}

/* membership style */
.membership-benefit-section {
    padding: 50px 20px;
    background-color: #fff;
    /* font-family: 'Segoe UI', sans-serif; */
}

    /* .membership-benefit-section .membership-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
} */

    .membership-benefit-section .membership-text-top {
        margin-block: 0px;
    }

    .membership-benefit-section .membership-text-bottom {
        margin-block: 95px;
    }

    .membership-benefit-section .membership-text-top p {
        font-size: 26px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 44px;
        font-weight: 400;
        margin-bottom: 95px;
    }

    .membership-benefit-section .membership-text-bottom p {
        font-size: 24px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 42px;
        font-weight: 400;
    }


    .membership-benefit-section .membership-checklist {
        list-style: none;
        padding-left: 0;
        margin-top: 10px;
    }

        .membership-benefit-section .membership-checklist li {
            margin-bottom: 10px;
            font-size: 24px;
            color: #002060;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 42px;
            font-weight: 400;
        }

    .membership-benefit-section .membership-images {
        display: flex;
        gap: 70px;
        justify-content: center;
        flex-wrap: wrap;
    }

        .membership-benefit-section .membership-images .form-print {
            width: 100%;
            max-width: 400px;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .membership-benefit-section .membership-images img.scared-excited {
            /* width: 400px; */
            height: 400px;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            margin-block: 50px;
        }

/* whychoose-us */
.membership-whychoose-section {
    background: url('./images/bg_imagestrat.png') center top no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 20px;
    text-align: center;
    color: #b40073;
    /* Pinkish text color */
    height: 480px;
    align-content: center;
}

    .membership-whychoose-section h2 {
        font-size: 48px;
        font-weight: 500;
        line-height: 1.5;
        margin: 0 auto;
        color: #cf1388;
        font-family: 'juliussans-one', sans-serif;
    }

    /* Dot image at the bottom */
    .membership-whychoose-section::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 155px;
        background: url('./images/membership_dotted.png')center bottom no-repeat;
        background-size: cover;
        pointer-events: none;
    }



/* feature-section */
.membership-features-section {
    background-color: #fff;
    padding: 95px 20px 0px;
    margin-top: 70px;
    /* font-family: 'Segoe UI', sans-serif; */
}

    .membership-features-section .membership-features-container {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .membership-features-section .feature-item p {
        margin: 0;
    }

    .membership-features-section .star-icon {
        color: #f4c542;
        margin-right: 8px;
        font-size: 25px;
    }

    .membership-features-section .feature-item strong {
        font-size: 23px;
        color: #002060;
        font-family: 'ttwell-bold', sans-serif;
    }

    .membership-features-section .feature-description {
        color: #002060;
        font-size: 23px;
        margin-top: 4px;
        margin-left: 25px;
        line-height: 1.5;
        font-family: 'ttwell-reg', sans-serif;
        padding-bottom: 30px;
    }

/* Responsive tweak */
@media (max-width: 600px) {
    .membership-features-section .feature-description {
        margin-left: 0;
    }
}

/* sel */
.schoolmembership .sel-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
}

.schoolmembership .sel-container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.schoolmembership .sel-heading h2 {
    font-size: 2rem;
    line-height: 65px;
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

.schoolmembership .bring-ready {
    color: #d4007f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 92px;
    font-family: 'sixcaps', sans-serif;
}

.schoolmembership .wide-sel {
    color: #1cbdec;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 43px;
    font-family: 'ttwell-reg', sans-serif;
    margin-left: 130px;
}


.schoolmembership .text-life {
    color: #a6cf1c;
    font-family: 'white-apricot', sans-serif;
    font-size: 46px;
    text-align: center;
    line-height: 0px;
    margin-left: -88px;
    transform: rotate(-2deg);
    margin-bottom: 50px;
}

.schoolmembership .sel-content p {
    font-size: 21px;
    color: #002060;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'ttwell-reg', sans-serif;
}

.schoolmembership .sel-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.schoolmembership .sel-content li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    color: #002060;
    text-align: left;
    font-family: 'ttwell-reg', sans-serif;
}

.schoolmembership .checkmark {
    color: green;
    font-size: 1.2rem;
}

/* Responsive */


@media (max-width: 480px) {
    .schoolmembership .sel-heading h2 {
        font-size: 1.2rem;
    }

    .schoolmembership .text-end {
        font-size: 1.2rem;
    }
}

/*.schoolmembership.invoice-form-section /*
    


/* Decorative Images (top & bottom) */
.schoolmembership-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-block: 100px;
}

/* Background Wrapper (only behind the form) */
.bg-wrapper {
    background: #dbf0f6; /* light blue background */
    padding: 60px 0;
    position: relative;
    z-index: 2; /* keeps it below form but above waves */
}

/* Form Card */
.form-invoicecard {
    background: #dbf0f6;
    margin: 0 auto;
/*    padding: 30px;*/
    position: relative;
    z-index: 3;
}

/* Waves (should not be covered by bg) */
.decorative-wave {
    width: 100%;
    position: relative;
    display: block;
    z-index: 1;
}

/* Dots */
.decorative-dots {
    width: 100%;
/*    max-height: 60px;*/
    position: relative;
    display: block;
    z-index: 3;
    margin: 0;
}

/* Top positioning */
.top-dots {
    margin-bottom: -150px;
}

.top-wave {
    margin-bottom: -25px;
}

/* Bottom positioning */
.bottom-dots {
    margin-top: -45px;
}

.bottom-wave {
    margin-top: -160px;
}
a.explore-btn:hover{
    text-decoration: none;
    color: #002060;
}
a.btn.btn-refund-index.primary:hover {
    text-decoration: none;
}


/* pricing-info-section */
.multi-school-membership-section {
    padding: 40px 20px 180px;
}

    .multi-school-membership-section .content-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        flex-wrap: wrap;
        align-items: center;
        /* This will vertically center both sections */
        min-height: 400px;
    }

    /* Left Section */
    .multi-school-membership-section .info-section {
        /* flex: 1 1 auto; */
        flex: 1 0 0;
    }

    .multi-school-membership-section h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.2;
    }


    .multi-school-membership-section .highlight-pink {
        color: #cf1388;
        font-size: 92px;
        font-family: 'sixcaps', sans-serif;
    }

    .multi-school-membership-section .highlight-blue {
        color: #1cbdec;
        letter-spacing: 2px;
        font-size: 53px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .multi-school-membership-section p {
        font-size: 21px;
        max-width: 500px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
    }

    /* Right Section */
    .multi-school-membership-section .pricing-cards {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        justify-content: center;
        align-items: end;
        /* text-align: start;
  align-content: flex-start;
  align-items: start; */
    }

    .multi-school-membership-section .pricing-card {
        background-color: #fdf2f8;
        padding: 40px 40px;
        border-radius: 12px;
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
        text-align: center;
    }

        .multi-school-membership-section .pricing-card h3 {
            font-size: 23px;
            color: #cf1388;
            margin-bottom: 10px;
            font-family: 'LeagueSpartan', sans-serif;
        }

    .multi-school-membership-section .price {
        font-size: 23px;
        color: #002060;
        margin-bottom: 15px;
        font-family: 'juliussans-one', sans-serif;
    }

        .multi-school-membership-section .price span {
            font-size: 23px;
            color: #002060;
            margin-bottom: 15px;
            font-family: 'juliussans-one', sans-serif;
        }

.request-invoice-btn {
    background-color: #100476;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'ttwell-reg', sans-serif;
    text-decoration: none;
}



/* Responsive Design */
@media (max-width: 768px) {
    .multi-school-membership-section .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .multi-school-membership-section h2 {
        text-align: center;
    }

    .multi-school-membership-section .info-section,
    .multi-school-membership-section .pricing-cards {
        text-align: center;
    }

    /* .multi-school-membership-section .pricing-cards {
    width: 100%;
  } */
}

@media (max-width: 480px) {
    .multi-school-membership-section h2 {
        font-size: 26px;
    }

    .multi-school-membership-section .price {
        font-size: 16px;
    }

    .request-invoice-btn {
        width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 581px) {
    .membership-benefit-section .membership-text-top p {
        font-size: 20px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 44px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .membership-benefit-section .membership-text-bottom p {
        font-size: 18px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 42px;
        font-weight: 400;
    }

    .membership-benefit-section .membership-images img.scared-excited {
        height: 300px;
    }

    .membership-benefit-section .membership-images .form-print {
        width: 100%;
        max-width: 300px;
    }

    .membership-benefit-section .membership-checklist li {
        margin-bottom: 10px;
        font-size: 18px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 42px;
        font-weight: 400;
    }

    .membership-whychoose-section {
        background: url('./images/bg_imagestrat.png') center top no-repeat;
        background-size: cover;
        position: relative;
        text-align: center;
        color: #b40073;
        height: 200px !important;
    }

        .membership-whychoose-section::after {
            content: "";
            position: absolute;
            bottom: -43px;
            left: 0;
            width: 100%;
            height: 110px;
            background: url('./images/membership_dotted.png')center bottom no-repeat;
            background-size: cover;
            pointer-events: none;
        }

    .membership-benefit-section {
        padding: 0px 20px;
        background-color: #fff;
    }

        .membership-benefit-section .membership-text-bottom {
            margin-block: 55px;
        }

    .membership-whychoose-section {
        background: url('./images/bg_imagestrat.png') center top no-repeat;
        background-size: cover;
        position: relative;
        padding: 50px 20px;
    }

    .membership-features-section {
        background-color: #fff;
        padding: 45px 20px 0px;
    }

        .membership-features-section .feature-item strong {
            font-size: 20px;
            color: #002060;
            font-family: 'ttwell-bold', sans-serif;
        }

        .membership-features-section .feature-description {
            color: #002060;
            font-size: 18px;
            margin-top: 4px;
            margin-left: 25px;
            line-height: 1.5;
            font-family: 'ttwell-reg', sans-serif;
            padding-bottom: 20px;
        }

    .schoolmembership .sel-section {
        padding: 40px 20px;
        background-color: #fff;
        font-family: 'Arial', sans-serif;
    }

    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 43px;
        text-align: center;
        line-height: 0px;
        margin-left: 350px;
        transform: rotate(-2deg);
        margin-bottom: 50px;
    }

    .schoolmembership .wide-sel {
        color: #1cbdec;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 37px;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 111px;
    }

    .schoolmembership .bring-ready {
        color: #d4007f;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 81px;
        font-family: 'sixcaps', sans-serif;
    }

    .invoice-text {
        flex: 1;
        font-size: 1rem;
        color: #1b2c4a;
        line-height: 1.6;
        max-width: 300px;
        line-height: 1.6;
        font-size: 21px;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        margin-top: 5px;
        padding: 8px;
    }


    .invoice-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .schoolmembership.invoice-form-section {
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .multi-school-membership-section .highlight-pink {
        color: #cf1388;
        font-size: 81px;
        font-family: 'sixcaps', sans-serif;
    }

    .multi-school-membership-section .highlight-blue {
        color: #1cbdec;
        letter-spacing: 2px;
        font-size: 50px;
        font-family: 'ttwell-reg', sans-serif;
    }
}

/* Responsive */
@media (max-width: 1199px) and (min-width:992px) {
    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 82%;
        top: 60%;
        width: 140px;
        transform: translate(-50%, -50%);
    }

    .schoolmembership-hero-section .content-left {
        flex: auto;
        min-width: 300px;
        position: relative;
    }

    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 46px;
        text-align: center;
        line-height: 0px;
        margin-left: 250px;
        transform: rotate(-2deg);
        margin-bottom: 50px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 65%;
        top: 60%;
        width: 140px;
        transform: translate(-50%, -50%);
    }

    .schoolmembership-hero-section .content-left {
        flex: auto;
        min-width: 250px;
        position: relative;
    }

    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 46px;
        text-align: center;
        line-height: 0px;
        margin-left: 80px;
        transform: rotate(-2deg);
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .membership-benefit-section .membership-images {
        flex-direction: column;
        align-items: center;
    }

        .membership-benefit-section .membership-images img {
            max-width: 100%;
        }
}

@media (max-width: 581px) {
    .membership-benefit-section .membership-text-top p {
        font-size: 16px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 32px;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .membership-benefit-section .membership-text-bottom p {
        font-size: 16px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 32px;
        font-weight: 400;
    }

    .membership-benefit-section .membership-checklist li {
        margin-bottom: 10px;
        font-size: 16px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 32px;
        font-weight: 400;
    }

    .membership-benefit-section .membership-text-bottom {
        margin-block: 50px;
    }

    .membership-whychoose-section {
        background: url('./images/bg_imagestrat.png') center top no-repeat;
        background-size: cover;
        position: relative;
        padding: 20px 20px;
        text-align: center;
        color: #b40073;
        height: 170px;
        align-content: center;
    }

    .membership-benefit-section {
        padding: 20px 0px;
        background-color: #fff;
        /* font-family: 'Segoe UI', sans-serif; */
    }

    .membership-whychoose-section::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 80px;
        background: url('./membership/images/membership_dotted.png') bottom center no-repeat;
        background-size: cover;
        pointer-events: none;
    }

    .membership-features-section {
        background-color: #fff;
        padding: 40px 0px 0px;
        margin-top: 30px;
    }

        .membership-features-section .feature-item strong {
            font-size: 16px;
            color: #002060;
            font-family: 'ttwell-bold', sans-serif;
        }

        .membership-features-section .feature-description {
            color: #002060;
            font-size: 16px;
            margin-top: 4px;
            margin-left: 25px;
            line-height: 1.5;
            font-family: 'ttwell-reg', sans-serif;
            padding-bottom: 10px;
        }

    .schoolmembership .sel-section {
        padding: 40px 0px;
        background-color: #fff;
        font-family: 'Arial', sans-serif;
    }

    .schoolmembership .wide-sel {
        color: #1cbdec;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 30px;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 88px;
    }

    .schoolmembership .bring-ready {
        color: #d4007f;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 71px;
        font-family: 'sixcaps', sans-serif;
        line-height: 64px;
    }

    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 34px;
        text-align: center;
        line-height: 0px;
        margin-left: 338px;
        transform: rotate(-2deg);
        margin-bottom: 20px;
    }

    .schoolmembership .sel-content p {
        font-size: 16px;
        color: #002060;
        margin-top: 20px;
        text-align: left;
        font-family: 'ttwell-reg', sans-serif;
    }

    .schoolmembership.invoice-form-section {
        padding: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .invoice-text {
        flex: 1;
        color: #1b2c4a;
        line-height: 1.6;
        max-width: 300px;
        line-height: 1.6;
        font-size: 16px;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        margin-top: 5px;
        padding: 8px;
    }

    .invoice-wrapper {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .multi-school-membership-section {
        padding: 20px 20px 180px;
    }

        .multi-school-membership-section .highlight-blue {
            color: #1cbdec;
            letter-spacing: 2px;
            font-size: 36px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .multi-school-membership-section .highlight-pink {
            color: #cf1388;
            font-size: 71px;
            font-family: 'sixcaps', sans-serif;
        }

        .multi-school-membership-section p {
            font-size: 16px;
            max-width: 500px;
            color: #002060;
            font-family: 'ttwell-reg', sans-serif;
        }

        .multi-school-membership-section .pricing-card h3 {
            font-size: 16px;
            color: #cf1388;
            margin-bottom: 10px;
            font-family: 'LeagueSpartan', sans-serif;
        }

        .multi-school-membership-section .price {
            font-size: 16px;
            color: #002060;
            margin-bottom: 15px;
            font-family: 'juliussans-one', sans-serif;
        }

            .multi-school-membership-section .price span {
                font-size: 16px;
                color: #002060;
                margin-bottom: 15px;
                font-family: 'juliussans-one', sans-serif;
            }

    .request-invoice-btn {
        background-color: #100476;
        color: #fff;
        padding: 10px 40px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-family: 'ttwell-reg', sans-serif;
        text-decoration: none;
    }

    .multi-school-membership-section .pricing-card {
        background-color: #fdf2f8;
        padding: 40px 40px;
        border-radius: 12px;
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
        text-align: center;
    }

    .schoolmembership .sel-heading h2 {
        font-size: 2rem;
        line-height: 35px;
    }

    .schoolmembership .sel-content li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #002060;
        text-align: left;
        font-family: 'ttwell-reg', sans-serif;
    }

    .membership-whychoose-section h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin: 0 auto;
        color: #cf1388;
        font-family: 'juliussans-one', sans-serif;
    }

    .membership-benefit-section .membership-images img.scared-excited {
        /* width: 400px; */
        height: 300px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .schoolmembership-hero-section .highlight-pink {
        color: #dc0b87;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 27px;
        letter-spacing: 0.18em;
    }

    .schoolmembership-hero-section .content-left h1 {
        font-size: 2rem;
        line-height: 40px;
    }

    .schoolmembership-hero-section .content-left {
        flex: 1;
        min-width: 300px;
        position: relative;
        text-align: left;
    }

    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 90%;
        top: 55%;
        width: 100px;
        transform: translate(-50%, -50%);
    }

    .schoolmembership-hero-section {
        padding: 10px 00px;
        background-color: #fff;
    }

    .membership-features-section .star-icon {
        color: #f4c542;
        margin-right: 8px;
        font-size: 18px;
    }
}

@media (max-width: 491px) {
    .schoolmembership .bring-ready {
        color: #d4007f;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 51px;
        font-family: 'sixcaps', sans-serif;
    }

    .schoolmembership .wide-sel {
        color: #1cbdec;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 21px;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 88px;
    }

    .schoolmembership .wide-sel {
        color: #1cbdec;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 21px;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 60px;
    }

    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 27px;
        text-align: center;
        line-height: 0px;
        margin-left: 178px;
        transform: rotate(-2deg);
        margin-bottom: 20px;
    }

    .schoolmembership .sel-heading h2 {
        font-size: 2rem;
        line-height: 35px;
    }

    .membership-whychoose-section::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        height: 70px;
        background: url(./images/membership_dotted.png) center bottom no-repeat;
        background-size: cover;
        pointer-events: none;
    }

    .membership-whychoose-section h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin: 0 auto;
        color: #cf1388;
        font-family: 'juliussans-one', sans-serif;
    }

    .schoolmembership-hero-section .content-right {
        flex: 1;
        min-width: 256px;
        display: flex;
        flex-direction: column;
        align-items: initial;
        position: relative;
    }

    .schoolmembership .sel-section {
        padding: 20px 0px;
        background-color: #fff;
        font-family: 'Arial', sans-serif;
    }

    .schoolmembership-hero-section .highlight-green {
        color: #a6cf1c;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 21px;
        letter-spacing: 0.17em;
    }

    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 80%;
        top: 50%;
        width: 90px;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 351px) {
    .schoolmembership .text-life {
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        font-size: 27px;
        text-align: center;
        line-height: 0px;
        margin-left: 229px;
        transform: rotate(-2deg);
        margin-bottom: 20px;
    }

    .schoolmembership-hero-section .highlight-pink {
        color: #dc0b87;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 18px;
        letter-spacing: 0.18em;
    }

    .schoolmembership-hero-section .highlight-blue {
        color: #002060;
        font-size: 37px;
        font-family: 'sixcaps', sans-serif;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    .schoolmembership-hero-section .highlight-green {
        color: #a6cf1c;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 20px;
    }

    .schoolmembership-hero-section .highlight-script {
        color: #17bceb;
        font-family: 'white-apricot', sans-serif;
        font-size: 25px;
    }

    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 85%;
        top: 61%;
        width: 80px !important;
        transform: translate(-50%, -50%);
    }
}

/* Home-membership end */

/* Sel resouce start here */

/* hero-section */

.sel-resources-hero-section {
    background-color: #ffffff;
    color: #002060;
    margin-block: 60px;
}

.sel-resources-hero-section__badge {
    font-size: 42.5px;
    font-weight: 400;
    color: #1cbdec;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    line-height: 43px;
    letter-spacing: 0.11em;
}

.sel-resources-hero-section__headline {
    font-size: 91px;
    font-weight: 400;
    color: #002060;
    font-family: 'sixcaps', sans-serif;
    line-height: 85px;
    letter-spacing: 0.025em;
}


.sel-resources-hero-section__subheadline {
    font-size: 42px;
    color: #cf1388;
    font-weight: 500;
    font-family: 'juliussans-one', sans-serif;
    letter-spacing: 1px;
    line-height: 75px;
    letter-spacing: 0.103em;
}


.sel-resources-hero-section__desc {
    font-size: 23.2px;
    line-height: 1.8;
    color: #002060;
    margin-left: auto;
    margin-right: auto;
    line-height: 43px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

/* hero-endpage */

/* <!-- sel resources for positive-relation start--> */
.sel-resources-positive-relation {
    position: relative;
    padding: 80px 20px;
    background: url('./images/bg_imagestrat.png');
    text-align: center;
    overflow: hidden;
    height: 840px;
    background-size: cover;
}

    .sel-resources-positive-relation .dotted-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 180px;
        background: url('./images/membership_dooted.png') no-repeat;
        background-size: cover;
        z-index: 3;
        pointer-events: none;
        width: 100%;
    }

    .sel-resources-positive-relation .sel-resources-bookshelf {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-top: 60px;
    }

        .sel-resources-positive-relation .sel-resources-bookshelf img {
            max-width: 100%;
            height: auto;
        }

    .sel-resources-positive-relation .star {
        position: absolute;
        width: 120px;
        height: auto;
        z-index: 4;
    }

    .sel-resources-positive-relation .star-left {
        top: 40%;
        left: 18%;
        width: 120px;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 22%;
        width: 60px;
    }

    .sel-resources-positive-relation .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 16%;
        width: 60px;
    }

    .sel-resources-positive-relation .section-title {
        text-align: center;
        font-size: 23.5px;
        font-family: 'ttwell-reg', sans-serif;
        color: #000;
        z-index: 2;
        position: relative;
        margin-top: 90px;
        line-height: 43px;
        letter-spacing: 0em;
    }


/* <!-- sel resources for positive-relation end--> */


/* magnetfeel-start */
.sel-resources-magnet-feel {
    position: relative;
    padding: 80px 20px;
    background: url('./images/bg_imagestrat.png');
    text-align: center;
    overflow: hidden;
    height: 840px;
    background-size: cover;
    margin-block: 90px;
}

    .sel-resources-magnet-feel .dotted-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 180px;
        background: url('./images/membership_dooted.png') no-repeat;
        background-size: cover;
        z-index: 3;
        pointer-events: none;
        width: 100%;
    }

    .sel-resources-magnet-feel .section-title {
        text-align: center;
        font-size: 23.5px;
        font-family: 'ttwell-reg', sans-serif;
        color: #000;
        z-index: 2;
        position: relative;
        margin-top: 90px;
        line-height: 43px;
        letter-spacing: 0em;
    }

    .sel-resources-magnet-feel .star {
        position: absolute;
        width: 60px;
        z-index: 2;
    }

    .sel-resources-magnet-feel .star-left {
        top: 40%;
        left: 18%;
        width: 120px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 22%;
        width: 60px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 16%;
        width: 60px;
    }

    .sel-resources-magnet-feel .sel-resources-magnet-bookshelf {
        position: relative;
        text-align: center;
        z-index: 2;
        margin-top: 60px;
    }

        .sel-resources-magnet-feel .sel-resources-magnet-bookshelf img {
            max-width: 100%;
            height: auto;
        }

/* media query */
@media (max-width: 1599px) and (min-width: 1400px) {
    .sel-resources-positive-relation .sel-resources-bookshelf img {
        max-width: 80%;
        height: auto;
    }

    .sel-resources-positive-relation .star-left {
        top: 40%;
        left: 12%;
    }

    .sel-resources-positive-relation .star-right {
        top: 27%;
        right: 16%;
        width: 60px;
    }

    .sel-resources-positive-relation .star.star-top {
        top: 34%;
        transform: translateX(-50%);
        right: 8%;
        width: 60px;
    }
    .learning-section .decor-star {
        position: absolute;
        top: 150px;
        right: 8%;
        width: 70px;
        z-index: 3;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .sel-resources-positive-relation .star-left {
        top: 40%;
        left: 10%;
        width: 95px;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 15%;
        width: 55px;
    }

    .sel-resources-positive-relation .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 5%;
        width: 55px;
    }

    .sel-resources-positive-relation .sel-resources-bookshelf img {
        max-width: 80%;
        height: auto;
    }
    .learning-section .decor-star {
        position: absolute;
        top: 150px;
        right: 5%;
        width: 70px;
        z-index: 3;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .sel-resources-positive-relation .sel-resources-bookshelf img {
        max-width: 80%;
        height: auto;
    }

    .sel-resources-positive-relation .star-left {
        top: 38%;
        left: 11%;
        width: 90px;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 15%;
        width: 55px;
    }

    .sel-resources-positive-relation .star.star-top {
        /* right: 17%; */
        top: 35%;
        /* right: 48%; */
        right: 9%;
        width: 55px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .sel-resources-magnet-feel .star-left {
        top: 42%;
        left: 14%;
        width: 120px;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 18%;
        width: 60px;
    }
    .learning-section .decor-star {
        position: absolute;
        top: 150px;
        right: 10%;
        width: 70px;
        z-index: 3;
    }
    .sel-resources-positive-relation .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 11%;
        width: 60px;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .sel-resources-magnet-feel .sel-resources-magnet-bookshelf img {
        max-width: 80%;
        height: auto;
    }

    .sel-resources-magnet-feel .star-left {
        top: 40%;
        left: 12%;
    }

    .sel-resources-magnet-feel .star-right {
        top: 27%;
        right: 16%;
        width: 60px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 34%;
        transform: translateX(-50%);
        right: 8%;
        width: 60px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .sel-resources-magnet-feel .star-left {
        top: 40%;
        left: 10%;
        width: 95px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 15%;
        width: 55px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 5%;
        width: 55px;
    }

    .sel-resources-magnet-feel .sel-resources-magnet-bookshelf img {
        max-width: 80%;
        height: auto;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .sel-resources-magnet-feel .sel-resources-magnet-bookshelf img {
        max-width: 80%;
        height: auto;
    }

    .sel-resources-magnet-feel .star-left {
        top: 38%;
        left: 11%;
        width: 90px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 15%;
        width: 55px;
    }

    .sel-resources-magnet-feel .star.star-top {
        /* right: 17%; */
        top: 35%;
        /* right: 48%; */
        right: 9%;
        width: 55px;
    }

    .sel-resources-positive-relation {
        position: relative;
        padding: 80px 20px;
        background: url('./images/bg_imagestrat.png');
        text-align: center;
        overflow: hidden;
        height: 740px;
        background-size: cover;
    }

    .sel-resources-magnet-feel {
        position: relative;
        padding: 80px 20px;
        background: url('./images/bg_imagestrat.png');
        text-align: center;
        overflow: hidden;
        height: 740px;
        background-size: cover;
        margin-block: 90px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .sel-resources-magnet-feel .star-left {
        top: 42%;
        left: 14%;
        width: 120px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 18%;
        width: 60px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 35%;
        transform: translateX(-50%);
        right: 11%;
        width: 60px;
    }
    .learning-section .decor-star {
        position: absolute;
        top: 150px;
        right: 10%!important;
        width: 70px;
        z-index: 3;
    }
}

/* sel resource end */

/* sel eductor-start here */
/* Parent Container */
.hero-sel-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
}

/* Left Column */
.hero-sel-left {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 20px;
}

.hero-sel-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

    .hero-sel-heading .text-blue {
        color: #1cbdec;
        font-weight: 500;
        font-size: 42px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        line-height: 43px;
        font-family: 'ttwell-reg',sans-serif;
    }

    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 84px;
        line-height: 71px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps',sans-serif;
    }

    .hero-sel-heading .text-navy {
        color: #100476;
        /* font-weight: 700; */
        font-family: 'white-apricot',sans-serif;
        font-size: 51px;
        line-height: 71px;
        letter-spacing: 0.025em;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left: 40px;
    }

    .hero-sel-heading .text-green {
        color: #a6cf1c;
        font-weight: 500;
        display: block;
        font-size: 41px;
        line-height: 71px;
        letter-spacing: 0px;
        font-family: 'juliussans-one',sans-serif;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left: 40px;
    }



.hero-sel-description {
    font-size: 28px;
    color: #002060;
    margin-top: 20px;
    max-width: 90%;
    font-family: 'ttwell-reg', sans-serif;
}

/* Right Column */
.hero-sel-right {
    flex: 1 1 45%;
    max-width: 45%;
    position: relative;
    text-align: center;
}

.hero-sel-img-container {
    position: relative;
    display: inline-block;
    margin-top: 150px;
}

    .hero-sel-img-container img.hero-sel-main-img {
        width: 100%;
        height: auto;
        display: block;
    }

.hero-sel-star-left,
.hero-sel-star-right,
.hero-sel-cloud {
    position: absolute;
    /* width: 40px; */
    height: auto;
}

.hero-sel-star-left {
    top: 20%;
    left: 4px;
}

.hero-sel-star-right {
    top: 7%;
    right: 30px;
}

.hero-sel-cloud {
    top: -130px;
    right: 50%;
    transform: translateX(50%);
}



/* teaching-selpage */
.teaching-sel {
    padding: 60px 20px;
}



    .teaching-sel .title-part h1 {
        font-size: 2.8rem;
        line-height: 1.3;
        font-weight: 700;
    }

    .teaching-sel .title-part .sel {
        font-size: 91px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 91px;
        letter-spacing: 0.025em;
    }



    .teaching-sel .content-part {
        font-size: 24px;
        line-height: 1.7;
        color: #cf1388;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

        .teaching-sel .content-part strong {
            font-weight: 700;
        }


/* why-use scw */

.use-the-school-world {
    position: relative;
    background: url('./images/bg_imagestrat.png') center no-repeat;
    background-size: cover;
    padding: 100px 20px 60px 20px;
    text-align: center;
    overflow: hidden;
    height: 700px;
}

.use-the-school-world {
    position: relative;
    /*   background-color: #e3f0f7;  light blue background */
    padding: 100px 20px 60px 20px;
    text-align: center;
    overflow: hidden;
}

    /* Top dotted decorative image */
    .use-the-school-world::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: url('./images/sel-dotted-top.png') center no-repeat;
        background-size: contain;
        z-index: 1;
    }

    .use-the-school-world h2 {
        color: #002060;
        margin-bottom: 40px;
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
        font-size: 34px;
        font-family: 'juliussans-one', sans-serif;
    }


/* Brush-style block */
.user-role {
    background: url('./images/sel-foreground-bg.png') center;
    background-size: cover;
    padding: 10px 5px;
    margin: 10px;
    border-radius: 8px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: 'ttwell-reg', sans-serif;
}


/* why scw */
.educator-scw {
    background: #fff; /* light background */
    padding: 80px 20px;
    text-align: center;
}

    .educator-scw h2 {
        color: #cf1388;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 40px;
        font-size: 48px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
.never-teach {
    color: #1cbdec;
    font-size: 44px;
    font-family: 'juliussans-one', sans-serif;
    display: inline-block;
  /*  width: 100%;*/
    text-align: start;
    margin-left: 90px;
}
.easy-fun {
    color: #a6cf1c;
    font-size: 51px;
    font-family: 'white-apricot', sans-serif;
    text-align: start;
    display: inline-block;
/*    width: 100%;*/
    text-align: start;
    margin-left: 70px;
}

.educator-card {
    background: #fdf2f8;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    height: 500px;
    transition: all 0.3s ease;
}

    .educator-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .educator-card h5 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        height: 60px;
        font-weight: bold;
    }

    .educator-card p {
        font-size: 23px;
        color: #002060;
        line-height: 1.5;
        font-family: 'ttwell-reg', sans-serif;
    }


/* spcial families */
.special-discount .title {
    font-size: 91px;
    font-family: 'sixcaps', sans-serif;
    color: #cf1388;
    text-transform: uppercase;
    line-height: 91px;
    letter-spacing: 0.025em;
}

.special-discount .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #1cbdec;
    font-family: 'ttwell-reg', sans-serif;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.11em;
    margin-left: 80px;
}

.special-discount .highlight {
    font-weight: 600;
    color: #a6cf1c;
    font-size: 54px;
    font-family: 'white-apricot', sans-serif;
    text-align: center;
}

.special-discount .description,
.special-discount .discount-info,
.special-discount .note {
    color: #002060;
    font-family: 'ttwell-reg', sans-serif;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 50px;
}


.special-discount .btn-primary {
    background-color: #001b60;
    border-color: #001b60;
    padding: 10px 20px;
    border-radius: 6px;
    border-radius: 6px;
    color: #d8dadf;
    font-family: 'ttwell-reg', sans-serif;
    margin-bottom: 0px;
    font-size: 18px;
}

    .special-discount .btn-primary:hover {
        background-color: #00104b;
        border-color: #00104b;
    }

/* sel for life */
.sel-left {
    background-image: url('./images/bg_imagestrat.png'); /* Replace with actual path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    color: #1a1a1a;
    height: 600px;
    align-content: center;
}

    .sel-left .section-title {
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #cf1388;
        font-size: 36px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }


    .sel-left .section-text {
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto 10px;
        margin-bottom: 10px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 60px;
        font-size: 22px;
        text-align: center;
    }


        .sel-left .section-text em {
            font-style: italic;
        }

        .sel-left .section-text strong {
            font-weight: 600;
        }

    .sel-left .sel-btn {
        margin-top: 25px;
        background-color: #001b60;
        color: #fff;
        padding: 12px 45px;
        font-weight: 500;
        border: none;
        border-radius: 6px;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 20px;
    }


        .sel-left .sel-btn:hover {
            background-color: #00104b;
            text-decoration:none;
        }

/* scw-trainned */

/* Second Section */
.scw-traineed {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 200px;
}

    .scw-traineed p {
        color: #dc0b87;
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 1.6;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 23px;
    }

    .scw-traineed img.star {
        position: absolute;
        top: -15px;
        left: 30px;
        height: 70px;
    }

    .scw-traineed img.heart {
        position: absolute;
        bottom: 0px;
        right: 60px;
        height: 70px;
    }
/* explore hub */
.explore-hub {
    background: url('./images/learning_bg\ .png') no-repeat center/cover;
    color: #fff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
    height: 900px;
}

/* Container Flex */
.explore-hub__container {
    /* max-width: 1200px; */
    margin: auto;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/* Left Side */
.explore-hub__left {
    flex: 1 1 40%;
    position: relative;
    align-content: center;
}

.shape-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.yellow-star {
    position: absolute;
    bottom: 30px;
    left: 70px;
    width: 80px;
    z-index: 2;
}

.explore-hub__heading {
    position: relative;
    z-index: 3;
    font-size: 48px;
    color: #cf1388;
    padding: 40px 20px;
    line-height: 1.5;
    font-family: 'juliussans-one', sans-serif;
    text-align: center;
}

/* Right Side */
.explore-hub__right {
    flex: 1 1 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.blue-star {
    position: absolute;
    top: 0;
    right: 150px;
    width: 80px;
}

.explore-hub__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
}

    .explore-hub__list li {
        display: flex;
        align-items: center;
        font-size: 21px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
    }

        .explore-hub__list li img {
            width: 18px;
            margin-right: 10px;
        }

/* Button Area */
.explore-hub__button-wrapper {
    margin-top: 40px;
    text-align: center;
}

    .explore-hub__button-wrapper p {
        font-size: 28px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

.explore-btn {
    padding: 10px 40px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 16px;
    color: #002060;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

    .explore-btn:hover {
        background-color: #f0f0f0;
    }


/* feature-hightlight-styles */
.feature-highlight {
    position: relative;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    color: #333;
}

    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 361px;
        width: 140px;
    }

    .feature-highlight .right-img {
        position: absolute;
        top: 150px;
        right: 107px;
        width: 140px;
    }

    .feature-highlight .heading {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

        .feature-highlight .heading span:first-child {
            font-size: 91px;
            font-family: 'sixcaps', sans-serif;
            color: #cf1388;
            text-transform: uppercase;
            line-height: 91px;
            letter-spacing: 0.025em;
            text-align: center;
        }

        .feature-highlight .heading span:last-child {
            margin-left: 8px;
            text-transform: uppercase;
            color: #1cbdec;
            font-family: 'ttwell-reg', sans-serif;
            margin-bottom: 0px;
            font-size: 53px;
            line-height: 43px;
            letter-spacing: 0.11em;
            text-align: end;
            margin-right: 250px;
            margin-top: 10px;
        }

    .feature-highlight .feature-list {
        margin-top: 80px;
    }

    .feature-highlight .feature-item {
        margin-bottom: 25px;
    }

        .feature-highlight .feature-item h4 {
            color: #002060;
            font-family: 'ttwell-reg', sans-serif;
            margin-bottom: 0px;
            font-size: 24px;
            line-height: 19px;
            font-weight: bold;
        }

            .feature-highlight .feature-item h4::before {
                content: "⭐";
                margin-right: 8px;
                color: gold;
            }

        .feature-highlight .feature-item p {
            margin: 5px 0 0;
            color: #002060;
            font-family: 'ttwell-reg', sans-serif;
            margin-bottom: 0px;
            font-size: 22px;
        }


/* image */
.feature-highlight .image-container {
    max-width: 700px;
    margin: 40px auto;
    /* padding: 15px;
  border: 2px dashed #ddd;
  border-radius: 12px; */
    text-align: center;
    background-color: #f9f9f9;
}

    .feature-highlight .image-container img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* sel eductor-end here */

/* curriculum-hub start */
/* her-section */
.curriculum-hub-section {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: start;
    font-family: 'Helvetica Neue', sans-serif;
    color: #002060;
    /* max-width: 900px; */
    margin: 0 auto;
}

.curriculum-hub-header-group {
    margin-bottom: 30px;
}

.curriculum-hub-heading {
    font-size: 91px;
    font-weight: 700;
    color: rgb(207, 19, 136);
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 95px;
    letter-spacing: 0.025em;
    font-family: 'sixcaps', sans-serif;
}

.curriculum-hub-subheading {
    font-size: 42px;
    font-weight: 300;
    color: #1cbdec;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 0.11em;
    font-family: 'juliussans-one', sans-serif;
}

.curriculum-hub-alignment {
    font-size: 42px;
    font-weight: 600;
    font-family: 'white-apricot', sans-serif;
    color: rgb(16, 4, 118);
    margin-bottom: 0;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0em;
}

.curriculum-hub-description {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.8;
    color: #002060;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0em;
    font-family: 'ttwell-reg', sans-serif;
}

/* .curriculum-hub-description span {
  display: block;
  margin-top: 10px;
} */
/* Main background */
.curriculum-hub2-section {
    position: relative;
    background: url('./images/bg_imagestrat.png') no-repeat center top;
    background-size: cover;
    padding: 0px;
    font-family: 'Helvetica Neue', sans-serif;
    z-index: 0;
    /* overflow: hidden; */
}

/* Dotted wave top */
.curriculum-hub2-top-dots {
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

    .curriculum-hub2-top-dots img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Content container */
.curriculum-hub2-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Center image */
.curriculum-hub2-image-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -480px;
    margin-bottom: 50px;
}

.curriculum-hub2-center-image {
    max-width: 100%;
    /* width: 350px; */
    height: auto;
}

/* Topic Section */
.curriculum-hub2-topic-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    margin-top: 30px;
}

/* Vertical label */
.curriculum-hub2-topic-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #002060;
    color: #ffffff;
    font-weight: bold;
    font-size: 23px;
    padding: 20px 10px;
    border-radius: 10px;
    flex-shrink: 0;
    margin: 0px 20px;
    height: 350px;
    margin-top: 96px;
    font-family: 'ttwell-reg', sans-serif;
}

/* 5-column grid */
.curriculum-hub2-topic-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* gap: 20px; */
    flex: 1;
}

/* Columns */
.curriculum-hub2-topic-column {
    /* background: #ffffff; */
    padding: 15px;
    border-radius: 8px;
}

.curriculum-hub2-topic-title {
    background-color: #002060;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: 'ttwell-reg',sans-serif;
    line-height: 22px;
    height: 90px;
    align-content: center;
}

.curriculum-hub2-topic {
    background-color: #f8f9fa;
    border: 1px solid #000;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    font-size: 18px;
    color: #002060;
    line-height: 22px;
    height: 65px;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 70px;
}

/* asca section */
.curriculum-hub-asca-section {

    padding: 160px 20px;
    background-color: #fff;
    color: #002060;
    font-family: 'Segoe UI', sans-serif;
}

.curriculum-hub-asca-container {
    /* max-width: 900px; */
    margin: 0 auto;
    /* text-align: center; */
    margin-top: 110px;
}

.curriculum-hub-asca-heading {
    color: #dc0b87;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 43px;
    letter-spacing: 0em;
    font-family: 'juliussans-one', sans-serif;
    text-align: center;
}

.curriculum-hub-text-content .curriculum-hub-asca-description {
    margin-bottom: 40px;
    color: #002060;
    font-size: 23px;
    line-height: 30px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

.curriculum-hub-asca-block {
    text-align: left;
    margin-bottom: 30px;
}

    .curriculum-hub-asca-block h3 {
        font-size: 20px;
        color: #002060;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

.icon-diamond {
    color: #004080;
    margin-right: 10px;
    font-size: 18px;
}

.curriculum-hub-asca-block ul {
    padding-left: 25px;
    list-style: disc;
    font-size: 23px;
    line-height: 30px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: start;
    color: #002060;
}

.curriculum-hub-asca-subnote {
    font-size: 23px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: left;
}

.curriculum-hub-asca-checklist {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin: 0 auto;
}

.curriculum-hub-text-content {
    color: #002060;
    font-size: 23px;
    line-height: 30px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

    .curriculum-hub-text-content .curriculum-hub-asca-checklist li {
        display: flex;
        align-items: center;
        color: #002060;
        font-size: 23px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

.check-icon {
    color: #00c853;
    margin-right: 10px;
    font-size: 20px;
}

.curriculum-wrapper .white-space {
    height: 100px;
    background-color: white;
}

/* Main section with background */
.curriculum-wrapper .section {
    position: relative;
    background-image: url('./images/bg_imagestrat.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
    overflow: visible;
    height: 100vh;
}

/* Center circle image */
.curriculum-wrapper .center-image {
    width: 700px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
    position: relative;
    margin-top: -350px; /* This pushes it downward visually */
}

.curriculum-wrapper {
    margin-top: 150px;
}
    /* Dots */
    .curriculum-wrapper .dots-left,
    .curriculum-wrapper .dots-right {
        position: absolute;
        top: -50px;
        /* transform: translateY(-50%); */
        width: 100%;
        z-index: 1;
    }

    .curriculum-wrapper .dots-left {
        left: 0;
    }

    .curriculum-wrapper .dots-right {
        right: 0;
    }
/* Responsive */
@media (max-width: 768px) {
    .curriculum-hub-asca-heading {
        font-size: 22px;
    }
    .grid-educator .educator-box p {
        font-size: 16px;
        text-align: center;
        margin: 0;
        color: #002060;
    }
        .curriculum-hub-asca-description, .curriculum-hub-asca-subnote {
        font-size: 16px;
    }
    .scw-traineed p {
        color: #dc0b87;
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 1.6;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
    }
    .curriculum-hub-asca-block ul,
    .curriculum-hub-asca-checklist li {
        font-size: 15px;
    }
    .special-discount .description, .special-discount .discount-info, .special-discount .note {
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }
}

/* CASCAL section */
/* why this lesson */
.why-material-section {
    position: relative;
    overflow: visible;
    margin-bottom: 200px;
}
.container.crousel-section.my-5 {
    padding-bottom: 100px;
}
.why-material-bg {
    background-image: url('./images/bg_imagestrat.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
}

.why-material-arrow-top {
    position: absolute;
    top: -80px;
    left: 60%;
    /* transform: translateX(-50%); */

    z-index: 2;
}

.why-material-arrow-bottom-absolute {
    position: absolute;
    top: calc(600px - 110px);
    left: 75%;
    transform: translateX(-50%);
    /*width: 80px;  You can increase size here */
    z-index: 2;
}

/* Other styles (unchanged) */
.why-material-heading h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.why-material-line1 {
    color: #cf1388;
    font-size: 91px;
    line-height: 71px;
    letter-spacing: 0.025em;
    font-family: 'sixcaps', sans-serif;
    margin-left: -152px;
}

.why-material-line2 {
    color: #1cbdec;
    font-size: 53px;
    line-height: 73px;
    letter-spacing: 0.11em;
    font-family: 'ttwell-reg', sans-serif;
}

.why-material-line3 {
    color: #a6cf1c;
    font-size: 54px;
    line-height: 32px;
    letter-spacing: 0em;
    font-family: 'white-apricot', sans-serif;
    margin-left: 120px;
}

.why-material-content h5.casel {
    color: #002060;
    font-weight: bold;
    font-size: 23px;
    line-height: 43px;
    font-family: 'ttwell-reg', sans-serif;
    text-align: center;
}

.why-material-list li {
    margin-bottom: 1rem;
    color: #002060;
    font-size: 23px;
    line-height: 43px;
    font-family: 'ttwell-reg', sans-serif;
}

.btn-primary {
    background-color: #001f60;
    border-color: #001f60;
    font-weight: 500;
    padding: 12px 90px;
    color: #fdf2f8;
    font-size: 20px;
    font-family: 'ttwell-reg', sans-serif;
}

    .btn-primary:hover {
        background-color: #001f60;
        text-decoration:none;
    }
a.btn.btn-primary:active
 {
    background: #001f60;
}

.why-material-btn-wrapper {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.why-material-rocket {
    position: absolute;
    bottom: -15px;
    left: 15%;
    /* width: 60px; */
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 110px);
        left: 84%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .why-material-arrow-top {
        position: absolute;
        top: -90px;
        left: 52%;
        /* transform: translateX(-50%); */
        z-index: 2;
    }

    .curriculum-wrapper .section {
        position: relative;
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 120px;
        padding-bottom: 80px;
        text-align: center;
        overflow: visible;
        height: 600px;
    }

    .why-material-rocket {
        position: absolute;
        bottom: -6px;
        left: 4%;
        /* width: 60px; */
        z-index: 1;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 110px);
        left: 84%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .why-material-arrow-top {
        position: absolute;
        top: -90px;
        left: 52%;
        /* transform: translateX(-50%); */
        z-index: 2;
    }

    .curriculum-wrapper .section {
        position: relative;
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 120px;
        padding-bottom: 80px;
        text-align: center;
        overflow: visible;
        height: 600px;
    }

    .why-material-rocket {
        position: absolute;
        bottom: -6px;
        left: 4%;
        /* width: 60px; */
        z-index: 1;
    }
}
/* curriculum-hub end */
/* home-membership start here */

/* HERO SECTION */
.homemembership-hero-section {
    background-color: #fff;
    padding: 90px 20px;
    text-align: center;
}

    .homemembership-hero-section .hero-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* Subheading: READY TO DIVE IN? */
    .homemembership-hero-section .hero-subheading {
        color: rgb(28, 189, 236);
        /* Light blue */
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    /* Main Heading: CHOOSE YOUR PLAN AND ENJOY A */

    /* Pink uppercase part */
    .homemembership-hero-section .pink-text {
        color: rgb(207, 19, 136);
        display: block;
        text-transform: uppercase;
        font-size: 91px;
        text-align: left;
        font-family: 'sixcaps';
        line-height: 93px;
        letter-spacing: 0.025em;
    }

    /* Script part */
    .homemembership-hero-section .blue-script {
        color: #100476;
        /* Choose an elegant script-like font */
        font-size: 30px;
        display: block;
        line-height: 53px;
        letter-spacing: 0em;
        font-size: 55px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
    }

/* Responsive */
/* @media (max-width: 600px) {
  .homemembership-hero-section .hero-heading {
    font-size: 22px;
  }

  .homemembership-hero-section .blue-script {
    font-size: 24px;
  }
} */

/* pricing-section */

.pricing-section {
    background-image: url('./images/bg_imagestrat.png');
    /* Replace with your actual bg */
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    position: relative;
    height: 100vh;
}

    .pricing-section .pricing-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
        /* width: 100%; */
        height: 100%;
        display: flex;
    }

    .pricing-section .pricing-left {
        position: relative;
        flex: 1 1 45%;
        text-align: start;
    }

        .pricing-section.pricing-left img.main-img {
            max-width: 20%;
            z-index: 1;
            position: relative;
        }

    /* Stars */
    .pricing-section .star {
        position: absolute;
        width: 45px;
    }

    .pricing-section .star1 {
        top: -50px;
        left: 15px;
        width: 77px;
    }

    .pricing-section .star2 {
        top: -70px;
        right: 298px;
        width: 70px;
    }

    .pricing-section .star3 {
        bottom: -55px;
        left: 15%;
    }



    /* Bottom dotted bg */
    .pricing-section .bottom-dots {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        height: 120px;
        background: url('./images/membership_dotted.png')center bottom no-repeat;
        /* Replace with your image */
        background-size: cover;
    }

.pricing-plan.section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    flex: 1 1 30%;
    text-align: center;
}

.pricing-plan.section {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 60px 20px;
}

    .pricing-plan.section h2 {
        color: rgb(207, 19, 136);
        line-height: 37px;
        letter-spacing: 0em;
        font-size: 37px;
        font-family: 'juliussans-one', sans-serif;
    }

    .pricing-plan.section .schools-heading {
        color: rgb(207, 19, 136);
        line-height: 60px;
        letter-spacing: 0em;
        font-size: 37px;
        padding-top: 30px;
        font-family: 'juliussans-one', sans-serif;
    }

    .pricing-plan.section .pricing-grid {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px;
    }


        .pricing-plan.section .pricing-grid .plan h3 {
            color: rgb(0, 32, 96);
            line-height: 18px;
            letter-spacing: 0em;
            font-size: 23px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .pricing-plan.section .pricing-grid .plan {
            line-height: 15px;
            margin-top: 30px;
        }

            .pricing-plan.section .pricing-grid .plan p {
                color: rgb(0, 32, 96);
                line-height: 18px;
                letter-spacing: 0em;
                font-size: 23px;
                font-family: 'ttwell-reg', sans-serif;
            }

        .pricing-plan.section .pricing-grid .or-text {
            color: rgb(166, 207, 28);
            line-height: 43px;
            letter-spacing: 0em;
            font-size: 23px;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: 900;
        }

        .pricing-plan.section .pricing-grid .btn {
            display: inline-block;
            background-color: #180278;
            color: white;
            padding: 15px 20px;
            border-radius: 5px;
            /* font-size: 20px; */

            font-size: 16px;
            text-decoration: none;
            line-height: 18px;
            letter-spacing: 0em;
            font-family: 'ttwell-reg', sans-serif;
        }

.pricing-left img.main-img {
    width: 60%;
}

.schools-heading {
    margin-top: 30px;
    color: #e10098;
}

.pricing-plan.section .btn.school-btn {
    display: inline-block;
    background-color: #180278;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    /* font-size: 20px; */
    font-size: 16px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0em;
    font-family: 'ttwell-reg', sans-serif;
}

/* @media (max-width: 768px) {
      .pricing-container {
        flex-direction: column;
        align-items: center;
      }

      .pricing-left,
      .pricing-right {
        flex: 1 1 100%;
        margin-bottom: 40px;
      }
    } */
/* crousel */
.carousel-card {
    background-color: #fdf2f8;
    color: #1c2c5c;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    height: 250px;
    align-items: center;
    align-content: center;
    font-size: 22px;
    font-family: 'ttwell-reg', sans-serif;
}

.carousel-inner {
    padding: 20px 0;
}

.carousel-item .row {
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    background-color: #1c2c5c;
}

/* Move the arrows to corners and center vertically */
#cardCarousel .carousel-control-prev,
#cardCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    width: 5%;
}

/* Align to extreme left and right */
#cardCarousel .carousel-control-prev {
    left: -50px;
    /* adjust as needed */
}

#cardCarousel .carousel-control-next {
    right: -50px;
    /* adjust as needed */
}

/* Change arrow color to blue */
#cardCarousel .carousel-control-prev-icon,
#cardCarousel .carousel-control-next-icon {
    background-image: none;
    /* blue border */
    /* width: 25px;
  height: 25px;
  border: 2px solid #1c2c5c; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    background-color: white;
    color: #1c2c5c;
}

    #cardCarousel .carousel-control-prev-icon::before {
        content: '‹';
    }

    #cardCarousel .carousel-control-next-icon::before {
        content: '›';
    }

@media (max-width: 1199px) and (min-width: 1024px) {

    .pricing-section {
        background-image: url('./images/bg_imagestrat.png');
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        position: relative;
        height: 900px;
    }

        .pricing-section .pricing-left {
            position: relative;
            flex: 1 1 45%;
            text-align: center;
        }

        .pricing-section .star1 {
            top: -66px;
            left: 160px;
            width: 77px;
        }

        .pricing-section .star2 {
            top: -49px;
            right: 94px;
            width: 50px;
        }

        .pricing-section .star3 {
            bottom: -50px;
            left: 39%;
        }
    .pricing-plan.section .schools-heading {
        color: rgb(207, 19, 136);
        line-height: 60px;
        letter-spacing: 0em;
        font-size: 33px;
         padding-top: 0px; 
        font-family: 'juliussans-one', sans-serif;
    }
    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {

    .pricing-section {
        background-image: url('./images/bg_imagestrat.png');
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        position: relative;
        height: 800px;
    }

        .pricing-section .pricing-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: auto;
            /* width: 100%; */
            height: 85%;
            display: flex;
        }

        .pricing-section .pricing-left {
            position: relative;
            flex: 1 1 45%;
            text-align: center;
        }

        .pricing-section .star1 {
            top: -66px;
            left: 160px;
            width: 77px;
        }

        .pricing-section .star2 {
            top: -49px;
            right: 94px;
            width: 50px;
        }

        .pricing-section .star3 {
            bottom: -50px;
            left: 39%;
        }

    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
    }

        .pricing-plan.section .schools-heading {
            color: rgb(207, 19, 136);
            line-height: 47px;
            letter-spacing: 0em;
            font-size: 36px;
            padding-top: 20px;
            font-family: 'juliussans-one', sans-serif;
        }
}


/* home-membership end here */


/*footer design*/
i.fa.fa-facebook {
    background: #3e5b98;
    padding: 0;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 11px;
    color: #fff;
}

i.fa.fa-youtube-play {
    background: #e02a20;
    padding: 0;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 11px;
    color: #fff;
}

button.btn.radius-xl.btn-lg.contact_page {
    background: #100476 !important;
    width: auto !important;
    text-align: left;
    font-size: 15px;
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.FOLLOWUS .widget.widget_services.border-0 {
    text-align: center;
    border-top: 1px solid #abd7e3 !important;
    margin-top: 37px;
    padding-top: 23px;
}

footer a, footer a:visited {
    color: #313e5f !important;
    font-family: roboto;
    font-weight: 300 !important;
}

.footer-top1 {
    background: #dbf0f6;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    border-top: 4px solid #abd7e3 !important;
}

.footer-title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #002060;
    margin-bottom: 10px;
    font-family: arial !important;
    text-transform: uppercase;
    font-weight: 600;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
}

.col-xl-4.col-lg-6.col-md-6.col-sm-6.footer-col-4:nth-child(1) .widget.border-0 ul li
{
    background: url(../../Images/arrow-pointing.png) no-repeat 0 14px / 14px;
    padding-left: 26px;
    width: 100%;
    text-align: left;
    background-position: center left;
}
.footer-title
 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
    margin-bottom: 10px;
    font-family: arial !important;
    text-transform: uppercase;
    font-weight: 600;
}
.FOLLOWUS .widget.widget_services.border-0 {
    text-align: center;
    border-top: 1px solid #abd7e3 !important;
    margin-top: 37px;
    padding-top: 23px;
}
.footer-title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #100476;
    margin-bottom: 10px;
    font-family: arial !important;
    text-transform: uppercase;
    font-weight: 600;
}
.FOLLOWUS ul.social_icon {
    text-align: center;
    float: none;
    margin-top: 15px;
}
.widget.border-0 ul li {
    border: 0 none;
    width: 100%;
    text-align: left;
}

.FOLLOWUS ul.social_icon li {
    float: none;
    display: inline;
}
i.fa.fa-facebook {
    background: #3e5b98;
    padding: 0;
    border-radius: 60%;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
}

.btn-link i {
    margin-left: 10px;
}

ul.social_icon li span {
    font-size: 17px;
}
footer .widget_services ul li {
    transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    padding: 10px 0px;
}
    footer .widget_services ul li:hover {
        transform: translateX(10px);
        -moz-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
 
    }
    footer .widget_services ul li a:hover {
     
        text-decoration: none !important;
    }
.span a{
    text-decoration:none;
}

i.bi.bi-pinterest {
    line-height: 39px;
    color: white;
    padding: 0;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 11px;
    display: inline-block;
    background: red;
}

i.bi.bi-facebook {
    background: #3e5b98;
    padding: 0;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 11px;
    color: #fff;
    display: inline-block;
}

i.bi.bi-youtube {
    background: #e02a20;
    padding: 0;
    border-radius: 60%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 50px;
    margin-right: 11px;
    color: #fff;
    display: inline-block;
}
a.btn-link.pinterest.circle, a.btn-link.facebook.circle, a.btn-link.youtube.circle {
    text-decoration: none;
}
a.btn.sel-button:hover{
    text-decoration:none;
    color:#fff;
}

.multi-school-membership-section a:hover {
    text-decoration: none!important;
    color:#fff;
}
/*media query of sel schhol*/
@media (max-width: 1091px) and (min-width: 992px) {
    .schoolmembership-hero-section .arrow-icon {
        position: absolute;
        left: 85%;
        top: 60%;
        width: 110px;
        transform: translate(-50%, -50%);
    }
    .schoolmembership-hero-section .highlight-pink {
        color: #dc0b87;
        font-weight: bold;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 33px;
        letter-spacing: 0.14em;
    }
    .schoolmembership-hero-section .content-right {
        flex: 1;
        min-width: 375px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

}


    /* Responsive text */
    @media (max-width: 581px)  and (min-width:768px){
        .membership-whychoose-section h2 {
            font-size: 32px;
        }
    }

@media (max-width: 1024px) and (min-width: 767px) {

    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
    }

        .pricing-plan.section .schools-heading {
            color: rgb(207, 19, 136);
            line-height: 60px;
            letter-spacing: 0em;
            font-size: 28px;
            padding-top: 0px;
            font-family: 'juliussans-one', sans-serif;
        }
    .pricing-left img.main-img {
        width: 80%;
    }
    .pricing-section .star2 {
        top: -70px;
        right: 30px;
        width: 70px;
    }
    #cardCarousel .carousel-control-next {
        right: -40px;
    }
    #cardCarousel .carousel-control-prev {
        left: -40px;
    }
}
@media (max-width: 783px) and (min-width: 581px) {

    .pricing-section .pricing-left {
        position: relative;
        flex: 1 1 100%;
        text-align: center;
    }

    .pricing-left img.main-img {
        width: 50%;
    }

    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
    }

        .pricing-plan.section h2 {
            color: rgb(207, 19, 136);
            line-height: 37px;
            letter-spacing: 0em;
            font-size: 32px;
            font-family: 'juliussans-one', sans-serif;
        }

        .pricing-plan.section .pricing-grid {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 0px;
        }

        .pricing-plan.section .schools-heading {
            color: rgb(207, 19, 136);
            line-height: 60px;
            letter-spacing: 0em;
            font-size: 32px;
            padding-top: 0px;
            font-family: 'juliussans-one', sans-serif;
        }

    .homemembership-hero-section .pink-text {
        color: rgb(207, 19, 136);
        display: block;
        text-transform: uppercase;
        font-size: 80px;
        text-align: left;
    }

    .pricing-section .star1 {
    top: -20px;
    left: 105px;
    width: 67px;
}

    .pricing-section .star2 {
        top: -30px;
        right: 120px;
        width: 60px;
    }

    .pricing-section .star3 {
        bottom: -26px;
        left: 17%;
    }

    .pricing-section .star {
        position: absolute;
        width: 40px;
    }

    .pricing-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        position: relative;
        height: 1100px;
    }

        .pricing-section .pricing-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            /* max-width: 1200px; */
            margin: auto;
            /* width: 100%; */
            height: 80%;
        }
    #cardCarousel .carousel-control-next {
        right: -15px;
    }

    #cardCarousel .carousel-control-prev, #cardCarousel .carousel-control-next {
        top: -5%;
        transform: translateY(-50%);
        width: 5%;
    }
    #cardCarousel .carousel-control-prev {
        left: -15px;
    }
    .pricing-section .bottom-dots {
        position: absolute;
        bottom: 95px;
        left: 0;
        width: 100%;
        height: 120px;
        background: url(./images/membership_dotted.png) center bottom no-repeat;
        background-size: cover;
    }
}
@media (max-width: 580px) and (min-width: 425px) {

    .pricing-section .pricing-left {
        position: relative;
        flex: 1 1 45%;
        text-align: center;
    }

    .pricing-left img.main-img {
        width: 70%;
    }

    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
    }

        .pricing-plan.section h2 {
            color: rgb(207, 19, 136);
            line-height: 37px;
            letter-spacing: 0em;
            font-size: 32px;
            font-family: 'juliussans-one', sans-serif;
        }

        .pricing-plan.section .pricing-grid {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 0px;
        }

        .pricing-plan.section .schools-heading {
            color: rgb(207, 19, 136);
            line-height: 60px;
            letter-spacing: 0em;
            font-size: 29px;
            padding-top: 0px;
            font-family: 'juliussans-one', sans-serif;
        }

    .homemembership-hero-section .pink-text {
        color: rgb(207, 19, 136);
        display: block;
        text-transform: uppercase;
        font-size: 80px;
        text-align: left;
    }

    .pricing-section .star1 {
        top: -14px;
        left: 32px;
        width: 40px;
    }

    .pricing-section .star2 {
        top: -30px;
        right: 40px;
        width: 40px;
    }

    .pricing-section .star3 {
        bottom: -31px;
        left: 9%;
    }

    .pricing-section .star {
        position: absolute;
        width: 40px;
    }

    .pricing-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        position: relative;
        height: 1100px;
    }

        .pricing-section .pricing-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            /* max-width: 1200px; */
            margin: auto;
            /* width: 100%; */
            height: 80%;
        }

    #cardCarousel .carousel-control-next {
        right: -8px;
    }

    #cardCarousel .carousel-control-prev, #cardCarousel .carousel-control-next {
        top: -2%;
        transform: translateY(-50%);
        width: 5%;
    }

    #cardCarousel .carousel-control-prev {
        left: -8px;
    }

    .pricing-section .bottom-dots {
        position: absolute;
        bottom: 95px;
        left: 0;
        width: 100%;
        height: 120px;
        background: url(./images/membership_dotted.png) center bottom no-repeat;
        background-size: cover;
    }
    .homemembership-hero-section .hero-subheading {
        color: rgb(28, 189, 236);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 32px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 0px;
        letter-spacing: 0.11em;
    }
}
@media (max-width: 424px) and (min-width: 320px) {

    .pricing-section .pricing-left {
        position: relative;
        flex: 1 1 100%;
        text-align: center;
    }

    .pricing-left img.main-img {
        width: 80%;
    }

    .pricing-plan.section {
        text-align: center;
        font-family: Arial, sans-serif;
        padding: 40px 20px;
        margin-top: 70px;
    }

        .pricing-plan.section h2 {
            color: rgb(207, 19, 136);
            line-height: 37px;
            letter-spacing: 0em;
            font-size: 24px;
            font-family: 'juliussans-one', sans-serif;
        }

        .pricing-plan.section .pricing-grid {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            justify-content: center;
            gap: 0px;
            margin-bottom: 0px;
        }
            .pricing-plan.section .pricing-grid .plan {
                line-height: 15px;
                 margin-top: 0px; 
            }
                .pricing-plan.section .pricing-grid .plan h3 {
                    color: rgb(0, 32, 96);
                    line-height: 18px;
                    letter-spacing: 0em;
                    font-size: 20px;
                    font-family: 'ttwell-reg', sans-serif;
                }
                .pricing-plan.section .pricing-grid .plan p {
                    color: rgb(0, 32, 96);
                    line-height: 18px;
                    letter-spacing: 0em;
                    font-size: 20px;
                    font-family: 'ttwell-reg', sans-serif;
                }

        .pricing-plan.section .schools-heading {
            color: rgb(207, 19, 136);
            line-height: 60px;
            letter-spacing: 0em;
            font-size: 20px;
            padding-top: 0px;
            font-family: 'juliussans-one', sans-serif;
        }

    .homemembership-hero-section .pink-text {
        color: rgb(207, 19, 136);
        display: block;
        text-transform: uppercase;
        font-size: 54px;
        text-align: left;
    }
    .homemembership-hero-section .pink-text {
        color: rgb(207, 19, 136);
        display: block;
        text-transform: uppercase;
        font-size: 54px;
        text-align: left;
        font-family: 'sixcaps';
        line-height: 55px;
        letter-spacing: 0.025em;
    }
    .pricing-section .star1 {
        top: 6px;
        left: -15px;
        width: 40px;
    }

    .pricing-section .star2 {
        top: -13px;
        right: 0px;
        width: 40px;
    }

    .pricing-section .star3 {
        bottom: -40px;
        left: 5%;
    }

    .pricing-section .star {
        position: absolute;
        width: 40px;
    }

    .pricing-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
        position: relative;
        height: 1100px;
    }

        .pricing-section .pricing-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            /* max-width: 1200px; */
            margin: auto;
            /* width: 100%; */
            height: 80%;
        }

    #cardCarousel .carousel-control-next {
        right: 18px;
    }

    #cardCarousel .carousel-control-prev, #cardCarousel .carousel-control-next {
        top: -2%;
        transform: translateY(-50%);
        width: 5%;
    }

    #cardCarousel .carousel-control-prev {
        left: 18px;
    }

    .pricing-section .bottom-dots {
        position: absolute;
        bottom: 95px;
        left: 0;
        width: 100%;
        height: 120px;
        background: url(./images/membership_dotted.png) center bottom no-repeat;
        background-size: cover;
    }

    .homemembership-hero-section .hero-subheading {
        color: rgb(28, 189, 236);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 24px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 0px;
        letter-spacing: 0.11em;
    }
}
/*curriculum-hub*/
@media (max-width: 1099px) and (min-width: 992px) {
    .curriculum-hub2-topic {
        background-color: #f8f9fa;
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 10px;
        font-size: 16px;
        color: #002060;
        line-height: 22px;
        height: 65px;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 70px;
    }

    .curriculum-wrapper .dots-left, .curriculum-wrapper .dots-right {
        position: absolute;
        top: 0px;
    }

    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 110px);
        left: 85%;
        transform: translateX(-50%);
        z-index: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) {


    .curriculum-hub2-topic-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: flex-start;
        margin-top: 30px;
    }
    .curriculum-wrapper .center-image {
        width: 500px;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        z-index: 2;
        position: relative;
        margin-top: -350px;
    }
    .curriculum-hub2-topic {
        background-color: #f8f9fa;
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 10px;
        font-size: 18px;
        color: #002060;
        line-height: 18px;
        height: 65px;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 70px;
    }
    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 23px;
        padding: 0px 0px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 10px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-grid {
        display: grid;
        grid-template-columns: repeat(5, 0.7fr);
        gap: 0px;
        flex: 1;
    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 22px;
        height: 90px;
        align-content: center;
    }

    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 6px;
        border-radius: 8px;
    }

    .curriculum-wrapper .dots-left, .curriculum-wrapper .dots-right {
        position: absolute;
        top: 0px;
    }

    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - -52px);
        left: 92%;
    }
        .why-material-line1 {
        color: #cf1388;
        font-size: 91px;
        line-height: 71px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
        margin-left: -310px;
    }

    .why-material-line2 {
        color: #1cbdec;
        font-size: 53px;
        line-height: 73px;
        letter-spacing: 0.11em;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: -126px;
    }

    .why-material-line3 {
        color: #a6cf1c;
        font-size: 54px;
        line-height: 32px;
        letter-spacing: 0em;
        font-family: 'white-apricot', sans-serif;
        margin-left: -0px;
    }

    .why-material-arrow-top {
        position: absolute;
        top: -140px;
        left: 30%;
    }
    .why-material-rocket {
        position: absolute;
        bottom: 90px;
        left: 3%;
        width: 160px;
        z-index: 1;
    }
    .why-material-bg {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 800px;
        display: flex;
        align-items: center;
        padding: 60px 0;
        position: relative;
    }
}
@media (max-width: 767px) and (min-width: 581px){
    .curriculum-hub2-topic-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: flex-start;
        margin-top: 30px;
    }
    .why-material-arrow-top {
        position: absolute;
        top: -80px;
        left: 40%;
        /* transform: translateX(-50%); */
        width: 50%;
       z-index: 2;
    }
    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 130px);
        left: 82%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .btn-primary {
        background-color: #001f60;
        border-color: #001f60;
        font-weight: 500;
        padding: 12px 10px;
        color: #fdf2f8;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 23px;
        padding: 0px 0px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 10px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 22px;
        height: 90px;
        align-content: center;
    }

    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 6px;
        border-radius: 8px;
    }

    .curriculum-wrapper .dots-left, .curriculum-wrapper .dots-right {
        position: absolute;
        top: 0px;
    }
    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 5px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .curriculum-hub2-topic-grid {
        display: grid;
        grid-template-columns: repeat(5, 0.0fr);
         gap: 0px; 
        flex: 1;
    }
    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 12px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 20px;
        height: 90px;
        align-content: center;
    }
    .curriculum-hub2-topic {
        background-color: #f8f9fa;
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 8px;
        border-radius: 10px;
        font-size: 12px;
        color: #002060;
        line-height: 13px !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 70px;
    }
    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 5px;
        border-radius: 8px;
    }
    .curriculum-hub-text-content .curriculum-hub-asca-checklist li {
        display: flex;
        align-items: center;
        color: #002060;
        font-size: 18px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }
    .why-material-line1 {
        color: #cf1388;
        font-size: 51px;
        line-height: 71px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
        margin-left: -70px;
    }
    .curriculum-wrapper .center-image {
        width: 400px;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        z-index: 2;
        position: relative;
        margin-top: -350px;
    }
    .why-material-line2 {
        color: #1cbdec;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0.11em;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 25px;
    }
    .why-material-content h5.casel {
        color: #002060;
        font-weight: bold;
        font-size: 20px;
        line-height: 43px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
      
    }
    .why-material-line3 {
        color: #a6cf1c;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0em;
        font-family: 'white-apricot', sans-serif;
        margin-left: 120px;
    }
    .why-material-rocket {
        position: absolute;
        bottom: 145px;
        left: 4%;
        width: 90px;
        z-index: 1;
    }
    .why-material-list li {
        color: #002060;
        font-size: 13px;
        line-height: 33px;
        font-family: 'ttwell-reg', sans-serif;
        white-space: normal; /* allow line wrapping */
        word-wrap: break-word; /* force word wrap if needed */
        overflow-wrap: break-word; /* modern version of word-wrap */
   
        }
}
@media (max-width: 580px) and (min-width: 425px) {
    .curriculum-hub2-topic-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: flex-start;
        margin-top: 30px;
    }

    .curriculum-hub-heading {
        font-size: 51px;
        font-weight: 700;
        color: rgb(207, 19, 136);
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 60px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .curriculum-hub-subheading {
        font-size: 38px;
        font-weight: 300;
        color: #1cbdec;
        letter-spacing: 2px;
        margin-bottom: 10px;
        line-height: 36px;
        letter-spacing: 0.11em;
        font-family: 'juliussans-one', sans-serif;
    }

    .curriculum-hub-alignment {
        font-size: 41px;
        font-weight: 600;
        font-family: 'white-apricot', sans-serif;
        color: rgb(16, 4, 118);
        margin-bottom: 0;
        text-align: center;
        line-height: 47px;
        letter-spacing: 0em;
    }

    .curriculum-hub-description {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        color: #002060;
        text-align: center;
        line-height: 30px;
        letter-spacing: 0em;
        font-family: 'ttwell-reg', sans-serif;
    }

    .why-material-arrow-top {
        position: absolute;
        top: -80px;
        left: 40%;
        /* transform: translateX(-50%); */
        width: 50%;
        z-index: 2;
    }

    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 140px);
        left: 85%;
        transform: translateX(-50%);
        z-index: 2;
        width: 90px;
    }

    .btn-primary {
        background-color: #001f60;
        border-color: #001f60;
        font-weight: 500;
        padding: 12px 10px;
        color: #fdf2f8;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 23px;
        padding: 0px 0px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 10px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 22px;
        height: 90px;
        align-content: center;
    }

    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 6px;
        border-radius: 8px;
    }

    .curriculum-wrapper .dots-left, .curriculum-wrapper .dots-right {
        position: absolute;
        top: 0px;
    }

    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 5px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-grid {
     
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* gap: 0px; */
    flex: 1;
    grid-template-columns: repeat(5, minmax(10px, 1fr));



    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 10px;
        padding: 2px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 20px;
        height: 72px;
        align-content: center;
    
    }

    .curriculum-hub2-topic {
        background-color: #f8f9fa;
        border: 1px solid #000;
        padding: 3px;
        margin-bottom: 8px;
        border-radius: 10px;
        font-size: 12px;
        color: #002060;
        line-height: 13px !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 70px;
        word-wrap: break-word;
    }

    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 2px;
        border-radius: 8px;
    }

    .curriculum-hub-text-content .curriculum-hub-asca-checklist li {
        display: flex;
        align-items: center;
        color: #002060;
        font-size: 18px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .why-material-line1 {
        color: #cf1388;
        font-size: 34px;
        line-height: 71px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
        margin-left: -70px;
    }

    .curriculum-wrapper .center-image {
        width: 400px;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        z-index: 2;
        position: relative;
        margin-top: -350px;
    }

    .why-material-line2 {
        color: #1cbdec;
        font-size: 28px;
        line-height: 10px;
        letter-spacing: 0.11em;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 0px;
    }

    .why-material-content h5.casel {
        color: #002060;
        font-weight: bold;
        font-size: 18px;
        line-height: 38px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .why-material-line3 {
        color: #a6cf1c;
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 0em;
        font-family: 'white-apricot', sans-serif;
        margin-left: 70px;
    }

    .why-material-rocket {
        position: absolute;
        bottom: 145px;
        left: 4%;
        width: 90px;
        z-index: 1;
    }

    .why-material-list li {
        color: #002060;
        font-size: 13px;
        line-height: 33px;
        font-family: 'ttwell-reg', sans-serif;
        white-space: normal; /* allow line wrapping */
        word-wrap: break-word; /* force word wrap if needed */
        overflow-wrap: break-word; /* modern version of word-wrap */
    }
}
@media (max-width: 424px) and (min-width: 320px) {
    .curriculum-hub2-topic-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: flex-start;
        margin-top: 30px;
    }

    .curriculum-hub-heading {
        font-size: 51px;
        font-weight: 700;
        color: rgb(207, 19, 136);
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 60px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .curriculum-hub-subheading {
        font-size: 24px;
        font-weight: 300;
        color: #1cbdec;
        letter-spacing: 2px;
        margin-bottom: 10px;
        line-height: 36px;
        letter-spacing: 0.11em;
        font-family: 'juliussans-one', sans-serif;
    }

    .curriculum-hub-alignment {
        font-size: 36px;
        font-weight: 600;
        font-family: 'white-apricot', sans-serif;
        color: rgb(16, 4, 118);
        margin-bottom: 0;
        text-align: center;
        line-height: 22px;
        letter-spacing: 0em;
    }

    .curriculum-hub-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        color: #002060;
        text-align: center;
        line-height: 30px;
        letter-spacing: 0em;
        font-family: 'ttwell-reg', sans-serif;
    }

    .why-material-arrow-top {
        position: absolute;
        top: -80px;
        left: 40%;
        /* transform: translateX(-50%); */
        width: 50%;
        z-index: 2;
    }

    .why-material-arrow-bottom-absolute {
        position: absolute;
        top: calc(600px - 140px);
        left: 85%;
        transform: translateX(-50%);
        z-index: 2;
        width: 90px;
    }

    .btn-primary {
        background-color: #001f60;
        border-color: #001f60;
        font-weight: 500;
        padding: 12px 10px;
        color: #fdf2f8;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 23px;
        padding: 0px 0px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 10px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 22px;
        height: 90px;
        align-content: center;
    }

    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 6px;
        border-radius: 8px;
    }

    .curriculum-wrapper .dots-left, .curriculum-wrapper .dots-right {
        position: absolute;
        top: 30px;
    }

    .curriculum-hub2-topic-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        background-color: #002060;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
        flex-shrink: 0;
        margin: 0px 5px;
        height: 350px;
        margin-top: 96px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .curriculum-hub2-topic-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        /* gap: 0px; */
        flex: 1;
        grid-template-columns: repeat(5, minmax(10px, 1fr));
    }

    .curriculum-hub2-topic-title {
        background-color: #002060;
        color: #fff;
        font-size: 8px;
        padding: 1px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 20px;
        height: 72px;
        align-content: center;
    }

    .curriculum-hub2-topic {
        background-color: #f8f9fa;
        border: 1px solid #000;
        padding: 1px;
        margin-bottom: 8px;
        border-radius: 10px;
        font-size: 10px;
        color: #002060;
        line-height: 13px !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 70px;
        word-wrap: break-word;
    }
    .curriculum-hub-asca-section {
        padding: 60px 20px;
        background-color: #fff;
        color: #002060;
        font-family: 'Segoe UI', sans-serif;
    }
    .curriculum-hub-text-content .curriculum-hub-asca-description {
        margin-bottom: 40px;
        color: #002060;
        font-size: 20px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }
    .curriculum-hub2-topic-column {
        /* background: #ffffff; */
        padding: 2px;
        border-radius: 8px;
    }

    .curriculum-hub-text-content .curriculum-hub-asca-checklist li {
        display: flex;
        align-items: center;
        color: #002060;
        font-size: 18px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .why-material-line1 {
        color: #cf1388;
        font-size: 34px;
        line-height: 71px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
        margin-left: -70px;
    }

    .curriculum-wrapper .center-image {
        width: 250px;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        z-index: 2;
        position: relative;
        margin-top: -225px;
    }

    .why-material-line2 {
        color: #1cbdec;
        font-size: 20px;
        line-height: 10px;
        letter-spacing: 0.11em;
        font-family: 'ttwell-reg', sans-serif;
        margin-left: 0px;
    }

    .why-material-content h5.casel {
        color: #002060;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .why-material-line3 {
        color: #a6cf1c;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0em;
        font-family: 'white-apricot', sans-serif;
        margin-left: 70px;
    }

    .why-material-rocket {
        position: absolute;
        bottom: 145px;
        left: 4%;
        width: 90px;
        z-index: 1;
    }

    .why-material-list li {
        color: #002060;
        font-size: 13px;
        line-height: 19px;
        font-family: 'ttwell-reg', sans-serif;
        white-space: normal; /* allow line wrapping */
        word-wrap: break-word; /* force word wrap if needed */
        overflow-wrap: break-word; /* modern version of word-wrap */
    }
}
@media (max-width: 991px) and (min-width: 768px) {

    .sel-resources-positive-relation .star.star-top {
        top: 37%;
        transform: translateX(-50%);
        right: 0%;
        width: 50px;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 5%;
        width: 60px;
    }
    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 5%;
        width: 60px;
    }
    .sel-resources-magnet-feel .star.star-top {
        top: 37%;
        transform: translateX(-50%);
        right: 0%;
        width: 50px;
    }
    .sel-resources-positive-relation .star-left {
        top: 50%;
        left: 0%;
        width: 60px;
    }
    .sel-resources-magnet-feel .star-left {
        top: 50%;
        left: 0%;
        width: 60px;
    }
}

@media (max-width:767px) and (min-width: 581px) {

    .sel-resources-hero-section__badge {
        font-size: 30.5px;
        font-weight: 400;
        color: #1cbdec;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 4px;
        line-height: 43px;
        letter-spacing: 0.11em;
    }

    .sel-resources-hero-section__headline {
        font-size: 84px;
        font-weight: 400;
        color: #002060;
        font-family: 'sixcaps', sans-serif;
        line-height: 85px;
        letter-spacing: 0.025em;
    }

    .sel-resources-hero-section__subheadline {
        font-size: 39px;
        color: #cf1388;
        font-weight: 500;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: 1px;
        line-height: 50px;
        letter-spacing: 0.103em;
    }

    .sel-resources-hero-section__desc {
        font-size: 20.2px;
        line-height: 1.8;
        color: #002060;
        margin-left: auto;
        margin-right: auto;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .sel-resources-positive-relation .star-right {
        top: 28%;
        right: 3%;
        width: 60px;
    }

    .sel-resources-positive-relation .star.star-top {
        top: 38%;
        transform: translateX(-50%);
        right: 0%;
        width: 40px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 28%;
        right: 2%;
        width: 40px;
    }
        .sel-resources-magnet-feel .star.star-top{
    top: 35%;
    transform: translateX(-50%);
    right: 0%;
    width: 40px;
}
    .sel-resources-positive-relation .star-left {
        top: 50%;
        left: 0%;
        width: 60px;
    }
    .sel-resources-magnet-feel .star-left {
        top: 50%;
        left: 0%;
        width: 60px;
    }
}
@media (max-width:580px) and (min-width: 425px) {

    .sel-resources-hero-section__badge {
        font-size: 30.5px;
        font-weight: 400;
        color: #1cbdec;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 4px;
        line-height: 43px;
        letter-spacing: 0.11em;
    }

    .sel-resources-hero-section__headline {
        font-size: 84px;
        font-weight: 400;
        color: #002060;
        font-family: 'sixcaps', sans-serif;
        line-height: 85px;
        letter-spacing: 0.025em;
    }

    .sel-resources-hero-section__subheadline {
        font-size: 39px;
        color: #cf1388;
        font-weight: 500;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: 1px;
        line-height: 50px;
        letter-spacing: 0.103em;
    }

    .sel-resources-hero-section__desc {
        font-size: 20.2px;
        line-height: 1.8;
        color: #002060;
        margin-left: auto;
        margin-right: auto;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .sel-resources-positive-relation .star-right {
        top: 44%;
        right: 5%;
        width: 50px;
    }

    .sel-resources-positive-relation .star.star-top{
        top: 54%;
        transform: translateX(-50%);
        right: 0%;
        width: 30px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 44%;
        right: 2%;
        width: 40px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 54%;
        transform: translateX(-50%);
        right: 0%;
        width: 30px;
    }

    .sel-resources-positive-relation .star-left {
        top: 54%;
        left: 0%;
        width: 30px;
    }
    .sel-resources-positive-relation {
        position: relative;
        padding: 80px 20px;
        background: url(./images/bg_imagestrat.png);
        text-align: center;
        overflow: hidden;
        height: 700px;
        background-size: cover;
    }
    .sel-resources-magnet-feel {
        position: relative;
        padding: 80px 20px;
        background: url(./images/bg_imagestrat.png);
        text-align: center;
        overflow: hidden;
        height: 700px;
        background-size: cover;
        margin-block: 90px;
    }
        .sel-resources-magnet-feel .star-left {
            top: 53%;
            left: 2%;
            width: 40px;
        }
}
@media (max-width:424px) and (min-width: 320px) {

    .sel-resources-hero-section__badge {
        font-size: 30.5px;
        font-weight: 400;
        color: #1cbdec;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 4px;
        line-height: 43px;
        letter-spacing: 0.11em;
    }

    .sel-resources-hero-section__headline {
        font-size: 84px;
        font-weight: 400;
        color: #002060;
        font-family: 'sixcaps', sans-serif;
        line-height: 85px;
        letter-spacing: 0.025em;
    }

    .sel-resources-hero-section__subheadline {
        font-size: 39px;
        color: #cf1388;
        font-weight: 500;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: 1px;
        line-height: 50px;
        letter-spacing: 0.103em;
    }

    .sel-resources-hero-section__desc {
        font-size: 20.2px;
        line-height: 1.8;
        color: #002060;
        margin-left: auto;
        margin-right: auto;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .sel-resources-positive-relation .star-right {
        top: 44%;
        right: 5%;
        width: 30px;
    }

    .sel-resources-positive-relation .star.star-top {
        top: 54%;
        transform: translateX(-50%);
        right: 0%;
        width: 30px;
    }

    .sel-resources-magnet-feel .star-right {
        top: 44%;
        right: 2%;
        width: 40px;
    }

    .sel-resources-magnet-feel .star.star-top {
        top: 54%;
        transform: translateX(-50%);
        right: 0%;
        width: 30px;
    }

    .sel-resources-positive-relation .star-left {
        top: 54%;
        left: 0%;
        width: 30px;
    }

    .sel-resources-positive-relation {
        position: relative;
        padding: 80px 20px;
        background: url(./images/bg_imagestrat.png);
        text-align: center;
        overflow: hidden;
        height: 700px;
        background-size: cover;
    }

    .sel-resources-magnet-feel {
        position: relative;
        padding: 80px 20px;
        background: url(./images/bg_imagestrat.png);
        text-align: center;
        overflow: hidden;
        height: 700px;
        background-size: cover;
        margin-block: 90px;
    }

        .sel-resources-magnet-feel .star-left {
            top: 53%;
            left: 2%;
            width: 40px;
        }
}

/*eductor*/
@media (max-width: 1199px) and (min-width: 1024px) {
    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 84px;
        line-height: 79px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }
    .user-role {
        background: url(./images/sel-foreground-bg.png) center;
        background-size: cover;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 8px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 20px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .blue-star {
        position: absolute;
        top: 0;
        right: 50px;
        width: 80px;
    }
    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 161px;
        width: 140px;
    }
    .feature-highlight .heading span:last-child {
        margin-left: 8px;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 53px;
        line-height: 43px;
        letter-spacing: 0.11em;
        text-align: end;
        margin-right: 87px;
        margin-top: -27px;
    }
    .feature-highlight .right-img {
        position: absolute;
        top: 150px;
        right: -25px;
        width: 140px;
    }
    .scw-traineed img.star {
        position: absolute;
        top: -32px;
        left: 30px;
        height: 70px;
    }
    .scw-traineed img.heart {
        position: absolute;
        bottom: -29px;
        right: 20px;
        height: 70px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 84px;
        line-height: 79px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .user-role {
        background: url(./images/sel-foreground-bg.png) center;
        background-size: cover;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 8px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 20px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .hero-sel-star-right {
        top: 7%;
        right: -22px;
    }
    .hero-sel-heading .text-green {
        color: #a6cf1c;
        font-weight: 500;
        display: block;
        font-size: 30px;
        line-height: 47px;
        letter-spacing: 0px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .hero-sel-heading .text-navy {
        color: #100476;
        /* font-weight: 700; */
        font-family: 'white-apricot', sans-serif;
        font-size: 51px;
        line-height: 71px;
        letter-spacing: 0.025em;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .blue-star {
        position: absolute;
        top: 0;
        right: 0px;
        width: 60px;
    }

    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 91px;
        width: 140px;
    }

    .feature-highlight .heading span:last-child {
        margin-left: 8px;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 53px;
        line-height: 43px;
        letter-spacing: 0.11em;
        text-align: end;
        margin-right: 87px;
        margin-top: -27px;
    }

        .feature-highlight .right-img

{
    position: absolute;
    top: 150px;
    right: 0px;
    width: 90px;
}
    

    .scw-traineed img.star {
        position: absolute;
        top: -32px;
        left: 30px;
        height: 70px;
    }

    .scw-traineed img.heart {
        position: absolute;
        bottom: -29px;
        right: 20px;
        height: 70px;
    }
    .special-discount .sub-title {
        font-weight: 500;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.11em;
        margin-left: 76px;
    }
    .use-the-school-world h2 {
        color: #002060;
         margin-bottom: 0px; 
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
        font-size: 34px;
        font-family: 'juliussans-one', sans-serif;
    }
    .explore-hub__list li {
        display: flex;
        align-items: center;
        font-size: 19px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
    }
    .explore-hub__left {
        flex: 1 1 80%;
        position: relative;
        align-content: center;
    }
    .shape-img {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 42px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
}
@media (max-width: 767px) and (min-width: 581px) {
    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 60px;
        line-height: 79px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .user-role {
        background: url(./images/sel-foreground-bg.png) center;
        background-size: cover;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 8px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .educator-scw h2 {
        color: #cf1388;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 40px;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
    .blue-star {
        position: absolute;
        top: 0;
        right: 0px;
        width: 60px;
    }

    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 43px;
        width: 110px;
    }

    .feature-highlight .heading span:last-child {
        margin-left: 140px;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 40px;
        line-height: 43px;
        letter-spacing: 0.11em;
        text-align: end;
        margin-right: 87px;
        margin-top: -27px;
    }

    .feature-highlight .right-img {
        position: absolute;
        top: 162px;
        right: 26px;
        width: 60px;
    }

    .feature-highlight .feature-item h4 {
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 19px;
        font-weight: bold;
    }
    .scw-traineed img.star {
        position: absolute;
        top: -32px;
        left: 30px;
        height: 70px;
    }
    .feature-highlight .image-container img {
        max-width: 70%;
        height: auto;
        border-radius: 8px;
    }
    .scw-traineed img.heart {
        position: absolute;
        bottom: -29px;
        right: 20px;
        height: 70px;
    }
    .feature-highlight .image-container {
        max-width: 400px;
        margin: 40px auto;
        text-align: center;
         background-color: #fff; 
    }
    .special-discount .sub-title {
        font-weight: 500;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.11em;
        margin-left: 76px;
    }
    .sel-left .section-text {
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto 10px;
        margin-bottom: 10px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }
    .sel-left {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 20px;
        text-align: center;
        color: #1a1a1a;
        height: 900px;
        align-content: center;
    }
    .use-the-school-world h2 {
        color: #002060;
        margin-bottom: 0px;
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
        font-size: 34px;
        font-family: 'juliussans-one', sans-serif;
    }

    .explore-hub__list li {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: left;
    }

    .explore-hub__left {
        flex: 1 1 80%;
        position: relative;
        align-content: center;
    }

    .shape-img {
        
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    z-index: 1;
}
    

    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 42px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
        .hero-sel-section {
            flex-direction: column;
            padding: 20px;
        }

        .hero-sel-left,
        .hero-sel-right {
            max-width: 100%;
            flex: 1 1 100%;
            text-align: center;
            padding: 0;
        }

    .hero-sel-description{
        font-size: 22px;
        color: #002060;
        margin-top: 20px;
        max-width: 100%;
        font-family: 'ttwell-reg', sans-serif;
    }
    .teaching-sel .content-part {
        font-size: 20px;
        line-height: 1.7;
        color: #cf1388;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }
    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 31px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
    .explore-hub__container {
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        gap: 0px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .explore-hub__button-wrapper p {
        font-size: 20px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }
    .yellow-star {
        position: absolute;
        bottom: 91px;
        left: 70px;
        width: 60px;
        z-index: 2;
    }
    .explore-hub__button-wrapper {
        margin-top: 0px;
        text-align: center;
    }
    .feature-highlight .heading span:first-child {
        font-size: 81px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 70px;
        letter-spacing: 0.025em;
        text-align: center;
    }
}
@media (max-width: 580px) and (min-width: 425px) {
    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 60px;
        line-height: 79px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .user-role {
        background: url(./images/sel-foreground-bg.png) center;
        background-size: cover;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 8px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .educator-scw h2 {
        color: #cf1388;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 40px;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .blue-star {
        position: absolute;
        top: 0;
        right: 0px;
        width: 60px;
    }

    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 14px;
        width: 110px;
    }

    .feature-highlight .heading span:last-child {
        margin-left: 140px;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 32px;
        line-height: 13px;
        letter-spacing: 0.11em;
        text-align: end;
        margin-right: 87px;
        margin-top: -27px;
    }

    .feature-highlight .right-img {
        position: absolute;
        top: 162px;
        right: 26px;
        width: 60px;
    }
    .use-the-school-world {
        position: relative;
        background: url(./images/bg_imagestrat.png) center no-repeat;
        background-size: cover;
        padding: 100px 20px 60px 20px;
        text-align: center;
        overflow: hidden;
        height: 990px;
    }
    .feature-highlight .feature-item h4 {
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 19px;
        font-weight: bold;
    }
    .sel-left .section-title {
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #cf1388;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
    .scw-traineed img.star {
        position: absolute;
        top: -32px;
        left: 30px;
        height: 70px;
    }

    .feature-highlight .image-container img {
        max-width: 70%;
        height: auto;
        border-radius: 8px;
    }

    .scw-traineed img.heart {
        position: absolute;
        bottom: -29px;
        right: 20px;
        height: 70px;
    }

    .feature-highlight .image-container {
        max-width: 400px;
        margin: 40px auto;
        text-align: center;
        background-color: #fff;
    }

    .special-discount .sub-title {
        font-weight: 500;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.11em;
        margin-left: 76px;
    }

    .sel-left .section-text {
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto 10px;
        margin-bottom: 10px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }

    .sel-left {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 20px;
        text-align: center;
        color: #1a1a1a;
        height: 900px;
        align-content: center;
    }

    .use-the-school-world h2 {
        color: #002060;
        margin-bottom: 0px;
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
    }

    .explore-hub__list li {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: left;
    }

    .explore-hub__left {
        flex: 1 1 80%;
        position: relative;
        align-content: center;
    }

    .shape-img {
        position: absolute;
        top: 135px;
        left: 0;
        width: 100%;
        z-index: 1;
    }


    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 31px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .hero-sel-section {
        flex-direction: column;
        padding: 20px;
    }

    .hero-sel-left,
    .hero-sel-right {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
        padding: 0;
    }

    .hero-sel-description {
        font-size: 22px;
        color: #002060;
        margin-top: 20px;
        max-width: 100%;
        font-family: 'ttwell-reg', sans-serif;
    }

    .teaching-sel .content-part {
        font-size: 20px;
        line-height: 1.7;
        color: #cf1388;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 28px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .explore-hub__container {
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        gap: 0px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .explore-hub__button-wrapper p {
        font-size: 20px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .yellow-star {
        position: absolute;
        bottom: 91px;
        left: 70px;
        width: 60px;
        z-index: 2;
    }

    .explore-hub__button-wrapper {
        margin-top: 0px;
        text-align: center;
    }

    .feature-highlight .heading span:first-child {
        font-size: 51px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 70px;
        letter-spacing: 0.025em;
        text-align: center;
    }
}
@media (max-width: 425px) and (min-width: 320px) {
    .hero-sel-heading .text-pink {
        color: #cf1388;
        display: block;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0.025em;
        font-family: 'sixcaps', sans-serif;
    }

    .hero-sel-heading .text-green {
        color: #a6cf1c;
        font-weight: 500;
        display: block;
        font-size: 28px;
        line-height: 58px;
        letter-spacing: 0px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-left: 9px;
    }
    .hero-sel-star-right {
        top: 7%;
        right: -20px;
    }
    .user-role {
        background: url(./images/sel-foreground-bg.png) center;
        background-size: cover;
        padding: 10px 0px;
        margin: 10px;
        border-radius: 8px;
        font-weight: 500;
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .educator-scw h2 {
        color: #cf1388;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 40px;
        font-size: 32px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .blue-star {
        position: absolute;
        top: 0;
        right: 0px;
        width: 60px;
    }

    .feature-highlight .left-img {
        position: absolute;
        top: 85px;
        left: 14px;
        width: 60px;
    }

    .feature-highlight .heading span:last-child {
        margin-left: 140px;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 13px;
        letter-spacing: 0.11em;
        text-align: end;
        margin-right: -20px;
        margin-top: -54px;
        margin-left: 48px;
    }

    .feature-highlight .right-img {
      
        position: absolute;
        top: 133px;
        right: 31px;
        width: 50px;
    }

    .use-the-school-world {
        position: relative;
        background: url(./images/bg_imagestrat.png) center no-repeat;
        background-size: cover;
        padding: 100px 20px 60px 20px;
        text-align: center;
        overflow: hidden;
        height: 990px;
    }

    .feature-highlight .feature-item h4 {
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 19px;
        font-weight: bold;
    }
    .feature-highlight .feature-item p {
        margin: 5px 0 0;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .sel-left .section-title {
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #cf1388;
        font-size: 26px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
    .educator-card h5 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        height: 60px;
        font-weight: bold;
    }
    .sel-left .sel-btn {
        margin-top: 5px;
        background-color: #001b60;
        color: #fff;
        padding: 12px 15px;
        font-weight: 500;
        border: none;
        border-radius: 6px;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .special-discount .title {
        font-size: 44px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 0.025em;
        text-align: left;
        margin-left: 22px;
    }
    .special-discount .highlight {
        font-weight: 600;
        color: #a6cf1c;
        font-size: 34px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
    }
    .scw-traineed img.star {
        position: absolute;
        top: -32px;
        left: 30px;
        height: 70px;
    }

    .feature-highlight .image-container img {
        max-width: 70%;
        height: auto;
        border-radius: 8px;
    }

    .scw-traineed img.heart {
        position: absolute;
        bottom: -29px;
        right: 20px;
        height: 70px;
    }

    .feature-highlight .image-container {
        max-width: 400px;
        margin: 40px auto;
        text-align: center;
        background-color: #fff;
    }

    .special-discount .sub-title {
        font-weight: 500;
        text-transform: uppercase;
        color: #1cbdec;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 0.11em;
        margin-left: 6px;
    }
    .special-discount .btn-primary {
        background-color: #001b60;
        border-color: #001b60;
        padding: 10px 10px;
        border-radius: 6px;
        border-radius: 6px;
        color: #d8dadf;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .sel-left .section-text {
        font-size: 16px;
        max-width: 1200px;
        margin: 0 auto 10px;
        margin-bottom: 10px;
        color: #002060;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center;
    }

    .sel-left {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 20px;
        text-align: center;
        color: #1a1a1a;
        height: 900px;
        align-content: center;
    }

    .use-the-school-world h2 {
        color: #002060;
        margin-bottom: 0px;
        letter-spacing: 1px;
        position: relative;
        z-index: 2;
        font-size: 24px;
        font-family: 'juliussans-one', sans-serif;
    }

    .explore-hub__list li {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: left;
    }

    .explore-hub__left {
        flex: 1 1 80%;
        position: relative;
        align-content: center;
    }

    .shape-img {
        position: absolute;
        top: 135px;
        left: 0;
        width: 100%;
        z-index: 1;
    }


    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 31px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .hero-sel-section {
        flex-direction: column;
        padding: 20px;
    }

    .hero-sel-left,
    .hero-sel-right {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
        padding: 0;
    }

    .hero-sel-description {
        font-size: 20px;
        color: #002060;
        margin-top: 20px;
        max-width: 100%;
        font-family: 'ttwell-reg', sans-serif;
    }

    .teaching-sel .content-part {
        font-size: 20px;
        line-height: 1.7;
        color: #cf1388;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }
    .educator-card p {
        font-size: 21px;
        color: #002060;
        line-height: 1.5;
        font-family: 'ttwell-reg', sans-serif;
    }
    .explore-hub__heading {
        position: relative;
        z-index: 3;
        font-size: 28px;
        color: #cf1388;
        padding: 40px 20px;
        line-height: 1.4;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }

    .explore-hub__container {
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        gap: 0px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .explore-hub__button-wrapper p {
        font-size: 20px;
        color: #fdf2f8;
        font-family: 'ttwell-reg', sans-serif;
        text-align: center;
    }

    .yellow-star {
        position: absolute;
        bottom: 91px;
        left: 70px;
        width: 60px;
        z-index: 2;
    }

    .explore-hub__button-wrapper {
        margin-top: 0px;
        text-align: center;
    }

    .feature-highlight .heading span:first-child {
        font-size: 31px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 70px;
        letter-spacing: 0.025em;
        margin-left: 70px;
        text-align: start;
    }
    .teaching-sel .title-part .sel {
        font-size: 41px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 51px;
        letter-spacing: 0.025em;
    }
    .never-teach {
        color: #1cbdec;
        font-size: 32px;
        font-family: 'juliussans-one', sans-serif;
        display: inline-block;
      /*  width: 100%;*/
        text-align: start;
        margin-left: 50px;
    }
    .easy-fun {
        color: #a6cf1c;
        font-size: 31px;
        font-family: 'white-apricot', sans-serif;
        text-align: start;
        display: inline-block;
    /*    width: 100%;*/
        text-align: start;
        margin-left: 80px;
    }
    .hero-sel-heading .text-navy {
        color: #100476;
        /* font-weight: 700; */
        font-family: 'white-apricot', sans-serif;
        font-size: 41px;
        line-height: 31px;
        letter-spacing: 0.025em;
        display: inline-block;
       /* width: 100%;*/
        text-align: center;
        margin-left: 0px;
    }

}

/*firstpage*/
@media (max-width: 1023px) and (min-width: 768px) {
    .features-section .features-grid .feature-card {
        background-color: #fff0f5;
        padding: 10px 15px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 500;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        align-content: center;
        height: 200px;
        width: 300px;
    }
    .hero-section .emotional-learning {
        font-size: 50px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 91px;
        letter-spacing: 0.025em;
    }
    .hero-section .Life-with {
        color: #100476;
        font-size: 51px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
        margin-left: 65px;
    }
    .hero-section .interactive-digital {
        color: #1cbdec;
        font-size: 29px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
    }
    .brush-top {
        top: 65px;
    }
    .hero-section .girl-img {
        max-width: 70%;
        position: relative;
        z-index: 2;
    }
    .brush-bottom {
        bottom: 70px;
    }
    .hero-section .star-blue {
        width: 70px;
        bottom: 37%;
        left: -16%;
        transform: rotate(-27deg);
    }
    .grid-educator .educator-box p {
        font-size: 20px;
        text-align: center;
        margin: 0;
        color: #002060;
    }
    .hero-section .star-green {
        width: 50px;
        top: 47%;
        right: 0%;
    }
    .hero-section .arrow-img {
        width: 150px;
        bottom: 23%;
        left: -15%;
        transform: rotateX(18deg) rotateY(-103deg);
        transform: rotateX(-29deg) rotateY(174deg) rotateZ(-50deg);
    }
    .hero-section .cloud-img {
        width: 250px;
        top: 15%;
        right: 6%;
        z-index: 1;
        transform: rotateX(23deg) rotateY(-190deg);
    }
    .interactive-section-text .Interactive {
        font-size: 74px;
        text-transform: uppercase;
        color: #a6cf1c;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 21px;
        letter-spacing: 0.025em;
        margin-left: 40px;
    }

    .interactive-section-text .Calim {
        font-size: 34px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        margin-left: 16px;
    }

    .interactive-section-text {
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        padding-block: 0px;
    }

        .interactive-section-text .tech {
            text-align: start;
            color: #cf1388;
            font-size: 46px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 30px;
        }



        .interactive-section-text .with {
            text-align: center;
            color: #cf1388;
            font-size: 46px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 35px;
            margin-left: -160px;
        }

    .video-section .text-lesson-content .lesson {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 66px;
        margin-left: 160px;
    }

    .digitalactivities-section .activities {
        color: #cf1388;
        font-size: 38px;
        font-family: 'juliussans-one', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: -0.108em;
        margin-top: -50px;
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /* font-weight: bold; */
        font-size: 98px;
        font-family: 'sixcaps', sans-serif;
        line-height: 75px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: -145px;
    }

    .lesson-section {
        padding: 10px 20px;
        background-color: #fff;
    }

    .sequence-section {
        padding: 19px 0;
        position: relative;
        background-color: #fff;
    }

        .sequence-section .sequence-heading .regular.blue, .regular.sky {
            color: #1cbdec;
            font-size: 53px;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 75px;
        }

        .sequence-section .sequence-heading .amp {
            color: #100476;
            font-size: 62px;
            font-family: 'white-apricot', sans-serif;
            line-height: 65px;
        }

    .sequence-steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        justify-items: center;
        align-items: center;
    }
        .sequence-steps .step img {
            width: 250px;
            height: 170px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
    .sequence-bg {
        background: url(./images/bg_imagestrat.png) no-repeat center center;
        background-size: cover;
        padding: 60px 0;
        position: relative;
        z-index: 1;
        height: 700px;
    }
    .blue-bottom {
        bottom: 205px;
    }
    .blue-top {
        top: 208px;
    }
    .dots-top
  {
        top: 190px;
    }
    .resource-highlight .cards-grid {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    .resource-highlight .star
  {
        position: absolute;
        width: 55px;
        z-index: 6;
    }

    .star-top-right {
        top: 160px;
        right: 95px;
    }
    .dots-bottom {
        bottom: 158px;
    }
    .star-bottom-left
     {
        bottom: 255px;
        left: 95px;
    }
    .email-signup-section
 {
        background-color: #fff;
        padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }
    .faq-top-dots-img {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }
    .faq-section
   {
        position: relative;
        background-color: #dbf0f6;
        padding: 30px 0 100px 0;
        overflow: visible;
    }
        .faq-section .faq-top-img {
            top: -10px;
            left: 0;
        }
    .tour-container .tour-left .tour-decorations .star-blue
     {
        top: 30px;
        left: 220px;
    }
    }

@media (max-width: 767px) and (min-width: 581px) {
    .features-section .features-grid .feature-card {
        background-color: #fff0f5;
        padding: 10px 15px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 500;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        align-content: center;
        height: 200px;
        width: 300px;
    }
    .free-trial-text {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

    .brush-top {
        top: 70px;
    }

    .brush-bottom {
        bottom: 70px;
    }

    .grid-educator .educator-box p {
        font-size: 20px;
        text-align: center;
        margin: 0;
        color: #002060;
    }

    .interactive-section-text .Interactive {
        font-size: 74px;
        text-transform: uppercase;
        color: #a6cf1c;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 21px;
        letter-spacing: 0.025em;
        margin-left: 140px;
    }

    .interactive-section-text .Calim {
        font-size: 46px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        margin-left: 225px;
    }

    .interactive-section-text {
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        padding-block: 0px;
    }

        .interactive-section-text .tech {
            text-align: start;
            color: #cf1388;
            font-size: 46px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 30px;
        }



        .interactive-section-text .with {
            text-align: center;
            color: #cf1388;
            font-size: 46px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 35px;
            margin-left: 0px;
        }

    .video-section .text-lesson-content .lesson {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 66px;
        margin-left: 160px;
    }

    .digitalactivities-section .activities {
        color: #cf1388;
        font-size: 38px;
        font-family: 'juliussans-one', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: -0.108em;
        margin-top: -50px;
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /* font-weight: bold; */
        font-size: 98px;
        font-family: 'sixcaps', sans-serif;
        line-height: 75px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: 44px;
    }

    .lesson-section {
        padding: 10px 20px;
        background-color: #fff;
    }

    .sequence-section {
        padding: 19px 0;
        position: relative;
        background-color: #fff;
    }

        .sequence-section .sequence-heading .regular.blue, .regular.sky {
            color: #1cbdec;
            font-size: 40px;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 75px;
        }

        .sequence-section .sequence-heading .amp {
            color: #100476;
            font-size: 62px;
            font-family: 'white-apricot', sans-serif;
            line-height: 65px;
        }

    .sequence-steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        justify-items: center;
        align-items: center;
    }

        .sequence-steps .step img {
            width: 250px;
            height: 170px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

    .sequence-bg {
        background: url(./images/bg_imagestrat.png) no-repeat center center;
        background-size: cover;
        padding: 60px 0;
        position: relative;
        z-index: 1;
        height: 700px;
    }

    .blue-bottom {
        bottom: 209px;
    }

    .blue-top {
        top: 208px;
    }

    .dots-top {
        top: 190px;
    }

    .resource-highlight .cards-grid {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        gap: 10px;
    }

    .resource-highlight .star {
        position: absolute;
        width: 55px;
        z-index: 6;
    }

    .star-top-right {
        top: 160px;
        right: 95px;
    }

    .dots-bottom {
        bottom: 178px;
    }

    .star-bottom-left {
        bottom: 255px;
        left: 95px;
    }

    .email-signup-section {
        background-color: #fff;
        padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }

    .faq-top-dots-img {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

    .faq-section {
        position: relative;
        background-color: #dbf0f6;
        padding: 30px 0 100px 0;
        overflow: visible;
    }

        .faq-section .faq-top-img {
            top: -7px;
            left: 0;
        }

    .tour-container .tour-left .tour-decorations .star-blue {
        top: 49px;
        left: 120px;
    }


    .grid-educator {
        background: url(./images/educator_bg.png) no-repeat;
        background-size: cover;
        padding: 10px 20px;
        color: #333;
    }

        .grid-educator .educator-text h2 {
            color: rgb(207, 19, 136);
            line-height: 46px;
            font-size: 40px;
            font-family: 'juliussans-one', sans-serif;
        }

        .grid-educator .educator-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -45px;
        left: 0px;
        display: none;
    }

    .video-section .star {
        position: absolute;
        right: 13px;
        top: -91px;
        width: 70px;
        height: auto;
        z-index: 10;
    }

    .video-section .paper-plane {
        position: absolute;
        left: -3px;
        bottom: 375px;
        width: 120px;
        height: auto;
        z-index: 10;
    }

    .digitalactivities-section .text-digital-content .digital-heading {
        display: flex;
        flex-direction: column;
        gap: 0.1em;
        line-height: 1.2;
        text-align: center;
        margin-top: 51px;
    }

    .snag-free.section .section-snagheading .snag {
        color: #1cbdec;
        font-size: 50px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 93px;
        letter-spacing: 0.11em;
    }

    .cta-section .arrow-right {
        right: 0%;
    }

    .cta-section .arrow-left {
        left: 0%;
    }

    .get-inside-section .section-title {
        color: #cf1388;
        font-size: 55px;
        font-family: 'juliussans-one', sans-serif;
        margin-bottom: 2rem;
        margin-top: 80px;
        margin-bottom: 10px;
    }

    .get-inside-section .info-box {
        background-color: #1cbdec;
        color: #100476;
        padding: 1.5rem 10px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

    .get-inside-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding: 4rem 1rem;
        height: 100vh;
        height: 900px;
    }

        .get-inside-section::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 20px 20px;
            z-index: -1;
        }

    .tour-container .tour-left .tour-decorations .star-icon {
        position: absolute;
        width: 40px;
        height: auto;
    }

    .tour-container .tour-right .library-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        margin-top: 100px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: absolute;
        width: 150px;
        bottom: 0;
        left: 90px;
        top: 95px;
    }

    .tour-container .tour-left .materials-title {
        position: absolute;
        top: 0px;
        left: 130px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -70px;
        left: 340px;
    }

    .lesson-section .lesson-right {
        /* text-align: center; */
        position: relative;
        text-align: center;
    }

        .lesson-section .lesson-right .lesson-heading {
            font-size: 91px;
            font-weight: 700;
            line-height: 0.5;
            color: #002060;
            text-align: start;
            font-family: 'sixcaps', sans-serif;
            text-align: start;
            margin-left: 83px;
        }

    .interactive-section {
        display: flex;
        flex-direction: column;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: 0px;
        left: 25px;
        width: 450px;
        height: 100%;
        background-image: url(./images/bg-interactive.png);
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        z-index: 1;
    }
        .interactive-section-foreground

{
    position: relative;
    width: 450px;
    height: auto;
    z-index: 2;
    margin-top: 100px;
    left: 12%;
}
    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 44px;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: -0.108em;
        line-height: 45px;
    }
    
}
@media (max-width: 580px) and (min-width: 425px) {
    .features-section .features-grid .feature-card {
        background-color: #fff0f5;
        padding: 10px 15px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 500;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        align-content: center;
        height: 200px;
        width: 300px;
    }
    .free-trial-text {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }

    .sequence-section .sequence-heading .script.green {
        font-size: 40px;
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        line-height: 42px;
        letter-spacing: 0em;
    }

    .sequence-section .sequence-heading .bold.navy {
        line-height: 171px;
        letter-spacing: 0.025em;
        color: #002060;
        font-size: 41px;
        font-family: 'sixcaps', sans-serif;
        line-height: 40px;
        letter-spacing: 0.025em;
    }
    .learning-section .decor-crown {
        left: 8%;
        top: -42px;
        width: 50px;
    }
    .brush-top {
        top: 70px;
    }
    .free-trial-btn:hover {
        background-color: #1a1470;
        color: #fff;
        font-size: 16px;
        padding: 12px 10px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
        font-family: 'ttwell-reg', sans-serif;
        width: 70%;
    }
        .sequence-section .sequence-heading .regular.pink {
        font-weight: 400;
        color: #cf1388;
        font-size: 21px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 55px;
        letter-spacing: 0.11em;
    }

    .brush-bottom {
        bottom: 70px;
    }

    .grid-educator .educator-box p {
        font-size: 20px;
        text-align: center;
        margin: 0;
        color: #002060;
    }

    .interactive-section-text .Interactive {
        font-size: 74px;
        text-transform: uppercase;
        color: #a6cf1c;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 21px;
        letter-spacing: 0.025em;
        margin-left: 40px;
    }

    .interactive-section-text .Calim {
        font-size: 46px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        margin-left: 125px;
    }

    .interactive-section-text {
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        padding-block: 0px;
    }

        .interactive-section-text .tech {
            text-align: start;
            color: #cf1388;
            font-size: 46px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 30px;
        }

    .hero-section .Life-with {
        color: #100476;
        font-size: 44px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
        margin-left: 90px;
    }

    .hero-section .interactive-digital {
        line-height: 42px;
        margin-top: -28px;
    }

    .hero-section .emotional-learning {
        font-size: 52px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 55px;
        letter-spacing: 0.025em;
    }

    .laptop-wrapper {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .interactive-section-text .with {
        text-align: center;
        color: #cf1388;
        font-size: 46px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 35px;
        margin-left: 0px;
    }

    .video-section .text-lesson-content .lesson {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 50px;
        margin-left: 120px;
    }

    .digitalactivities-section .activities {
        color: #cf1388;
        font-size: 34px;
        font-family: 'juliussans-one', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: -0.108em;
        margin-top: -49px;
    }

    .digitalactivities-section .text-digital-content .with {
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        letter-spacing: 0.11em;
        text-align: start;
        line-height: 40px;
        margin-left: 50px;
    }

    .video-section .text-lesson-content .content {
        color: #1cbdec;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        margin-left: 80px;
    }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 42px;
        text-align: center;
        letter-spacing: 0em;
        margin-left: 5px;
    }

    .digitalactivities-section .text-digital-content .engage {
        color: #1cbdec;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /* font-weight: bold; */
        font-size: 61px;
        font-family: 'sixcaps', sans-serif;
        line-height: 99px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: -20px;
    }


    .lesson-section {
        padding: 10px 20px;
        background-color: #fff;
    }

    .sequence-section {
        padding: 19px 0;
        position: relative;
        background-color: #fff;
    }

        .sequence-section .sequence-heading .regular.blue, .regular.sky {
            color: #1cbdec;
            font-size: 34px;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 55px;
        }

        .sequence-section .sequence-heading .amp {
            color: #100476;
            font-size: 45px;
            font-family: 'white-apricot', sans-serif;
            line-height: 49px;
        }

    .sequence-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 2fr));
    justify-items: center;
    align-items: center;
}

        .sequence-steps .step img {
            width: 200px;
            height: 120px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

    .sequence-bg {
        background: url(./images/bg_imagestrat.png) no-repeat center center;
        background-size: cover;
        padding: 60px 0;
        position: relative;
        z-index: 1;
        height: 700px;
    }
        .sequence-bg .step .sequential-video {
            color: #100476;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
            text-align: center;
            margin-top: 10px;
        }
    .cta-section {
        padding: 10px 20px;
        background-color: #fff;
        text-align: center;
        position: relative;
    }
    .blue-bottom {
        bottom: 209px;
    }

    .blue-top {
        top: 213px;
    }

    .dots-top {
        top: 190px;
    }

    .resource-highlight .cards-grid {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        gap: 10px;
    }
    .faq-section .faq-title {
        font-size: 34px;
        font-weight: 600;
        color: #dc0b87;
        margin-block: 40px;
        font-family: 'juliussans-one', sans-serif;
    }
    .resource-highlight .star {
        position: absolute;
        width: 55px;
        z-index: 6;
    }
    .faq-section .accordion-button {
        font-weight: 400;
        font-size: 16px;
        color: #002060;
        font-size: 18px;
        font-family: 'ttwell-reg', sans-serif;
    }
    .star-top-right {
        top: 160px;
        right: 95px;
    }
    .faq-section .accordion-body {
        color: #002060;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
        background: #fff;
    }

    .dots-bottom {
        bottom: 178px;
    }
    .features-section .features-grid .title-main {
        color: #cf1388;
        font-size: 51px;
        font-weight: 700;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 43px;
        letter-spacing: 0.025em;
    }
    .features-section .features-grid .title-sub {
        color: #1cbdec;
        font-size: 41px;
        font-weight: 400;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 51px;
        letter-spacing: 0.11em;
        text-align: center;
    }
    .features-section .features-grid .title-love {
        color: #a6cf1c;
        font-size: 51px;
        font-family: 'white-apricot', sans-serif;
        line-height: 11px;
        letter-spacing: 0em;
        text-align: center;
        font-weight: bold;
    }
    .features-section {
        padding: 20px 20px;
        background-color: #fff;
    }
    .star-bottom-left {
        bottom: 255px;
        left: 95px;
    }

    .email-signup-section {
        background-color: #fff;
        padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }

    .faq-top-dots-img {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

    .faq-section {
        position: relative;
        background-color: #dbf0f6;
        padding: 30px 0 100px 0;
        overflow: visible;
    }

        .faq-section .faq-top-img {
            top: -7px;
            left: 0;
        }

    .tour-container .tour-left .tour-decorations .star-blue {
        top: 49px;
        left: 120px;
    }


    .grid-educator {
        background: url(./images/educator_bg.png) no-repeat;
        background-size: cover;
        padding: 10px 20px;
        color: #333;
    }

        .grid-educator .educator-text h2 {
            color: rgb(207, 19, 136);
            line-height: 46px;
            font-size: 40px;
            font-family: 'juliussans-one', sans-serif;
        }

        .grid-educator .educator-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -45px;
        left: 0px;
        display: none;
    }

    .video-section .star {
        position: absolute;
        right: 13px;
        top: -91px;
        width: 70px;
        height: auto;
        z-index: 10;
    }

    .video-section .paper-plane {
        position: absolute;
        left: 40px;
        bottom: 315px;
        width: 90px;
        height: auto;
        z-index: 10;
    }

    .digitalactivities-section .text-digital-content .digital-heading {
        display: flex;
        flex-direction: column;
        gap: 0.1em;
        line-height: 1.2;
        text-align: center;
        margin-top: 51px;
    }

    .snag-free.section .section-snagheading .snag {
        color: #1cbdec;
        font-size: 41px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 93px;
        letter-spacing: 0.11em;
    }

    .snag-free.section .section-snagheading .free {
        color: #cf1388;
        font-size: 41px;
        font-family: 'sixcaps', sans-serif;
        line-height: 205px;
        letter-spacing: 0.025em;
    }

    .cta-section .arrow-right {
        right: -5%;
    }
    .cta-section .arrow-right {
      
        top: -113px;
    }
    .snag-free.section .section-snagheading .resources {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 45px;
        letter-spacing: 0em;
        font-weight: bold;
    }

    .cta-section .arrow-left {
        left: -5%;
    }
    .cta-section .arrow-left {
       
        top: -112px;
    }

.snag-free.section .btn.sel-button {
    background: #002060;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'ttwell-reg', sans-serif;
    line-height: 37px;
    margin: 10px 0px 30px;
}
    .get-inside-section .section-title {
        color: #cf1388;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
        margin-bottom: 2rem;
        margin-top: 80px;
        margin-bottom: 10px;
    }
    .grid-educator .educator-box {
        background-color: #00b3e6;
        padding: 40px 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
        height: 250px;
    }
    .tour-section .tour-title {
        text-align: center;
        color: #cf1388;
        font-size: 41px;
        font-family: 'juliussans-one', sans-serif;
    }
    .tour-container .tour-left .materials-title .materials {
        font-size: 50px;
        font-weight: bold;
        color: #cf1388;
        letter-spacing: 1px;
        font-family: 'sixcaps', sans-serif;
        letter-spacing: 0.025em;
    }
    .tour-container .tour-left .materials-title .library {
        font-size: 41px;
        font-family: 'white-apricot', sans-serif;
        color: #100476;
        line-height: 33px;
        letter-spacing: 0em;
        font-weight: bold;
        margin-left: 70px;
    }
    .get-inside-section .info-box {
        background-color: #1cbdec;
        color: #100476;
        padding: 1.5rem 10px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

    .get-inside-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding: 4rem 1rem;
        height: 100vh;
        height: 900px;
    }

        .get-inside-section::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 20px 20px;
            z-index: -1;
        }

    .tour-container .tour-left .tour-decorations .star-icon {
        position: absolute;
        width: 40px;
        height: auto;
    }

    .tour-container .tour-right .library-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        margin-top: 100px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: absolute;
        width: 150px;
        bottom: 0;
        left: 90px;
        top: 95px;
    }

    .tour-container .tour-left .materials-title {
        position: absolute;
        top: 0px;
        left: 130px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -70px;
        left: 340px;
    }

    .lesson-section .lesson-right {
        /* text-align: center; */
        position: relative;
        text-align: center;
    }

        .lesson-section .lesson-right .lesson-heading {
            font-size: 51px;
            font-weight: 700;
            line-height: 0.5;
            color: #002060;
            text-align: start;
            font-family: 'sixcaps', sans-serif;
            text-align: start;
            margin-left: 83px;
        }

    .interactive-section {
        display: flex;
        flex-direction: column;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: 0px;
        left: -16px;
        width: 400px;
        height: 90%;
        background-image: url(./images/bg-interactive.png);
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        z-index: 1;
    }

    .interactive-section-foreground {
        position: relative;
        width: 350px;
        height: auto;
        z-index: 2;
        margin-top: 100px;
        left: 12%;
    }

    .video-section .text-lesson-content .tech {
        color: #a6cf1c;
        font-size: 41px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 44px;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: -0.108em;
        line-height: 45px;
    }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 61px;
        text-align: center;
        letter-spacing: 0em;
        margin-left: 120px;
    }

    .video-section .text-lesson-content .with {
        color: #cf1388;
        font-size: 42px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        margin-left: 80px;
    }
        .video-section .text-lesson-content .video

{
    color: #cf1388;
    font-size: 61px;
    text-transform: uppercase;
    font-family: 'sixcaps', sans-serif;
    margin-left: 140px;
}
    .cta-section .cta-button
 {
        display: inline-block;
        background-color: #1a0074;
        color: #fff;
        padding: 14px 22px;
        font-size: 14px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 26px;
        letter-spacing: 0em;
    }
}
@media (max-width: 424px) and (min-width: 320px) {
    .features-section .features-grid .feature-card {
        background-color: #fff0f5;
        padding: 10px 15px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 500;
        color: #002060;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        align-content: center;
        height: 150px;
        width: 250px;
    }
    .free-trial-text {
        font-size: 18px;
        line-height: 1.7;
        text-align: center;
    }
    .features-grid{
        display: grid;
        grid-template-columns: 1.5fr;
         gap: 0px; 
        align-items: start;
    }
    .free-trial-section {
        background-color: #fff;
        padding: 10px 20px;
    }
    .free-trial-btn {
        background-color: #1a1470;
        color: #fff;
        font-size: 12px;
        padding: 12px 30px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
        font-family: 'ttwell-reg', sans-serif;
    }
        .sequence-section .sequence-heading .script.green {
        font-size: 30px;
        color: #a6cf1c;
        font-family: 'white-apricot', sans-serif;
        line-height: 20px;
        letter-spacing: 0em;
    }

    .sequence-section .sequence-heading .bold.navy {
        line-height: 171px;
        letter-spacing: 0.025em;
        color: #002060;
        font-size: 31px;
        font-family: 'sixcaps', sans-serif;
        line-height: 20px;
        letter-spacing: 0.025em;
    }

    .learning-section .decor-crown {
        left: 8%;
        top: -42px;
        width: 50px;
    }

    .brush-top {
        top: 75px;
    }

    .free-trial-btn:hover {
        background-color: #1a1470;
        color: #fff;
        font-size: 16px;
        padding: 12px 10px;
        border-radius: 8px;
        border: none;
        text-decoration: none;
        display: inline-block;
        transition: background-color 0.3s ease;
        font-family: 'ttwell-reg', sans-serif;
        width: 70%;
    }

    .sequence-section .sequence-heading .regular.pink {
        font-weight: 400;
        color: #cf1388;
        font-size: 18px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 55px;
        letter-spacing: 0.11em;
    }

    .brush-bottom {
        bottom: 75px;
    }

    .grid-educator .educator-box p {
        font-size: 16px;
        text-align: center;
        margin: 0;
        color: #002060;
    }

    .interactive-section-text .Interactive {
        font-size: 44px;
        text-transform: uppercase;
        color: #a6cf1c;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 21px;
        letter-spacing: 0.025em;
        margin-left: 40px;
    }

    .interactive-section-text .Calim {
        font-size: 36px;
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        margin-left: 75px;
    }

    .interactive-section-text {
        display: flex;
        /* gap: 20px; */
        flex-direction: column;
        padding-block: 0px;
    }
    .interactive-section {
        padding: 50px 20px;
        /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    }
        .interactive-section-text .tech {
            text-align: start;
            color: #cf1388;
            font-size: 36px;
            font-family: 'ttwell-reg', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            line-height: 30px;
        }

    .hero-section .Life-with {
        color: #100476;
        font-size: 33px;
        font-family: 'white-apricot', sans-serif;
        text-align: center;
        margin-left: 90px;
    }

    .hero-section .interactive-digital {
        line-height: 42px;
        margin-top: -28px;
    }

    .hero-section .emotional-learning {
        font-size: 42px;
        font-family: 'sixcaps', sans-serif;
        color: #cf1388;
        text-transform: uppercase;
        line-height: 55px;
        letter-spacing: 0.025em;
    }

    .laptop-wrapper {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .interactive-section-text .with {
        text-align: center;
        color: #cf1388;
        font-size: 32px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        line-height: 35px;
        margin-left: 0px;
    }

    .video-section .text-lesson-content .lesson {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 32px;
        margin-left: 105px;
    }

    .digitalactivities-section .activities {
        color: #cf1388;
        font-size: 24px;
        font-family: 'juliussans-one', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: -0.108em;
        margin-top: -20px;
    }

    .digitalactivities-section .text-digital-content .with {
        color: #cf1388;
        font-size: 32px;
        font-family: 'ttwell-reg', sans-serif;
        letter-spacing: 0.11em;
        text-align: start;
        line-height: 40px;
        margin-left: 50px;
    }

    .video-section .text-lesson-content .content {
        color: #1cbdec;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
        margin-left: 70px;
    }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 32px;
        text-align: center;
        letter-spacing: 0em;
        margin-left: 5px;
    }

    .digitalactivities-section .text-digital-content .engage {
        color: #1cbdec;
        font-size: 32px;
        font-family: 'ttwell-reg', sans-serif;
        text-align: end;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .digitalactivities-section .text-digital-content .digital {
        color: #a6cf1c;
        /* font-weight: bold; */
        font-size: 41px;
        font-family: 'sixcaps', sans-serif;
        line-height: 42px;
        letter-spacing: 0.039em;
        text-align: center;
        margin-left: -20px;
    }


    .lesson-section {
        padding: 10px 20px;
        background-color: #fff;
    }

    .sequence-section {
        padding: 19px 0;
        position: relative;
        background-color: #fff;
    }

        .sequence-section .sequence-heading .regular.blue, .regular.sky {
            color: #1cbdec;
            font-size: 22px;
            font-family: 'ttwell-reg', sans-serif;
            line-height: 50px;
        }

        .sequence-section .sequence-heading .amp {
            color: #100476;
            font-size: 34px;
            font-family: 'white-apricot', sans-serif;
            line-height: 49px;
        }

    .sequence-steps {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(190px, 2fr));
        justify-items: center;
        align-items: center;
    }
    .sequence-section .line-top {
        display: flex;
        gap: 0.3em;
        justify-content: flex-start;
        align-items: flex-end;
        margin-left: 70px;
    }
        .sequence-steps .step img {
            width: 200px;
            height: 120px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

    .sequence-bg {
        background: url(./images/bg_imagestrat.png) no-repeat center center;
        background-size: cover;
        padding: 60px 0;
        position: relative;
        z-index: 1;
        height: 970px;
    }

        .sequence-bg .step .sequential-video {
            color: #100476;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
            text-align: center;
            margin-top: 10px;
        }

    .cta-section {
        padding: 10px 20px;
        background-color: #fff;
        text-align: center;
        position: relative;
    }

    .blue-bottom {
        bottom: 214px;
    }

    .blue-top {
        top: 213px;
    }

    .dots-top {
        top: 190px;
    }

    .resource-highlight .cards-grid {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
        gap: 10px;
    }

    .faq-section .faq-title {
        font-size: 24px;
        font-weight: 600;
        color: #dc0b87;
        margin-block: 40px;
        font-family: 'juliussans-one', sans-serif;
    }

    .resource-highlight .star {
        position: absolute;
        width: 55px;
        z-index: 6;
    }

    .faq-section .accordion-button {
        font-weight: 400;
        font-size: 16px;
        color: #002060;
        font-size: 16px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .star-top-right {
        top: 160px;
        right: 95px;
    }

    .faq-section .accordion-body {
        color: #002060;
        font-size: 14px;
        font-family: 'ttwell-reg', sans-serif;
        background: #fff;
    }

    .dots-bottom {
        bottom: 178px;
    }

    .features-section .features-grid .title-main {
        color: #cf1388;
        font-size: 41px;
        font-weight: 700;
        font-family: 'sixcaps', sans-serif;
        text-align: center;
        line-height: 43px;
        letter-spacing: 0.025em;
    }

    .features-section .features-grid .title-sub {
        color: #1cbdec;
        font-size: 31px;
        font-weight: 400;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 51px;
        letter-spacing: 0.11em;
        text-align: center;
    }

    .features-section .features-grid .title-love {
        color: #a6cf1c;
        font-size: 41px;
        font-family: 'white-apricot', sans-serif;
        line-height: 11px;
        letter-spacing: 0em;
        text-align: center;
        font-weight: bold;
    }

    .features-section {
        padding: 20px 20px;
        background-color: #fff;
    }

    .star-bottom-left {
        bottom: 255px;
        left: 95px;
    }

    .email-signup-section {
        background-color: #fff;
        padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }

    .faq-top-dots-img {
        position: absolute;
        top: 66px;
        left: 0;
        width: 100%;
    }

    .faq-section {
        position: relative;
        background-color: #dbf0f6;
        padding: 30px 0 100px 0;
        overflow: visible;
    }

        .faq-section .faq-top-img {
            top: -4px;
            left: 0;
        }

    .tour-container .tour-left .tour-decorations .star-blue {
        top: 30px;
        left: 50px;
    }


    .grid-educator {
        background: url(./images/educator_bg.png) no-repeat;
        background-size: cover;
        padding: 10px 20px;
        color: #333;
    }

        .grid-educator .educator-text h2 {
            color: rgb(207, 19, 136);
            line-height: 46px;
            font-size: 40px;
            font-family: 'juliussans-one', sans-serif;
        }

        .grid-educator .educator-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

    img.img-fluid.eductor-left-bottom {
        position: absolute;
        bottom: -45px;
        left: 0px;
        display: none;
    }

    .video-section .star {
        position: absolute;
        right: 13px;
        top: -44px;
        width: 40px;
        height: auto;
        z-index: 10;
    }


    .video-section .paper-plane {
        position: absolute;
        left: 37px;
        bottom: 216px;
        width: 70px;
        height: auto;
        z-index: 10;
    }

    .digitalactivities-section .text-digital-content .digital-heading {
        display: flex;
        flex-direction: column;
        gap: 0.1em;
        line-height: 1.2;
        text-align: center;
        margin-top: 51px;
    }

    .snag-free.section .section-snagheading .snag {
        color: #1cbdec;
        font-size: 31px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 93px;
        letter-spacing: 0.11em;
    }

    .snag-free.section .section-snagheading .free {
        color: #cf1388;
        font-size: 31px;
        font-family: 'sixcaps', sans-serif;
        line-height: 205px;
        letter-spacing: 0.025em;
    }

    .cta-section .arrow-right {
        right: -5%;
    }

    .cta-section .arrow-right {
        top: -113px;
    }

    .snag-free.section .section-snagheading .resources {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 35px;
        letter-spacing: 0em;
        font-weight: bold;
    }

    .cta-section .arrow-left {
        left: -5%;
    }

    .cta-section .arrow-left {
        top: -112px;
    }

    .snag-free.section .btn.sel-button {
        background: #002060;
        color: #fff;
        padding: 5px 15px;
        font-size: 16px;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 37px;
        margin: 10px 0px 30px;
    }

    .get-inside-section .section-title {
        color: #cf1388;
        font-size: 31px;
        font-family: 'juliussans-one', sans-serif;
        margin-bottom: 2rem;
        margin-top: 80px;
        margin-bottom: 10px;
    }

    .grid-educator .educator-box {
        background-color: #00b3e6;
        padding: 40px 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
        height: 250px;
    }

    .tour-section .tour-title {
        text-align: center;
        color: #cf1388;
        font-size: 31px;
        font-family: 'juliussans-one', sans-serif;
    }

    .tour-container .tour-left .materials-title .materials {
        font-size: 50px;
        font-weight: bold;
        color: #cf1388;
        letter-spacing: 1px;
        font-family: 'sixcaps', sans-serif;
        letter-spacing: 0.025em;
    }

    .tour-container .tour-left .materials-title .library {
        font-size: 41px;
        font-family: 'white-apricot', sans-serif;
        color: #100476;
        line-height: 33px;
        letter-spacing: 0em;
        font-weight: bold;
        margin-left: 70px;
    }

    .get-inside-section .info-box {
        background-color: #1cbdec;
        color: #100476;
        padding: 1.5rem 10px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
    }

    .get-inside-section {
        background-image: url(./images/bg_imagestrat.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        padding: 4rem 1rem;
        height: 100vh;
        height: 900px;
    }

        .get-inside-section::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 20px 20px;
            z-index: -1;
        }

    .tour-container .tour-left .tour-decorations .star-icon {
        position: absolute;
        width: 40px;
        height: auto;
    }

    .tour-container .tour-right .library-image {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        margin-top: 100px;
    }

    .tour-container .tour-left .tour-decorations .arrow-icon {
        position: absolute;
        width: 150px;
        bottom: 0;
        left: 90px;
        top: 95px;
    }

    .tour-container .tour-left .materials-title {
        position: absolute;
        top: 0px;
        left: 50px;
    }

    .tour-container .tour-left .tour-decorations .star-green {
        top: -60px;
        left: 209px;
    }

    .lesson-section .lesson-right {
        /* text-align: center; */
        position: relative;
        text-align: center;
    }

        .lesson-section .lesson-right .lesson-heading {
            font-size: 41px;
            font-weight: 700;
            line-height: 0.9;
            color: #002060;
            text-align: start;
            font-family: 'sixcaps', sans-serif;
            text-align: start;
            margin-left: 43px;
        }
            .lesson-section .lesson-right .lesson-heading .details {
                font-size: 34px;
                color: #1cbdec;
                font-family: 'white-apricot', sans-serif;
                text-align: right;
                font-weight: bold;
                margin-left: 45px;
            }
                .interactive-section {
        display: flex;
        flex-direction: column;
    }

    .interactive-section-bg-image {
        position: absolute;
        top: 0px;
        left: -5px;
        width: 255px;
        height: 60%;
        background-image: url(./images/bg-interactive.png);
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        z-index: 1;
    }

    .interactive-section-foreground {
        position: relative;
        width: 280px;
        height: auto;
        z-index: 2;
        margin-top: 50px;
        left: -10%;
    }

    .video-section .text-lesson-content .tech {
        color: #a6cf1c;
        font-size: 31px;
        letter-spacing: 0.11em;
        text-transform: uppercase;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 0px;
        letter-spacing: 0.11em;
    }

    .interactive-section-text .emotion {
        color: #1cbdec;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
        letter-spacing: -0.108em;
        line-height: 45px;
    }

    .digitalactivities-section .text-digital-content .students {
        color: #100476;
        font-family: 'white-apricot', sans-serif;
        font-size: 31px;
        text-align: center;
        letter-spacing: 0em;
        margin-left: 120px;
    }

    .video-section .text-lesson-content .with {
        color: #cf1388;
        font-size: 32px;
        font-family: 'ttwell-reg', sans-serif;
        text-transform: uppercase;
        margin-left: 80px;
    }

    .video-section .text-lesson-content .video {
        color: #cf1388;
        font-size: 31px;
        text-transform: uppercase;
        font-family: 'sixcaps', sans-serif;
        margin-left: 140px;
    }

    .cta-section .cta-button {
        display: inline-block;
        background-color: #1a0074;
        color: #fff;
        padding: 14px 12px;
        font-size: 12px;
        border-radius: 10px;
        text-decoration: none;
        font-family: 'ttwell-reg', sans-serif;
        line-height: 14px;
        letter-spacing: 0em;
    }
    .grid-educator .educator-box h5 {
        text-align: center;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
        color: #100476;
        font-weight: 600;
    }
    .cta-section .arrow {
        position: absolute;
        width: 70px;
        height: auto;
    }
    .cta-section .cta-arrows {
        position: relative;
         height: 0px; 
    }
}