
@font-face {
    font-family: 'juliussans-one';
    src: url('./fonts/JuliusSansOne-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('./fonts/LeagueSpartan-Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'sixcaps';
    src: url('./fonts/SixCaps.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'ttwell-reg';
    src: url('./fonts/TT\ Wellingtons\ Trial\ Regular.otf');
    font-display: swap;
}

@font-face {
    font-family: 'white-apricot';
    src: url('./fonts/Apricots.otf');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-bold';
    src: url('./fonts/roboto-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'KG Turning Tables';
    src: url('fonts/kgturningtables.ttf') format('truetype');
    font-display: swap;
}
.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(6 163 209) !important;
    padding: 6px 25px;
    font-size: 14px;
    margin-inline: 10px;
    padding-bottom: 0px;
    margin-top: -10px;
    border-color: rgb(6 163 209);
    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: #100476; /* 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: #100476;
        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: #100476;
        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: #100476;
    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: #100476;
            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: #100476;
    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: 94px;
    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: #100476;
    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: #100476;
        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: #100476;
        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: #100476;
        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: #100476;
    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: #100476;
    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: #100476;
    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: #100476;
    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: #100476;
        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: #100476;
        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: #100476;
        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: 20px;
        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: #100476;
        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: #100476;
        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: #100476;
        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: #100476;
            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: #100476;
        font-family: 'ttwell-bold', sans-serif;
    }

    .membership-features-section .feature-description {
        color: #100476;
        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: #100476;
    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: #100476;
    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: #100476;
}
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: #100476;
        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: #100476;
        margin-bottom: 15px;
        font-family: 'juliussans-one', sans-serif;
    }

        .multi-school-membership-section .price span {
            font-size: 23px;
            color: #100476;
            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: #100476;
        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: #100476;
        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: #100476;
        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: #100476;
            font-family: 'ttwell-bold', sans-serif;
        }

        .membership-features-section .feature-description {
            color: #100476;
            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: #100476;
        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: #100476;
        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: #100476;
        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: #100476;
        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: #100476;
            font-family: 'ttwell-bold', sans-serif;
        }

        .membership-features-section .feature-description {
            color: #100476;
            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: #100476;
        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: #100476;
        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: #100476;
            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: #100476;
            margin-bottom: 15px;
            font-family: 'juliussans-one', sans-serif;
        }

            .multi-school-membership-section .price span {
                font-size: 16px;
                color: #100476;
                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: #100476;
        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: #100476;
        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: #100476;
    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: #100476;
    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: #100476;
    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: #100476;
    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: #100476;
        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 h4 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #100476;
        font-family: 'ttwell-reg', sans-serif;
        height: 60px;
        font-weight: bold;
    }

    .educator-card p {
        font-size: 23px;
        color: #100476;
        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: #100476;
    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: #100476;
        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: #100476;
    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 h5 {
            color: #100476;
            font-family: 'ttwell-reg', sans-serif;
            margin-bottom: 0px;
            font-size: 24px;
            line-height: 19px;
            font-weight: bold;
        }

            .feature-highlight .feature-item h5::before {
                content: "⭐";
                margin-right: 8px;
                color: gold;
            }

        .feature-highlight .feature-item p {
            margin: 5px 0 0;
            color: #100476;
            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: #100476;
    /* 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: #100476;
    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: #100476;
    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: #100476;
    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: #100476;
    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: 0px 20px;
    background-color: #fff;
    color: #100476;
    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: #100476;
    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: #100476;
        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: #100476;
}

.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: #100476;
    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: #100476;
        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: #100476;
    }
        .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: #100476;
        font-family: 'ttwell-reg', sans-serif;
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .curriculum-hub-asca-container {
        max-width: 900px;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        margin-top: 6px;
    }
}
@media (max-width: 1399px) and (min-width: 1024px) {
    .curriculum-hub-asca-container {
        max-width: 900px;
        margin: 0 auto;
        margin-top: 0px;
        text-align: center;
        margin-top: 496px;
    }
}

    /* 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 h6.casel {
        color: #100476;
        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: #100476;
        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(150 194 3);
                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-weight: 500;
                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;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 20px;
        padding: 10px;
    }

    .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',sans-serif;
        font-weight: 300 !important;
        text-decoration: none;
    }

    .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: #100476;
        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-4.col-md-4.col-sm-6.footer-col-4 ul li {
    background: url('../../img/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;
    }

    ul.text-center.book_list img.free-sel-plan.img-fluid {
        width: 280px;
    }
    /*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(213 2 145);
                line-height: 37px;
                letter-spacing: 0em;
                font-size: 32px;
                font-family: 'juliussans-one', sans-serif;
                font-weight: 600;
            }

            .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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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 h6.casel {
            color: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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 h6.casel {
            color: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            font-family: 'Segoe UI', sans-serif;
        }

        .curriculum-hub-text-content .curriculum-hub-asca-description {
            margin-bottom: 40px;
            color: #100476;
            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: #100476;
            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 h6.casel {
            color: #100476;
            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: #100476;
            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: 50%;
            transform: translateX(-50%);
            right: 0%;
            width: 45px;
        }

        .sel-resources-positive-relation {
            position: relative;
            padding: 40px 20px;
            background: url(./images/bg_imagestrat.png);
            text-align: center;
            overflow: hidden;
            height: 600px;
            background-size: cover;
        }

            .sel-resources-positive-relation .star-right {
                top: 38%;
                right: 2%;
                width: 45px;
            }

        .sel-resources-magnet-feel .star-right {
            top: 28%;
            right: 2%;
            width: 60px;
        }

        .sel-resources-magnet-feel .star.star-top {
            top: 40%;
            transform: translateX(-50%);
            right: 0%;
            width: 50px;
        }

        .sel-resources-positive-relation .star-left {
            top: 45%;
            left: 2%;
            width: 50px;
        }

        .sel-resources-magnet-feel .star-left {
            top: 50%;
            left: 0%;
            width: 60px;
        }

        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 180px;
        }

        .book_bg img {
            width: 100%;
        }
    }

    @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: #100476;
            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: #100476;
            margin-left: auto;
            margin-right: auto;
            font-family: 'ttwell-reg', sans-serif;
            text-align: center;
        }

        .sel-resources-positive-relation .star-right {
            top: 47%;
            right: 5%;
            width: 40px;
        }

        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 120px;
        }

        .sel-resources-positive-relation .star.star-top {
            top: 60%;
            transform: translateX(-50%);
            right: 1%;
            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: 3%;
            width: 40px;
        }

        .sel-resources-magnet-feel .star-left {
            top: 50%;
            left: 0%;
            width: 40px;
        }

        .book_bg img {
            width: 80%;
        }

        .sel-resources-positive-relation {
            position: relative;
            padding: 40px 20px;
            background: url(./images/bg_imagestrat.png);
            text-align: center;
            overflow: hidden;
            height: 500px;
            background-size: cover;
        }
    }

    @media (max-width:580px) and (min-width: 425px) {
        .inner_page_title.text-center {
            margin-top: 100px;
            font-size: 18px !important;
        }

        .sel-resources-hero-section__badge {
            font-size: 26.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: 76px;
            font-weight: 400;
            color: #100476;
            font-family: 'sixcaps', sans-serif;
            line-height: 60px;
            letter-spacing: 0.025em;
        }

        .sel-resources-hero-section__subheadline {
            font-size: 28px;
            color: #cf1388;
            font-weight: 500;
            font-family: 'juliussans-one', sans-serif;
            letter-spacing: 1px;
            line-height: 40px;
            letter-spacing: 0.103em;
        }

        .sel-resources-hero-section__desc {
            font-size: 18.2px;
            line-height: 1.8;
            color: #100476;
            margin-left: auto;
            margin-right: auto;
            font-family: 'ttwell-reg', sans-serif;
            text-align: center;
        }

        .sel-resources-positive-relation .star-right {
            top: 45%;
            right: 5%;
            width: 35px;
        }

        .sel-resources-positive-relation .star.star-top {
            top: 54%;
            transform: translateX(-50%);
            right: 0%;
            width: 30px;
        }

        .sel-resources-magnet-feel .star-right {
            top: 45%;
            right: 4%;
            width: 35px;
        }


        .sel-resources-magnet-feel .star.star-top {
            top: 54%;
            transform: translateX(-50%);
            right: 0%;
            width: 35px;
        }

        .sel-resources-positive-relation .star-left {
            top: 55%;
            left: 6%;
            width: 35px;
        }

        .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;
            }

        .book_bg img {
            width: 80%;
        }

        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 90px;
        }

        .sel-resources-positive-relation {
            position: relative;
            padding: 40px 20px;
            background: url(./images/bg_imagestrat.png);
            text-align: center;
            overflow: hidden;
            height: 500px;
            background-size: cover;
        }
    }

    @media (max-width:424px) and (min-width: 320px) {

        .sel-resources-hero-section__badge {
            font-size: 22.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: 56px;
            font-weight: 400;
            color: #100476;
            font-family: 'sixcaps', sans-serif;
            line-height: 35px;
            letter-spacing: 0.025em;
        }

        .sel-resources-hero-section__subheadline {
            font-size: 24px;
            color: #cf1388;
            font-weight: 500;
            font-family: 'juliussans-one', sans-serif;
            letter-spacing: 1px;
            line-height: 40px;
            letter-spacing: 0.103em;
        }

        .sel-resources-hero-section__desc {
            font-size: 16.2px;
            line-height: 1.8;
            color: #100476;
            margin-left: auto;
            margin-right: auto;
            font-family: 'ttwell-reg', sans-serif;
            text-align: center;
        }

        .inner_page_title.text-center {
            margin-top: 70px;
            font-size: 16px !important;
        }

        .sel-resources-positive-relation .star-right {
            top: 44%;
            right: 1%;
            width: 20px;
        }

        .sel-resources-positive-relation .star.star-top {
            top: 54%;
            transform: translateX(-50%);
            right: 0%;
            width: 16px;
        }

        .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: 50%;
            left: 3%;
            width: 25px;
        }

        .sel-resources-positive-relation {
            position: relative;
            padding: 40px 20px;
            background: url(./images/bg_imagestrat.png);
            text-align: center;
            overflow: hidden;
            height: 500px;
            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;
            }

        .book_bg img {
            width: 100%;
        }

        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 80px;
        }
    }

    /*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: #100476;
            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 h5 {
            color: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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 h5 {
            color: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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 h5 {
            color: #100476;
            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: #100476;
            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 h4 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
            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: #100476;
        }

        .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: #100476;
            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: #100476;
        }

        .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: #100476;
                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: #100476;
            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: #100476;
            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: #100476;
        }

        .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: #100476;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .star-top-right {
            top: 160px;
            right: 95px;
        }

        .faq-section .accordion-body {
            color: #100476;
            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: #100476;
            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: #100476;
                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: #100476;
            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: #100476;
            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: #100476;
        }

        .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: #100476;
            font-size: 16px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .star-top-right {
            top: 160px;
            right: 95px;
        }

        .faq-section .accordion-body {
            color: #100476;
            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: #100476;
            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: #100476;
                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;
        }
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 200px;
        }

        .sel-resources-positive-relation .star-left {
            top: 40%;
            left: 8%;
            width: 90px;
        }

        .book_bg img {
            width: 80%;
        }

        .sel-resources-positive-relation .star-right {
            top: 30%;
            right: 10%;
            width: 60px;
        }

        .sel-resources-positive-relation .star.star-top {
            top: 44%;
            transform: translateX(-50%);
            right: 7%;
            width: 51px;
        }
    }

    @media (max-width: 1499px) and (min-width: 1200px) {
        ul.text-center.book_list img.free-sel-plan.img-fluid {
            width: 280px;
        }

        .sel-resources-positive-relation .star-left {
            top: 40%;
            left: 8%;
            width: 90px;
        }

        .book_bg img {
            width: 70%;
        }

        .sel-resources-positive-relation .star-right {
            top: 30%;
            right: 10%;
            width: 60px;
        }

        .sel-resources-positive-relation .star.star-top {
            top: 44%;
            transform: translateX(-50%);
            right: 7%;
            width: 51px;
        }
    }
    /*login style start*/
    .login-top-dots {
        margin-bottom: -35px;
    }

    .decorative-logindots {
        width: 100%;
        display: block;
        position: relative;
        z-index: 3;
    }

    .login-top-wave {
        margin-bottom: -25px;
    }

    .decorative-loginwave {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }



    .section-full {
        position: relative;
    }

    .card-signin.register {
        border: none;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 600;
        font-size: 1.5rem;
        font-family: 'Roboto-bold',sans-serif;
        font-size: 34px;
        margin-bottom: 18px;
        margin-top: 22px;
    }

    .login-bottom-dots {
        margin-top: -40px;
    }

    .decorative-logindots {
        width: 100%;
        display: block;
        position: relative;
        z-index: 3;
    }

    .login-bottom-wave {
        margin-top: -110px;
    }

    .decorative-loginwave.login-bottom-wave {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .section-full.login-page.content-inner-1 {
        background: #dbf0f6;
        padding-block: 50px;
    }

    .login-section {
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
        background: #fff;
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .form-label-group.login label {
        font-weight: 600;
        margin-bottom: 10px;
        float: left;
    }

    .btn.btn-lg.btn-primary.btn-block.text-uppercase {
        border-radius: 25px;
        background: #100476;
        width: 100%;
        cursor: pointer;
        padding: 12px 40px;
        font-size: 14px;
        font-weight: 600;
    }

    #rememberMe, .form-check-label {
        float: left;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

    .card-signin #yourUsername, .card-signin #yourPassword {
        height: 45px;
        border-radius: 100px;
        font-weight: 500;
        font-size: 16px;
        padding-left: 18px;
    }

    .alert-danger strong {
        color: red;
    }

    a.signup, a.signup:hover {
        color: #100476;
        text-decoration: none;
        font-weight: 600;
    }

    span.text-danger.field-validation-error {
        float: left;
    }

    .icon-placeholder {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 12px center;
        background-size: 16px 16px;
        padding-left: 40px;
    }

        /* Change icon color when input is focused */
        .icon-placeholder:focus {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23001f60' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 12px center;
            background-size: 16px 16px;
            padding-left: 40px;
        }

    .password-with-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 12px center;
        background-size: 16px 16px;
        padding-left: 40px;
    }

        /* Change icon color on focus */
        .password-with-icon:focus {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23001f60' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 12px center;
            background-size: 16px 16px;
            padding-left: 40px;
        }

    .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #001f60;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgb(16 4 118 / 22%);
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
        .content-inner-1 {
            padding-top: 30px;
            padding-bottom: 0px;
            padding-left: 16px;
            padding-right: 16px;
        }

        .login-bottom-wave {
            margin-top: -22px;
        }

        .login-bottom-dots {
            margin-top: -14px;
        }

        .login-top-dots {
            margin-bottom: 0px;
        }
    }
    /*login style end*/
    /*privacy-ploicy style start*/


    /*.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/
    .middel_content h2.Privacy-headings {
        text-align: center;
        margin-bottom: 15px;
        font-size: 60px;
    }

    .top_banner {
        text-align: center;
    }

    img.img-fluid.privacy-scool {
        WIDTH: 87PX;
        MARGIN-LEFT: 11PX;
        MARGIN-TOP: -18PX;
    }

    .top_banner img {
        max-width: 398px;
        margin-top: 34px;
        width: 100%;
    }

    .middel_content {
        float: left;
        width: 100%;
    }

        .middel_content h2 {
            font-family: 'Roboto-bold',sans-serif;
            font-weight: 600;
            color: #100476;
            font-size: 41px;
            line-height: 44px;
            text-transform: capitalize;
            margin-bottom: 0;
            margin: 0;
            /*  PADDING-RIGHT: 16PX;*/
        }

        .middel_content p {
            font-family: 'Roboto',sans-serif;
            font-size: 19px;
            margin-top: 0;
            line-height: 33px;
            margin-bottom: 18px;
        }

        .middel_content h3 {
            text-align: center;
            font-family: 'Roboto',sans-serif;
            font-size: 37px;
            font-weight: 800;
            color: #ec008c;
            margin-bottom: 0;
        }

    .outer_bg {
        overflow: hidden;
        background: #fff;
        padding: 45px;
        border-radius: 26px;
        margin: 30px 0;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    }

    .middel_content ul {
        padding-left: 55px;
        list-style: disc;
    }

        .middel_content ul li {
            font-family: 'Roboto',sans-serif;
            font-size: 19px;
            margin-top: 0;
            line-height: 33px;
            margin-bottom: 18px;
        }

            .middel_content ul li b {
                font-weight: 900;
                color: #000;
            }

            .middel_content ul li h4 {
                font-size: 28px;
                margin: 0;
                color: #32b626;
                margin-bottom: 9px;
            }

    .outside_bg {
        position: relative;
        background-color: #dbf0f6; /* middle fill color */
        background-repeat: repeat-y;
        padding: 99px 30px; /* space for top/bottom images */
    }

        /* Top dotted line image */
        .outside_bg::before {
            content: "";
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            height: 100vh; /* adjust height */
            background: url('images/dotted-blocks.png') repeat-x center top;
            z-index: 3;
        }

    /* Top brush image */
    .top-brush {
        position: absolute;
        top: -21px;
        left: 0;
        width: 100%;
        height: 60px;
        background: url('images/lightgreen-top.png') no-repeat center top;
    }

    /* Bottom brush image */
    .bottom-brush {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        background: url('/Content/Public-css/images/lightgreen_bottom.png') no-repeat center bottom;
        background-size: cover;
    }

    .middel_content {
        position: relative;
        z-index: 2; /* keeps text above images */
    }

    .terms-conditions-section {
        background: #fff;
        padding: 120px 0px;
    }
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
        body {
            padding: 0 !important;
            margin: 0 !important;
        }

        .outer_bg {
            padding: 14px !important;
        }

        h2.copy_title {
            text-align: center;
            margin-top: 32px;
            font-family: 'Roboto';
            font-size: 26px !important;
            color: #100476;
        }

        body .faq_section h1 {
            text-align: left;
            font-family: roboto;
            font-weight: 600;
            font-size: 32px !important;
            margin: 0;
            margin-bottom: 0px !important;
            color: #100476 !important;
        }

        .Copyright p {
            font-family: 'Roboto' !important;
            font-size: 16px !important;
            margin-top: 0;
            line-height: 28px !important;
            margin-bottom: 18px;
        }

        .middel_content h2 {
            font-family: 'Roboto-bold',sans-serif !important;
            font-weight: 600;
            color: #100476;
            font-size: 22px !important;
            line-height: 32px !important;
            text-transform: capitalize;
            margin-bottom: 0;
            margin: 0;
            text-align: left !important;
        }

            .middel_content h2.Privacy-headings {
                text-align: center !important;
                margin-bottom: 15px;
                font-size: 26px;
            }

        img.img-fluid.privacy-scool {
            WIDTH: 50PX;
            MARGIN-LEFT: 11PX;
            MARGIN-TOP: -5PX;
        }

        .middel_content p {
            font-family: 'Roboto-bold',sans-serif;
            font-size: 17px;
            margin-top: 0;
            line-height: 27px;
            margin-bottom: 18px;
        }

        .middel_content li {
            font-size: 17px !important;
            line-height: 27px !important;
        }

        .middel_content ul li h4 {
            font-size: 22px;
            margin: 0;
            color: #32b626;
            margin-bottom: 9px;
        }
    }

    /*privacy-policy end*/
    /*terms and conditions start*/

    .middel_content h2 {
        font-family: 'Roboto-bold', sans-serif !important;
        font-weight: 600;
        color: #100476;
        font-size: 31px;
        line-height: 44px;
        text-transform: capitalize;
        margin-bottom: 0;
        margin: 0;
    }

    /*terms and conditions end*/
    /*contact us page start here*/
    .dlab-bnr-inr {
        border-top: 6px solid #dbf0f6;
        background-size: contain !important;
        background-position: center center;
        height: 135px;
        background-size: cover;
        background-position: center center;
        display: table;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        text-align: center;
    }

    .section-full:last-child {
        margin-bottom: 0px;
    }

    .section-full {
        position: relative;
    }

    .content-inner {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .icon-bx-wraper {
        position: relative;
    }

    .icon-md i {
        font-size: 45px;
    }

    wraper .dlab-tilte {
        margin-top: 0;
    }

    .dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
        position: relative;
    }

    .icon-bx-wraper p:last-child {
        margin: 0;
    }

    .icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xs {
        float: left;
        margin-right: 10px;
    }

    .icon-md {
        width: 60px;
    }

    .contact_section {
        padding: 21px;
        background: #f1f1f1;
        border-radius: 5px;
        text-align: left !important;
    }

    .section-head {
        margin-bottom: 40px;
        width: 100%;
        margin-bottom: 0px;
    }

    contact_section h2.text-secondry {
        text-align: left;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .section-head h2 {
        font-size: 30px;
        line-height: 60px;
        font-family: 'KG Turning Tables';
        margin-bottom: 5px;
        color: #100476;
        margin-bottom: 16px;
        font-weight: 700;
    }

    .text-center.section-head p {
        /*    margin-left: auto;
    margin-right: auto;*/
        max-width: 700px;
        padding-top: 0;
        color: #0f192d;
    }

    .section-head p {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }

    .contact_section p {
        text-align: left;
    }

    form#ContactForm .form-group {
        margin-bottom: 5px;
    }

    .contact-box .contact_section .form-control {
        background-color: #fff;
        border: 2px solid #c4eafb;
        height: 100%;
        border-radius: 6px;
        padding: 12px 13px;
        font-size: 16px;
        font-weight: 300;
    }

    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;
    }

    .map_location iframe {
        width: 100% !important;
    }

    .content-inner-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h4.dlab-tilte.m-b5 {
        color: #000;
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
    }

    .icon-content a p {
        color: #428bca;
        line-height: 24px;
        font-weight: 400;
    }

    .dlab-bnr-inr-entry {
        /* display: table-cell;*/
        vertical-align: middle;
        /*    position: absolute;*/
        top: 115px;
        z-index: 999;
        text-align: center;
    }

        .dlab-bnr-inr-entry h1 {
            font-weight: 700;
            font-size: 35px;
            font-family: 'KG Turning Tables';
            margin-bottom: 5px;
            position: relative;
            line-height: 57px;
            text-transform: capitalize;
            color: #100476;
        }

    .dlab-bnr-inr .breadcrumb-row {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
    }

    .dlab-bnr-inr {
        position: relative;
        z-index: 1;
    }

    .breadcrumb-row ul {
        margin: 0;
    }

        .breadcrumb-row ul li {
            padding: 0;
            margin-right: 3px;
            color: #100476;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 500;
        }

    .dlab-bnr-inr .breadcrumb-row ul li a {
        color: #100476;
    }

    svg.bi.bi-house-door {
        color: #100476;
    }

    .dlab-bnr-inr:after {
        height: 100px;
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 0;
        -webkit-animation: 40s scroll infinite linear;
        -moz-animation: 40s scroll infinite linear;
        -o-animation: 40s scroll infinite linear;
        -ms-animation: 40s scroll infinite linear;
        animation: 40s scroll infinite linear;
        background-repeat: repeat-x;
    }

    svg.bi.bi-headset {
        color: #68bde5;
    }

    svg.bi.bi-geo-alt {
        color: #6dce63;
    }

    svg.bi.bi-envelope {
        color: #ffa63d;
    }

    icon-content {
        overflow: hidden;
    }

    .icon-content a {
        text-decoration: none;
    }

    .dlab-bnr-inr h1:after {
        content: attr(data-name);
        font-size: 160px;
        letter-spacing: 10px;
        opacity: 0.2;
        position: absolute;
        top: 113px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact_section h2.text-secondry {
        text-align: left;
        font-size: 37px;
        margin-bottom: 0px;
    }

    .icon-content a:hover {
        text-decoration: none;
    }

    @media only screen and (min-device-width: 1600px) and (max-device-width: 2560px) {
        .section-head h2 {
            font-size: 35px !important;
            font-size: 50px;
            line-height: 60px;
            font-family: 'KG Turning Tables';
            margin-bottom: 5px;
            color: #100476;
            margin-bottom: 16px;
            font-weight: 700;
        }
    }
    /*contact use end here*/
    /*w9signature start here*/

    .download_section {
        width: 70%;
        margin: 0 auto;
        border: 1px solid #000;
        border-radius: 5px;
        overflow: hidden;
    }

        .download_section img {
            border-style: none;
            height: auto;
            max-width: 100%;
            vertical-align: middle;
        }

    .right-side_download {
        text-align: center;
        margin-top: 22px;
    }

        .right-side_download ul {
            list-style: none;
            margin-bottom: 33px;
        }

            .right-side_download ul li a {
                background: #100476;
                color: #fff;
                padding: 12px 30px;
                font-family: 'Roboto-bold', sans-serif;
                font-weight: 600;
                border-radius: 5px;
                text-transform: uppercase;
            }


    .download_section {
        margin-bottom: 60px;
    }

    /*w9 signature end here*/
    /*PurchaseOrder start here*/

    input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
        background: #FEF1EC;
        border: 1px solid #CD0A0A !important;
    }

    button.btn.radius-xl.btn-lg.contact_page {
        background: #100476 !important;
        width: auto !important;
        text-align: left;
        font-size: 15px !important;
        padding-left: 29px !important;
        padding-right: 29px !important;
        border: 3px solid #fff !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    .dropdown-menu.inner {
        height: 300px !important;
    }

    textarea#Notes {
        height: 80% !important;
    }

    .full-width input {
        width: 30px !important;
        height: 21px !important;
        margin-top: 5px;
    }

    span.select2-selection.select2-selection--single {
        height: 40px !important;
        padding-top: 7px;
        font-family: arial !important;
        border-radius: 7px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 5px !important;
        right: 1px;
        width: 34px !important;
    }

    .invocie_request_form .form-group b {
        padding-left: 0px;
    }

    select#membershipSelector {
        width: 100%;
        border-radius: 5px;
        height: 40px;
        border: 1px solid #000;
    }

    select#Country {
        width: 100%;
        border-radius: 5px;
        height: 40px;
        border: 1px solid #000;
    }

    select#State {
        width: 100%;
        border-radius: 5px;
        height: 40px;
        border: 1px solid #000;
    }

    .decorative-dotsreq {
        width: 100%;
        /*   max-height: 60px;*/
        position: relative;
        display: block;
        z-index: 3;
        margin: 0;
        margin-bottom: 0px;
    }

    .top-dotsreq {
        margin-bottom: -85px !important;
    }

    .decorative-wavereq {
        width: 100%;
        position: relative;
        display: block;
        z-index: 1;
    }

    .top-wavereq {
        margin-bottom: -25px;
    }

    .decorative-dotsreq {
        width: 100%;
        position: relative;
        display: block;
        z-index: 3;
        margin: 0;
        margin-top: 0px;
    }

    .bottom-dotsreq {
        margin-top: -75px !important;
    }

    .decorative-wavereq {
        width: 100%;
        position: relative;
        display: block;
        z-index: 1;
    }

    .section-full.invoice-color {
        background: #dbf0f6;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .container.Invoice_req {
        margin: 40px 0px;
    }

    .section-full {
        position: relative;
    }

    .bottom-wavereq {
        margin-top: -60px;
    }

    .invocie_request_form {
        background: #FFF;
        width: 100%;
        margin: 0 auto;
        padding: 42px;
        text-align: left !important;
        border-radius: 8px;
    }

        .invocie_request_form h1 {
            font-family: 'Roboto-bold',sans-serif;
            color: #100476;
            margin-bottom: 11px;
            font-size: 32px;
            margin-top: 0px;
            font-weight: 600;
        }

        .invocie_request_form p {
            text-align: left !important;
            color: #000;
            line-height: 24px;
            margin-bottom: 24px;
        }

    .invocie_request_form {
        text-align: left !important;
    }

        .invocie_request_form .form-group {
            margin-bottom: 17px;
        }

    .Invoice_req .form-group label {
        color: #100476;
        font-weight: 600;
    }

    .invocie_request_form input, .form-control.text-box.single-line {
        border-radius: 7px;
        border: 1px solid black !important;
    }

    .form-control.text-box.single-line, .form-control {
        border-color: #e1e6eb;
        box-shadow: none;
        height: 40px;
        font-size: 13px;
        line-height: 20px;
        padding: 9px 12px;
    }

    textarea#Notes {
        height: 80% !important;
        border-radius: 8px;
        border: 1px solid black;
    }

    span.select2-selection.select2-selection--single {
        height: 40px !important;
        padding-top: 7px;
        font-family: arial !important;
        border-radius: 7px;
        border: 1px solid #000;
    }

    button.btn.radius-xl.btn-lg.contact_page {
        background: #100476 !important;
        width: auto !important;
        text-align: left;
        font-size: 15px !important;
        padding-left: 29px !important;
        padding-right: 29px !important;
        border: 3px solid #fff !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        webkit-border-radius: 100px;
        color: #fff;
    }

    section.voicerequest_purchases {
        position: relative;
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding-block: 100px;
        padding-bottom: 0px;
        margin-bottom: 76px;
    }

    @media only screen and (max-width:1440px) and (min-width:1024px) {
        .top-dotsreq {
            margin-bottom: -50px !important;
        }

        .decorative-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: -19px !important;
        }

        .bottom-dotsreq {
            margin-top: -45px !important;
        }

        img.decorative-wavereq.bottom-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: 80px !important;
        }
    }

    @media only screen and (max-width:1023px) and (min-width:768px) {
        .top-dotsreq {
            margin-bottom: -30px !important;
        }

        .decorative-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: -19px !important;
        }

        .bottom-dotsreq {
            margin-top: -22px !important;
        }

        img.decorative-wavereq.bottom-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: 80px !important;
        }
    }

    @media only screen and (max-width:767) and (min-width:320px) {
        .top-dotsreq {
            margin-bottom: -30px !important;
        }

        .decorative-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: -19px !important;
        }

        .bottom-dotsreq {
            margin-top: -22px !important;
        }

        img.decorative-wavereq.bottom-wavereq {
            width: 100%;
            position: relative;
            display: block;
            z-index: 1;
            margin-bottom: 80px !important;
        }

        .bottom-wavereq {
            margin-top: -14px;
        }

        .bottom-dotsreq {
            margin-top: -15px !important;
        }

        .top-dotsreq {
            margin-bottom: 0px !important;
        }
    }
    /*PurchaseOrder end here*/

    /*RegisterPage start*/
    .form-label-group.col-lg-4.float-left.text-left {
        color: #100476;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

    #btnCoupen {
        background: #009ccd;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        border: none;
    }

    .form-select.register-dropdown {
        width: 100%;
        border-radius: 5px;
        height: 40px;
        border: 1px solid #000;
        height: 40px !important;
        padding-top: 7px;
        font-family: arial !important;
        border-radius: 7px;
    }

    .form-select.register-dropdown {
        font-size: 14px !important;
    }

    .card-body.membership_page.membership_sectionn11 h5.card-title {
        font-family: 'Roboto-bold',sans-serif !important;
        line-height: 34px;
        color: white;
        margin: 0 !important;
        font-size: 27px !important;
        background: #009ccd;
        text-align: left;
        padding: 12px 27px;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .current_month.current_month_new {
        text-align: left !important;
        padding: 16px 28px;
        padding-bottom: 16px;
        width: 100%;
        margin-top: 12px;
        float: left;
        margin-bottom: 0px;
        padding-bottom: 11px;
    }

        .current_month.current_month_new p {
            color: #100476;
            text-transform: uppercase;
            font-style: normal;
            font-size: 26px;
            font-family: 'Roboto-bold',sans-serif;
            font-weight: 800;
            text-align: left !important;
        }

    .membership-silver {
        text-align: left !important;
        color: #dc0b87 !important;
        font-size: 22px !important;
        font-weight: 400 !important;
        font-family: 'ttwell-reg', sans-serif;
    }

    .current_month.membership_lavel.membership_main {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 29px;
    }

        .current_month.membership_lavel.membership_main p {
            text-align: left;
            font-family: arial;
            margin-bottom: 3px;
            color: #100476;
            font-size: 20px;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: 400;
        }

    .membership_form {
        background: #f7f7f7;
        padding: 0px;
        padding-bottom: 0px;
        margin: 13px 0;
        padding-bottom: 22px;
        overflow: unset !important;
        border-radius: 0 0 5px 5px;
        float: left !important;
        width: 100%;
    }

    element {
        background: none;
        color: #100476;
    }

    .card-body.membership_page.membership_sectionn11 h5.card-title {
        font-family: 'Roboto-bold',sans-serif;
        line-height: 34px;
        color: white;
        margin: 0 !important;
        font-size: 27px !important;
        background: #009ccd;
        text-align: left;
        padding: 12px 27px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
    }

    .card-body.membership_page.membership_sectionn11 .top_header_section .account-info.request {
        border: none !important;
        color: #000;
        font-family: 'ttwell-reg', sans-serif;
        font-size: 14px;
    }

    h5.card-title.Conditions {
        color: white;
        margin: 0 !important;
        margin-bottom: 0px;
        font-size: 25px !important;
        background: #009ccd;
        text-align: left;
        padding: 10px 27px;
        margin: 0 !important;
        margin-top: 0px;
        margin-top: 7px !important;
        font-weight: 600;
        border-radius: 4px 4px 0 0;
    }

    #pmpro_license {
        height: 300px;
        overflow-y: scroll;
        padding: 18px;
        border: 3px solid #f2f2f2;
    }

    .register-termsconditions span {
        color: #dc0b87;
        font-size: 24px;
        font-family: 'ttwell-reg', sans-serif;
        font-weight: 600;
    }

        .register-termsconditions span a, .register-termsconditions span a :hover {
            color: #100476;
            font-size: 22px;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: 600;
            text-decoration: none;
            display: block;
        }

    .renewals_section p {
        font-size: 15px !important;
    }

    .membership_chechbox_section {
        float: left;
        text-align: left;
        padding: 20px;
    }

    #btnApplication {
        background: #009ccd !important;
    }

    .APPLY button.btn.btn-lg.btn-primary.btn-block.text-uppercase {
        width: auto;
        padding: 12px 14px;
        font-size: 16px;
        border-radius: 18px;
        border: none;
        margin-top: 12px;
    }

    .membershipchoose-section {
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
        background: #fff;
        padding-block: 60px 0px;
    }

    .top-dots-membership {
        margin-bottom: -80px;
    }

    .decorative-membershipdots {
        width: 100%;
        display: block;
        position: relative;
        z-index: 5;
    }

    .top-wave-membership {
        margin-bottom: -25px;
    }

    .decorative-membershipwave {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .bottom-wave-membership {
        margin-top: -100px;
    }

    .decorative-membershipwave {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .bottom-dots-membership {
        margin-top: -50px;
    }

    .decorative-membershipdots {
        width: 100%;
        display: block;
        position: relative;
        z-index: 5;
    }

    main#main\ membership-sectionbg {
        background: #dbf0f6;
        padding: 60px 0;
        position: relative;
        z-index: 2;
    }

    .card.card-signin.register {
        padding: 30px 27px;
    }

    .card-body.membership_page.membership_sectionn11 {
        padding: 0;
        padding-bottom: 2px !important;
        border-radius: 5px;
        padding-bottom: 22px;
        margin-bottom: 14px;
        box-shadow: 0px 10px 16px 16px rgba(229, 229, 229, 0.35);
    }

        .card-body.membership_page.membership_sectionn11 .top_header_section p {
            font-weight: 400;
            margin-left: 22px;
            border: 1px solid #089EDC;
            color: #089EDC;
            border-radius: 4px;
            text-align: left !important;
        }

    .container.register-from {
        padding-inline: 0px;
    }

    #text-block-2 h5 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
    }

    #membershipForm {
        border: 3px solid #10047614;
    }

    @media only screen and (max-width:1023px) and (min-width:768px) {
        .top-dots-membership {
            margin-bottom: -28px;
        }

        .bottom-dots-membership {
            margin-top: -25px;
        }
    }

    @media only screen and (max-width:1440px) and (min-width:1024px) {
        .top-dots-membership {
            margin-bottom: -48px;
        }
    }

    @media only screen and (max-width:767px) and (min-width:320px) {
        .top-dots-membership {
            margin-bottom: -3px;
        }

        .bottom-dots-membership {
            margin-top: -15px;
        }

        .current_month.current_month_new p {
            color: #100476;
            text-transform: uppercase;
            font-style: normal;
            font-size: 22px;
            font-family: 'Roboto-bold',sans-serif;
            font-weight: 800;
            text-align: left !important;
        }

        .membership-silver {
            text-align: left !important;
            color: #dc0b87 !important;
            font-size: 18px !important;
        }

        .current_month.membership_lavel.membership_main p {
            text-align: left;
            font-family: arial;
            margin-bottom: 3px;
            color: #100476;
            font-size: 16px;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: 400;
        }

        .card-body.membership_page.membership_sectionn11 h5.card-title {
            font-family: 'Roboto-bold',sans-serif !important;
            line-height: 34px;
            color: white;
            margin: 0 !important;
            font-size: 20px !important;
        }

        .register-termsconditions span {
            color: #dc0b87;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: 600;
        }
    }
    /*Regsiter page end*/
    /*forget password*/
    /* Top Images */

    .decorative-forgetdots.top-dots-forget {
        width: 100%;
        display: block;
        position: relative;
        z-index: 3;
    }

    .top-dots-forget {
        margin-bottom: -65px;
    }

    .decorative-forgetwave.top-wave-forget {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .top-wave-forget {
        margin-bottom: -25px;
    }
    /* Bottom Images */
    /* Ensure card is above decorative images */
    .card.card-signin {
        position: relative;
        z-index: 1;
    }

    .forget-section.row.justify-content-center {
        background: #dbf0f6;
        padding-block: 80px;
    }

    .decorative-forgetdots {
        width: 100%;
        display: block;
        position: relative;
        z-index: 3;
    }

    .bottom-dots-forget {
        margin-top: -40px;
    }

    .decorative-forgetwave {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .bottom-wave-forget {
        margin-top: -90px;
    }

    .section-full.bg-white.content-inner-1.position-relative {
        position: relative;
        width: 100%;
        text-align: center;
        overflow: hidden;
        background: #fff;
        background-color: rgb(255, 255, 255);
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .form-label-group.forget label {
        font-weight: 600;
        margin-bottom: 10px;
        float: left;
    }

    .form-control.text-box.single-line {
        height: 40px;
        font-weight: 500;
        font-size: 16px;
        padding-left: 18px;
        border-color: #e1e6eb;
        box-shadow: none;
    }

    .form-control.forgettext-box.single-line.text-box {
        height: 40px;
        font-weight: 500;
        font-size: 16px;
        padding-left: 18px;
        border-color: #e1e6eb;
        box-shadow: none;
        border-radius: 100px;
    }

    .btn.btn-primary.text-uppercase {
        border-radius: 19px;
        background: #100476;
        width: 100%;
        cursor: pointer;
        padding: 12px 40px;
        font-size: 14px;
        font-weight: 600;
    }

    .card.card-signin.Forget-page.my-5, .card.card-signin.login-page.my-5 {
        box-shadow: 0 6px 20px rgba(16, 4, 118, 0.31);
        border-radius: 10px;
    }
    /*forget passsword end*/


    /*CurriculumMap style start*/

    .curriculummap-section {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 90px 20px;
        text-align: center;
        line-height: 1.6;
    }

    .top-right-curriculumimg {
        position: absolute;
        top: 70px;
        right: 23%;
        width: 350px;
    }

    .maps-title {
        font-size: 91px;
        font-family: 'sixcaps', sans-serif;
        color: #100476;
        text-transform: uppercase;
        letter-spacing: 0.065em;
        text-align: left;
        margin-top: 120px;
    }

    .maps-subtitle {
        color: #dc0b87;
        font-size: 28px;
        font-family: 'juliussans-one', sans-serif;
        text-align: center;
        font-weight: normal;
    }

    p.map-curriculumn-content {
        font-size: 23px;
        color: #100476;
        font-family: 'ttwell-reg', sans-serif;
        font-weight: normal;
        line-height: 40px;
    }

    .curriculummap-imagessection {
        position: relative;
        background-color: #dbf0f6;
        padding: 100px 20px 180px;
        margin-bottom: 40px;
        overflow: visible;
    }

    .dotted-maptop {
        position: absolute;
        top: -93px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .star-leftmap {
        top: 60%;
        left: 20%;
    }

    .starmap {
        position: absolute;
        width: 30px;
        height: auto;
        z-index: 3;
    }

    .star-rightmap-1 {
        top: 32%;
        right: 23%;
    }

    .starmap {
        position: absolute;
        width: 80px;
        height: auto;
        z-index: 3;
    }

    .star-rightmap-2 {
        top: 45%;
        right: 21%;
    }

    .brush-topmap {
        top: -25px;
    }

    .curriculum-content {
        position: relative;
        z-index: 5;
    }

    h4.inner_page_title.text-content {
        color: #000;
        font-weight: normal;
        font-size: 23px;
        font-family: 'ttwell-reg', sans-serif;
    }

    .map-wrap {
        position: relative;
        display: inline-block;
    }

        .map-wrap img:first-child {
            max-width: 500px;
            z-index: 5;
            position: relative;
        }

    .map-platformmap {
        position: absolute;
        bottom: -140px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 900px;
        z-index: 4;
    }

    .brush-bottommap {
        bottom: -30px;
    }

    .brushmap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .dotted-maptop {
        position: absolute;
        top: -93px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .curriculummaptwo-imagessection {
        position: relative;
        background-color: #dbf0f6;
        padding: 100px 20px 180px;
        margin-bottom: 40px;
        overflow: visible;
        margin-block: 200px;
    }

    .curriculummaptwo-imagessection {
        position: relative;
        background-color: #dbf0f6;
        padding: 100px 20px 180px;
        margin-bottom: 40px;
        overflow: visible;
        margin-block: 200px;
    }

    .dotted-maptop {
        position: absolute;
        top: -93px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    @media (max-width: 1199px) and (min-width: 1024px) {
        .dotted-maptop {
            position: absolute;
            top: -65px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .star-leftmap {
            top: 70%;
            left: 6%;
        }

        .star-rightmap-1 {
            top: 45%;
            right: 12%;
        }

        .star-rightmap-2 {
            top: 61%;
            right: 10%;
        }

        .brush-topmap {
            top: -15px;
        }

        .brush-bottommap {
            bottom: -15px;
        }

        .dotted-maptop {
            position: absolute;
            top: -65px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .star-leftmap {
            top: 70%;
            left: 6%;
        }

        .star-rightmap-1 {
            top: 45%;
            right: 12%;
        }

        .star-rightmap-2 {
            top: 61%;
            right: 10%;
        }

        .brush-topmap {
            top: -15px;
        }

        .brush-bottommap {
            bottom: -15px;
        }
    }

    @media (max-width: 1023px) and (min-width: 768px) {
        .dotted-maptop {
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .top-right-curriculumimg {
            position: absolute;
            top: 70px;
            right: 2%;
            width: 350px;
        }

        .brush-topmap {
            top: -10px;
        }

        .map-platformmap {
            position: absolute;
            bottom: -140px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 700px;
            z-index: 4;
        }

        .brush-bottommap {
            bottom: -15px;
        }

        .dotted-maptop {
            position: absolute;
            top: -40px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .map-platformmap {
            position: absolute;
            bottom: -140px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 700px;
            z-index: 4;
        }
    }

    @media (max-width: 767px) and (min-width: 425px) {
        .top-right-curriculumimg {
            position: absolute;
            top: 40px;
            right: 2%;
            width: 250px;
        }

        .star-leftmap {
            top: 70%;
            left: 1%;
        }

        .maps-title {
            font-size: 81px;
            font-family: 'sixcaps', sans-serif;
            color: #100476;
            text-transform: uppercase;
            letter-spacing: 0.065em;
            text-align: left;
            margin-top: 120px;
        }

        p.map-curriculumn-content {
            font-size: 20px;
            color: #100476;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: normal;
            line-height: 40px;
        }

        .curriculummap-imagessection {
            position: relative;
            background-color: #dbf0f6;
            padding: 60px 20px 120px;
            margin-bottom: 40px;
            overflow: visible;
        }

        .dotted-maptop {
            position: absolute;
            top: -16px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .starmap {
            position: absolute;
            width: 30px;
            height: auto;
            z-index: 3;
        }

        .star-rightmap-1 {
            top: 63%;
            right: 2%;
        }

        .star-rightmap-2 {
            top: 51%;
            right: 1%;
        }

        .brush-topmap {
            top: -4px;
        }

        h4.inner_page_title.text-content {
            color: #000;
            font-weight: normal;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .map-wrap img:first-child {
            max-width: 350px;
            z-index: 5;
            position: relative;
        }

        .map-platformmap {
            position: absolute;
            bottom: -70px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 400px;
            z-index: 4;
        }

        .brush-bottommap {
            bottom: -5px;
        }

        .map-wrap img:first-child {
            max-width: 350px;
            z-index: 5;
            position: relative;
        }

        .map-platformmap {
            position: absolute;
            bottom: -70px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 400px;
            z-index: 4;
        }

        h4.inner_page_title.text-content {
            color: #000;
            font-weight: normal;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
        }
    }

    @media (max-width: 424px) and (min-width: 320px) {
        .top-right-curriculumimg {
            position: absolute;
            top: 40px;
            right: 2%;
            width: 250px;
        }

        .maps-title {
            font-size: 54px;
            font-family: 'sixcaps', sans-serif;
            color: #100476;
            text-transform: uppercase;
            letter-spacing: 0.065em;
            text-align: left;
            margin-top: 120px;
        }

        .maps-subtitle {
            color: #dc0b87;
            font-size: 24px;
            font-family: 'juliussans-one', sans-serif;
            text-align: center;
            font-weight: normal;
        }

        p.map-curriculumn-content {
            font-size: 18px;
            color: #100476;
            font-family: 'ttwell-reg', sans-serif;
            font-weight: normal;
            line-height: 20px;
        }

        .curriculummap-imagessection {
            position: relative;
            background-color: #dbf0f6;
            padding: 60px 20px 120px;
            margin-bottom: 40px;
            overflow: visible;
        }

        .dotted-maptop {
            position: absolute;
            top: -16px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .starmap {
            position: absolute;
            width: 30px;
            height: auto;
            z-index: 3;
        }

        .star-rightmap-1 {
            top: 63%;
            right: 2%;
        }

        .star-rightmap-2 {
            top: 51%;
            right: 1%;
        }

        .brush-topmap {
            top: -4px;
        }

        h4.inner_page_title.text-content {
            color: #000;
            font-weight: normal;
            font-size: 18px;
            font-family: 'ttwell-reg', sans-serif;
        }

        .map-wrap img:first-child {
            max-width: 250px;
            z-index: 5;
            position: relative;
        }

        .map-platformmap {
            position: absolute;
            bottom: -70px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 300px;
            z-index: 4;
        }

        .brush-bottommap {
            bottom: -5px;
        }

        .starmap {
            position: absolute;
            width: 30px;
            height: auto;
            z-index: 3;
        }

        .star-leftmap {
            top: 62%;
            left: 1%;
        }
    }
    /*CurriculumMap style end*/

    /*Home/MaterialDetail style start*/

    .img-big-wrap img {
        width: 100%;
        height: 450px;
        object-fit: contain;
    }

    .border-right {
        border-right: 1px solid #dee2e6 !important;
    }

    a#downloadZip {
        background: #4c8b9b !important;
        border-color: #4c8b9b !important;
        color: #fff !important;
        width: 200px;
        cursor: pointer;
    }

    .thumbnail-item img {
        width: 120px;
        object-fit: contain;
        border-radius: 0px;
        height: 100px;
        border: 1px solid #dfd4d4;
    }

    img.d-block.img-fluid.lesson-bundlethumbnail {
        width: 150px;
        height: 130px;
        object-fit: contain;
        /* border-radius: 15px; */
    }

    .button.disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

    .user_favortie {
        float: right;
        padding-right: 0;
        margin-top: 10px;
        font-size: 22px;
    }

    .fas.fa-heart {
        color: red;
    }

    .user_favortie {
        float: right;
        padding-right: 13px;
        margin-top: -20px;
        font-size: 22px;
    }

    .btn-fill-xl.radius-30 {
        border-radius: 7px !important;
    }

    a.previewBook {
        margin-top: 10px;
    }



    .preview_book_pdf a.btn-fill-xl.radius-30.text-light.shadow-orange-red.bg-orange-red:hover {
        background: #fff !important;
        color: #abcd25 !important;
    }

    .bg-orange-red {
        box-shadow: none !important;
    }

    button.btn-fill-xl.radius-30.text-light.shadow-light-sea-green.bg-light-sea-green {
        box-shadow: none !important;
    }

    button.btn-fill-xl.radius-30.text-light.shadow-light-sea-green.bg-light-sea-green {
        box-shadow: none !important;
    }

    button.btn-fill-xl.radius-30.text-light.shadow-violet-blue.bg-violet-blue {
        box-shadow: none !important;
    }


    body .preview_book_pdf a.btn-fill-xl.radius-30.text-light.shadow-orange-red.bg-orange-red.previewBook {
        border-radius: 3px;
        background: #abcd25 !important;
        border: 2px solid #abcd25 !important;
        font-weight: 400;
        padding: 14px 32px;
        font-size: 19px;
        text-transform: uppercase;
    }

        body .preview_book_pdf a.btn-fill-xl.radius-30.text-light.shadow-orange-red.bg-orange-red.previewBook:hover {
            border: 2px solid #abcd25 !important;
            background: #fff !important;
            color: #abcd25 !important;
        }

    span.material_download h1 {
        background: #00ADEF !important;
    }

    .card.dashboard-card-eleven.book_details .card-header.card-header-danger {
        background: #00adef !important;
    }

    aside.col-sm-5.border-right .card-header.card-header-danger {
        background: #00adef !important;
    }

    a#downloadZip {
        background: #4c8b9b !important;
        border-color: #4c8b9b !important;
        color: #fff !important;
        width: 200px;
    }

        a#downloadZip:hover {
            background: #4c8b9b !important;
            border-color: #4c8b9b !important;
            color: #fff !important;
            width: 200px;
        }

    div#downloadFiles .modal-dialog {
        max-width: 800px;
    }

        div#downloadFiles .modal-dialog.downloadfile {
            max-width: 800px;
        }

        div#downloadFiles .modal-dialog td a {
            background: #2196f3;
            color: #fff;
            padding: 6px 8px;
            border-radius: 4px;
            width: 100%;
            display: block;
            font-size: 12px;
        }

    label.resources-detail {
        font-size: 14px;
        font-weight: 700;
    }

    div#downloadFiles .modal-dialog.downloadfile td a {
        /*    background: #fff;*/
        color: #fff;
        padding: 6px 8px;
        border-radius: 4px;
        width: 100%;
        display: block;
        font-size: 12px;
    }

    div#downloadFiles .modal-dialog td a:hover {
        background: #ed008c;
    }

    div#downloadFiles .modal-dialog td a:hover {
        background: #ed008c;
    }

    #downloadFiles .modal-body table td:nth-child(2) a:hover {
        background: #2196f3;
    }

    span.material_download h1 {
        float: left;
        font-size: 13px;
        width: 50%;
        border: 1px solid #fff;
        padding: 12px;
        margin: 0;
        background: #FF0296;
        color: #fff;
    }

    span.material_download p {
        float: left;
        width: 50%;
        text-align: center;
        border: 1px solid #ccc;
        padding: 12px;
        margin-bottom: 0;
        min-height: 70px;
        border-top: 0px;
    }

        span.material_download p a {
            font-size: 11px !important;
            padding: 5px !important;
            margin: 0 !important;
        }

    .related-product > div {
        width: 31%;
        float: left;
        text-align: center;
        background: #cccccc2e;
        margin: 4px 4px;
        border-radius: 2px;
        padding-bottom: 14px;
        border: 1px solid #ccc;
    }

    .related-product a.btn-fill-xl.radius-30.text-light.shadow-orange-red.bg-orange-red.mt-4.float-left {
        font-size: 12px;
        float: none !important;
    }

    button.btn.btn-success.col-xl-2.float-right {
        background: #20BCB8 !important;
        border: 1px solid #fff !important;
    }

        button.btn.btn-success.col-xl-2.float-right:hover {
            background: #fff !important;
            border: 1px solid #fff !important;
            color: #000 !important;
        }

    .related-product img {
        width: 100px;
        float: left;
        padding: 0px 8px 8px;
    }

    .ajax-loader {
        position: fixed;
        z-index: 1052;
        height: 100vh;
        width: 100vw;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(23, 22, 22, 0.33);
    }

        .ajax-loader img {
            position: relative;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .teams-share-button {
        width: 27%;
        text-align: center;
        margin-top: -12px;
    }

    .btn-fill-xl {
        display: inline-block;
        border: none;
        background-color: transparent;
        padding: 10px 8px;
        cursor: pointer;
        margin-bottom: 3px;
    }

    .radius-30 {
        border-radius: 30px;
    }

    .text-light {
        color: #ffffff !important;
    }

    .related-product iframe {
        width: 100% !important;
    }

    @media only screen and (min-device-width : 1200px) and (max-device-width : 1900px) {
        .related-product img {
            width: 32%;
            padding: 0px 4px 6px;
        }

        .card.dashboard-card-eleven.book_details {
            margin-top: 31px !important;
            float: left;
        }

            .card.dashboard-card-eleven.book_details .card-body {
                padding: 0;
                margin-top: 1px !important;
            }
    }


    button.btn.btn-outlinearrow-secondary:hover {
        color: #fff;
        background-color: #00adef;
        border-color: #ffffff;
    }
    /* Optional: Add shadow/fade for scroll hint */
    .scroll-wrapper {
        overflow: hidden;
        position: relative;
    }

    .scroll-content {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 10px 0;
        gap: 10px;
    }

        .scroll-content::-webkit-scrollbar {
            display: none;
        }

    .scroll-arrow-btn {
        background-color: #fff;
        border: 1px solid #ccc;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
    }

    .scroll-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .scroll-content a {
        flex: 0 0 auto;
        margin: 0 5px;
    }

    .scroll-content img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    @media (max-width: 576px) {
        .scroll-content img {
            width: 80px;
            height: 80px;
        }

        .scroll-arrow-btn {
            width: 35px;
            height: 35px;
            font-size: 16px;
        }
    }

    /*updated code*/
    iframe.video-add {
        width: 100%;
        /*    height: 100vh;*/
    }

    h1.now-access {
        font-size: 20px;
        font-weight: 500;
    }

    i.fas.fa-eye.fa-2x.icon-videos {
        color: #343a40;
        padding-inline: 20px;
    }

    .card-body.resources {
        box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
        position: fixed;
        bottom: 0;
        z-index: 1030;
        background-color: #fff;
        width: calc(100% - 376px);
        right: 0px;
        margin-right: 32px;
        left: auto;
        max-width: 100%;
    }

    @media (max-width: 767px) {
        .card-body.resources {
            width: calc(100% - 30px);
            margin-right: 15px;
        }
    }



    @media (min-width: 768px) and (max-width: 1199px) {
        .card-body.resources {
            width: calc(100% - 293px);
        }
    }

    .video-container {
        position: relative;
        padding-bottom: 55.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        width: 100%;
    }

        .video-container #videoFrame {
            position: absolute;
            top: 0%;
            left: 50%;
            transform: translateX(-50%);
            width: 900px;
            height: 530px;
            border: 0;
        }

    .card-body.video {
        height: 65vh;
    }

    @media (max-width: 1440px) {
        .video-container #videoFrame {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border: 0;
        }

        .card-body.video {
            height: 100%;
        }
    }

    .accessnow a#downloadZip {
        background: #fff !important;
        color: #000 !important;
        font-size: 18px !important;
        font-weight: 500;
    }

    .tblDownloadMaterial.downloadfile-section {
        background: #ff4081;
        color: #fff;
    }

    .fileName .Poupfield {
    }

    div#downloadFiles .modal-dialog td.fileName.poup-field a {
        color: #000 !important;
        background: #fff;
    }
    /*updating style*/

    .heading-materialdetail {
        display: block;
        text-align: left;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc; /* grey bottom border */
        margin-bottom: 15px;
    }

    .activity-btn {
        display: block;
        background-color: #1cbdec52;
        color: #2c2b2c;
        border: none;
        padding: 6px 14px;
        font-size: 14px;
        text-align: left;
        width: fit-content;
        cursor: pointer;
        border-radius: 17px;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .activity-subtitle {
        font-size: 22px;
        color: #000000;
        font-weight: bold;
    }

    /* Gallery image grid styling */
    .gallery-img {
        height: 100px;
        object-fit: cover;
        margin-bottom: 10px;
        border: 1px solid #dee2e6;
    }

    .col-md-4.preview-thumbnails {
        text-align: center;
    }



    .thumbnail-container {
        display: flex;
        overflow-x: auto;
        max-height: none;
        gap: 12px;
        padding-bottom: 10px;
        flex-direction: column;
        border-radius: 0px;
    }

    .image-carousel h5 {
        font-size: 16px;
    }

    .carousel-inner img {
        border-radius: 0px;
    }

    .carousel-inner .thumbnail-content {
        font-size: 14px;
        text-align: center;
    }

    .resources-materialdescrition {
        font-size: 14px;
        color: #000;
    }

    .right-column-images img {
        width: 180px;
    }

    .form-check input[type="checkbox"]:checked + label:before {
        background-color: #00adef;
        border-color: #00adef;
        border-radius: 0px;
    }

    .form-check input[type="checkbox"]:checked + label:after {
        color: #ffffff;
    }

    .form-check .form-check-input .form-check-label {
        display: inline-block;
        position: relative;
        padding-left: 30px !important;
        font-size: 18px !important;
        color: #000000 !important;
    }
    /* Resource Action Buttons */
    .resource-action-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .card-body.dashboard-admincards {
        padding: 15px 30px 30px;
        width: 100%;
        background-color: #ffffff;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75); */
        box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    }

    .resource-btn {
        padding: 10px 22px;
        border-radius: 11px;
        /* font-weight: 500; */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        transition: all 0.2s ease;
        border: none;
        font-weight: 600;
    }

    .assign-schedule-btn {
        background-color: #61a5b6;
        color: white;
        box-shadow: 0 2px 8px rgba(42, 100, 150, 0.3);
    }

    .preview-header h5 {
        font-size: 16px;
    }


    .share-options-btn {
        background-color: #61a5b6;
        color: white;
        box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
    }

    .assign-schedule-btn:hover {
        background-color: #61a5b6;
        color: white;
        transform: translateY(-2px);
    }


    .resource-btn.share-options-btn {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 10px;
        /* font-weight: 500; */
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        font-size: 10px;
        transition: all 0.2s ease;
        border: none;
        text-align: center;
    }

    .share-options-btn:hover {
        background-color: #6aaaba;
        color: white;
        transform: translateY(-2px);
    }

    .custom-toolbar-wrapper {
        border-top: 1px solid #dfdfdf;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    /* Left menu items */
    .custom-toolbar-left {
        display: flex;
        align-items: center;
    }

    .toolbar-menu-item {
        font-size: 14px;
        color: #000;
        line-height: 1.4;
    }

    /*BREADCRUM*/
    .breadcrumb-container {
        /* background-color: #FFF; */
        padding: 10px 20px;
        border-radius: 5px;
        /* width: 60%; */
        margin-bottom: 15px;
    }

    .breadcrumb {
        margin-bottom: 0;
        background-color: transparent;
        padding: 0;
    }


    .breadcrumb-item a {
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }

    .breadcrumb-item.active {
        color: #666;
        font-weight: 500;
    }

    .breadcrumb i {
        font-size: 14px;
        margin-right: 6px;
        color: #4b4b4b;
    }


    .recommendedlesson.bundle h5 {
        font-size: 20px;
        padding-block: 15px;
        font-weight: 600;
    }

    img.img-fluid.arrow-adminimages {
        width: 20px;
    }


    .Related-leftside h5 {
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }

    .form-resourcelist {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: justify;
    }

    article.material-detail.right-side h6.mb-1 {
        font-size: 18px;
        font-weight: 700;
    }

    /* Make the right-hand column container full height and flex */


    /* Push the related-footer to the very bottom */
img.d-block.img-fluid.lesson-printablethumbnail {
    width: 240px;
    max-height: 115px;
    border: 1px solid #eeeeee;
    object-fit: contain;
}

/* Tooltip styles */
.limitereached .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .limitereached .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.limitereached:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
    .related-footer {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px 10px 0px;
        z-index: 10;
    }

    .col-6.resource-right-wrapper {
        position: absolute;
        right: 0px;
    }

    .home-material-detail {
        width: 100%;
    }

    .video-container video {
        display: block;
        max-width: 100%;
        height: auto;
    }

    article.material-detail.right-side {
        max-height: 420px;
        overflow-y: scroll;
    }

    .toolbar-menu-item {
        font-size: 14px;
        color: #000;
        line-height: 1.4;
    }

    .right-side-column {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    a.resource-btn.assign-schedule-btn {
        padding: 10px 9px;
        border-radius: 11px;
        font-weight: 500;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        transition: all 0.2s ease;
        border: none;
        font-weight: 600;
    }
    /* Parent needs relative positioning */
    aside {
        position: relative;
        min-height: 600px; /* Set minimum height */
    }

    @media screen and (max-width: 767px) and (min-width: 576px) {
        img.img-fluid.mb-3.main-image {
            width: 100%;
            height: 100% !important;
        }


        .img-big-wrap img {
            width: 100%;
            height: 120px !important;
            object-fit: contain;
        }


        .thumbnail-container {
            display: flex;
            overflow-x: auto;
            max-height: none;
            gap: 12px;
            padding-bottom: 10px;
            flex-direction: row !important;
            border-radius: 0;
            flex-wrap: wrap !important;
        }

        .related-footer {
            position: absolute;
            bottom: 80px !important;
            padding: 10px;
            z-index: 0;
        }
    }

    @media screen and (max-width: 575px) and (min-width: 320px) {
        .related-footer {
            position: relative !important;
            z-index: 0;
        }

        img.img-fluid.mb-3.main-image {
            width: 100%;
            height: 100% !important;
        }

        .thumbnail-container {
            display: flex;
            overflow-x: auto;
            max-height: none;
            gap: 12px;
            padding-bottom: 10px;
            flex-direction: row !important;
            border-radius: 0;
            flex-wrap: wrap !important;
        }

        .img-big-wrap img {
            width: 100%;
            height: 90px !important;
            object-fit: contain;
        }

        .border-right {
            border-right: 0 !important;
        }
    }

    .modal-header.preview-images {
        background: #61a5b6;
        color: #fff;
    }

        .modal-header.preview-images h5#imageModalLabel {
            font-size: 20px;
        }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(2); /* 0 = black */
    }
    /*Home/MaterialDetail style end*/

    /*FAQ style start*/

    body .member-ship_img {
        background: #fff !important;
        text-align: center !important;
        padding: 12px 10px;
    }

    body .faq_section {
        max-width: 1170px;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 22px;
        background: #fff;
    }


        body .faq_section h1 {
            text-align: left;
            font-family: roboto;
            font-weight: 600;
            font-size: 46px;
            margin: 0;
            margin-bottom: 0px;
            margin-bottom: 22px;
            color: #100476 !important;
        }

    body .que {
        margin-bottom: 11px;
    }





    .pricingTable .price-value {
        min-height: 187PX;
    }

    .price-value b {
        font-size: 51px;
        line-height: 36px;
    }

    .pricingTable .pricing-content {
        padding: 30px 25px 0;
        margin: 0;
        list-style: none;
        min-height: 1371px;
    }

    .price-value p {
        color: #fff;
        padding: 0 52px !important;
        font-weight: 600;
        font-size: 14px !important;
    }

    .faq_section {
        max-width: 766px;
        border: 13px solid #D9D9D9;
        border-radius: 15px;
        padding: 27px;
        margin: 0 auto;
        margin-top: 22px;
        background: #fff;
    }

        .faq_section h1 {
            text-align: center;
            font-family: roboto;
            font-weight: 400;
            font-size: 46px;
            margin: 0;
            margin-bottom: 22px;
        }

    .que {
        font-family: roboto;
        font-size: 18px;
        line-height: 29px;
    }

        .que a {
            color: #ffffff;
            font-weight: 400;
            background: #100476;
            text-decoration: none;
            padding: 3px 13px;
            border-radius: 5px;
            font-size: 17px;
        }

            .que a:hover {
                background: #509ab6;
                color: #fff;
                text-decoration: none;
            }

    .que-main {
        margin-bottom: 21px;
        text-align: left;
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
        .que-main .que:nth-child(2) {
            font-size: 13px;
            margin-top: 8px;
        }

        .que a {
            font-size: 14px;
            display: inline-block;
            padding: 0px 7px;
            line-height: 27px;
        }
    }



    /*FAQ style end*/