/* Banner */
.top_banner {
    background-color: var(--bgColor);
    padding-top: 10px;
    padding-bottom: 30px;
}

.top_banner .box_wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.top_banner .box_wrap:nth-of-type(1) {
    position: relative;
    padding-top: 196px;
}

.top_banner .box_wrap:nth-of-type(1)::after,
.box_wrap:nth-of-type(1)::before {
    position: absolute;
    top: 0;
    display: block;
}

.top_banner .box_wrap:nth-of-type(1)::before {
    left: 0;
    content: url('../images_new/educator/lines-before.svg');

}

.top_banner .box_wrap:nth-of-type(1)::after {
    right: 30px;
    content: url('../images_new/educator/lines-after.svg');
}

/* Rewards */
.rewards_section {
    position: relative;
    background-color: var(--purple);
    clip-path: ellipse(90% 50% at 50% 50%);
}

.trophy_row {
    /* background-image: url('../images_new/gif_img/Winning_cup.gif');
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: left center; */
    overflow: hidden;
}

.winningcup {
    position: absolute;
    left: 0;
    top: 0;
    width: 742px;
}

.bckarrow_nv {
    position: absolute;
    left: calc(50% + 100px);
    top: -120px;
}

.bookldlotti {
    width: 380px;
    margin: 100px auto 0;
    height: 280px;
}

.rewards_section .content_wrap {
    min-height: 600px;
    max-width: 600px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* PARAT */
.parat_section {
    padding: 80px 0 110px;
    overflow: hidden;
}

.parat_section .inner::before {
    content: url('../images_new/gif_img/Galaxy-icon.gif');
    width: 124px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.cards_row .box {
    width: 100%;
    text-align: center;
}

.sq_card figure {
    width: 104px;
    height: 104px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.sq_card figure img {
    max-width: 54px;
}

.sq_card .desc {
    color: var(--dark);
}

.cards_row .box:nth-of-type(1) figure {
    background-color: #FBE8E3;
}

.cards_row .box:nth-of-type(2) figure {
    background-color: #FDF2D1;
}

.cards_row .box:nth-of-type(3) figure {
    background-color: #E9F9E4;
}

.cards_row .box:nth-of-type(4) figure {
    background-color: #D2D9FF;
}

/* Library */
.library_section {
    position: relative;
    background-image: url('../images_new/educator/dotted-texture.png');
    background-color: var(--cream);
    background-size: cover;
    overflow: hidden;
}

.publish_img_ani {
    margin: -80px auto -20px;
    width: 430px;
    max-width: 100%;
}

.library_section .inner::before {
    content: url('../images_new/gif_img/ABC_shapes.gif');
    position: absolute;
    width: 226px;
    right: -100px;
    bottom: -40px;
}

.library_section .content_wrap {
    max-width: 570px;
}

.pathway_section {
    overflow: hidden;
    position: relative;
}

/* Express */
.express_section {
    padding: 80px 0px;
    overflow: hidden;
}

.grid_box {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.grid_box .item {
    position: relative;
    padding: 28px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}

.grid_box .item h3 {
    width: 100%;
}

.grid_box .item img {
    margin: auto;
}

.grid_box .item:nth-of-type(1) {
    background-color: #D2D9FF;
    grid-area: 1 / 1 / 4 / 6;
}

.grid_box .item:nth-of-type(2) {
    background-color: #FDF2D1;
    grid-area: 1 / 6 / 3 / 10;
    justify-content: flex-end;
    padding-bottom: 0;
}

.grid_box .item:nth-of-type(2) h3 {
    position: absolute;
    bottom: 28px;
    left: 28px;
}

.grid_box .item:nth-of-type(2) img {
    margin-right: 0;
}

.grid_box .item:nth-of-type(3) {
    background-color: #E9F9E4;
    grid-area: 3 / 6 / 4 / 10;
    justify-content: flex-end;
}

.grid_box .item:nth-of-type(4) {
    background-color: #FBE8E3;
    grid-area: 1 / 10 / 4 / 13;
}

/* Training */
.training_section {
    background-image: url('../images_new/educator/training-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.training_section .content_wrap {
    padding: 170px 0;
    max-width: 650px;
    margin-right: auto;
}

/* Publish */
.publish_section {
    text-align: center;
    background-image: url('../images_new/educator/publish-bg.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

.publish_inner {
    border: 1px solid var(--border200);
    border-radius: 24px;
    max-width: 750px;
    padding: 50px 35px;
}

.educators_categories {
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .top_banner {
        padding-bottom: 0;
    }

    .top_banner .box_wrap:nth-of-type(1) {
        padding-right: 50px;
    }

    .top_banner .box_wrap:nth-of-type(1)>p {
        max-width: 90%;
    }

    .sq_card figure {
        width: 90px;
        height: 90px;
    }

    .parat_section {
        padding-bottom: 80px;
    }

    .library_section .inner::before {
        right: 0;
        width: 280px;
    }

    .library_section figure img {
        max-width: 500px;
    }

    .training_section .content_wrap {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .rewards_section .inner {
        margin-left: 0;
        padding-left: 0;
    }

}

@media screen and (max-width: 1280px) {
    .top_banner .box_wrap:nth-of-type(1) {
        padding-left: 60px;
        padding-top: 140px;
    }

    .top_banner .box_wrap:nth-of-type(1)::after,
    .box_wrap:nth-of-type(1)::before {
        top: -30px;
    }

    .rewards_section {
        clip-path: ellipse(100% 50% at 50% 50%);
    }

    .rewards_section .content_wrap {
        min-height: 550px;
        margin-right: 40px;
        max-width: 400px;
    }

    .library_section figure img {
        max-width: 480px;
    }

    .express_section {
        padding: 60px 0;
    }

    .publish_inner {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 1200px) {
    .training_section .content_wrap {
        padding: 110px 15px 60px;
    }

    .publish_section {
        background-size: 90%;
    }

    .express_section {
        padding: 60px 0px;
    }

    .publish_inner {
        width: 100%;
    }

    .publish_section {
        padding: 80px 15px;
    }
}

@media screen and (min-width:768px) {
    .cards_row .box {
        width: 50%;
        margin-bottom: 24px;
    }


    .top_banner .box_wrap {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (min-width:992px) {
    .cards_row .box {
        width: 25%;
        margin-bottom: 0;
    }

    .training_section .content_wrap {
        padding-left: 50px;
    }
}

@media screen and (max-width:992px) {
    .grid_box {
        display: flex;
        flex-wrap: wrap;
    }

    .grid_box .item {
        max-width: 47%;
        flex: 0 0 47%;
    }

    .training_section .content_wrap {
        margin-left: auto;
    }

    .rewards_section .content_wrap {
        max-width: 350px;
    }

    .training_section .content_wrap {
        padding-top: 48px;
    }
}

@media screen and (max-width:767px) {
    .top_banner .box_wrap:nth-of-type(1) {
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px;
    }

    .rewards_section .inner {
        margin-left: auto;
        padding-left: 15px;
    }

    .rewards_section .content_wrap {
        margin-right: 0;
    }

    .trophy_row {
        background-position: center 70px;
        background-size: 80%;
    }

    .rewards_section .content_wrap {
        padding: 300px 0 80px;
    }

    .parat_section .inner::before {
        top: -110px;
        left: -10px;
        z-index: -1;
    }

    .cards_row .box:not(:last-child) {
        margin-bottom: 48px;
    }

    .library_section figure img {
        max-width: 280px;
        margin-bottom: 24px;
    }

    .library_section .inner::before {
        display: none;
    }

    .grid_box .item {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    .express_txt {
        flex-direction: column;
    }

    .express_txt .bbtn {
        margin-top: 12px;
    }

    .grid_box .item h3 {
        margin-top: 12px;
    }

    .sq_card {
        display: flex;
        align-items: center;
        text-align: left;
        flex-wrap: wrap;
    }

    .sq_card figure {
        flex-shrink: 0;
        margin: 0 20px 10px 0;
    }

    .winningcup {
        width: 100%;
    }

    .bookldlotti {
        width: 200px;
        height: 150px;
    }

    .top_banner .box_wrap:nth-of-type(1)::after,
    .box_wrap:nth-of-type(1)::before {
        display: none;
    }
}



.shepherd-element {
    background: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent background */
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
}

.shepherd-arrow {
    display: none; /* Hide arrow if not needed */
}

.shepherd-element {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* <!--Walk In Tutorial--> */
.signin_dropdown .dropdown-menu-new.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 100% !important; /* Places it right below the button */
    left: 0px !important;
    z-index: 10001 !important; /* Ensures it's above overlays */
}

.shepherd-element.welcome_box {
    background: #fff;
}
/* .shepherd-element.transparent_box * {
    background: transparent !important;
} */
.shepherd-element.transparent_box .stepper{
    width: fit-content;
    position: absolute;
    bottom: 75px;
}
.shepherd-element.transparent_box .stepper-text{
    color: #111;
}
.circular-profile {
    width: 150px !important;
    height: 150px !important;
    position: absolute;
    top: 10px;
    left: 36%;
    background-color: transparent;
}
.circluar-profile .drop-down{
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}
.bg-transparent{
    background-color: transparent !important;
}
.circluar-profile .drop-down button{
  margin: auto !important;
}
.circular-profile .dropdown-menu-new{
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 200ms ease !important;
    z-index: 3 !important;
    right: -24px;
    box-shadow: none;
    background-color: transparent;
}
.circular-profile .dropdown-menu-new ul li:first-child a{
    background: #F47920;
    color: #fff;
}

.shepherd-element.transparent_box .shepherd-header{
    display: none;
}
.shepherd-element .transparent_title {
    color: #111;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
}
.shepherd-element .transparent_descrip {
    color: #111;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}
.shepherd-element {
    width: 500px !important;
    max-width: 100% !important;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible{
    opacity: 0.8 !important;
}
.shepherd-header {
    border-bottom: 0px;
    background: none !important;
    position: none !important;
    right: 0 !important;
}
.shepherd-content * {
    font-family: "Poppins" !important;
}
.shepherd-content {
    overflow: hidden !important;
    padding: 15px !important;
    background: rgba(255, 255, 255, 0.9) !important;
}
.shepherd-content .welcome_img {
    /* width: 155px; */
    /* max-width: 155px; */
    display: block;
    margin-bottom: 10px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto 32px;
}
.shepherd-content .shepherd_title {
    color: #111;
    font-size: 1.9rem;
    text-align: center;
    line-height: normal;
    font-weight: 500;
}
.shepherd-content .welcome_content {
    color: #111;
    font-size: 1.125rem;
    text-align: center;
    line-height: normal;
}
.shepherd-content,
.shepherd-footer {
    background: rgba(255, 255, 255, 0.0);
}

.shepherd-footer{
    padding: 0 !important;
    border-radius: 0 !important;
}
.welcome_box .shepherd-text {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.welcome_box .shepherd-footer  {
    padding: 15px 0px 30px !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-left: 0px !important;
}

.transparent_box .shephered-footer{
    margin-top: 20px;
}
.welcome_box .shepherd-footer .shephered-primary {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 1rem;
    border-radius: 16px;
}
.welcome_box .shepherd-footer .shephered-secondary {
    border-color: var(--primary);
    margin-top: 0px;
    justify-content: center;
    font-size: 1rem;
    border-radius: 16px;
    padding: 14px 20px;
}
.welcome_box .shepherd-button:not(:disabled):hover {
    color: hsla(0, 0%, 100%, 0.75);
    background: var(--primary) !important;
}
.welcome_box .shepherd-button .shepherd-secondary {
    font-size: 16px;
}

/**Transparent box buttons**/
.transparent_box{
    padding: 50px !important;
    width: 500px !important;
    max-width: 100% !important;
    border-radius: 30px !important;
}
/* .transparent_box.darkBg{
    background: rgba(0, 0, 0, 0.8) !important;
} */
@media screen and (max-width: 768px){
    /* .transparent_box.darkBg_mobile{
        background: rgba(0, 0, 0, 0.8) !important;
    } */
    .transparent_box {
        padding: 20px !important;
        border-radius: 20px !important;
    }
    .shepherd-element.transparent_box .stepper {
        bottom: 45px;
    }
}
.transparent_box .shepherd-button {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Skip Intro (Black Background, White Text) */
.transparent_box .shepherd-button-secondary {
    background: rgba(255, 255, 255, 0.0) !important;
    color: #565656 !important;
    border: 2px solid rgba(244, 121, 32, 0.5) !important;
}

/* Next (White Background, Black Text) */
.transparent_box .shepherd-button-primary {
    background: rgba(255, 255, 255, 0.0) !important;
    color: #565656;
    border: 2px solid rgba(244, 121, 32, 0.5);
    width: 128px;
}
@media screen and (max-width: 767px){
    .transparent_box .shepherd-button-primary {
        width: auto;
    }
    .transparent_box .shepherd-button {
        padding: 10px 12px;
    }
}
/* Hover Effects */
.transparent_box .shepherd-button-secondary:hover {
    background: #F47920 !important;
    color: #fff !important;
}

.transparent_box .shepherd-button-primary:hover {
    background: #F47920 !important;
    color: #fff !important;
}

.shepherd-text {
    padding: 0 0 2rem 0 !important;
}
.shepherd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark overlay */
    z-index: 1000;
    display: none;
}
