/********** Template CSS **********/
:root {
    --primary: #272f24;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
    color: #000;
    background-color: #044527;
    border-color: #032f1a;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.shaTop91 {
    background: #034803;
    color: #fff;
    transition: .4s ease;
    overflow: hidden;
}

.shaTop91.hideTopBar {
    max-height: 0;
    padding: 0;
    opacity: 0;
}

.shaTopWrap91 {
    max-width: 1400px;
    margin: auto;
    padding: 16px 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shaTopLeft91,
.shaTopRight91 {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.shaTop91 span {
    font-size: 15px;
    font-weight: 600;
}

.shaTop91 i {
    color: #ffffff;
    margin-right: 8px;
}

/* =========================
   STICKY HEADER
========================= */

.shaHeaderBg91 {


    background:
        linear-gradient(rgba(0, 38, 0, .95), rgba(4, 130, 5, .95));

    position: sticky;
    top: 0;
    z-index: 9999;

    padding: 5px 0;


    transition: .35s ease;
}

.shaHeaderBg91.headerCompact {
    padding: 10px 0;
}

/* =========================
   NAVIGATION CARD
========================= */

.shaNavCard91 {
    max-width: 1400px;
    margin: auto;

    background: #fff;

    border-radius: 20px;

    min-height: 90px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 25px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

    position: relative;
}

/* =========================
   LOGO
========================= */

.shaLogo91 {
    text-decoration: none;

    display: flex;
    align-items: center;
    gap: 15px;
}

.shaLogoIcon91 {
    width: 65px;
    height: 65px;

    border-radius: 16px;

    background: linear-gradient(135deg,
            #048205,
            #002600);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 26px;
}

.shaLogoText91 h2 {
    color: #002600;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.shaLogoText91 span {
    color: #048205;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
}

/* =========================
   MENU
========================= */

.shaMenu91 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shaMenu91 ul {
    display: flex;
    list-style: none;
    gap: 2px;
    padding-top: 15px;
}

.shaMenu91 ul li a {
    text-decoration: none;
    color: #222;

    padding: 13px 18px;

    border-radius: 10px;

    font-size: 15px;
    font-weight: 600;

    transition: .35s;
}

.shaMenu91 ul li a i {
    margin-right: 8px;
    color: #048205;
}

.shaMenu91 ul li a:hover {
    background: #eef8ee;
    color: #048205;
}

/* ACTIVE MENU */

.shaMenu91 ul li a.active {

    color: #fff;
}

.shaMenu91 ul li a.active i {
    color: #fff;
}

/* =========================
   BUTTON
========================= */

.shaBtn91 {
    text-decoration: none;

    background: linear-gradient(135deg,
            #048205,
            #002600);

    color: #fff;

    padding: 14px 28px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;
}

/* =========================
   MOBILE BUTTONS
========================= */

.shaToggle91 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;

    font-size: 28px;
    color: #048205;
}

.shaClose91 {
    display: none;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px) {

    .shaTopWrap91 {
        justify-content: left;
    }

    .shaToggle91 {
        display: block;
    }

    .shaMenu91 {

        position: fixed;
        top: 0;
        right: -100%;

        width: 320px;
        max-width: 100%;

        height: 100vh;

        background: #fff;

        padding: 80px 25px 30px;

        flex-direction: column;
        align-items: flex-start;

        transition: .4s;

        box-shadow: -10px 0 40px rgba(0, 0, 0, .15);

        z-index: 99999;
    }

    .shaMenu91.active {
        right: 0;
    }

    .shaClose91 {
        display: flex;

        align-items: center;
        justify-content: center;

        position: absolute;
        top: 20px;
        right: 20px;

        width: 42px;
        height: 42px;

        border: none;
        border-radius: 50%;

        background: #048205;

        color: #fff;

        font-size: 20px;
        cursor: pointer;
    }

    .shaMenu91 ul {
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .shaMenu91 ul li {
        width: 100%;
    }

    .shaMenu91 ul li a {
        display: block;
        width: 100%;
    }

    .shaBtn91 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .shaLogoText91 h2 {
        font-size: 24px;
    }

    .shaLogoIcon91 {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }
}

/* Demo Content */

.demoSection {
    padding: 120px 20px;
    text-align: center;
}

.demoSection h1 {
    color: #002600;
    margin-bottom: 15px;
}

.demoSection p {
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}

/* =========================
   PREMIUM ACTIVE MENU
========================= */

.shaMenu91 ul li a {
    position: relative;
    overflow: hidden;
    background: transparent;
}

.shaMenu91 ul li a:hover {
    background: rgba(4, 130, 5, .06);
    color: #048205;
    transform: translateY(-2px);
}

.shaMenu91 ul li a.active {
    color: #048205;
    font-weight: 700;

}

.shaMenu91 ul li a.active i {
    color: #048205;
}

.shaMenu91 ul li a.active::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 75%;
    height: 3px;
    border-radius: 50px;
    background: linear-gradient(90deg,
            #002600,
            #048205,
            #72ff72);
}

.shaMenu91 ul li a.active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;

    pointer-events: none;
}

.shaLogo91 {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.shaLogoImg91 {
    width: 80px;
    height: auto;
    display: block;
    transition: .3s ease;
}

.shaLogoImg91:hover {
    transform: scale(1.05);
}

/* =========================
   LUXURY BOOK BUTTON
========================= */

.luxBookBtn91 {
    position: relative;
    width: 180px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    perspective: 1000px;
}

/* BOOK BODY */

.luxBookText91 {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #002600;

    font-size: 16px;
    font-weight: 700;

    border-radius: 8px;

    border: 2px solid #e5e5e5;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .15);

    overflow: hidden;
}

/* BOOK COVER */



/* BOOK SPINE */

.luxBookCover91 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg,
            #7f7f7f 0%,
            #4c4d4c 50%,
            #585958 100%);

    color: #fff;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;

    border-radius: 10px;

    transform-origin: left center;

    transition: 0.9s cubic-bezier(.2, .8, .2, 1);

    z-index: 5;

    box-shadow:
        0 15px 35px rgba(4, 130, 5, .25),
        inset 0 1px 0 rgba(255, 255, 255, .15);
}

/* BOOK SPINE */



.luxBookCover91::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 14px;
    height: 100%;

    background: #001700;

    border-radius: 8px 0 0 8px;
}

/* PAGES */

.luxBookText91::before {
    content: "";

    position: absolute;

    right: 8px;
    top: 8px;

    width: 4px;
    height: 48px;

    background: #f3f3f3;

    box-shadow:
        -3px 0 #fafafa,
        -6px 0 #ededed;
}

/* OPEN BOOK EFFECT */

.luxBookBtn91:hover .luxBookCover91 {
    transform:
        rotateY(-135deg);
}

/* MOBILE TAP */

.luxBookBtn91:active .luxBookCover91 {
    transform:
        rotateY(-135deg);
}

/* =========================
   MOBILE BOOK BUTTON
========================= */

@media (max-width: 991px) {

    .luxBookBtn91 {
        width: 180px;
        height: 55px;
        margin: 10px auto 0;
    }

    .luxBookCover91 {
        font-size: 13px;
        padding: 0 15px;
        text-align: center;
    }

    .luxBookCover91::before {
        width: 12px;
    }

    .luxBookCover91::after {
        left: 17px;
        top: 10px;
        height: calc(100% - 20px);
    }

    .luxBookText91 {
        font-size: 13px;
        text-align: center;
        padding: 0 12px;
    }

    /* Faster open effect for touch devices */

    .luxBookBtn91:active .luxBookCover91 {
        transform: rotateY(-150deg);
    }
}

@media (max-width: 480px) {

    .luxBookBtn91 {
        width: 160px;
        height: 50px;
    }

    .luxBookCover91 {
        font-size: 12px;
    }

    .luxBookText91 {
        font-size: 12px;
    }

    .luxBookCover91::before {
        width: 10px;
    }

    .luxBookCover91::after {
        left: 14px;
    }
}


.shnBookX1 {
    width: 1200px;
    max-width: 100%;
    margin: 20px auto;
    perspective: 2000px;
}

/* BOOK STRUCTURE */
.shnBookInnerX1 {
    display: flex;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.20);
    position: relative;
}

/* SPINE */
.shnBookInnerX1 {
    position: relative;
    display: flex;
    perspective: 1200px;
}

/* LEFT SIDE SHADOW */
.shnBookInnerX1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 80px;
    transform: translateX(-50%) rotateY(60deg);

    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.05),
            transparent);

    z-index: 5;
    filter: blur(1px);
}

/* RIGHT SIDE LIGHT FOLD */
.shnBookInnerX1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 80px;
    transform: translateX(-50%) rotateY(-60deg);

    background: linear-gradient(to left,
            rgba(255, 255, 255, 0.25),
            rgba(0, 0, 0, 0.05),
            transparent);

    z-index: 4;
    filter: blur(1px);
}

@media (max-width: 768px) {

    .shnBookInnerX1::before,
    .shnBookInnerX1::after {
        opacity: 0;
        visibility: hidden;
    }
}

/* LEFT PAGE */
.shnLeftX1 {
    width: 50%;
    padding: 55px;
    background: linear-gradient(135deg, #ffffff, #f4fff6);
}

/* RIGHT PAGE */
.shnRightX1 {
    width: 50%;
    overflow: hidden;
}

/* IMAGES */
.shnRightX1 img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

/* TAG */

/* ================= MODERN COLORFUL LEFT ================= */

.shnLeftCardX9 {
    padding: 20px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #ffffff;
}

.shnBtnWrapX91 {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    padding-top: 30px;
}

/* BASE BUTTON */
.shnBtnSlideX91,
.shnBtnSlideAltX91 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 24px;
    border-radius: 12px;

    text-decoration: none;
    font-weight: 600;
    font-size: 15px;

    overflow: hidden;
    transition: 0.4s ease;
}

/* PRIMARY GREEN BUTTON */
.shnBtnSlideX91 {
    background: #073d1b;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 100, 50, 0.25);
}

/* SECONDARY GLASS BUTTON */
.shnBtnSlideAltX91 {
    background: rgba(255, 255, 255, 0.08);
    color: #073417;
    border: 2px solid rgba(0, 120, 60, 0.25);
    backdrop-filter: blur(10px);
}

/* ICON */
.shnBtnSlideX91 i,
.shnBtnSlideAltX91 i {
    font-size: 16px;
}

/* SLIDE EFFECT LAYER */
.shnBtnSlideX91::before,
.shnBtnSlideAltX91::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);

    transition: 0.6s;
}

/* HOVER ANIMATION */
.shnBtnSlideX91:hover::before,
.shnBtnSlideAltX91:hover::before {
    left: 100%;
}

/* LIFT EFFECT */
.shnBtnSlideX91:hover,
.shnBtnSlideAltX91:hover {
    transform: translateY(-6px);
}

/* ACTIVE PRESS */
.shnBtnSlideX91:active,
.shnBtnSlideAltX91:active {
    transform: scale(0.96);
}

/* MOBILE */
@media (max-width: 768px) {
    .shnBtnWrapX91 {
        flex-direction: column;
    }

    .shnBtnSlideX91,
    .shnBtnSlideAltX91 {
        width: 100%;
        justify-content: center;
    }
}

/* soft animated background blobs */
.shnLeftCardX9::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 132, 0, 0.18), transparent 60%);
    top: -120px;
    left: -120px;
    filter: blur(20px);
    animation: floatBg1 6s infinite alternate ease-in-out;
}

/* second blob */
.shnLeftCardX9::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 200, 83, 0.15), transparent 65%);
    bottom: -120px;
    right: -120px;
    filter: blur(25px);
    animation: floatBg2 7s infinite alternate ease-in-out;
}

/* bring content above bg */
.shnLeftCardX9>* {
    position: relative;
    z-index: 2;
}

/* animations */
@keyframes floatBg1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(30px, 40px);
    }
}

@keyframes floatBg2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-30px, -40px);
    }
}

/* ================= BADGE ================= */

.shnBadgeX9 {
    display: inline-block;
    padding: 8px 16px;
    background: #eeeded;
    border-left: 5px solid #050505;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50px;
    letter-spacing: 1px;
}

/* ================= TITLE ================= */

.shnHeadingX9 {
    font-size: 65px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;

    background: linear-gradient(90deg, #373737, #414546, #121313);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    line-height: 1.1;
    font-family: 'Poppins', sans-serif;

    /* tall & premium feel */
    transform: scaleY(1.2);

    margin: 10px 0 15px;
}

.shnHeadingX9 span {
    color: #043f04;
    position: relative;
}

/* underline soft bar */


/* ================= TEXT ================= */

.shnTextX1,
.shnParaX9 {
    font-size: 16px;
    color: #000;
    line-height: 1.9;
}

/* ================= FEATURE TAGS ================= */

.shnFeatureX9 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shnFeatureX9 div {
    padding: 8px 12px;
    background: #d3e7c9;
    border: 1px solid #d8f5dd;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #000000;
    transition: .3s;
}

.shnFeatureX9 div:hover {
    background: #eaffea;
    transform: translateY(-3px);
}

/* ================= BUTTONS ================= */

.shnBtnGroupX9 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* PRIMARY BUTTON */
.btnPrimaryX9 {
    padding: 14px 26px;
    background: #045004;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    border-radius: 12px;
    transition: .4s;
    box-shadow: 0 10px 20px rgba(0, 132, 0, 0.25);
}

.btnPrimaryX9:hover {
    transform: translateY(-5px);
    background: #00a84a;
}

/* OUTLINE BUTTON */
.btnGlowX9 {
    padding: 14px 26px;
    border: 2px solid #045704;
    color: #035403;
    background: #fff;
    font-weight: 800;
    text-decoration: none;
    border-radius: 12px;
    transition: .4s;
}

.btnGlowX9:hover {
    background: #008400;
    color: #fff;
    transform: translateY(-5px);
}

/* ================= RESPONSIVE ================= */

@media (max-width:991px) {

    .shnLeftCardX9 {
        text-align: center;
        align-items: center;
    }

    .shnHeadingX9 {
        font-size: 38px;
    }

    .shnFeatureX9 {
        justify-content: center;
    }

}

@media (max-width:576px) {

    .shnHeadingX9 {
        font-size: 36px;
    }

    .shnTextX1 {
        font-size: 14px;
    }

    .btnPrimaryX9,
    .btnGlowX9 {
        width: 100%;
        text-align: center;
    }

}

.shnBtnPrimaryX1 {
    padding: 13px 25px;
    background: linear-gradient(135deg, #008400, #00c853);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: .4s;
}

.shnBtnPrimaryX1:hover {
    transform: translateY(-5px);
}

.shnBtnOutlineX1 {
    padding: 13px 25px;
    border: 2px solid #008400;
    color: #008400;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: .4s;
}

.shnBtnOutlineX1:hover {
    background: #008400;
    color: #fff;
}

/* ================= SLIDERS ================= */

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
    height: 100%;
}

/* DOTS */
.owl-dots {
    text-align: center;
    margin-top: 12px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #ccc !important;
}

.owl-dot.active span {
    background: #008400 !important;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width:991px) {

    .shnBookInnerX1 {
        flex-direction: column;
    }

    /* remove spine on mobile */
    .shnBookInnerX1::before {
        display: none;
    }

    .shnLeftX1,
    .shnRightX1 {
        width: 100%;
        text-align: center;
    }

    .shnLeftX1 {
        padding: 35px;
    }

    .shnRightX1 img {
        height: 320px;
    }

    .shnTitleX1 {
        font-size: 32px;
    }

    .shnBtnRowX1 {
        justify-content: center;
    }

}

/* SMALL MOBILE */
@media (max-width:576px) {

    .shnTitleX1 {
        font-size: 28px;
    }

    .shnTextX1 {
        font-size: 14px;
    }

    .shnBtnPrimaryX1,
    .shnBtnOutlineX1 {
        width: 100%;
        text-align: center;
    }


}



/* ICON STYLE INSIDE FEATURES */
.shnFeatureX9 div i {
    color: #008400;
    margin-right: 8px;
    font-size: 14px;
}

/* BUTTON ICON STYLE */
.shnBtnGroupX9 a i {
    margin-right: 6px;
}

/* BADGE ICON */
.shnBadgeX9 i {
    margin-right: 6px;
    color: #033c03;
}

/* ================= BUTTON WRAP ================= */

.shnBtnWrapX99 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 18px;
}

/* ================= BOOK STYLE BUTTON ================= */

.shnBtnBookX99 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 14px 26px;
    border-radius: 14px;

    background: linear-gradient(135deg, #008400, #00c853);
    color: #fff;
    font-weight: 800;
    text-decoration: none;

    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 132, 0, 0.25);

    transition: .4s;
}

/* book spine */
.shnBtnBookX99::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* shine animation */
.shnBtnBookX99::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-20deg);
    transition: .6s;
}

.shnBtnBookX99:hover::after {
    left: 120%;
}

.shnBtnBookX99:hover {
    transform: translateY(-6px) scale(1.03);
}

/* icon animation */
.shnBtnBookX99 i {
    transition: .4s;
}

.shnBtnBookX99:hover i {
    transform: rotate(15deg) scale(1.2);
}

/* ================= GLASS BUTTON ================= */

.shnBtnGlassX99 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 14px 26px;
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);

    border: 1px solid #d7f5dd;

    color: #008400;
    font-weight: 800;
    text-decoration: none;

    transition: .4s;
}

/* glow border effect */
.shnBtnGlassX99::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #00c853, #00bcd4) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* hover effect */
.shnBtnGlassX99:hover {
    transform: translateY(-6px);
    background: #eaffea;
}

/* icon animation */
.shnBtnGlassX99 i {
    transition: .4s;
}

.shnBtnGlassX99:hover i {
    transform: scale(1.2);
}

/* ================= RESPONSIVE ================= */

@media(max-width:576px) {
    .shnBtnWrapX99 a {
        width: 100%;
        justify-content: center;
    }
}

.shnLeftX1 {
    position: relative;
    /* IMPORTANT */
    overflow: hidden;
}

/* FLOAT IMAGE TOP LEFT */
.shnFloatImgX1 {
    position: absolute;
    top: -7px;
    left: 10px;
    z-index: 10;
    pointer-events: none;
}

.shnFloatImgX1 img {
    width: 110px;
    animation: none;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.2));
}

/* MOBILE */
@media (max-width: 768px) {

    .shnFloatImgX1 {
        top: -7px;
        left: -5px;
    }

    .shnFloatImgX1 img {
        width: 120px;
    }

}

/* SMALL MOBILE */
@media (max-width: 480px) {



    .shnFloatImgX1 img {
        width: 120px;
    }

}


.holoSectionX {
    position: relative;
    min-height: 100vh;
    padding: 120px 7%;
    overflow: hidden;
    background: #171816;
    color: #fff;
    overflow-x: hidden;
}

/* ================= GRID BG ================= */

.holoGridBgX {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, .05) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(60px);
    }
}

/* ================= FLOATING SUBJECTS ================= */

.subjectFloatX {
    position: absolute;
    font-size: 18px;
    font-weight: 800;
    opacity: 0.5;
    color: #747575;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sub1 {
    top: 10%;
    left: 5%;
}

.sub2 {
    top: 25%;
    right: 5%;
}

.sub3 {
    top: 45%;
    left: 8%;
}

.sub4 {
    top: 65%;
    right: 8%;
}

.sub5 {
    top: 85%;
    left: 15%;
}

/* ================= GLOWS ================= */

.glowA {
    position: absolute;
    width: 500px;
    height: 500px;
    background: #00ffff;
    border-radius: 50%;
    filter: blur(180px);
    opacity: .15;
    left: -200px;
    top: -100px;
}

.glowB {
    position: absolute;
    width: 450px;
    height: 450px;
    background: #6d28d9;
    border-radius: 50%;
    filter: blur(180px);
    opacity: .18;
    right: -150px;
    bottom: -100px;
}

/* ================= WRAPPER ================= */

.holoWrapX {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ================= IMAGE ================= */

.holoImgX {
    position: relative;
}

.holoImgX img {
    width: 100%;
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 2;
}

.holoFrameX {
    position: absolute;
    inset: -15px;
    border: 2px solid #00ff00;
    border-radius: 35px;
    animation: pulseFrame 3s infinite;
}

@keyframes pulseFrame {
    50% {
        box-shadow: 0 0 40px #00ff00;
    }
}

.holoOrbitX {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 2px dashed #00ff00;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    animation: rotateOrbit 12s linear infinite;
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ================= CONTENT ================= */

.holoContentX h5 {
    color: #00ff00;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.holoContentX h1 {
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.holoContentX h1 span {
    color: #00ff00;
}

.holoContentX p {
    color: #fff;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* ================= FEATURE BOX ================= */

/* FEATURES NEXT ROW */

.featureRowWrapX {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
    z-index: 5;
}

@media(max-width:1200px) {

    .featureRowWrapX {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:768px) {

    .featureRowWrapX {
        grid-template-columns: 1fr;
    }

}

.featureBoxX {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 25px;
    transition: .5s;
    position: relative;
    overflow: hidden;
}

.featureBoxX::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg,
            transparent,
            rgba(0, 255, 255, .15),
            transparent);
    left: -130%;
    top: -20%;
    transition: .8s;
}

.featureBoxX:hover::before {
    left: 130%;
}

.featureBoxX:hover {
    transform: translateY(-10px);
    border-color: #00ff00;
}

.featureBoxX i {
    font-size: 30px;
    color: #00ff00;
    margin-bottom: 15px;
}

.featureBoxX h4 {
    margin-bottom: 8px;
    color: #fff;
}

.featureBoxX p {
    font-size: 14px;
    margin: 0;
}

/* ================= COUNTER ================= */

.counterRowX {
    margin-top: 35px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.counterBoxX h2 {
    color: #00ff00;
    font-size: 38px;
}

.counterBoxX span {
    color: #fffdfd;
}

/* ================= REVEAL ================= */

.revealX {
    opacity: 0;
    transform: translateY(70px);
    transition: 1s;
}

.revealX.active {
    opacity: 1;
    transform: translateY(0);
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

    .holoWrapX {
        grid-template-columns: 1fr;
    }

    .holoContentX h1 {
        font-size: 42px;
    }

    .featureGridX {
        grid-template-columns: 1fr;
    }

    .subjectFloatX {
        font-size: 14px;
    }
}

.shnCourseSectionX {
    padding: 120px 5%;
    position: relative;
    overflow: hidden;
    background: #171816;
    color: #fff;
    overflow-x: hidden;
}

.shnGlowX {
    position: absolute;
    width: 800px;
    height: 800px;
    background: #00ff00;
    border-radius: 50%;
    filter: blur(260px);
    opacity: .08;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shnTitleX {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.shnTitleX span {
    color: #00ff00;
    font-weight: 700;
    letter-spacing: 3px;
}

.shnTitleX h2 {
    font-size: 60px;
    margin-top: 15px;
    color: #fff;
}

.shnTitleX p {
    max-width: 850px;
    margin: 15px auto;
    color: #cfcfcf;
    line-height: 1.8;
}

.shnGalaxyWrapX {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.shnCourseSideX {
    display: grid;
    gap: 20px;
}

.shnCourseCardX {
    position: relative;
    padding: 22px 22px 22px 100px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(0, 255, 0, .15);
    backdrop-filter: blur(15px);
    transition: .5s;
    overflow: hidden;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.shnCourseCardX:hover {
    transform: translateX(10px);
    border-color: #00ff00;
    box-shadow: 0 15px 40px rgba(0, 255, 0, .18);
}

.shnFloatImgWrapX77 {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, #00ff00, #ffffff);
}

.shnFloatImgX77 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #071108;
}

.shnCourseInfoX77 h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.shnCourseInfoX77 p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.5;
}

.shnCourseCardX::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            #00ff00,
            transparent);
    animation: shnLineMoveX77 4s linear infinite;
}

@keyframes shnLineMoveX77 {
    100% {
        left: 100%;
    }
}

@media(max-width:768px) {

    .shnCourseCardX {
        padding-left: 75px;
        min-height: 75px;
    }

    .shnFloatImgWrapX77 {
        width: 60px;
        height: 60px;
    }

    .shnCourseInfoX77 h4 {
        font-size: 16px;
    }

    .shnCourseInfoX77 p {
        font-size: 13px;
    }
}

.shnOrbitCenterX {
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto;
}

.shnOuterRingX {
    position: absolute;
    inset: 0;
    border: 2px dashed rgba(0, 255, 0, .25);
    border-radius: 50%;
    animation: spinA 25s linear infinite;
}

.shnMiddleRingX {
    position: absolute;
    inset: 50px;
    border: 2px solid rgba(0, 255, 0, .15);
    border-radius: 50%;
    animation: spinB 15s linear infinite reverse;
}

.shnInnerRingX {
    position: absolute;
    inset: 100px;
    border: 2px dashed rgba(0, 255, 0, .18);
    border-radius: 50%;
    animation: spinA 12s linear infinite;
}

@keyframes spinA {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spinB {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.shnCenterLogoX {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    border: 2px solid rgba(0, 255, 0, .25);
    backdrop-filter: blur(20px);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
}

.centerTopTxtX {
    color: #00ff00;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 8px;
}

.shnCenterLogoX h2 {
    color: #00ff00;
    font-size: 34px;
    margin-bottom: 12px;
}

.centerStepsX {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.centerStepsX span {
    padding: 4px 8px;
    border-radius: 20px;
    background: rgba(0, 255, 0, .08);
    border: 1px solid rgba(0, 255, 0, .2);
    font-size: 11px;
}

.centerStepsX i {
    color: #00ff00;
    font-size: 10px;
}

.shnCenterLogoX p {
    margin-top: 10px;
    font-size: 11px;
    color: #d6d6d6;
    line-height: 1.7;
}

.shnDotX {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00ff00;
    box-shadow: 0 0 25px #00ff00;
}

.d1 {
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.d2 {
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
}

.d3 {
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.d4 {
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1100px) {

    .shnGalaxyWrapX {
        grid-template-columns: 1fr;
    }

    .shnOrbitCenterX {
        width: 350px;
        height: 350px;
        order: -1;
    }

    .shnTitleX h2 {
        font-size: 40px;
    }
}

/* ===============================
   FLOATING BACKGROUND TEXT
================================== */

.astroTxtOrbitX {
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 255, 0, .08);
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    transition: transform .3s linear;
}

/* POSITIONS */

.astroTxt1X {
    top: 3%;
    left: 2%;
}

.astroTxt2X {
    top: 12%;
    right: 4%;
}

.astroTxt3X {
    top: 22%;
    left: 8%;
}

.astroTxt4X {
    top: 35%;
    right: 5%;
}

.astroTxt5X {
    top: 48%;
    left: 3%;
    font-size: 75px;
}

.astroTxt6X {
    top: 60%;
    right: 4%;
}

.astroTxt7X {
    top: 72%;
    left: 5%;
}

.astroTxt8X {
    top: 82%;
    right: 8%;
}

.astroTxt9X {
    top: 92%;
    left: 12%;
}

.astroTxt10X {
    top: 105%;
    right: 4%;
}

.astroTxt11X {
    top: 118%;
    left: 15%;
}

.astroTxt12X {
    top: 128%;
    right: 10%;
}

/* MOBILE */

@media(max-width:991px) {

    .astroTxtOrbitX {
        font-size: 24px !important;
        letter-spacing: 2px;
    }


}


.glowW1 {
    position: fixed;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 200, 100, .12), transparent 70%);
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    animation: glowMove 8s ease-in-out infinite;
}

@keyframes glowMove {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-45%, -55%) scale(1.1);
    }
}

/* ================= FLOAT DOTS ================= */

.dotW1 {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00c26a;
    opacity: .3;
    animation: floatUp 10s linear infinite;
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(-200px);
    }
}

/* ================= BG TEXT ================= */

.bgTxtW1 {
    position: fixed;
    font-size: 90px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 180, 90, .08);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    transition: transform .2s linear;
}

.t1 {
    top: 5%;
    left: 5%;
}

.t2 {
    top: 30%;
    right: 5%;
}

.t3 {
    bottom: 10%;
    left: 8%;
}

.t4 {
    bottom: 25%;
    right: 10%;
}

/* ================= SECTION ================= */

.secW1 {
    padding: 110px 6%;
    position: relative;
    z-index: 2;
}

/* ================= TITLE ================= */

.titleW1 {
    text-align: center;
    margin-bottom: 60px;
}

.titleW1 span {
    color: #00a85a;
    font-weight: 700;
    letter-spacing: 2px;
}

.titleW1 h2 {
    font-size: 46px;
}

.titleW1 p {
    color: #000000;
    font-size: 21px;
    font-weight: 700
}

/* ================= GRID ================= */

.gridW1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* ================= LEFT ================= */

.leftW1 {
    opacity: 0;
    transform: translateX(-60px);
    transition: 1s;
}

.leftW1.active {
    opacity: 1;
    transform: translateX(0);
}

.leftW1 h3 {
    font-size: 24px;
}

.leftW1 h3 span {
    color: #0b633b;
}

.leftW1 p {
    margin-top: 15px;
    color: #000;
    line-height: 1.8;
}

/* ================= BUTTON ================= */

.btnW1 {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 26px;
    background: #00a85a;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btnW1:hover {
    transform: translateY(-5px);
}

/* ================= CARDS (3D EFFECT) ================= */

.cardsW1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* ⭐ 3D CARD */
.cardW1 {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);

    opacity: 0;
    transform: translateY(50px) rotateX(15deg);
    transform-style: preserve-3d;
    transition: 1s;
}

.cardW1.show {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
}

/* ⭐ HOVER 3D LIFT */
.cardW1:hover {
    transform: translateY(-10px) rotateY(8deg) rotateX(6deg) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: #00a85a;
}

/* IMAGE */
.imgW1 {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: .5s;
}

.cardW1:hover .imgW1 {
    transform: scale(1.08);
}

/* TEXT */
.cardBodyW1 {
    padding: 16px;
}

.cardBodyW1 h4 {
    color: #1a1a1a;
    margin-bottom: 5px;
}

.cardBodyW1 p {
    color: #666;
    font-size: 14px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:900px) {

    .gridW1 {
        grid-template-columns: 1fr;
    }

    .cardsW1 {
        grid-template-columns: 1fr;
    }

    .bgTxtW1 {
        font-size: 40px;
    }

}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

.titleX {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #111;
    text-align: center;
    letter-spacing: 2px;

    text-shadow:
        1px 1px 0 #00ff88,
        2px 2px 0 #00a85a,
        3px 3px 10px rgba(0, 0, 0, 0.2);
}

.shineMindFlowX {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    position: relative;
    display: inline-block;
}

/* highlight word */
.shineMindFlowX span {
    color: #00a85a;
    position: relative;
    padding: 0 6px;
}

/* glowing background behind span */
.shineMindFlowX span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 120%;
    background: rgba(0, 255, 120, 0.12);
    border-radius: 10px;
    z-index: -1;
    filter: blur(2px);
}

/* animated underline bar */
.shineMindFlowX::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00a85a);
    border-radius: 10px;
    animation: lineGrowX 1.5s ease forwards;
}

@keyframes lineGrowX {
    to {
        width: 100%;
    }
}

/* soft entrance animation */
.shineMindFlowX {
    opacity: 0;
    transform: translateY(30px);
    animation: textInX 1s ease forwards;
}

@keyframes textInX {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* hover effect */
.shineMindFlowX:hover {
    letter-spacing: 2px;
    transition: 0.4s;
}

@media (max-width: 768px) {

    .shineMindFlowX {
        font-size: 26px;
        text-align: center;
        display: block;
        line-height: 1.4;
        padding: 0 10px;
    }

    .shineMindFlowX span {
        display: inline-block;
        margin-top: 6px;
    }

    /* make underline shorter for mobile */
    .shineMindFlowX::after {
        height: 2px;
        bottom: -8px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {

    .shineMindFlowX {
        font-size: 22px;
        letter-spacing: 0.5px;
    }

    .shineMindFlowX span {
        padding: 0 4px;
    }

    .shineMindFlowX span::before {
        height: 110%;
        border-radius: 6px;
    }
}

.classWaveX {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

/* CARD STYLE */
.classItemX {
    position: relative;
    padding: 18px;
    border-radius: 18px;

    background: rgb(0 0 0 / 6%);
    border: 1px solid rgba(0, 168, 90, 0.15);
    backdrop-filter: blur(10px);

    text-align: center;

    transition: 0.4s;
    overflow: hidden;

    animation: fadeUpX 0.6s ease forwards;
    opacity: 0;
}

/* NUMBER BADGE */
.numX {
    width: 35px;
    height: 35px;
    margin: 0 auto 10px auto;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b633b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;

    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 168, 90, 0.4);
}

/* TITLE */
.classItemX h4 {
    font-size: 15px;
    color: #111;
    transition: 0.3s;
}

/* HOVER EFFECT */
.classItemX:hover {
    transform: translateY(-8px) scale(1.03);
    background: #515252;
}

.classItemX:hover h4 {
    color: #fff;
}

.classItemX:hover .numX {
    background: #fff;
    color: #00a85a;
}

/* ANIMATION */
@keyframes fadeUpX {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* STAGGER */
.classItemX:nth-child(1) {
    animation-delay: 0.1s
}

.classItemX:nth-child(2) {
    animation-delay: 0.2s
}

.classItemX:nth-child(3) {
    animation-delay: 0.3s
}

.classItemX:nth-child(4) {
    animation-delay: 0.4s
}

.classItemX:nth-child(5) {
    animation-delay: 0.5s
}

.classItemX:nth-child(6) {
    animation-delay: 0.6s
}

.classItemX:nth-child(7) {
    animation-delay: 0.7s
}

.classItemX:nth-child(8) {
    animation-delay: 0.8s
}

@media(max-width:900px) {
    .classWaveX {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:500px) {
    .classWaveX {
        grid-template-columns: 1fr;
    }

    .classItemX {
        padding: 15px;
    }

    .classItemX h4 {
        font-size: 14px;
    }
}

.bgMarqueeX {
    position: relative;
    width: 100%;
    height: 120px;
    /* BIG HEIGHT */
    overflow: hidden;

    display: flex;
    align-items: center;

    background:
        linear-gradient(135deg, #ffffff, #e9fff1, #ffffff);
}

/* soft green glow */
.bgMarqueeX::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;

    background: radial-gradient(circle, rgba(0, 180, 90, 0.20), transparent 60%);
    filter: blur(100px);

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ================= MOVING TEXT ================= */
.bgTrackX {
    display: flex;
    white-space: nowrap;

    animation: moveX 120s linear infinite;
    /* VERY SLOW */
    opacity: 0.10;
    /* LOW OPACITY FOR BACKGROUND FEEL */
}

/* movement */
@keyframes moveX {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ================= TEXT STYLE ================= */
.bgTextX {
    font-size: 125px;
    font-weight: 900;
    letter-spacing: 3px;

    padding: 0 90px;

    color: #00a85a;

    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.08);
}

/* second layer lighter effect */
.bgTextX span {
    color: #000;
    opacity: 0.10;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px) {

    .bgMarqueeX {
        height: 110px;
    }

    .bgTextX {
        font-size: 70px;
        padding: 0 50px;
    }

    .bgTrackX {
        animation-duration: 70s;
    }
}

.footerX {
    position: relative;
    padding: 30px 8%;
    background: #041a10;
    overflow: hidden;
    color: #fff;
}

/* NEON GLOW */
.glowX {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 255, 140, 0.15), transparent 70%);
    top: -150px;
    left: -150px;
    filter: blur(60px);
}

/* DIAGONAL GLASS LAYERS */
.layerX {
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(-12deg);
    top: -50%;
    left: -50%;
    z-index: 0;
}

.layerX span {
    position: absolute;
    width: 120%;
    height: 80px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    animation: moveLayer 10s linear infinite;
}

/* LAYER POSITIONS */
.layerX span:nth-child(1) {
    top: 20%;
}

.layerX span:nth-child(2) {
    top: 45%;
    animation-duration: 14s;
}

.layerX span:nth-child(3) {
    top: 70%;
    animation-duration: 18s;
}

@keyframes moveLayer {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200px);
    }
}

/* CONTENT */
.contentX {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

/* TITLE */
.titleX {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 2px;
}

.titleX span {
    color: #00ff9a;
}

/* DESCRIPTION */
.textX {
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
}

/* BUTTON STYLE */
.btnX {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #e9eae9;
    text-decoration: none;
    transition: .3s;
}

.btnX:hover {
    background: #00ff9a;
    color: #000;
    transform: translateY(-3px);
}

/* CONTACT */
.contactX {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.iconX {
    width: 40px;
    height: 40px;

    min-width: 40px;
    /* ensures equal circle */
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #00ff9a;
}

/* SOCIAL */
.socialX {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.socialX a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    transition: .3s;
}

.socialX a:hover {
    background: #00ff9a;
    color: #000;
    transform: translateY(-4px);
}

/* HOVER CARD EFFECT */
.boxX {
    padding: 18px;
    border-radius: 14px;


    transition: .4s;
}

.boxX h3 {
    color: #fff;
    font-size: 21px;
}

.boxX:hover {
    transform: translateY(-8px);
    border-color: #00ff9a;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .contentX {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .contactX {
        justify-content: left;
    }

    .socialX {
        justify-content: left;
    }
}

.bgGlowGreenX {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: #3ddc84;
    filter: blur(220px);
    opacity: .18;
    top: -250px;
    left: -250px;
    animation: greenFloatX 15s ease-in-out infinite;
}

.bgGlowGreyX {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #d9d9d9;
    filter: blur(220px);
    opacity: .25;
    right: -200px;
    bottom: -200px;
    animation: greyFloatX 18s ease-in-out infinite;
}

@keyframes greenFloatX {

    50% {
        transform:
            translate(120px, 70px) scale(1.2);
    }

}

@keyframes greyFloatX {

    50% {
        transform:
            translate(-100px, -80px) scale(1.2);
    }

}

/* MOVING LIGHT */

.lightBeamX {
    position: absolute;
    top: -40%;
    left: -40%;
    width: 180%;
    height: 180%;

    background:
        linear-gradient(90deg,
            transparent,
            rgba(0, 255, 140, .05),
            transparent);

    transform: rotate(-20deg);

    animation: beamMoveX 12s linear infinite;
}

@keyframes beamMoveX {

    0% {
        transform:
            translateX(-20%) rotate(-20deg);
    }

    100% {
        transform:
            translateX(20%) rotate(-20deg);
    }

}

/* GRID EFFECT */

.gridPatternX {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);

    background-size: 60px 60px;

    animation: gridMoveX 18s linear infinite;
}

@keyframes gridMoveX {

    100% {
        transform: translateY(60px);
    }

}

/* FLOATING PARTICLES */

.autoParticleX {
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    background: rgba(0, 255, 140, .25);

    animation: particleFlyX linear infinite;
    pointer-events: none;
}

@keyframes particleFlyX {

    0% {
        transform:
            translateY(0) translateX(0);
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        transform:
            translateY(-120vh) translateX(80px);
        opacity: 0;
    }

}




/* ORBIT APPEAR */

.shnOrbitBoxX {
    opacity: 0;
    transform:
        translateY(100px) scale(.85);
    transition: 1.4s;
}

.shnOrbitBoxX.show {
    opacity: 1;
    transform:
        translateY(0) scale(1);
}

.shnOrbitSectionX {
    position: relative;
    padding: 100px 20px;
    overflow: hidden;

    background:
        linear-gradient(135deg,
            #ffffff 0%,
            #f6fff8 30%,
            #eefcf2 60%,
            #ffffff 100%);
}

/* BG EFFECT */

.shnOrbitSectionX::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #00a651;
    filter: blur(180px);
    opacity: .08;
    top: -250px;
    left: -250px;
    animation: glowMoveA 12s ease-in-out infinite;
}

.shnOrbitSectionX::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #888;
    filter: blur(180px);
    opacity: .06;
    bottom: -200px;
    right: -200px;
    animation: glowMoveB 15s ease-in-out infinite;
}

@keyframes glowMoveA {
    50% {
        transform: translateY(60px);
    }
}

@keyframes glowMoveB {
    50% {
        transform: translateY(-60px);
    }
}

/* TITLE */


/* ROW */

.shnOrbitRowX {
    display: grid;
    grid-template-columns: 1fr;
    gap: 120px;
    max-width: 900px;
    margin: auto;
}

/* ORBIT */

.shnOrbitBoxX {
    position: relative;
    width: 520px;
    height: 520px;
    margin: auto;
}

.shnOrbitRingX {
    position: absolute;
    inset: 35px;
    border: 2px dashed rgba(0, 166, 81, .15);
    border-radius: 50%;
    animation: spinRingX 35s linear infinite;
}

@keyframes spinRingX {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* CENTER IMAGE */

.shnCenterImgX {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 400px;
    height: 400px;

    border-radius: 50%;
    overflow: hidden;

    border: 8px solid #fff;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .15);

    z-index: 10;

    animation: none;
}

.shnCenterImgX img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shnCenterOverlayX {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: linear-gradient(rgba(0, 0, 0, .45),
            rgba(0, 0, 0, .65));

    color: #fff;
}

.shnCenterOverlayX h3 {
    font-size: 24px;
}

.shnCenterOverlayX span {
    font-size: 12px;
    margin-top: 5px;
}

@keyframes centerFloatX {
    50% {
        transform: translate(-50%, -58%);
    }
}

/* ITEMS */

.shnItemX {
    position: absolute;

    background: rgba(255, 255, 255, .88);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(61, 220, 132, .15);

    color: #222;

    padding: 11px 16px;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;

    box-shadow:
        0 15px 30px rgba(0, 0, 0, .08);

    opacity: 0;
    transform: scale(.2);

    transition: 1s;
}

.shnOrbitBoxX.show .shnItemX {
    opacity: 1;
    transform: scale(1);
}

.shnItemX:hover {
    background: #effff4;
    transform: translateY(-5px) scale(1.05);
}

.a1 {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.a2 {
    top: 30px;
    right: -100px;
}

.a3 {
    top: 140px;
    right: -140px;
}

.a4 {
    top: 260px;
    right: -150px;
}

.a5 {
    bottom: 120px;
    right: -130px;
}

.a6 {
    bottom: 10px;
    right: -20px;
}

.a7 {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.a8 {
    bottom: 10px;
    left: -20px;
}

.a9 {
    bottom: 120px;
    left: -130px;
}

.a10 {
    top: 260px;
    left: -150px;
}

.a11 {
    top: 140px;
    left: -140px;
}

/* SPECIAL POSITIONS - LARGE ORBIT */

.s1 {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.s2 {
    top: 120px;
    right: -140px;
}

.s3 {
    top: 280px;
    right: -150px;
}

.s4 {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.s5 {
    top: 280px;
    left: -150px;
}



@media(max-width:768px) {

    .shnOrbitSectionX {
        padding: 70px 10px;
    }

    .shnOrbitRowX {
        gap: 90px;
    }

    .shnOrbitBoxX {
        width: 340px;
        height: 340px;
    }

    .shnOrbitRingX {
        inset: 35px;
    }

    .shnCenterImgX {
        width: 180px;
        height: 180px;
    }

    .shnCenterOverlayX h3 {
        font-size: 20px !important;
    }

    .shnCenterOverlayX span {
        font-size: 12px !important;
    }

    .shnItemX {
        font-size: 10px;
        padding: 8px 12px;
    }

    /* ACTIVITIES */

    .a1 {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .a2 {
        top: 30px;
        right: -15px;
    }

    .a3 {
        top: 95px;
        right: -35px;
    }

    .a4 {
        top: 170px;
        right: -40px;
    }

    .a5 {
        bottom: 80px;
        right: -25px;
    }

    .a6 {
        bottom: 15px;
        right: 25px;
    }

    .a7 {
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .a8 {
        bottom: 15px;
        left: 25px;
    }

    .a9 {
        bottom: 80px;
        left: -25px;
    }

    .a10 {
        top: 170px;
        left: -40px;
    }

    .a11 {
        top: 95px;
        left: -35px;
    }

    /* SPECIAL */

    .s1 {
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .s2 {
        top: 95px;
        right: -35px;
    }

    .s3 {
        top: 180px;
        right: -40px;
    }

    .s4 {
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .s5 {
        top: 180px;
        left: -30px;
    }

    .titleX {
        font-size: 34px !important;
        line-height: 1.2;
    }

    .titleW1 p {
        font-size: 14px;
        padding: 0 15px;
        text-align: center;
    }
}

@media(max-width:400px) {

    .shnOrbitBoxX {
        width: 300px;
        height: 300px;
    }

    .shnCenterImgX {
        width: 150px;
        height: 150px;
    }

    .shnItemX {
        font-size: 9px;
        padding: 6px 10px;
    }
}

.shnGalleryWrapX1 {
    position: relative;
    padding: 120px 20px;
    min-height: 100vh;
    overflow: hidden;
    background: #031a12;
}

/* ===== MOVING BACK TEXT ===== */

.shnBgTextX1 {
    position: fixed;
    top: 50%;
    left: 50%;

    font-size: 160px;
    font-weight: 900;
    letter-spacing: 20px;

    color: rgba(0, 255, 153, 0.06);
    white-space: nowrap;

    pointer-events: none;
    user-select: none;

    transform: translate(-50%, -50%);
    transition: 0.1s linear;
}

/* ===== TITLE AREA ===== */

.shnTitleBoxX1 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.shnTitleTagX1 {
    color: #00ff99;
    letter-spacing: 5px;
    font-weight: 700;
}

.shnTitleMainX1 {
    font-size: 52px;
    font-weight: 800;

    margin-top: 10px;
    color: #fff;
}

.shnTitleSubX1 {
    color: #ffffff;
    margin-top: 8px;
}

/* ===== GRID ===== */

.shnGridX1 {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    position: relative;
    z-index: 2;
}

/* ===== CARD ===== */

.shnCardX1 {
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 255, 153, 0.2);
    backdrop-filter: blur(10px);

    opacity: 0;
    transform: translateY(60px);
    transition: .8s ease;
}

.shnCardX1.shnShowX1 {
    opacity: 1;
    transform: translateY(0);
}

.shnCardImgX1 {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: .6s ease;
}

.shnCardX1:hover .shnCardImgX1 {
    transform: scale(1.15);
}

/* ===== MODAL ===== */

.shnModalX1 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9999;
}

.shnModalX1.shnActiveX1 {
    opacity: 1;
    visibility: visible;
}

.shnModalImgX1 {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 255, 153, .4);
    transform: scale(.7);
    transition: .3s;
}

.shnModalX1.shnActiveX1 .shnModalImgX1 {
    transform: scale(1);
}

.shnCloseBtnX1 {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 50px;
    color: #00ff99;
    cursor: pointer;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px) {
    .shnGridX1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .shnBgTextX1 {
        font-size: 100px;
    }
}

@media(max-width:600px) {
    .shnGridX1 {
        grid-template-columns: 1fr;
    }

    .shnCardImgX1 {
        height: 360px;
    }

    .shnTitleMainX1 {
        font-size: 32px;
    }

    .shnBgTextX1 {
        font-size: 60px;
    }
}


.contactGX {
    position: relative;
    padding: 120px 80px;
    overflow: hidden;

    /* SHADE GREEN BACKGROUND */
    background: linear-gradient(135deg, #f7fffa, #f5f4f4, #eafff2);
    color: #0b2b1a;
}

/* floating glow shapes */

.contactGX::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #00c96b;
    filter: blur(160px);
    opacity: .18;
    top: -200px;
    left: -200px;
    border-radius: 50%;
}

.contactGX::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #00a86b;
    filter: blur(160px);
    opacity: .12;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
}

/* ===== BACK TEXT ===== */

.bgTextGX {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 170px;
    font-weight: 900;
    letter-spacing: 20px;
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    pointer-events: none;
    transition: .6s;
    opacity: 0.4;
}

.contactGX.active .bgTextGX {
    transform: translate(-45%, -55%) scale(1.1);
    color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {

    .contactGX {
        padding: 80px 30px;
        text-align: left;
    }

}


/* ===== TITLE ===== */

.titleGX {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
    position: relative;
    z-index: 2;
}

.contactGX.active .titleGX {
    opacity: 1;
    transform: translateY(0);
}

.titleGX h2 {
    font-size: 52px;
    font-weight: 800;
}

.titleGX p {
    color: #1d4d33;
    margin-top: 10px;
}

/* ===== GRID ===== */

.gridGX {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* ===== INFO ===== */

.infoGX {
    display: flex;
    flex-direction: column;
    gap: 25px;
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s;
}

.contactGX.active .infoGX {
    opacity: 1;
    transform: translateX(0);
}

.itemGX {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #000000;
}

.itemGX i {
    color: #000000;
    font-size: 20px;
    min-width: 25px;
}

/* ===== FORM ===== */

.formGX {
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
}

.contactGX.active .formGX {
    opacity: 1;
    transform: translateX(0);
}

.formGX input,
.formGX textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 2px solid #b5e7c6;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #0b2b1a;
}

.formGX input:focus,
.formGX textarea:focus {
    border-bottom: 2px solid #00a86b;
}

.formGX textarea {
    height: 120px;
    resize: none;
}

/* BUTTON */

.formGX button {

    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 6px;
    width: fit-content;
    transition: .3s;
}



/* ===== MAP ===== */

.mapGX {
    margin-top: 60px;
    opacity: 0;
    transform: translateY(60px);
    transition: 1s;
}

.contactGX.active .mapGX {
    opacity: 1;
    transform: translateY(0);
}

.mapGX iframe {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 12px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:900px) {
    .gridGX {
        grid-template-columns: 1fr;
    }

    .bgTextGX {
        font-size: 90px;
    }
}

.shnUniqueBtnX9 {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;

    color: #0b2b1a;
    background: rgba(255, 255, 255, 0.25);

    border: 1px solid rgba(9, 9, 9, 0.5);
    border-radius: 50px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    text-decoration: none;

    position: relative;
    overflow: hidden;

    transition: 0.4s ease;
}

/* glowing border animation */
.shnUniqueBtnX9::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;

    background: linear-gradient(90deg, #424242, #255c06, #000000);
    background-size: 300% 300%;

    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;

    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;

    animation: shineBorderX9 3s linear infinite;
}

@keyframes shineBorderX9 {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

/* hover effect */
.shnUniqueBtnX9:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 255, 153, 0.25);
}

/* icon animation */
.shnUniqueBtnX9 i {
    transition: 0.4s;
}

.shnUniqueBtnX9:hover i {
    transform: translateX(5px) rotate(10deg);
}

.shnWaTabX9 {
    position: fixed;
    left: 0;
    bottom: 5%;

    z-index: 9999;
}

/* ===== MAIN TAB ===== */

.shnWaMainX9 {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #00c96b;
    color: #fff;

    padding: 7px 12px;
    border-radius: 0 30px 30px 0;

    text-decoration: none;
    font-weight: 700;

    box-shadow: 0 10px 25px rgba(0, 255, 153, 0.3);

    transition: 0.4s ease;
}

/* icon */
.shnWaMainX9 i {
    font-size: 38px;
}

.shnWaMainX9 i:hover {
    color: #fff;
}

/* hidden text */
.shnWaTextX9 {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.4s ease;
}

/* hover expand */
.shnWaTabX9:hover .shnWaTextX9 {
    max-width: 120px;
    margin-left: 5px;
    color: #fff;
}

/* hover effect */
.shnWaTabX9:hover .shnWaMainX9 {
    padding-right: 18px;
    box-shadow: 0 15px 35px rgba(0, 255, 153, 0.45);
}

/* MOBILE */
@media(max-width:600px) {
    .shnWaTextX9 {
        display: none;
    }
}

.shnScrollWrapX9 {
    position: fixed;
    right: 15px;
    bottom: 15px;

    width: 50px;
    height: 50px;

    z-index: 9999;
}

/* ===== BUTTON ===== */
.shnScrollBtnX9 {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

    cursor: pointer;

    position: relative;
}

/* icon */
.shnScrollBtnX9 i {
    font-size: 14px;
    color: #00a86b;
}

/* ===== SVG ===== */
.shnProgressX9 {
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
    height: 50px;

    transform: rotate(-90deg);
}

/* background circle */
.shnProgressBgX9 {
    fill: none;
    stroke: #e5e5e5;
    stroke-width: 5;
}

/* progress circle (FIXED FOR 50px) */
.shnProgressBarX9 {
    fill: none;
    stroke: #00c96b;
    stroke-width: 5;
    stroke-linecap: round;

    /* IMPORTANT FIX */
    stroke-dasharray: 157;
    stroke-dashoffset: 157;

    filter: drop-shadow(0 0 3px rgba(0, 255, 153, 0.5));

    transition: 0.2s linear;
}

/* hover */
.shnScrollBtnX9:hover {
    transform: scale(1.08);
    transition: 0.3s;
    box-shadow: 0 12px 25px rgba(0, 255, 153, 0.25);
}

.waBtnGX {
    width: 100%;
    border: none;
    cursor: pointer;

    padding: 14px 20px;

    border-radius: 10px;

    background: #25D366;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: .3s;
}

.waBtnGX:hover {
    transform: translateY(-3px);
    background: #1ebc57;
}

.waBtnGX i {
    font-size: 18px;
}

.shineFormSectionX {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

/* BG EFFECT */

.shineGlowX {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

.shineGlow1X {
    width: 350px;
    height: 350px;
    background: #00a651;
    opacity: .12;
    top: -80px;
    left: -80px;
}

.shineGlow2X {
    width: 300px;
    height: 300px;
    background: #999;
    opacity: .08;
    bottom: -80px;
    right: -80px;
}

.shineWrapX {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT */

.shineInfoX h5 {
    color: #0a8f49;
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.shineInfoX h2 {
    font-size: 65px;
    line-height: 1;
    color: #111;
    font-weight: 800;
}

.shineInfoX p {
    margin-top: 20px;
    color: #666;
    line-height: 1.8;
}

.shineTagWrapX {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.shineTagWrapX span {
    padding: 10px 16px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    font-size: 14px;
}

/* FORM */

.shineCardFormX {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(15px);

    border-radius: 30px;
    padding: 35px;

    box-shadow:
        0 25px 50px rgba(0, 0, 0, .08);
}

.shineCardFormX h3 {
    color: #111;
    margin-bottom: 20px;
}

.shineInputX,
.shineSelectX,
.shineTextX {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
    margin-bottom: 15px;
}

.shineTextX {
    height: 120px;
    resize: none;
}

.shineRowX {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.shineBtnX {
    width: 100%;
    border: none;
    padding: 16px;

    border-radius: 12px;

    background:
        linear-gradient(135deg,
            #0a8f49,
            #00a651);

    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;

    transition: .4s;
}

.shineBtnX:hover {
    transform: translateY(-4px);
}

@media(max-width:900px) {

    .shineWrapX {
        grid-template-columns: 1fr;
    }

    .shineInfoX h2 {
        font-size: 42px;
    }

    .shineRowX {
        grid-template-columns: 1fr;
    }
}

.starlumeEnrollNovaX7 {
    position: relative;
    padding: 100px 8%;
    overflow: hidden;
}

.emeraldOrbitGlowA91 {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: #00a651;
    opacity: .12;
    filter: blur(140px);
    top: -150px;
    left: -150px;
}

.mistySphereGlowB82 {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #888;
    opacity: .08;
    filter: blur(120px);
    right: -100px;
    bottom: -100px;
}

.quantumLearnGridZ88 {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.wisdomPulseZoneV55 h2 {
    font-size: 70px;
    line-height: 1;
    color: #111;
    font-weight: 800;
    margin-bottom: 20px;
}

.academyInfoTextK22 {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 25px;
}

.admissionRibbonQ11 {
    display: inline-block;
    background: #0a8f49;
    color: #fff;
    padding: 12px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}

.academyTagsOrbitR12 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.academyTagsOrbitR12 span {
    background: #f0fbfc;
    padding: 10px 16px;

    border-radius: 30px;
    color: #000;
    font-size: 14px;
}

.crystalFormNebulaM77 {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.formHeadingSolarX2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
}

.novaInputFieldY1,
.novaSelectFieldV6,
.novaMessageFieldS4 {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
    margin-bottom: 15px;
}

.novaMessageFieldS4 {
    height: 120px;
    resize: none;
}

.dualGalaxyRowP3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.auroraSubmitRocketJ5 {
    width: 100%;
    border: none;
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0a8f49, #00a651);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .4s;
}

.auroraSubmitRocketJ5:hover {
    transform: translateY(-4px);
}

@media(max-width:900px) {

    .quantumLearnGridZ88 {
        grid-template-columns: 1fr;
    }

    .wisdomPulseZoneV55 h2 {
        font-size: 42px;
    }

    .dualGalaxyRowP3 {
        grid-template-columns: 1fr;
    }

    .starlumeEnrollNovaX7 {
        padding: 60px 20px;
    }
}

.cmtNovaZoneX77 {
    position: relative;
    padding: 120px 8%;
    overflow: hidden;
    background:
        linear-gradient(135deg,
            #ffffff,
            #f1f6f2,
            #edf4ee);
}

/* BG GLOW */

.cmtGlowA77,
.cmtGlowB77 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
}

.cmtGlowA77 {
    width: 500px;
    height: 500px;
    background: #00a651;
    opacity: .12;
    top: -200px;
    left: -200px;
}

.cmtGlowB77 {
    width: 400px;
    height: 400px;
    background: #999;
    opacity: .08;
    right: -150px;
    bottom: -150px;
}

/* MOVING WORDS */

.cmtBgWords77 {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.cmtWord77 {
    position: absolute;
    font-size: 85px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 166, 81, .08);
    transition: 2s ease;
}

.cmtWord77:nth-child(1) {
    top: 5%;
    left: 5%;
}

.cmtWord77:nth-child(2) {
    top: 22%;
    right: 5%;
}

.cmtWord77:nth-child(3) {
    top: 40%;
    left: 10%;
}

.cmtWord77:nth-child(4) {
    top: 58%;
    right: 8%;
}

.cmtWord77:nth-child(5) {
    top: 76%;
    left: 5%;
}

.cmtWord77:nth-child(6) {
    top: 88%;
    right: 5%;
}

.cmtNovaZoneX77.active .cmtWord77:nth-child(odd) {
    transform: translateY(-70px);
}

.cmtNovaZoneX77.active .cmtWord77:nth-child(even) {
    transform: translateY(70px);
}

/* TITLE */

.cmtTitleWrap77 {
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
}

.cmtTitleWrap77 h2 {
    font-size: 55px;
    font-weight: 800;
    color: #111;
}

.cmtTitleWrap77 p {
    color: #666;
    margin-top: 10px;
}

/* MAIN */

.cmtGrid77 {
    position: relative;
    z-index: 3;

    display: grid;
    grid-template-columns: 1fr 450px 1fr;
    gap: 40px;
    align-items: center;
}

/* CARDS */

.cmtCard77 {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(15px);
    padding: 35px;
    border-radius: 30px;

    box-shadow:
        0 20px 40px rgba(0, 0, 0, .08);

    opacity: 0;
    transition: 1s;
}

.leftCard77 {
    transform: translateX(-100px);
}

.rightCard77 {
    transform: translateX(100px);
}

.cmtCard77.show {
    opacity: 1;
    transform: translateX(0);
}

.cmtCard77 h3 {
    color: #494a49;
    margin-bottom: 20px;
    font-size: 26px;
}

.cmtCard77 ul {
    list-style: none;
}

.cmtCard77 li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #000;
}

/* IMAGE */

.cmtImageWrap77 {
    position: relative;
    text-align: center;
    opacity: 0;
    transform: scale(.7);
    transition: 1.2s;
}

.cmtImageWrap77.show {
    opacity: 1;
    transform: scale(1);
}

.cmtImageWrap77::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background:
        linear-gradient(135deg,
            #00a651,
            #0a8f49);
    opacity: .15;
    animation: rotateGlow77 10s linear infinite;
}

@keyframes rotateGlow77 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cmtImageWrap77 img {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 2;
    border-radius: 25px;
}

/* BOTTOM BAR */

.cmtBottomBanner77 {
    margin-top: 60px;
    position: relative;
    z-index: 3;

    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #072013, #057239);

    color: #fff;
    border-radius: 20px;

    font-size: 18px;
    font-weight: 500;
}

@media(max-width:991px) {

    .cmtGrid77 {
        grid-template-columns: 1fr;
    }

    .cmtTitleWrap77 h2 {
        font-size: 34px;
    }

    .cmtWord77 {
        font-size: 40px;
    }

    .cmtImageWrap77 {
        order: -1;
    }
}