﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.grant-cta {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.head-mainwrap {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1128px;
}.inner-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure-fortification {
    background-color: rgb(237,228,242);
    padding: 40px;
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.secure-fortification h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(216,195,225);
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(216,195,225,0.5);
}.secure-fortification h2 {
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(185,158,202);
    border-left: 4px solid rgb(185,158,202,0.5);
    font-size: 37px;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
}.secure-fortification h3,
.secure-fortification h4,
.secure-fortification h5,
.secure-fortification h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
}.secure-fortification ul,
.secure-fortification ol {
    list-style-position: inside;
    margin-left: 20px;
}.secure-fortification li {
    margin-bottom: 10px;
    font-size: 12px;
}.secure-fortification section {
    background-color: rgb(237,228,242);
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.secure-fortification p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.6;
}.secure-fortification span {
    font-weight: 600;
    color: rgb(216,195,225);
}.secure-fortification div {
    margin-bottom: 20px;
}.secure-fortification a {
    border-bottom: 1px solid rgb(216,195,225,0.5);
    transition: color 0.3s, border-color 0.3s;
    text-decoration: none;
    color: rgb(216,195,225);
}.secure-fortification a:hover {
    border-color: rgb(185,158,202,0.5);
    color: rgb(185,158,202);
}.secure-fortification button {
    border: none;
    color: #ffffff;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(216,195,225);
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}.secure-fortification button:hover {
    background-color: rgb(185,158,202);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {.secure-fortification {
    padding: 20px;
}.secure-fortification h1 {
    font-size: calc(21px - 4px);
}.secure-fortification h2 {
    font-size: calc(21px - 4px);
}.secure-fortification p {
    font-size: calc(12px - 2px);
}.secure-fortification button {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}}.our-team {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our-team::before {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(216,195,225,0.5), rgba(0, 0, 0, 0.5) 85%);
    backdrop-filter: blur(3px);
    content: "";
    z-index: 1;
    left: 0;
}.our-team::after {
    transform: rotate(25deg);
    right: -10%;
    background: rgb(185,158,202,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: -15%;
    z-index: 1;
    width: 35%;
    height: 80%;
    opacity: 0.15;
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    content: "";
}.our-team .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.our-team .tag-content {
    padding: 60px 50px;
    margin-left: auto;
    max-width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
}.our-team .tag-content::before {
    transform-origin: top;
    animation-delay: 0.5s;
    background: rgb(216,195,225);
    left: -20px;
    animation: expandLine 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    height: 70%;
    top: 40px;
    width: 5px;
    transform: scaleY(0);
    content: "";
    position: absolute;
}.our-team .tag-content::after {
    position: absolute;
    height: 120px;
    z-index: -1;
    border-right: 3px solid rgb(185,158,202,0.5);
    opacity: 0.6;
    bottom: 30px;
    border-bottom: 3px solid rgb(185,158,202,0.5);
    width: 120px;
    right: 30px;
    content: "";
}.our-team h1 {
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 43px;
    color: rgb(216,195,225);
    transition: transform 0.4s ease;
    position: relative;
    margin-bottom: 30px;
    transform: translateX(0);
}.our-team h1::after {
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(to right, rgb(216,195,225), rgb(185,158,202));
    content: "";
    width: 80px;
    height: 3px;
    transform-origin: left;
}.our-team ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.our-team li {
    animation-delay: 0.8s;
    margin-bottom: 15px;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}.our-team li:first-child {
    animation-delay: 0.6s;
    margin-bottom: 25px;
}.our-team h4 {
    position: relative;
    font-size: calc(21px * 1.1);
    margin: 0 0 5px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.our-team h4::before {
    content: "";
    left: 0;
    background: rgb(185,158,202,0.5);
    transform: scaleX(0);
    bottom: -2px;
    height: 1px;
    transform-origin: left;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
}.our-team h4:hover::before {
    transform: scaleX(1);
}.our-team span {
    column-count: 2;
    max-width: 100%;
    display: block;
    column-gap: 40px;
    column-rule: 1px solid rgb(185,158,202,0.5);
    font-size: 13px;
    text-align: justify;
    color: #000000;
    line-height: 1.8;
}.our-team .tag-content:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.our-team .tag-content:hover h1 {
    transform: translateX(5px);
}

@keyframes expandWidth {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes expandLine {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes fadeInUp {
  from { 
    opacity: 0;
    transform: translateY(30px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0% { transform: rotate(25deg) translateY(0); }
  50% { transform: rotate(22deg) translateY(15px); }
  100% { transform: rotate(25deg) translateY(0); }
}

@media (max-width: 1200px) {.our-team {
    padding: 100px 0;
}.our-team .tag-content {
    padding: 50px 40px;
    max-width: 95%;
}.our-team span {
    column-gap: 30px;
    column-count: 2;
}
}

@media (max-width: 992px) {.our-team {
    padding: 80px 0;
}.our-team::after {
    width: 40%;
    right: -15%;
}.our-team .tag-content {
    padding: 40px 30px;
    max-width: 100%;
}.our-team h1 {
    font-size: calc(43px * 0.9);
}.our-team span {
    column-count: 2;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.our-team {
    padding: 60px 0;
}.our-team::after {
    display: none;
}.our-team .tag-content {
    padding: 35px 25px;
}.our-team .tag-content::before {
    height: 60%;
    left: -10px;
}.our-team h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 25px;
}.our-team h1::after {
    width: 60px;
}.our-team span {
    line-height: 1.7;
    column-count: 1;
}
}

@media (max-width: 576px) {.our-team {
    padding: 50px 0;
}.our-team .container {
    padding: 0 20px;
}.our-team .tag-content {
    padding: 30px 20px;
}.our-team .tag-content::after {
    right: 15px;
    width: 80px;
    bottom: 15px;
    height: 80px;
}.our-team h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.8);
}.our-team h4 {
    font-size: 21px;
}.our-team span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.title-portal {
    position: relative;
    overflow: hidden;
    background: rgb(237,228,242);
    min-height: 100vh;
    width: 100%;
}.title-portal::before {
    content: "";
    background-image: linear-gradient(
        0deg,
        rgb(216,195,225,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(216,195,225,0.5) 50%,
        rgb(216,195,225,0.5) 75%,
        transparent 75%
    );
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: 30px 30px;
    animation: slideBg 20s linear infinite;
    opacity: 0.05;
}@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.title-portal .learn-online {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}.title-portal .start-begin {
    width: 100%;
    overflow: hidden;
    perspective: 1500px;
    height: 60vh;
    position: relative;
    margin-top: 50px;
}.title-portal .start-begin input {
    display: none;
}.title-portal .edu-page {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}.title-portal .online-tech {
    border: 5px solid #ffffff;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(60deg) translateZ(600px);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    left: 10%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    width: 80%;
    height: 100%;
    top: 0;
    position: absolute;
}.title-portal .online-tech img {
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    object-fit: cover;
}.title-portal .start-begin input:nth-child(1):checked ~ .edu-page .online-tech:nth-child(1),
.title-portal .start-begin input:nth-child(2):checked ~ .edu-page .online-tech:nth-child(2),
.title-portal .start-begin input:nth-child(3):checked ~ .edu-page .online-tech:nth-child(3),
.title-portal .start-begin input:nth-child(4):checked ~ .edu-page .online-tech:nth-child(4),
.title-portal .start-begin input:nth-child(5):checked ~ .edu-page .online-tech:nth-child(5),
.title-portal .start-begin input:nth-child(6):checked ~ .edu-page .online-tech:nth-child(6),
.title-portal .start-begin input:nth-child(7):checked ~ .edu-page .online-tech:nth-child(7),
.title-portal .start-begin input:nth-child(8):checked ~ .edu-page .online-tech:nth-child(8),
.title-portal .start-begin input:nth-child(9):checked ~ .edu-page .online-tech:nth-child(9),
.title-portal .start-begin input:nth-child(10):checked ~ .edu-page .online-tech:nth-child(10) {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0) translateZ(0);
    z-index: 2;
}.title-portal .start-begin input:checked ~ .edu-page .online-tech img {
    transform: scale(1);
}.title-portal .main-front {
    display: flex;
    z-index: 10;
    position: absolute;
    gap: 15px;
    text-align: center;
    bottom: 30px;
    justify-content: center;
    left: 0;
    width: 100%;
}.title-portal .main-front label {
    border-radius: 50%;
    transform: scale(1);
    border: 2px solid #ffffff;
    cursor: pointer;
    height: 12px;
    position: relative;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 12px;
}.title-portal .main-front label::before {
    position: absolute;
    inset: 2px;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(216,195,225);
    content: "";
    transition: transform 0.3s ease;
}.title-portal .start-begin input:nth-child(1):checked ~ .main-front label:nth-child(1)::before,
.title-portal .start-begin input:nth-child(2):checked ~ .main-front label:nth-child(2)::before,
.title-portal .start-begin input:nth-child(3):checked ~ .main-front label:nth-child(3)::before,
.title-portal .start-begin input:nth-child(4):checked ~ .main-front label:nth-child(4)::before,
.title-portal .start-begin input:nth-child(5):checked ~ .main-front label:nth-child(5)::before,
.title-portal .start-begin input:nth-child(6):checked ~ .main-front label:nth-child(6)::before,
.title-portal .start-begin input:nth-child(7):checked ~ .main-front label:nth-child(7)::before,
.title-portal .start-begin input:nth-child(8):checked ~ .main-front label:nth-child(8)::before,
.title-portal .start-begin input:nth-child(9):checked ~ .main-front label:nth-child(9)::before,
.title-portal .start-begin input:nth-child(10):checked ~ .main-front label:nth-child(10)::before {
    transform: scale(1);
}.title-portal .start-begin input:nth-child(1):checked ~ .main-front label:nth-child(1),
.title-portal .start-begin input:nth-child(2):checked ~ .main-front label:nth-child(2),
.title-portal .start-begin input:nth-child(3):checked ~ .main-front label:nth-child(3),
.title-portal .start-begin input:nth-child(4):checked ~ .main-front label:nth-child(4),
.title-portal .start-begin input:nth-child(5):checked ~ .main-front label:nth-child(5),
.title-portal .start-begin input:nth-child(6):checked ~ .main-front label:nth-child(6),
.title-portal .start-begin input:nth-child(7):checked ~ .main-front label:nth-child(7),
.title-portal .start-begin input:nth-child(8):checked ~ .main-front label:nth-child(8),
.title-portal .start-begin input:nth-child(9):checked ~ .main-front label:nth-child(9),
.title-portal .start-begin input:nth-child(10):checked ~ .main-front label:nth-child(10) {
    border-color: rgb(216,195,225);
    transform: scale(1.3);
}.title-portal .tag-content {
    width: 100%;
    z-index: 5;
    text-align: center;
    max-width: 1140px;
    position: relative;
    margin: auto;
    padding: 50px 30px;
}.title-portal .tag-content::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    background-color: rgb(216,195,225);
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}.title-portal .tag-content .container {
    max-width: 800px;
    margin: 0 auto;
}.title-portal .tag-content h1 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 38px;
}.title-portal .tag-content h1::after {
    position: absolute;
    content: "";
    background: rgb(185,158,202);
    width: 100%;
    bottom: -10px;
    height: 2px;
    left: 0;
}.title-portal .tag-content h3 {
    margin-bottom: 25px;
    color: rgb(216,195,225);
    font-weight: 600;
    font-size: 19px;
}.title-portal .tag-content p {
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    max-width: 90%;
}.title-portal .online-tech::after {
    width: 100%;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    position: absolute;
    left: 0;
    content: "";
}@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.title-portal .tag-content h1,
.title-portal .tag-content h3,
.title-portal .tag-content p {
    opacity: 0;
    animation: slideIn 0.6s forwards;
}.title-portal .tag-content h1 {
    animation-delay: 0.2s;
}.title-portal .tag-content h3 {
    animation-delay: 0.4s;
}.title-portal .tag-content p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {.title-portal .tag-content {
    max-width: 960px;
}
}

@media (max-width: 992px) {.title-portal .start-begin {
    height: 50vh;
}.title-portal .tag-content {
    padding: 40px 20px;
    max-width: 720px;
}.title-portal .tag-content h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.title-portal .start-begin {
    margin-top: 30px;
    height: 45vh;
}.title-portal .online-tech {
    width: 90%;
    left: 5%;
}.title-portal .tag-content {
    max-width: 540px;
    padding: 30px 15px;
}.title-portal .tag-content h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.title-portal .tag-content h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.title-portal .tag-content p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.title-portal .start-begin {
    height: 40vh;
    margin-top: 20px;
}.title-portal .online-tech {
    border-width: 3px;
    width: 95%;
    left: 2.5%;
}.title-portal .tag-content {
    padding: 25px 10px;
}.title-portal .tag-content::before {
    width: 60px;
}.title-portal .tag-content h1 {
    font-size: calc(38px * 0.7);
}.title-portal .tag-content h3 {
    font-size: calc(19px * 0.8);
    margin-bottom: 15px;
}.title-portal .tag-content p {
    font-size: calc(18px * 0.9);
    max-width: 100%;
}.title-portal .main-front {
    gap: 10px;
    bottom: 15px;
}.title-portal .main-front label {
    width: 10px;
    height: 10px;
}}

.title-portal .online-tech {
    border-radius: 23px;
}.title-portal .online-tech::before {
    display: flex;
    right: 15px;
    width: 35px;
    height: 35px;
    opacity: 0.9;
    z-index: 3;
    justify-content: center;
    content: "";
    border-radius: 50%;
    background: #ffffff;
    top: 15px;
    position: absolute;
    align-items: center;
}.title-portal .main-front label:hover {
    transform: scale(1.2);
}.instructor-history {
    background: rgb(237,228,242);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.instructor-history::before {
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(216,195,225,0.5) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.instructor-history::after {
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    width: 40%;
    background: rgb(185,158,202,0.5);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
}.instructor-history .feedback-panel {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    margin: 0 auto;
    display: grid;
}.instructor-history .img-list-item {
    filter: grayscale(100%);
    overflow: hidden;
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
}.instructor-history .img-list-item::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(216,195,225,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
}.instructor-history .img-list-item:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.instructor-history .exp-box {
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
}.instructor-history .exp-box::before {
    position: absolute;
    height: 0;
    top: 0;
    transition: height 0.8s ease-out;
    width: 2px;
    left: 0;
    background: rgb(216,195,225);
    content: "";
}.instructor-history .feedback-panel:hover .exp-box::before {
    height: 100%;
}.instructor-history .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 44px;
    position: relative;
    font-weight: 700;
    overflow: hidden;
}.instructor-history .name::after {
    background: rgb(185,158,202);
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    transition: transform 0.6s ease-out 0.2s;
    transform: translateX(-101%);
    position: absolute;
}.instructor-history .feedback-panel:hover .name::after {
    transform: translateX(0);
}.instructor-history .exp-box > div:nth-child(2) {
    font-size: 21px;
    opacity: 0;
    font-weight: 400;
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(185,158,202);
    transform: translateY(20px);
}.instructor-history .feedback-panel:hover .exp-box > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.instructor-history .employee-view {
    font-weight: 300;
    transition: all 0.5s ease-out 0.6s;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-size: 17px;
}.instructor-history .feedback-panel:hover .employee-view {
    transform: translateY(0);
    opacity: 1;
}.instructor-history .employee-view::first-letter {
    color: rgb(216,195,225);
    font-weight: 700;
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.instructor-history:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {.instructor-history .feedback-panel {
    gap: 2rem;
    grid-template-columns: 1fr;
}.instructor-history .img-list-item {
    aspect-ratio: 16/9;
    max-height: 300px;
}.instructor-history .exp-box {
    padding: 1rem 0;
}.instructor-history .exp-box::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.instructor-history .feedback-panel:hover .exp-box::before {
    width: 100%;
    height: 2px;
}}.ty-message {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
}.ty-message::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    top: 0;
    z-index: 1;
}.ty-message::after {
    position: absolute;
    animation: float 15s infinite ease-in-out;
    top: -150px;
    height: 300px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.2;
    content: "";
    right: -150px;
    background: radial-gradient(circle, rgb(185,158,202) 0%, transparent 70%);
    width: 300px;
}.ty-message .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.ty-message h2 {
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 31px;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(216,195,225);
    transform-origin: center;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
}.ty-message h2::after {
    transition: width 0.3s ease;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}.ty-message .learn-online {
    border-radius: 28px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    transform: translateY(0);
    padding: 40px;
    position: relative;
}.ty-message .learn-online::before {
    width: 100%;
    background-size: 200% 100%;
    top: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202), rgb(216,195,225));
    position: absolute;
    content: "";
    animation: gradientShift 6s infinite linear;
}.ty-message .learn-online:hover {
    transform: translateY(-5px);
}.ty-message .learn-online:hover h2::after {
    width: 120px;
}.ty-message ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty-message li {
    position: relative;
    padding-left: 25px;
}.ty-message li::before {
    width: 10px;
    top: 8px;
    background: rgb(185,158,202);
    transition: transform 0.3s ease;
    height: 10px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    left: 0;
    position: absolute;
}.ty-message li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.ty-message span {
    line-height: 1.7;
    font-weight: 400;
    padding: 10px 0;
    letter-spacing: 0.3px;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(12px + 2px);
    position: relative;
}.ty-message span::after {
    height: 1px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.ty-message {
    padding: 80px 0;
}.ty-message h2 {
    font-size: calc(31px - 2px);
}.ty-message .learn-online {
    padding: 30px;
}.ty-message span {
    font-size: 12px;
}
}

@media (max-width: 768px) {.ty-message {
    padding: 60px 0;
}.ty-message h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(31px - 4px);
}.ty-message .learn-online {
    padding: 25px;
}.ty-message li::before {
    top: 6px;
}.ty-message span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 480px) {.ty-message {
    padding: 40px 0;
}.ty-message h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 6px);
    transform: none;
}.ty-message h2::after {
    width: 60px;
    bottom: -10px;
}.ty-message .learn-online {
    padding: 20px;
}.ty-message li {
    padding-left: 20px;
}.ty-message li::before {
    top: 7px;
    width: 8px;
    height: 8px;
}.ty-message span {
    line-height: 1.5;
    font-size: calc(12px - 2px);
    letter-spacing: 0.2px;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    background: linear-gradient(210deg, #000000 0%, rgb(216,195,225) 100%);
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.92;
    right: 0;
    bottom: 0;
    left: 0;
}.grant-cta {
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 90px 0 50px;
    color: #ffffff;
    position: relative;
}.grant-cta::before {
    position: absolute;
    left: 0;
    height: 1px;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    opacity: 0.1;
}.grant-cta .container {
    display: flex;
    flex-direction: column;
}.grant-cta .company_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    padding: 30px;
    margin-top: 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    order: 2;
    backdrop-filter: blur(10px);
}.grant-cta .company_holder h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: 3px;
}.grant-cta .company_holder h3::after {
    border-radius: 3px;
    display: block;
    width: 60px;
    content: '';
    background: rgb(216,195,225);
    height: 3px;
    margin: 15px auto 0;
}.grant-cta .study-bottom {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
    padding-top: 15px;
    text-align: center;
    position: relative;
    font-size: 16px;
}.grant-cta .lecture-ref {
    position: relative;
    order: 1;
}.grant-cta .main-learn {
    gap: 60px;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}.grant-cta .top-class {
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    position: relative;
    padding: 20px;
    min-width: 250px;
    transform: translateZ(0);
    overflow: hidden;
    max-width: calc(50% - 30px);
    flex: 1;
    border-radius: 10px;
}.grant-cta .top-class:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.grant-cta .top-class:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.grant-cta .top-class:hover {
    transform: perspective(1000px) rotateY(0);
}.grant-cta .top-class::before {
    z-index: -1;
    content: '';
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    position: absolute;
}.grant-cta .top-class h5 {
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    word-wrap: break-word;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}.grant-cta .top-class h5::before {
    content: '';
    bottom: -1px;
    left: 0;
    width: 50px;
    background: rgb(185,158,202);
    position: absolute;
    height: 1px;
}.grant-cta .top-class .main-learn {
    margin: 0;
    flex-direction: column;
    display: flex;
    padding: 0 10px;
    gap: 12px;
}.grant-cta .top-class .main-learn a {
    white-space: normal;
    transition: all 0.3s ease;
    opacity: 0.8;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    word-break: break-word;
    display: flex;
    font-size: 16px;
}.grant-cta .top-class .main-learn a::before {
    margin-right: 10px;
    height: 6px;
    min-width: 6px;
    content: '';
    transform: scale(0);
    opacity: 0;
    flex-shrink: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(185,158,202);
}.grant-cta .top-class .main-learn a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.grant-cta .top-class .main-learn a:hover::before {
    opacity: 1;
    transform: scale(1);
}.recycle-info {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
}.recycle-info::before {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(185,158,202,0.5), transparent);
    content: '';
    width: 100%;
}.recycle-info .container {
    text-align: center;
}.recycle-info .footer-workshops {
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.grant-cta .lecture-ref::before {
    z-index: -1;
    width: 250px;
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    height: 250px;
    filter: blur(100px);
    position: absolute;
    left: -5%;
    background: rgb(185,158,202);
    content: '';
    opacity: 0.1;
    border-radius: 50%;
}footer::after {
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    right: 0;
    content: '';
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}

@media (max-width: 992px) {.grant-cta {
    padding: 70px 0 40px;
}.grant-cta .main-learn {
    gap: 40px;
}.grant-cta .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.grant-cta {
    padding: 50px 0 30px;
}.grant-cta .main-learn {
    gap: 30px;
    flex-direction: column;
}.grant-cta .top-class {
    min-width: 100%;
    max-width: 100%;
}.grant-cta .company_holder {
    padding: 20px;
}.grant-cta .study-bottom {
    max-width: 100%;
}
}

@media (max-width: 576px) {.grant-cta {
    padding: 40px 0 20px;
}.grant-cta .company_holder h3 {
    font-size: calc(28px * 0.8);
}.grant-cta .top-class h5 {
    font-size: calc(22px * 0.9);
}}.contact-boxvjHl {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(237,228,242) 50%);
    position: relative;
}.contact-boxvjHl::before {
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    content: "";
    top: 0;
}.contact-boxvjHl .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.contact-boxvjHl h2 {
    font-size: 29px;
    color: rgb(216,195,225);
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}.contact-boxvjHl h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    bottom: -15px;
    height: 3px;
    background: rgb(216,195,225);
    content: "";
}.contact-boxvjHl .support-support {
    background: #ffffff;
    position: relative;
    border-radius: 12px;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.contact-boxvjHl .support-support::before {
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}.contact-boxvjHl .img-list-item {
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
}.contact-boxvjHl .img-list-item::after {
    background: linear-gradient(45deg, rgb(216,195,225,0.5), transparent);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}.contact-boxvjHl .query-list {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}.contact-boxvjHl .query-list::before {
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    background: rgb(237,228,242);
    left: 0;
    content: "";
}.contact-boxvjHl #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact-boxvjHl h3 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}.contact-boxvjHl h3::after {
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(216,195,225,0.5);
    left: 0;
    bottom: 0;
    height: 2px;
}.contact-boxvjHl input[type="text"] {
    color: #000000;
    border: 2px solid rgb(237,228,242);
    font-size: 16px;
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border-radius: 10px;
}.contact-boxvjHl input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(216,195,225);
}.contact-boxvjHl input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-boxvjHl .feedback-help {
    gap: 12px;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.contact-boxvjHl .feedback-help input[type="checkbox"] {
    border-radius: 10px;
    margin-top: 2px;
    position: relative;
    width: 24px;
    cursor: pointer;
    border: 2px solid rgb(237,228,242);
    height: 24px;
    appearance: none;
    transition: all 0.3s ease;
}.contact-boxvjHl .feedback-help input[type="checkbox"]:checked {
    background: rgb(216,195,225);
    border-color: rgb(216,195,225);
}.contact-boxvjHl .feedback-help input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 5px;
    width: 6px;
    content: "";
    left: 8px;
    height: 10px;
}.contact-boxvjHl .feedback-help label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.contact-boxvjHl .feedback-help a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(216,195,225);
}.contact-boxvjHl .feedback-help a:hover {
    color: rgb(185,158,202);
}.contact-boxvjHl .contact-query0sZx {
    background: rgb(216,195,225);
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(216,195,225,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    margin-top: 20px;
    border: none;
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    font-weight: 600;
}.contact-boxvjHl .contact-query0sZx::before {
    transition: all 0.6s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.contact-boxvjHl .contact-query0sZx:hover {
    box-shadow: 0 10px 25px rgb(185,158,202,0.5);
    background: rgb(185,158,202);
    transform: translateY(-3px);
}.contact-boxvjHl .contact-query0sZx:hover::before {
    left: 100%;
}.contact-boxvjHl svg {
    width: 22px;
    fill: rgb(216,195,225);
    height: 22px;
    transition: all 0.3s ease;
}.contact-boxvjHl svg path {
    transition: all 0.3s ease;
    fill: rgb(216,195,225);
}.contact-boxvjHl svg:hover {
    transform: translateY(-2px);
    fill: rgb(185,158,202);
}.contact-boxvjHl svg:hover path {
    fill: rgb(185,158,202);
}

@media (max-width: 1200px) {.contact-boxvjHl {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-boxvjHl {
    padding: 80px 0;
}.contact-boxvjHl .support-support {
    flex-direction: column-reverse;
}.contact-boxvjHl .img-list-item {
    min-height: 350px;
    flex: 0 0 auto;
}.contact-boxvjHl .query-list {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-boxvjHl .query-list::before {
    height: 10px;
    width: 100%;
    left: 0;
    top: 0;
}
}

@media (max-width: 768px) {.contact-boxvjHl {
    padding: 60px 0;
}.contact-boxvjHl h2 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.contact-boxvjHl .query-list {
    padding: 40px 30px;
}.contact-boxvjHl #contact {
    gap: 25px;
}.contact-boxvjHl .img-list-item {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-boxvjHl {
    padding: 50px 0;
}.contact-boxvjHl .container {
    padding: 0 15px;
}.contact-boxvjHl h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact-boxvjHl .query-list {
    padding: 35px 25px;
}.contact-boxvjHl #contact {
    gap: 20px;
}.contact-boxvjHl input[type="text"] {
    padding: 15px;
}.contact-boxvjHl .contact-query0sZx {
    padding: 15px 25px;
    width: 100%;
}.contact-boxvjHl .img-list-item {
    min-height: 250px;
}}.info-hub {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    padding: 6rem 0;
}.info-hub::before {
    position: absolute;
    right: -10%;
    width: 45%;
    filter: blur(40px);
    z-index: 1;
    background: rgb(185,158,202,0.5);
    height: 30%;
    content: "";
    top: -5%;
    opacity: 0.4;
    transform: rotate(-15deg);
}.info-hub::after {
    height: 25%;
    background: rgb(216,195,225,0.5);
    bottom: -5%;
    width: 35%;
    z-index: 1;
    left: -10%;
    filter: blur(40px);
    transform: rotate(15deg);
    content: "";
    position: absolute;
    opacity: 0.3;
}.info-hub h1 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 38px;
    z-index: 2;
    letter-spacing: -0.02em;
}.info-hub h1::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(to right, rgb(185,158,202), rgb(216,195,225));
    height: 4px;
}.info-hub .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.info-hub .reach-out {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    border-radius: 17px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
}.info-hub .reach-out:hover {
    transform: perspective(1000px) rotateX(0deg);
}.info-hub .reach-out > div {
    transition: transform 0.4s ease-out;
    position: relative;
}.info-hub .reach-out > div:hover {
    transform: translateY(-5px);
}.info-hub .reach-out > div:first-child {
    border-left: 3px solid rgb(185,158,202,0.5);
    padding-left: 1.5rem;
    line-height: 1.7;
    color: #000000;
    font-size: calc(18px + 0.05rem);
    position: relative;
}.info-hub .reach-out h6 {
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #000000;
    text-transform: capitalize;
    font-size: 17px;
}.info-hub .reach-out h6 svg {
    transform: scale(0.8);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.info-hub .reach-out span {
    color: #000000;
    margin-top: 0.25rem;
    padding-left: 1.5rem;
    font-size: calc(18px - 0.05rem);
    display: block;
}.info-hub .contact-feedback {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.info-hub .contact-feedback > div {
    position: relative;
    overflow: hidden;
}.info-hub .talk-experts {
    align-items: center;
    font-weight: 400;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    text-decoration: none;
    font-size: calc(18px - 0.05rem);
    text-transform: capitalize;
}.info-hub .talk-experts:hover {
    transform: translateX(5px);
    color: rgb(216,195,225);
}.info-hub .talk-experts::before {
    background-color: rgb(216,195,225);
    left: 0;
    content: "";
    bottom: -2px;
    width: 0;
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
}.info-hub .talk-experts:hover::before {
    width: 100%;
}.info-hub .talk-experts svg {
    transition: transform 0.3s ease;
    transform: scale(0.8);
    margin-left: 0.5rem;
}.info-hub .talk-experts:hover svg {
    transform: scale(0.9) rotate(5deg);
}.info-hub svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.info-hub .talk-experts:hover svg path {
    fill: rgb(216,195,225);
}

@media (min-width: 768px) {.info-hub {
    padding: 8rem 0;
}.info-hub h1 {
    margin-bottom: 4rem;
}.info-hub .reach-out {
    padding: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
}.info-hub .reach-out > div:first-child {
    font-size: calc(18px + 0.1rem);
    padding-left: 2rem;
    grid-column: 1 / -1;
}.info-hub .contact-feedback {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.info-hub {
    padding: 10rem 0;
}.info-hub h1 {
    font-size: calc(38px * 1.1);
}.info-hub .reach-out {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
}.info-hub .reach-out > div:first-child {
    grid-column: auto;
}.info-hub .contact-feedback {
    gap: 2rem;
}.info-hub .reach-out h6 {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.info-hub {
    padding: 4rem 0;
}.info-hub h1 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.info-hub .container {
    padding: 0 1.5rem;
}.info-hub .reach-out {
    padding: 2rem;
    gap: 2rem;
}.info-hub .reach-out > div:first-child {
    padding-left: 1rem;
    font-size: 18px;
}.info-hub .contact-feedback {
    gap: 1rem;
}
}

@media (max-width: 480px) {.info-hub {
    padding: 3rem 0;
}.info-hub h1 {
    font-size: calc(38px * 0.8);
}.info-hub .container {
    padding: 0 1rem;
}.info-hub .reach-out {
    padding: 1.5rem;
}.info-hub .reach-out h6 {
    font-size: calc(17px * 0.95);
}}.plan-shelf {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan-shelf::before {
    right: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
}.plan-shelf .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.plan-shelf .learning-fees {
    flex-direction: column;
    display: flex;
    align-items: center;
}.plan-shelf h2 {
    color: #ffffff;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
}.plan-shelf .promo-plans {
    max-width: 800px;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
    font-size: 16px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.plan-shelf .payment-plan {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    width: 100%;
    padding: 0;
}.plan-shelf .payment-plan li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    opacity: 0;
}.plan-shelf .payment-plan li:nth-child(1) {
    --li-index: 0;
}.plan-shelf .payment-plan li:nth-child(2) {
    --li-index: 1;
}.plan-shelf .payment-plan li:nth-child(3) {
    --li-index: 2;
}.plan-shelf .payment-plan li:nth-child(4) {
    --li-index: 3;
}.plan-shelf .pricing-levels {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    will-change: transform;
    height: 100%;
    transform: perspective(1000px) rotateX(0deg);
}.plan-shelf .pricing-levels:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.plan-shelf .learn-price {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 8px;
}.plan-shelf .pricing-levels:hover .learn-price {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(216,195,225,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.plan-shelf .learn-price::before {
    position: absolute;
    left: -10%;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, transparent 70%);
    transition: all 0.6s ease;
    height: 50%;
    content: "";
    width: 40%;
    transform: rotate(-45deg);
    opacity: 0.1;
    top: -10%;
}.plan-shelf .pricing-levels:hover .learn-price::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.plan-shelf .deal-opts {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    box-sizing: border-box;
    min-height: 280px;
}.plan-shelf .deal-opts h4 {
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
}.plan-shelf .deal-opts h4::after {
    width: 40px;
    left: 0;
    height: 3px;
    background: rgb(216,195,225);
    transition: width 0.4s ease;
    content: "";
    bottom: 0;
    position: absolute;
}.plan-shelf .pricing-levels:hover .deal-opts h4::after {
    width: 60px;
}.plan-shelf .deal-opts p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 25px;
    white-space: normal;
    line-height: 1.7;
    hyphens: auto;
    flex-grow: 1;
    font-size: calc(16px * 0.9);
}.plan-shelf .plan-deals {
    background: rgba(255,255,255,0.05);
    padding: 10px 20px;
    font-size: calc(21px * 1.2);
    position: relative;
    border-radius: 4px;
    color: rgb(216,195,225);
    font-weight: 700;
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
}.plan-shelf .plan-deals::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
}.plan-shelf .pricing-levels:hover .plan-deals::before {
    left: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.plan-shelf {
    padding: 100px 0;
}.plan-shelf .payment-plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan-shelf {
    padding: 80px 0;
}.plan-shelf h2 {
    font-size: calc(28px * 0.9);
}.plan-shelf .payment-plan {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan-shelf .deal-opts {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.plan-shelf {
    padding: 70px 0;
}.plan-shelf h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.plan-shelf .promo-plans {
    margin-bottom: 35px;
    font-size: calc(16px * 0.95);
}.plan-shelf .payment-plan {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan-shelf .deal-opts {
    min-height: auto;
}
}

@media (max-width: 576px) {.plan-shelf {
    padding: 60px 0;
}.plan-shelf h2 {
    font-size: calc(28px * 0.7);
}.plan-shelf .promo-plans {
    font-size: calc(16px * 0.9);
}.plan-shelf .deal-opts {
    padding: 20px 15px;
}.plan-shelf .deal-opts h4 {
    font-size: 21px;
}.plan-shelf .deal-opts p {
    font-size: calc(16px * 0.85);
}.plan-shelf .plan-deals {
    padding: 8px 15px;
    font-size: 21px;
}}header {
    z-index: 1000;
    background: linear-gradient(to right, rgb(185,158,202,0.5), rgb(216,195,225));
    padding: 1.5rem 0;
    overflow: visible;
    position: relative;
}header::before {
    content: '';
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    left: 0;
    height: 100%;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .nav-guide {
    gap: 1.5rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}header .first-lesson {
    display: flex;
    padding: 1rem;
    justify-content: center;
    z-index: 2;
    align-items: center;
    text-decoration: none;
    position: relative;
}header .first-lesson::after {
    bottom: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
    content: '';
    background: #ffffff;
    position: absolute;
    left: 50%;
}header .first-lesson:hover::after {
    width: 80%;
    opacity: 1;
}header .first-lesson svg {
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(216,195,225,0.5));
    height: auto;
}header .first-lesson:hover svg {
    transform: translateY(-5px);
}header .top-class {
    backdrop-filter: blur(5px);
    border-radius: 29px;
    display: flex;
    position: relative;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
}header .top-class::before {
    left: 0;
    height: 100%;
    border-radius: 29px;
    content: '';
    width: 100%;
    z-index: -1;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
    position: absolute;
}header .site-prime {
    padding: 0.7rem 1.2rem;
    font-size: 18px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}header .site-prime::before {
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}header .site-prime:hover {
    transform: translateY(-3px);
    color: rgb(216,195,225);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .site-prime:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav-guide {
    gap: 1.2rem;
}header .first-lesson svg {
    width: 180px;
}header .top-class {
    gap: 0.6rem;
    padding: 0.5rem;
}header .site-prime {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-guide {
    gap: 1rem;
}header .first-lesson svg {
    width: 150px;
}header .top-class {
    gap: 0.4rem;
    padding: 0.4rem;
}header .site-prime {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-guide {
    gap: 0.8rem;
}header .first-lesson svg {
    width: 140px;
}header .top-class {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
}header .top-class::-webkit-scrollbar {
    height: 3px;
}header .top-class::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .site-prime {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.course-highlights {
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(216,195,225);
    align-items: center;
    position: relative;
    display: flex;
}.course-highlights::before {
    z-index: 1;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(216,195,225), 0.8),
        rgba(rgb(216,195,225), 0.8) 10px,
        rgba(rgb(185,158,202), 0.5) 10px,
        rgba(rgb(185,158,202), 0.5) 20px
    );
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.course-highlights .learn-professional {
    left: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course-highlights .learn-professional::after {
    right: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(216,195,225) 100%);
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    width: 50px;
    top: 0;
}.course-highlights .program-plan {
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 500%;
}.course-highlights .learn-professional:hover .program-plan {
    animation-play-state: paused;
}.course-highlights .program-track {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 20%;
}.course-highlights .program-track::before {
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(rgb(185,158,202), 0.6) 0%,
        transparent 70%
    );
}.course-highlights .program-track img {
    transition: filter 0.5s ease, transform 4s ease-out;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    width: 100%;
    transform: scale(1.05);
}.course-highlights .program-track:hover img {
    transform: scale(1.15);
    filter: brightness(1) contrast(1.05) saturate(1.2);
}.course-highlights .container {
    display: flex;
    width: 100%;
    max-width: 1320px;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    z-index: 3;
}.course-highlights .learn-online {
    display: flex;
    align-items: center;
    margin-right: 2%;
    width: 55%;
    justify-content: center;
}.course-highlights .study-map {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgba(rgb(216,195,225), 0.7) 0%,
        rgba(rgb(185,158,202), 0.7) 100%
    );
    max-width: 600px;
    border-radius: 23px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.course-highlights .study-map::before {
    height: 5px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(216,195,225) 0%,
        rgb(185,158,202) 100%
    );
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.course-highlights .study-map::after {
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -1;
    pointer-events: none;
    animation: rotate-gradient 20s linear infinite;
    content: "";
    width: 200%;
}.course-highlights .study-map h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    font-size: 37px;
}.course-highlights .study-map h3::after {
    background: linear-gradient(
        90deg,
        rgb(216,195,225) 0%,
        rgb(185,158,202) 100%
    );
    bottom: 0;
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
}.course-highlights .study-map p {
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
    font-size: 15px;
}.course-highlights .study-map .contact-query0sZx {
    justify-content: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: 200% auto;
    background: linear-gradient(
        to right,
        rgb(216,195,225) 0%,
        rgb(185,158,202) 100%
    );
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    z-index: 1;
    padding: 1rem 2.5rem;
    transition: all 0.4s ease;
}.course-highlights .study-map .contact-query0sZx::before {
    content: "";
    left: -100%;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(185,158,202) 0%,
        rgb(216,195,225) 100%
    );
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease;
}.course-highlights .study-map .contact-query0sZx:hover {
    background-position: right center;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(rgb(216,195,225), 0.3);
}.course-highlights .study-map .contact-query0sZx:hover::before {
    opacity: 1;
    left: 0;
}

@keyframes vertical-carousel {
    0%, 15% {
        transform: translateY(0);
    }
    20%, 35% {
        transform: translateY(-20%);
    }
    40%, 55% {
        transform: translateY(-40%);
    }
    60%, 75% {
        transform: translateY(-60%);
    }
    80%, 95% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(-80%);
    }
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 992px) {.course-highlights .learn-professional {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-highlights .learn-online {
    margin-right: 0;
    width: 60%;
}.course-highlights .study-map {
    padding: 2rem;
}.course-highlights .study-map h3 {
    font-size: calc(37px * 0.9);
}
}


@media (max-width: 768px) {.course-highlights {
    display: block;
    min-height: auto;
}.course-highlights .learn-professional {
    height: 300px;
    position: relative;
    width: 100%;
    clip-path: none;
}.course-highlights .learn-professional::after {
    display: none;
}.course-highlights .program-plan {
    height: 100%;
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
    flex-direction: row;
}.course-highlights .program-track {
    width: 20%;
    height: 100%;
}.course-highlights .program-track::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(185,158,202), 0.8) 100%
        );
}.course-highlights .container {
    padding: 2rem 1rem;
    justify-content: center;
}.course-highlights .learn-online {
    margin: 0;
    width: 100%;
}.course-highlights .study-map {
    max-width: 100%;
    padding: 1.5rem;
}.course-highlights .study-map h3 {
    font-size: calc(37px * 0.8);
}.course-highlights .study-map p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.course-highlights .study-map .contact-query0sZx {
    padding: 0.8rem 1.5rem;
    width: 100%;
}@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.statistical-details {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 245, 250, 0.9) 100%);
}.statistical-details::before {
    right: -10%;
    background: linear-gradient(225deg, rgb(216,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    top: -10%;
    z-index: 1;
    transform: rotate(-15deg);
    content: "";
    height: 50%;
    opacity: 0.2;
    width: 50%;
}.statistical-details::after {
    transform: rotate(10deg);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    bottom: -5%;
    width: 30%;
    height: 30%;
    background: linear-gradient(45deg, rgb(185,158,202,0.5) 0%, transparent 80%);
    left: -5%;
    content: "";
}.statistical-details h3 {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: calc(37px * 0.9);
    opacity: 0;
    transform: translateX(2rem);
    text-align: left;
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
}.statistical-details h3::after {
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    width: 4rem;
    bottom: -0.75rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    height: 0.25rem;
    content: "";
    left: 0;
    animation: lineExpand 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.statistical-details .container {
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.statistical-details ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin: 0;
    display: grid;
    gap: 2rem;
}.statistical-details .top-gainGSd5 {
    flex-direction: column;
    opacity: 0;
    height: 100%;
    padding: 2rem 1.5rem;
    animation: fadeUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: calc(0.1s * var(--i, 0));
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    position: relative;
    transform: translateY(20px);
}.statistical-details .top-gainGSd5:nth-child(1) {
    --i: 1;
}.statistical-details .top-gainGSd5:nth-child(2) {
    --i: 2;
}.statistical-details .top-gainGSd5:nth-child(3) {
    --i: 3;
}.statistical-details .top-gainGSd5:nth-child(4) {
    --i: 4;
}.statistical-details .top-gainGSd5:nth-child(5) {
    --i: 5;
}.statistical-details .top-gainGSd5:nth-child(6) {
    --i: 6;
}.statistical-details .top-gainGSd5:nth-child(7) {
    --i: 7;
}.statistical-details .top-gainGSd5::before {
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    position: absolute;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 5px;
}.statistical-details .top-gainGSd5:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) scale(1.02);
}.statistical-details .top-gainGSd5:hover::before {
    height: 100%;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.statistical-details .top-gainGSd5 span {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
}.statistical-details .top-gainGSd5:hover span {
    transform: translateX(0.5rem);
}.statistical-details .top-gainGSd5 p {
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 700;
    display: flex;
    color: rgb(216,195,225);
    align-items: center;
    font-size: calc(42px * 0.75);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.statistical-details .top-gainGSd5:hover p {
    transform: scale(1.1);
    color: rgb(185,158,202);
}.statistical-details .top-gainGSd5:nth-child(odd) p {
    color: rgb(216,195,225);
}.statistical-details .top-gainGSd5:nth-child(even) p {
    color: rgb(185,158,202);
}

@keyframes slideIn {
    from {
        transform: translateX(2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1199px) {.statistical-details {
    padding: 4rem 1.5rem;
}.statistical-details ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical-details .top-gainGSd5 {
    padding: 1.75rem 1.25rem;
}.statistical-details h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.85);
}
}

@media (max-width: 991px) {.statistical-details {
    padding: 3.5rem 1.25rem;
}.statistical-details ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-details .top-gainGSd5 p {
    font-size: calc(42px * 0.65);
}.statistical-details h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.statistical-details {
    padding: 3rem 1rem;
}.statistical-details ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.statistical-details .top-gainGSd5 {
    padding: 1.5rem 1rem;
}.statistical-details .top-gainGSd5 span {
    font-size: calc(16px * 0.95);
}.statistical-details .top-gainGSd5 p {
    font-size: calc(42px * 0.6);
}.statistical-details h3 {
    margin-bottom: 1.75rem;
    font-size: calc(37px * 0.75);
}
}

@media (max-width: 576px) {.statistical-details {
    padding: 2.5rem 0.75rem;
}.statistical-details ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical-details .top-gainGSd5 {
    padding: 1.25rem 1rem;
}.statistical-details h3 {
    text-align: center;
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.statistical-details h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
}.program-assets {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, 
        rgb(237,228,242) 0%, 
        rgb(185,158,202,0.5) 50%, 
        rgb(237,228,242) 100%);
    position: relative;
}.program-assets::before {
    background: radial-gradient(circle at 30% 70%, 
        rgb(216,195,225,0.5) 0%, 
        transparent 70%);
    pointer-events: none;
    content: "";
    left: 0;
    opacity: 0.4;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.program-assets::after {
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    width: 60%;
    content: "";
    pointer-events: none;
    transform: rotate(-15deg);
    top: -50%;
    background: radial-gradient(ellipse at center, 
        rgb(185,158,202,0.5) 0%, 
        transparent 70%);
    height: 200%;
    opacity: 0.2;
    right: -20%;
}.program-assets h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-left: auto;
    opacity: 1;
    transform: translateY(0);
    color: #000000;
    max-width: 800px;
    z-index: 2;
    text-align: center;
    position: relative;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out forwards;
}.program-assets .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.program-assets .learn-online {
    flex-direction: column;
    display: flex;
    animation: fadeInUp 1s ease-out 0.2s forwards;
    gap: 3rem;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    align-items: center;
}.program-assets .img-list-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-5deg);
    height: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    filter: brightness(1.02) contrast(1.05);
    border-radius: 10px;
}.program-assets .learn-online > div:first-child {
    position: relative;
}.program-assets .learn-online > div:first-child::before {
    position: absolute;
    width: 100%;
    top: 20px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(-10px);
    left: 20px;
    opacity: 0.3;
    content: "";
    border-radius: 10px;
    z-index: -1;
    background: rgb(216,195,225,0.5);
    filter: blur(10px);
    height: 100%;
}.program-assets .learn-online > div:first-child:hover .img-list-item {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}.program-assets .tag-content {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    width: 100%;
    transform: translateX(0);
    padding: 2.5rem 2rem;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.program-assets .tag-content::before {
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(216,195,225,0.5) 0%, 
        transparent 100%);
    border-radius: 10px;
}.program-assets .tag-content ul {
    list-style: none;
    margin: 0;
    gap: 1.5rem;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
}.program-assets .tag-content li {
    padding-left: 2.5rem;
    transition: transform 0.4s ease-out;
    position: relative;
}.program-assets .tag-content li:hover {
    transform: translateX(5px);
}.program-assets .tag-content li::before {
    position: absolute;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, 
        rgb(216,195,225,0.5) 0%, 
        transparent 100%);
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}.program-assets .tag-content li:hover::before {
    opacity: 0.05;
}.program-assets .tag-content p {
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    align-items: flex-start;
    display: flex;
}.program-assets .tag-content svg {
    transition: transform 0.3s ease;
    margin-right: 10px;
    transform: translateY(0);
    min-width: 24px;
    height: 24px;
    margin-top: 2px;
}.program-assets .tag-content li:hover svg {
    transform: translateY(-2px);
}.program-assets .tag-content svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,195,225);
}.program-assets .tag-content li:hover svg path {
    fill: rgb(185,158,202);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (min-width: 768px) {.program-assets {
    padding: 8rem 0;
}.program-assets h5 {
    margin-bottom: 4rem;
}.program-assets .learn-online {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}.program-assets .learn-online > div:first-child {
    flex: 0 0 45%;
}.program-assets .tag-content {
    flex: 0 0 50%;
}.program-assets .tag-content ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.program-assets .learn-online > div:first-child {
    flex: 0 0 40%;
}.program-assets .tag-content {
    flex: 0 0 55%;
    padding: 3rem;
}.program-assets h5 {
    font-size: calc(22px * 1.15);
}.program-assets .tag-content p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.program-assets {
    padding: 4rem 0;
}.program-assets h5 {
    margin-bottom: 2rem;
    font-size: calc(22px * 0.9);
}.program-assets .img-list-item {
    transform: none;
    max-width: 100%;
}.program-assets .learn-online > div:first-child::before {
    left: 10px;
    top: 10px;
}.program-assets .tag-content {
    padding: 1.5rem;
}.program-assets .tag-content ul {
    gap: 1rem;
}.program-assets .tag-content p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: none) {.program-assets .learn-online > div:first-child:hover .img-list-item {
    transform: none;
}.program-assets .tag-content li:hover {
    transform: none;
}.program-assets .tag-content li:hover::before {
    opacity: 0;
}.program-assets .tag-content li:hover svg {
    transform: none;
}
}

@media (prefers-reduced-motion) {.program-assets::after {
    animation: none;
}.program-assets h5,
    .program-assets .learn-online {
    opacity: 1;
    transform: none;
    animation: none;
}}.operation-process {
    transform-style: preserve-3d;
    padding: 120px 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(rgb(216,195,225,0.5), 0.05) 100%);
}.operation-process::before {
    width: 30%;
    filter: blur(15px);
    transform: rotate(-15deg) translateZ(-10px);
    right: -10%;
    z-index: 1;
    background: linear-gradient(
        217deg, 
        rgba(rgb(216,195,225,0.5), 0.12), 
        rgba(rgb(185,158,202,0.5), 0.08) 70.71%
    );
    content: "";
    top: -5%;
    height: 50%;
    position: absolute;
}.operation-process::after {
    width: 35%;
    left: -10%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        127deg, 
        rgba(rgb(185,158,202,0.5), 0.1), 
        rgba(rgb(216,195,225,0.5), 0.15) 70.71%
    );
    bottom: -5%;
    filter: blur(20px);
    height: 60%;
    content: "";
    transform: rotate(15deg) translateZ(-5px);
}.operation-process .learn-online {
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    position: relative;
}.operation-process:hover .learn-online {
    transform: translateZ(10px);
}.operation-process h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
    transform: translateZ(20px);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s ease;
}.operation-process h2::before {
    position: absolute;
    height: 4px;
    transform-origin: left center;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(1) translateZ(25px);
    left: 0;
    bottom: -15px;
}.operation-process:hover h2::before {
    transform: scaleX(1.5) translateZ(25px);
}.operation-process .tag-content {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        15px -15px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    border-left: 4px solid rgb(216,195,225);
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    padding: 35px 40px;
    background: linear-gradient(
        to right, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.9)
    );
}.operation-process .tag-content::before {
    left: 0;
    height: 100%;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.1), 
        rgba(rgb(255, 255, 255, 0.5), 0)
    );
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
}.operation-process:hover .tag-content {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        20px -20px 40px rgba(rgb(255, 255, 255, 0.5), 0.08);
}.operation-process p {
    line-height: 1.7;
    font-size: 12px;
    transition: transform 0.4s ease;
    margin: 0;
    color: #000000;
}.operation-process:hover p {
    transform: translateZ(5px);
}

@media (min-width: 768px) {.operation-process .tag-content {
    margin-left: 30px;
    width: calc(100% - 60px);
}.operation-process h2 {
    font-size: calc(30px * 1.1);
}
}

@media (min-width: 992px) {.operation-process {
    padding: 150px 0;
}.operation-process .learn-online {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.operation-process h2 {
    margin-bottom: 50px;
    font-size: calc(30px * 1.2);
}.operation-process .tag-content {
    padding: 45px 60px;
    width: calc(100% - 100px);
    margin-left: 50px;
}.operation-process p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.operation-process {
    padding: 80px 0;
}.operation-process .learn-online {
    padding: 0 20px;
}.operation-process h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.operation-process h2::before {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.operation-process .tag-content {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
    border-left-width: 3px;
}.operation-process:hover .tag-content {
    transform: translateZ(8px) rotateX(0deg);
}.operation-process p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.operation-process {
    padding: 60px 0;
}.operation-process .learn-online {
    padding: 0 15px;
}.operation-process h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.operation-process h2::before {
    width: 50px;
    height: 3px;
}.operation-process .tag-content {
    padding: 20px 15px;
    border-left-width: 3px;
}.operation-process p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.cookie-message-overlay {
    width: 100%;
    background: rgb(185,158,202);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(216,195,225);
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(216,195,225,0.5);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie-apply {
    display: flex;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(185,158,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(216,195,225,0.5);
    align-items: center;
    flex-wrap: wrap;
}.cookie-preference {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    border-radius: 11px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(216,195,225);
    padding: 10px;
}.cookie-preference svg, .cookie-preference svg path {
    transition: transform 0.3s ease;
    fill: rgb(216,195,225);
    width: 60px;
    height: 60px;
}.cookie-preference:hover svg {
    transform: rotate(20deg);
}.track-settings {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}.track-settings h5 {
    font-size: 23px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(216,195,225);
    margin-bottom: 10px;
    color: rgb(216,195,225);
}.track-settings p {
    font-size: 17px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(216,195,225,0.5);
    color: #ffffff;
}.track-prefs {
    color: #000000;
    background: rgb(216,195,225);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(216,195,225,0.5);
    cursor: pointer;
    font-size: 20px;
    padding: 12px 25px;
    border-radius: 10px;
    margin-left: 10px;
}.track-prefs:hover {
    background: rgb(185,158,202);
    box-shadow: 0 0 20px rgb(185,158,202,0.5);
}.cookie-message-overlay p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(216,195,225);
}.cookie-message-overlay p a:hover {
    color: rgb(185,158,202);
}#dataPrivacyBanner {
    display: none;
}#dataPrivacyBanner:checked ~ .cookie-message-overlay {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-message-overlay {
    padding: 20px;
}.cookie-apply {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie-preference {
    display: none;
}.cookie-apply {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.track-settings {
    margin-bottom: 20px;
    text-align: center;
}.cookie-message-overlay h5, .cookie-message-overlay p {
    text-align: center;
}.track-prefs {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-left: 0;
}
}
