.sample-docs {
    flex: 0 0 auto;
}

.sample-docs {
    position: relative;
    padding: 5rem 0 3rem;
    background-position: center center;
    z-index: 1;
    color: #ffffff;
}

header,footer {
    width: 100%;
}

header {
    transition: all 0.4s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 100%;
    position: fixed;
    background: linear-gradient(135deg, #000000 0%, rgb(209,183,210) 100%);
    -webkit-backdrop-filter: blur(8px);
    left: 0;
    backdrop-filter: blur(8px);
    z-index: 1000;
    border-bottom: 1px solid rgb(209,183,210,0.5);
}

.service-connect .get-contactbox {
    border-radius: 29px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 45px 40px;
}

.service-connect .get-contactbox::after {
    width: 200px;
    z-index: -1;
    height: 200px;
    right: -100px;
    background: radial-gradient(circle, rgb(209,183,210,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.2;
    bottom: -100px;
    position: absolute;
    border-radius: 50%;
}

.service-connect .contact-team {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
}

.service-connect .contact-team span::before {
    background: rgb(209,183,210);
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.7;
    width: 3px;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
}

.service-connect .contact-team span:hover::before {
    width: 5px;
}

.service-connect .contact-team span:first-child p {
    font-weight: 600;
}

.service-connect .contact-team span > span {
    display: flex;
    border: none;
    background: transparent;
    flex-direction: row;
    margin-top: 8px;
    align-items: center;
    padding: 0;
}

.service-connect .contact-team span a:hover {
    color: rgb(175,121,176);
}

.service-connect .contact-team span svg {
    height: 18px;
    transition: all 0.3s ease;
    margin-right: 8px;
    width: 18px;
    stroke-width: 2;
    flex-shrink: 0;
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
    stroke: rgb(209,183,210);
}

.service-connect .contact-team span:nth-child(4) svg path {
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 24;
    animation-delay: 0.5s;
    stroke-dashoffset: 0;
}

.service-connect .contact-team span:nth-child(4) svg path {
    transform-origin: center;
}

.service-connect .contact-team span:nth-child(3) svg::before {
    height: 24px;
    top: 50%;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(209,183,210);
    left: 50%;
    width: 24px;
}

.service-connect .message-us::before {
    z-index: 0;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 50% 0%, rgb(209,183,210,0.5) 0%, transparent 70%);
    opacity: 0.05;
}

.service-connect .message-us h4 svg {
    fill: none;
    width: 20px;
    animation: clockRotation 12s linear infinite;
    stroke-linejoin: round;
    transform-origin: center;
    stroke: rgb(209,183,210);
    height: 20px;
    margin-right: 8px;
    stroke-width: 2;
    stroke-linecap: round;
}

header:before {
    animation: shine 8s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(209,183,210,0.5), transparent);
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    background-size: 200% 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    content: '';
}

header .main-nav:hover:before {
    transform: scaleX(1);
}

header .first-class:after {
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    background: rgb(209,183,210);
}

header .first-class:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .site-core {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
}

header .site-core:after {
    background: rgb(209,183,210);
    bottom: -8px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    height: 1px;
    width: 0;
    position: absolute;
    transition: width 0.4s ease;
}

.thanksBox .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.thanksBox .edu-promise {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    position: relative;
}

.thanksBox .edu-promise:hover h5 {
    transform: translateX(10px);
}

.thanksBox h5::after {
    width: 80px;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(209,183,210), transparent);
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
}

.thanksBox a:hover {
    transform: translateY(-3px);
}

.thanksBox a:hover::before {
    width: 100%;
}

.thanksBox a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(209,183,210,0.5);
}

.secure-cache h1 {
    border-bottom: 2px solid rgb(209,183,210);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 700;
    color: rgb(209,183,210);
    margin-bottom: 40px;
}

.secure-cache h4 {
    font-weight: 600;
    font-size: calc(21px + 2px);
}

.secure-cache h6 {
    font-size: 16px;
    font-weight: 300;
}

.secure-cache ol {
    counter-reset: list-counter;
}

.secure-cache ol li {
    counter-increment: list-counter;
}

.secure-cache section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}

.secure-cache span {
    color: rgb(209,183,210);
    font-weight: 600;
}

.digital-tracking {
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 1;
}


.cookie-warning-panel h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(209,183,210);
}

.cookie-alerts {
    background: rgb(209,183,210);
    text-align: center;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    font-size: 17px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
}

.title-portal::before {
    width: 100%;
    top: 0;
    left: 0;
    animation: ambientLight 10s infinite alternate ease-in-out;
    background: 
    radial-gradient(circle at 20% 30%, rgb(175,121,176,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(209,183,210,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    content: "";
    position: absolute;
}

.title-portal h1.start-welcome {
    animation: titleFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateZ(50px);
    font-weight: 700;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-size: clamp(2.5rem, 5vw, 47px);
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
}

.title-portal .skill-philo {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative;
    overflow: hidden;
    align-items: flex-end;
    justify-content: flex-start;
    transform-style: preserve-3d;
}

.title-portal .skill-philo span {
    padding: 2.5rem;
    width: 90%;
    z-index: 2;
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    border-left: 4px solid rgb(209,183,210);
    backdrop-filter: blur(4px);
    position: relative;
    transform: translateZ(30px);
}

.course-overview .learn-now {
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
}

.course-overview .pic-wrapper:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}

.course-overview .pic-wrapper:hover::after {
    opacity: 0.4;
}

.course-overview .text-pod {
    border-left: 4px solid rgb(209,183,210);
    backdrop-filter: blur(8px);
    position: relative;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: #ffffff;
}

.course-overview .text-pod:hover h3::after {
    transform: scaleX(1.2);
}

.course-overview p.description {
    display: block;
}

.course-overview span.description {
    display: none;
}

.course-overview .description::first-letter {
    background: rgb(209,183,210,0.5);
    font-weight: 700;
    font-size: 1.5em;
    float: left;
    color: rgb(209,183,210);
    margin-right: 8px;
    line-height: 1;
    padding: 6px;
}

.interested-learners::after {
    height: 100%;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(209,183,210,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(175,121,176,0.5), 0.2) 0%, transparent 50%);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}

.interested-learners h3::before {
    right: 0;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    background: rgb(209,183,210);
    top: 0;
}

.interested-learners h3::after {
    height: 1px;
    bottom: -10px;
    background: linear-gradient(
        to left,
        rgb(209,183,210),
        transparent
    );
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
}

.interested-learners li::before {
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(209,183,210,0.5),
        rgb(175,121,176,0.5)
    );
    transition: opacity 0.3s ease;
    height: 4px;
}

.interested-learners li::before {
    top: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(175,121,176),
        transparent
    );
    content: "";
    height: 2px;
}

.interested-learners li:hover svg {
    transform: scale(1.2);
}

.contact-form-box::before {
    content: "";
    top: 0;
    height: 100%;
    background: rgb(238,229,238);
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(209,183,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(175,121,176,0.5) 0%, transparent 30%);
    width: 100%;
    z-index: 1;
}

.contact-form-box h2::before {
    left: calc(50% - 50px);
    content: "";
    height: 2px;
    background: rgb(209,183,210);
    width: 100px;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(209,183,210),
        0 0 10px rgb(209,183,210),
        0 0 15px rgb(209,183,210);
    position: absolute;
}

.contact-form-box .inquiry-list::before {
    border: 1px solid rgb(209,183,210);
    pointer-events: none;
    border-radius: 12px;
    z-index: 3;
    position: absolute;
    opacity: 0.2;
    inset: 0;
    content: "";
}

.contact-form-box .message-message {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}

.contact-form-box .message-message::after {
    position: absolute;
    content: "";
    background: rgb(175,121,176,0.5);
    left: -75px;
    opacity: 0.3;
    z-index: 0;
    filter: blur(80px);
    height: 150px;
    bottom: -75px;
    width: 150px;
}

.contact-form-box form input[type="text"] {
    background: rgb(238,229,238);
    margin-bottom: 25px;
    color: #000000;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    width: 100%;
    border: 1px solid rgb(209,183,210,0.5);
}

.contact-form-box .inquiry-message label {
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    position: relative;
}

.contact-form-box .inquiry-message input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    content: "";
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.contact-form-box .inquiry-message label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-form-box .inquiry-card::before {
    transform: scaleX(0);
    background: rgb(175,121,176);
    transform-origin: right;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-form-box svg path {
    transition: all 0.3s ease;
    fill: rgb(209,183,210);
}

.learning-profits {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(245,248,255,1) 0%, rgba(235,241,255,1) 100%);
}

.learning-profits .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
    z-index: 2;
}

.learning-profits .edu-promise {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

.learning-profits .text-pod:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(2deg);
}

.learning-profits h4::after {
    transform: scaleX(1);
    background: rgb(209,183,210);
    transition: transform 0.5s ease;
    height: 3px;
    content: '';
    display: block;
    width: 70px;
    transform-origin: left;
    margin-top: 15px;
}

.learning-profits li {
    transform: translateX(0);
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.learning-profits li p span:last-child {
    flex-grow: 1;
}

.learning-profits svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    transform: rotate(0deg);
}

.learning-profits .pic-wrapper {
    box-shadow: 20px 20px 60px rgba(0,0,0,0.12);
    display: block;
    transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    object-fit: cover;
    transform: translateY(0) rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 25px;
}

.course-methodology .edu-promise {
    padding: 0 40px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.course-methodology .text-pod {
    transform: translateY(0);
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    background: #ffffff;
}

.course-methodology .text-pod:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.course-methodology p::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(209,183,210);
}

.pricing-structure {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgba(245, 247, 252, 1) 100%);
}

.pricing-structure .study-offers {
    display: flex;
    flex-direction: column-reverse;
}

.pricing-structure .discount-grid h2 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 35px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.pricing-structure .pay-options {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.pricing-structure .price-options {
    color: #000000;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    border-radius: 8px;
}

.pricing-structure .price-options:hover .access-plans h3 {
    transform: translateX(5px);
}

.pricing-structure .learning-rates::before {
    width: 10px;
    left: -20px;
    height: 2px;
    position: absolute;
    opacity: 0;
    background: rgb(209,183,210);
    transform: translateX(-10px);
    content: "";
    top: 50%;
    transition: all 0.3s ease;
}

.pricing-structure .pic-wrapper::after {
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(rgb(209,183,210,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
}

.pricing-structure .price-options:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.pricing-structure .price-options:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.our-story .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    padding: 0 30px;
    margin: 0 auto;
}

.our-story .text-pod {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    border-left: 3px solid rgb(175,121,176);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    padding: 60px 50px;
    backdrop-filter: blur(10px);
}

.our-story .text-pod > div:nth-child(2) {
    margin-bottom: 30px;
}

.our-story .text-pod ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.our-story .text-pod ol li {
    position: relative;
    font-family: Arial, sans-serif;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}

.customer-opinions::after {
    z-index: 1;
    background: rgb(209,183,210,0.5);
    content: "";
    width: 150px;
    transform: rotate(30deg);
    filter: blur(60px);
    height: 150px;
    border-radius: 100px;
    bottom: -30px;
    left: -30px;
    position: absolute;
}

.customer-opinions .container.edu-promise {
    z-index: 2;
    position: relative;
}

.customer-opinions .rating-insights {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.customer-opinions .student-praise::before {
    font-family: serif;
    opacity: 0.2;
    top: -30px;
    left: 20px;
    line-height: 1;
    font-size: 150px;
    content: "";
    position: absolute;
    color: rgb(209,183,210,0.5);
}

.customer-opinions .student-praise h3::after {
    width: 100%;
    height: 2px;
    position: absolute;
    transform: scaleX(0.3);
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(209,183,210), transparent);
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease;
}

.customer-opinions .student-praise:hover div img {
    transform: scale(1.1);
}

.customer-opinions .student-praise:nth-child(odd):hover {
    transform: rotateZ(0) translateY(-10px);
}

.customer-opinions .student-praise:hover::after {
    width: 120px;
    opacity: 0.4;
    height: 120px;
}

.sample-docs::after {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}

.sample-docs .company_holder::before {
    filter: blur(5px);
    width: calc(100% + 10px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    height: calc(100% + 10px);
    left: -5px;
    position: absolute;
    top: -5px;
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(209,183,210), transparent 70%);
    content: "";
}

.sample-docs .privacy-cta {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.sample-docs .nav-pro {
    justify-content: space-between;
    display: flex;
    gap: 2rem;
    width: 100%;
}

.sample-docs .main-nav:hover {
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(209,183,210,0.5), 0.1);
}

.sample-docs .main-nav h5::after {
    background: rgb(209,183,210);
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 40px;
    box-shadow: 0 0 10px rgb(209,183,210);
    height: 2px;
}

.sample-docs .main-nav .nav-pro a:hover {
    text-shadow: 0 0 5px rgb(209,183,210);
    color: rgb(209,183,210);
    opacity: 1;
}

.gift-card {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.gift-card .mobile-cta::before,
.gift-card .mobile-cta::after {
    margin: 0 10px;
    content: "//";
    color: rgb(209,183,210);
}

.teaching-history::before {
    content: "";
    opacity: 0.05;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(209,183,210,0.5) 30px,
        rgb(209,183,210,0.5) 32px
    );
    width: 100%;
    top: 0;
    height: 100%;
}

.teaching-history .exp-progress {
    position: relative;
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
}

.teaching-history .student-praise:hover .name {
    color: rgb(209,183,210);
    transform: translateX(15px);
}

.teaching-history .student-praise:hover .exp-progress > div:nth-child(2) {
    transform: translateX(15px);
}

.teaching-history .student-praise:hover .work-expertise {
    transform: translateY(-5px);
}

.teaching-history .work-expertise::after {
    bottom: 0;
    right: 0;
}



::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 2px 0;
    border-radius: 9.2em;
}

::-webkit-scrollbar-track:active {
    background: rgb(238,229,238);
}

::-webkit-scrollbar-thumb {
    box-shadow: 5px -2px 9px -2px rgba(0, 0, 0, 0.1);
    background: rgb(209,183,210,0.5);
    border-radius: 2.7vw;
    border: 3px double #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(209,183,210,0.5);
    box-shadow: inset 4px -5px 0px 8px rgba(0, 0, 0, 0.3);
}



@media (max-width: 576px) {.service-connect {
    padding: 40px 0;
}.service-connect .get-contactbox {
    padding: 25px 20px;
}.service-connect h3 {
    font-size: calc(35px * 0.7);
    padding-bottom: 10px;
}.service-connect .contact-team span {
    padding: 10px 14px;
}.service-connect .contact-team span p,
    .service-connect .contact-team span a {
    font-size: calc(17px * 0.9);
}.service-connect .contact-team span svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
}.service-connect .message-us {
    padding: 18px 20px;
}.service-connect .message-us span {
    font-size: calc(17px * 0.9);
    padding: 6px 0;
}.service-connect .message-us h4::before {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.service-connect .message-us h4 svg {
    width: 16px;
    height: 16px;
}}



@media screen and (max-width: 768px) {.thanksBox {
    padding: 4rem 0;
}.thanksBox .edu-promise {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.thanksBox .edu-promise > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.thanksBox h5 {
    font-size: calc(22px * 0.9);
}
}


@media only screen and (max-width: 600px) {.cookie-warning-panel {
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
}.digital-tracking {
    padding: 15px;
}.edu-approve svg {
    height: 50px;
    width: 50px;
}.cookie-warning-panel h5 {
    font-size: calc(20px - 2px);
}.cookie-warning-panel p {
    font-size: calc(18px - 2px);
}.cookie-alerts {
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}



@media (max-width: 767px) {.title-portal {
    padding: 3rem 1.5rem;
}.title-portal h1.start-welcome {
    transform: translateZ(20px);
}.title-portal p {
    transform: translateZ(10px);
    max-width: 100%;
}.title-portal .page-open {
    aspect-ratio: 4 / 3;
    transform: translateZ(10px) rotateX(3deg);
    margin-top: 2rem;
}.title-portal .skill-philo span {
    padding: 1.5rem;
    width: 100%;
}}



@media screen and (min-width: 992px) {.course-overview {
    padding: 8rem 0;
}.course-overview .pic-wrapper {
    flex: 1.2;
    height: 550px;
}.course-overview .text-pod {
    flex: 1;
    padding: 3rem;
}.course-overview h3 {
    margin-bottom: 2rem;
}.course-overview .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (min-width: 992px) {.interested-learners ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.interested-learners li:first-child {
    grid-row: 1;
    grid-column: 1;
}.interested-learners li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.interested-learners li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.interested-learners li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.interested-learners li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.interested-learners li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}



@media (max-width: 1024px) {.contact-form-box {
    padding: 80px 0;
}.contact-form-box .pic-wrapper {
    min-height: 500px;
}.contact-form-box .message-message {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h2 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.8);
}.contact-form-box .inquiry-list {
    flex-direction: column;
}.contact-form-box .pic-wrapper {
    min-height: 300px;
    width: 100%;
}.contact-form-box .message-message {
    width: 100%;
    padding: 40px 30px;
}.contact-form-box form h3 {
    margin-bottom: 30px;
}.contact-form-box form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-box .inquiry-message {
    margin-bottom: 25px;
}.contact-form-box .inquiry-card {
    padding: 15px 25px;
}
}



@media (max-width: 576px) {.learning-profits {
    padding: 60px 0;
}.learning-profits::before,
    .learning-profits::after {
    opacity: 0.5;
}.learning-profits .text-pod {
    padding: 25px 20px;
}.learning-profits h4 {
    font-size: calc(18px * 0.85);
}.learning-profits li {
    margin-bottom: 12px;
}.learning-profits li p {
    gap: 10px;
}.learning-profits svg {
    width: 18px;
    height: 18px;
}}



@media (hover: none) {.course-methodology .text-pod:hover {
    transform: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}}



@media (min-width: 768px) {.pricing-structure .pay-options {
    grid-template-columns: repeat(2, 1fr);
}.pricing-structure .discount-grid {
    margin-bottom: 60px;
}.pricing-structure .access-plans h3 {
    font-size: 19px;
}.pricing-structure .learning-rates {
    font-size: calc(19px + 2px);
}.pricing-structure .access-plans p {
    font-size: calc(17px - 1px);
}
}



@media (max-width: 992px) {.our-story {
    padding: 80px 0;
}.our-story .text-pod {
    padding: 40px 30px;
}.our-story .text-pod > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 768px) {.our-story {
    padding: 60px 0;
}.our-story .text-pod {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.our-story .text-pod h5 {
    font-size: calc(24px * 0.9);
}.our-story .text-pod > div:nth-child(2) p {
    font-size: 24px;
}.our-story .text-pod ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.customer-opinions {
    padding: 2.5rem 0;
}.customer-opinions h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.customer-opinions .student-praise {
    padding: 1.25rem;
}.customer-opinions .student-praise div {
    height: 50px;
    width: 50px;
}.customer-opinions .student-praise::before {
    font-size: 80px;
}
}



@media screen and (max-width: 992px) {.sample-docs .privacy-cta {
    flex-direction: column;
}.sample-docs .nav-pro {
    flex-direction: column;
}.sample-docs .main-nav {
    margin-bottom: 1rem;
    width: 100%;
}.gift-card {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media (min-width: 768px) {.teaching-history .student-praise {
    align-items: center;
    flex-direction: row;
}.teaching-history .pic-wrapper {
    margin-right: -80px;
    width: 180px;
    height: 180px;
    z-index: 5;
    margin-left: 0;
}.teaching-history .exp-progress {
    padding-left: 100px;
    margin-top: 0;
    flex: 1;
}
}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateZ(-50px) rotateX(15deg) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateZ(20px) rotateX(5deg) translateY(0);
  }
}

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



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(175,121,176);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(175,121,176), 0 0 30px rgb(175,121,176,0.5);
    }
}

