﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    max-width: 100%;
    width: 1280px;
    margin: auto;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.guide-section {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav-pagebar {
    flex: 1 0 auto;
}.segment-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan-comparison {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    padding: 100px 0;
}.plan-comparison::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    content: "";
    pointer-events: none;
}.plan-comparison .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.plan-comparison .learn-price {
    display: flex;
    flex-direction: column-reverse;
}.plan-comparison .study-cost {
    text-align: center;
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}.plan-comparison .study-cost h2 {
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}.plan-comparison .study-cost h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    content: "";
    background: rgb(172,179,195);
    height: 3px;
    width: 80px;
    position: absolute;
}.plan-comparison .discount-tier {
    font-size: 13px;
    white-space: normal;
    margin: 0 auto;
    color: #000000;
    max-width: 700px;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
}.plan-comparison .skill-pricing {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.plan-comparison .cert-fees {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    color: #000000;
}.plan-comparison .cert-fees:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.plan-comparison .rate-panel {
    min-height: 450px;
    overflow: hidden;
    background-color: #ffffff;
    flex-direction: column;
    display: flex;
    position: relative;
}.plan-comparison .cost-table {
    flex-direction: column;
    overflow-wrap: break-word;
    padding: 30px;
    display: flex;
    white-space: normal;
    word-break: break-word;
    z-index: 2;
    position: relative;
    flex: 1;
}.plan-comparison .cost-table h3 {
    margin-bottom: 8px;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(18px + 2px);
    transform: translateX(0);
    color: #000000;
}.plan-comparison .cert-fees:hover .cost-table h3 {
    transform: translateX(5px);
}.plan-comparison .edu-deals {
    font-weight: 700;
    color: rgb(172,179,195);
    margin: 15px 0;
    font-size: calc(18px + 4px);
    position: relative;
    display: inline-block;
}.plan-comparison .edu-deals::before {
    position: absolute;
    left: -20px;
    height: 2px;
    transition: all 0.3s ease;
    background: rgb(172,179,195);
    transform: translateX(-10px);
    opacity: 0;
    top: 50%;
    width: 10px;
    content: "";
}.plan-comparison .cert-fees:hover .edu-deals::before {
    opacity: 1;
    transform: translateX(0);
}.plan-comparison .cost-table p {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-top: 15px;
    white-space: normal;
    flex: 1;
    font-size: 13px;
}.plan-comparison .snapshot {
    transition: transform 0.6s ease;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}.plan-comparison .snapshot::after {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(rgb(172,179,195,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.plan-comparison .cert-fees:hover .snapshot {
    transform: scale(1.05);
}.plan-comparison .cert-fees:nth-child(odd) .rate-panel {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.plan-comparison .cert-fees:nth-child(even) .rate-panel {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.plan-comparison .cert-fees:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.plan-comparison .cert-fees:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.plan-comparison .cert-fees:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.plan-comparison .cert-fees:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.plan-comparison .skill-pricing {
    grid-template-columns: repeat(2, 1fr);
}.plan-comparison .study-cost {
    margin-bottom: 60px;
}.plan-comparison .cost-table h3 {
    font-size: 18px;
}.plan-comparison .edu-deals {
    font-size: calc(18px + 2px);
}.plan-comparison .cost-table p {
    font-size: calc(13px - 1px);
}
}

@media (min-width: 992px) {.plan-comparison .learn-price {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.plan-comparison .study-cost {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.plan-comparison .study-cost h2::after {
    left: 0;
    transform: none;
}.plan-comparison .skill-pricing {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.plan-comparison .cost-table {
    padding: 35px;
}
}

@media (min-width: 1200px) {.plan-comparison .skill-pricing {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-comparison .rate-panel {
    min-height: 500px;
}.plan-comparison .snapshot {
    height: 220px;
}.plan-comparison .cost-table h3 {
    font-size: calc(18px + 2px);
}.plan-comparison .edu-deals {
    font-size: calc(18px + 6px);
}}.teacher-profile {
    background: linear-gradient(45deg, rgb(214,217,225) 0%, #ffffff 100%);
    padding: 70px 30px;
    position: relative;
    overflow: hidden;
}.teacher-profile::before {
    opacity: 0.4;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(172,179,195,0.5) 0%, transparent 40%);
}.teacher-profile::after {
    right: 0;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(123,110,160,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    opacity: 0.3;
}.teacher-profile .learner-views {
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform-style: preserve-3d;
    display: grid;
    z-index: 2;
    max-width: 1000px;
    perspective: 1500px;
    position: relative;
}.teacher-profile .snapshot {
    transform: rotateX(10deg);
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 300px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-radius: 23px 23px 0 0;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.teacher-profile .snapshot::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
    width: 100%;
}.teacher-profile .learner-views:hover .snapshot {
    transform: rotateX(0deg) translateZ(30px);
}.teacher-profile .work-achievements {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    position: relative;
    border-radius: 0 0 23px 23px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transform: rotateX(-5deg);
    z-index: 1;
    transform-origin: top;
}.teacher-profile .learner-views:hover .work-achievements {
    transform: rotateX(0deg) translateZ(20px);
}.teacher-profile .name {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    color: rgb(172,179,195);
    display: inline-block;
    transform: translateZ(0);
    margin-bottom: 10px;
    transition: transform 0.4s ease;
}.teacher-profile .name::after {
    left: 0;
    bottom: -5px;
    width: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(123,110,160), transparent);
    height: 3px;
    content: "";
    transition: width 0.4s ease 0.1s;
}.teacher-profile .learner-views:hover .name::after {
    width: 100%;
}.teacher-profile .learner-views:hover .name {
    transform: translateZ(10px);
}.teacher-profile .work-achievements > div:nth-child(2) {
    color: #000000;
    font-size: 20px;
    opacity: 0.7;
    transform: translateZ(0);
    font-weight: 600;
    margin-bottom: 20px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    letter-spacing: 1px;
}.teacher-profile .learner-views:hover .work-achievements > div:nth-child(2) {
    color: rgb(123,110,160);
    transform: translateZ(15px);
}.teacher-profile .career-content {
    line-height: 1.7;
    padding: 20px 0 0 0;
    color: #000000;
    position: relative;
    border-top: 1px solid rgb(214,217,225);
    transition: transform 0.4s ease 0.2s;
    transform: translateZ(0);
    font-size: 13px;
}.teacher-profile .learner-views:hover .career-content {
    transform: translateZ(5px);
}.teacher-profile .career-content::before {
    left: -5px;
    top: 10px;
    color: rgb(123,110,160,0.5);
    font-size: 60px;
    line-height: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.teacher-profile .learner-views {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.teacher-profile .snapshot {
    transform-origin: right;
    border-radius: 23px 0 0 23px;
    height: 100%;
    transform: rotateY(-10deg);
}.teacher-profile .learner-views:hover .snapshot {
    transform: rotateY(0deg) translateZ(30px);
}.teacher-profile .work-achievements {
    border-radius: 0 23px 23px 0;
    transform-origin: left;
    transform: rotateY(5deg);
}.teacher-profile .learner-views:hover .work-achievements {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.teacher-profile {
    padding: 50px 20px;
}.teacher-profile .snapshot {
    height: 250px;
}.teacher-profile .work-achievements {
    padding: 30px 25px;
}.teacher-profile .name {
    font-size: calc(33px - 4px);
}.teacher-profile .work-achievements > div:nth-child(2) {
    font-size: calc(20px - 1px);
}.teacher-profile .career-content {
    font-size: calc(13px - 1px);
}}.company-overview {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    min-height: 100vh;
}.company-overview::before {
    width: 100%;
    opacity: 0.9;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgba(0, 0, 0, 0.5) 70%, rgb(123,110,160,0.5));
    height: 100%;
}.company-overview::after {
    animation: floatEffect 15s ease-in-out infinite alternate;
    right: -5%;
    height: 300px;
    bottom: -10%;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    filter: blur(20px);
    width: 300px;
    background: rgb(123,110,160);
    content: "";
}.company-overview .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 5rem 2rem;
}.company-overview .paragraph-holder {
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    max-width: 90%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 3.5rem;
    margin-left: auto;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
}.company-overview .paragraph-holder::before {
    transform-origin: top;
    content: "";
    width: 6px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
    height: 100%;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.company-overview .paragraph-holder:hover {
    transform: perspective(1000px) rotateY(0);
}.company-overview .paragraph-holder:hover::before {
    transform: scaleY(1);
}.company-overview h1 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 41px;
    color: #ffffff;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    letter-spacing: 1px;
}.company-overview h1::after {
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
    width: 40%;
    bottom: -10px;
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    background: rgb(123,110,160);
    height: 3px;
}.company-overview .paragraph-holder:hover h1 {
    transform: translateX(0);
}.company-overview .paragraph-holder:hover h1::after {
    transform: scaleX(1);
}.company-overview ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.company-overview li {
    margin-bottom: 1rem;
}.company-overview h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-size: calc(19px * 1.1);
    font-weight: 600;
    transition: transform 0.4s ease, color 0.4s ease;
    color: rgb(123,110,160);
}.company-overview .paragraph-holder:hover h4 {
    transform: translateY(-5px);
    color: #ffffff;
}.company-overview span {
    line-height: 1.8;
    display: block;
    column-count: 1;
    text-align: justify;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    transition: opacity 0.3s ease;
    padding-right: 20px;
    column-gap: 2.5rem;
    opacity: 0.9;
}.company-overview .paragraph-holder:hover span {
    opacity: 1;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0) scale(1) rotate(0);
    }
    50% {
        transform: translate(-15px, 15px) scale(1.05) rotate(5deg);
    }
    100% {
        transform: translate(15px, -15px) scale(0.95) rotate(-5deg);
    }
}

@media screen and (min-width: 768px) {.company-overview span {
    column-count: 2;
}.company-overview .paragraph-holder {
    max-width: 85%;
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.company-overview .container {
    padding: 7rem 2rem;
}.company-overview .paragraph-holder {
    max-width: 80%;
    padding: 5rem;
}.company-overview span {
    column-count: 2;
}.company-overview h1 {
    font-size: calc(41px * 1.2);
}
}

@media screen and (max-width: 767px) {.company-overview .container {
    padding: 3rem 1.5rem;
}.company-overview .paragraph-holder {
    transform: perspective(1000px) rotateY(0);
    padding: 2.5rem 1.5rem;
    max-width: 100%;
}.company-overview h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.company-overview h4 {
    font-size: 19px;
}.company-overview span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.company-overview::after {
    height: 150px;
    width: 150px;
}
}

@media (prefers-reduced-motion: reduce) {.company-overview::after {
    animation: none;
}.company-overview .paragraph-holder,
    .company-overview h1,
    .company-overview h4 {
    transform: none;
    transition: none;
}}.customer-feedback {
    padding: 120px 0;
    background: linear-gradient(165deg, rgb(214,217,225) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.customer-feedback::before {
    content: "";
    z-index: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(172,179,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(123,110,160,0.5) 0%, transparent 40%);
    opacity: 0.5;
    left: 0;
    top: 0;
    position: absolute;
}.customer-feedback::after {
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(172,179,195,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(172,179,195,0.5) 1px, transparent 1px);
    left: 0;
    content: "";
    background-size: 50px 50px;
}.customer-feedback .edu-promise {
    z-index: 1;
    padding: 0;
    overflow: hidden;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}.customer-feedback h4 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 37px;
    position: relative;
    color: #000000;
    z-index: 2;
}.customer-feedback h4::before {
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -20px;
    position: absolute;
    width: 100px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    height: 8px;
}.customer-feedback h4::after {
    height: 20px;
    border: 3px solid rgb(172,179,195);
    width: 20px;
    bottom: -26px;
    z-index: 1;
    left: 50%;
    border-radius: 50%;
    content: "";
    background: #ffffff;
    transform: translateX(-50%);
    position: absolute;
}.customer-feedback .learning-feedback {
    position: relative;
    display: flex;
    width: max-content;
    padding: 20px 0;
    animation: scrollReviews 60s linear infinite;
}.customer-feedback .learning-feedback:hover {
    animation-play-state: paused;
}.customer-feedback .learner-views {
    width: 320px;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    transform: translateY(0);
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    border-radius: 12px;
    height: 400px;
}.customer-feedback .learner-views:hover {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-15px);
}.customer-feedback .learner-views::before {
    height: 100%;
    border-radius: inherit;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}.customer-feedback .learner-views::after {
    opacity: 0.2;
    z-index: -1;
    right: -10px;
    transition: all 0.4s ease;
    background: rgb(172,179,195,0.5);
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    width: 60px;
    height: 60px;
}.customer-feedback .learner-views:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.customer-feedback .snapshot {
    border-radius: 50%;
    transition: all 0.4s ease;
    width: 110px;
    position: relative;
    margin-bottom: 25px;
    border: 5px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 110px;
}.customer-feedback .learner-views:hover .snapshot {
    border-color: rgb(172,179,195,0.5);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer-feedback .learner-views span {
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(14px * 1.2);
    transition: all 0.3s ease;
}.customer-feedback .learner-views span::after {
    background: rgb(172,179,195);
    content: "";
    left: 50%;
    transition: all 0.3s ease;
    width: 40px;
    transform: translateX(-50%);
    opacity: 0.5;
    height: 2px;
    bottom: -8px;
    position: absolute;
}.customer-feedback .learner-views:hover span {
    color: rgb(172,179,195);
}.customer-feedback .learner-views:hover span::after {
    width: 60px;
    opacity: 1;
}.customer-feedback .learner-views p {
    font-size: 14px;
    flex-grow: 1;
    display: flex;
    color: #000000;
    align-items: center;
    line-height: 1.6;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
}.customer-feedback .learner-views:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(172,179,195,0.5), 0.05));
}.customer-feedback .learner-views:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(123,110,160,0.5), 0.05));
}.customer-feedback .learner-views:nth-child(3n+2)::after {
    background: rgb(123,110,160,0.5);
}.customer-feedback .learner-views:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(172,179,195,0.5), 0.03));
}.customer-feedback .learner-views:nth-child(even) {
    margin-top: 30px;
}.customer-feedback .learner-views:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.customer-feedback {
    padding: 90px 0;
}.customer-feedback .learner-views {
    padding: 25px;
    width: 280px;
    height: 380px;
}.customer-feedback .snapshot {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 992px) {.customer-feedback {
    padding: 70px 0;
}.customer-feedback h4 {
    margin-bottom: 60px;
}.customer-feedback .learner-views {
    padding: 20px;
    margin: 0 15px;
    width: 250px;
    height: 350px;
}.customer-feedback .snapshot {
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}.customer-feedback .learner-views span {
    font-size: 14px;
}.customer-feedback .learner-views:nth-child(even) {
    margin-top: 20px;
}.customer-feedback .learner-views:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.customer-feedback {
    padding: 60px 0;
}.customer-feedback .edu-promise {
    padding: 0 20px;
    overflow: visible;
}.customer-feedback .learning-feedback {
    width: 100%;
    flex-direction: column;
    animation: none;
}.customer-feedback .learner-views {
    margin: 0 0 30px;
    min-height: 200px;
    width: 100%;
    padding: 25px;
    height: auto;
}.customer-feedback .learner-views:last-child {
    margin-bottom: 0;
}.customer-feedback .learner-views:nth-child(even),
    .customer-feedback .learner-views:nth-child(odd) {
    margin-top: 0;
}.customer-feedback .learner-views::after {
    width: 40px;
    height: 40px;
}.customer-feedback .snapshot {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}.customer-feedback .learner-views p {
    margin-top: 10px;
}}.program-results {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(214,217,225) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.program-results::before {
    transform: rotate(-15deg);
    filter: blur(40px);
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.5;
    z-index: 1;
    height: 300px;
    right: -50px;
    top: -50px;
    width: 300px;
    content: "";
    background: linear-gradient(225deg, rgb(123,110,160,0.5) 0%, transparent 70%);
    position: absolute;
}.program-results::after {
    bottom: -100px;
    z-index: 1;
    content: "";
    opacity: 0.4;
    transform: rotate(22deg);
    width: 400px;
    background: linear-gradient(45deg, rgb(172,179,195,0.5) 0%, transparent 70%);
    left: -100px;
    height: 400px;
    animation: float 12s infinite alternate ease-in-out;
    position: absolute;
    filter: blur(50px);
}.program-results h5 {
    transform: translateY(0);
    animation: fadeSlideUp 1s ease-out;
    margin-left: auto;
    color: #000000;
    opacity: 1;
    max-width: 800px;
    position: relative;
    margin-right: auto;
    font-size: 23px;
    text-align: center;
    z-index: 2;
    margin-bottom: 50px;
    font-weight: 700;
}.program-results h5::after {
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -12px;
    position: absolute;
    left: 50%;
}.program-results .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.program-results .edu-promise {
    position: relative;
    backdrop-filter: blur(10px);
    opacity: 1;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    gap: 40px;
    transform: translateY(0);
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
    padding: 40px;
}.program-results .edu-promise::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
}.program-results .snapshot {
    object-fit: cover;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    transform: scale(1);
}.program-results .edu-promise:hover .snapshot {
    transform: scale(1.03);
}.program-results .paragraph-holder {
    position: relative;
}.program-results ul {
    padding: 0;
    gap: 20px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}.program-results li {
    padding-left: 40px;
    animation: fadeSlideRight 0.5s ease-out both;
    transition: transform 0.3s ease;
    position: relative;
}.program-results li:nth-child(1) {
    animation-delay: 0.3s;
}.program-results li:nth-child(2) {
    animation-delay: 0.4s;
}.program-results li:nth-child(3) {
    animation-delay: 0.5s;
}.program-results li:nth-child(4) {
    animation-delay: 0.6s;
}.program-results li:nth-child(5) {
    animation-delay: 0.7s;
}.program-results li:hover {
    transform: translateX(5px);
}.program-results li p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    position: relative;
    line-height: 1.6;
}.program-results svg {
    width: 28px;
    left: -40px;
    height: 28px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(0) scale(1);
    top: 0;
}.program-results li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program-results svg path {
    fill: rgb(172,179,195);
    transition: fill 0.3s ease;
}.program-results li:hover svg path {
    fill: rgb(123,110,160);
}

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

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}

@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}

@media (min-width: 768px) {.program-results {
    padding: 120px 40px;
}.program-results .edu-promise {
    align-items: center;
    flex-direction: row;
    padding: 60px;
}.program-results .edu-promise > div:first-child {
    flex: 0 0 40%;
}.program-results .paragraph-holder {
    flex: 0 0 60%;
    padding-left: 40px;
}.program-results ul {
    grid-template-columns: repeat(2, 1fr);
}.program-results h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 60px;
}.program-results h5::after {
    width: 100px;
}
}

@media (min-width: 992px) {.program-results {
    padding: 140px 60px;
}.program-results .edu-promise {
    gap: 60px;
}.program-results h5 {
    font-size: calc(23px * 1.2);
}.program-results h5::after {
    width: 120px;
}.program-results p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.program-results {
    padding: 80px 20px;
}.program-results h5 {
    font-size: calc(23px * 0.9);
}.program-results .edu-promise {
    padding: 30px;
}.program-results .snapshot {
    max-height: 250px;
    object-position: center;
}.program-results li {
    padding-left: 35px;
}.program-results svg {
    left: -35px;
    width: 24px;
    height: 24px;
}}.location-info {
    padding: 80px 0;
    background: rgb(172,179,195,0.5);
    border-top: 4px solid rgb(172,179,195);
    position: relative;
    overflow: hidden;
}.location-info::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
}.location-info .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
}.location-info .get-contactus {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
    border-left: 1px solid rgb(172,179,195);
    background: rgb(123,110,160);
}.location-info h2 {
    font-size: 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px;
}.location-info p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    padding: 30px;
}.location-info .reach-form {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}.location-info .get-contactbox {
    transition: all 0.3s ease;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 70px;
    position: relative;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    height: 70px;
    align-items: center;
    background: #2a2a2a;
    justify-content: center;
}.location-info .get-contactbox::before {
    transition: transform 0.3s ease;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    width: 100%;
    background: rgb(172,179,195);
    content: "";
}.location-info .get-contactbox:hover {
    border-color: rgb(172,179,195);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(172,179,195,0.5);
}.location-info .get-contactbox:hover::before {
    transform: scale(0.9);
}.location-info .get-contactbox svg {
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
}.location-info .get-contactbox:hover svg {
    transform: scale(1.2);
}.location-info .get-contactbox svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}.location-info .get-contactbox:hover svg path {
    fill: #ffffff;
}.location-info p svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}.location-info p svg path {
    fill: rgb(172,179,195);
}.location-info p:nth-last-child(2) {
    align-items: center;
    border-bottom: none;
    display: flex;
    padding: 25px 30px;
}.location-info .get-contactus::after {
    background: #1a1a1a;
    right: 20px;
    z-index: -1;
    position: absolute;
    height: 20px;
    bottom: -20px;
    content: "";
    width: calc(100% - 40px);
}.location-info .get-contactus::before {
    right: 15px;
    background: rgb(172,179,195);
    z-index: 1;
    position: absolute;
    width: 15px;
    top: 15px;
    content: "";
    height: 15px;
}

@media (max-width: 991px) {.location-info {
    padding: 60px 0;
}.location-info h2 {
    padding: 25px;
    font-size: calc(33px * 0.9);
}.location-info p,
  .location-info p:nth-last-child(2) {
    padding: 20px 25px;
}.location-info .reach-form {
    padding: 25px;
}.location-info .get-contactbox {
    width: 60px;
    height: 60px;
}.location-info .get-contactbox svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.location-info {
    padding: 50px 0;
}.location-info h2 {
    font-size: calc(33px * 0.85);
    padding: 20px;
}.location-info p {
    padding: 20px;
    font-size: calc(15px * 0.95);
}.location-info p:nth-last-child(2) {
    padding: 18px 20px;
}.location-info .reach-form {
    padding: 20px;
}.location-info .get-contactbox {
    width: 50px;
    height: 50px;
}.location-info .get-contactbox svg {
    height: 20px;
    width: 20px;
}.location-info p svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}.location-info .get-contactus::after {
    bottom: -10px;
    height: 10px;
}.location-info .get-contactus::before {
    height: 10px;
    right: 10px;
    top: 10px;
    width: 10px;
}}

.location-info .get-contactbox:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(172,179,195,0.5);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(172,179,195,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.location-info .get-contactbox:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.location-info .container::before {
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
    position: absolute;
    background: rgb(172,179,195);
    content: "";
    width: 8px;
    height: 8px;
    right: 45px;
    top: 15px;
}.location-info .container::after {
    left: 15px;
    text-transform: uppercase;
    content: attr(data-text);
    position: absolute;
    top: -10px;
    letter-spacing: 1px;
    color: rgb(172,179,195);
    font-size: 12px;
}.location-info .get-contactbox:nth-child(1) {
    transition-delay: 0.1s;
}.location-info .get-contactbox:nth-child(2) {
    transition-delay: 0.2s;
}.location-info .get-contactbox:nth-child(3) {
    transition-delay: 0.3s;
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    background: linear-gradient(120deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
    opacity: 0.85;
    content: "";
    top: 0;
    right: 0;
    z-index: -2;
    left: 0;
    position: absolute;
}footer::after {
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    top: 0;
    position: absolute;
}.guide-section {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.guide-section::before {
    background: #ffffff;
    position: absolute;
    height: 10px;
    content: "";
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.2;
}.guide-section .container {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
}.guide-section .company_holder {
    position: relative;
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}.guide-section .company_holder h3 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    padding: 0.5rem 2rem;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 37px;
}.guide-section .a11y-tools {
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    margin: 0 1rem;
    line-height: 1.6;
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    font-size: 15px;
}.guide-section .alumni-net {
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
    display: flex;
    gap: 2rem;
    min-width: 400px;
}.guide-section .first-teach {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.guide-section .header-navbar {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.guide-section .header-navbar h5 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    font-size: 18px;
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
}.guide-section .header-navbar .first-teach {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
}.guide-section .header-navbar .first-teach a {
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    position: relative;
    display: block;
    font-size: 15px;
    color: #ffffff;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
}.guide-section .header-navbar .first-teach a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.guide-section .header-navbar .first-teach a::before {
    transition: all 0.3s ease;
    width: 3px;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    opacity: 0;
    background: #ffffff;
    position: absolute;
}.guide-section .header-navbar .first-teach a:hover::before {
    opacity: 0.7;
}.app-store {
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
    position: relative;
}.app-store .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.app-store .review-block {
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 2rem;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.guide-section .container {
    gap: 2rem;
}.guide-section .company_holder {
    flex: 1 1 380px;
}.guide-section .alumni-net {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.guide-section {
    padding: 3.5rem 0 2rem;
}.guide-section .container {
    gap: 2.5rem;
    flex-direction: column;
}.guide-section .company_holder,
    .guide-section .alumni-net {
    min-width: 100%;
    flex: 1 1 100%;
}.guide-section .header-navbar {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.guide-section {
    padding: 3rem 0 1.5rem;
}.guide-section .company_holder {
    padding: 2rem;
}.guide-section .company_holder h3 {
    font-size: calc(37px - 2px);
}.guide-section .first-teach {
    gap: 1.5rem;
}.app-store {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.guide-section {
    padding: 2.5rem 0 1rem;
}.guide-section .header-navbar {
    flex: 1 1 100%;
    min-width: 100%;
}.guide-section .first-teach {
    gap: 1rem;
}.app-store {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.guide-section::before {
    height: 5px;
}
}

@media (max-width: 420px) {.guide-section .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.guide-section .company_holder h3 {
    padding: 0.4rem 1rem;
}.guide-section .header-navbar h5 {
    padding: 0.4rem 1rem;
}.guide-section .header-navbar .first-teach {
    padding: 1rem;
}.guide-section .header-navbar .first-teach a:hover {
    transform: translateX(3px);
}.app-store .review-block {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.course-beneficiaries {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(123,110,160,0.5) 100%);
}.course-beneficiaries::before {
    height: 100%;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}.course-beneficiaries::after {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(172,179,195,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(123,110,160,0.5), 0.2) 0%, transparent 50%);
    z-index: -1;
    width: 100%;
    content: "";
}.course-beneficiaries .edu-promise {
    flex-direction: column;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    position: relative;
}.course-beneficiaries h3 {
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    border-radius: 10px 0 0 10px;
    padding: 0.8rem 2rem;
    font-weight: 600;
    text-align: right;
    padding: 1rem 0;
    color: #ffffff;
    margin-bottom: 3rem;
    align-self: flex-end;
    display: inline-block;
    position: relative;
    font-size: 37px;
    background: rgba(rgb(172,179,195,0.5), 0.2);
}.course-beneficiaries h3::before {
    content: "";
    top: 0;
    height: 100%;
    right: 0;
    background: rgb(172,179,195);
    position: absolute;
    width: 10px;
}.course-beneficiaries h3::after {
    background: linear-gradient(
        to left,
        rgb(172,179,195),
        transparent
    );
    position: absolute;
    bottom: -10px;
    content: "";
    right: 0;
    width: 100%;
    height: 1px;
}.course-beneficiaries ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    display: grid;
    margin: 0;
    gap: 1.5rem;
    padding: 0;
    list-style: none;
}.course-beneficiaries li {
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(#ffffff, 0.1);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    padding: 1.5rem;
}.course-beneficiaries li::before {
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(172,179,195,0.5),
        rgb(123,110,160,0.5)
    );
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    opacity: 0;
    position: absolute;
}.course-beneficiaries li::after {
    opacity: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(172,179,195,0.5), 0.2) 50%);
    right: 0;
    content: "";
    transition: opacity 0.3s ease;
    width: 30px;
    position: absolute;
    z-index: 1;
    height: 30px;
}.course-beneficiaries li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(172,179,195,0.5), 0.3);
}.course-beneficiaries li:hover::before,
.course-beneficiaries li:hover::after {
    opacity: 1;
}.course-beneficiaries li svg {
    top: 2px;
    margin-right: 1.2rem;
    position: relative;
    width: 32px;
    transition: all 0.3s ease;
    fill: rgb(123,110,160);
    height: 32px;
    flex-shrink: 0;
}.course-beneficiaries li svg path {
    transition: fill 0.3s ease;
    fill: rgb(123,110,160);
}.course-beneficiaries li:hover svg {
    transform: scale(1.2);
}.course-beneficiaries li:hover svg path {
    fill: rgb(172,179,195);
}.course-beneficiaries li::before {
    transition: opacity 0.3s ease;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(123,110,160),
        transparent
    );
    opacity: 0.5;
    top: 0;
    position: absolute;
}.course-beneficiaries li {
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
}

@media (min-width: 992px) {.course-beneficiaries ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.course-beneficiaries li:first-child {
    grid-column: 1;
    grid-row: 1;
}.course-beneficiaries li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.course-beneficiaries li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.course-beneficiaries li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.course-beneficiaries li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.course-beneficiaries li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.course-beneficiaries {
    padding: 4rem 0;
}.course-beneficiaries h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
    padding: 0.7rem 1.5rem;
}.course-beneficiaries ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.course-beneficiaries {
    padding: 3.5rem 0;
}.course-beneficiaries .edu-promise {
    padding: 0 1.5rem;
}.course-beneficiaries h3 {
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    text-align: center;
    width: auto;
    align-self: center;
    font-size: calc(37px * 0.8);
}.course-beneficiaries h3::before {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
}.course-beneficiaries h3::after {
    display: none;
}.course-beneficiaries ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.course-beneficiaries {
    padding: 3rem 0;
}.course-beneficiaries .edu-promise {
    padding: 0 1rem;
}.course-beneficiaries h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.2rem;
}.course-beneficiaries li {
    padding: 1.2rem;
}.course-beneficiaries li svg {
    width: 28px;
    margin-right: 0.8rem;
    height: 28px;
}}.ty-page {
    isolation: isolate;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgb(123,110,160), rgb(172,179,195));
    position: relative;
    overflow: hidden;
}.ty-page::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    height: 100%;
    opacity: 0.6;
    top: 0;
    width: 100%;
    background-size: 60px 60px, 40px 40px;
    animation: shimmer 15s infinite linear;
}.ty-page::after {
    height: 70%;
    position: absolute;
    background: linear-gradient(160deg, rgb(123,110,160,0.5), transparent);
    transform: rotate(-15deg) skew(20deg);
    z-index: -1;
    filter: blur(40px);
    width: 40%;
    right: -5%;
    top: -10%;
    content: "";
}.ty-page .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 1;
}.ty-page .edu-promise {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    padding: 3.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.ty-page .edu-promise::before {
    transform-origin: left center;
    height: 6px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160), rgb(172,179,195));
    left: 0;
    content: "";
    position: absolute;
    animation: shimmerBorder 3s infinite linear;
    opacity: 0.9;
    top: 0;
    width: 100%;
}.ty-page .edu-promise::after {
    z-index: -1;
    filter: blur(15px);
    position: absolute;
    width: 90%;
    bottom: -20px;
    left: 5%;
    height: 20px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    content: "";
}.ty-page .edu-promise > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.ty-page .edu-promise > div:first-child::after {
    transform: scaleX(0);
    left: 0;
    bottom: -0.75rem;
    content: "";
    width: 60px;
    background: rgb(123,110,160);
    transform-origin: left center;
    height: 3px;
    position: absolute;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.ty-page h5 {
    transform: translateY(20px);
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.ty-page p {
    opacity: 0;
    color: #000000;
    margin: 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    transform: translateY(20px);
}.ty-page a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
}.ty-page a::before {
    background: rgb(172,179,195,0.5);
    position: absolute;
    transform: scaleX(0);
    right: 0;
    content: "";
    bottom: -10px;
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 30%;
    height: 2px;
}.ty-page a:hover {
    transform: translateX(5px);
}.ty-page a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (hover: hover) {.ty-page .edu-promise:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.ty-page {
    padding: 5rem 2rem;
}.ty-page .edu-promise {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty-page h5 {
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 768px) {.ty-page {
    padding: 4rem 1.5rem;
}.ty-page .edu-promise {
    transform: none;
    padding: 2rem;
}.ty-page .edu-promise::before {
    height: 4px;
}.ty-page h5 {
    font-size: calc(22px * 0.85);
}.ty-page p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.ty-page {
    padding: 3rem 1rem;
}.ty-page .edu-promise {
    padding: 1.75rem;
}.ty-page .edu-promise::before {
    height: 3px;
}.ty-page h5 {
    font-size: calc(22px * 0.8);
}.ty-page p {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}.ty-page .edu-promise > div:first-child {
    margin-bottom: 1.5rem;
}}.secure-sanctuary {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(214,217,225);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    padding: 40px 20px;
    color: #000000;
}.secure-sanctuary h1, .secure-sanctuary h2, .secure-sanctuary h3, .secure-sanctuary h4, .secure-sanctuary h5, .secure-sanctuary h6 {
    color: rgb(172,179,195);
    margin-bottom: 20px;
}.secure-sanctuary h1 {
    border-bottom: 2px solid rgb(172,179,195);
    font-weight: 700;
    font-size: 42px;
    padding-bottom: 10px;
}.secure-sanctuary h2 {
    font-size: 30px;
    font-weight: 600;
}.secure-sanctuary h3 {
    font-size: 1.5em;
    font-weight: 600;
}.secure-sanctuary h4 {
    font-weight: 400;
    font-size: 1.25em;
}.secure-sanctuary h5 {
    font-weight: 400;
    font-size: 21px;
}.secure-sanctuary h6 {
    font-weight: 300;
    font-size: 20px;
}.secure-sanctuary ul, .secure-sanctuary ol {
    padding-left: 20px;
    list-style: none;
    margin-left: 20px;
}.secure-sanctuary ul li, .secure-sanctuary ol li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 13px;
}.secure-sanctuary ul li:before {
    font-size: 1.2em;
    content: '•';
    color: rgb(123,110,160);
    position: absolute;
    left: 0;
}.secure-sanctuary p, .secure-sanctuary span, .secure-sanctuary div {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
}
@media only screen and (max-width: 800px) {.secure-sanctuary {
    padding: 20px 10px;
}.secure-sanctuary h1 {
    font-size: calc(21px - 10%);
}.secure-sanctuary h2 {
    font-size: calc(21px - 10%);
}.secure-sanctuary p, .secure-sanctuary span, .secure-sanctuary div {
    font-size: calc(13px - 10%);
}}
.secure-sanctuary a {
    color: rgb(172,179,195);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.secure-sanctuary a:hover {
    color: rgb(123,110,160);
}.secure-sanctuary blockquote {
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    border-left: 5px solid rgb(172,179,195);
    background-color: rgb(172,179,195,0.5);
}.secure-sanctuary code {
    padding: 2px 6px;
    font-family: monospace;
    background-color: rgb(123,110,160,0.5);
    border-radius: 10px;
}.secure-sanctuary hr {
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
    border: 0;
    height: 1px;
}.cookie-warning-window {
    border-top: 3px solid rgb(123,110,160);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    background: rgb(123,110,160);
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#overlayCookieInfo {
    display: none;
}#overlayCookieInfo:checked ~ .cookie-warning-window {
    visibility: hidden;
    opacity: 0;
}.cookie-frame {
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
}.cookie-warning-window h5 {
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.cookie-warning-window p {
    line-height: 1.5;
    font-size: 17px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.cookie-overlay {
    filter: drop-shadow(0 0 10px rgb(172,179,195));
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    align-items: center;
}.cookie-overlay svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(172,179,195);
    width: 80px;
}.cookie-overlay:hover svg {
    transform: scale(1.1);
}.track-settings {
    text-align: center;
    white-space: nowrap;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(172,179,195), rgb(123,110,160));
    border-radius: 16px;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(172,179,195);
    cursor: pointer;
    flex-shrink: 0;
    color: #000000;
    line-height: 40px;
}.track-settings:hover {
    box-shadow: 0 0 20px rgb(123,110,160);
}.cookie_button.cookie-apply {
    border: 2px solid rgb(123,110,160);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-apply:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(123,110,160);
}.cookie-warning-window p a {
    text-decoration: none;
    color: rgb(172,179,195);
    transition: color 0.3s ease;
}.cookie-warning-window p a:hover {
    color: rgb(123,110,160);
}
@media only screen and (max-width: 1200px) {.cookie-warning-window {
    padding: 15px 0;
}.cookie-frame {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-overlay {
    display: none;
}.cookie-frame {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie-warning-window h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.cookie-controls {
    margin-bottom: 15px;
}.track-settings {
    margin: 10px 0;
    min-width: 100%;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(172,179,195);
}header .top_plank .plank-strip div svg, header .top_plank .plank-strip div svg path {
    fill: #ffffff;
}header .top_plank .plank-strip div span {
    color: #ffffff;
}header .top_plank .plank-strip {
    font-size: 16px;
    justify-content: flex-start;
    line-height: 21px;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
}header .top_plank .plank-strip div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .plank-strip div img, header .top_plank .plank-strip div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(214,217,225));
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    content: '';
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    z-index: 0;
    left: 0;
    position: absolute;
}header::after {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    z-index: 1;
    width: 5px;
    background: linear-gradient(to bottom, rgb(172,179,195), rgb(123,110,160));
}header .container {
    margin: 0;
    width: 100%;
    z-index: 2;
    max-width: 100%;
    padding: 0;
    position: relative;
}header .site-study {
    padding: 0.9rem 3%;
    align-items: center;
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
}header .main-pagebar {
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 0.5rem;
}header .main-pagebar:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .main-pagebar svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .header-navbar {
    border-radius: 10px;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 0.4rem 0.6rem;
    align-items: center;
    display: flex;
}header .header-navbar::before {
    border-radius: calc(10px + 2px);
    content: '';
    opacity: 0.5;
    right: -2px;
    top: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(172,179,195,0.5), rgb(123,110,160,0.5));
    bottom: -2px;
    position: absolute;
    left: -2px;
}header .top-wrap {
    font-weight: 400;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 0.4rem 0.7rem;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
}header .top-wrap::before {
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(172,179,195,0.5), rgb(123,110,160,0.5));
    height: 100%;
    opacity: 0;
    content: '';
    top: 0;
    width: 100%;
}header .top-wrap:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .top-wrap:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .site-study {
    padding: 0.8rem 2.5%;
}header .main-pagebar svg {
    width: 130px;
}header .header-navbar {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .top-wrap {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .site-study {
    margin-left: 3px;
    gap: 0.7rem;
    padding: 0.8rem 2%;
    flex-direction: column;
    align-items: flex-start;
}header .main-pagebar {
    padding: 0.4rem;
}header .main-pagebar svg {
    width: 120px;
}header .header-navbar {
    width: 98%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .header-navbar::-webkit-scrollbar {
    height: 2px;
}header .header-navbar::-webkit-scrollbar-thumb {
    background: rgb(172,179,195);
    border-radius: 10px;
}header .top-wrap {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .site-study {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .main-pagebar svg {
    width: 110px;
}header .header-navbar {
    padding: 0.3rem;
}header .top-wrap {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.4rem;
}}.contact-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(214,217,225) 0%, #1a1e2e 100%);
}.contact-section::before {
    content: "";
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(172,179,195), 0.05) 100%);
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.contact-section::after {
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    content: "";
    height: 100px;
    bottom: 0;
    width: 100%;
}.contact-section .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact-section h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 37px;
    margin-bottom: 70px;
}.contact-section h2::before {
    left: calc(50% - 50px);
    background: rgb(172,179,195);
    position: absolute;
    width: 30px;
    bottom: -20px;
    content: "";
    height: 2px;
}.contact-section h2::after {
    width: 70px;
    background: rgb(172,179,195);
    content: "";
    height: 2px;
    bottom: -20px;
    position: absolute;
    left: calc(50% - 10px);
}.contact-section .message-widget {
    border-radius: 10px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    grid-template-columns: 6fr 4fr;
}.contact-section .snapshot {
    position: relative;
    min-height: 100%;
}.contact-section .snapshot::before {
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    width: 100%;
    top: 0;
}.contact-section .snapshot::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(172,179,195), 0.1) 10px, rgba(rgb(172,179,195), 0.1) 11px);
    left: 0;
    animation: scanLines 5s linear infinite;
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-section .reach-request {
    position: relative;
    padding: 50px;
}.contact-section .reach-request::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}.contact-section #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact-section h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 30px;
}.contact-section h3::after {
    background: rgb(172,179,195);
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 50px;
}.contact-section input[type="text"] {
    color: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}.contact-section input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    border-color: rgb(172,179,195);
    box-shadow: 0 0 15px rgba(rgb(172,179,195), 0.2);
}.contact-section input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-section .request-list {
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}.contact-section .request-list input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 24px;
    cursor: pointer;
    appearance: none;
    margin-top: 2px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 3px;
}.contact-section .request-list input[type="checkbox"]:checked {
    background: rgb(172,179,195);
    border-color: rgb(172,179,195);
}.contact-section .request-list input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: "";
    top: 6px;
    left: 9px;
    width: 6px;
    position: absolute;
    height: 10px;
}.contact-section .request-list label {
    line-height: 1.5;
    font-size: calc(14px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.contact-section .request-list a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(172,179,195);
}.contact-section .request-list a:hover {
    color: #ffffff;
}.contact-section .request-list a::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    background: rgb(172,179,195);
    content: "";
    transition: all 0.3s ease;
    bottom: -2px;
}.contact-section .request-list a:hover::after {
    background: #ffffff;
}.contact-section .feedback-widget {
    font-size: 18px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s ease;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    align-self: flex-start;
    overflow: hidden;
    text-transform: uppercase;
    background: rgb(172,179,195);
}.contact-section .feedback-widget::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    left: -100%;
}.contact-section .feedback-widget:hover {
    background: rgb(123,110,160);
    transform: translateY(-3px);
}.contact-section .feedback-widget:hover::before {
    left: 100%;
}.contact-section svg {
    filter: drop-shadow(0 0 5px rgba(rgb(172,179,195), 0.5));
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(172,179,195);
}.contact-section svg path {
    fill: rgb(172,179,195);
    transition: all 0.3s ease;
}.contact-section svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact-section svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-section {
    padding: 70px 0;
}.contact-section .message-widget {
    grid-template-columns: 1fr;
}.contact-section .snapshot {
    min-height: 300px;
}.contact-section .reach-request {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-section {
    padding: 50px 0;
}.contact-section h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 50px;
}.contact-section .snapshot {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-section {
    padding: 40px 0;
}.contact-section .container {
    padding: 0 15px;
}.contact-section h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 6px);
}.contact-section h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact-section h2::after {
    width: 50px;
}.contact-section .reach-request {
    padding: 30px 20px 40px;
}.contact-section #contact {
    gap: 20px;
}.contact-section .feedback-widget {
    width: 100%;
}.contact-section .snapshot {
    min-height: 200px;
}}.title-screen {
    align-items: center;
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 5rem 2rem;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}.title-screen::before {
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%);
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}.title-screen::after {
    bottom: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(180deg, 
    rgb(172,179,195,0.5) 0%,
    transparent 100%);
    content: "";
}.title-screen > div {
    position: relative;
    display: flex;
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 1200px;
    width: 100%;
    transform: translateY(0);
    flex-direction: column;
    gap: 3rem;
}.title-screen > div > div:first-child {
    animation: slide-in-left 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    opacity: 0;
    transform: translateX(0);
    position: relative;
    padding-left: 2rem;
}.title-screen > div > div:first-child::before {
    left: 0;
    background: rgb(123,110,160);
    transform: scaleY(0);
    top: 0;
    position: absolute;
    content: "";
    transform-origin: top;
    height: 100%;
    animation: scale-down 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    width: 6px;
}.title-screen .title_style_header {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}.title-screen .title_style_header::after {
    content: "";
    transform: scaleX(0);
    animation: scale-right 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    width: 80px;
    height: 3px;
    left: 0;
    background: rgb(123,110,160);
    bottom: -12px;
    transform-origin: left;
    position: absolute;
}.title-screen .learn-entry {
    animation: fade-in-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    backdrop-filter: blur(4px);
    gap: 2rem;
    max-width: 90%;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    background: linear-gradient(135deg, 
    rgb(172,179,195,0.5) 0%,
    rgba(0, 0, 0, 0.2) 100%);
    border-radius: 0;
    box-shadow: 
    0 20px 40px -10px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    flex-direction: column;
    margin-left: auto;
    overflow: hidden;
    border-left: 3px solid rgb(123,110,160);
    padding: 2.5rem;
}.title-screen .learn-entry::before {
    background: linear-gradient(90deg, 
    rgb(123,110,160,0.5) 0%,
    transparent 100%);
    opacity: 0.1;
    transform: translateX(-100%);
    left: 0;
    animation: slide-in-out 8s ease-in-out infinite alternate;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
}.title-screen .creds-sect {
    transform: translateX(0);
    opacity: 0;
    animation: slide-in-right 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    position: relative;
}.title-screen .creds-sect h3 {
    margin: 0;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.01em;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    color: #ffffff;
}.title-screen .learn-entry > div:last-child {
    transform: translateY(20px);
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    opacity: 0;
}.title-screen .learn-entry span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: translateY(0) skew(-3deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 1.5rem;
    background: rgb(123,110,160);
}.title-screen .learn-entry span::before {
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(45deg, 
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%);
    animation: shine 3s ease-in-out infinite;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.title-screen .learn-entry p {
    color: #000000;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    transform: skew(3deg);
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale-right {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes slide-in-out {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {.title-screen {
    padding: 6rem 4rem;
}.title-screen > div {
    gap: 4rem;
}.title-screen > div > div:first-child {
    padding-left: 3rem;
}.title-screen > div > div:first-child::before {
    width: 8px;
}.title-screen .title_style_header {
    font-size: calc(48px * 1.4);
}.title-screen .title_style_header::after {
    width: 120px;
}.title-screen .learn-entry {
    margin-left: auto;
    max-width: 75%;
    padding: 3.5rem;
    gap: 2.5rem;
}.title-screen .creds-sect h3 {
    font-size: calc(21px * 1.2);
}.title-screen .learn-entry span {
    padding: 1rem 2rem;
}.title-screen .learn-entry p {
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 1200px) {.title-screen {
    padding: 7rem 5rem;
}.title-screen > div {
    gap: 5rem;
}.title-screen > div > div:first-child {
    padding-left: 4rem;
}.title-screen > div > div:first-child::before {
    width: 10px;
}.title-screen .title_style_header {
    font-size: calc(48px * 1.6);
}.title-screen .title_style_header::after {
    width: 150px;
    height: 4px;
    bottom: -16px;
}.title-screen .learn-entry {
    padding: 4rem;
    gap: 3rem;
    max-width: 65%;
}.title-screen .creds-sect h3 {
    font-size: calc(21px * 1.3);
}.title-screen .learn-entry span {
    padding: 1.25rem 2.5rem;
}.title-screen .learn-entry p {
    font-size: calc(16px * 1.2);
}
}

@media (max-width: 767px) {.title-screen {
    padding: 4rem 1.5rem;
}.title-screen > div {
    gap: 2rem;
}.title-screen .title_style_header {
    font-size: 48px;
}.title-screen .learn-entry {
    gap: 1.5rem;
    max-width: 100%;
    padding: 2rem;
}.title-screen .creds-sect h3 {
    font-size: 21px;
}.title-screen .learn-entry span {
    padding: 0.5rem 1rem;
}}.course-structure {
    padding: 100px 0;
    position: relative;
    background-color: rgb(214,217,225);
    overflow: hidden;
}.course-structure::before {
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(172,179,195,0.5) 0,
    rgb(172,179,195,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}.course-structure::after {
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(
    circle at 80% 20%,
    rgb(123,110,160,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
    content: "";
    position: absolute;
}.course-structure .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.course-structure .edu-promise {
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
    gap: 60px;
}.course-structure .edu-promise::before {
    position: absolute;
    top: -80px;
    content: "";
    width: 200px;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid rgb(172,179,195,0.5);
    animation: rotate 30s linear infinite;
    height: 200px;
    left: -120px;
}.course-structure .edu-promise::after {
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -50px;
    animation: rotate 40s linear infinite reverse;
    bottom: -100px;
    z-index: -1;
    height: 300px;
    border: 2px solid rgb(123,110,160,0.5);
    width: 300px;
}.course-structure .lesson-track {
    transform: translateZ(0);
    border-radius: 13px;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(172,179,195);
    backdrop-filter: blur(10px);
    flex-direction: column;
}.course-structure .lesson-track::before {
    right: 20px;
    height: 60px;
    position: absolute;
    z-index: 1;
    border-right: 2px solid rgb(123,110,160,0.5);
    content: "";
    width: 60px;
    border-top: 2px solid rgb(123,110,160,0.5);
    top: 20px;
}.course-structure .lesson-track::after {
    height: 60px;
    width: 60px;
    border-bottom: 2px solid rgb(172,179,195,0.5);
    border-left: 2px solid rgb(172,179,195,0.5);
    position: absolute;
    left: 20px;
    bottom: 20px;
    content: "";
    z-index: 1;
}.course-structure .main-page {
    margin-bottom: 30px;
    position: relative;
}.course-structure .main-page::before {
    transform: translateY(-50%);
    top: 50%;
    background-color: rgb(172,179,195);
    border-radius: 50%;
    height: 10px;
    position: absolute;
    content: "";
    width: 10px;
    left: -20px;
}.course-structure .main-page svg {
    max-height: 70px;
    width: 60px;
    transition: filter 0.4s ease;
    height: 60px;
}.course-structure .main-page:hover svg {
    filter: drop-shadow(0 0 8px rgb(172,179,195,0.5));
}.course-structure .main-page svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,179,195);
}.course-structure .main-page:hover svg path {
    fill: rgb(123,110,160);
}.course-structure h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    font-size: 29px;
    color: #000000;
}.course-structure h3::after {
    background: linear-gradient(
    to right,
    rgb(172,179,195) 0%,
    rgb(123,110,160) 100%
  );
    width: 80px;
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    border-radius: 10px;
    position: absolute;
}.course-structure p {
    margin-bottom: 0;
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}.course-structure .snapshot {
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 13px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    min-height: 500px;
    height: 500px;
    overflow: hidden;
}.course-structure .snapshot::before {
    content: "";
    position: absolute;
    background: linear-gradient(
    to bottom right,
    rgb(172,179,195,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(123,110,160,0.5) 100%
  );
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
}.course-structure .snapshot::after {
    position: absolute;
    border-radius: 13px;
    z-index: 3;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    inset: 0;
}.course-structure .snapshot:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (max-width: 1199px) {.course-structure .edu-promise {
    gap: 40px;
}.course-structure .lesson-track {
    padding: 30px;
}.course-structure .snapshot {
    min-height: 450px;
}
}

@media (max-width: 991px) {.course-structure {
    padding: 70px 0;
}.course-structure .edu-promise {
    gap: 40px;
    grid-template-columns: 1fr;
}.course-structure .lesson-track {
    order: 2;
}.course-structure .snapshot {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 400px;
    order: 1;
}.course-structure .edu-promise::before,
  .course-structure .edu-promise::after {
    display: none;
}
}

@media (max-width: 767px) {.course-structure {
    padding: 50px 0;
}.course-structure .lesson-track {
    padding: 25px;
}.course-structure h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 15px;
}.course-structure .main-page {
    margin-bottom: 20px;
}.course-structure .main-page svg {
    max-height: 60px;
}.course-structure .snapshot {
    min-height: 350px;
}.course-structure .lesson-track::before,
  .course-structure .lesson-track::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 576px) {.course-structure {
    padding: 40px 0;
}.course-structure .lesson-track {
    padding: 20px;
}.course-structure h3 {
    font-size: calc(29px * 0.8);
}.course-structure p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.course-structure .main-page {
    margin-bottom: 15px;
}.course-structure .main-page svg {
    max-height: 50px;
}.course-structure .snapshot {
    min-height: 300px;
}.course-structure .lesson-track::before,
  .course-structure .lesson-track::after {
    height: 30px;
    width: 30px;
}
}

@media (min-width: 1400px) {.course-structure .container {
    max-width: 1320px;
}.course-structure .snapshot {
    min-height: 550px;
}}.test-drive {
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(172,179,195) 0%, rgb(123,110,160) 100%);
    overflow: hidden;
}.test-drive::before {
    transform: rotate(-15deg);
    background: repeating-linear-gradient(
    45deg,
    rgb(172,179,195,0.5),
    rgb(172,179,195,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    content: "";
    position: absolute;
    width: 200%;
    opacity: 0.1;
    height: 200%;
    left: -50%;
    animation: patternShift 30s linear infinite;
    z-index: -1;
    top: -50%;
}.test-drive::after {
    background: rgb(123,110,160);
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    height: 100%;
    opacity: 0.15;
    right: 0;
    top: 0;
    width: 40%;
    z-index: -1;
}.test-drive .container {
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: column;
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 1200px;
}.test-drive .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.test-drive h2 {
    margin-bottom: 2.5rem;
    line-height: 1.4;
    animation: slideInText 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-left: 1.5rem;
    font-weight: 700;
    opacity: 0;
    font-size: 36px;
    color: #ffffff;
    max-width: 85%;
    position: relative;
}.test-drive h2::before {
    content: "";
    position: absolute;
    transform: scaleY(0);
    bottom: 0.5rem;
    background: #ffffff;
    transform-origin: top;
    left: 0;
    animation: scaleDown 0.6s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 10px;
    width: 4px;
    top: 0.5rem;
}.test-drive .edu-promise {
    opacity: 0;
    justify-content: flex-start;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 3rem;
    animation: fadeUpIn 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
}.test-drive .edu-promise svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-right: 1.5rem;
    transform: rotate(-15deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    height: 48px;
}.test-drive .edu-promise:hover svg {
    transform: rotate(0) scale(1.1);
}.test-drive .edu-promise svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.test-drive .edu-promise:hover svg path {
    fill: #ffffff;
    filter: brightness(1.1);
}.test-drive .edu-promise div {
    position: relative;
    z-index: 2;
}.test-drive .feedback-widget {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-weight: 600;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(172,179,195);
    position: relative;
    border-radius: 18px;
    backface-visibility: hidden;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    transform: translateZ(0);
}.test-drive .feedback-widget::before {
    width: 100%;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
    content: "";
    left: -100%;
    top: 0;
}.test-drive .feedback-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: rgb(123,110,160);
}.test-drive .feedback-widget:hover::before {
    left: 100%;
}.test-drive .feedback-widget:active {
    transform: translateY(-2px);
}

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

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

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

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

@media screen and (max-width: 1024px) {.test-drive {
    padding: 4rem 0;
}.test-drive h2 {
    max-width: 95%;
    font-size: calc(36px * 0.9);
}.test-drive .edu-promise {
    margin-left: 1.5rem;
}
}

@media screen and (max-width: 768px) {.test-drive {
    padding: 3.5rem 0;
}.test-drive::after {
    width: 60%;
}.test-drive .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.test-drive h2 {
    max-width: 100%;
    font-size: calc(36px * 0.8);
    margin-bottom: 2rem;
}.test-drive .edu-promise {
    margin-left: 0;
}.test-drive .feedback-widget {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.test-drive {
    padding: 3rem 0;
}.test-drive::before {
    opacity: 0.08;
}.test-drive h2 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: calc(36px * 0.7);
}.test-drive h2::before {
    width: 3px;
}.test-drive .edu-promise {
    flex-direction: column;
    align-items: flex-start;
}.test-drive .edu-promise svg {
    margin-bottom: 1.2rem;
    height: 36px;
    margin-right: 0;
    width: 36px;
}.test-drive .feedback-widget {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}
}