@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

@font-face {
    font-family: "Material Design Icons";
    src: url(../fonts/materialdesignicons-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --primary-color: #0B2A6B;
    --secondary-color: #FF9933;
    --tertiary-color: #138808;
    --accent-color: #FF8C1A;
    --accent2-color: #7FBF6A;
    --success-color: #138808;
    --text-dark: #172B4D;
    --text-light: #5F6C7B;
    --text-white: #F8FAFC;
    --primary-light: #1E4FA8;
    --saffron: #FF8C1A;
    --saffron-light: #FFE8CC;
    --green: #138A36;
    --green-light: #E7F6EC;
    --white: #ffffff;
    --accent: #2563EB;
    --gold: #F4B400;
    --bg-light: #FFFDF9;
    --bg-section: #F8FAFD;
    --bg-gradient: linear-gradient(135deg, #FF8C1A 0%, #FFF4E6 45%, #DFF5E6 55%, #138A36 100%);
    --bg-gradient-light: linear-gradient(135deg, #FFF1E3 0%, #F3F8EF 50%, #EEF3FF 100%);
    --gradient-primary: linear-gradient(135deg, #0B2A6B 0%, #1E4FA8 100%);
    --gradient-india: linear-gradient(135deg, #FF8C1A 0%, #FFF4E6 45%, #DFF5E6 55%, #138A36 100%);
    --gradient-hero: linear-gradient(135deg, #081F4D 0%, #0B2A6B 45%, #FF8C1A 100%);
    --gradient-soft: linear-gradient(135deg, #FFF4E6 0%, #FFFFFF 45%, #ECF8F0 100%);
    --primary-dark: #000080;
    --bg-dark: #102A43;
    --bg-darker: #071A12;
    --text-gray: #D7DEE5;
    --font-primary: 'Poppins', sans-serif;
    --font-size-base: 16px;
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-lg: 18px;
    --font-size-xl: 24px;
    --font-size-2xl: 32px;
    --font-size-3xl: 48px;
    --spacing-xxs: 6px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 32px;
    --spacing-xl: 48px;
    --spacing-2xl: 64px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
    --shadow-primary: 0 8px 24px rgba(231, 131, 0, 0.3);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 2rem;
    --radius-full: 50px;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --border: #E5EAF2;
    --shadow: 0 10px 35px rgba(11, 42, 107, .12);
    --radius: 18px;
    --transition: all 0.3s ease-in-out
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%
}

html,
body {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    overflow-y: scroll
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none !important
}

a {
    text-decoration: none
}

.main-text {
    color: var(--primary-color)
}

.main2-text {
    background: linear-gradient(90deg, #FF9933 0%, #FF9933 32%, #ffffff 50%, #138808 68%, #138808 100%);
    background-size: 200% auto;
    background-position: 0% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: tricolorFlow 4s ease-in-out infinite
}

.main3-text {
    color: var(--accent-color)
}

.main4-text {
    color: var(--accent2-color)
}

.success-text {
    color: var(--success-color)
}

.bg-light {
    background: var(--bg-light) !important
}

.bg-gradient-light {
    background: var(--bg-gradient-light) !important
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff0;
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: var(--transition);
    padding: var(--spacing-sm) 0
}

.navbar.scrolled {
    background: rgb(255 255 255 / .9);
    box-shadow: var(--shadow-sm)
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--primary-color);
    transition: var(--transition);
    letter-spacing: 1px;
    z-index: 1001
}

.status-online-tricolor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: sans-serif;
    font-weight: 600;
    color: #2c3e50
}

.status-online-tricolor::before {
    content: "";
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(to bottom, #FF9933 0%, #FF9933 33%, #ffffff 33%, #ffffff 66%, #138808 66%, #138808 100%);
    animation: online-pulse 1.6s ease-in-out infinite
}

@keyframes online-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgb(255 153 51 / .4)
    }

    50% {
        transform: scale(1.15);
        opacity: .85;
        box-shadow: 0 0 0 5px rgb(19 136 8 / .08)
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: var(--spacing-md);
    align-items: center
}

.nav-item {
    position: relative
}

.nav-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    padding: var(--spacing-xs) var(--spacing-sm);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px
}

.navbar.scrolled .nav-link {
    color: var(--primary-color)
}

.nav-link:hover {
    color: var(--accent-color)
}

.navbar.scrolled .nav-link:hover {
    color: var(--primary-color)
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    padding: 6px;
    transform: translateY(-10px);
    transition: var(--transition);
    margin-top: 10px;
    overflow: hidden
}

.nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.dropdown-item {
    padding: var(--spacing-xs) var(--spacing-sm);
    font-size: var(--font-size-xs) !important;
    color: var(--text-light);
    text-decoration: none;
    display: block;
    transition: var(--transition);
    font-size: var(--font-size-base)
}

.dropdown-item:hover {
    background: var(--bg-light);
    border-radius: 6px;
    color: var(--primary-color);
    transform: translateX(4px)
}

.mega-dropdown {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / .98);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    padding: var(--spacing-lg) 0;
    z-index: 999;
    overflow-y: auto
}

.nav-item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-xl);
    padding: var(--spacing-md) var(--spacing-lg)
}

.mega-column h4 {
    color: var(--primary-color);
    font-size: var(--font-size-base);
    margin-bottom: var(--spacing-sm);
    font-weight: 600
}

.mega-column .dropdown-item {
    display: block;
    font-size: var(--font-size-xs) !important;
    color: var(--text-light);
    text-decoration: none;
    padding: var(--spacing-xxs) 0;
    transition: var(--transition)
}

.mega-column .dropdown-item:hover {
    color: var(--primary-color);
    transform: translateX(4px)
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 10001
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 2px
}

.hamburger.active span {
    background: var(--secondary-color)
}

.navbar.scrolled .hamburger span {
    background: var(--primary-color)
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px)
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px)
}

@media (max-width:1192px) {
    .mega-content {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--spacing-lg);
        padding: var(--spacing-md)
    }
}

@media (max-width:992px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -110%;
        height: 100vh;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: var(--spacing-lg);
        background: rgb(255 255 255 / .95);
        backdrop-filter: blur(18px) saturate(180%);
        -webkit-backdrop-filter: blur(18px) saturate(180%);
        border: 1px solid rgb(255 255 255 / .25);
        box-shadow: 0 8px 32px rgb(0 0 0 / .2);
        transition: right 0.4s ease;
        z-index: 9999;
        gap: 2px;
        overflow-y: auto
    }

    .nav-menu.active {
        right: 0
    }

    .nav-item {
        display: block;
        width: 100%
    }

    .nav-link {
        color: var(--text-dark);
        padding: var(--spacing-sm) 0;
        width: 100%
    }

    .mega-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        padding: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none
    }

    .nav-item.active .mega-dropdown {
        display: block
    }

    .mega-column .dropdown-item {
        padding: var(--spacing-xs);
        border-radius: 6px
    }

    .mega-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-md);
        padding: var(--spacing-md)
    }

    .mega-column h4 {
        margin-top: var(--spacing-sm);
        font-size: var(--font-size-base)
    }

    .dropdown {
        position: static;
        box-shadow: none;
        margin-top: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        padding: var(--spacing-xs);
        display: none;
        width: 100%;
        overflow: hidden
    }

    .nav-item.active .dropdown {
        display: block
    }

    .hamburger {
        display: flex
    }

    .dropdown-item {
        padding: var(--spacing-xs) var(--spacing-sm);
        font-size: var(--font-size-sm)
    }
}

@media (max-width:576px) {
    .logo {
        font-size: var(--font-size-lg)
    }

    .status-online-tricolor::before {
        width: 14px;
        height: 14px
    }

    .nav-menu {
        gap: 6px;
        padding: var(--spacing-md) var(--spacing-md)
    }

    .mega-content {
        padding: var(--spacing-sm);
        gap: 6px
    }

    .hamburger {
        display: flex;
        gap: 3px
    }

    .hamburger span {
        width: 20px
    }

    .mega-column .dropdown-item,
    .dropdown .dropdown-item {
        font-size: 12px;
        padding: 2px 0
    }
}

.hero-section {
    min-height: 100vh;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white)
}

#particle-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block
}

.hero-section .container {
    position: relative;
    z-index: 2
}

.diamond {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgb(125 125 125 / .1);
    transform: rotate(45deg);
    border-radius: 50%;
    animation: float-diamond 15s infinite ease-in-out;
    opacity: .3
}

.diamond i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 28px;
    color: rgb(125 125 125 / .9)
}

.icon-d1 {
    top: 18%;
    right: 12%;
    animation-delay: 1s
}

.icon-d2 {
    top: 50%;
    right: 5%;
    animation-delay: 2s
}

.icon-d3 {
    top: 75%;
    right: 20%;
    animation-delay: 3s
}

.icon-d4 {
    top: 25%;
    left: 5%;
    animation-delay: 4s
}

.icon-d5 {
    top: 70%;
    left: 12%;
    animation-delay: 5s
}

.icon-d6 {
    bottom: 12%;
    left: 25%;
    animation-delay: 6s
}

.icon-d7 {
    bottom: 25%;
    right: 30%;
    animation-delay: 7s
}

.icon-d8 {
    bottom: 40%;
    right: 10%;
    animation-delay: 8s
}

.icon-d9 {
    top: 40%;
    left: 22%;
    animation-delay: 9s
}

.icon-d10 {
    bottom: 15%;
    left: 10%;
    animation-delay: 10s
}

.icon-d11 {
    top: 10%;
    left: 30%;
    animation-delay: 11s
}

.hero-content {
    animation: fadeInLeft 1s ease-out
}

.hero-content h1 {
    font-size: var(--font-size-3xl);
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(90deg, #FF9933 0%, #FF9933 32%, #ffffff 50%, #138808 68%, #138808 100%);
    background-size: 200% auto;
    background-position: 0% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    animation: tricolorFlow 4s ease-in-out infinite
}

@keyframes tricolorFlow {
    0% {
        background-position: 0% center
    }

    50% {
        background-position: 100% center
    }

    100% {
        background-position: 0% center
    }
}

.hero-content h2 {
    color: var(--text-light);
    font-size: var(--font-size-xl);
    font-weight: 300;
    margin-bottom: var(--spacing-md);
    line-height: 1.2
}

.hero-content p {
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-lg);
    color: var(--text-light);
    font-weight: 300
}

.hero-buttons {
    display: flex;
    gap: var(--spacing-sm);
    flex-wrap: wrap
}

.btn {
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--radius-md);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: var(--font-size-base)
}

.btn i {
    transition: var(--transition)
}

.btn-primary {
    background: var(--saffron);
    color: var(--white);
    border: 1px solid var(--saffron) !important
}

.btn-primary:hover {
    transform: translateY(-2px);
    background: var(--saffron);

    i {
        scale: 1.5
    }
}

.btn-outline {
    background: #fff0;
    color: var(--saffron);
    border: 1px solid var(--saffron) !important
}

.btn-outline:hover {
    color: var(--saffron);

    i {
        scale: 1.5
    }
}

.no-select {
    user-select: none !important;
    -webkit-user-drag: none !important;
    pointer-events: none !important
}

.hero-img {
    width: 90%;
    filter: drop-shadow(10px 10px 70px #ffffff30);
    animation: float 6s ease-in-out infinite;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 491px;
    height: auto
}

.floating-element {
    position: absolute;
    animation: orbit 15s infinite ease-in-out
}

.element-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s
}

.element-2 {
    top: 20%;
    right: -15%;
    animation-delay: 2s
}

.element-3 {
    bottom: 10%;
    left: -5%;
    animation-delay: 4s
}

.element-4 {
    bottom: 20%;
    right: 0;
    animation-delay: 6s
}

@media (max-width:992px) {
    .hero-section .container {
        margin-top: 60px
    }

    .hero-container {
        grid-template-columns: 1fr
    }

    .hero-img {
        width: 85%
    }
}

@media (max-width:576px) {
    .hero-content {
        background: #fffa;
        backdrop-filter: blur(10px);
        padding: var(--spacing-lg);
        border: 1px solid #e2e8f0;
        box-shadow: 0 1px 3px rgb(0 0 0 / .08)
    }

    .hero-content h1 {
        font-size: var(--font-size-2xl)
    }

    .hero-content h2 {
        font-size: var(--font-size-base)
    }

    .hero-content h4 {
        font-size: var(--font-size-base);
        font-weight: 300;
        text-align: justify;
        margin-bottom: 12px !important
    }

    .hero-content p {
        font-size: var(--font-size-sm);
        font-weight: 200;
        text-align: justify;
        margin-bottom: 12px !important
    }

    .btn {
        padding: var(--spacing-xs) var(--spacing-md);
        border-radius: var(--radius-full);
        font-weight: 600;
        text-decoration: none;
        transition: var(--transition);
        display: inline-block;
        cursor: pointer;
        border: none;
        font-size: var(--font-size-xs)
    }
}

.index-courses .marquee-bounce {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.index-courses .marquee-content {
    display: inline-flex;
    gap: 5px;
    animation: bounce 18s linear infinite alternate
}

.index-courses .card {
    min-width: 240px;
    min-height: 80px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff0;
    padding: 0 var(--spacing-sm)
}

.index-courses .card .card-body h5 {
    color: var(--text-dark);
    font-size: var(--font-size-base)
}

.index-courses .card .card-body p {
    color: #888;
    font-size: var(--font-size-xs)
}

.section {
    padding: var(--spacing-2xl) var(--spacing-md);
    max-width: 1200px;
    margin: 0 auto
}

.section-title {
    text-align: center;
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
    color: var(--text-dark)
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    margin-bottom: var(--spacing-xl)
}

.section_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.headings {
    display: flex;
    flex-direction: column;
    align-items: center
}

.head_text {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ccc9;
    padding: var(--spacing-xs) var(--spacing-lg);
    margin-bottom: var(--spacing-xs)
}

.head_text img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    animation: Rotate 2s infinite linear
}

.head_text h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--saffron);
    margin-bottom: 10px
}

.headings h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--primary-color)
}

@media (max-width:576px) {
    .head_text h3 {
        font-size: 1rem
    }

    .headings h2 {
        font-size: 1.5rem
    }
}

.ratings-section {
    background: var(--bg-light);
    padding: var(--spacing-xl) var(--spacing-sm);
    border: 1px solid #efefef;
    border-radius: var(--radius-lg)
}

.ratings-section .rating-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    border: 1px solid #E7E7E7
}

.ratings-section .rating-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 10px rgb(255 153 51 / .12)
}

.ratings-section .rating-card h5 {
    color: var(--primary-color)
}

.ratings-section .rating-logo {
    width: 40px !important;
    height: 40px;
    object-fit: contain
}

.ratings-section .rating-stars {
    font-size: 20px;
    color: var(--gold)
}

.ratings-section .rating-card p {
    font-size: 13px;
    color: #aaa !important
}

.categories {
    flex-direction: column;
    gap: 50px;
    margin: 8rem auto
}

.categories_cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    place-items: center;
    gap: 16px
}

.categories_card {
    width: 100%;
    height: 140px;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF8F1;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    transition: all 0.3s ease-in-out
}

.categories_card:hover {
    box-shadow: rgb(0 0 0 / .05) 0 1px 2px 0;
    transform: scale(1.02)
}

.categories_card:nth-child(2) {
    background-color: #FFF0E0
}

.categories_card:nth-child(3) {
    background-color: #EEF8EA
}

.categories_card:nth-child(4) {
    background-color: #EEF3FF
}

.categories_card:nth-child(5) {
    background-color: #E8F6E2
}

.categories_card:nth-child(6) {
    background-color: #EAF0FA
}

.categories_card:nth-child(7) {
    background-color: #FFF1E3
}

.categories_card:nth-child(8) {
    background-color: #FFF8E8
}

.categories_card:nth-child(9) {
    background-color: #F1F3FA
}

.card_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.card_info h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary-color)
}

.card_info p {
    font-size: .8rem;
    font-weight: 400;
    color: var(--text-light)
}

.card_img {
    position: relative
}

.categories_card:hover .card_img img {
    animation: Rotate 2s infinite linear
}

.card_img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/categories/fundamental.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 35px;
    height: 35px
}

.categories_card:nth-child(2) .card_img:after {
    background-image: url(../images/categories/account.svg)
}

.categories_card:nth-child(3) .card_img:after {
    background-image: url(../images/categories/design.svg)
}

.categories_card:nth-child(4) .card_img:after {
    background-image: url(../images/categories/typing.svg)
}

.categories_card:nth-child(5) .card_img:after {
    background-image: url(../images/categories/programming.svg)
}

.categories_card:nth-child(6) .card_img:after {
    background-image: url(../images/categories/mobile.svg)
}

.categories_card:nth-child(7) .card_img:after {
    background-image: url(../images/categories/spoken.svg)
}

.categories_card:nth-child(8) .card_img:after {
    background-image: url(../images/categories/data-analysis.svg)
}

.categories_card:nth-child(9) .card_img:after {
    background-image: url(../images/categories/data-science.svg)
}

@media (max-width:1192px) {
    .categories {
        margin: 6rem auto
    }

    .categories_cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:992px) {
    .categories {
        margin: 5rem auto
    }

    .categories_cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .categories {
        margin: 3rem auto
    }

    .categories_cards {
        grid-template-columns: repeat(1, 1fr)
    }

    .card_info h2 {
        font-size: 1.2rem;
        margin-bottom: 3px
    }

    .card_info p {
        font-size: .8rem
    }
}

.features-section {
    position: relative;
    margin: auto var(--spacing-xl);
    border-radius: 2rem;
    background-image: repeating-linear-gradient(90deg, hsl(196 0% 79% / .06) 0, hsl(196 0% 79% / .06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsl(196 0% 79% / .06) 0, hsl(196 0% 79% / .06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsl(196 0% 79% / .09) 0, hsl(196 0% 79% / .09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsl(196 0% 79% / .09) 0, hsl(196 0% 79% / .09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, #ffffff, #ffffff);
    border: 1px solid #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: var(--spacing-xl) 0;
    overflow: hidden
}

.bg-animation {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: var(--bg-gradient);
    filter: blur(120px);
    opacity: .4;
    border-radius: 50%;
    animation: floatAnim 7s infinite ease-in-out alternate
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg)
}

.feature-card {
    background: rgb(255 255 255 / .3);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    padding: var(--spacing-lg);
    corner-shape: scoop;
    border-radius: var(--radius-xl);
    border: 1px solid rgb(255 255 255 / .3);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-align: center;
    cursor: pointer;
    position: relative
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-md)
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto var(--spacing-md);
    transition: var(--transition)
}

.icon-bg {
    fill: var(--accent-color);
    opacity: .42;
    filter: drop-shadow(0 4px 10px rgb(0 0 0 / .15))
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(3deg)
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--spacing-xs);
    line-height: 1.4;
    min-height: 2.8em
}

.feature-card p {
    font-size: var(--font-size-sm);
    color: var(--text-light);
    line-height: 1.6;
    text-align: justify
}

@media (max-width:992px) {
    .features-section {
        margin: auto var(--spacing-md);
        border-radius: 24px
    }

    .features-grid {
        gap: var(--spacing-md)
    }
}

@media (max-width:576px) {
    .features-section {
        margin: auto 0;
        border-radius: 0
    }

    .feature-title {
        font-size: var(--font-size-lg)
    }

    .feature-card p {
        font-size: var(--font-size-sm)
    }
}

.about-section-container {
    background: #0B1220;
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
    margin: 4rem auto 0;
    position: relative
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .3;
    animation: float2 10s infinite ease-in-out
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
    top: -10%;
    left: -10%;
    animation-delay: 0s
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
    bottom: -10%;
    right: -10%;
    animation-delay: 5s
}

.orb-3 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, var(--tertiary-color), var(--accent-color));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s
}

.about-section {
    position: relative;
    z-index: 1;
    padding: var(--spacing-2xl) var(--spacing-md);
    min-height: 100vh;
    display: flex;
    align-items: center
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
    align-items: center
}

.about-image {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    backdrop-filter: blur(20px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: var(--spacing-lg);
    animation: fadeInLeft 1s ease-out
}

.image-grid {
    gap: var(--spacing-sm)
}

.image-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgb(255 153 51 / .2), rgb(19 136 8 / .2));
    transition: transform 0.3s ease
}

.image-item:hover {
    transform: scale(1.05)
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-placeholder {
    grid-column: span 2;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(255 153 51 / .3), rgb(19 136 8 / .3));
    background-image: url(../images/doordarshan.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease
}

.video-placeholder:hover {
    transform: scale(1.02)
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 30px rgb(0 0 0 / .3)
}

.play-button:hover {
    transform: scale(1.1);
    background: #fff
}

.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid var(--primary-color);
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff0;
    margin-left: 5px
}

.about-content {
    animation: fadeInRight 1s ease-out
}

.about-content h3 {
    font-size: var(--font-size-3xl);
    margin-bottom: var(--spacing-md);
    background: var(--gradient-india);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    font-weight: 700;
    line-height: 1.1
}

.about-content p,
.about-mission-content p {
    color: var(--text-gray);
    font-size: var(--font-size-base);
    margin-bottom: var(--spacing-sm);
    font-weight: 400;
    line-height: 1.7;
    text-align: justify
}

.about-mission-content h4 {
    font-size: var(--font-size-xl);
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    font-weight: 700;
    line-height: 1.2
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--spacing-md);
    margin-top: var(--spacing-xl)
}

.stat-box {
    text-align: center;
    padding: var(--spacing-lg);
    backdrop-filter: blur(20px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 153 51 / .1), rgb(19 136 8 / .1));
    opacity: 0;
    transition: opacity 0.3s ease
}

.stat-box:hover::before {
    opacity: 1
}

.stat-number {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    background: var(--gradient-india);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    margin-bottom: var(--spacing-xs);
    position: relative;
    z-index: 1
}

.stat-label {
    color: var(--text-gray);
    font-size: var(--font-size-base);
    position: relative;
    z-index: 1
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000c;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md);
    backdrop-filter: blur(20px);
    animation: fadeIn 0.3s ease
}

.video-modal.active {
    display: flex
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: var(--bg-dark);
    border-radius: var(--radius-lg);
    overflow: hidden;
    animation: scaleIn 0.3s ease
}

.modal-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none
}

.close-modal {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / .1);
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease
}

.close-modal:hover {
    background: rgb(255 255 255 / .2);
    transform: rotate(90deg)
}

@media (max-width:992px) {
    .about-section {
        padding: var(--spacing-xl) var(--spacing-xs)
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg)
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-content h3 {
        font-size: var(--font-size-2xl)
    }
}

@media (max-width:576px) {
    .about-image {
        padding: var(--spacing-md)
    }

    .about-stats {
        grid-template-columns: 1fr
    }

    .about-content h3 {
        font-size: var(--font-size-xl)
    }

    .about-mission-content h4 {
        font-size: var(--font-size-lg)
    }

    .about-content p,
    .about-mission-content p {
        font-size: var(--font-size-sm)
    }

    .stat-number {
        font-size: var(--font-size-2xl)
    }

    .play-button {
        width: 60px;
        height: 60px
    }

    .play-button::after {
        border-left-width: 20px;
        border-top-width: 12px;
        border-bottom-width: 12px
    }

    .image-grid {
        grid-template-columns: 1fr
    }

    .video-placeholder {
        grid-column: span 1
    }
}

.testimonial-slider {
    width: 100%;
    overflow: hidden;
    padding: 40px 0
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: slide 35s linear infinite
}

.testimonial-card {
    width: 320px;
    height: 330px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 25px rgb(0 0 0 / .08);
    flex-shrink: 0;
    text-align: center;
    transition: transform .3s ease
}

.testimonial-card:hover {
    transform: translateY(-8px)
}

.user-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px
}

.feedback {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
    min-height: 70px;
    margin-bottom: 10px
}

.name {
    font-size: 18px;
    color: var(--accent2-color);
    font-weight: 700
}

.profession {
    color: #888
}

.google-bg {
    background-image: url(../../assets/images/google_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    .testimonial-card {
        width: 350px;
        height: 320px;
        background: rgb(255 255 255 / .2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgb(0 0 0 / .1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgb(255 255 255 / .3)
    }

    .feedback {
        color: #F2F2F2;
        font-weight: 300;
        line-height: 18px;
        transition: all 0.5s ease-in-out;
        max-height: 120px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical
    }

    .profession {
        color: gold
    }

    .testimonial-card:hover {
        transform: translateY(-8px);

        .feedback {
            transform: scale(1.05);
            font-weight: 400
        }
    }
}

.slider-track2 {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: slide-right 35s linear infinite
}

.courses {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.course_btns_wrapper {
    position: relative;
    width: 100%
}

.course_btns {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: var(--spacing-xs);
    border-radius: 50px;
    background-color: var(--white);
    box-shadow: 0 0 10px rgb(131 131 131 / .1);
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth
}

.course_btns::-webkit-scrollbar {
    display: none
}

.course_btns button {
    background-color: #fff0;
    border: 0;
    color: var(--primary-color);
    border-radius: 50px;
    padding: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.course_btns button.active {
    background-color: var(--accent2-color);
    color: #fff
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: rgb(0 0 0 / .5);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 5px;
    border-radius: 50%
}

.course_btns_wrapper:hover .scroll-arrow {
    opacity: 1
}

.left-arrow {
    left: 5px
}

.right-arrow {
    right: 5px
}

.scroll-arrow:hover {
    color: var(--primary-color)
}

.course_btns button:hover {
    background-color: var(--accent2-color);
    color: var(--white)
}

.course_btns button:active,
.course_btn button:focus {
    background-color: var(--secondary-color);
    color: var(--text-gray)
}

.course_btn button:after {
    display: none
}

.courses_cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    place-items: center;
    gap: 20px
}

.courses_card {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: var(--white);
    padding: 8px;
    box-shadow: 0 0 10px rgb(131 131 131 / .1);
    border-radius: 10px;
    opacity: 1;
    filter: blur(0);
    transition: opacity 0.35s ease, filter 0.35s ease
}

.courses_card.hide {
    opacity: 0;
    filter: blur(6px)
}

.courses_img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #efefef;
    overflow: hidden;
    position: relative
}

.courses_img img {
    border-radius: 10px
}

.courses_img span {
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 5px 10px;
    font-size: var(--font-size-xs);
    background-color: #fff9;
    backdrop-filter: blur(10px);
    color: var(--text-light);
    border: 1px solid #dadada;
    border-radius: 50px;
    z-index: 100
}

.courses_details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5%
}

.courses_review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.courses_review .stars i {
    color: var(--gold)
}

.courses_review p {
    margin: 0;
    color: var(--text-light)
}

.courses_details h2 {
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 700;
    margin: 10px 0;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.courses_details p.short-desc {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.courses_det {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px
}

.courses_det>:first-child {
    flex-grow: 1
}

.courses_det>*:not(:first-child) {
    flex-shrink: 0
}

.courses_det_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(131 131 131 / .3);
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: var(--transition)
}

.courses_det_box:hover {
    border-color: var(--primary-color)
}

.courses_price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.courses_price h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--green)
}

.courses_price h2 {
    background-color: var(--green);
    color: var(--white);
    font-weight: 500;
    font-size: 13px;
    padding: 4px 7px;
    border-radius: 20px
}

.courses_price h3 span {
    font-weight: 400;
    font-size: .9rem;
    color: var(--text-light);
    text-decoration: line-through
}

.courses_card:hover .courses_info_card {
    left: 0
}

.courses_info_card {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 50;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out
}

.courses_info_card .courses_details {
    margin-top: 50px
}

.courses_info_card p {
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-light)
}

.courses_info_card .courses_price {
    margin: 8px 0
}

.courses_info_card .btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--green);
    color: var(--white);
    transition: color 0.25s ease;
    z-index: 1
}

.courses_info_card .btn span {
    position: relative;
    z-index: 2
}

.courses_info_card .btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent2-color);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0
}

.courses_info_card .btn:hover::after {
    opacity: 1
}

@media (max-width:1192px) {
    .courses_cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:992px) {
    .courses_cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .courses_cards {
        grid-template-columns: repeat(1, 1fr)
    }

    .courses_card {
        min-height: unset
    }

    .courses_details h2 {
        font-size: var(--font-size-lg);
        height: auto;
        overflow: visible;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }

    .courses_det_box i,
    .courses_det_box p {
        font-size: var(--font-size-sm)
    }

    .courses_price h3 {
        font-size: var(--font-size-xl)
    }

    .courses_price h2 {
        font-weight: 400;
        font-size: 12px;
        padding: 4px 10px
    }

    .courses_details p.short-desc {
        height: auto;
        overflow: visible;
        text-overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset
    }
}

.more-course-btn:hover {
    background-color: #aaaaaa10
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg)
}

.team-card {
    text-align: center;
    background: var(--white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition)
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md)
}

.team-card h3 {
    font-size: var(--font-size-lg);
    color: var(--accent2-color)
}

.team-card p {
    font-size: var(--font-size-sm)
}

.team-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto var(--spacing-md);
    background: var(--bg-gradient);
    overflow: hidden
}

.news-marquee {
    overflow: hidden;
    position: relative;
    width: 100%
}

.marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll-left 40s linear infinite
}

.news-marquee:hover .marquee-track {
    animation-play-state: paused
}

.blog-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / .1);
    text-align: left
}

.blog-card p {
    font-size: var(--font-size-sm);
    color: var(--text-light)
}

.blog-card .thumb {
    background: var(--gradient-soft);
    height: 150px;
    border-radius: var(--radius-sm);
    margin-bottom: var(--spacing-md);
    overflow: hidden
}

.blog-card .date {
    font-size: var(--font-size-sm);
    color: var(--text-light);
    margin-bottom: var(--spacing-xs)
}

.certificate-section {
    background: #fafafa
}

.certificate-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgb(15 23 42 / .04)
}

.certificate-card:hover {
    transform: translateY(-8px);
    border-color: #d1d5db;
    box-shadow: 0 10px 30px rgb(15 23 42 / .08), 0 2px 8px rgb(15 23 42 / .05)
}

.certificate-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f6
}

.certificate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.certificate-card:hover .certificate-img img {
    transform: scale(1.06)
}

.certificate-card h5 {
    color: #111827;
    line-height: 1.3
}

.certificate-card p {
    line-height: 1.7
}

.newsletter {
    background-image: var(--bg-gradient-light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    gap: 50px
}

.newsletter_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.newsletter_head p {
    font-size: 1rem;
    font-weight: 400;
    width: 70%;
    text-align: center
}

.get_mail {
    width: 70%;
    height: 44px;
    border-radius: 50px;
    padding: 2%;
    background-color: var(--bg-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.get_mail input {
    background-color: #fff0;
    border: none;
    padding: 12px;
    outline: none;
    font-size: 1rem;
    width: 80%;
    color: var(--text-light)
}

.get_mail button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 30px;
    height: 100%;
    color: var(--white);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color)
}

.get_mail button:after {
    display: none
}

.get_mail button:hover {
    background-color: var(--bg-light);
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color)
}

.newsletter p {
    font-size: 1rem;
    font-weight: 400
}

@media (max-width:1192px) {
    .get_mail input {
        width: 70%
    }
}

@media (max-width:992px) {
    .get_mail {
        width: 80%
    }

    .get_mail input {
        width: 70%
    }
}

@media (max-width:768px) {
    .get_mail {
        width: 90%
    }

    .get_mail input {
        width: 75%
    }
}

@media (max-width:576px) {
    .get_mail {
        width: 99%
    }

    .get_mail input {
        width: 65%;
        padding-left: var(--spacing-xs)
    }

    .newsletter p {
        width: 90%;
        font-size: var(--font-size-sm)
    }

    .newsletter {
        gap: 20px
    }
}

footer {
    background: linear-gradient(135deg, var(--bg-dark), var(--primary-color), var(--primary-color));
    color: var(--white);
    padding: var(--spacing-xl) var(--spacing-md);
    text-align: center
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    text-align: left
}

.footer-main .footer-info {
    p {
        font-size: var(--font-size-sm)
    }

    h4 {
        font-size: var(--font-size-xl);
        font-weight: 700;
        background: var(--bg-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0
    }
}

.footer-main .footer-contact {
    p {
        font-size: var(--font-size-sm)
    }
}

.footer-main.footer-branches {
    p {
        color: #d1d1d1;
        font-size: var(--font-size-sm);
        line-height: 1.4
    }

    a,
    span {
        color: #d1d1d1 !important
    }

    a:hover {
        color: var(--accent2-color) !important
    }
}

.footer-main h4 {
    font-size: var(--font-size-lg)
}

.footer-main a {
    font-size: var(--font-size-sm);
    font-weight: 300;
    color: var(--text-gray)
}

.footer-main a:hover {
    color: var(--accent2-color)
}

@media (max-width:576px) {
    footer {
        padding: var(--spacing-lg) var(--spacing-sm)
    }
}

@media (max-width:992px) {
    .register-toggle {
        bottom: var(--spacing-md);
        right: var(--spacing-md)
    }

    .whatsapp-btn {
        bottom: 100px
    }
}

.bottom-navs {
    position: fixed;
    bottom: var(--spacing-lg);
    right: var(--spacing-lg);
    background-image: var(--gradient-india);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgb(131 131 131 / .1);
    padding: var(--spacing-xs);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    gap: 10px;
    min-width: 200px;
    z-index: 999;
    animation: pulse 2s infinite;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s ease, opacity 0.35s ease
}

.bottom-navs.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.register-btn,
.whatsapp-btn {
    padding: var(--spacing-xs) var(--spacing-lg);
    color: var(--primary-color);
    border: 1px solid #ffffff70;
    border-radius: var(--radius-full);
    font-weight: 500;
    box-shadow: var(--shadow-primary);
    transition: var(--transition)
}

.register-btn {
    font-size: var(--font-size-xs)
}

.whatsapp-btn {
    font-size: var(--font-size-lg)
}

.register-btn:hover {
    background: #ffffff50;
    transform: scale(1.05)
}

.whatsapp-btn:hover {
    background: #ffffff50;
    transform: scale(1.05)
}

.register-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    z-index: 1001;
    justify-content: center;
    align-items: center
}

.register-modal.active {
    display: flex
}

.register-form {
    background: var(--white);
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    max-width: 500px;
    width: 90%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto
}

.form-title {
    text-align: center;
    margin-bottom: 2.3rem;
    font-size: 26px;
    font-weight: 600;
    color: var(--accent2-color)
}

.form-group {
    position: relative;
    margin-bottom: 22px
}

.modern-input input,
.modern-input select {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #E7E7E7;
    border-radius: 12px;
    font-size: 15px;
    background: #fff0;
    transition: all 0.3s ease;
    outline: none;
    color: #9f9f9f
}

.modern-input input:focus,
.modern-input select:focus {
    border-color: var(--accent2-color);
    box-shadow: 0 0 0 3px rgb(74 144 226 / .05)
}

.modern-input label {
    position: absolute !important;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    pointer-events: none;
    transition: 0.25s ease;
    border-radius: 30px;
    background: #fff;
    padding: 4px
}

.modern-input label::before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1
}

.modern-input input:focus+label,
.modern-input input:not(:placeholder-shown)+label,
.modern-input select:focus+label,
.modern-input select:valid+label {
    top: -3px;
    background: #fff;
    padding: 0 6px;
    font-size: 12px;
    color: var(--accent2-color)
}

.modern-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important
}

.select-input {
    position: relative
}

.select-input::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    font-size: 10px;
    color: var(--accent2-color);
    pointer-events: none
}

.modern-input select option {
    padding: 12px;
    border: none;
    cursor: pointer;
    background: #fff;
    font-size: 15px
}

.modern-input select option:hover {
    background: #e8f0fe !important
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: var(--accent2-color);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s ease-in-out
}

.submit-btn:hover {
    background: var(--secondary-color)
}

.close-modal {
    position: absolute;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    font-size: 24px;
    cursor: pointer;
    color: var(--text-light)
}

@media (max-width:576px) {
    .register-form {
        padding: var(--spacing-md)
    }

    .form-title {
        font-size: var(--font-size-xl);
        margin: 1rem auto 2rem
    }

    .close-modal {
        top: 8px;
        right: 8px;
        font-size: 20px
    }

    .bottom-navs {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 6px;
        gap: 6px;
        border-radius: 0;
        width: 100%;
        overflow-x: auto;
        animation: none
    }

    .register-btn {
        font-weight: 400;
        font-size: .8rem;
        flex-grow: 1
    }

    .whatsapp-btn span {
        font-size: 1.1rem
    }

    .register-btn,
    .whatsapp-btn {
        padding: 5px var(--spacing-md);
        border-radius: var(--radius-sm)
    }
}

.news-modal-content {
    border-radius: 20px;
    background: rgb(255 255 255 / .85);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgb(0 0 0 / .2);
    overflow: hidden;
    animation: fadeIn 0.65s ease
}

.popup-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgb(0 0 0 / .15)
}

.object-fit-cover {
    object-fit: cover
}

.page-section {
    position: relative;
    width: 100%;
    min-height: 380px;
    background: #fff0;
    backdrop-filter: blur(1px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: var(--spacing-md)
}

.page-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page-heading::after {
    content: "\F0335";
    font-family: "Material Design Icons";
    font-size: 28px;
    position: absolute;
    top: -10px;
    right: -40px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--accent2-color);
    transform: rotate(45deg);
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / .15);
    animation: diamondFloat 2.5s ease-in-out infinite;
    z-index: 20
}

.page-heading::after>* {
    transform: rotate(-45deg)
}

.page-heading h1 {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    text-align: center
}

.page-heading p {
    font-size: var(--font-size-lg);
    font-size: 12px;
    color: var(--text-light) !important;
    border: 1px solid #dadada;
    padding: 3px 10px;
    border-radius: 7px;
    margin-top: 10px;
    text-align: center
}

.main-content {
    width: 100%;
    background-image: repeating-linear-gradient(0deg, rgb(219 219 219 / .2) 0, rgb(219 219 219 / .2) 1px, transparent 1px, transparent 21px), repeating-linear-gradient(90deg, rgb(219 219 219 / .2) 0, rgb(219 219 219 / .2) 1px, transparent 1px, transparent 21px), linear-gradient(90deg, #ffffff, #ffffff);
    min-height: 400px
}

@media (max-width:992px) {
    .page-section {
        min-height: 340px
    }
}

@media (max-width:992px) {
    .page-section {
        min-height: 300px
    }

    .page-heading h1 {
        font-size: var(--font-size-2xl)
    }

    .page-heading p {
        font-size: var(--font-size-base);
        opacity: .85
    }
}

@media (max-width:576px) {
    .page-section {
        min-height: 260px
    }

    .page-heading h1 {
        font-size: var(--font-size-xl);
        font-weight: 600
    }

    .page-heading p {
        font-size: var(--font-size-sm);
        opacity: .85
    }
}

.main-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header {
    text-align: center;
    margin-bottom: 50px;
    animation: fadeInDown 1s ease
}

.header h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.header p {
    font-size: 16px;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
    margin-bottom: 50px
}

.contact-page-container .contact-form {
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    padding: 40px;
    animation: fadeInLeft 1s ease
}

.contact-page-container .form-group {
    margin-bottom: 25px
}

.contact-page-container .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--primary-color);
    font-size: 14px
}

.contact-page-container .form-group input,
.contact-page-container .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #dfdfdf;
    background: rgb(255 255 255 / .05);
    color: var(--text-light);
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none
}

.contact-page-container .form-group input::placeholder,
.contact-page-container .form-group textarea::placeholder {
    color: #888
}

.contact-page-container .form-group input:focus,
.contact-page-container .form-group textarea:focus {
    background: rgb(255 255 255 / .7);
    border-color: var(--accent2-color)
}

.contact-page-container .form-group textarea {
    resize: vertical;
    min-height: 120px
}

.contact-page-container .submit-btn {
    width: 100%;
    padding: 16px 32px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--accent2-color));
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease-in-out
}

.contact-page-container .submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color))
}

.contact-page-container .submit-btn:hover span.mdi {
    color: var(--accent-color)
}

.contact-page-container .submit-btn:active {
    transform: translateY(0)
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: fadeInRight 1s ease
}

.contact-page-container .info-card {
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease
}

.contact-info .address-card {
    border: 1px solid #E7E7E7;
    background-color: var(--white);
    transition: all 0.4s ease-in-out
}

.contact-info .address-card:hover {
    transform: translateY(-5px)
}

.contact-page-container .info-card.extra-info:hover {
    transform: translateY(-5px)
}

.contact-page-container .info-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 12px
}

.contact-page-container .info-card h3 span.mdi {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: var(--white);
    border-radius: 12px;
    font-size: 18px
}

.contact-page-container .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #aaa
}

.contact-page-container .info-item span.mdi {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hover-bg);
    border-radius: 10px;
    font-size: 16px
}

.contact-page-container .info-item:last-child {
    margin-bottom: 0
}

.social-media {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.social-link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--accent2-color);
    text-decoration: none;
    font-size: 20px;
    transition: all 0.4s ease-in-out
}

.social-link:hover {
    background: var(--bg-dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px navy
}

.map-section {
    width: 100%;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 20px;
    box-shadow: var(--shadow);
    animation: fadeInUp 1s ease
}

.map-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center
}

.map-container {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--glass-border)
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

@media (max-width:992px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .header p {
        font-size: 14px
    }

    .contact-page-container .contact-form,
    .contact-page-container .info-card {
        padding: 30px 25px
    }
}

@media (max-width:576px) {
    .contact-page-container .main-container {
        padding: 30px 15px
    }

    .header h2 {
        font-size: 32px
    }

    .header p {
        font-size: 12px
    }

    .contact-page-container .contact-form,
    .contact-page-container .info-card {
        padding: 25px 20px
    }

    .map-container {
        height: 300px
    }

    .social-link {
        width: 45px;
        height: 45px;
        font-size: 18px
    }
}

#Girl {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    transform-box: fill-box;
    float: left;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .5)
}

@keyframes swing {
    0% {
        transform: rotate(9deg)
    }

    100% {
        transform: rotate(-9deg)
    }
}

#Vector_38 {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center 0;
    transform-box: fill-box;
    float: left
}

#Vector_39 {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center 0;
    transform-box: fill-box;
    float: left
}

#Vector_40 {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    transform-box: fill-box;
    float: left
}

.shap.one {
    background-image: -moz-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    background-image: -webkit-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    background-image: -ms-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    width: 650px;
    height: 510px;
    top: -43%;
    left: -58%
}

.shap {
    position: absolute;
    opacity: .05;
    transform: rotate(45deg);
    left: 90px;
    z-index: -1;
    border-radius: 45px
}

.shap.two {
    background-image: -moz-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    background-image: -webkit-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    background-image: -ms-linear-gradient(140deg, #138A36 0%, #138A36 100%);
    width: 666px;
    height: 330px;
    top: -42%;
    left: -15%
}

.mauto {
    margin: auto
}

.bg-svg {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: relative;
    margin-bottom: 40px
}

#Leaf1 {
    -webkit-animation: shake-bottom 2s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 2s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf11 {
    -webkit-animation: shake-bottom 2.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 2.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf10 {
    -webkit-animation: shake-bottom 3s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 3s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf12 {
    -webkit-animation: shake-bottom 9s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 9s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf13 {
    -webkit-animation: shake-bottom 8s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 8s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#lef14 {
    -webkit-animation: shake-bottom 7.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 7.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf15 {
    -webkit-animation: shake-bottom 7s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 7s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf16 {
    -webkit-animation: shake-bottom 6.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 6.5s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

#leaf17 {
    -webkit-animation: shake-bottom 6s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: shake-bottom 6s cubic-bezier(.455, .03, .515, .955) infinite both;
    transform-box: fill-box
}

@-webkit-keyframes shake-bottom {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes shake-bottom {

    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    20%,
    40%,
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.about-page-container {
    font-family: var(--font-primary);
    color: var(--text-dark);
    overflow-x: hidden
}

.about-page-container * {
    margin: 0;
    padding: 0
}

.about-page-container .about-hero-section {
    padding: var(--spacing-2xl) 0;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    display: flex;
    align-items: center
}

.about-page-container .about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .3
}

.about-page-container .hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    text-align: center
}

.about-page-container .hero-title {
    font-size: var(--font-size-3xl);
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    animation: fadeInUp 0.8s ease
}

.about-page-container .hero-subtitle {
    font-size: var(--font-size-lg);
    color: #999;
    opacity: .95;
    max-width: 700px;
    margin: 0 auto var(--spacing-xl);
    animation: fadeInUp 0.8s ease 0.2s backwards
}

.about-page-container .hero-stats {
    animation: fadeInUp 0.8s ease 0.4s backwards
}

.about-page-container .stat-item {
    text-align: center;
    background: var(--gradient-primary);
    border: 1px solid #dadada;
    border-radius: 20px;
    padding: var(--spacing-sm);
    transition: all 0.4s ease-in-out
}

.about-page-container .stat-item:hover {
    transform: scale(1.05)
}

.about-page-container .stat-number {
    font-size: var(--font-size-3xl);
    font-weight: 700;
    display: block
}

.about-page-container .stat-label {
    font-size: var(--font-size-base);
    color: var(--white);
    opacity: .8
}

.about-page-container .story-section {
    padding: var(--spacing-2xl) 0
}

.about-page-container .section-title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    position: relative;
    padding-bottom: var(--spacing-sm)
}

.about-page-container .section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--bg-gradient);
    border-radius: var(--radius-full)
}

.about-page-container .section-title.text-center::after {
    left: 50%;
    transform: translateX(-50%)
}

.about-page-container .story-content {
    font-size: var(--font-size-base);
    line-height: 1.8;
    text-align: justify;
    padding: 0 20px;
    color: var(--text-light)
}

.about-page-container .story-image {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    width: 100%;
    height: auto;
    transition: var(--transition)
}

.about-page-container .story-image:hover {
    transform: scale(1.02)
}

.about-courses .marquee-bounce {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.about-courses .marquee-content {
    display: inline-flex;
    gap: 16px;
    animation: bounce 18s linear infinite alternate
}

.about-courses .card {
    min-width: 300px;
    min-height: 120px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff0;
    padding: var(--spacing-lg)
}

.about-courses .card .card-body h5 {
    color: var(--accent2-color)
}

.about-courses .card .card-body p {
    color: #888
}

.about-page-container .mission-vision-section {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-gradient-light)
}

.about-page-container .mv-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: var(--transition)
}

.about-page-container .mv-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg)
}

.about-page-container .mv-icon {
    width: 80px;
    height: 80px;
    background: var(--bg-gradient);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-2xl);
    color: var(--white);
    margin-bottom: var(--spacing-md)
}

.about-page-container .mv-title {
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm)
}

.about-page-container .mv-description {
    font-size: var(--font-size-base);
    color: var(--text-light);
    line-height: 1.7
}

.about-page-container .values-section {
    padding: var(--spacing-2xl) 0;
    background: var(--white)
}

.about-page-container .value-card {
    text-align: center;
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    transition: var(--transition);
    height: 100%
}

.about-page-container .value-card:hover {
    background: var(--bg-gradient-light);
    transform: translateY(-5px)
}

.about-page-container .value-icon {
    width: 70px;
    height: 70px;
    background: var(--bg-gradient);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xl);
    color: var(--white);
    margin: 0 auto var(--spacing-md)
}

.about-page-container .value-title {
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: var(--spacing-sm)
}

.about-page-container .value-description {
    font-size: var(--font-size-sm);
    color: var(--text-light);
    line-height: 1.6
}

.about-page-container .team-section {
    padding: var(--spacing-2xl) 0
}

.about-page-container .team-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%
}

.about-page-container .cta-section {
    padding: var(--spacing-2xl) 0;
    background: var(--primary-color);
    color: var(--white);
    text-align: center
}

.about-page-container .cta-title {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-bottom: var(--spacing-md)
}

.about-page-container .cta-description {
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-xl);
    opacity: .9
}

.about-page-container .cta-button {
    padding: var(--spacing-sm) var(--spacing-xl);
    background: var(--white);
    color: var(--primary-color);
    border: none;
    border-radius: var(--radius-full);
    font-size: var(--font-size-base);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block
}

.about-page-container .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    background: var(--accent-color)
}

.about-page-container .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease
}

.about-page-container .animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:768px) {
    .about-page-container .hero-title {
        font-size: var(--font-size-2xl)
    }

    .about-page-container .hero-subtitle {
        font-size: var(--font-size-base)
    }

    .about-page-container .stat-number {
        font-size: var(--font-size-2xl)
    }

    .about-page-container .section-title {
        font-size: var(--font-size-xl)
    }

    .about-page-container .story-section,
    .about-page-container .mission-vision-section,
    .about-page-container .values-section,
    .about-page-container .team-section,
    .about-page-container .cta-section {
        padding: var(--spacing-xl) 0
    }

    .about-page-container .story-section .story-content {
        padding: 0 5px
    }
}

@media (max-width:576px) {
    .about-page-container .cta-title {
        font-size: var(--font-size-xl);
        font-weight: 700
    }

    .about-page-container .cta-description {
        font-size: var(--font-size-base);
        margin-bottom: var(--spacing-lg)
    }

    .about-page-container .cta-button {
        padding: var(--spacing-xs) var(--spacing-lg);
        font-size: var(--font-size-sm)
    }
}

.registration-page-container {
    font-family: var(--font-primary);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md);
    position: relative;
    overflow: hidden
}

.registration-page-container .registration-card {
    background: #fff0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    width: 100%;
    border: 1px solid #F2F2F2;
    position: relative;
    z-index: 1;
    animation: slideUp 0.6s ease
}

.registration-page-container .card-left {
    background: var(--gradient-primary);
    padding: var(--spacing-xl);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.registration-page-container .card-left::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(255 255 255 / .1) 2px, transparent 2px);
    background-size: 30px 30px;
    animation: rotateBackground 30s linear infinite
}

.registration-page-container .left-content {
    position: relative;
    z-index: 1
}

.registration-page-container .card-left h2 {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-bottom: var(--spacing-sm)
}

.registration-page-container .card-left p {
    font-size: var(--font-size-sm);
    opacity: .9;
    line-height: 1.6;
    margin-bottom: var(--spacing-md)
}

.registration-page-container .features-list {
    text-align: left;
    margin-top: var(--spacing-lg)
}

.registration-page-container .features-item {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-sm);
    font-size: var(--font-size-sm)
}

.registration-page-container .features-item i {
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--spacing-sm);
    font-size: 14px
}

.registration-page-container .card-right {
    padding: var(--spacing-xl)
}

.registration-page-container .form-header {
    text-align: center;
    margin-bottom: var(--spacing-xl)
}

.registration-page-container .form-header h3 {
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: var(--primary-color)
}

.registration-page-container .form-header p {
    color: var(--text-light);
    font-size: var(--font-size-sm)
}

.registration-page-container .form-group {
    margin-bottom: var(--spacing-md)
}

.registration-page-container .input-group-custom {
    position: relative
}

.registration-page-container .input-icon {
    position: absolute;
    left: var(--spacing-sm);
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-light);
    font-size: var(--font-size-base)
}

.registration-page-container .form-control {
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) 45px;
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
    font-size: var(--font-size-base);
    font-family: var(--font-primary);
    transition: var(--transition)
}

.registration-page-container .form-control::placeholder {
    color: #aaa
}

.registration-page-container .form-control:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: none
}

.registration-page-container .form-select {
    color: #aaa
}

.registration-page-container .terms-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--spacing-md)
}

.registration-page-container .terms-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: var(--spacing-sm);
    cursor: pointer;
    accent-color: var(--secondary-color)
}

.registration-page-container .terms-checkbox label {
    font-size: var(--font-size-sm);
    color: var(--text-light);
    cursor: pointer
}

.registration-page-container .terms-checkbox a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500
}

.registration-page-container .terms-checkbox a:hover {
    text-decoration: underline
}

.registration-page-container .submit-btn {
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-lg);
    background: var(--gradient-primary);
    border: none;
    border-radius: var(--radius-md);
    color: var(--white);
    font-size: var(--font-size-base);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden
}

.registration-page-container .submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s
}

.registration-page-container .submit-btn:hover::before {
    width: 300px;
    height: 300px
}

.registration-page-container .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg)
}

.registration-page-container .submit-btn:active {
    transform: translateY(0)
}

.registration-page-container .submit-btn span {
    position: relative;
    z-index: 1
}

.registration-page-container .form-footer {
    text-align: center;
    margin-top: var(--spacing-md);
    font-size: var(--font-size-sm);
    color: var(--text-light)
}

.registration-page-container .form-footer a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500
}

.registration-page-container .form-footer a:hover {
    text-decoration: underline
}

.registration-page-container .success-message {
    display: none;
    background: rgb(0 212 170 / .1);
    border: 2px solid var(--success-color);
    border-radius: var(--radius-md);
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    color: var(--success-color);
    text-align: center;
    animation: slideDown 0.4s ease
}

.registration-page-container .success-message.show {
    display: block
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.registration-page-container .success-message i {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-xs)
}

@media (max-width:768px) {
    .registration-page-container {
        padding: var(--spacing-sm)
    }

    .registration-page-container .card-left {
        display: none
    }

    .registration-page-container .card-right {
        padding: var(--spacing-md)
    }

    .registration-page-container .form-header h3 {
        font-size: var(--font-size-lg)
    }
}

@media (max-width:576px) {
    .registration-page-container .form-control {
        padding: var(--spacing-xs) var(--spacing-xs) var(--spacing-xs) 40px;
        font-size: var(--font-size-sm)
    }

    .registration-page-container .input-icon {
        left: var(--spacing-xs);
        font-size: var(--font-size-sm)
    }
}

.verification-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-md);
    position: relative;
    overflow: hidden
}

.verification-page-container .verification-card {
    border-radius: var(--radius-xl);
    padding: var(--spacing-2xl);
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 1;
    animation: fadeInUp 0.6s ease
}

.verification-page-container .input-group-custom {
    position: relative;
    margin-bottom: var(--spacing-md)
}

.verification-page-container .form-control-custom {
    width: 100%;
    padding: var(--spacing-sm);
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    font-size: var(--font-size-sm);
    font-family: var(--font-primary);
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    transition: var(--transition);
    background: #fff0
}

.verification-page-container .form-control-custom::placeholder {
    font-size: 12px !important
}

.verification-page-container .form-control-custom:focus {
    outline: none;
    background: var(--white)
}

.verification-page-container .verify-btn {
    width: 100%;
    padding: var(--spacing-sm);
    background: var(--gradient-primary);
    border: none;
    border-radius: var(--radius-md);
    color: var(--white);
    font-size: var(--font-size-lg);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden
}

.verification-page-container .verify-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s
}

.verification-page-container .verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg)
}

.verification-page-container .verify-btn span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm)
}

@media (max-width:768px) {
    .verification-page-container .verification-card {
        padding: var(--spacing-lg)
    }

    .verification-page-container .card-title-custom {
        font-size: var(--font-size-xl)
    }

    .verification-page-container .form-control-custom {
        font-size: var(--font-size-base)
    }
}

@media (max-width:576px) {
    .verification-page-container .verification-card {
        padding: 0
    }
}

.course-header {
    background: var(--gradient-primary);
    color: var(--white);
    padding: var(--spacing-lg);
    border-radius: var(--radius-lg);
    min-height: 240px;
    opacity: .9;
    overflow: hidden
}

.rate-container {
    border: 2px dashed #fff
}

.course-header p {
    text-align: justify
}

.info-block {
    background: #ffffff80;
    padding: var(--spacing-md);
    border: 1px solid #F2F2F2;
    border-radius: var(--radius-md);
    margin-bottom: 24px
}

.info-block h4 {
    color: var(--primary-color);
    opacity: .9;
    font-size: clamp(18px, 3vw, 24px)
}

.course-details-bg-icon {
    position: absolute;
    font-size: 30rem;
    top: -50px;
    right: 20px;
    animation: Rotate 8s infinite linear;
    z-index: -1;
    opacity: .1
}

.check-list,
.diamond-list,
.bulb-list,
.book-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.check-list li,
.diamond-list li,
.bulb-list li,
.book-list>li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px
}

.check-list li::before {
    content: "\F05E0";
    font-family: "Material Design Icons";
    font-size: 16px;
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0
}

.diamond-list li::before {
    content: "\F0B8B";
    font-family: "Material Design Icons";
    font-size: 16px;
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0
}

.bulb-list li::before {
    content: "\F0335";
    font-family: "Material Design Icons";
    font-size: 18px;
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0
}

.book-list>li::before {
    content: "\F05DA";
    font-family: "Material Design Icons";
    font-size: 18px;
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0
}

.sticky-form {
    position: sticky;
    top: 120px
}

.review-box {
    padding: var(--spacing-md);
    border: 1px solid #F2F2F2;
    border-radius: var(--radius-md);
    margin-bottom: 16px
}

.star {
    color: gold
}

.course-tabs {
    top: 90px
}

.course-tabs .nav {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 18px;
    padding: 10px
}

.course-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: var(--font-size-sm);
    gap: 12px;
    font-weight: 600
}

.course-tabs .nav-link .mdi {
    font-size: 1.2rem;
    line-height: 1
}

.course-tabs .nav-link.active .mdi {
    color: #fff
}

.course-tabs .nav-link:hover {
    background: #f8fafc;
    color: #0f172a
}

.course-tabs .nav-link.active {
    background: var(--gradient-primary);
    color: #fff
}

.info-card {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding: 28px;
    font-size: var(--font-size-sm)
}

.info-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color)
}

.info-card li {
    color: var(--text-light);
    margin-bottom: 10px
}

.styled-list {
    list-style: none;
    padding: 0
}

.styled-list li {
    background-image: var(--gradient-soft);
    padding: 10px 0 10px 16px;
    border: 1px solid #dadada;
    border-radius: 12px;
    margin-bottom: 18px
}

.skill-badge {
    background: #FF8C1A10;
    color: var(--bg-darker);
    padding: 8px 14px;
    border: 1px solid #dadada;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600
}

.feature-item {
    padding: 18px;
    border: 1px solid #dadada;
    border-radius: 14px;
    margin-bottom: 14px;
    transition: .25s
}

.feature-item:hover {
    transform: translateY(-2px);
    border-color: #dadada
}

.feature-item h6 {
    font-weight: 700;
    margin-bottom: 6px
}

.feature-item p {
    margin: 0;
    color: #64748b
}

.mini-box {
    background: #FF8C1A10;
    border: 1px solid #dadada;
    border-radius: 14px;
    padding: 16px;
    height: 100%
}

.mini-box small {
    color: #64748b
}

.mini-box h6 {
    margin-top: 6px;
    font-weight: 600
}

@media (max-width:991px) {
    .course-tabs {
        position: static !important
    }

    .course-tabs .nav {
        flex-direction: row !important;
        overflow: auto;
        white-space: nowrap;
        padding: 8px
    }

    .course-tabs .nav-link {
        flex: 0 0 auto;
        font-size: .9rem;
        padding-left: 20px
    }

    .info-card {
        padding: 20px
    }
}

.course-faq-section {
    padding: 60px 16px 80px
}

.faq-title {
    margin: 0 0 32px;
    text-align: center;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--secondary-color)
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.faq-item {
    background: #fafafa;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    transition: var(--accent2-color) var(--accent-color), background-color var(--accent-color)
}

.faq-item.is-open {
    border-color: var(--accent2-color)
}

.faq-header {
    width: 100%;
    padding: var(--spacing-sm);
    border: none;
    outline: none;
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: left
}

.faq-item.is-open .faq-header {
    background-color: var(--accent2-color);
    color: var(--white)
}

.faq-header:hover {
    background: var(--bg-light)
}

.faq-header:focus-visible {
    outline: 2px solid var(--accent2-color);
    outline-offset: 2px
}

.faq-question {
    flex: 1
}

.faq-icon {
    position: relative;
    width: 10px;
    height: 10px;
    flex-shrink: 0
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--accent2-color);
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center
}

.faq-icon::before {
    transform: translate(-50%, -50%)
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq-item.is-open .faq-icon::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.faq-body {
    display: none;
    padding: 0 var(--padding);
    color: var(--text-main)
}

.faq-item.is-open .faq-body {
    padding-bottom: var(--padding)
}

.faq-body p {
    margin: 0;
    padding: var(--spacing-sm);
    font-size: 13px;
    line-height: 1.7;
    color: #888;
    max-width: 720px
}

.course-details-register .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    background: #fff0;
    transition: border-color 0.3s ease
}

#courseInviteCarousel .carousel-text {
    min-height: 70px;
    overflow-y: auto;
    align-items: center;
    justify-content: center;
    text-align: center
}

.course-details-register .form-control:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: none
}

.course-details-register form .btn {
    background: var(--gradient-primary);
    border: none !important;
    color: var(--white);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.course-details-register form .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #00008033
}

@media (max-width:576px) {
    .faq-section {
        padding: 40px 12px 56px
    }

    .faq-header {
        padding: 16px;
        font-size: 13px
    }

    .faq-body {
        padding: 0 20px
    }

    .faq-body p {
        padding: 0;
        font-size: 12px;
        line-height: 1.3
    }

    .faq-item.is-open .faq-body {
        padding-bottom: 20px
    }

    #courseInviteCarousel .carousel-text {
        font-size: .85rem;
        min-height: 60px
    }
}

@media(max-width:991px) {
    .sticky-form {
        position: relative;
        top: unset
    }
}

@keyframes float-diamond {

    0%,
    100% {
        transform: rotate(45deg) translateY(0)
    }

    50% {
        transform: rotate(45deg) translateY(-30px)
    }
}

@keyframes float-symbol {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg)
    }

    25% {
        transform: translate(30px, -30px) rotate(90deg)
    }

    50% {
        transform: translate(-20px, -50px) rotate(180deg)
    }

    75% {
        transform: translate(-40px, -20px) rotate(270deg)
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes orbit {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    25% {
        transform: translate(40px, -40px) scale(1.1)
    }

    50% {
        transform: translate(0, -60px) scale(.9)
    }

    75% {
        transform: translate(-40px, -40px) scale(1.1)
    }
}

@keyframes Rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes floatAnim {
    from {
        transform: translate(0, 0) scale(1)
    }

    to {
        transform: translate(80px, 120px) scale(1.3)
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }

    25% {
        transform: translate(30px, -30px) scale(1.1)
    }

    50% {
        transform: translate(-20px, 20px) scale(.9)
    }

    75% {
        transform: translate(20px, 30px) scale(1.05)
    }
}

@keyframes float3 {

    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-30px) rotate(180deg)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes scaleIn {
    from {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes diamondFloat {
    0% {
        transform: rotate(45deg) translateY(0)
    }

    50% {
        transform: rotate(45deg) translateY(-8px)
    }

    100% {
        transform: rotate(45deg) translateY(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-60%)
    }
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(50px, 50px)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes slide {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide-right {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.reveal {
    opacity: 0;
    transition: all .9s cubic-bezier(.215, .61, .355, 1);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: opacity, transform
}

.text-ellipsis-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.text-ellipsis-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}