/********** 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;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.tcx_body_wrap {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
    color: #222;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.tcx_container {
    width: 92%;
    max-width: 1320px;
    margin: auto;
}

/*====================================
TOP BAR
====================================*/

.tcx_top_strip {

    background: #176033;

    color: #fff;

    padding: 12px 0;

    position: relative;

    z-index: 999;

}

.tcx_top_strip .tcx_container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.tcx_top_left,

.tcx_top_right {

    display: flex;

    align-items: center;

    gap: 22px;

}

.tcx_top_left a,

.tcx_top_right span {

    color: #fff;

    font-size: 14px;

}

.tcx_top_left i,

.tcx_top_right i {

    color: #fff;

    margin-right: 8px;

}

.tcx_social_icons {

    display: flex;

    gap: 10px;

}

.tcx_social_icons a {

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .10);

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: .35s;

}

.tcx_social_icons a:hover {

    background: #ffc107;

    color: #111;

}

/*====================================
HEADER
====================================*/

.tcx_header_main {

    position: absolute;

    top: 55px;

    left: 0;

    width: 100%;

    z-index: 9999;

    transition: .4s;

}

.tcx_header_main .tcx_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-radius: 70px;

    /* Transparent white */
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 40px rgba(2, 20, 70, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tcx_logo_area img {

    height: 90px;

    width: auto;

}

/*====================================
MENU
====================================*/

.tcx_navigation {

    flex: 1;

    display: flex;

    justify-content: left;

}

.tcx_navigation ul {

    display: flex;
    padding-top: 18px;

    gap: 24px;

}

.tcx_navigation ul li {

    position: relative;

}

.tcx_navigation ul li a {

    color: #ffffff;

    font-weight: 600;

    font-size: 15px;

    transition: .35s;

}

.tcx_navigation ul li:hover a {

    color: #ffc107;

}

.tcx_navigation ul li::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -10px;

    width: 0;

    height: 2px;

    background: #ffc107;

    transition: .35s;

}

.tcx_navigation ul li:hover::after {

    width: 100%;

}

/*====================================
BUTTONS
====================================*/

.tcx_header_btns {

    display: flex;

    align-items: center;

    gap: 15px;

}

.tcx_login_btn {

    color: #ffffff;

    font-weight: 600;

}

.tcx_apply_btn {

    background: #f2f3f3;

    color: #111;

    padding: 15px 32px;

    border-radius: 50px;

    font-weight: 700;

    transition: .35s;

}

.tcx_apply_btn:hover {

    background: #fff;

}

/*====================================
TOGGLE
====================================*/

.tcx_mobile_toggle {

    width: 48px;

    height: 48px;

    border: none;

    background: #ffc107;

    border-radius: 12px;

    display: none;

    cursor: pointer;

}

.tcx_mobile_toggle span {

    display: block;

    width: 24px;

    height: 3px;

    background: #111;

    margin: 5px auto;

    border-radius: 20px;

}

/*====================================
STICKY
====================================*/

.tcx_header_main.tcx_sticky {

    position: fixed;

    top: 0;

}

.tcx_header_main.tcx_sticky .tcx_container {

    background: #8e8c8c;
    /* Green with 25% opacity */
    border: 1px solid rgba(255, 255, 255, 0.15);



    backdrop-filter: none;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

}

.tcx_header_main.tcx_sticky .tcx_navigation a {

    color: #ffffff;

}

.tcx_header_main.tcx_sticky .tcx_login_btn {

    color: #ffffff;

}

/*=========================================
HERO SECTION
=========================================*/

.tcx_hero_section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 850px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/*=========================================
BACKGROUND SLIDER
=========================================*/

.tcx_background_slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tcx_background_slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.tcx_slide_image_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tcx_slide_image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: tcxZoomEffect 10s linear infinite;
}

@keyframes tcxZoomEffect {

    0% {

        transform: scale(1);

    }

    100% {

        transform: scale(1.12);

    }

}

/*=========================================
OVERLAY
=========================================*/

.tcx_dark_overlay {

    position: absolute;
    inset: 0;

    background:
        linear-gradient(to right,
            rgba(0, 0, 0, .82) 0%,
            rgba(0, 0, 0, .72) 35%,
            rgba(0, 0, 0, .55) 60%,
            rgba(0, 0, 0, .40) 100%);

    z-index: 2;

}

/*=========================================
CONTENT
=========================================*/

.tcx_hero_content {

    position: relative;
    z-index: 5;

    max-width: 720px;

    height: 100vh;

    min-height: 850px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.tcx_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.tcx_badge::before {
    content: "●";
    color: #fad429;
    font-size: 28px;
    animation: tcxPulse 1.5s infinite;
}

@keyframes tcxPulse {

    0% {
        opacity: .3;
        transform: scale(.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: .3;
        transform: scale(.8);
    }

}

.tcx_hero_content h1 {

    margin: 28px 0 22px;

    font-size: 72px;

    line-height: 1.08;

    font-family: 'Outfit', sans-serif;

    color: #fff;

    font-weight: 800;

}

.tcx_hero_content h1 span {

    color: #cecfd0;

}

.tcx_hero_content p {

    max-width: 620px;

    color: #f3f3f3;

    font-size: 18px;

    line-height: 34px;

}

/*=========================================
BUTTONS
=========================================*/

.tcx_button_group {

    display: flex;

    gap: 18px;

    margin-top: 45px;

    flex-wrap: wrap;

}

.tcx_btn_primary {

    background: #d8d8d8;

    color: #111;

    padding: 18px 40px;

    border-radius: 60px;

    font-weight: 700;

    transition: .35s;

}

.tcx_btn_primary:hover {

    transform: translateY(-5px);

    background: #fff;

}

.tcx_btn_secondary {

    padding: 18px 40px;

    border: 2px solid rgba(255, 255, 255, .30);

    color: #fff;

    border-radius: 60px;

    backdrop-filter: blur(10px);

    transition: .35s;

}

.tcx_btn_secondary:hover {

    background: #fff;

    color: #111;

}

/*=========================================
SWIPER PAGINATION
=========================================*/

.tcx_background_slider .swiper-pagination {

    bottom: 35px !important;

}

.tcx_background_slider .swiper-pagination-bullet {

    width: 14px;

    height: 14px;

    background: #fff;

    opacity: .45;

}

.tcx_background_slider .swiper-pagination-bullet-active {

    background: #ffc107;

    opacity: 1;

    width: 34px;

    border-radius: 30px;

}

/*=========================================
TEXT ANIMATION
=========================================*/

.tcx_badge,
.tcx_hero_content h1,
.tcx_hero_content p,
.tcx_button_group {

    animation: tcxFadeUp .9s ease;

}

@keyframes tcxFadeUp {

    from {

        opacity: 0;

        transform: translateY(40px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

/*=========================================
MOBILE MENU
=========================================*/

.tcx_mobile_menu {

    position: fixed;
    top: 0;
    left: -100%;
    width: 340px;
    height: 100%;
    background: #081a3c;
    z-index: 99999;
    padding: 35px;
    transition: .45s ease;
    overflow-y: auto;

}

.tcx_mobile_menu.active {

    left: 0;

}

.tcx_mobile_top {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;

}

.tcx_mobile_top img {

    width: 170px;
    filter: brightness(0) invert(1);

}

.tcx_close_menu {

    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #ffc107;
    color: #111;
    cursor: pointer;
    font-size: 20px;

}

.tcx_mobile_menu ul {

    margin-top: 30px;

}

.tcx_mobile_menu ul li {

    margin-bottom: 10px;

}

.tcx_mobile_menu ul li a {

    display: block;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: .35s;

}

.tcx_mobile_menu ul li a:hover {

    color: #ffc107;
    padding-left: 12px;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1200px) {

    .tcx_navigation ul {

        gap: 22px;

    }

    .tcx_navigation ul li a {

        font-size: 14px;

    }

    .tcx_hero_content h1 {

        font-size: 58px;

    }

}

/*========================*/

@media(max-width:992px) {

    .tcx_top_strip {

        display: none;

    }

    .tcx_header_main {

        top: 20px;

    }

    .tcx_navigation {

        display: none;

    }

    .tcx_login_btn,

    .tcx_apply_btn {

        display: none;

    }

    .tcx_mobile_toggle {

        display: block;

    }

    .tcx_logo_area img {

        height: 58px;

    }

    .tcx_header_main .tcx_container {

        padding: 15px 20px;

    }

    .tcx_hero_section {

        min-height: 700px;

    }

    .tcx_hero_content {

        text-align: center;
        align-items: center;
        max-width: 100%;
        min-height: 700px;

    }

    .tcx_hero_content p {

        max-width: 600px;

    }

}

/*========================*/

@media(max-width:768px) {

    .tcx_header_main {

        top: 15px;

    }

    .tcx_header_main .tcx_container {

        padding: 14px 18px;
        border-radius: 18px;

    }

    .tcx_logo_area img {

        height: 80px;

    }

    .tcx_hero_content h1 {

        font-size: 44px;

    }

    .tcx_hero_content p {

        font-size: 16px;
        line-height: 30px;

    }

    .tcx_button_group {

        justify-content: center;

    }

}

/*========================*/

@media(max-width:576px) {

    .tcx_container {

        width: 94%;

    }

    .tcx_hero_section {

        min-height: 620px;

    }

    .tcx_hero_content {

        min-height: 620px;

    }

    .tcx_hero_content h1 {

        font-size: 34px;

    }

    .tcx_badge {

        font-size: 13px;
        padding: 10px 18px;

    }

    .tcx_button_group {

        flex-direction: column;
        width: 100%;

    }

    .tcx_btn_primary,

    .tcx_btn_secondary {

        width: 100%;
        text-align: center;

    }

    .tcx_mobile_menu {

        width: 100%;

    }

}

/*========================*/

@media(max-width:420px) {

    .tcx_hero_content h1 {

        font-size: 30px;

    }

    .tcx_hero_content p {

        font-size: 15px;
        line-height: 28px;

    }

}

/*=========================================
SCROLLBAR
=========================================*/

::-webkit-scrollbar {

    width: 8px;

}

::-webkit-scrollbar-thumb {

    background: #081a3c;
    border-radius: 30px;

}

::-webkit-scrollbar-track {

    background: #f3f3f3;

}

.thc_about_section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
}

.thc_about_shape {
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    top: -180px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            rgba(192, 10, 67, .08),
            rgba(2, 20, 70, .05));
    filter: blur(15px);
}

/*========================*/

.thc_about_wrapper {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 80px;
    align-items: center;
}

/*========================*/

.thc_about_tag {
    display: inline-block;
    color: #347306;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.thc_about_content h2 {
    font-size: 58px;
    line-height: 1.15;
    color: #021446;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 25px;
}

.thc_about_content h2 span {
    display: block;
    color: #0d900e;
}

.thc_about_content p {
    color: #666;
    line-height: 34px;
    font-size: 17px;
    margin-bottom: 35px;
}

/*========================*/

.thc_about_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 45px;
}

.thc_about_list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #021446;
    font-weight: 600;
}

.thc_about_list i {
    color: #0d0e0d;
    font-size: 20px;
}

/*========================*/

.thc_about_btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 38px;
    border-radius: 60px;
    background: #033b04;
    color: #fff;
    font-weight: 600;
    transition: .4s;
}

.thc_about_btn:hover {
    background: #ffc107;
    transform: translateY(-5px);
    color: #000;
}

.thc_about_btn i {
    transition: .35s;
}

.thc_about_btn:hover i {
    transform: translateX(8px);
}

/*========================*/

.thc_about_imgbox {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    box-shadow: 0 30px 70px rgba(2, 20, 70, .12);
}

.thc_about_imgbox img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: .8s;
}

.thc_about_imgbox:hover img {
    transform: scale(1.08);
}

/* Decorative Border */

.thc_about_imgbox::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 25px;
    z-index: 2;
    pointer-events: none;
}

/*========================
SCROLL ANIMATION
========================*/

.reveal_left,
.reveal_right {
    opacity: 0;
    transition: 1s ease;
}

.reveal_left {
    transform: translateX(-80px);
}

.reveal_right {
    transform: translateX(80px);
}

.reveal_left.active,
.reveal_right.active {
    opacity: 1;
    transform: translateX(0);
}

/*========================
RESPONSIVE
========================*/

@media(max-width:1100px) {

    .thc_about_wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .thc_about_image {
        order: -1;
        max-width: 650px;
        margin: auto;
    }

    .thc_about_content {
        text-align: center;
    }

    .thc_about_list {
        justify-content: center;
    }

}

@media(max-width:768px) {

    .thc_about_section {
        padding: 90px 0;
    }

    .thc_about_content h2 {
        font-size: 40px;
    }

    .thc_about_imgbox img {
        height: 500px;
    }

    .thc_about_list {
        grid-template-columns: 1fr;
        text-align: left;
    }

}

@media(max-width:576px) {

    .thc_about_content h2 {
        font-size: 32px;
    }

    .thc_about_content p {
        font-size: 15px;
        line-height: 30px;
    }

    .thc_about_imgbox {
        border-radius: 22px;
    }

    .thc_about_imgbox img {
        height: 380px;
    }

    .thc_about_btn {
        width: 100%;
        justify-content: center;
    }

}

.zyxjobs_section {
    position: relative;
    padding: 50px 0;
    background: #f8f9fd;
    overflow: hidden;
}

.zyxjobs_bg_shape {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -180px;
    border-radius: 50%;
    background: rgba(192, 10, 67, .05);
    filter: blur(40px);
}

/*=======================*/

.zyxjobs_heading {
    text-align: center;
    max-width: 700px;
    margin: auto auto 70px;
}

.zyxjobs_heading span {
    display: inline-block;
    color: #048205;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.zyxjobs_heading h2 {
    font-size: 56px;
    color: #021446;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.zyxjobs_heading strong {
    color: #048205;
}

.zyxjobs_heading p {
    color: #666;
    line-height: 32px;
    font-size: 17px;
}

/*=======================*/

.zyxjobs_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/*=======================*/

.zyxjobs_card {

    position: relative;

    background: #fff;

    border-radius: 30px;

    padding: 35px;

    transition: .45s;

    border: 1px solid #edf2f7;

    overflow: hidden;

    box-shadow: 0 18px 45px rgba(2, 20, 70, .05);

}

.zyxjobs_card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #021446, #048205);

    transform: scaleX(0);

    transform-origin: left;

    transition: .4s;

}

.zyxjobs_card:hover::before {

    transform: scaleX(1);

}

.zyxjobs_card:hover {

    transform: translateY(-12px);

    box-shadow: 0 30px 60px rgba(2, 20, 70, .12);

}

/*=======================*/

.zyxjobs_top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 30px;

}

.zyxjobs_logo {

    width: 70px;

    height: 70px;

    background: #fff;

    border-radius: 18px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 1px solid #eee;

}

.zyxjobs_logo img {

    width: 75px;

}

.zyxjobs_type {

    padding: 8px 18px;

    background: #033203;

    color: #fff;

    border-radius: 30px;

    font-size: 13px;

    font-weight: 600;

}

.zyxjobs_type.internship {

    background: #8e6d08;

}

/*=======================*/

.zyxjobs_card h3 {

    font-size: 28px;

    color: #021446;

    margin-bottom: 10px;

}

.zyxjobs_card h5 {

    color: #048205;

    margin-bottom: 25px;

    font-size: 16px;

}

/*=======================*/

.zyxjobs_card ul {

    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-bottom: 35px;

}

.zyxjobs_card ul li {

    display: flex;

    align-items: center;

    gap: 12px;

    color: #555;

}

.zyxjobs_card ul i {

    color: #021446;

    width: 22px;

}

/*=======================*/

.zyxjobs_bottom {

    display: flex;

    gap: 15px;

}

.zyxjobs_apply {

    flex: 1;

    background: #055705;

    color: #fff;

    text-align: center;

    padding: 15px;

    border-radius: 14px;

    font-weight: 600;

    transition: .35s;

}

.zyxjobs_apply:hover {

    background: #048205;

}

.zyxjobs_view {

    flex: 1;

    border: 2px solid #021446;

    color: #021446;

    text-align: center;

    padding: 15px;

    border-radius: 14px;

    font-weight: 600;

    transition: .35s;

}

.zyxjobs_view:hover {

    background: #b5990f;

    color: #fff;

}

/*=======================*/

.zyxjobs_btn_wrap {

    text-align: center;

    margin-top: 70px;

}

.zyxjobs_main_btn {

    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 15px 35px;

    border-radius: 60px;

    background: #bb8d02;

    color: #fff;

    font-weight: 600;

    transition: .4s;

}

.zyxjobs_main_btn:hover {

    transform: translateY(-6px);

    box-shadow: 0 20px 40px rgba(2, 20, 70, .18);
    color: #000;

}

.zyxjobs_main_btn i {

    transition: .35s;

}

.zyxjobs_main_btn:hover i {

    transform: translateX(8px);

}

/*=========================
SCROLL ANIMATION
=========================*/

.reveal_up {

    opacity: 0;

    transform: translateY(70px);

    transition: 1s ease;

}

.reveal_up.active {

    opacity: 1;

    transform: translateY(0);

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:1200px) {

    .zyxjobs_grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .zyxjobs_section {

        padding: 90px 0;

    }

    .zyxjobs_heading h2 {

        font-size: 40px;

    }

    .zyxjobs_grid {

        grid-template-columns: 1fr;

    }

    .zyxjobs_card {

        padding: 30px;

    }

}

@media(max-width:576px) {

    .zyxjobs_heading h2 {

        font-size: 32px;

    }

    .zyxjobs_heading p {

        font-size: 15px;

        line-height: 28px;

    }

    .zyxjobs_bottom {

        flex-direction: column;

    }

    .zyxjobs_apply,
    .zyxjobs_view {

        width: 100%;

    }

}



.govtab_section {
    padding: 40px 0;
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.govtab_section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    top: -180px;
    background: radial-gradient(circle, #04820515, transparent);
    border-radius: 50%;
}

.govtab_heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 70px;
}

.govtab_heading span {
    display: inline-block;
    color: #048205;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.govtab_heading h2 {
    font-size: 55px;
    color: #021446;
    line-height: 1.2;
    font-family: 'Outfit', sans-serif;
}

.govtab_heading h2 strong {
    color: #048205;
}

/*=============================*/

.govtab_wrapper {

    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: flex-start;

}

/*=============================
LEFT PANEL
=============================*/

.govtab_sidebar {

    background: #fff;

    border-radius: 28px;

    padding: 25px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .06);

    position: sticky;

    top: 110px;

}

.govtab_btn {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 10px 22px;

    margin-bottom: 14px;

    border: none;

    background: #f4f6fb;

    border-radius: 16px;

    cursor: pointer;

    color: #021446;

    font-size: 16px;

    font-weight: 600;

    transition: .35s;

}

.govtab_btn:last-child {

    margin-bottom: 0;

}

.govtab_btn i {

    width: 48px;

    height: 48px;

    border-radius: 14px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #a98006;

    color: #fff;

    transition: .35s;

}

.govtab_btn:hover {

    background: #3b3b3b;

    color: #fff;

    transform: translateX(8px);

}

.govtab_btn:hover i {

    background: #048205;

}

.govtab_btn.active {

    background: linear-gradient(135deg, #b29337, #055306);

    color: #fff;

}

.govtab_btn.active i {

    background: #fff;

    color: #021446;

}

/*=============================
RIGHT PANEL
=============================*/

.govtab_content {

    position: relative;

}

.govtab_box {

    display: none;

    animation: govFade .45s ease;

}

.govtab_box.active {

    display: block;

}

@keyframes govFade {

    from {

        opacity: 0;
        transform: translateY(30px);

    }

    to {

        opacity: 1;
        transform: translateY(0);

    }

}

/*=============================
JOB CARD
=============================*/

.govtab_job {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    background: #fff;

    padding: 28px 30px;

    border-radius: 22px;

    margin-bottom: 22px;

    border-left: 5px solid #048205;

    transition: .35s;

    box-shadow: 0 15px 35px rgba(2, 20, 70, .05);

}

.govtab_job:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(2, 20, 70, .12);

}

.govtab_job h3 {

    color: #021446;

    font-size: 24px;

    margin-bottom: 0px;

}

.govtab_job p {

    color: #282727;
    padding-top: 15px;

    display: flex;

    align-items: center;

    gap: 10px;

}

.govtab_job i {

    color: #048205;

}

.govtab_job a {

    min-width: 150px;

    text-align: center;

    padding: 15px 20px;

    background: #076407;

    color: #fff;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

}

.govtab_job a:hover {

    background: #048205;

}

/*=============================
RESPONSIVE
=============================*/

@media(max-width:992px) {

    .govtab_wrapper {

        grid-template-columns: 1fr;

    }

    .govtab_sidebar {

        position: relative;
        top: 0;

    }

}

@media(max-width:768px) {

    .govtab_section {

        padding: 90px 0;

    }

    .govtab_heading h2 {

        font-size: 38px;

    }

    .govtab_job {

        flex-direction: column;
        align-items: flex-start;

    }

    .govtab_job a {

        width: 100%;

    }

}

@media(max-width:576px) {

    .govtab_heading h2 {

        font-size: 30px;

    }

    .govtab_btn {

        font-size: 15px;
        padding: 15px;

    }

    .govtab_btn i {

        width: 42px;
        height: 42px;

    }

    .govtab_job {

        padding: 22px;

    }

    .govtab_job h3 {

        font-size: 20px;

    }

}

/*=========================================
Reveal Animation
=========================================*/

.govtab_job {

    opacity: 0;

    transform: translateY(40px);

    transition: .8s ease;

}

.govtab_job.govShow {

    opacity: 1;

    transform: translateY(0);

}

/*=========================================
Ripple Effect
=========================================*/

.govtab_job a {

    position: relative;

    overflow: hidden;

}

.govRipple {

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .4);

    transform: scale(0);

    pointer-events: none;

    animation: govRipple .7s linear;

}

@keyframes govRipple {

    0% {

        transform: scale(0);

        opacity: 1;

    }

    100% {

        transform: scale(4);

        opacity: 0;

    }

}

.corpzone_section {
    padding: 40px 0;
    background: #f6f8fc;
    position: relative;
    overflow: hidden;
}

.corpzone_section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, #04820510, transparent);
    right: -220px;
    top: -220px;
    border-radius: 50%;
}

.corpzone_title {
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 70px;
}

.corpzone_title span {
    color: #048205;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
}

.corpzone_title h2 {
    margin: 18px 0;
    font-size: 55px;
    color: #021446;
    line-height: 1.2;
}

.corpzone_title h2 strong {
    color: #048205;
}

.corpzone_title p {
    color: #666;
    line-height: 30px;
}

/*================================*/

.corpzone_grid {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 25px;

    margin-bottom: 70px;

}

/*================================*/

.corpzone_company {

    background: #fff;

    border-radius: 24px;

    padding: 30px 20px;

    text-align: center;

    cursor: pointer;

    transition: .4s;

    border: 1px solid #edf1f8;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);

    position: relative;

    overflow: hidden;

}

.corpzone_company::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(90deg, #021446, #048205);

    transform: scaleX(0);

    transition: .4s;

}

.corpzone_company:hover::before,

.corpzone_company.active::before {

    transform: scaleX(1);

}

.corpzone_company:hover {

    transform: translateY(-10px);

}

.corpzone_company.active {

    background: linear-gradient(135deg, #075107, #043e04);

}

.corpzone_company.active h4,

.corpzone_company.active span {

    color: #fff;

}

.corpzone_company img {

    width: 65px;

    height: 65px;

    object-fit: contain;

    margin-bottom: 20px;

    transition: .35s;

}

.corpzone_company:hover img {

    transform: scale(1.1);

}

.corpzone_company h4 {

    font-size: 20px;

    color: #021446;

    margin-bottom: 8px;

}

.corpzone_company span {

    color: #000;

    font-size: 14px;

}

/*================================*/

.corpzone_jobs {

    background: #fff;

    border-radius: 30px;

    padding: 40px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .05);

}

/*================================*/

.corpzone_list {

    display: none;

    animation: corpFade .5s;

}

.corpzone_list.active {

    display: block;

}

@keyframes corpFade {

    from {

        opacity: 0;

        transform: translateY(30px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

/*================================*/

.corpzone_job {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 25px 0;

    border-bottom: 1px solid #eee;

    gap: 25px;

}

.corpzone_job:last-child {

    border: none;

}

.corpzone_job h3 {

    font-size: 24px;

    color: #021446;

    margin-bottom: 10px;

}

.corpzone_job p {

    color: #777;

}

.corpzone_job a {

    padding: 16px 35px;

    background: #8b6a07;

    color: #fff;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

    white-space: nowrap;

}

.corpzone_job a:hover {

    background: #048205;
    color: #fff;

}

/*================================*/

@media(max-width:1200px) {

    .corpzone_grid {

        grid-template-columns: repeat(3, 1fr);

    }

}

@media(max-width:768px) {

    .corpzone_section {

        padding: 90px 0;

    }

    .corpzone_title h2 {

        font-size: 38px;

    }

    .corpzone_grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 18px;

    }

    .corpzone_jobs {

        padding: 25px;

    }

    .corpzone_job {

        flex-direction: column;

        align-items: flex-start;

    }

    .corpzone_job a {

        width: 100%;

        text-align: center;

    }

}

@media(max-width:576px) {

    .corpzone_title h2 {

        font-size: 30px;

    }

    .corpzone_grid {

        grid-template-columns: 1fr 1fr;

    }

    .corpzone_company {

        padding: 20px 10px;

    }

    .corpzone_company img {

        width: 50px;

        height: 50px;

    }

    .corpzone_company h4 {

        font-size: 16px;

    }

    .corpzone_job h3 {

        font-size: 20px;

    }

}


/*=========================================
SCROLL ANIMATION
=========================================*/

.corpzone_company {

    opacity: 0;

    transform: translateY(50px);

    transition: .8s ease;

}

.corpzone_company.corpShow {

    opacity: 1;

    transform: translateY(0);

}

.corpzone_job {

    opacity: 0;

    transform: translateX(40px);

    transition: .7s ease;

}

.corpzone_job.jobShow {

    opacity: 1;

    transform: translateX(0);

}

/*=========================================
RIPPLE EFFECT
=========================================*/

.corpzone_job a {

    position: relative;

    overflow: hidden;

}

.corpRipple {

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .4);

    transform: scale(0);

    animation: corpRipple .7s linear;

    pointer-events: none;

}

@keyframes corpRipple {

    0% {

        transform: scale(0);

        opacity: 1;

    }

    100% {

        transform: scale(4);

        opacity: 0;

    }

}



.learnix_section {
    padding: 120px 0;
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.learnix_section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #04820512, transparent);
    left: -180px;
    bottom: -180px;
    border-radius: 50%;
}

.learnix_heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 70px;
}

.learnix_heading span {
    color: #048205;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.learnix_heading h2 {
    margin: 18px 0;
    font-size: 55px;
    color: #021446;
    line-height: 1.2;
}

.learnix_heading strong {
    color: #048205;
}

.learnix_heading p {
    color: #666;
    line-height: 30px;
}

/*========================*/

.learnix_grid {

    display: grid;

    grid-template-columns: 1.4fr .9fr;

    gap: 35px;

    align-items: stretch;

}

/*========================
FEATURE CARD
========================*/

.learnix_feature {

    position: relative;

    overflow: hidden;

    border-radius: 35px;

    height: 650px;

    box-shadow: 0 25px 60px rgba(2, 20, 70, .10);

}

.learnix_feature img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 1s;

}

.learnix_feature:hover img {

    transform: scale(1.12);

}

.learnix_feature::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(180deg, rgba(2, 20, 70, .05), rgb(0 0 0 / 92%));

}

.learnix_overlay {

    position: absolute;

    left: 45px;

    right: 45px;

    bottom: 45px;

    z-index: 5;

    color: #fff;

}

.learnix_overlay span {

    display: inline-block;

    padding: 10px 22px;

    background: #048205;

    border-radius: 40px;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 22px;

}

.learnix_overlay h3 {

    font-size: 42px;

    margin-bottom: 18px;
    color: #fff;

    line-height: 1.2;

}

.learnix_overlay p {

    font-size: 17px;

    line-height: 30px;

    margin-bottom: 30px;

    color: #fff;

}

.learnix_overlay a {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 18px 35px;

    border-radius: 50px;

    background: #fff;

    color: #021446;

    font-weight: 700;

    transition: .35s;

}

.learnix_overlay a:hover {

    background: #048205;

    color: #fff;

}

/*========================
RIGHT SIDE
========================*/

.learnix_list {

    display: flex;

    flex-direction: column;

    gap: 22px;

}

.learnix_item {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 20px;

    background: #fff;

    border-radius: 24px;

    transition: .35s;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);

    border: 1px solid #edf2f8;

}

.learnix_item:hover {

    transform: translateX(10px);

    border-left: 5px solid #048205;

}

.learnix_item img {

    width: 95px;

    height: 95px;

    object-fit: cover;

    border-radius: 18px;

    flex-shrink: 0;

}

.learnix_item h4 {

    font-size: 22px;

    color: #021446;

    margin-bottom: 10px;

}

.learnix_item span {

    color: #000;

    font-size: 15px;

}

.learnix_item a {

    margin-left: auto;

    width: 55px;

    height: 55px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #705607;

    border-radius: 50%;

    color: #fff;

    transition: .35s;

    flex-shrink: 0;

}

.learnix_item:hover a {

    background: #048205;

    transform: rotate(-45deg);

}

/*========================
RESPONSIVE
========================*/

@media(max-width:1200px) {

    .learnix_overlay h3 {

        font-size: 34px;

    }

}

@media(max-width:992px) {

    .learnix_grid {

        grid-template-columns: 1fr;

    }

    .learnix_feature {

        height: 500px;

    }

}

@media(max-width:768px) {

    .learnix_section {

        padding: 90px 0;

    }

    .learnix_heading h2 {

        font-size: 38px;

    }

    .learnix_overlay {

        left: 30px;
        right: 30px;
        bottom: 30px;

    }

    .learnix_overlay h3 {

        font-size: 30px;

    }

}

@media(max-width:576px) {

    .learnix_heading h2 {

        font-size: 30px;

    }

    .learnix_feature {

        height: 420px;

    }

    .learnix_overlay {

        left: 20px;
        right: 20px;
        bottom: 20px;

    }

    .learnix_overlay h3 {

        font-size: 24px;

    }

    .learnix_overlay p {

        font-size: 15px;

        line-height: 26px;

    }

    .learnix_item {

        padding: 15px;

        gap: 15px;

    }

    .learnix_item img {

        width: 75px;
        height: 75px;

    }

    .learnix_item h4 {

        font-size: 18px;

    }

    .learnix_item a {

        width: 48px;
        height: 48px;

    }

}

/*=========================================
Reveal Animation
=========================================*/

.learnix_feature,
.learnix_item {

    opacity: 0;

    transform: translateY(70px);

    transition: .9s ease;

}

.learnix_feature.learnActive,
.learnix_item.learnActive {

    opacity: 1;

    transform: translateY(0);

}

/*=========================================
Button Ripple
=========================================*/

.learnix_overlay a {

    position: relative;

    overflow: hidden;

}

.learnRipple {

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .45);

    transform: scale(0);

    animation: learnRipple .7s linear;

    pointer-events: none;

}

@keyframes learnRipple {

    0% {

        transform: scale(0);

        opacity: 1;

    }

    100% {

        transform: scale(4);

        opacity: 0;

    }

}

/*=========================================
Shine Effect
=========================================*/

.learnix_feature::before {

    content: "";

    position: absolute;

    top: 0;

    left: -120%;

    width: 60%;

    height: 100%;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .35),
            transparent);

    transform: skewX(-20deg);

    transition: 1s;

    z-index: 3;

}

.learnix_feature:hover::before {

    left: 170%;

}

.veltrix_contact_section {
    padding: 20px 0;
    background: linear-gradient(135deg, #034503 0%, #0d245e 55%, #876704 100%);
    position: relative;
    overflow: hidden;
}

.veltrix_contact_section::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -250px;
    left: -200px;
}

.veltrix_contact_section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    right: -120px;
    bottom: -120px;
}

/*==============================*/

.veltrix_contact_wrapper {

    display: grid;

    grid-template-columns: 1fr 480px;

    gap: 70px;

    align-items: center;

    position: relative;

    z-index: 2;

}

/*==============================
LEFT
==============================*/

.veltrix_contact_left span.veltrix_tag {

    display: inline-block;

    padding: 12px 26px;

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .15);

    border-radius: 50px;

    color: #fff;

    font-size: 14px;

    letter-spacing: 2px;

    margin-bottom: 25px;

}

.veltrix_contact_left h2 {

    font-size: 62px;

    line-height: 1.1;

    color: #fff;

    margin-bottom: 25px;

}

.veltrix_contact_left h2 span {

    color: #ffd24d;

}

.veltrix_contact_left p {

    font-size: 18px;

    line-height: 34px;

    color: #f1f1f1;

    max-width: 620px;

    margin-bottom: 45px;

}

/*==============================
CONTACT ITEMS
==============================*/

.veltrix_contact_list {

    display: flex;

    flex-direction: column;

    gap: 22px;

}

.veltrix_item {

    display: flex;

    align-items: center;

    gap: 22px;

    padding: 20px 24px;

    border-radius: 24px;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .12);

    transition: .4s;

}

.veltrix_item:hover {

    transform: translateX(12px);

    background: rgba(255, 255, 255, .14);

}

.veltrix_icon {

    width: 70px;

    height: 70px;

    border-radius: 22px;

    background: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;

}

.veltrix_icon i {

    font-size: 24px;

    color: #048205;

}

.veltrix_item small {

    display: block;

    color: #ddd;

    margin-bottom: 8px;

    font-size: 13px;

    letter-spacing: 1px;

}

.veltrix_item h4 {

    font-size: 18px;

    color: #fff;

}

/*==============================
FORM
==============================*/

.veltrix_form_box {

    background: #fff;

    border-radius: 35px;

    padding: 45px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);

    position: relative;

    overflow: hidden;

}

.veltrix_form_box::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 6px;

    background: linear-gradient(90deg, #021446, #048205);

}

.veltrix_form_box h3 {

    font-size: 32px;

    color: #021446;

    margin-bottom: 30px;

    text-align: center;

}

.veltrix_form_box input,
.veltrix_form_box select,
.veltrix_form_box textarea {

    width: 100%;

    height: 60px;

    margin-bottom: 18px;

    padding: 0 22px;

    border: none;

    background: #f4f6fb;

    border-radius: 16px;

    outline: none;

    font-size: 16px;

    transition: .35s;

}

.veltrix_form_box textarea {

    height: 140px;

    padding-top: 18px;

    resize: none;

}

.veltrix_form_box input:focus,
.veltrix_form_box select:focus,
.veltrix_form_box textarea:focus {

    background: #fff;

    box-shadow: 0 0 0 2px rgba(192, 10, 67, .20);

}

.veltrix_form_box button {

    width: 100%;

    height: 65px;

    border: none;

    border-radius: 60px;

    background: linear-gradient(90deg, #0b4c0b, #584305);

    color: #fff;

    font-size: 17px;

    font-weight: 600;

    cursor: pointer;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    transition: .35s;

}

.veltrix_form_box button:hover {

    transform: translateY(-5px);

    box-shadow: 0 20px 45px rgba(192, 10, 67, .30);

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:992px) {

    .veltrix_contact_wrapper {

        grid-template-columns: 1fr;

        gap: 50px;

    }

    .veltrix_contact_left {

        text-align: center;

    }

    .veltrix_contact_left p {

        margin: auto auto 40px;

    }

    .veltrix_contact_list {

        max-width: 650px;

        margin: auto;

    }

}

@media(max-width:768px) {

    .veltrix_contact_section {

        padding: 90px 0;

    }

    .veltrix_contact_left h2 {

        font-size: 42px;

    }

    .veltrix_form_box {

        padding: 30px;

    }

}

@media(max-width:576px) {

    .veltrix_contact_left h2 {

        font-size: 32px;

    }

    .veltrix_item {

        padding: 18px;

        gap: 16px;

    }

    .veltrix_icon {

        width: 55px;

        height: 55px;

        border-radius: 16px;

    }

    .veltrix_icon i {

        font-size: 18px;

    }

    .veltrix_item h4 {

        font-size: 17px;

    }

    .veltrix_form_box {

        padding: 22px;

    }

}


/*=========================================
REVEAL
=========================================*/

.veltrix_contact_left,
.veltrix_item,
.veltrix_form_box {

    opacity: 0;

    transform: translateY(60px);

    transition: .9s ease;

}

.velShow {

    opacity: 1;

    transform: translateY(0);

}

/*=========================================
FLOATING CARD
=========================================*/

.veltrix_item {

    animation: none;

}

@keyframes velFloat {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-8px);

    }

}

/*=========================================
BUTTON RIPPLE
=========================================*/

.veltrix_form_box button {

    position: relative;

    overflow: hidden;

}

.velRipple {

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .35);

    transform: scale(0);

    animation: velRipple .7s linear;

    pointer-events: none;

}

@keyframes velRipple {

    0% {

        transform: scale(0);

        opacity: 1;

    }

    100% {

        transform: scale(4);

        opacity: 0;

    }

}

/*=========================================
INPUT ANIMATION
=========================================*/

.veltrix_form_box input,
.veltrix_form_box textarea,
.veltrix_form_box select {

    transition: .35s;

}

.veltrix_form_box input:focus,
.veltrix_form_box textarea:focus,
.veltrix_form_box select:focus {

    transform: translateY(-3px);

}

/*=========================================
FORM HOVER
=========================================*/

.veltrix_form_box:hover {

    box-shadow: 0 45px 100px rgba(2, 20, 70, .25);

}


/*=========================================
CAREERIX FOOTER
=========================================*/

.careerix_footer {
    position: relative;
    background: #021446;
    color: #fff;
    padding-top: 170px;
    overflow: hidden;
}

.careerix_footer::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #04820525, transparent);
    top: -250px;
    right: -250px;
    border-radius: 50%;
}

.careerix_footer::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #ffffff08, transparent);
    bottom: -180px;
    left: -180px;
    border-radius: 50%;
}

/*=========================================
CTA BOX
=========================================*/

.careerix_cta {

    position: absolute;

    left: 50%;

    top: -85px;

    transform: translateX(-50%);

    width: 92%;

    max-width: 1320px;

    background: linear-gradient(135deg, #021446, #048205);

    border-radius: 30px;

    padding: 45px 60px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 40px;

    box-shadow: 0 30px 70px rgba(0, 0, 0, .25);

    z-index: 10;

}

.careerix_cta_content h2 {

    font-size: 42px;

    margin-bottom: 12px;

    color: #fff;

}

.careerix_cta_content p {

    font-size: 17px;

    color: #eee;

    line-height: 30px;

}

.careerix_cta_btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 18px 40px;

    background: #fff;

    color: #021446;

    font-weight: 700;

    border-radius: 60px;

    transition: .35s;

}

.careerix_cta_btn:hover {

    background: #021446;

    color: #fff;

    transform: translateY(-5px);

}

/*=========================================
GRID
=========================================*/

.careerix_footer_grid {

    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;

    gap: 45px;

    position: relative;

    z-index: 2;

}

/*=========================================
ABOUT
=========================================*/

.careerix_footer_about img {

    height: 70px;

    margin-bottom: 25px;

}

.careerix_footer_about p {

    color: #d8d8d8;

    line-height: 32px;

    margin-bottom: 30px;

}

/*=========================================
SOCIAL
=========================================*/

.careerix_social {

    display: flex;

    gap: 15px;

}

.careerix_social a {

    width: 48px;

    height: 48px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .08);

    color: #fff;

    transition: .35s;

}

.careerix_social a:hover {

    background: #048205;

    transform: translateY(-6px);

}

/*=========================================
TITLE
=========================================*/

.careerix_footer_links h3,
.careerix_footer_contact h3 {

    font-size: 24px;

    margin-bottom: 30px;

    position: relative;

    padding-bottom: 15px;

}

.careerix_footer_links h3::after,
.careerix_footer_contact h3::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 45px;

    height: 3px;

    background: #048205;

}

/*=========================================
LINKS
=========================================*/

.careerix_footer_links ul {

    display: flex;

    flex-direction: column;

    gap: 18px;

}

.careerix_footer_links a {

    color: #d8d8d8;

    transition: .35s;

    position: relative;

    padding-left: 18px;

}

.careerix_footer_links a::before {

    content: "›";

    position: absolute;

    left: 0;

    color: #048205;

}

.careerix_footer_links a:hover {

    color: #fff;

    padding-left: 24px;

}

/*=========================================
CONTACT
=========================================*/

.careerix_footer_contact ul {

    display: flex;

    flex-direction: column;

    gap: 22px;

}

.careerix_footer_contact li {

    display: flex;

    gap: 15px;

    align-items: flex-start;

    color: #d8d8d8;

    line-height: 28px;

}

.careerix_footer_contact i {

    color: #048205;

    font-size: 18px;

    margin-top: 5px;

}

/*=========================================
BOTTOM
=========================================*/

.careerix_footer_bottom {

    margin-top: 70px;

    padding: 28px 0;

    border-top: 1px solid rgba(255, 255, 255, .08);

}

.careerix_footer_bottom .tcx_container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

}

.careerix_footer_bottom p {

    color: #d8d8d8;

}

.careerix_bottom_links {

    display: flex;

    gap: 25px;

    flex-wrap: wrap;

}

.careerix_bottom_links a {

    color: #d8d8d8;

    transition: .35s;

}

.careerix_bottom_links a:hover {

    color: #048205;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1200px) {

    .careerix_footer_grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:992px) {

    .careerix_cta {

        position: relative;

        top: 0;

        left: 0;

        transform: none;

        width: 100%;

        margin-bottom: 80px;

        flex-direction: column;

        text-align: center;

        padding: 40px 30px;

    }

    .careerix_footer {

        padding-top: 80px;

    }

}

@media(max-width:768px) {

    .careerix_footer_grid {

        grid-template-columns: 1fr;

        gap: 40px;

    }

    .careerix_cta_content h2 {

        font-size: 32px;

    }

    .careerix_footer_bottom .tcx_container {

        flex-direction: column;

        text-align: center;

    }

}

@media(max-width:576px) {

    .careerix_cta {

        padding: 30px 20px;

        border-radius: 20px;

    }

    .careerix_cta_content h2 {

        font-size: 26px;

    }

    .careerix_cta_btn {

        width: 100%;

        justify-content: center;

    }

    .careerix_bottom_links {

        justify-content: center;

    }

}


.th_footer {
    background: #f8f9fc;
    padding: 100px 30px 10px 30px;
    /* top right bottom left */
    position: relative;
    overflow: hidden;
}


/* BACKGROUND SHAPES */

.th_footer:before {

    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    background: #04820515;

    border-radius: 50%;

    right: -200px;
    top: -200px;

}


.th_footer:after {

    content: "";
    position: absolute;

    width: 350px;
    height: 350px;

    background: #02144612;

    border-radius: 50%;

    left: -150px;
    bottom: 50px;

}




/* CTA */

.th_join_box {

    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 1200px;

    margin: auto;

    background: #fff;

    padding: 35px 45px;

    border-radius: 25px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

    border: 1px solid #eee;

}


.th_join_box h2 {

    font-size: 36px;

    color: #021446;

}


.th_join_box h2 span {

    color: #048205;

}


.th_join_box p {

    margin-top: 10px;
    color: #666;

}



.th_join_btn {

    background: #045805;

    color: #fff;

    padding: 16px 35px;

    border-radius: 50px;

    font-weight: 600;

    display: flex;

    gap: 10px;

    align-items: center;

    transition: .3s;

}


.th_join_btn:hover {

    background: #021446;

    transform: translateY(-4px);

}



/* CONTENT */

.th_footer_content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
    gap: 30px;
    justify-items: start;
    /* Align all grid items to the left */
    align-items: start;
    text-align: left;
}

.th_brand,
.th_col,
.th_contact {
    width: 100%;
    text-align: left;
}

.th_col ul,
.th_contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.th_col li,
.th_contact li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 12px;
}

.th_social {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}


/* LOGO */

.th_brand img {
    background-color: #464646;

    width: 150px;

    margin-bottom: 20px;

}


.th_brand p {

    color: #000;

    line-height: 30px;

}



.th_social {

    display: flex;

    gap: 12px;

    margin-top: 25px;

}


.th_social a {

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #fff;

    color: #021446;

    border-radius: 12px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);

    transition: .3s;

}

.th_bottom p {
    padding-top: 20px;
}

.th_social a:hover {

    background: #048205;
    color: #fff;

    transform: translateY(-5px);



}

.th_social a:hover {
    background: #0b6b43;
    /* Your hover background */
    color: #ffffff;
    /* White icon */
    transform: translateY(-3px);
}

.th_social a:hover i {
    color: #ffffff;
}



/* HEADINGS */


.th_col h3 {

    font-size: 22px;

    color: #021446;

    margin-bottom: 25px;

}


.th_col h3 span {

    display: block;

    width: 40px;
    height: 3px;

    background: #048205;

    margin-top: 10px;

}



/* LINKS */


.th_col li {

    margin-bottom: 15px;

}


.th_col a {

    color: #000;

    transition: .3s;

}


.th_col a:hover {

    color: #048205;

    padding-left: 8px;

}



/* CONTACT */

.th_contact li {

    display: flex;

    gap: 15px;

    margin-bottom: 18px;

    color: #666;

    line-height: 25px;

}


.th_contact i {

    color: #048205;

    margin-top: 5px;

}



/* BOTTOM */

.th_bottom {

    margin-top: 60px;

    background: #042e04;

    padding: 12px 5%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #fff;

}


.th_bottom a {

    color: #ddd;

    margin-left: 25px;

}




/* RESPONSIVE */


@media(max-width:1100px) {

    .th_footer_content {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media(max-width:768px) {


    .th_join_box {

        flex-direction: column;

        text-align: center;

        gap: 25px;

    }


    .th_join_box h2 {

        font-size: 28px;

    }


    .th_footer_content {

        grid-template-columns: 1fr;

    }


    .th_bottom {

        flex-direction: column;

        gap: 15px;

        text-align: center;

    }


    .th_bottom a {

        margin: 0 8px;

    }

}






.career_wrap {

    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 70px 0;

}



/* heading */


.career_head {

    text-align: center;
    margin-bottom: 45px;

}


.career_head h2 {

    font-size: 40px;

}


.career_head span {

    color: #0c8438;

}




/* category */


.category_slider .owl-item {

    padding: 10px;

}


.category_card {

    background: white;

    padding: 25px 15px;

    border-radius: 30px;

    text-align: center;

    cursor: pointer;

    box-shadow: 0 10px 25px #0001;

    transition: .3s;

}



.category_card i {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    background: #e8f8ed;

    border-radius: 50%;

    font-size: 28px;

    color: #16a34a;

    margin-bottom: 15px;

}



.category_card.active,
.category_card:hover {

    background: #c2c1bd;

    color: white;

    transform: translateY(-8px);

}



.category_card.active i,
.category_card:hover i {

    background: white;

    color: #16a34a;

}




/* job tags */


.job_area {

    margin-top: 50px;

}



.job_panel {

    display: none;

}


.job_panel.active {

    display: block;

}



.job_panel h3 {

    font-size: 28px;

    margin-bottom: 25px;

}




.job_tags {


    display: flex;

    flex-wrap: wrap;

    gap: 15px;

}



.job_tags button {

    background: white;

    border: 1px solid #ddd;

    padding: 15px 25px;

    border-radius: 50px;

    cursor: pointer;

    font-size: 15px;

    transition: .3s;

}



.job_tags button:hover {

    background: #0c8438;

    color: white;

}





@media(max-width:600px) {

    .job_tags button {

        width: 100%;

    }


    .career_head h2 {

        font-size: 28px;

    }

}

.job_popup {

    position: fixed;

    top: 0;
    right: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .45);

    display: none;

    justify-content: flex-end;

    z-index: 9999;

}



.job_popup.show {

    display: flex;

}



.job_popup_box {


    height: 100%;

    width: 450px;

    background: white;

    padding: 35px;

    overflow: auto;

    animation: slide .4s;


}



@keyframes slide {

    from {

        transform: translateX(100%);

    }

    to {

        transform: translateX(0);

    }

}




.popup_close {

    float: right;

    border: 0;

    background: #16a34a;

    color: white;

    width: 35px;

    height: 35px;

    border-radius: 50%;

    font-size: 20px;

    cursor: pointer;

}





.job_card_box {


    background: #f4faf5;

    padding: 20px;

    border-radius: 15px;

    margin-top: 20px;

    border-left: 5px solid #16a34a;


}



.job_card_box h4 {

    color: #16a34a;

    margin-bottom: 10px;

}



.job_card_box p {

    font-size: 14px;

    margin: 6px 0;

}



.call_btn {


    display: inline-block;

    background: #16a34a;

    color: white;

    padding: 10px 18px;

    border-radius: 30px;

    text-decoration: none;

    margin-top: 12px;


}

.call_btn:hover {
    color: white;
}



@media(max-width:600px) {

    .job_popup_box {

        width: 100%;

    }

}

.job_card_box p i {

    width: 20px;
    color: #16a34a;
    margin-right: 8px;

}


.call_btn i {

    margin-right: 6px;

}

.th_contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}

.th_contact ul li i {
    width: 20px;
    min-width: 20px;
    margin-top: 5px;
    text-align: center;
}

.owl-nav button {
    display: none !important;
}

/* ==============================
   ZYPHORIAX SCROLL TO TOP
============================== */

.zyphoriax_scroll_to_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;

    background: linear-gradient(135deg, #0f8b5d, #18b47b);
    color: #fff;
    font-size: 22px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .18),
        inset 0 1px 2px rgba(255, 255, 255, .3);

    backdrop-filter: blur(12px);

    opacity: 0;
    visibility: hidden;

    transform: translateY(40px) scale(.8);

    transition: .45s ease;
}

.zyphoriax_scroll_to_top.zyphoriax_show_btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.zyphoriax_scroll_to_top::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 20px;
    background: linear-gradient(135deg, #42d392, #00bcd4);
    z-index: -1;
    opacity: .35;
    filter: blur(10px);
}

.zyphoriax_scroll_to_top i {
    transition: .35s;
}

.zyphoriax_scroll_to_top:hover {
    transform: translateY(-8px) rotate(-8deg);
}

.zyphoriax_scroll_to_top:hover i {
    transform: translateY(-4px);
}

@keyframes zyphoriaxFloat {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0px);
    }

}

.zyphoriax_show_btn {
    animation: zyphoriaxFloat 2.2s infinite;
}

/* Ripple */

.zyphoriax_scroll_to_top::after {

    content: "";

    position: absolute;

    width: 100%;
    height: 100%;

    border-radius: 18px;

    border: 2px solid rgba(24, 180, 123, .35);

    animation: zyphoriaxRipple 2s infinite;

}

@keyframes zyphoriaxRipple {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }

}

/* Responsive */

@media(max-width:768px) {

    .zyphoriax_scroll_to_top {

        width: 50px;
        height: 50px;

        right: 18px;
        bottom: 20px;

        font-size: 18px;

        border-radius: 15px;

    }

}

/*=====================================
CAREER FLOW SECTION
=====================================*/

.careerflow_section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff, #f5fbf7);
    overflow: hidden;
}

.careerflow_section .tcx_container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/*=========================
Heading
=========================*/

.careerflow_heading {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s ease;
}

.careerflow_heading.active {
    opacity: 1;
    transform: translateY(0);
}

.careerflow_heading span {
    display: inline-block;
    padding: 10px 22px;
    background: #eaf8ef;
    color: #159947;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 2px;
}

.careerflow_heading h2 {
    font-size: 48px;
    margin: 18px 0;
    color: #111;
    font-weight: 800;
}

.careerflow_heading h2 strong {
    color: #159947;
}

.careerflow_heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 30px;
    font-size: 16px;
}

/*=========================
Wrapper
=========================*/

.careerflow_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    position: relative;
}

.careerflow_wrapper::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 8%;
    width: 84%;
    height: 5px;
    background: linear-gradient(to right, #159947, #67d447);
    border-radius: 50px;
    z-index: 1;
}

/*=========================
Item
=========================*/

.careerflow_item {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(70px);
    transition: all .8s ease;
}

.careerflow_item.active {
    opacity: 1;
    transform: translateY(0);
}

.careerflow_item:nth-child(1) {
    transition-delay: .1s;
}

.careerflow_item:nth-child(2) {
    transition-delay: .2s;
}

.careerflow_item:nth-child(3) {
    transition-delay: .3s;
}

.careerflow_item:nth-child(4) {
    transition-delay: .4s;
}

.careerflow_item:nth-child(5) {
    transition-delay: .5s;
}

/*=========================
Circle
=========================*/

.careerflow_circle {
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #159947;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #159947;
    font-size: 34px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
    transition: .4s;
}

.careerflow_item:hover .careerflow_circle {
    background: #159947;
    color: #fff;
    transform: translateY(-12px) rotate(360deg);
}

/*=========================
Content
=========================*/

.careerflow_item h3 {
    margin: 25px 0 12px;
    font-size: 22px;
    color: #111;
    transition: .3s;
}

.careerflow_item:hover h3 {
    color: #159947;
}

.careerflow_item p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
    padding: 0 12px;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px) {

    .careerflow_wrapper {
        flex-wrap: wrap;
    }

    .careerflow_wrapper::before {
        display: none;
    }

    .careerflow_item {
        width: 48%;
        margin-bottom: 35px;
    }

}

@media(max-width:768px) {

    .careerflow_section {
        padding: 70px 0;
    }

    .careerflow_heading {
        margin-bottom: 50px;
    }

    .careerflow_heading h2 {
        font-size: 34px;
    }

    .careerflow_heading p {
        font-size: 15px;
        line-height: 28px;
    }

    .careerflow_item {
        width: 100%;
    }

    .careerflow_circle {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .careerflow_item h3 {
        font-size: 20px;
    }

}

@media(max-width:480px) {

    .careerflow_heading h2 {
        font-size: 28px;
    }

    .careerflow_heading span {
        font-size: 12px;
        padding: 8px 18px;
    }

    .careerflow_item p {
        font-size: 14px;
    }

}