﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    background: rgb(187,181,199,0.5);
    border-radius: 8.4vw;
    margin: 1px 0;
}::-webkit-scrollbar-thumb {
    transition: all, background 4.2s ease-in;
    background: radial-gradient(circle at bottom left, #ffffff 57%, rgb(255, 255, 255, 0.5) 70%, rgb(152,142,168,0.5) 41%, rgb(187,181,199) 41%, rgb(187,181,199,0.5) 68%, rgb(221,216,227) 36%);
    min-height: 46px;
    border: 2px solid rgb(152,142,168,0.5);
    border-radius: 14px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(221,216,227);
    box-shadow: -3px 4px 3px -1px rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 6px;
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(152,142,168) rgb(152,142,168,0.5);
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.container {
    max-width: 100%;
    width: 1126px;
    margin: auto;
}header,footer {
    width: 100%;
}.wrapper-border {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.cloud-lab {
    flex: 0 0 auto;
}.site-main {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookieNoticePromptPanel {
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(152,142,168);
    padding: 20px 0;
    border-top: 3px solid rgb(152,142,168);
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookiePromptModal {
    display: none;
}#cookiePromptModal:checked ~ .cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}.edu-accept {
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    display: flex;
    gap: 20px;
}.cookieNoticePromptPanel h5 {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}.cookieNoticePromptPanel p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
}.data-settings {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(187,181,199));
}.data-settings svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(187,181,199);
}.data-settings:hover svg {
    transform: scale(1.1);
}.cookie-edu {
    border-radius: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(187,181,199);
    min-width: 140px;
    white-space: nowrap;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    margin-left: 10px;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 40px;
    flex-shrink: 0;
}.cookie-edu:hover {
    box-shadow: 0 0 20px rgb(152,142,168);
}.cookie_button.visitor-acceptance {
    border: 2px solid rgb(152,142,168);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.visitor-acceptance:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(152,142,168);
}.cookieNoticePromptPanel p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(187,181,199);
}.cookieNoticePromptPanel p a:hover {
    color: rgb(152,142,168);
}
@media only screen and (max-width: 1200px) {.cookieNoticePromptPanel {
    padding: 15px 0;
}.edu-accept {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-settings {
    display: none;
}.edu-accept {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookieNoticePromptPanel h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.visitor-controls {
    margin-bottom: 15px;
}.cookie-edu {
    min-width: 100%;
    margin: 10px 0;
}}
.thxCard {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,216,227) 25%, rgba(rgb(187,181,199,0.5), 0.05) 100%);
    overflow: hidden;
}.thxCard::before {
    opacity: 0.1;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    background: linear-gradient(120deg, rgb(152,142,168), rgba(rgb(152,142,168,0.5), 0.2));
    transform: rotate(35deg) skew(15deg);
    top: -15%;
    height: 70%;
    z-index: 0;
    right: -10%;
    width: 40%;
    position: absolute;
}.thxCard::after {
    left: 0;
    opacity: 0.3;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(187,181,199) 20%, 
        rgb(152,142,168) 50%, 
        rgb(187,181,199) 80%, 
        transparent);
    height: 10px;
    position: absolute;
    width: 100%;
}.thxCard .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1140px;
}.thxCard .smart-study {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    gap: 2rem;
    flex-direction: column;
    padding: 3.5rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(152,142,168,0.5), 0.1) inset;
}.thxCard .smart-study:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(152,142,168,0.5), 0.15) inset;
}.thxCard .smart-study > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thxCard .smart-study > div:first-child::after {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    background: rgb(187,181,199);
    left: 0;
    width: 60px;
    transform-origin: left;
    height: 3px;
    bottom: 0;
}.thxCard .smart-study:hover > div:first-child::after {
    width: 120px;
}.thxCard h5 {
    color: #000000;
    line-height: 1.4;
    transform: translateX(-5px);
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    transition: transform 0.4s ease;
}.thxCard .smart-study:hover h5 {
    transform: translateX(0);
}.thxCard a {
    transition: transform 0.3s ease-out;
    text-decoration: none;
    display: block;
    position: relative;
}.thxCard a:hover {
    transform: translateY(-3px);
}.thxCard p {
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    transition: color 0.3s ease;
}.thxCard a:hover p {
    color: rgb(187,181,199);
}.thxCard a::before {
    bottom: -10px;
    opacity: 0.7;
    background: linear-gradient(90deg, 
        rgb(187,181,199), 
        rgb(152,142,168));
    height: 1px;
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    width: 0;
    position: absolute;
}.thxCard a:hover::before {
    width: 100%;
}.thxCard .smart-study > div:first-child::before {
    position: absolute;
    font-size: calc(35px * 1.5);
    opacity: 0.1;
    transform: rotate(-5deg) scale(0.9);
    top: -20px;
    right: 0;
    color: rgb(152,142,168);
    content: "✓";
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thxCard .smart-study:hover > div:first-child::before {
    opacity: 0.2;
    transform: rotate(5deg) scale(1.1);
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.thxCard {
    padding: 4rem 0;
}.thxCard .smart-study {
    padding: 2.5rem;
}.thxCard h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 768px) {.thxCard {
    padding: 3rem 0;
}.thxCard .smart-study {
    transform: perspective(1000px) rotateY(0deg);
    gap: 1.5rem;
    padding: 2rem;
}.thxCard .smart-study:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxCard h5 {
    font-size: calc(20px * 0.85);
    transform: translateX(0);
}.thxCard p {
    font-size: calc(14px * 0.95);
}.thxCard::before {
    right: -30%;
    width: 60%;
    top: -10%;
    height: 50%;
}
}

@media (max-width: 576px) {.thxCard {
    padding: 2.5rem 0;
}.thxCard .smart-study {
    padding: 1.5rem;
    gap: 1.25rem;
}.thxCard h5 {
    font-size: calc(20px * 0.8);
}.thxCard p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.thxCard .smart-study > div:first-child {
    padding-bottom: 1rem;
}.thxCard .smart-study > div:first-child::after {
    width: 40px;
    height: 2px;
}.thxCard .smart-study:hover > div:first-child::after {
    width: 80px;
}.thxCard .smart-study > div:first-child::before {
    top: -15px;
    font-size: calc(35px * 1.2);
}}.our-team {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.our-team::before {
    left: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}.our-team .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.our-team h2 {
    position: relative;
    margin-bottom: 60px;
    font-size: 31px;
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-10px);
}.our-team h2::after {
    position: absolute;
    background: rgb(187,181,199);
    animation: expandLine 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    left: 0;
    width: 80px;
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    bottom: -15px;
}.our-team .text-section {
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(187,181,199);
    transform: translateY(20px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}.our-team .text-section::before {
    border-top: 2px solid rgb(152,142,168);
    opacity: 0.6;
    position: absolute;
    height: 100px;
    width: 100px;
    right: -5px;
    border-right: 2px solid rgb(152,142,168);
    top: -5px;
    content: '';
}.our-team .text-section::after {
    height: 100px;
    border-left: 2px solid rgb(152,142,168);
    left: -5px;
    border-bottom: 2px solid rgb(152,142,168);
    position: absolute;
    bottom: -5px;
    opacity: 0.6;
    width: 100px;
    content: '';
}.our-team .text-section > div {
    display: grid;
    grid-template-columns: 1fr;
}.our-team .text-section p {
    font-size: calc(12px * 1.5);
    margin-bottom: 20px;
    animation: slideInText 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    color: rgb(187,181,199);
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    font-weight: 700;
}.our-team .text-section p::after {
    transform-origin: left;
    position: absolute;
    background: rgb(187,181,199);
    transform: scaleX(0);
    bottom: -10px;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    left: 0;
    height: 2px;
    content: '';
    width: 40px;
}.our-team .text-section div > div {
    opacity: 0;
    text-align: justify;
    position: relative;
    line-height: 1.8;
    padding-left: 20px;
    color: #ffffff;
    transform: translateY(10px);
    font-size: 12px;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}.our-team .text-section div > div::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(187,181,199), transparent);
    bottom: 0;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    transform-origin: top;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media (min-width: 768px) {.our-team {
    padding: 150px 0 130px;
}.our-team h2 {
    margin-bottom: 80px;
    font-size: calc(31px * 1.2);
}.our-team h2::after {
    bottom: -20px;
    width: 120px;
}.our-team .text-section {
    padding: 60px;
    margin-left: 40px;
}.our-team .text-section > div {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    align-items: flex-start;
}.our-team .text-section p {
    font-size: calc(12px * 2);
    padding-right: 20px;
    margin-bottom: 0;
}.our-team .text-section p::after {
    display: none;
}.our-team .text-section div > div {
    position: relative;
    border-left: none;
    padding-left: 0;
}.our-team .text-section div > div::before {
    width: 2px;
    left: -20px;
}
}

@media (min-width: 992px) {.our-team {
    padding: 180px 0 160px;
}.our-team::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.4) 100%);
}.our-team .container {
    padding: 0 40px;
}.our-team h2 {
    transform: translateX(-20px);
    margin-bottom: 100px;
    font-size: calc(31px * 1.5);
}.our-team h2::after {
    height: 4px;
    width: 150px;
}.our-team .text-section {
    transform: translateY(30px);
    padding: 80px;
    margin-left: 80px;
    margin-right: 80px;
}.our-team .text-section::before,
    .our-team .text-section::after {
    height: 150px;
    width: 150px;
}.our-team .text-section > div {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.our-team .text-section p {
    font-size: calc(12px * 2.5);
}.our-team .text-section div > div {
    transform: translateY(15px);
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.our-team .text-section {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.our-team .text-section:hover {
    transform: perspective(1000px) rotateY(0);
}.our-team .text-section > div {
    grid-template-columns: 1fr 4fr;
}
}

@media (max-width: 767px) {.our-team {
    padding: 80px 0 60px;
}.our-team h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.our-team .text-section {
    margin: 0 10px;
    padding: 30px 20px;
}.our-team .text-section::before,
    .our-team .text-section::after {
    height: 60px;
    width: 60px;
}.our-team .text-section div > div {
    font-size: calc(12px * 0.95);
    padding-top: 15px;
    line-height: 1.6;
}}header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 0;
    background: linear-gradient(135deg, rgb(187,181,199,0.5) 0%, rgb(152,142,168,0.5) 100%);
    z-index: 100;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(187,181,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(152,142,168,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    opacity: 0.5;
    content: '';
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}header .nav-page {
    align-items: center;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .site-prime {
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(5px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}header .site-prime:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .top-edu {
    display: block;
    transition: all 0.3s ease;
}header .top-edu img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .top-bar {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    display: flex;
}header .nav-pagewrap {
    position: relative;
    margin: 0 0.3rem;
}header .nav-pagewrap a {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}header .nav-pagewrap a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}header .nav-pagewrap a::before {
    content: '';
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 12px;
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}header .nav-pagewrap a:hover::before {
    opacity: 1;
}header .nav-pagewrap::after {
    left: 50%;
    opacity: 0.7;
    transition: width 0.3s ease;
    bottom: -3px;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 3px;
    background: #ffffff;
    border-radius: 10px;
    content: '';
}header .nav-pagewrap:hover::after {
    width: 70%;
}header .nav-page::before {
    background: rgb(187,181,199,0.5);
    border-radius: 50%;
    right: -20px;
    filter: blur(40px);
    top: -20px;
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    z-index: -1;
    opacity: 0.5;
}header .nav-page::after {
    left: -20px;
    width: 80px;
    position: absolute;
    filter: blur(30px);
    bottom: -20px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    z-index: -1;
    background: rgb(152,142,168,0.5);
}header .site-main {
    padding-top: 2rem;
    position: relative;
    background: rgb(221,216,227);
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .site-prime::after {
    height: 20px;
    width: 100%;
    bottom: -20px;
    left: 0;
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    opacity: 0.5;
}header .site-prime:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .nav-page {
    max-width: 1320px;
    margin: 0 auto;
}header .nav-pagewrap {
    margin: 0 0.5rem;
}header .nav-pagewrap a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .nav-page {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .site-prime {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .top-bar {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav-pagewrap a {
    font-size: calc(15px - 1px);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .nav-page::before,
    header .nav-page::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav-page {
    padding: 0.8rem 1.2rem;
}header .site-prime {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .top-edu img {
    max-height: 35px;
}header .top-bar {
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .top-bar::-webkit-scrollbar {
    height: 3px;
}header .top-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav-pagewrap {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .nav-pagewrap a {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .nav-pagewrap::after {
    display: none;
}header .site-prime::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav-page {
    padding: 0.7rem 1rem;
}header .site-prime {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .nav-pagewrap a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}.training-method {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgb(152,142,168,0.5) 100%);
    position: relative;
}.training-method::before {
    top: 0;
    opacity: 0.7;
    content: "";
    background: linear-gradient(225deg, rgb(187,181,199,0.5) 0%, transparent 90%);
    z-index: 1;
    right: 0;
    width: 35%;
    position: absolute;
    animation: gradientShift 8s ease-in-out infinite alternate;
    transform: translateX(20%) skewX(-15deg);
    height: 100%;
}.training-method::after {
    height: 6px;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(152,142,168) 0%, rgb(187,181,199) 50%, rgb(152,142,168) 100%);
    left: 0;
    animation: gradientMove 12s linear infinite;
    width: 100%;
    z-index: 2;
    position: absolute;
}.training-method .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 2rem;
}.training-method .smart-study {
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.training-method .smart-study:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-method .smart-study::before {
    z-index: -1;
    filter: blur(5px);
    transform: translate3d(0, 0, -50px);
    background: linear-gradient(45deg, rgb(187,181,199) 0%, transparent 40%, transparent 60%, rgb(152,142,168) 100%);
    left: -10px;
    content: "";
    position: absolute;
    opacity: 0.6;
    top: -10px;
    bottom: -10px;
    right: -10px;
}.training-method h3 {
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: calc(34px * 0.85);
    margin-bottom: 1.5rem;
    color: #000000;
    display: inline-block;
    transform-origin: left center;
    position: relative;
}.training-method h3::after {
    width: 60%;
    content: "";
    background: rgb(187,181,199);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0);
}.training-method .smart-study:hover h3::after {
    transform: scaleX(1);
}.training-method p {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
}.training-method p span {
    z-index: 2;
    position: relative;
    display: block;
}.training-method p::before {
    background: rgb(152,142,168,0.5);
    opacity: 0.3;
    left: -20px;
    border-radius: 10px;
    transform: rotate(45deg);
    width: 40px;
    content: "";
    top: -10px;
    height: 40px;
    z-index: 1;
    position: absolute;
}

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

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: translateX(20%) skewX(-15deg);
    }
    100% {
        opacity: 0.8;
        transform: translateX(25%) skewX(-18deg);
    }
}

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

@media screen and (min-width: 768px) {.training-method {
    padding: 8rem 0;
}.training-method .smart-study {
    padding: 4rem;
    gap: 2rem;
    grid-template-columns: 1fr;
}.training-method h3 {
    font-size: 34px;
    margin-bottom: 2rem;
}.training-method::before {
    width: 45%;
}
}

@media screen and (min-width: 992px) {.training-method .smart-study {
    transform: perspective(1500px) rotateY(3deg);
}.training-method h3 {
    font-size: calc(34px * 1.1);
}.training-method p {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media screen and (max-width: 767px) {.training-method {
    padding: 4rem 0;
}.training-method .smart-study {
    transform: perspective(800px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
}.training-method h3 {
    font-size: calc(34px * 0.75);
    margin-bottom: 1.25rem;
}.training-method p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.training-method::before {
    transform: translateX(20%) skewX(-10deg);
    width: 25%;
}
}

@media (prefers-reduced-motion: reduce) {.training-method .smart-study,
    .training-method .smart-study:hover,
    .training-method::before,
    .training-method h3::after {
    animation: none;
    transform: none;
    transition: none;
}.training-method h3,
    .training-method p {
    animation: none;
    opacity: 1;
}}.training-specialist {
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(221,216,227) 0%, rgb(152,142,168,0.5) 100%);
    position: relative;
    overflow: hidden;
}.training-specialist::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(187,181,199,0.5) 0px,
        rgb(187,181,199,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.2;
    content: "";
}.training-specialist::after {
    opacity: 0.1;
    z-index: 1;
    right: 0;
    background: #ffffff;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    content: "";
    top: 0;
    width: 50%;
}.training-specialist .user-experience {
    z-index: 2;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}.training-specialist .image-grid {
    margin-bottom: -50px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    transition: all 0.5s ease;
    width: 200px;
    height: 250px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 3;
    position: relative;
}.training-specialist .image-grid:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.training-specialist .exp-projects {
    transform-style: preserve-3d;
    padding: 70px 30px 30px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    position: relative;
    align-items: center;
    z-index: 2;
}.training-specialist .exp-projects::before {
    position: absolute;
    transform: translateZ(-20px);
    height: 100%;
    background: rgb(187,181,199);
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
}.training-specialist .name {
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: rgb(187,181,199);
}.training-specialist .name::after {
    bottom: -10px;
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    background: rgb(152,142,168);
}.training-specialist .exp-projects > div:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(152,142,168);
    margin: 20px 0;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}.training-specialist .work-wrap {
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid rgb(221,216,227);
    font-size: 18px;
    padding-top: 30px;
    width: 100%;
    font-style: italic;
    color: #000000;
    position: relative;
}.training-specialist .work-wrap::before,
.training-specialist .work-wrap::after {
    background: rgb(152,142,168,0.5);
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    content: "";
}.training-specialist .work-wrap::before {
    left: 50%;
    top: -15px;
    transform: translateX(-20px);
}.training-specialist .work-wrap::after {
    left: 50%;
    top: -15px;
    transform: translateX(-10px);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.training-specialist .exp-projects:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.training-specialist {
    padding: 4rem 1rem 3rem;
}.training-specialist .image-grid {
    width: 150px;
    margin-bottom: -40px;
    height: 180px;
}.training-specialist .exp-projects {
    padding: 60px 20px 20px;
}}footer {
    width: 100%;
    position: relative;
}.cloud-lab {
    color: #000000;
    background-color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
}.cloud-lab::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    position: absolute;
}footer .progress-bar {
    display: grid;
    gap: 60px;
}footer .get-help {
    flex-wrap: wrap;
    padding-bottom: 40px;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    margin-right: 10px;
    position: relative;
    height: 18px;
    fill: rgb(187,181,199);
    width: 18px;
}footer .info_item p,
footer .info_item a {
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(187,181,199);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .site-prime {
    margin-bottom: 15px;
}footer .site-prime svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .tech-stack {
    max-width: 350px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}footer .top-bar h5 {
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    color: #000000;
}footer .top-bar h5::after {
    bottom: -8px;
    width: 30px;
    content: "";
    height: 2px;
    background-color: rgb(187,181,199);
    left: 0;
    position: absolute;
}footer .nav-begin {
    margin-bottom: 30px;
}footer .nav-begin a {
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
}footer .nav-begin a:hover {
    transform: translateX(5px);
    color: rgb(187,181,199);
}footer .subscribe_holder {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 16px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(187,181,199);
    outline: none;
}footer .sub-warning {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    background-color: rgb(187,181,199);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}footer .sub-warning:hover {
    background-color: rgb(152,142,168);
}footer .module-end {
    margin-top: 50px;
}footer .teach-supp {
    color: #000000;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-warning {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .cloud-lab {
    padding: 50px 0 30px;
}footer .get-help {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .module-end {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .cloud-lab {
    padding: 40px 0 20px;
}footer .progress-bar {
    gap: 40px;
}footer .top-bar h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.future-learners {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #ffffff;
}.future-learners::before {
    opacity: 0.3;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(187,181,199,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(152,142,168,0.5) 0, transparent 80px);
    content: "";
    width: 100%;
}.future-learners .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
}.future-learners .smart-study {
    position: relative;
}.future-learners h4 {
    position: relative;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 80px;
}.future-learners h4::after {
    content: "";
    background: rgb(187,181,199);
    width: 50px;
    height: 2px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.future-learners div > div {
    margin: 0 auto;
    gap: 40px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    display: flex;
}.future-learners p {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0;
    transition: all 0.5s ease;
    text-align: center;
    flex-direction: column;
    color: #000000;
    margin: 0;
    flex: 0 0 calc(33.333% - 20px);
}.future-learners p::before {
    background: rgb(221,216,227);
    width: 0;
    top: 50%;
    content: "";
    left: 50%;
    border-radius: 50%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.future-learners p:hover::before {
    width: 170%;
    height: 200%;
}.future-learners p svg {
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.4s ease;
    height: 50px;
    border: 1px solid rgb(187,181,199,0.5);
    margin-bottom: 15px;
}.future-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,181,199);
}.future-learners p:hover svg {
    border-color: transparent;
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.future-learners p:hover svg path {
    fill: rgb(152,142,168);
}.future-learners p span {
    padding-top: 10px;
    position: relative;
}.future-learners p span::before {
    width: 0;
    top: 0;
    left: 50%;
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(187,181,199);
    transition: width 0.3s ease;
    content: "";
}.future-learners p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.future-learners p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.future-learners p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future-learners .smart-study > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}.future-learners .smart-study > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-learners .smart-study > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-learners .smart-study > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-learners .smart-study > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-learners .smart-study > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-learners .smart-study > div p:nth-child(6) {
    animation-delay: 0.6s;
}.future-learners::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(187,181,199,0.5), 
        rgb(152,142,168,0.5), 
        transparent);
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
}

@media (max-width: 991px) {.future-learners {
    padding: 100px 0;
}.future-learners h4 {
    font-size: calc(42px * 0.9);
    margin-bottom: 60px;
}.future-learners div > div {
    gap: 30px 20px;
}.future-learners p {
    flex: 0 0 calc(50% - 20px);
}.future-learners p svg {
    height: 45px;
    width: 45px;
    margin-bottom: 12px;
}
}

@media (max-width: 768px) {.future-learners {
    padding: 80px 0;
}.future-learners h4 {
    margin-bottom: 50px;
    font-size: calc(42px * 0.8);
}.future-learners h4::after {
    width: 40px;
    bottom: -15px;
}.future-learners div > div {
    gap: 40px 0;
}.future-learners p {
    flex: 0 0 100%;
}.future-learners p:nth-child(odd),
    .future-learners p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.future-learners {
    padding: 60px 0;
}.future-learners h4 {
    margin-bottom: 40px;
    font-size: calc(42px * 0.7);
}.future-learners h4::after {
    bottom: -12px;
    width: 30px;
}.future-learners div > div {
    gap: 30px 0;
}.future-learners p svg {
    padding: 8px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}.future-learners p {
    font-size: calc(13px * 0.9);
}}.privacy-harbor {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(152,142,168,0.5);
    padding: 40px;
    transition: all 0.3s ease-in-out;
}.privacy-harbor:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(187,181,199,0.5);
}.privacy-harbor h1 {
    margin-top: 40px;
    color: rgb(187,181,199);
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}.privacy-harbor h2 {
    letter-spacing: 0.5px;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 35px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(152,142,168);
}.privacy-harbor h3, .privacy-harbor h4, .privacy-harbor h5, .privacy-harbor h6 {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    transition: color 0.3s ease;
    margin-top: 30px;
    margin-bottom: 15px;
}.privacy-harbor ul, .privacy-harbor ol {
    transition: all 0.3s ease;
    font-size: 13px;
    color: #000000;
    margin-left: 20px;
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.privacy-harbor li {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}.privacy-harbor li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(152,142,168,0.5);
}.privacy-harbor section {
    transition: background 0.3s ease;
    padding: 20px;
    background: var(--bg-color);
}.privacy-harbor p, .privacy-harbor span, .privacy-harbor div {
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.privacy-harbor {
    padding: 20px 10px;
}.privacy-harbor h1 {
    font-size: calc(21px - 10px);
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy-harbor h2 {
    font-size: calc(21px - 8px);
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-harbor h3, .privacy-harbor h4, .privacy-harbor h5, .privacy-harbor h6 {
    font-size: calc(21px - 6px);
}.privacy-harbor ul, .privacy-harbor ol {
    padding: 10px 0;
}.privacy-harbor li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy-harbor p, .privacy-harbor span, .privacy-harbor div {
    font-size: calc(13px - 2px);
    margin-bottom: 8px;
}}.course-structure {
    background: rgb(221,216,227);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.course-structure::before {
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(187,181,199,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}.course-structure::after {
    height: 100%;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at 70% 80%, rgb(152,142,168,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
}.course-structure .container {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course-structure .smart-study {
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    overflow: hidden;
    gap: 50px;
    display: grid;
}.course-structure .smart-study::before {
    z-index: 1;
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 5px;
    position: absolute;
}.course-structure .program-map {
    display: flex;
    position: relative;
    padding: 60px 50px;
    flex-direction: column;
    justify-content: center;
}.course-structure .program-map::before {
    animation: float 8s ease-in-out infinite;
    position: absolute;
    top: 40px;
    z-index: -1;
    content: "";
    opacity: 0.5;
    left: 40px;
    border: 2px solid rgb(187,181,199,0.5);
    border-radius: 10px;
    height: 80px;
    width: 80px;
}.course-structure .program-map::after {
    content: "";
    animation: pulse 6s ease-in-out infinite;
    right: 40px;
    opacity: 0.3;
    bottom: 40px;
    height: 60px;
    width: 60px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: rgb(152,142,168,0.5);
}.course-structure .site-prime {
    padding: 15px;
    background: linear-gradient(145deg, rgb(221,216,227), #ffffff);
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}.course-structure .site-prime:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course-structure .site-prime svg {
    transition: all 0.3s ease;
    max-width: 140px;
    max-height: 50px;
}.course-structure .site-prime svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
}.course-structure .site-prime:hover svg path {
    fill: rgb(152,142,168);
}.course-structure h3 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}.course-structure h3::after {
    content: "";
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 70px;
    bottom: -12px;
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
}.course-structure p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.course-structure .image-grid {
    position: relative;
    min-height: 500px;
    transition: all 0.5s ease;
    height: 100%;
}.course-structure .image-grid::before {
    background: linear-gradient(
    135deg,
    rgb(187,181,199,0.5) 0%,
    transparent 60%
  );
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.course-structure .image-grid::after {
    content: "";
    width: 20px;
    z-index: 2;
    position: absolute;
    animation: pulseCircle 3s infinite;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    top: 30px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    right: 30px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-structure {
    padding: 90px 0;
}.course-structure .program-map {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-structure .smart-study {
    grid-template-columns: 1fr;
}.course-structure .image-grid {
    order: -1;
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course-structure .program-map {
    padding: 40px;
}.course-structure .program-map::before,
  .course-structure .program-map::after {
    display: none;
}.course-structure .site-prime {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-structure {
    padding: 70px 0;
}.course-structure .program-map {
    padding: 30px;
}.course-structure h3 {
    font-size: calc(36px - 4px);
}.course-structure .image-grid {
    min-height: 350px;
}.course-structure .site-prime {
    padding: 12px;
}.course-structure .site-prime svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-structure {
    padding: 50px 0;
}.course-structure .container {
    padding: 0 20px;
}.course-structure .smart-study {
    border-radius: 10px;
}.course-structure .program-map {
    padding: 25px 20px;
}.course-structure h3 {
    font-size: calc(36px - 6px);
    margin-bottom: 20px;
}.course-structure p {
    font-size: calc(14px - 1px);
}.course-structure .site-prime {
    margin-bottom: 20px;
    padding: 10px;
}.course-structure .site-prime svg {
    max-width: 100px;
}.course-structure .image-grid {
    min-height: 280px;
}.course-structure .image-grid::after {
    right: 20px;
    width: 15px;
    top: 20px;
    height: 15px;
}}.contact-information {
    background: rgb(221,216,227);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact-information::before {
    opacity: 0.05;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(152,142,168,0.5),
        rgb(152,142,168,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    width: 100%;
}.contact-information .image-grid {
    top: 5%;
    position: absolute;
    right: 0;
    width: 40%;
    border-radius: 11px 0 0 11px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    height: 90%;
    z-index: 1;
}.contact-information .image-grid::after {
    background: linear-gradient(to right, rgb(187,181,199,0.5), transparent 70%);
    border-radius: 11px 0 0 11px;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.contact-information .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact-information h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    font-family: Arial, sans-serif;
    color: rgb(187,181,199);
    text-align: center;
}.contact-information .request-info {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 11px;
}.contact-information .request-section {
    position: relative;
    padding: 50px;
    flex: 1;
}.contact-information form h3 {
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
    font-size: 21px;
}.contact-information input[type="text"],
.contact-information textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    margin-bottom: 20px;
    color: #000000;
}.contact-information input[type="text"]:focus,
.contact-information textarea:focus {
    outline: none;
    border-color: rgb(187,181,199);
    box-shadow: 0 0 0 2px rgb(187,181,199,0.5);
}.contact-information textarea {
    height: 150px;
    resize: none;
}.contact-information .feedback-feedback {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-information .feedback-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information .feedback-feedback label {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #000000;
}.contact-information .feedback-feedback label::before {
    left: 0;
    top: 2px;
    content: '';
    height: 18px;
    position: absolute;
    border-radius: 10px;
    width: 18px;
    transition: all 0.3s ease;
    border: 2px solid rgb(152,142,168);
}.contact-information .feedback-feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(187,181,199);
    background: rgb(187,181,199);
}.contact-information .feedback-feedback input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 6px;
    left: 6px;
    height: 10px;
}.contact-information .feedback-feedback a {
    text-decoration: none;
    color: rgb(187,181,199);
    transition: all 0.3s ease;
}.contact-information .feedback-feedback a:hover {
    text-decoration: underline;
}.contact-information .connect-reach {
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    border: none;
    font-size: 14px;
    background: rgb(187,181,199);
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
}.contact-information .connect-reach:hover {
    transform: translateY(-3px);
    background: rgb(152,142,168);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact-information .query-reach {
    padding: 50px;
    width: 35%;
    background: rgb(187,181,199);
    position: relative;
}.contact-information .query-reach::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.contact-information .query-reach h4 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 21px;
}.contact-information .query-reach h4::after {
    width: 40px;
    left: 0;
    position: absolute;
    height: 3px;
    content: '';
    background: #ffffff;
    bottom: -15px;
}.contact-information .support-box {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact-information .support-box li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.contact-information .support-box svg {
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
}.contact-information .support-box svg path {
    fill: #ffffff;
}.contact-information .support-box span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.contact-information .support-box a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact-information .support-box a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-information .image-grid {
    display: none;
}.contact-information .request-info {
    flex-direction: column;
}.contact-information .request-section {
    width: 100%;
}.contact-information .query-reach {
    width: 100%;
}
}

@media (max-width: 768px) {.contact-information {
    padding: 60px 0;
}.contact-information h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.contact-information .request-section,
    .contact-information .query-reach {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact-information {
    padding: 40px 0;
}.contact-information h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact-information .request-section,
    .contact-information .query-reach {
    padding: 30px 20px;
}.contact-information form h3,
    .contact-information .query-reach h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact-information input[type="text"],
    .contact-information textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-information textarea {
    height: 120px;
}.contact-information .connect-reach {
    width: 100%;
    padding: 12px;
}.contact-information .support-box li {
    margin-bottom: 20px;
}}.training-results {
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.training-results::before {
    top: -100px;
    right: -100px;
    position: absolute;
    height: 400px;
    content: "";
    filter: blur(60px);
    animation: float 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(187,181,199,0.5) 0%, transparent 70%);
    width: 400px;
    border-radius: 50%;
}.training-results::after {
    height: 300px;
    position: absolute;
    width: 300px;
    border-radius: 50%;
    content: "";
    bottom: -50px;
    filter: blur(50px);
    left: -50px;
    animation: float 12s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(152,142,168,0.5) 0%, transparent 70%);
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(30px, 30px) rotate(15deg);
    }
}

.training-results .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.training-results .smart-study {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(187,181,199);
    gap: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    align-items: center;
    border-radius: 28px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    display: flex;
    transition: transform 0.4s ease;
}.training-results .smart-study:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training-results .image-grid {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.15),
        -10px -10px 20px rgba(255, 255, 255, 0.05);
    transition: transform 0.5s ease;
    max-width: 380px;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%);
    border-radius: 28px;
    width: 40%;
    transform: rotate(-2deg);
}.training-results .image-grid:hover {
    transform: rotate(0deg) scale(1.02);
}.training-results .text-section {
    width: 60%;
}.training-results h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}.training-results h3::after {
    width: 80px;
    border-radius: 10px;
    left: 0;
    content: "";
    bottom: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199), transparent);
}.training-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.training-results li {
    padding-left: 15px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}.training-results li:hover {
    transform: translateX(5px);
}.training-results li p {
    gap: 15px;
    color: #000000;
    font-size: 15px;
    align-items: center;
    margin: 0;
    display: flex;
}.training-results svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}.training-results svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,181,199);
}.training-results li:hover svg path {
    fill: rgb(152,142,168);
}
@media (max-width: 992px) {.training-results {
    padding: 80px 0;
}.training-results .smart-study {
    padding: 30px;
    gap: 40px;
}.training-results h3 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.training-results .smart-study {
    flex-direction: column;
    gap: 30px;
}.training-results .image-grid {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
}.training-results .text-section {
    width: 100%;
}
}

@media (max-width: 576px) {.training-results {
    padding: 60px 0;
}.training-results .smart-study {
    padding: 20px;
}.training-results h3 {
    font-size: calc(29px * 0.8);
}.training-results li p {
    font-size: calc(15px * 0.9);
}.training-results svg {
    height: 20px;
    width: 20px;
}}.price-plan {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.price-plan::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    content: '';
}.price-plan .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.price-plan .learn-deals {
    position: relative;
}.price-plan h2 {
    color: transparent;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(0);
    font-size: 28px;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    animation: titleFloat 6s ease-in-out infinite;
    background-clip: text !important;
    font-weight: 700;
    text-align: center;
}.price-plan h2::after {
    background: rgb(152,142,168);
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 80px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}.price-plan .learning-fees {
    margin: 0 auto 50px;
    max-width: 700px;
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    font-size: calc(13px + 2px);
    line-height: 1.6;
}.price-plan .learn-pricing {
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.price-plan .learn-pricing li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price-plan .learn-pricing li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.price-plan .access-plans {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.price-plan .study-pricing {
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
}.price-plan .study-pricing::before {
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    transform-origin: left;
    content: '';
    height: 5px;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    top: 0;
    transition: transform 0.5s ease;
}.price-plan .access-plans:hover .study-pricing::before {
    transform: scaleX(1);
}.price-plan .study-pricing::after {
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(152,142,168,0.5) 50%);
    position: absolute;
    bottom: 0;
    transition: opacity 0.5s ease;
    content: '';
    right: 0;
    width: 60px;
    height: 60px;
}.price-plan .access-plans:hover .study-pricing::after {
    opacity: 1;
}.price-plan .trial-rates {
    position: relative;
    z-index: 2;
}.price-plan .trial-rates h4 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(19px + 2px);
    font-weight: 700;
}.price-plan .trial-rates h4::after {
    height: 2px;
    width: 40px;
    content: '';
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    background: rgb(187,181,199);
    position: absolute;
}.price-plan .access-plans:hover .trial-rates h4::after {
    width: 100%;
}.price-plan .trial-rates p {
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    font-size: 13px;
    overflow-y: auto;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 30px;
}.price-plan .trial-rates p::-webkit-scrollbar {
    width: 4px;
}.price-plan .trial-rates p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.price-plan .trial-rates p::-webkit-scrollbar-thumb {
    background: rgb(187,181,199,0.5);
}.price-plan .cost-breakdown {
    padding: 10px 0;
    font-size: calc(19px + 4px);
    font-weight: 700;
    margin-top: 15px;
    color: #ffffff;
    position: relative;
    display: block;
}.price-plan .cost-breakdown::before {
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    content: '';
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.price-plan {
    padding: 80px 0;
}.price-plan .learn-pricing {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price-plan .study-pricing {
    padding: 25px 20px;
}.price-plan .trial-rates p {
    max-height: 150px;
    font-size: calc(13px - 1px);
}.price-plan .cost-breakdown {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 767px) {.price-plan {
    padding: 60px 0;
}.price-plan h2 {
    font-size: calc(28px - 4px);
}.price-plan .learning-fees {
    font-size: 13px;
    margin-bottom: 30px;
}.price-plan .learn-pricing {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price-plan .trial-rates h4 {
    font-size: 19px;
}.price-plan .cost-breakdown {
    font-size: 19px;
}
}

@media (max-width: 480px) {.price-plan {
    padding: 50px 0;
}.price-plan h2 {
    font-size: calc(28px - 8px);
}.price-plan .learning-fees {
    font-size: calc(13px - 2px);
}.price-plan .study-pricing {
    padding: 20px 15px;
}.price-plan .trial-rates p {
    font-size: calc(13px - 2px);
}}.title-portal {
    overflow: hidden;
    background-color: #000000;
    min-height: 650px;
    position: relative;
    height: 100vh;
    width: 100%;
}.title-portal .smart-study {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    height: 100%;
}.title-portal .edu-entry {
    position: absolute;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
}.title-portal .edu-entry::before {
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 20%,
        transparent 80%,
        #000000 100%
    ), linear-gradient(
        0deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        #000000 100%
    );
    top: 0;
    opacity: 0.85;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
}.title-portal .edu-entry::after {
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
    z-index: 2;
    position: absolute;
    top: 0;
    background-size: 8px 8px;
    content: '';
}.title-portal .page-home {
    animation: infinite-scroll 30s linear infinite;
    height: 100%;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    width: fit-content;
}.title-portal .main-front {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}.title-portal .main-front::before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgb(187,181,199,0.5) 100%
    );
    height: 100%;
    mix-blend-mode: overlay;
}.title-portal .main-front::after {
    background: linear-gradient(
        135deg,
        rgb(187,181,199,0.5) 0%,
        transparent 100%
    );
    height: 100%;
    content: '';
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.title-portal .main-front img {
    object-fit: cover;
    transition: transform 0.5s ease;
    animation: ken-burns 20s ease infinite alternate;
    width: 100%;
    height: 100%;
    filter: brightness(0.8) saturate(1.2);
    transform-origin: center;
}.title-portal .text-section {
    position: relative;
    width: 85%;
    z-index: 5;
    padding: 3rem;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 70%
    );
    max-width: 750px;
    transform: translateY(0);
    text-align: center;
    animation: float 6s ease-in-out infinite;
}.title-portal .text-section::before {
    content: '';
    opacity: 0.3;
    border: 1px solid rgb(187,181,199,0.5);
    z-index: -1;
    top: -10px;
    border-radius: 12px;
    bottom: -10px;
    right: -10px;
    left: -10px;
    animation: border-pulse 4s ease-in-out infinite;
    position: absolute;
    transform: scale(0.97);
}.title-portal .text-section::after {
    left: 0;
    background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    filter: blur(15px);
    height: 100%;
}.title-portal .text-section h1 {
    display: inline-block;
    font-size: 39px;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    margin-bottom: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}.title-portal .text-section h1::before,
.title-portal .text-section h1::after {
    height: 3px;
    content: '';
    bottom: -8px;
    position: absolute;
    background: rgb(187,181,199);
}.title-portal .text-section h1::before {
    left: 0;
    animation: line-grow-left 1.5s ease-out forwards;
    right: 75%;
}.title-portal .text-section h1::after {
    left: 75%;
    animation: line-grow-right 1.5s ease-out forwards;
    right: 0;
}.title-portal .text-section p {
    font-size: 12px;
    animation: text-fade 1.5s ease-in forwards;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
}.title-portal .text-section .connect-reach {
    padding: 0.9rem 2.2rem;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-size: 200% auto;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(
        to right,
        rgb(187,181,199) 0%,
        rgb(152,142,168) 50%,
        rgb(187,181,199) 100%
    );
    z-index: 1;
    border: none;
    animation: button-gradient 3s ease infinite;
    transition: all 0.5s ease;
    font-weight: 600;
}.title-portal .text-section .connect-reach::before {
    height: 200%;
    content: '';
    top: -50%;
    left: -50%;
    transition: transform 0.5s ease-out;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.3) 0%,
        transparent 70%
    );
    transform: scale(0);
    width: 200%;
    z-index: -1;
}.title-portal .text-section .connect-reach:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}.title-portal .text-section .connect-reach:hover::before {
    transform: scale(1);
}

@keyframes infinite-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / var(--slide-count, 2) * (var(--slide-count, 2) - 1)));
    }
}

@keyframes ken-burns {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes border-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.97);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes line-grow-left {
    0% {
        right: 100%;
    }
    100% {
        right: 75%;
    }
}

@keyframes line-grow-right {
    0% {
        left: 100%;
    }
    100% {
        left: 75%;
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 0.95;
        transform: translateY(0);
    }
}

@keyframes button-gradient {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}

@media (max-width: 1200px) {.title-portal {
    height: 90vh;
}.title-portal .text-section {
    padding: 2.5rem;
    max-width: 700px;
    width: 90%;
}
}

@media (max-width: 992px) {.title-portal {
    height: 85vh;
}.title-portal .text-section {
    max-width: 650px;
    padding: 2rem;
}.title-portal .text-section h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1.5rem;
}.title-portal .text-section p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    margin-bottom: 2rem;
}.title-portal .text-section .connect-reach {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 768px) {.title-portal {
    height: 80vh;
    min-height: 550px;
}.title-portal .edu-entry::before {
    opacity: 0.9;
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 15%,
            transparent 85%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 25%,
            transparent 75%,
            #000000 100%
        );
}.title-portal .text-section {
    max-width: 90%;
    padding: 1.8rem;
}.title-portal .text-section h1 {
    font-size: 39px;
    margin-bottom: 1.3rem;
}.title-portal .text-section p {
    line-height: 1.6;
    margin-bottom: 1.8rem;
}.title-portal .text-section .connect-reach {
    font-size: calc(15px * 0.95);
    padding: 0.7rem 1.8rem;
}
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.title-portal {
    min-height: 500px;
    height: 70vh;
}.title-portal .edu-entry::before {
    opacity: 0.92;
    background: linear-gradient(
            90deg,
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%
        ), linear-gradient(
            0deg,
            #000000 0%,
            transparent 20%,
            transparent 80%,
            #000000 100%
        );
}.title-portal .edu-entry::after {
    background-size: 6px 6px;
}.title-portal .text-section {
    padding: 1.5rem;
}.title-portal .text-section::before {
    display: none;
}.title-portal .text-section h1 {
    margin-bottom: 1.1rem;
    font-size: calc(39px * 0.9);
}.title-portal .text-section h1::before,
    .title-portal .text-section h1::after {
    bottom: -6px;
    height: 2px;
}.title-portal .text-section p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.title-portal .text-section .connect-reach {
    padding: 0.6rem 1.5rem;
}
    
    @keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3px);
        }
    }
}

@media (max-width: 420px) {.title-portal {
    height: 60vh;
    min-height: 450px;
}.title-portal .text-section {
    padding: 1.2rem;
}.title-portal .text-section h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.85);
}.title-portal .text-section p {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.85);
}.title-portal .text-section .connect-reach {
    font-size: calc(15px * 0.9);
    padding: 0.5rem 1.3rem;
}
}

@media (max-height: 600px) {.title-portal {
    min-height: 450px;
    height: auto;
}.title-portal .text-section {
    padding: 1.5rem;
}@keyframes float {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2px);
        }
    }
}

.title-portal .main-front:nth-child(odd) img {
    animation-delay: -10s;
}.title-portal .page-home {
    --slide-count: 2;
}.title-portal:has(.main-front:nth-child(3)) .page-home {
    --slide-count: 3;
}.title-portal:has(.main-front:nth-child(4)) .page-home {
    --slide-count: 4;
}.title-portal:has(.main-front:nth-child(5)) .page-home {
    --slide-count: 5;
}.title-portal:has(.main-front:nth-child(n+6)) .page-home {
    --slide-count: 5;
}