﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1245px;
    margin: auto;
    max-width: 100%;
}.vr-labs {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-structure {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.head-mentor {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}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;
}}
.pricing-container {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-container::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}.pricing-container .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.pricing-container .fee-schemes {
    display: flex;
    align-items: center;
    flex-direction: column;
}.pricing-container h2 {
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 20px;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing-container .cost-breakdown {
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 50px;
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    font-size: 13px;
}.pricing-container .cost-rates {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    list-style: none;
    width: 100%;
}.pricing-container .cost-rates li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}.pricing-container .cost-rates li:nth-child(1) {
    --li-index: 0;
}.pricing-container .cost-rates li:nth-child(2) {
    --li-index: 1;
}.pricing-container .cost-rates li:nth-child(3) {
    --li-index: 2;
}.pricing-container .cost-rates li:nth-child(4) {
    --li-index: 3;
}.pricing-container .edu-deals {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    height: 100%;
}.pricing-container .edu-deals:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing-container .enroll-cost {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    border-radius: 8px;
    position: relative;
}.pricing-container .edu-deals:hover .enroll-cost {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(165,203,218,0.5), 0.5);
}.pricing-container .enroll-cost::before {
    top: -10%;
    height: 50%;
    transform: rotate(-45deg);
    left: -10%;
    opacity: 0.1;
    position: absolute;
    width: 40%;
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(165,203,218,0.5) 0%, transparent 70%);
    content: "";
}.pricing-container .edu-deals:hover .enroll-cost::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.pricing-container .program-rate {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    min-height: 280px;
    padding: 35px 30px;
    flex-direction: column;
}.pricing-container .program-rate h4 {
    position: relative;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    padding-bottom: 15px;
}.pricing-container .program-rate h4::after {
    width: 40px;
    bottom: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(165,203,218);
    left: 0;
    height: 3px;
}.pricing-container .edu-deals:hover .program-rate h4::after {
    width: 60px;
}.pricing-container .program-rate p {
    margin-bottom: 25px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    hyphens: auto;
    font-size: calc(13px * 0.9);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
}.pricing-container .training-sub {
    color: rgb(165,203,218);
    font-size: calc(18px * 1.2);
    font-weight: 700;
    display: inline-block;
    background: rgba(255,255,255,0.05);
    position: relative;
    align-self: flex-start;
    overflow: hidden;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
}.pricing-container .training-sub::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    left: -100%;
}.pricing-container .edu-deals:hover .training-sub::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.pricing-container {
    padding: 80px 0;
}.pricing-container h2 {
    font-size: calc(31px * 0.9);
}.pricing-container .cost-rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-container .program-rate {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing-container {
    padding: 70px 0;
}.pricing-container h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.pricing-container .cost-breakdown {
    margin-bottom: 35px;
    font-size: calc(13px * 0.95);
}.pricing-container .cost-rates {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-container .program-rate {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing-container {
    padding: 60px 0;
}.pricing-container h2 {
    font-size: calc(31px * 0.7);
}.pricing-container .cost-breakdown {
    font-size: calc(13px * 0.9);
}.pricing-container .program-rate {
    padding: 20px 15px;
}.pricing-container .program-rate h4 {
    font-size: 18px;
}.pricing-container .program-rate p {
    font-size: calc(13px * 0.85);
}.pricing-container .training-sub {
    font-size: 18px;
    padding: 8px 15px;
}}.about-this {
    background: rgb(210,230,238);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.about-this::before {
    width: 100%;
    content: '';
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(165,203,218,0.5) 0%, transparent 70%);
    position: absolute;
}.about-this .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.about-this .study-zone {
    flex-wrap: wrap;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}.about-this .smart-classes {
    display: flex;
    background-color: rgb(165,203,218);
    position: relative;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    flex: 0 0 30%;
}.about-this .photo-grid {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 180px;
    margin-bottom: 25px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 180px;
}.about-this .achieve-stats {
    text-align: center;
    width: 100%;
}.about-this .online-mastery {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}.about-this .fast-study {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}.about-this .text-holder-item {
    flex: 0 0 70%;
    padding: 50px;
}.about-this .story-visual {
    font-size: 21px;
    display: flex;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    align-items: center;
}.about-this .story-visual svg {
    width: 30px;
    height: 30px;
    fill: rgb(165,203,218);
    margin-right: 10px;
}.about-this .story-visual svg path {
    fill: rgb(165,203,218);
}.about-this h2 {
    color: #000000;
    position: relative;
    font-size: 31px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.about-this h2::after {
    height: 3px;
    left: 0;
    width: 60px;
    background: rgb(165,203,218);
    bottom: 0;
    content: '';
    position: absolute;
}.about-this p {
    color: #000000;
    line-height: 1.7;
    font-size: 16px;
}

@media (max-width: 992px) {.about-this {
    padding: 70px 0;
}.about-this .study-zone {
    flex-direction: column;
}.about-this .smart-classes {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 20px;
}.about-this .text-holder-item {
    flex: 0 0 100%;
    width: 100%;
    padding: 40px 20px;
}
}

@media (max-width: 768px) {.about-this {
    padding: 50px 0;
}.about-this .photo-grid {
    height: 150px;
    width: 150px;
}.about-this h2 {
    font-size: calc(31px - 0.2rem);
}
}

@media (max-width: 480px) {.about-this {
    padding: 40px 0;
}.about-this .photo-grid {
    height: 120px;
    width: 120px;
}.about-this .smart-classes {
    padding: 30px 15px;
}.about-this .text-holder-item {
    padding: 30px 15px;
}.about-this .online-mastery {
    font-size: calc(18px - 0.2rem);
}.about-this .fast-study {
    font-size: calc(16px - 0.1rem);
}.about-this h2 {
    margin-bottom: 15px;
    font-size: calc(31px - 0.4rem);
    padding-bottom: 10px;
}.about-this p {
    font-size: calc(16px - 0.1rem);
}}.course-offering {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(210,230,238);
    position: relative;
}.course-offering::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(165,203,218,0.5) 0%, transparent 50%, rgb(119,175,198,0.5) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.course-offering::after {
    animation: rotate 20s linear infinite;
    position: absolute;
    background: radial-gradient(circle, rgb(119,175,198,0.5) 0%, transparent 80%);
    width: 400px;
    border-radius: 50%;
    height: 400px;
    top: -100px;
    right: -100px;
    content: "";
    z-index: 1;
}.course-offering .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course-offering .ready-skills {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.course-offering .text-holder-item {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    align-items: center;
}.course-offering .text-holder-item h2 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
    border-left: 4px solid rgb(165,203,218);
    grid-column: 1 / -1;
    padding-left: 20px;
}.course-offering .description {
    padding: 30px;
    font-size: 16px;
    backdrop-filter: blur(10px);
    color: #000000;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course-offering .description:first-of-type {
    overflow: hidden;
    position: relative;
}.course-offering .description:first-of-type::before {
    position: absolute;
    left: -10px;
    z-index: -1;
    height: 40px;
    top: -10px;
    background-color: rgb(165,203,218,0.5);
    width: 40px;
    border-radius: 50%;
    content: "";
}.course-offering .description:last-of-type {
    position: relative;
    overflow: hidden;
}.course-offering .description:last-of-type::before {
    z-index: -1;
    content: "";
    width: 40px;
    bottom: -10px;
    background-color: rgb(119,175,198,0.5);
    right: -10px;
    border-radius: 50%;
    height: 40px;
    position: absolute;
}.course-offering .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course-offering .photo-grid {
    border-radius: 30px;
    margin: 40px 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: transform 0.5s ease;
    height: 400px;
    transform: perspective(1000px) rotateX(2deg);
}.course-offering .photo-grid::before {
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    bottom: 0;
    z-index: 1;
    left: 0;
}.course-offering .photo-grid::after {
    background: rgb(165,203,218);
    opacity: 0.7;
    filter: blur(10px);
    left: 50%;
    animation: glow 4s infinite alternate;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 10px;
    top: -20px;
    width: 90%;
}.course-offering .photo-grid:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course-offering {
    padding: 80px 0;
}.course-offering .photo-grid {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course-offering {
    padding: 60px 0;
}.course-offering .text-holder-item {
    grid-template-columns: 1fr;
    gap: 20px;
}.course-offering .description {
    padding: 25px;
}.course-offering .photo-grid {
    height: 300px;
    margin: 25px 0;
}.course-offering h2 {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 480px) {.course-offering {
    padding: 40px 0;
}.course-offering .ready-skills {
    gap: 30px;
}.course-offering .text-holder-item h2 {
    font-size: calc(33px * 0.8);
    padding-left: 15px;
}.course-offering .description {
    font-size: calc(16px * 0.95);
    padding: 20px;
}.course-offering .photo-grid {
    transform: perspective(1000px) rotateX(0deg);
    height: 250px;
    margin: 20px 0;
}}header {
    background: linear-gradient(to right, rgb(165,203,218,0.5), rgb(119,175,198,0.5));
    z-index: 100;
    padding: 1.5rem 3%;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    border-radius: 10px;
    top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 0.5rem;
    content: '';
    pointer-events: none;
    bottom: 0.5rem;
    z-index: 0;
    left: 0.5rem;
}header::after {
    background: 
        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%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}header .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}header .head-page {
    align-items: center;
    border-radius: 17px;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
}header .head-page::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(165,203,218), rgb(119,175,198));
    top: 0;
    width: 5px;
    left: 0;
    content: '';
}header .head-page::after {
    top: 0;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(119,175,198), rgb(165,203,218));
    position: absolute;
    height: 100%;
    right: 0;
}header .nav-pagewrap {
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
}header .nav-pagewrap::after {
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    height: 1px;
    background: rgb(165,203,218,0.5);
}header .nav-pagewrap svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    width: 170px;
    transition: all 0.3s ease;
}header .nav-pagewrap:hover svg {
    transform: scale(1.03);
}header .top-head {
    display: flex;
    padding-top: 1rem;
    flex-wrap: wrap;
    max-width: 90%;
    justify-content: center;
    gap: 0.7rem;
    width: 100%;
}header .main-learning {
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
    background: rgb(210,230,238);
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .main-learning::before {
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(165,203,218), rgb(119,175,198));
    width: 3px;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    border-radius: 10px 0 0 10px;
}header .main-learning:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .main-learning:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head-page {
    padding: 1.2rem;
}header .nav-pagewrap {
    padding: 0 0 0.8rem 0;
}header .nav-pagewrap svg {
    width: 150px;
}header .top-head {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .main-learning {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head-page {
    padding: 1rem;
}header .nav-pagewrap {
    padding: 0 0 0.7rem 0;
}header .nav-pagewrap svg {
    width: 130px;
}header .top-head {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .main-learning {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head-page {
    padding: 0.8rem 0.8rem 1rem;
}header .nav-pagewrap {
    padding: 0 0 0.6rem 0;
}header .nav-pagewrap svg {
    width: 120px;
}header .top-head {
    justify-content: flex-start;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    overflow-x: auto;
}header .top-head::-webkit-scrollbar {
    height: 3px;
}header .top-head::-webkit-scrollbar-thumb {
    background: rgb(165,203,218);
    border-radius: 10px;
}header .main-learning {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.vr-labs {
    padding: 0;
    position: relative;
    background-color: rgb(119,175,198);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.vr-labs .container {
    position: relative;
    z-index: 2;
}.vr-labs .transcript {
    display: flex;
    flex-direction: column;
}.vr-labs .quick-help {
    position: relative;
    padding: 3rem 1.5rem 5rem;
    display: grid;
    background-color: rgb(165,203,218);
    z-index: 3;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
}.vr-labs .quick-help::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.vr-labs .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}.vr-labs .info_item:hover {
    transform: translateX(10px);
}.vr-labs .info_item p,
.vr-labs .info_item a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    gap: 0.75rem;
    transition: all 0.3s ease;
}.vr-labs .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    fill: #ffffff;
}.vr-labs .info_item:hover svg {
    transform: scale(1.2);
}.vr-labs .text_main_holder {
    gap: 0;
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
}.vr-labs .nav-lesson {
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    position: relative;
    display: flex;
    background-color: rgb(119,175,198);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    gap: 1.5rem;
}.vr-labs .nav-lesson svg {
    max-width: 150px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.vr-labs .nav-lesson:hover svg {
    transform: scale(1.05);
}.vr-labs .academy-info {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}.vr-labs .top-head {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    background-color: #000000;
    display: flex;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    flex-direction: column;
    position: relative;
    gap: 2rem;
}.vr-labs .top-head::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}.vr-labs .top-head h5 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.vr-labs .top-head h5::after {
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: rgb(165,203,218);
    bottom: -0.5rem;
    content: '';
}.vr-labs .head-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.vr-labs .head-bar:not(:last-child) {
    margin-bottom: 1rem;
}.vr-labs .head-bar a {
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
}.vr-labs .head-bar a::before {
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    content: '';
    left: 0;
    background-color: rgb(165,203,218);
    height: 2px;
    bottom: 0;
}.vr-labs .head-bar a:hover {
    padding-left: 10px;
    opacity: 1;
}.vr-labs .head-bar a:hover::before {
    width: 30px;
}.vr-labs .subscribe_holder {
    padding: 4rem 2rem 3rem;
    position: relative;
    background-color: rgb(119,175,198);
    z-index: 3;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.vr-labs .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
}.vr-labs .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1rem;
}.vr-labs .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 16px;
}.vr-labs .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.vr-labs .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.15);
}.vr-labs .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}.vr-labs .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.vr-labs .sub-status {
    border: none;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(165,203,218);
    font-size: 19px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}.vr-labs .sub-status::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    left: -100%;
    transition: left 0.5s ease;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
}.vr-labs .sub-status:hover {
    background-color: rgb(165,203,218,0.5);
}.vr-labs .sub-status:hover::before {
    left: 100%;
}.vr-labs .about-learn {
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    padding: 6rem 0 2rem;
    position: relative;
    text-align: center;
    background-color: rgb(119,175,198);
}.vr-labs .about-learn::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
}.vr-labs .enroll-info {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.vr-labs .quick-help {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.vr-labs .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.vr-labs .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.vr-labs .text_main_holder {
    grid-template-columns: 1fr;
}.vr-labs .nav-lesson,
    .vr-labs .top-head,
    .vr-labs .subscribe_holder {
    clip-path: none;
}.vr-labs .top-head {
    padding: 3rem 2rem;
}.vr-labs .nav-lesson {
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}.vr-labs .subscribe_holder {
    padding: 3rem 2rem;
}.vr-labs .about-learn {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.vr-labs .quick-help {
    grid-template-columns: 1fr;
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
}.vr-labs .head-bar {
    grid-template-columns: 1fr;
}.vr-labs .top-head h5,
    .vr-labs .subscribe_holder h5 {
    display: block;
    text-align: center;
}.vr-labs .top-head h5::after {
    transform: translateX(-50%);
    left: 50%;
}.vr-labs .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.vr-labs .nav-lesson,
    .vr-labs .top-head,
    .vr-labs .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.vr-labs .about-learn {
    padding: 2.5rem 0 1.5rem;
}.vr-labs .info_item {
    padding: 0.5rem 0;
}.vr-labs .info_item p,
    .vr-labs .info_item a {
    justify-content: center;
}}.appContainer {
    padding: 120px 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(165,203,218,0.5), rgb(210,230,238), rgb(119,175,198,0.5));
}.appContainer::before {
    opacity: 0.7;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,203,218,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(119,175,198,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    right: 0;
    content: "";
    top: 0;
}.appContainer::after {
    animation: patternMove 60s linear infinite;
    z-index: 1;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
    height: 200%;
    pointer-events: none;
    left: -50%;
    transform: rotate(15deg);
}.appContainer .container {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.appContainer h2 {
    line-height: 1.3;
    font-size: 30px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: left;
    margin-bottom: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    transform: translateZ(30px);
    transition: transform 0.5s ease;
    font-weight: 700;
    border-left: 4px solid rgb(165,203,218);
}.appContainer h2::after {
    transform-origin: left;
    background: rgb(119,175,198);
    left: 20px;
    bottom: -12px;
    height: 3px;
    content: "";
    transform: scaleX(0);
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    width: 60px;
}.appContainer .study-zone {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(165,203,218), 0.3);
    transform: translateZ(20px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 17px;
}.appContainer .study-zone::before {
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(165,203,218), rgb(119,175,198));
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
}.appContainer .study-zone:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(165,203,218), 0.4);
}.appContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appContainer li {
    background: #ffffff;
    position: relative;
    padding: 40px;
    transition: transform 0.3s ease;
}.appContainer li::before {
    background: rgb(165,203,218);
    width: 30px;
    align-items: center;
    border-radius: 50%;
    left: 40px;
    display: flex;
    position: absolute;
    content: "✓";
    justify-content: center;
    height: 30px;
    top: -15px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(rgb(165,203,218), 0.3);
}.appContainer span {
    z-index: 2;
    line-height: 1.7;
    color: #000000;
    display: block;
    text-align: left;
    font-size: 17px;
    font-family: Arial, sans-serif;
    position: relative;
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.appContainer {
    padding: 80px 0;
}.appContainer h2 {
    font-size: calc(30px * 0.9);
    padding-left: 15px;
}.appContainer li {
    padding: 30px;
}.appContainer li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.appContainer {
    padding: 60px 0;
}.appContainer h2 {
    font-size: calc(30px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 30px;
}.appContainer h2::after {
    width: 40px;
}.appContainer .study-zone {
    transform: translateZ(10px) rotateX(1deg);
}.appContainer .study-zone:hover {
    transform: translateZ(15px) rotateX(0deg);
}.appContainer li {
    padding: 25px 20px;
}.appContainer li::before {
    width: 24px;
    height: 24px;
    top: -12px;
    left: 20px;
    font-size: 14px;
}.appContainer span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.appContainer {
    padding: 40px 0;
}.appContainer h2 {
    border-left: 3px solid rgb(165,203,218);
    padding-left: 12px;
    font-size: calc(30px * 0.7);
}.appContainer .container {
    padding: 0 15px;
}.appContainer .study-zone {
    transform: translateZ(5px) rotateX(0.5deg);
}.appContainer .study-zone:hover {
    transform: translateZ(10px) rotateX(0deg);
}.appContainer li {
    padding: 20px 15px;
}.appContainer li::before {
    height: 20px;
    width: 20px;
    font-size: 12px;
    left: 15px;
}.appContainer span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.learning-outcomes {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,230,238) 0%, rgba(240, 242, 245, 0.9) 100%);
}.learning-outcomes::before {
    width: 300px;
    opacity: 0.4;
    right: -50px;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    height: 300px;
    background: radial-gradient(circle, rgb(119,175,198,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    top: -50px;
}.learning-outcomes::after {
    position: absolute;
    bottom: -80px;
    opacity: 0.3;
    content: "";
    z-index: 1;
    left: -80px;
    width: 250px;
    height: 250px;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    background: radial-gradient(circle, rgb(165,203,218,0.5) 0%, transparent 70%);
}.learning-outcomes .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.learning-outcomes .study-zone {
    display: flex;
    gap: 40px;
    position: relative;
    flex-direction: column-reverse;
}.learning-outcomes .text-holder-item {
    position: relative;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 35px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
}.learning-outcomes .text-holder-item:hover {
    transform: translateY(-5px);
}.learning-outcomes .text-holder-item::before {
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(165,203,218);
    height: 0;
    width: 5px;
    content: "";
    top: 0;
}.learning-outcomes .text-holder-item:hover::before {
    height: 100%;
}.learning-outcomes .text-holder-item h4 {
    padding-bottom: 15px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
}.learning-outcomes .text-holder-item h4::after {
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(119,175,198);
    content: "";
    width: 80px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    height: 3px;
}.learning-outcomes .text-holder-item:hover h4::after {
    transform: scaleX(1.5);
}.learning-outcomes .text-holder-item > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.learning-outcomes .text-holder-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.learning-outcomes .text-holder-item li {
    opacity: 0.95;
    transform: translateX(0);
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
}.learning-outcomes .text-holder-item li:hover {
    transform: translateX(5px);
    opacity: 1;
}.learning-outcomes .text-holder-item li p {
    gap: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    display: flex;
}.learning-outcomes .text-holder-item li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.learning-outcomes .text-holder-item li p span:last-child {
    position: relative;
}.learning-outcomes .text-holder-item li p span:last-child::before {
    bottom: -2px;
    height: 1px;
    content: "";
    position: absolute;
    background: rgb(165,203,218);
    left: 0;
    width: 0;
    transition: width 0.4s ease;
}.learning-outcomes .text-holder-item li:hover p span:last-child::before {
    width: 100%;
}.learning-outcomes svg {
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.learning-outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning-outcomes svg path {
    fill: rgb(119,175,198);
    transition: fill 0.3s ease;
}.learning-outcomes li:hover svg path {
    fill: rgb(165,203,218);
}.learning-outcomes .photo-grid {
    object-fit: cover;
    border-radius: 10px;
    height: auto;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.learning-outcomes .photo-grid:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (min-width: 768px) {.learning-outcomes .study-zone {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.learning-outcomes .text-holder-item {
    padding: 45px;
}.learning-outcomes .text-holder-item > div {
    flex-direction: row;
}.learning-outcomes .photo-grid {
    object-position: center;
    max-width: 45%;
}.learning-outcomes .text-holder-item h4 {
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.learning-outcomes {
    padding: 120px 0;
}.learning-outcomes .study-zone {
    gap: 80px;
}.learning-outcomes .text-holder-item {
    padding: 50px;
}.learning-outcomes .text-holder-item h4 {
    font-size: calc(19px * 1.3);
    margin-bottom: 35px;
}.learning-outcomes .text-holder-item h4::after {
    width: 100px;
}.learning-outcomes svg {
    width: 24px;
    height: 24px;
}.learning-outcomes .photo-grid {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.learning-outcomes .container {
    padding: 0;
}.learning-outcomes .study-zone {
    gap: 100px;
}.learning-outcomes .text-holder-item {
    padding: 60px;
}.learning-outcomes .text-holder-item li {
    margin-bottom: 20px;
}.learning-outcomes .photo-grid {
    max-width: 50%;
}
}

@media (max-width: 767px) {.learning-outcomes {
    padding: 70px 0;
}.learning-outcomes .text-holder-item h4 {
    font-size: 19px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}.learning-outcomes .text-holder-item {
    padding: 25px;
}.learning-outcomes .photo-grid {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.learning-outcomes svg {
    height: 20px;
    width: 20px;
}}.cookie-message-alert {
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(165,203,218);
    background: rgb(210,230,238);
    width: 100%;
    bottom: 0;
}.manage-cookies {
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    display: flex;
}.cookie-message-alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#policyPopupWindow {
    display: none;
}#policyPopupWindow:checked ~ .cookie-message-alert {
    visibility: hidden;
    opacity: 0;
}.cookie-message-alert p {
    font-size: 18px;
}.cookie-hide {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-hide svg, .cookie-hide svg path, .cookie-hide img {
    width: 100px;
    height: 100px;
    fill: rgb(165,203,218);
}.cookie-confirm {
    line-height: 35px;
    flex-shrink: 0;
    text-align: center;
    min-width: 120px;
    border-bottom: 2px solid rgb(165,203,218);
    color: rgb(165,203,218);
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}.cookie-message-alert p a {
    text-decoration: none;
    color: rgb(165,203,218);
}
@media only screen and (max-width: 1200px) {.cookie-message-alert {
    padding: 20px;
}}

.wrapper-structure .cookie-message-alert {
    background: rgb(119,175,198);
    box-shadow: rgb(119,175,198,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.wrapper-structure .cookie-confirm {
    font-size: 20px;
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
    background: rgb(165,203,218);
    border: none;
    color: #ffffff;
}.wrapper-structure .cookie-menu h5, .wrapper-structure .cookie-menu p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-hide {
    display: none;
}.manage-cookies {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-message-alert h5 {
    text-align: center;
}.cookie-message-alert p {
    text-align: center;
}.cookie-menu {
    margin-bottom: 20px;
}body .wrapper-structure .cookie-confirm {
    margin-bottom: 10px;
    margin-left: 0;
}}.connect-with-us {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    position: relative;
}.connect-with-us::before {
    width: 100%;
    content: '';
    position: absolute;
    background-color: rgb(165,203,218,0.5);
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}.connect-with-us .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
}.connect-with-us .support-card {
    margin: 0 auto;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    position: relative;
}.connect-with-us .reach-message {
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    order: 1;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 50px 30px;
}.connect-with-us .reach-message h3 {
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 700;
}.connect-with-us .reach-message h3::after {
    position: absolute;
    width: 50%;
    background-color: rgb(119,175,198);
    content: '';
    height: 3px;
    bottom: -8px;
    left: 0;
}.connect-with-us .reach-message form {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.connect-with-us .reach-message input[type="text"],
.connect-with-us .reach-message input[type="email"] {
    background-color: rgb(210,230,238);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 60px;
    flex: 1 0 100%;
    font-size: 12px;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
}.connect-with-us .reach-message input[type="text"]:focus,
.connect-with-us .reach-message input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(119,175,198,0.5);
    outline: none;
}.connect-with-us .reach-message input::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect-with-us .reach-message .inquiry-grid {
    margin-top: 10px;
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
}.connect-with-us .reach-message .inquiry-grid input[type="checkbox"] {
    appearance: none;
    margin-right: 10px;
    width: 24px;
    cursor: pointer;
    background-color: rgb(210,230,238);
    height: 24px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    position: relative;
    border-radius: 10px;
    -webkit-appearance: none;
    margin-top: 2px;
    flex-shrink: 0;
}.connect-with-us .reach-message .inquiry-grid input[type="checkbox"]:checked {
    background-color: rgb(119,175,198);
}.connect-with-us .reach-message .inquiry-grid input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    left: 9px;
    top: 6px;
    content: '';
    transform: rotate(45deg);
    height: 10px;
    position: absolute;
}.connect-with-us .reach-message .inquiry-grid label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.connect-with-us .reach-message .inquiry-grid label a {
    font-weight: 600;
    position: relative;
    color: rgb(165,203,218);
    text-decoration: none;
}.connect-with-us .reach-message .inquiry-grid label a::after {
    transition: transform 0.3s ease;
    background-color: rgb(165,203,218);
    left: 0;
    content: '';
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    bottom: -2px;
    transform-origin: right;
    height: 1px;
}.connect-with-us .reach-message .inquiry-grid label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect-with-us .reach-message .feedback-widget {
    font-weight: 600;
    border-radius: 10px;
    flex: 1 0 100%;
    background-color: rgb(119,175,198);
    box-shadow: 0 4px 10px rgb(119,175,198,0.5);
    overflow: hidden;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 1;
    margin-top: 15px;
    height: 60px;
    cursor: pointer;
    letter-spacing: 1px;
}.connect-with-us .reach-message .feedback-widget::before {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    transform-origin: right;
    content: '';
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    background: rgb(165,203,218);
    left: 0;
    transform: scaleX(0);
    top: 0;
}.connect-with-us .reach-message .feedback-widget:hover {
    box-shadow: 0 6px 15px rgb(165,203,218,0.5);
}.connect-with-us .reach-message .feedback-widget:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect-with-us .support-grid {
    color: #ffffff;
    order: 2;
    padding: 50px 30px;
    align-items: center;
    background-color: rgb(165,203,218);
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
    position: relative;
}.connect-with-us .support-grid::before {
    top: 0;
    transform: translateY(-15px);
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: '';
    background: rgb(165,203,218);
}.connect-with-us .support-grid h3 {
    width: 100%;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 33px;
    margin-bottom: 40px;
}.connect-with-us .support-grid h3::after {
    content: '';
    background-color: rgb(119,175,198);
    bottom: -15px;
    width: 60px;
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}.connect-with-us .support-grid div {
    max-width: 400px;
    padding: 0;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}.connect-with-us .support-grid div::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    bottom: -10px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    opacity: 0.2;
    content: '';
}.connect-with-us .support-grid div:last-child::before {
    display: none;
}.connect-with-us .support-grid div svg {
    width: 32px;
    padding: 6px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(119,175,198);
    box-shadow: 0 4px 10px rgb(119,175,198,0.5);
    height: 32px;
}.connect-with-us .support-grid div svg path {
    fill: #ffffff;
}.connect-with-us .support-grid div span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}.connect-with-us .support-grid div span a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}.connect-with-us .support-grid div span a::after {
    bottom: -2px;
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: right;
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
}.connect-with-us .support-grid div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.connect-with-us .support-card {
    flex-direction: row;
    align-items: stretch;
}.connect-with-us .reach-message {
    padding: 60px;
    order: 1;
    width: 60%;
    border-radius: 20px 0 0 20px;
}.connect-with-us .support-grid {
    border-radius: 0 20px 20px 0;
    padding: 60px 40px;
    width: 40%;
    justify-content: center;
    order: 2;
}.connect-with-us .support-grid::before {
    left: 0;
    width: 30px;
    transform: translateX(-15px);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 100%;
}.connect-with-us .reach-message input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.connect-with-us {
    padding: 80px 0;
}.connect-with-us .support-grid div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.connect-with-us {
    padding: 60px 0;
}.connect-with-us .reach-message,
    .connect-with-us .support-grid {
    padding: 40px 25px;
}.connect-with-us .reach-message h3,
    .connect-with-us .support-grid h3 {
    font-size: calc(23px + 2px);
}.connect-with-us .reach-message input[type="text"],
    .connect-with-us .reach-message input[type="email"],
    .connect-with-us .reach-message .feedback-widget {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.connect-with-us {
    padding: 40px 0;
}.connect-with-us .reach-message,
    .connect-with-us .support-grid {
    padding: 30px 20px;
}.connect-with-us .support-grid div svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}}.privacy-cover {
    color: #000000;
    overflow: hidden;
    padding: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
}.privacy-cover h1 {
    grid-column: span 2;
    font-weight: 700;
    z-index: 2;
    color: rgb(165,203,218);
    font-size: 48px;
    margin-bottom: 30px;
    position: relative;
}.privacy-cover h2 {
    font-size: 29px;
    padding-left: 10px;
    color: rgb(119,175,198);
    font-weight: 600;
    margin: 20px 0;
    position: relative;
    z-index: 2;
    border-left: 5px solid rgb(165,203,218);
}.privacy-cover ul,
.privacy-cover ol {
    margin: 20px 0;
    z-index: 2;
    position: relative;
    padding: 0 0 0 20px;
}.privacy-cover ul {
    list-style-type: disc;
}.privacy-cover ol {
    list-style-type: decimal;
}.privacy-cover li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(119,175,198,0.5);
}.privacy-cover p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    z-index: 2;
}.privacy-cover > div {
    background-color: rgb(210,230,238);
    padding: 30px;
    position: relative;
    border: 1px solid rgb(165,203,218,0.5);
    border-radius: 10px;
    z-index: 2;
}.privacy-cover span {
    position: relative;
    padding: 5px;
    color: rgb(119,175,198);
    z-index: 2;
    background: rgb(165,203,218,0.5);
    border-radius: 10px;
    font-weight: 600;
}.privacy-cover::before,
.privacy-cover::after {
    display: block;
    position: absolute;
    z-index: 1;
    background: rgb(165,203,218,0.5);
    border-radius: 50%;
    content: "";
}.privacy-cover::before {
    left: -100px;
    width: 200px;
    top: -100px;
    height: 200px;
}.privacy-cover::after {
    height: 300px;
    bottom: -150px;
    width: 300px;
    right: -150px;
}

@media only screen and (max-width: 800px) {.privacy-cover {
    gap: 20px;
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy-cover h1 {
    font-size: calc(18px * 0.8);
    grid-column: span 1;
}.privacy-cover h2 {
    font-size: calc(18px * 0.8);
}.privacy-cover ul,
    .privacy-cover ol {
    padding-left: 15px;
}.privacy-cover > div {
    padding: 20px;
}.privacy-cover::before {
    top: -50px;
    left: -50px;
    height: 100px;
    width: 100px;
}.privacy-cover::after {
    right: -75px;
    bottom: -75px;
    width: 150px;
    height: 150px;
}}.homepage {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(210,230,238) 0%, #ffffff 100%);
}.homepage > div {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.homepage::before {
    background: rgb(165,203,218,0.5);
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
}.homepage::after {
    width: 35%;
    z-index: 1;
    content: "";
    height: 50%;
    bottom: 0;
    background: rgb(119,175,198,0.5);
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    left: 0;
}.homepage h1.start-hero {
    position: relative;
    font-size: calc(44px * 1.2);
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2;
    transform: translateY(20px);
    font-weight: 700;
    max-width: 700px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.homepage h1.start-hero::after {
    animation: expandLine 1s ease-out 0.4s forwards;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    background: rgb(165,203,218);
    width: 80px;
    position: absolute;
    height: 4px;
    bottom: -10px;
}.homepage p {
    color: #000000;
    transform: translateY(20px);
    font-size: calc(12px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0;
}.homepage .start-open {
    transform: translateY(30px);
    width: 100%;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    margin-top: 40px;
}.homepage .path-creators {
    width: 100%;
    align-items: center;
    height: 350px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
}.homepage .path-creators::before {
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.homepage .path-creators span {
    background: rgba(255, 255, 255, 0.9);
    max-width: 80%;
    position: relative;
    transform: translateX(-100%);
    backdrop-filter: blur(5px);
    animation: slideIn 0.8s ease-out 0.9s forwards;
    z-index: 2;
    padding: 30px;
}.homepage .path-creators h3 {
    font-size: calc(24px * 1.1);
    margin: 0;
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
}.homepage .start-open:hover .path-creators span {
    transition: box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {.homepage > div {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}.homepage > div > div:first-child {
    width: 48%;
}.homepage .start-open {
    width: 48%;
    margin-top: 0;
}.homepage h1.start-hero {
    font-size: calc(44px * 1.4);
}.homepage .path-creators {
    height: 400px;
}
}

@media (min-width: 992px) {.homepage {
    padding: 150px 0;
}.homepage h1.start-hero {
    font-size: calc(44px * 1.6);
}.homepage p {
    font-size: calc(12px * 1.2);
}.homepage .path-creators {
    height: 450px;
}.homepage .path-creators span {
    padding: 40px;
    max-width: 70%;
}
}

@media (max-width: 767px) {.homepage {
    padding: 80px 0;
}.homepage h1.start-hero {
    text-align: center;
    margin-left: auto;
    font-size: calc(44px * 1.1);
    margin-right: auto;
}.homepage h1.start-hero::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes expandLine {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }

  .homepage p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}.homepage .path-creators {
    height: 300px;
}.homepage .path-creators span {
    max-width: 90%;
    padding: 20px;
}.homepage .path-creators h3 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.homepage {
    padding: 60px 0;
}.homepage h1.start-hero {
    font-size: 44px;
}.homepage .path-creators {
    height: 250px;
}.homepage .path-creators span {
    padding: 15px;
}}.join-our-community {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(210,230,238) 0%, rgb(165,203,218,0.5) 100%);
}.join-our-community::before {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(119,175,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(165,203,218,0.5) 0%, transparent 40%);
    position: absolute;
}.join-our-community .study-zone {
    justify-content: center;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.join-our-community .support-card {
    max-width: 350px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    padding: 3rem 2rem;
    position: relative;
    width: 100%;
}.join-our-community .support-card::before {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    position: absolute;
    right: 10px;
    z-index: -1;
    top: 10px;
    left: 10px;
    border: 1px dashed rgb(119,175,198,0.5);
    bottom: 10px;
    content: "";
}.join-our-community h3 {
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    width: 100%;
    font-size: 20px;
}.join-our-community h3::after {
    transition: transform 0.3s ease;
    bottom: -0.8rem;
    background: rgb(165,203,218);
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleX(0.5);
    height: 3px;
    width: 40px;
    position: absolute;
}.join-our-community .support-card:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.join-our-community .input_holder {
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 1.5rem;
}.join-our-community input[type="email"] {
    padding: 1rem;
    color: #000000;
    border-bottom: 2px solid rgb(119,175,198,0.5);
    font-size: 17px;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
}.join-our-community input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(165,203,218,0.5);
    border-bottom-color: rgb(165,203,218);
    outline: none;
}.join-our-community input[type="submit"] {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    background: rgb(165,203,218);
    margin-top: 1rem;
    padding: 1rem;
    transform: translateY(0);
    border: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.join-our-community input[type="submit"]::before {
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    transform: translateY(100%);
    background: rgb(119,175,198);
    top: 0;
    position: absolute;
    content: "";
}.join-our-community input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}.join-our-community input[type="submit"]:hover::before {
    transform: translateY(0);
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.join-our-community .support-card {
    animation: floatUp 6s ease-in-out infinite;
}

@media (max-width: 768px) {.join-our-community {
    padding: 4rem 1.5rem;
}.join-our-community .support-card {
    padding: 2.5rem 1.5rem;
    animation: none;
    max-width: 100%;
}
}

@media (max-width: 480px) {.join-our-community {
    padding: 3rem 1rem;
}.join-our-community .support-card {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}.join-our-community h3 {
    font-size: calc(20px * 0.9);
}.join-our-community input[type="email"],
    .join-our-community input[type="submit"] {
    padding: 0.8rem;
}.join-our-community input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}.mentorship-experience {
    background: linear-gradient(135deg, rgb(119,175,198,0.5), rgb(165,203,218), rgb(119,175,198));
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.mentorship-experience::before {
    top: -10%;
    left: -10%;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(165,203,218,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(119,175,198,0.5), transparent 60%);
    z-index: 0;
    position: absolute;
    width: 120%;
    opacity: 0.7;
    height: 120%;
}.mentorship-experience::after {
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    background-size: 120px 120px;
    z-index: 1;
    animation: constellation-twinkle 8s infinite ease-in-out;
    width: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.mentorship-experience .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.mentorship-experience .user-testimonials {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 2.5rem;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}.mentorship-experience .user-testimonials:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.mentorship-experience .user-testimonials > div:first-child {
    height: 150px;
    margin: 0 auto;
    width: 150px;
    position: relative;
    perspective: 1000px;
}.mentorship-experience .photo-grid {
    border-radius: 10% 40% 30% 20%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    width: 100%;
    animation: float-photo 6s infinite ease-in-out;
    overflow: hidden;
    transform: rotate(-5deg);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.mentorship-experience .user-testimonials:hover .photo-grid {
    border-radius: 30% 10% 40% 20%;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
}.mentorship-experience .user-testimonials > div:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
}.mentorship-experience .name {
    font-weight: 600;
    margin: 0 0 0.5rem;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 22px;
    transform: translateY(0);
    position: relative;
}.mentorship-experience .name::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(119,175,198), #ffffff, rgb(119,175,198));
    height: 2px;
    content: "";
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    width: 0;
}.mentorship-experience .user-testimonials:hover .name {
    transform: translateY(-2px);
}.mentorship-experience .user-testimonials:hover .name::after {
    width: 100%;
}.mentorship-experience .user-testimonials > div:nth-child(2) > div {
    margin-top: 0.5rem;
    opacity: 0.9;
    font-size: calc(18px - 2px);
    font-style: italic;
    transition: opacity 0.3s ease;
    color: rgb(255, 255, 255, 0.5);
}.mentorship-experience .user-testimonials:hover > div:nth-child(2) > div {
    opacity: 1;
}.mentorship-experience .emp-skills {
    position: relative;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
    padding: 0 1rem;
    font-size: 18px;
    text-align: left;
    opacity: 0.9;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.mentorship-experience .emp-skills::before {
    font-family: serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 5rem;
    opacity: 0.2;
    left: -1rem;
    content: "";
    top: -2rem;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
}.mentorship-experience .emp-skills::after {
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: rgb(255, 255, 255, 0.5);
    font-size: 5rem;
    right: -1rem;
    opacity: 0.2;
    bottom: -4rem;
    font-family: serif;
    position: absolute;
}.mentorship-experience .user-testimonials:hover .emp-skills {
    opacity: 1;
    transform: translateY(-2px);
}.mentorship-experience .user-testimonials:hover .emp-skills::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.mentorship-experience .user-testimonials:hover .emp-skills::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}

@media (min-width: 768px) {.mentorship-experience .user-testimonials {
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    padding: 4rem;
}.mentorship-experience .user-testimonials > div:first-child {
    height: 180px;
    width: 180px;
    margin: 0;
}.mentorship-experience .user-testimonials > div:nth-child(2) {
    padding-top: 0;
    text-align: left;
}.mentorship-experience .emp-skills {
    padding: 0;
}
}

@media (min-width: 992px) {.mentorship-experience {
    padding: 9rem 0;
}.mentorship-experience .user-testimonials {
    gap: 4rem;
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
}.mentorship-experience .user-testimonials > div:first-child {
    width: 220px;
    height: 220px;
}.mentorship-experience .name {
    font-size: calc(22px + 2px);
}.mentorship-experience .emp-skills {
    line-height: 1.8;
    font-size: calc(18px + 1px);
}
}

@media (max-width: 767px) {.mentorship-experience {
    padding: 5rem 0;
}.mentorship-experience .user-testimonials {
    padding: 2.5rem;
    gap: 2rem;
}.mentorship-experience .photo-grid {
    animation: float-photo 5s infinite ease-in-out;
}.mentorship-experience .emp-skills {
    padding: 0;
}.mentorship-experience .emp-skills::before {
    font-size: 3rem;
    top: -1.5rem;
    left: -0.5rem;
}.mentorship-experience .emp-skills::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}
}