* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.head-section {
    flex: 1 0 auto;
}.container {
    width: 1271px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-padding {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.converter {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .converter {
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(191,194,208) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}footer .converter::before {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: '';
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    height: 100%;
    top: 0;
}footer .converter::after {
    animation: glowBorder 3s infinite linear;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(191,194,208) 0%, 
        rgb(152,155,173) 50%, 
        rgb(191,194,208) 100%);
    content: '';
    top: 0;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .converter .container {
    position: relative;
    z-index: 2;
}footer .med-guides {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .get-in-touch {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    gap: 30px;
}footer .get-in-touch::after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(152,155,173,0.5) 50%, 
        transparent 100%);
    bottom: 0;
}footer .info_item {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    flex: 1;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    align-items: center;
}footer .info_item svg {
    fill: rgb(152,155,173);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(152,155,173);
}footer .text_main_holder {
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}footer .top-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}footer .top-nav svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(191,194,208,0.5));
    max-width: 160px;
}footer .donate-books {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 300px;
}footer .main-page {
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .main-page h5 {
    position: relative;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 19px;
    padding-bottom: 15px;
}footer .main-page h5::after {
    left: 0;
    height: 3px;
    background: rgb(152,155,173);
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    border-radius: 10px;
}footer .site-main {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
}footer .site-main a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
    padding-left: 15px;
    opacity: 0.8;
    color: #ffffff;
}footer .site-main a::before {
    height: 6px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(152,155,173);
    border-radius: 50%;
    top: 50%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: '';
    width: 6px;
}footer .site-main a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(152,155,173);
}footer .site-main a:hover::before {
    box-shadow: 0 0 10px rgb(152,155,173);
    width: 8px;
    height: 8px;
    opacity: 1;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    padding: 25px;
    border-radius: 29px;
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    gap: 15px;
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 19px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    outline: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 13px;
    color: #ffffff;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(152,155,173,0.5);
    border-color: rgb(152,155,173);
}footer .sub-codes {
    border: none;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(152,155,173) 0%, rgb(191,194,208) 100%);
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 24px;
    overflow: hidden;
    position: relative;
}footer .sub-codes::before {
    height: 100%;
    width: 100%;
    transition: 0.6s;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    content: '';
    left: -100%;
}footer .sub-codes:hover::before {
    left: 100%;
}footer .sub-codes:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .terms-legal {
    position: relative;
    text-align: center;
    padding-top: 30px;
}footer .terms-legal::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(152,155,173,0.5) 50%, 
        transparent 100%);
    content: '';
    position: absolute;
}footer .achieve-cta {
    opacity: 0.7;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 992px) {footer .converter {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .get-in-touch {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .converter {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main-page {
    gap: 15px;
}footer .get-in-touch {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .sub-codes {
    width: 100%;
}
}

@media (max-width: 576px) {footer .converter {
    padding: 40px 0 30px;
}footer .top-nav {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .donate-books {
    margin: 0 auto;
    text-align: center;
}footer .main-page h5 {
    text-align: center;
}footer .main-page h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .site-main {
    align-items: center;
}footer .site-main a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.cookie-message-popup {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(191,194,208);
    background: rgb(225,227,233);
    width: 100%;
    z-index: 90;
}.cookie-ack {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie-message-popup h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-message-popup p {
    font-size: 18px;
}.track-toggle {
    flex-shrink: 0;
    margin-right: 10px;
}.track-toggle svg, .track-toggle svg path, .track-toggle img {
    width: 100px;
    height: 100px;
    fill: rgb(191,194,208);
}.cookie-notice {
    margin-left: 10px;
    cursor: pointer;
    font-size: 24px;
    color: rgb(191,194,208);
    line-height: 35px;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(191,194,208);
    text-align: center;
    min-width: 120px;
}.cookie-message-popup p a {
    color: rgb(191,194,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-popup {
    padding: 20px;
}}
#consentAlertWindow {
    display: none;
}#consentAlertWindow:checked ~ .cookie-message-popup {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.track-toggle {
    display: none;
}.cookie-ack {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-message-popup h5 {
    text-align: center;
}.cookie-message-popup p {
    text-align: center;
}.cookie-controls {
    margin-bottom: 20px;
}body .wrapper-padding .cookie-notice {
    margin-left: 0;
}}header {
    position: relative;
    width: 100%;
    overflow: visible;
    z-index: 99;
    background: linear-gradient(to bottom, rgb(225,227,233), rgba(0, 0, 0, 0.5));
}header::before {
    top: 0;
    opacity: 0.1;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}header .top-navbar {
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .top-navbar::before {
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(191,194,208), transparent);
    height: 1px;
    position: absolute;
    width: 80%;
    left: 10%;
}header .top-navbar .top-nav {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .top-navbar .top-nav .head-study {
    display: block;
    padding: 5px;
    position: relative;
}header .top-navbar .top-nav .head-study::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -5px;
    z-index: -1;
    left: -5px;
    bottom: -5px;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px;
    top: -5px;
    transform: scale(0.9);
    opacity: 0;
}header .top-navbar .top-nav .head-study:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .top-navbar .top-nav .head-study svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
    width: auto;
}header .top-navbar .main-page {
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
    list-style: none;
}header .top-navbar .main-page .nav-class {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}header .top-navbar .main-page .nav-class a {
    font-weight: 600;
    display: block;
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding: 12px 20px;
    color: #000000;
}header .top-navbar .main-page .nav-class a::before,
header .top-navbar .main-page .nav-class a::after {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    pointer-events: none;
}header .top-navbar .main-page .nav-class a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(191,194,208,0.5), transparent);
}header .top-navbar .main-page .nav-class a::after {
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(152,155,173,0.5), transparent);
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
}header .top-navbar .main-page .nav-class:hover a {
    color: rgb(191,194,208);
    transform: translateZ(10px);
}header .top-navbar .main-page .nav-class:hover a::before,
header .top-navbar .main-page .nav-class:hover a::after {
    opacity: 0.1;
}header .top-navbar .main-page .nav-class:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .top-navbar .main-page .nav-class:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .top-navbar {
    padding: 15px;
    flex-direction: column;
}header .top-navbar .top-nav {
    margin: 0 0 15px 0;
}header .top-navbar .main-page {
    perspective: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top-navbar .main-page .nav-class a {
    transform-style: flat;
    font-size: calc(14px - 1px);
    padding: 10px 15px;
}header .top-navbar .main-page .nav-class:hover a {
    transform: none;
}header .top-navbar .main-page .nav-class a::before,
    header .top-navbar .main-page .nav-class a::after {
    display: none;
}
}

@media (max-width: 767px) {header .top-navbar .main-page .nav-class a {
    font-size: calc(14px - 2px);
    padding: 8px 12px;
}}.thanksPanel {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,227,233), #ffffff);
}.thanksPanel::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.2;
    content: "";
    left: 0;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(152,155,173,0.5) 49.5%, rgb(152,155,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(152,155,173,0.5) 49.5%, rgb(152,155,173,0.5) 50.5%, transparent 50.5%);
    animation: movePattern 40s linear infinite;
    position: absolute;
}.thanksPanel::after {
    transform: rotate(25deg);
    opacity: 0.1;
    content: "";
    background: linear-gradient(120deg, rgb(191,194,208,0.5) 10%, transparent 80%);
    position: absolute;
    top: -50%;
    width: 70%;
    right: -20%;
    z-index: 0;
    height: 200%;
}.thanksPanel .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.thanksPanel h2 {
    position: relative;
    color: #000000;
    line-height: 1.4;
    font-size: 33px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-weight: 600;
    transform: translateZ(20px);
    margin-bottom: 40px;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.thanksPanel h2::after {
    bottom: -16px;
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
}.thanksPanel .expert-studio {
    border-left: 4px solid rgb(152,155,173);
    background: #ffffff;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(10px) translateY(10px);
    position: relative;
    padding: 35px 40px 30px;
}.thanksPanel .expert-studio::before {
    content: "";
    top: 20px;
    transform: translateZ(-5px);
    background: linear-gradient(135deg, rgb(152,155,173,0.5) 30%, transparent 70%);
    opacity: 0.15;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
}.thanksPanel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksPanel li {
    position: relative;
    padding-left: 25px;
}.thanksPanel li::before {
    top: 8px;
    width: 8px;
    opacity: 0.9;
    left: 0;
    background: rgb(191,194,208);
    position: absolute;
    transform: rotate(45deg);
    animation: pulse 3s infinite;
    height: 8px;
    content: "";
}.thanksPanel li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    display: block;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.thanksPanel {
    padding: 100px 0;
}.thanksPanel h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 992px) {.thanksPanel {
    padding: 80px 0;
}.thanksPanel h2 {
    font-size: calc(33px * 0.85);
}.thanksPanel::after {
    right: -50%;
    width: 100%;
}.thanksPanel .expert-studio {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.thanksPanel {
    padding: 60px 0;
}.thanksPanel h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.thanksPanel h2::after {
    width: 60px;
    bottom: -12px;
}.thanksPanel .expert-studio {
    padding: 25px 30px 20px;
}.thanksPanel li span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.thanksPanel {
    padding: 50px 0;
}.thanksPanel h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.thanksPanel .expert-studio {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.thanksPanel li {
    padding-left: 20px;
}.thanksPanel li::before {
    width: 6px;
    top: 8px;
    height: 6px;
}.thanksPanel li span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.thanksPanel::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.thanksPanel .expert-studio:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.plan-list-item {
    background: linear-gradient(135deg, rgb(225,227,233), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan-list-item::before {
    z-index: 0;
    right: -5%;
    position: absolute;
    filter: blur(60px);
    content: "";
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgb(191,194,208,0.5), rgb(152,155,173,0.5));
    opacity: 0.4;
    width: 40%;
}.plan-list-item::after {
    content: "";
    filter: blur(50px);
    background: linear-gradient(215deg, rgb(152,155,173,0.5), rgb(191,194,208,0.5));
    height: 60%;
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    width: 35%;
    z-index: 0;
    left: -5%;
    opacity: 0.3;
    bottom: -10%;
}.plan-list-item .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}.plan-list-item .skill-pricing {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.plan-list-item .fee-deals {
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    text-align: center;
    transform: translateY(30px);
}.plan-list-item .fee-deals h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    position: relative;
    display: inline-block;
}.plan-list-item .fee-deals h2::after {
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(191,194,208), rgb(152,155,173));
    height: 4px;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -12px;
}.plan-list-item .rate-card {
    color: #000000;
    margin: 20px auto 0;
    max-width: 680px;
    line-height: 1.6;
    font-size: 15px;
}.plan-list-item .pricing-options {
    opacity: 0;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(40px);
    gap: 30px;
}.plan-list-item .premium-plan {
    backface-visibility: hidden;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
}.plan-list-item .tuition-table {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    will-change: transform, box-shadow;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.plan-list-item .premium-plan:hover .tuition-table {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.plan-list-item .basic-rates {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
}.plan-list-item .basic-rates h3 {
    font-weight: 700;
    color: #000000;
    padding-left: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
    font-size: calc(23px + 2px);
    white-space: normal;
    position: relative;
}.plan-list-item .basic-rates h3::before {
    height: calc(100% - 10px);
    left: 0;
    top: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(191,194,208), rgb(152,155,173));
    width: 4px;
    position: absolute;
    border-radius: 10px;
}.plan-list-item .plan-pricing {
    font-weight: 700;
    color: rgb(191,194,208);
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    margin: 5px 0 20px;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: calc(23px + 4px);
    display: inline-block;
}.plan-list-item .basic-rates p {
    overflow-wrap: break-word;
    margin-bottom: 10px;
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
    font-size: 15px;
    white-space: normal;
    color: #000000;
    margin-top: 5px;
}.plan-list-item .pic-hover {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
}.plan-list-item .pic-hover::after {
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}.plan-list-item .premium-plan:hover .pic-hover {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan-list-item .pricing-options {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.plan-list-item .skill-pricing {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.plan-list-item .skill-pricing {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.plan-list-item .fee-deals {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    align-self: center;
}.plan-list-item .fee-deals h2 {
    display: inline-block;
}.plan-list-item .fee-deals h2::after {
    left: 0;
    transform: none;
}.plan-list-item .rate-card {
    margin: 25px 0 0;
}.plan-list-item .pricing-options {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan-list-item .pricing-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.plan-list-item .basic-rates {
    padding: 40px 35px;
}.plan-list-item .pic-hover {
    height: 240px;
}
}

@media (max-width: 767px) {.plan-list-item {
    padding: 80px 0;
}.plan-list-item .fee-deals {
    margin-bottom: 20px;
}.plan-list-item .tuition-table {
    max-width: 100%;
}.plan-list-item .basic-rates {
    padding: 30px 25px;
}.plan-list-item .basic-rates h3 {
    font-size: calc(23px + 1px);
}.plan-list-item .plan-pricing {
    font-size: 23px;
    margin: 0 0 15px;
}.plan-list-item .pic-hover {
    height: 200px;
}
}

@media (max-width: 480px) {.plan-list-item {
    padding: 60px 0;
}.plan-list-item .basic-rates {
    padding: 25px 20px;
}.plan-list-item .pic-hover {
    height: 180px;
}}.access-now {
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(191,194,208) 0%, rgb(152,155,173) 100%);
    position: relative;
}.access-now::before {
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(191,194,208) 0deg,
            rgb(152,155,173) 15deg,
            rgb(191,194,208) 30deg
        );
    position: absolute;
    z-index: -1;
    animation: rotateBg 20s linear infinite;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.1;
    content: '';
    top: 0;
}.access-now::after {
    top: 0;
    height: 100%;
    z-index: -1;
    background-size: 100% 100px, 100px 100%;
    width: 100%;
    animation: scanLines 5s linear infinite alternate;
    content: '';
    position: absolute;
    background-position: center;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    opacity: 0.05;
    left: 0;
    background-repeat: no-repeat;
}.access-now .expert-studio {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    max-width: 1000px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(191,194,208,0.5),
        0 0 40px rgb(191,194,208,0.5);
    justify-content: center;
    display: flex;
    padding: 60px 40px;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 28px;
    flex-direction: column;
}.access-now .expert-studio::before {
    animation: pulseGlow 6s ease-in-out infinite alternate;
    z-index: -1;
    height: 200%;
    width: 200%;
    top: -50%;
    content: '';
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    position: absolute;
    left: -50%;
}.access-now .expert-studio::after {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    content: '';
    opacity: 0.3;
    background-size: 20px 20px;
    top: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    width: 100%;
}.access-now h3 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: center;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(191,194,208);
    font-family: Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 3px;
}.access-now h3::before {
    z-index: -1;
    content: attr(data-text);
    height: 100%;
    opacity: 0.7;
    animation: glitchEffect 2s infinite linear alternate;
    left: -3px;
    width: 100%;
    top: 0;
    color: rgb(152,155,173);
    position: absolute;
}.access-now h3::after {
    top: 0;
    color: rgb(191,194,208);
    content: attr(data-text);
    height: 100%;
    position: absolute;
    left: 3px;
    opacity: 0.7;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    z-index: -2;
    width: 100%;
}.access-now .team-contact {
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    padding: 18px 45px;
    position: relative;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(191,194,208), rgb(152,155,173), rgb(191,194,208));
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    background-size: 200% 200%;
    font-size: 20px;
    font-weight: 600;
    border-radius: 28px;
    animation: gradientFlow 5s ease infinite;
    transition: all 0.4s ease;
    z-index: 1;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(152,155,173,0.5),
        0 0 30px rgb(152,155,173,0.5);
    text-decoration: none;
}.access-now .team-contact::before {
    top: -2px;
    right: -2px;
    content: '';
    bottom: -2px;
    animation: gradientFlow 5s ease infinite;
    opacity: 0.7;
    position: absolute;
    left: -2px;
    background: linear-gradient(45deg, rgb(191,194,208), rgb(152,155,173), rgb(191,194,208));
    background-size: 400% 400%;
    z-index: -1;
    border-radius: calc(28px + 2px);
}.access-now .team-contact::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    position: absolute;
    transition: all 0.6s ease;
    transform: skewX(-20deg);
    content: '';
    top: 0;
    height: 100%;
    width: 70%;
    left: -100%;
    z-index: 1;
}.access-now .team-contact:hover {
    color: #ffffff;
    transform: translateY(-5px) scale(1.03);
    text-shadow: 0 0 10px #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(152,155,173),
        0 0 50px rgb(152,155,173,0.5);
}.access-now .team-contact:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.access-now {
    padding: 100px 0;
}.access-now .expert-studio {
    max-width: 90%;
    padding: 50px 30px;
}.access-now h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 45px;
}.access-now .team-contact {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.access-now {
    padding: 80px 0;
}.access-now .expert-studio {
    padding: 40px 25px;
}.access-now h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
    letter-spacing: 2px;
}.access-now .team-contact {
    padding: 14px 35px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 576px) {.access-now {
    padding: 60px 0;
}.access-now .expert-studio {
    padding: 30px 20px;
}.access-now h3 {
    font-size: calc(30px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.access-now .team-contact {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.privacy-cordon {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(225,227,233);
    padding: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}.privacy-cordon h1 {
    font-size: 48px;
    font-weight: 700;
    border-bottom: 2px solid rgb(191,194,208);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    color: rgb(191,194,208);
}.privacy-cordon h2 {
    font-weight: 600;
    margin-top: 1rem;
    color: rgb(152,155,173);
    margin-bottom: 1rem;
    font-size: 30px;
}.privacy-cordon ul,
.privacy-cordon ol {
    margin-bottom: 1rem;
    list-style: none;
    margin-top: 1rem;
    padding-left: 1.5rem;
}.privacy-cordon li {
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    padding-left: 1.2rem;
    font-size: 17px;
}.privacy-cordon li::before {
    content: "•";
    left: 0;
    color: rgb(191,194,208);
    font-size: 1.2rem;
    line-height: 1.2;
    position: absolute;
}.privacy-cordon p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1rem;
}.privacy-cordon span {
    color: #000000;
    font-weight: 400;
}.privacy-cordon div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.privacy-cordon {
    border-radius: 10px;
    padding: 1rem;
}.privacy-cordon h1 {
    font-size: calc(22px - 0.5rem);
}.privacy-cordon h2 {
    font-size: calc(22px - 0.5rem);
}.privacy-cordon p,
    .privacy-cordon li {
    font-size: calc(17px - 0.2rem);
}}.contact-usvweoX {
    background: linear-gradient(135deg, rgb(225,227,233) 0%, rgb(191,194,208,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.contact-usvweoX::before {
    top: 0;
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,155,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(191,194,208,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    animation: pulse 15s infinite alternate;
    height: 100%;
    position: absolute;
}.contact-usvweoX::after {
    content: '';
    left: 0;
    z-index: 1;
    background-size: 200px 200px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(191,194,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(191,194,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(191,194,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(191,194,208,0.5) 75%);
    width: 100%;
    position: absolute;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    opacity: 0.05;
    top: 0;
}.contact-usvweoX .pic-hover {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: 2;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
}.contact-usvweoX .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.contact-usvweoX h3 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 31px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}.contact-usvweoX h3::after {
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    background: rgb(191,194,208);
    content: '';
    height: 4px;
    width: 80px;
    bottom: -10px;
}.contact-usvweoX .request-infoTju6P {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    position: relative;
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    overflow: hidden;
}.contact-usvweoX .request-infoTju6P::before {
    background: linear-gradient(45deg, rgb(152,155,173), rgb(191,194,208), rgb(152,155,173));
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: -1;
    bottom: -5px;
    left: -5px;
    content: '';
    border-radius: calc(27px + 5px);
    animation: border-glow 5s infinite linear;
}.contact-usvweoX .connect-inquiry {
    position: relative;
    flex: 1 1 60%;
    overflow: hidden;
    padding: 40px;
}.contact-usvweoX .connect-inquiry::before {
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    top: 0;
    z-index: 0;
    opacity: 0.3;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    content: '';
}.contact-usvweoX .connect-inquiry #contact {
    position: relative;
    z-index: 1;
}.contact-usvweoX .connect-inquiry h3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}.contact-usvweoX .connect-inquiry h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.contact-usvweoX .connect-inquiry input[type="text"],
.contact-usvweoX .connect-inquiry textarea {
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}.contact-usvweoX .connect-inquiry input[type="text"]:focus,
.contact-usvweoX .connect-inquiry textarea:focus {
    box-shadow: 0 0 0 3px rgb(191,194,208,0.5);
    background-color: #ffffff;
    outline: none;
    border-color: rgb(191,194,208);
}.contact-usvweoX .connect-inquiry textarea {
    resize: vertical;
    height: 120px;
}.contact-usvweoX .connect-inquiry .help-message {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-usvweoX .connect-inquiry .help-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-usvweoX .connect-inquiry .help-message label {
    position: relative;
    color: #000000;
    font-size: calc(12px - 2px);
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.contact-usvweoX .connect-inquiry .help-message label::before {
    width: 22px;
    top: 2px;
    content: '';
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    border-radius: 10px;
    height: 22px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact-usvweoX .connect-inquiry .help-message input[type="checkbox"]:checked + label::before {
    background-color: rgb(191,194,208);
    border-color: rgb(191,194,208);
}.contact-usvweoX .connect-inquiry .help-message input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: '';
    position: absolute;
    border-left: 2px solid #ffffff;
    height: 4px;
    left: 7px;
    width: 8px;
    transform: rotate(-45deg);
    top: 9px;
}.contact-usvweoX .connect-inquiry .help-message a {
    color: rgb(191,194,208);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-usvweoX .connect-inquiry .help-message a:hover {
    text-decoration: underline;
    color: rgb(152,155,173);
}.contact-usvweoX .connect-inquiry .message-query {
    background: linear-gradient(135deg, rgb(191,194,208) 0%, rgb(152,155,173) 100%);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    border-radius: 27px;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 15px 30px;
    border: none;
}.contact-usvweoX .connect-inquiry .message-query::before {
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact-usvweoX .connect-inquiry .message-query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-usvweoX .connect-inquiry .message-query:hover::before {
    left: 100%;
}.contact-usvweoX .connect-reach {
    background: linear-gradient(135deg, rgb(152,155,173) 0%, rgb(191,194,208) 100%);
    flex: 1 1 40%;
    overflow: hidden;
    position: relative;
    padding: 40px;
}.contact-usvweoX .connect-reach::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    left: 0;
}.contact-usvweoX .connect-reach h4 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}.contact-usvweoX .connect-reach h4::after {
    content: '';
    height: 3px;
    position: absolute;
    background: #ffffff;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    width: 60px;
}.contact-usvweoX .connect-reach .inquiry-reach {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-usvweoX .connect-reach .inquiry-reach li {
    display: flex;
    z-index: 1;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.contact-usvweoX .connect-reach .inquiry-reach li svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact-usvweoX .connect-reach .inquiry-reach li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-usvweoX .connect-reach .inquiry-reach li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact-usvweoX .connect-reach .inquiry-reach li span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}.contact-usvweoX .connect-reach .inquiry-reach li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-usvweoX .connect-reach .inquiry-reach li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact-usvweoX {
    padding: 60px 0;
}.contact-usvweoX .container {
    padding: 0 15px;
}.contact-usvweoX .request-infoTju6P {
    flex-direction: column;
}.contact-usvweoX .connect-inquiry,
    .contact-usvweoX .connect-reach {
    flex: 1 1 100%;
}.contact-usvweoX .connect-inquiry {
    padding: 30px;
}.contact-usvweoX .connect-reach {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact-usvweoX {
    padding: 40px 0;
}.contact-usvweoX h3 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.contact-usvweoX .connect-inquiry h3,
    .contact-usvweoX .connect-reach h4 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}.contact-usvweoX .connect-inquiry input[type="text"],
    .contact-usvweoX .connect-inquiry textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-usvweoX .connect-inquiry textarea {
    height: 100px;
}.contact-usvweoX .connect-inquiry .message-query {
    padding: 12px 25px;
    font-size: calc(17px - 1px);
}.contact-usvweoX .connect-reach .inquiry-reach li {
    margin-bottom: 20px;
}.contact-usvweoX .connect-reach .inquiry-reach li svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.contact-usvweoX {
    padding: 30px 0;
}.contact-usvweoX .connect-inquiry,
    .contact-usvweoX .connect-reach {
    padding: 20px;
}.contact-usvweoX h3 {
    font-size: calc(31px - 6px);
}.contact-usvweoX .connect-inquiry .help-message label {
    font-size: calc(12px - 3px);
}}.title-portal {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    height: 100vh;
    background-color: #000000;
}.title-portal .expert-studio {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}.title-portal .learn-page {
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
}.title-portal .learn-page::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    content: '';
}.title-portal .main-open {
    width: calc(100% * var(--slide-count, 5));
    transform: translateX(0);
    height: 100%;
    animation: slide-transition 35s infinite;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    display: flex;
}.title-portal .study-smart {
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    position: relative;
    height: 100%;
}.title-portal .study-smart img {
    height: 100%;
    transition: transform 8s ease;
    position: absolute;
    animation: slide-zoom 16s infinite alternate;
    transform-origin: center center;
    filter: contrast(1.1) brightness(0.9);
    width: 100%;
    will-change: transform;
    object-fit: cover;
}.title-portal .study-smart:nth-child(2n) img {
    animation-delay: -3s;
}.title-portal .study-smart:nth-child(3n) img {
    animation-delay: -6s;
}.title-portal .study-smart:nth-child(4n) img {
    animation-delay: -9s;
}.title-portal .info-card {
    border-radius: 0 30px 30px 0;
    padding: 3.5rem;
    animation: slide-in 1s forwards 0.5s;
    max-width: 600px;
    position: relative;
    transform: translateX(50px);
    margin-right: 8%;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(191,194,208);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 5;
    width: 45%;
}.title-portal .info-card::before {
    animation: border-reveal 1.5s forwards 1s;
    left: -4px;
    height: 0;
    content: '';
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(191,194,208), rgb(152,155,173));
    position: absolute;
}.title-portal .info-card::after {
    box-shadow: 0 0 15px rgb(191,194,208);
    width: 20px;
    top: 30px;
    height: 20px;
    content: '';
    background-color: rgb(191,194,208);
    border-radius: 50%;
    left: -12px;
    position: absolute;
    animation: dot-appear 0.5s forwards 2s;
    opacity: 0;
}.title-portal .info-card h1 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 38px;
    position: relative;
}.title-portal .info-card h1::after {
    background: linear-gradient(90deg, rgb(191,194,208), transparent);
    animation: line-expand 1.2s forwards 1.5s;
    left: 0;
    height: 3px;
    content: '';
    bottom: 0;
    position: absolute;
    width: 0;
}.title-portal .info-card p {
    font-size: 12px;
    line-height: 1.7;
    opacity: 0;
    opacity: 0.9;
    animation: fade-up 1s forwards 1.7s;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateY(20px);
}.title-portal .info-card .message-query {
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fade-up 1s forwards 1.9s;
    position: relative;
    transition: all 0.3s ease;
    transform: translateY(20px);
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background-color: rgb(191,194,208);
}.title-portal .info-card .message-query::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s ease;
    content: '';
    top: 0;
    position: absolute;
}.title-portal .info-card .message-query:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: rgb(152,155,173);
    transform: translateY(-2px);
}.title-portal .info-card .message-query:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.title-portal .info-card {
    width: 50%;
    margin-right: 5%;
    padding: 3rem;
}
}

@media (max-width: 992px) {.title-portal .learn-page::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.title-portal .info-card {
    padding: 2.5rem;
    width: 60%;
}.title-portal .info-card h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.title-portal .expert-studio {
    justify-content: center;
}.title-portal .learn-page {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title-portal .learn-page::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.title-portal .info-card {
    margin: 0;
    border-left: none;
    border-top: 4px solid rgb(191,194,208);
    border-radius: 30px;
    width: 85%;
    backdrop-filter: blur(5px);
    max-width: 500px;
}.title-portal .info-card::before {
    top: -4px;
    left: 0;
    animation: width-reveal 1.5s forwards 1s;
    background: linear-gradient(to right, rgb(191,194,208), rgb(152,155,173));
    width: 0;
    height: 4px;
}.title-portal .info-card::after {
    top: -12px;
    left: 30px;
}.title-portal .info-card h1 {
    width: 100%;
    font-size: 38px;
    text-align: center;
}.title-portal .info-card p {
    text-align: center;
}.title-portal .info-card .message-query {
    text-align: center;
    margin: 0 auto;
    display: block;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.title-portal {
    height: 80vh;
}.title-portal .info-card {
    padding: 2rem;
    width: 90%;
}.title-portal .info-card h1 {
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.9);
}.title-portal .info-card p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
}.title-portal .info-card .message-query {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.title-portal {
    height: 70vh;
}.title-portal .info-card {
    padding: 1.5rem;
}.title-portal .info-card h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.title-portal .info-card p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(12px * 0.85);
}.title-portal .info-card .message-query {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.title-portal {
    min-height: 450px;
    height: auto;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.title-portal .info-card {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
}
    
    @media (max-width: 768px) {.title-portal .info-card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}
}

.title-portal .main-open {
    --slide-count: 2;
}.title-portal:has(.study-smart:nth-child(3)) .main-open {
    --slide-count: 3;
}.title-portal:has(.study-smart:nth-child(4)) .main-open {
    --slide-count: 4;
}.title-portal:has(.study-smart:nth-child(5)) .main-open {
    --slide-count: 5;
}.title-portal:has(.study-smart:nth-child(n+6)) .main-open {
    --slide-count: 5;
}.company-info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company-info::before {
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(191,194,208,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    position: absolute;
}.company-info::after {
    opacity: 0.5;
    content: "";
    filter: blur(80px);
    height: 200%;
    background: rgb(152,155,173,0.5);
    z-index: 0;
    position: absolute;
    width: 80%;
    top: -50%;
    transform: rotate(-15deg);
    right: -20%;
}.company-info .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.company-info .info-card {
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25), 
              0 8px 22px -6px rgba(0,0,0,0.22),
              0 1px 3px rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    padding: 45px 55px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(191,194,208);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
}.company-info .info-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.company-info h5 {
    font-weight: 700;
    font-size: 18px;
    transition: transform 0.4s ease-out;
    margin-bottom: 15px;
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    display: inline-block;
}.company-info h5::after {
    width: 0;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease-out;
    bottom: -8px;
    background: rgb(191,194,208);
}.company-info .info-card:hover h5 {
    transform: translateX(5px);
}.company-info .info-card:hover h5::after {
    width: 100%;
}.company-info p {
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 400;
}.company-info p b {
    color: rgb(191,194,208);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-size: calc(18px * 1.6);
    letter-spacing: 1px;
    display: inline-block;
}.company-info .info-card:hover p b {
    transform: translateY(-5px);
}.company-info ol {
    list-style-type: none;
    padding-left: 25px;
    counter-reset: item;
    margin: 0;
}.company-info ol li {
    padding-left: 15px;
    text-align: justify;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 400;
}.company-info ol li::before {
    content: "";
    width: 8px;
    background: rgb(191,194,208);
    box-shadow: 0 0 15px rgb(191,194,208);
    position: absolute;
    border-radius: 50%;
    height: 8px;
    left: -25px;
    transform: scale(0.8);
    top: 12px;
    transition: transform 0.3s ease;
}.company-info .info-card:hover ol li::before {
    transform: scale(1.2);
}.company-info .info-card div:nth-child(1),
.company-info .info-card div:nth-child(2) {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    opacity: 1;
}.company-info .info-card:hover div:nth-child(1) {
    transform: translateY(-5px);
}.company-info .info-card:hover div:nth-child(2) {
    transform: translateY(-3px);
}

@media (max-width: 992px) {.company-info {
    padding: 90px 0;
}.company-info .info-card {
    transform: perspective(1000px) rotateY(0deg);
    padding: 35px 40px;
}.company-info p b {
    font-size: calc(18px * 1.4);
}
}

@media (max-width: 768px) {.company-info {
    padding: 70px 0;
}.company-info .info-card {
    border-left-width: 3px;
    padding: 30px;
}.company-info h5 {
    font-size: calc(18px * 0.9);
}.company-info p b {
    font-size: calc(18px * 1.3);
}.company-info ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.company-info {
    padding: 60px 0;
}.company-info .info-card {
    padding: 25px 20px;
    border-left-width: 2px;
}.company-info h5 {
    font-size: calc(18px * 0.85);
}.company-info p b {
    font-size: calc(18px * 1.2);
}.company-info ol li {
    line-height: 1.6;
    padding-left: 10px;
    font-size: calc(18px * 0.9);
}.company-info ol li::before {
    height: 6px;
    left: -20px;
    width: 6px;
}}.follow {
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(225,227,233);
}.follow::before,
.follow::after {
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
}.follow::before {
    background: linear-gradient(135deg, rgb(191,194,208,0.5), transparent);
    top: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
    height: 60vw;
    right: -20vw;
    filter: blur(30px);
    width: 60vw;
}.follow::after {
    filter: blur(25px);
    background: linear-gradient(225deg, rgb(152,155,173,0.5), transparent);
    width: 40vw;
    height: 40vw;
    left: -15vw;
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    bottom: -15vw;
}.follow .expert-studio {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.follow .feedback-card {
    margin-left: auto;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 600px;
    width: 90%;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 24px;
}.follow .feedback-card::before,
.follow .feedback-card::after {
    position: absolute;
    content: "";
    pointer-events: none;
}.follow .feedback-card::before {
    top: -100%;
    left: -25%;
    width: 150%;
    opacity: 0.5;
    animation: rotateBg 20s infinite linear;
    background: 
        radial-gradient(circle at 30% 40%, rgb(191,194,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(152,155,173,0.5) 0%, transparent 50%);
    height: 200%;
    mix-blend-mode: overlay;
}.follow h3 {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}.follow .input_holder {
    width: 100%;
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
}.follow input[type="email"] {
    font-size: 15px;
    border: none;
    width: 100%;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    border-radius: 50px;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
}.follow input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgb(191,194,208,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    transform: scale(1.02);
}.follow input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.follow .sub-codes {
    z-index: 1;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(191,194,208), rgb(152,155,173));
    padding: 1.2rem 3rem;
    font-weight: 600;
    overflow: hidden;
    border-radius: 50px;
    align-self: flex-end;
}.follow .sub-codes::before {
    background: linear-gradient(135deg, rgb(152,155,173), rgb(191,194,208));
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.follow .sub-codes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgb(191,194,208,0.5);
}.follow .sub-codes:hover::before {
    opacity: 1;
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5%, 5%);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {.follow {
    padding: 8rem 3rem;
}.follow .feedback-card {
    padding: 4rem;
    width: 70%;
}.follow .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}.follow input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}
}

@media (max-width: 767px) {.follow {
    padding: 5rem 1.5rem;
}.follow h3 {
    font-size: 20px;
}.follow .feedback-card {
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}.follow .sub-codes {
    width: 100%;
    align-self: center;
}}.course-structure {
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-color: #000000;
    min-height: 100vh;
    position: relative;
    display: grid;
}.course-structure::before {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(191,194,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(152,155,173,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.4;
    content: "";
    left: 0;
    pointer-events: none;
}.course-structure .skill-path {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}.course-structure .skill-path::after {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    width: 100%;
    content: "";
}.course-structure .program-plan {
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    width: 500%;
    display: flex;
}.course-structure .skill-path:hover .program-plan {
    animation-play-state: paused;
}.course-structure .class-plan {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 20%;
}.course-structure .class-plan img {
    filter: brightness(0.8) saturate(1.2);
    height: 100%;
    transform: scale(1.1);
    width: 100%;
    transition: transform 8s ease;
    object-fit: cover;
}.course-structure .class-plan:hover img {
    transform: scale(1.2);
}.course-structure .container {
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 0;
    z-index: 4;
    height: 100%;
}.course-structure .expert-studio {
    width: 100%;
    margin-bottom: 0;
}.course-structure .learn-explore {
    display: grid;
    grid-column-gap: 2rem;
    padding: 0 2rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}.course-structure .learn-explore h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
    border-left: 4px solid rgb(191,194,208);
    grid-column: 1 / 2;
    font-size: 29px;
    margin: 0;
}.course-structure .learn-explore p {
    grid-column: 3 / 4;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    opacity: 0.7;
    font-size: 18px;
}.course-structure .learn-explore .message-query {
    width: max-content;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    font-size: 20px;
    align-items: center;
    border-radius: 10px;
    background-color: transparent;
    z-index: 1;
    position: relative;
    grid-column: 1 / 4;
    padding: 0.8rem 2rem;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    margin: 2rem auto 0;
    border: 2px solid rgb(191,194,208);
    justify-content: center;
    font-weight: 600;
}.course-structure .learn-explore .message-query::before {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    background: rgb(191,194,208);
    top: 0;
    width: 0;
    left: 0;
}.course-structure .learn-explore .message-query:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course-structure .learn-explore .message-query:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.course-structure .class-plan::before {
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    position: absolute;
    content: "";
}.course-structure .class-plan::after {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(191,194,208) 50%, 
                transparent 100%);
    content: "";
    box-shadow: 0 0 8px rgb(191,194,208);
    top: 30%;
    position: absolute;
    animation: moving-line 8s linear infinite;
    height: 1px;
    z-index: 3;
}.course-structure .class-plan:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.course-structure .class-plan:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}.course-structure .class-plan:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}.course-structure .class-plan:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.course-structure .expert-studio::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
    height: 1px;
}


@media (max-width: 992px) {.course-structure .learn-explore {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    text-align: center;
}.course-structure .learn-explore h3,
    .course-structure .learn-explore span,
    .course-structure .learn-explore p {
    border: none;
    padding: 0;
    grid-column: 1 / 2;
}.course-structure .learn-explore h3 {
    padding-bottom: 1rem;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid rgb(191,194,208);
}.course-structure .learn-explore .message-query {
    grid-column: 1 / 2;
}.course-structure .expert-studio {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.course-structure {
    min-height: 100vh;
}.course-structure .skill-path::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course-structure .expert-studio {
    margin-bottom: 0;
}.course-structure .learn-explore {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.course-structure .learn-explore h3 {
    font-size: calc(29px * 0.9);
}.course-structure .learn-explore span,
    .course-structure .learn-explore p {
    font-size: calc(18px * 0.9);
}.course-structure .learn-explore .message-query {
    width: 100%;
    margin-top: 1.5rem;
}}.teaching-history {
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(225,227,233), rgb(191,194,208,0.5) 120%);
    padding: 5rem 2rem;
    border-radius: 21px;
    position: relative;
}.teaching-history::before {
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(152,155,173,0.5) 0,
        rgb(152,155,173,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
}.teaching-history .user-ratings {
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    z-index: 2;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
}.teaching-history .user-ratings:hover {
    transform: translateY(-15px);
}.teaching-history .pic-hover {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    transition: all 0.5s ease;
    z-index: 3;
    border-radius: 21px 21px 0 0;
    width: 80%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
}.teaching-history .pic-hover::after {
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(191,194,208,0.5) 100%);
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 21px 21px 0 0;
}.teaching-history .user-ratings:hover .pic-hover {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.teaching-history .work-items {
    padding: 70px 2rem 2rem;
    background: #ffffff;
    margin-top: -50px;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}.teaching-history .work-items::before {
    position: absolute;
    background-size: 200% 100%;
    height: 6px;
    background: linear-gradient(90deg, 
                rgb(191,194,208), 
                rgb(152,155,173), 
                rgb(191,194,208));
    right: 0;
    border-radius: 10px 10px 0 0;
    top: 0;
    content: "";
    left: 0;
    animation: gradient-shift 8s infinite alternate;
}.teaching-history .work-items::after {
    right: 20px;
    position: absolute;
    opacity: 0.2;
    bottom: 20px;
    border-radius: 20% 40% 50% 30%;
    width: 60px;
    content: "";
    height: 60px;
    background: rgb(152,155,173,0.5);
    filter: blur(15px);
    animation: float-blob 10s infinite alternate;
}.teaching-history .name {
    transform: translateY(0);
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(191,194,208);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 33px;
}.teaching-history .work-items > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: rgb(152,155,173);
    font-size: 19px;
    font-weight: 600;
    opacity: 0.8;
    position: relative;
}.teaching-history .work-items > div:nth-child(2)::after {
    width: 40px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    background: rgb(152,155,173,0.5);
    bottom: 0;
    left: 0;
}.teaching-history .user-ratings:hover .work-items > div:nth-child(2)::after {
    width: 100px;
}.teaching-history .experience-tasks {
    line-height: 1.7;
    border-left: 3px solid rgb(152,155,173,0.5);
    font-style: italic;
    position: relative;
    opacity: 0.7;
    padding: 1rem 0 0 1.5rem;
    transform: translateY(10px);
    color: #000000;
    font-size: 13px;
    transition: all 0.5s ease 0.2s;
}.teaching-history .user-ratings:hover .experience-tasks {
    opacity: 1;
    transform: translateY(0);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.teaching-history .pic-hover {
    width: 100%;
    height: 250px;
}
}