﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.core-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.nav-pagebar {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1262px;
}.youtube-chan {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 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;
}}
.primary-page {
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.primary-page .tech-master {
    padding: 100px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    display: flex;
}.primary-page .tech-master::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(148,147,154,0.5), rgba(0, 0, 0, 0.5) 80%);
    bottom: 0;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
}.primary-page .virtual-track {
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 40px;
    border-left: 4px solid rgb(148,147,154);
    width: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(2deg);
    z-index: 2;
    max-width: 1200px;
}.primary-page .virtual-track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.primary-page .virtual-track > div {
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    margin-bottom: 30px;
}.primary-page .virtual-track > div:hover {
    transform: translateX(10px);
}.primary-page .virtual-track > div:last-child {
    margin-bottom: 0;
}.primary-page p {
    position: relative;
    font-size: calc(18px * 1.1);
    padding-left: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0;
    color: #ffffff;
}.primary-page p::before {
    position: absolute;
    height: 10px;
    background-color: rgb(116,115,122);
    content: "";
    width: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}.primary-page .title_style_header {
    margin: 0;
    font-weight: 700;
    font-size: 47px;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}.primary-page .title_style_header::after {
    transition: width 0.4s ease;
    height: 3px;
    width: 80%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(148,147,154), transparent);
    bottom: 0;
}.primary-page .title_style_header:hover::after {
    width: 100%;
}.primary-page h3 {
    opacity: 0.9;
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 1200px) {.primary-page .virtual-track {
    padding: 30px;
    max-width: 900px;
}.primary-page .title_style_header {
    font-size: calc(47px * 0.9);
}.primary-page h3 {
    font-size: calc(20px * 1);
}
}

@media (max-width: 992px) {.primary-page .virtual-track {
    padding: 25px;
    transform: perspective(1000px) rotateY(1deg);
    max-width: 700px;
}.primary-page .title_style_header {
    font-size: calc(47px * 0.8);
}
}

@media (max-width: 768px) {.primary-page .tech-master {
    padding: 80px 15px;
}.primary-page .virtual-track {
    border-left-width: 3px;
    padding: 20px;
    transform: none;
}.primary-page p {
    font-size: 18px;
}.primary-page .title_style_header {
    font-size: calc(47px * 0.7);
}.primary-page h3 {
    font-size: 20px;
}
}

@media (max-width: 576px) {.primary-page .tech-master {
    padding: 60px 10px;
}.primary-page .virtual-track {
    padding: 15px;
    border-left-width: 2px;
}.primary-page p {
    padding-left: 15px;
    font-size: calc(18px * 0.9);
}.primary-page p::before {
    width: 8px;
    height: 8px;
}.primary-page .title_style_header {
    font-size: calc(47px * 0.6);
}.primary-page h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 400px) {.primary-page .virtual-track {
    padding: 12px;
}.primary-page p {
    font-size: calc(18px * 0.8);
}.primary-page .title_style_header {
    font-size: calc(47px * 0.5);
}.primary-page h3 {
    font-size: calc(20px * 0.8);
}}.contact-form-box {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(182,182,187);
}.contact-form-box::before {
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(116,115,122,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
}.contact-form-box::after {
    bottom: 0;
    left: 0;
    height: 200px;
    background: linear-gradient(0deg, rgb(182,182,187) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: 2;
}.contact-form-box .img-pic {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
}.contact-form-box .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
    position: relative;
}.contact-form-box h3 {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
}.help-inquiry {
    display: flex;
    position: relative;
    gap: 0;
    z-index: 10;
}.help-inquiry .feedback-support {
    flex: 0 0 58%;
    z-index: 1;
    position: relative;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.help-inquiry .feedback-support h3 {
    font-size: 20px;
    text-transform: none;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
}.help-inquiry .feedback-support h3::before,
.help-inquiry .feedback-support h3::after {
    content: none;
}.help-inquiry .feedback-support form {
    display: flex;
    flex-direction: column;
}.help-inquiry .feedback-support input[type="text"],
.help-inquiry .feedback-support textarea {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 25px;
    font-size: 17px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    padding: 16px 20px;
}.help-inquiry .feedback-support input[type="text"]:focus,
.help-inquiry .feedback-support textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(148,147,154);
    outline: none;
}.help-inquiry .feedback-support textarea {
    min-height: 150px;
    resize: vertical;
}.help-inquiry .feedback-support .help-reach {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
}.help-inquiry .feedback-support .help-reach input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.help-inquiry .feedback-support .help-reach label {
    line-height: 1.5;
    font-size: calc(17px - 2px);
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.help-inquiry .feedback-support .help-reach label::before {
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    position: absolute;
    left: 0;
    top: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    height: 22px;
}.help-inquiry .feedback-support .help-reach input[type="checkbox"]:checked + label::before {
    background: rgb(148,147,154);
    border-bottom-color: rgb(148,147,154);
}.help-inquiry .feedback-support .help-reach input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 4px;
    left: 8px;
    border: solid #ffffff;
    height: 12px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}.help-inquiry .feedback-support .help-reach a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgb(148,147,154);
    color: rgb(148,147,154);
}.help-inquiry .feedback-support .help-reach a:hover {
    border-bottom-color: rgb(116,115,122);
    color: rgb(116,115,122);
}.help-inquiry .feedback-support .message-help {
    background: transparent;
    border: none;
    padding: 15px 35px;
    align-self: flex-start;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 2px solid rgb(148,147,154);
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
}.help-inquiry .feedback-support .message-help::before {
    left: 0;
    position: absolute;
    height: 2px;
    transition: all 0.3s ease;
    width: 100%;
    bottom: -2px;
    content: "";
    background: rgb(148,147,154);
    z-index: -1;
}.help-inquiry .feedback-support .message-help:hover {
    color: #ffffff;
}.help-inquiry .feedback-support .message-help:hover::before {
    height: 100%;
}.help-inquiry .reach-query {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex: 0 0 42%;
    padding: 60px;
    margin-left: -40px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    position: relative;
}.help-inquiry .reach-query::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.help-inquiry .reach-query h4 {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
}.help-inquiry .reach-query .connect-message {
    padding: 0;
    margin: 0;
    list-style: none;
}.help-inquiry .reach-query .connect-message li {
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-bottom: 30px;
    display: flex;
    z-index: 1;
}.help-inquiry .reach-query .connect-message li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.help-inquiry .reach-query .connect-message li svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.help-inquiry .reach-query .connect-message li svg path {
    fill: rgb(148,147,154);
    transition: all 0.3s ease;
}.help-inquiry .reach-query .connect-message li:hover svg path {
    fill: #ffffff;
}.help-inquiry .reach-query .connect-message li span {
    line-height: 1.5;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
}.help-inquiry .reach-query .connect-message li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}.help-inquiry .reach-query .connect-message li a:hover {
    color: rgb(148,147,154);
}

@media screen and (max-width: 992px) {.contact-form-box {
    padding: 80px 0;
}.help-inquiry {
    flex-direction: column;
}.help-inquiry .feedback-support {
    width: 100%;
    clip-path: none;
}.help-inquiry .reach-query {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h3 {
    font-size: calc(30px - 4px);
}.help-inquiry .feedback-support,
    .help-inquiry .reach-query {
    padding: 40px 30px;
}.help-inquiry .feedback-support .message-help {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-form-box {
    padding: 40px 0;
}.help-inquiry .feedback-support,
    .help-inquiry .reach-query {
    padding: 30px 20px;
}.help-inquiry .feedback-support h3,
    .help-inquiry .reach-query h4 {
    font-size: calc(20px - 2px);
}}.pricing-shelf {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-shelf::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    right: 0;
}.pricing-shelf .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.pricing-shelf .enroll-cost {
    perspective: 1000px;
}.pricing-shelf h2 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    transform: translateZ(50px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
}.pricing-shelf h2::after {
    box-shadow: 0 0 15px rgb(148,147,154,0.5);
    bottom: -10px;
    height: 3px;
    left: 50%;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    background: rgb(148,147,154);
    content: "";
}.pricing-shelf .discount-tier {
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    font-size: 14px;
}.pricing-shelf .pricing-tiers {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
}.pricing-shelf .package-rates {
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    height: 100%;
}.pricing-shelf .fee-pricing {
    border-radius: 8px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
}.pricing-shelf .fee-pricing::before {
    right: -5px;
    opacity: 0;
    z-index: -1;
    top: -5px;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    bottom: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    left: -5px;
    background-size: 200% 200%;
    animation: shimmer 3s infinite linear;
}.pricing-shelf .learning-price {
    display: flex;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 35px 25px;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
}.pricing-shelf .learning-price h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}.pricing-shelf .learning-price h4::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(148,147,154);
    width: 40px;
    left: 0;
    content: "";
    bottom: 0;
}.pricing-shelf .learning-price p {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: calc(14px - 2px);
    flex-grow: 1;
}.pricing-shelf .training-sub {
    position: relative;
    font-size: calc(18px + 4px);
    background: linear-gradient(135deg, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    align-self: flex-start;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 700;
}.pricing-shelf .training-sub::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: 0.5s;
    left: -100%;
}.pricing-shelf .package-rates:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing-shelf .package-rates:hover .fee-pricing {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing-shelf .package-rates:hover .fee-pricing::before {
    opacity: 1;
}.pricing-shelf .package-rates:hover .learning-price h4::after {
    width: 80px;
}.pricing-shelf .package-rates:hover .training-sub::before {
    left: 100%;
}.pricing-shelf .package-rates:hover .learning-price {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

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

@media (max-width: 1200px) {.pricing-shelf {
    padding: 100px 0;
}.pricing-shelf .pricing-tiers {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing-shelf .learning-price {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing-shelf {
    padding: 80px 0;
}.pricing-shelf h2 {
    font-size: calc(28px - 4px);
}.pricing-shelf .discount-tier {
    margin-bottom: 40px;
}.pricing-shelf .pricing-tiers {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-shelf .learning-price h4 {
    font-size: calc(18px - 1px);
}.pricing-shelf .training-sub {
    font-size: calc(18px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing-shelf {
    padding: 60px 0;
}.pricing-shelf h2 {
    font-size: calc(28px - 6px);
}.pricing-shelf .discount-tier {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing-shelf .learning-price {
    padding: 25px 15px;
}.pricing-shelf .learning-price p {
    margin-bottom: 20px;
    font-size: calc(14px - 3px);
}.pricing-shelf .training-sub {
    padding: 8px 15px;
    font-size: calc(18px + 0px);
}
}

@media (hover: none) {.pricing-shelf .package-rates:hover {
    transform: none;
}.pricing-shelf .fee-pricing {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing-shelf .package-rates:active {
    transform: scale(0.98);
}}.start-now {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}.start-now::before {
    opacity: 0.15;
    top: -5%;
    position: absolute;
    width: 110%;
    background: radial-gradient(circle at 30% 50%, rgb(148,147,154,0.5) 0%, transparent 60%);
    left: -5%;
    height: 110%;
    content: "";
    z-index: 0;
    pointer-events: none;
}.start-now::after {
    background: radial-gradient(circle at center, rgb(116,115,122,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 60%;
    content: "";
    opacity: 0.1;
    bottom: -10%;
    height: 60%;
    right: -10%;
}.start-now .container {
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 0 2rem;
}.start-now h2 {
    text-align: center;
    max-width: 800px;
    font-weight: 700;
    position: relative;
    opacity: 1;
    line-height: 1.4;
    margin-bottom: 3rem;
    font-size: 35px;
    transform: translateY(0);
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out;
    font-family: Arial, sans-serif;
}.start-now .student-voice {
    position: relative;
    border-radius: 4px;
    justify-content: center;
    gap: 2rem;
    animation: fadeSlideUp 1s ease-out 0.2s backwards;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 
              0 5px 15px rgba(0,0,0,0.03),
              inset 0 0 0 1px rgba(255,255,255,0.2);
    align-items: center;
    padding: 2.5rem;
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    display: flex;
    transform: translateY(0);
}.start-now .student-voice::before {
    width: 100%;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgba(rgb(148,147,154,0.5), 0.05) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(rgb(116,115,122,0.5), 0.05) 0%, transparent 60%);
}.start-now .student-voice > div {
    animation: pulseSubtle 4s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
}.start-now svg {
    margin-right: 1rem;
    height: 42px;
    flex-shrink: 0;
    animation: floatIcon 6s ease-in-out infinite;
    width: 42px;
    transform: translateY(0) rotate(0);
    transform-origin: center;
}.start-now svg path {
    transition: fill 0.3s ease;
    fill: rgb(148,147,154);
}.start-now .message-help {
    text-decoration: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 3px;
    display: inline-flex;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 6px 15px -5px rgba(rgb(148,147,154,0.5), 0.5),
              0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.3s ease;
    align-items: center;
    background: linear-gradient(135deg, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
    font-size: 20px;
    justify-content: center;
    font-family: Arial, sans-serif;
}.start-now .message-help::before {
    transform: skewX(-25deg);
    position: absolute;
    width: 50%;
    height: 100%;
    left: -75%;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    content: "";
    transition: left 0.75s ease-out;
    top: 0;
}.start-now .message-help:hover {
    box-shadow: 0 10px 20px -5px rgba(rgb(148,147,154,0.5), 0.6),
              0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) scale(1.02);
}.start-now .message-help:hover::before {
    transition: left 0.75s ease-out;
    left: 125%;
}.start-now .message-help:active {
    box-shadow: 0 3px 10px -5px rgba(rgb(148,147,154,0.5), 0.5),
              0 1px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.start-now .message-help:hover + svg path,
.start-now svg:hover path {
    fill: rgb(116,115,122);
}

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

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

@keyframes pulseSubtle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

@media screen and (max-width: 991px) {.start-now {
    padding: 5rem 0;
}.start-now h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.start-now .student-voice {
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.start-now {
    padding: 4rem 0;
}.start-now h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.start-now .student-voice {
    gap: 1.5rem;
    padding: 1.75rem;
    flex-direction: column;
}.start-now svg {
    height: 36px;
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 36px;
}
}

@media screen and (max-width: 576px) {.start-now {
    padding: 3rem 0;
}.start-now h2 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(35px * 0.7);
}.start-now .student-voice {
    width: 90%;
    padding: 1.5rem;
}.start-now .message-help {
    font-size: calc(20px * 0.9);
    padding: 0.9rem 1.8rem;
}}.training-structure {
    background: linear-gradient(155deg, rgb(182,182,187) 0%, rgb(148,147,154,0.5) 100%);
    padding: 180px 0 150px;
    position: relative;
    overflow: visible;
}.training-structure::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(148,147,154,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.1;
    content: '';
    height: 100%;
}.training-structure .student-voice {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    justify-content: flex-start;
    display: flex;
    margin: 0 auto;
}.training-structure .insight-box {
    display: flex;
    width: 55%;
    flex-direction: column;
    position: relative;
    margin-left: 5%;
}.training-structure .insight-box h2 {
    padding: 40px;
    border-radius: 0 18px 18px 0;
    transform: translateX(-80px) translateY(20px);
    z-index: 4;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(148,147,154,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    color: #ffffff;
    align-self: flex-start;
    font-size: 31px;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}.training-structure .insight-box p {
    align-self: flex-end;
    z-index: 3;
    color: #ffffff;
    backdrop-filter: blur(15px);
    position: relative;
    font-size: 15px;
    transform: translateX(60px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 45px;
    border-radius: 18px 0 0 18px;
    margin-top: -30px;
}.training-structure .insight-box::before {
    border: 2px solid rgb(148,147,154,0.5);
    opacity: 0.1;
    top: -130px;
    height: 300px;
    transform: rotate(25deg);
    right: -200px;
    position: absolute;
    z-index: 1;
    content: '';
    animation: rotate-float 40s infinite linear;
    width: 300px;
}.training-structure .insight-box::after {
    height: 250px;
    width: 250px;
    opacity: 0.1;
    position: absolute;
    border: 2px solid rgb(116,115,122,0.5);
    animation: rotate-float 30s infinite linear reverse;
    transform: rotate(15deg);
    bottom: -100px;
    z-index: 0;
    content: '';
    left: -150px;
}.training-structure .insight-box h2::before {
    top: -25px;
    opacity: 0.1;
    left: -25px;
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    background: rgb(148,147,154);
    content: '';
    height: 80px;
    width: 80px;
}.training-structure .insight-box h2::after {
    background: linear-gradient(90deg, rgb(148,147,154) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.6;
    height: 3px;
    content: '';
    bottom: 0;
}.training-structure .insight-box p::before {
    height: 70%;
    opacity: 0.3;
    content: '';
    top: 15%;
    position: absolute;
    right: 0;
    width: 15px;
    background: rgb(116,115,122,0.5);
}.training-structure .insight-box p::after {
    height: 3px;
    right: 30px;
    opacity: 0.3;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgb(148,147,154) 100%);
    bottom: 20px;
    position: absolute;
    transform-origin: right center;
    animation: pulse-width 5s infinite ease-in-out;
    width: 170px;
}.training-structure::after {
    background: linear-gradient(90deg, transparent 0%, rgb(148,147,154) 60%, rgb(148,147,154) 100%);
    position: absolute;
    content: '';
    height: 2px;
    z-index: 1;
    bottom: 50px;
    opacity: 0.3;
    right: 0;
    width: 35%;
}.training-structure .student-voice::before {
    filter: blur(80px);
    position: absolute;
    top: -125px;
    content: '';
    height: 250px;
    border-radius: 50%;
    background: rgb(148,147,154);
    left: -125px;
    opacity: 0.05;
    width: 250px;
    animation: pulse-subtle 15s infinite alternate;
}.training-structure .student-voice::after {
    content: '';
    opacity: 0.2;
    background: linear-gradient(to bottom, transparent, rgb(148,147,154,0.5), transparent);
    top: -25%;
    width: 1px;
    left: 30%;
    position: absolute;
    z-index: 0;
    height: 150%;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.training-structure .insight-box {
    width: 65%;
}.training-structure .insight-box h2 {
    transform: translateX(-60px) translateY(20px);
}.training-structure .insight-box p {
    transform: translateX(40px);
}.training-structure .insight-box::before {
    right: -150px;
    height: 250px;
    width: 250px;
}.training-structure .insight-box::after {
    width: 200px;
    height: 200px;
    left: -100px;
}
}

@media screen and (max-width: 992px) {.training-structure {
    padding: 150px 0 120px;
}.training-structure .insight-box {
    width: 75%;
}.training-structure .insight-box h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.training-structure .insight-box p {
    transform: translateX(30px);
    padding: 35px;
}.training-structure .insight-box::before {
    width: 200px;
    top: -100px;
    height: 200px;
    right: -100px;
}.training-structure .insight-box::after {
    height: 150px;
    bottom: -75px;
    left: -75px;
    width: 150px;
}.training-structure .student-voice::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.training-structure {
    padding: 120px 0 100px;
    overflow: hidden;
}.training-structure .student-voice {
    justify-content: center;
}.training-structure .insight-box {
    margin-left: 0;
    width: 90%;
}.training-structure .insight-box h2 {
    padding: 30px;
    align-self: center;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: calc(31px * 0.9);
    transform: translateX(0) translateY(0);
}.training-structure .insight-box p {
    padding: 30px;
    border-radius: 18px;
    align-self: center;
    transform: translateX(0);
    margin-top: 0;
}.training-structure .insight-box::before,
    .training-structure .insight-box::after,
    .training-structure::after,
    .training-structure .student-voice::before,
    .training-structure .student-voice::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.training-structure {
    padding: 100px 0 80px;
}.training-structure .insight-box {
    width: 100%;
}.training-structure .insight-box h2 {
    font-size: calc(31px * 0.8);
    padding: 25px;
}.training-structure .insight-box p {
    font-size: calc(15px * 0.9);
    padding: 25px;
}}.company-info {
    overflow: hidden;
    position: relative;
    padding: 110px 0;
    background: rgb(182,182,187);
}.company-info::before {
    background-image: linear-gradient(120deg, rgb(148,147,154,0.5) 0%, transparent 75%);
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}.company-info .container {
    position: relative;
    z-index: 2;
}.company-info .student-voice {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.company-info h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    grid-column: 1 / -1;
    font-size: 47px;
}.company-info h3::after {
    background: rgb(148,147,154);
    width: 60%;
    bottom: -15px;
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
}.company-info .knowledge-experts {
    z-index: 1;
    position: relative;
    grid-column: 1 / 7;
}.company-info .guide-bios {
    grid-column: 7 / -1;
    z-index: 1;
    position: relative;
}.company-info .knowledge-experts span {
    color: rgb(148,147,154);
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    font-size: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}.company-info .knowledge-experts p,
.company-info .guide-bios p {
    color: #000000;
    line-height: 1.8;
    padding-right: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}.company-info .img-pic,
.company-info .edu-ethos {
    box-shadow: 15px 15px 0 rgb(148,147,154,0.5);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
    border-radius: 0;
    height: 360px;
}.company-info .edu-ethos {
    box-shadow: 15px 15px 0 rgb(116,115,122,0.5);
}.company-info .img-pic:hover,
.company-info .edu-ethos:hover {
    box-shadow: 20px 20px 0 rgb(148,147,154,0.5);
    transform: translateY(-10px);
}.company-info .edu-ethos:hover {
    box-shadow: 20px 20px 0 rgb(116,115,122,0.5);
}.company-info .knowledge-experts,
.company-info .guide-bios {
    position: relative;
}.company-info .knowledge-experts::before {
    width: 100px;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,147,154,0.5),
        rgb(148,147,154,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -20px;
    height: 100px;
    left: -20px;
}.company-info .guide-bios::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(116,115,122,0.5),
        rgb(116,115,122,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    top: -20px;
    height: 100px;
    z-index: -1;
    content: "";
    width: 100px;
    right: -20px;
}.company-info .img-pic::after,
.company-info .edu-ethos::after {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.company-info .img-pic::before,
.company-info .edu-ethos::before {
    z-index: 2;
    left: -100%;
    transform: skewX(-25deg);
    width: 100%;
    transition: all 0.6s;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}.company-info .img-pic:hover::before,
.company-info .edu-ethos:hover::before {
    left: 100%;
}.company-info .student-voice::after {
    top: -100px;
    content: "";
    height: 200px;
    position: absolute;
    animation: rotate 60s linear infinite;
    right: -100px;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    border: 2px dashed rgb(148,147,154,0.5);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.company-info {
    padding: 90px 0;
}.company-info h3 {
    margin-bottom: 50px;
}.company-info .img-pic,
    .company-info .edu-ethos {
    height: 320px;
}
}

@media (max-width: 992px) {.company-info .student-voice {
    grid-template-columns: 1fr;
}.company-info .knowledge-experts,
    .company-info .guide-bios {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.company-info .guide-bios {
    margin-bottom: 0;
}.company-info h3 {
    margin-bottom: 40px;
}.company-info .img-pic,
    .company-info .edu-ethos {
    height: 400px;
}.company-info .knowledge-experts p,
    .company-info .guide-bios p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.company-info {
    padding: 70px 0;
}.company-info h3 {
    margin-bottom: 35px;
    font-size: calc(47px * 0.8);
}.company-info .knowledge-experts,
    .company-info .guide-bios {
    margin-bottom: 40px;
}.company-info .img-pic,
    .company-info .edu-ethos {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(148,147,154,0.5);
}.company-info .edu-ethos {
    box-shadow: 10px 10px 0 rgb(116,115,122,0.5);
}.company-info .img-pic:hover,
    .company-info .edu-ethos:hover {
    box-shadow: 15px 15px 0 rgb(148,147,154,0.5);
}.company-info .edu-ethos:hover {
    box-shadow: 15px 15px 0 rgb(116,115,122,0.5);
}
}

@media (max-width: 576px) {.company-info {
    padding: 50px 0;
}.company-info h3 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.company-info h3::after {
    bottom: -10px;
    height: 4px;
    width: 50%;
}.company-info .knowledge-experts span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.company-info .knowledge-experts p,
    .company-info .guide-bios p {
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.company-info .img-pic,
    .company-info .edu-ethos {
    height: 280px;
    box-shadow: 8px 8px 0 rgb(148,147,154,0.5);
}.company-info .edu-ethos {
    box-shadow: 8px 8px 0 rgb(116,115,122,0.5);
}.company-info .img-pic:hover,
    .company-info .edu-ethos:hover {
    box-shadow: 10px 10px 0 rgb(148,147,154,0.5);
}.company-info .edu-ethos:hover {
    box-shadow: 10px 10px 0 rgb(116,115,122,0.5);
}.company-info .knowledge-experts::before,
    .company-info .guide-bios::before {
    width: 80px;
    height: 80px;
}}

.company-info .guide-bios p {
    font-style: italic;
    position: relative;
    padding-left: 20px;
}.company-info .guide-bios p::before {
    position: absolute;
    left: 0;
    width: 4px;
    background: rgb(116,115,122);
    top: 0;
    content: "";
    height: 100%;
}footer {
    position: relative;
    width: 100%;
}.youtube-chan {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}footer .report-abuse {
    position: relative;
    z-index: 1;
}footer .quick-answers {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #ffffff;
    background-color: rgb(116,115,122);
    gap: 20px;
    margin-bottom: 70px;
    position: relative;
    padding: 40px 20px;
}footer .quick-answers::after {
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}footer .info_item {
    flex: 1 1 200px;
    max-width: 300px;
    border-radius: 10px;
    display: flex;
    padding: 10px 20px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    fill: #ffffff;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    gap: 40px;
    margin-top: -30px;
    grid-template-columns: 1fr;
    display: grid;
}footer .text_main_holder::before {
    background-color: #ffffff;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    left: 0;
}footer .head-page {
    padding-top: 60px;
    text-align: center;
}footer .head-page svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .recycle-info {
    font-size: 16px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}footer .header-mentor {
    padding: 30px;
    margin: 0 20px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(182,182,187);
    position: relative;
}footer .header-mentor h5 {
    position: relative;
    font-size: 19px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
}footer .header-mentor h5::after {
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(148,147,154), transparent);
    height: 2px;
    bottom: -8px;
    position: absolute;
}footer .first-section {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 25px;
    display: flex;
    gap: 10px 30px;
}footer .first-section a {
    padding: 8px 0;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
}footer .first-section a::after {
    background-color: rgb(148,147,154);
    content: "";
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
}footer .first-section a:hover {
    padding-left: 5px;
    color: rgb(148,147,154);
}footer .first-section a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    margin: 0 20px;
    padding: 30px;
    position: relative;
    color: #ffffff;
    background-color: rgb(148,147,154);
}footer .subscribe_holder::before {
    pointer-events: none;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .sub-cta {
    font-size: 19px;
    background-color: #000000;
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
}footer .sub-cta:hover {
    background-color: rgb(116,115,122);
}footer .training-zone {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .blog-ref {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-cta {
    white-space: nowrap;
}footer .head-page {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .quick-answers {
    padding: 30px 15px 50px;
}footer .header-mentor, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .training-zone {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .quick-answers {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .header-mentor h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .first-section a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub-cta {
    padding: 12px;
}}.instructor-history {
    overflow: hidden;
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(182,182,187) 0%, #ffffff 100%);
    position: relative;
}.instructor-history::before {
    height: 100%;
    opacity: 0.4;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(148,147,154,0.5) 0%, transparent 40%);
    z-index: 0;
    position: absolute;
}.instructor-history::after {
    opacity: 0.3;
    right: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(116,115,122,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}.instructor-history .user-quotes {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    perspective: 1500px;
    max-width: 1000px;
    display: grid;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.instructor-history .img-pic {
    height: 300px;
    z-index: 2;
    overflow: hidden;
    transform: rotateX(10deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px 20px 0 0;
    position: relative;
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    width: 100%;
}.instructor-history .img-pic::before {
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    left: 0;
}.instructor-history .user-quotes:hover .img-pic {
    transform: rotateX(0deg) translateZ(30px);
}.instructor-history .job-tasks {
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateX(-5deg);
    z-index: 1;
    border-radius: 0 0 20px 20px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background: #ffffff;
}.instructor-history .user-quotes:hover .job-tasks {
    transform: rotateX(0deg) translateZ(20px);
}.instructor-history .name {
    color: rgb(148,147,154);
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 37px;
    display: inline-block;
    transform: translateZ(0);
    margin-bottom: 10px;
}.instructor-history .name::after {
    background: linear-gradient(to right, rgb(116,115,122), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.4s ease 0.1s;
    height: 3px;
    width: 0;
}.instructor-history .user-quotes:hover .name::after {
    width: 100%;
}.instructor-history .user-quotes:hover .name {
    transform: translateZ(10px);
}.instructor-history .job-tasks > div:nth-child(2) {
    margin-bottom: 20px;
    transform: translateZ(0);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}.instructor-history .user-quotes:hover .job-tasks > div:nth-child(2) {
    color: rgb(116,115,122);
    transform: translateZ(15px);
}.instructor-history .exp-milestones {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 16px;
    transition: transform 0.4s ease 0.2s;
    padding: 20px 0 0 0;
    transform: translateZ(0);
    border-top: 1px solid rgb(182,182,187);
}.instructor-history .user-quotes:hover .exp-milestones {
    transform: translateZ(5px);
}.instructor-history .exp-milestones::before {
    left: -5px;
    color: rgb(116,115,122,0.5);
    position: absolute;
    top: 10px;
    font-size: 60px;
    content: "";
    line-height: 0;
    opacity: 0.5;
}

@media (min-width: 768px) {.instructor-history .user-quotes {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.instructor-history .img-pic {
    transform-origin: right;
    border-radius: 20px 0 0 20px;
    transform: rotateY(-10deg);
    height: 100%;
}.instructor-history .user-quotes:hover .img-pic {
    transform: rotateY(0deg) translateZ(30px);
}.instructor-history .job-tasks {
    transform-origin: left;
    border-radius: 0 20px 20px 0;
    transform: rotateY(5deg);
}.instructor-history .user-quotes:hover .job-tasks {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.instructor-history {
    padding: 50px 20px;
}.instructor-history .img-pic {
    height: 250px;
}.instructor-history .job-tasks {
    padding: 30px 25px;
}.instructor-history .name {
    font-size: calc(37px - 4px);
}.instructor-history .job-tasks > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.instructor-history .exp-milestones {
    font-size: calc(16px - 1px);
}}.privacy-hideout {
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(182,182,187);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}.privacy-hideout::before {
    z-index: -1;
    width: 120px;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(148,147,154);
    left: 50%;
    content: '';
}.privacy-hideout h1 {
    font-size: calc(21px * 1.2);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.privacy-hideout h1::after {
    background-color: rgb(148,147,154);
    width: 40%;
    position: absolute;
    content: '';
    bottom: -8px;
    height: 3px;
    left: 0;
}.privacy-hideout h2 {
    color: rgb(116,115,122);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(21px * 1.2);
}.privacy-hideout h3, .privacy-hideout h4, .privacy-hideout h5, .privacy-hideout h6 {
    margin: 1rem 0;
}.privacy-hideout ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy-hideout li {
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 20px;
    color: #000000;
    line-height: 1.6;
}.privacy-hideout li::before {
    position: absolute;
    color: rgb(148,147,154);
    content: "\2022";
    left: 0;
}
@media only screen and (max-width: 800px) {.privacy-hideout {
    padding: 30px;
}.privacy-hideout h1 {
    font-size: 34px;
}.privacy-hideout h2 {
    font-size: 21px;
}.privacy-hideout li {
    font-size: 16px;
}}.cookie-banner-window {
    padding: 20px;
    align-items: center;
    transform: translateX(-50%);
    width: 90%;
    left: 50%;
    background: rgb(182,182,187);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    bottom: 20px;
    border-radius: 12px;
    max-width: 600px;
    flex-direction: column;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1050;
    text-align: center;
    position: fixed;
}.cookie-all {
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 1;
}.edu-track {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.edu-track svg, .edu-track svg path, .edu-track img {
    height: 80px;
    width: 80px;
    fill: rgb(148,147,154);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-banner-window h5 {
    font-size: 18px;
    color: rgb(148,147,154);
    margin-bottom: 10px;
    font-weight: 700;
}.cookie-banner-window p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
}.cookie-overview {
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: rgb(148,147,154);
    text-align: center;
    border-radius: 10px;
    width: calc(50% - 10px);
    margin: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.cookie-overview:hover {
    background: rgb(116,115,122);
    transform: translateY(-3px);
}.cookie_button.cookie-screen {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-screen:hover {
    background: rgb(116,115,122,0.5);
}.cookie-banner-window p a {
    color: rgb(148,147,154);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.cookie-banner-window p a:hover {
    color: rgb(116,115,122);
}
@media only screen and (max-width: 600px) {.cookie-banner-window {
    transform: none;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
}.cookie-all {
    padding: 15px;
}.edu-track svg {
    width: 50px;
    height: 50px;
}.cookie-banner-window h5 {
    font-size: calc(18px - 2px);
}.cookie-banner-window p {
    font-size: calc(12px - 2px);
}.cookie-overview {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}}
#privacyModalWindow {
    display: none;
}#privacyModalWindow:checked ~ .cookie-banner-window {
    visibility: hidden;
    opacity: 0;
}.course-summary {
    overflow: hidden;
    background: rgb(182,182,187);
    position: relative;
    padding: 8rem 0;
}.course-summary::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgb(148,147,154,0.5) 100%);
    width: 100%;
    opacity: 0.6;
    content: "";
    height: 100%;
    z-index: 1;
}.course-summary::after {
    content: "";
    position: absolute;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    background-size: 4rem 4rem;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(116,115,122,0.5) 15px, rgb(116,115,122,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(148,147,154,0.5) 15px, rgb(148,147,154,0.5) 16px);
    animation: gridShift 30s infinite linear;
    top: 0;
    left: 0;
}.course-summary .container {
    z-index: 3;
    position: relative;
}.course-summary .student-voice {
    display: grid;
    gap: 1rem;
    grid-template-rows: repeat(8, minmax(50px, auto));
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.course-summary .class-route {
    background: #ffffff;
    border-radius: 17px;
    grid-row: 2 / 8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
    grid-column: 1 / 9;
    padding: 3rem;
    position: relative;
}.course-summary .img-pic {
    z-index: 3;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 17px;
    grid-column: 7 / 13;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 7;
}.course-summary .img-pic::before {
    left: 0;
    background: linear-gradient(45deg, rgb(148,147,154,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 2;
}.course-summary .img-pic::after {
    z-index: 1;
    content: "";
    border: 2px solid rgb(116,115,122);
    bottom: -5px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    opacity: 0.6;
    border-radius: 10px;
    position: absolute;
    width: 70%;
    right: -5px;
    height: 70%;
}.course-summary .head-page {
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    transition: transform 0.3s ease-out;
    height: 5rem;
    display: flex;
    align-items: center;
    right: 3rem;
    width: 5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
    transform: rotate(-5deg);
    position: absolute;
}.course-summary .head-page:hover {
    transform: rotate(0deg) scale(1.05);
}.course-summary .head-page svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}.course-summary .head-page:hover svg {
    transform: scale(1.1);
}.course-summary .head-page svg path {
    fill: rgb(148,147,154);
}.course-summary h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid rgb(148,147,154);
}.course-summary p {
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}.course-summary .student-voice::before {
    animation: moveCircle 20s infinite alternate;
    top: -6rem;
    height: 12rem;
    width: 12rem;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: -6rem;
    content: "";
    opacity: 0.6;
    background: rgb(148,147,154,0.5);
    filter: blur(100px);
}.course-summary .student-voice::after {
    right: -4rem;
    height: 8rem;
    position: absolute;
    bottom: -4rem;
    filter: blur(80px);
    background: rgb(116,115,122,0.5);
    animation: moveCircle 15s infinite alternate-reverse;
    border-radius: 50%;
    content: "";
    width: 8rem;
    opacity: 0.5;
    z-index: 1;
}.course-summary .class-route::before {
    height: 5px;
    position: absolute;
    border-radius: 0 10px 0 10px;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
    width: 100px;
}.course-summary .class-route::after {
    height: 100px;
    bottom: 0;
    position: absolute;
    width: 5px;
    border-radius: 0 0 10px 0;
    right: 0;
    content: "";
    background: linear-gradient(180deg, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-summary {
    padding: 7rem 0;
}.course-summary .student-voice {
    gap: 0.75rem;
}.course-summary .class-route {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course-summary .img-pic {
    grid-column: 6 / 13;
}.course-summary .head-page {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-summary {
    padding: 6rem 0;
}.course-summary .student-voice {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
}.course-summary .class-route {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course-summary .img-pic {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
    height: 350px;
    grid-column: auto;
}.course-summary .head-page {
    top: auto;
    right: 3rem;
    bottom: -2rem;
}.course-summary h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.course-summary {
    padding: 5rem 0;
}.course-summary .class-route {
    padding: 2rem;
}.course-summary .img-pic {
    height: 300px;
}.course-summary .head-page {
    bottom: -1.5rem;
    width: 4.5rem;
    height: 4.5rem;
    right: 2rem;
}.course-summary .head-page svg {
    width: 2.5rem;
    height: 2.5rem;
}.course-summary h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.25rem;
}.course-summary p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.course-summary .class-route::before {
    width: 70px;
}.course-summary .class-route::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-summary {
    padding: 4rem 0;
}.course-summary .class-route {
    padding: 1.5rem;
}.course-summary .img-pic {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course-summary .head-page {
    right: 1.5rem;
    bottom: -1.25rem;
    width: 4rem;
    height: 4rem;
}.course-summary .head-page svg {
    height: 2.25rem;
    width: 2.25rem;
}.course-summary h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course-summary p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.course-summary .class-route::before {
    width: 50px;
}.course-summary .class-route::after {
    height: 50px;
}.course-summary .student-voice::before,
    .course-summary .student-voice::after {
    display: none;
}}.appHub {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgb(148,147,154,0.5) 100%);
}.appHub::before {
    opacity: 0.4;
    background: radial-gradient(circle at 70% 30%, rgb(116,115,122,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
}.appHub::after {
    background: linear-gradient(225deg, rgb(148,147,154) 0%, transparent 80%);
    position: absolute;
    bottom: -10px;
    height: 40%;
    opacity: 0.05;
    width: 40%;
    filter: blur(20px);
    right: -10px;
    transform: rotate(-5deg);
    content: "";
    z-index: 0;
}.appHub .container {
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    position: relative;
    transform: translateY(20px);
    max-width: 1200px;
    margin: 0 auto;
}.appHub h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    margin-left: auto;
    max-width: 900px;
    letter-spacing: -0.02em;
    font-size: 28px;
    line-height: 1.3;
    margin-right: auto;
    color: #000000;
    position: relative;
}.appHub h2::after {
    position: absolute;
    left: 50%;
    content: "";
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(148,147,154), rgb(116,115,122));
    transform: translateX(-50%);
}.appHub .student-voice {
    border-radius: 17px;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.appHub .student-voice::before {
    left: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(148,147,154), rgb(116,115,122));
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}.appHub .student-voice::after {
    top: 10px;
    z-index: 0;
    width: 120px;
    height: 120px;
    right: 10px;
    opacity: 0.2;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(148,147,154,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.appHub .student-voice:hover {
    transform: translateY(-5px);
}.appHub ul {
    position: relative;
    list-style: none;
    z-index: 1;
    padding: 0;
    margin: 0;
}.appHub li {
    position: relative;
    padding-left: 2rem;
}.appHub li::before {
    content: "";
    transform: scale(0);
    position: absolute;
    height: 8px;
    background: rgb(148,147,154);
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 50%;
    opacity: 0;
    width: 8px;
    left: 0;
    top: 8px;
}.appHub li span {
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transform: translateY(10px);
    line-height: 1.8;
    font-size: 15px;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.appHub {
    padding: 4rem 0;
}.appHub h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.appHub .student-voice {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.appHub {
    padding: 3rem 0;
}.appHub h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.appHub h2::after {
    bottom: -12px;
    width: 60px;
}.appHub .student-voice {
    padding: 2rem 1.5rem;
}.appHub .student-voice::after {
    width: 80px;
    height: 80px;
}.appHub li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.appHub {
    padding: 2.5rem 0;
}.appHub .container {
    padding: 0 1.25rem;
}.appHub h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.appHub h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.appHub .student-voice {
    padding: 1.5rem 1.25rem;
}.appHub li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}.learning-impact {
    background: linear-gradient(135deg, rgb(182,182,187) 0%, rgba(245, 247, 251, 0.85) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.learning-impact::before {
    width: 40%;
    position: absolute;
    content: "";
    filter: blur(40px);
    z-index: 1;
    top: -10%;
    background: linear-gradient(225deg, rgb(116,115,122,0.5) 0%, transparent 70%);
    height: 30%;
    right: -5%;
    transform: rotate(-15deg);
}.learning-impact::after {
    transform: rotate(10deg);
    bottom: -5%;
    position: absolute;
    content: "";
    z-index: 1;
    left: -10%;
    filter: blur(50px);
    width: 60%;
    background: linear-gradient(45deg, rgb(148,147,154,0.5) 0%, transparent 80%);
    height: 15%;
}.learning-impact .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.learning-impact .student-voice {
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}.learning-impact .insight-box {
    position: relative;
    flex: 1;
    padding: 40px 0;
}.learning-impact .insight-box::before {
    left: -20px;
    height: 100%;
    position: absolute;
    top: 0;
    filter: drop-shadow(0 0 10px rgba(rgb(148,147,154,0.5), 0.3));
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(148,147,154) 0%, rgb(116,115,122) 100%);
    width: 5px;
    content: "";
}.learning-impact h4 {
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-impact h4::after {
    content: "";
    background: rgb(116,115,122);
    width: 80px;
    left: 0;
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    bottom: -8px;
    position: absolute;
}.learning-impact .insight-box:hover h4 {
    transform: translateX(5px);
}.learning-impact .insight-box:hover h4::after {
    transform: scaleX(1.2);
}.learning-impact .insight-box > div {
    display: flex;
    margin-top: 20px;
    gap: 30px;
}.learning-impact ul {
    list-style: none;
    flex: 1;
    padding: 0;
    margin: 0;
}.learning-impact li {
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(0);
}.learning-impact li:hover {
    transform: translateY(-5px);
}.learning-impact li p {
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.9);
    border-radius: 10px;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: flex;
    border-left: 3px solid rgb(116,115,122);
    margin: 0;
    padding: 15px 20px;
}.learning-impact li:hover p {
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left-width: 5px;
}.learning-impact li p span:first-child {
    height: 40px;
    align-items: center;
    width: 40px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(116,115,122,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
    display: flex;
}.learning-impact li:hover p span:first-child {
    transform: scale(1.1);
}.learning-impact li p span:last-child {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}.learning-impact svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}.learning-impact li:hover svg {
    transform: rotate(15deg);
}.learning-impact svg path {
    fill: rgb(116,115,122);
    transition: fill 0.3s ease;
}.learning-impact li:hover svg path {
    fill: rgb(148,147,154);
}.learning-impact .img-pic {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    flex: 0 0 45%;
    max-width: 45%;
    z-index: 3;
    border-radius: 2px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.learning-impact .img-pic:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.learning-impact .img-pic::before {
    inset: 0;
    background: linear-gradient(45deg, rgba(rgb(148,147,154,0.5), 0.2), transparent);
    mix-blend-mode: overlay;
    z-index: 2;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
}.learning-impact .img-pic:hover::before {
    opacity: 0.7;
}.learning-impact .img-pic::after {
    filter: blur(40px);
    right: -20px;
    z-index: -1;
    width: 80%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(116,115,122,0.5), 0.1) 100%);
    position: absolute;
    height: 80%;
    bottom: -20px;
    transition: all 0.5s ease;
}.learning-impact .img-pic:hover::after {
    transform: translate(-10px, -10px);
    filter: blur(30px);
}

@media (max-width: 1024px) {.learning-impact {
    padding: 100px 0;
}.learning-impact .student-voice {
    gap: 30px;
}.learning-impact .img-pic {
    max-width: 40%;
    flex: 0 0 40%;
}
}

@media (max-width: 900px) {.learning-impact .insight-box > div {
    flex-direction: column;
    gap: 0;
}.learning-impact ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.learning-impact {
    padding: 80px 0;
}.learning-impact .student-voice {
    flex-direction: column-reverse;
    gap: 50px;
}.learning-impact .insight-box {
    width: 100%;
}.learning-impact .img-pic {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
}.learning-impact h4 {
    font-size: calc(24px * 1.05);
    text-align: center;
}.learning-impact h4::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.learning-impact .insight-box::before {
    top: -20px;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    left: 50%;
}.learning-impact .insight-box:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.learning-impact {
    padding: 60px 0;
}.learning-impact .img-pic {
    max-width: 95%;
}.learning-impact li p {
    padding: 12px 15px;
}.learning-impact li p span:first-child {
    width: 35px;
    height: 35px;
}.learning-impact h4 {
    font-size: 24px;
}.learning-impact li p span:last-child {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.learning-impact .insight-box > div {
    gap: 0;
}.learning-impact li {
    margin-bottom: 15px;
}.learning-impact li p {
    gap: 10px;
}.learning-impact li p span:first-child {
    height: 30px;
    width: 30px;
}.learning-impact svg {
    width: 20px;
    height: 20px;
}}header {
    background: linear-gradient(to right, rgb(116,115,122,0.5), rgb(148,147,154));
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    z-index: -1;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}header .nav-guide {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}header .first-lesson {
    justify-content: center;
    z-index: 2;
    padding: 1rem;
    display: flex;
    text-decoration: none;
    align-items: center;
    position: relative;
}header .first-lesson::after {
    content: '';
    width: 50%;
    left: 50%;
    background: #ffffff;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    opacity: 0.6;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
}header .first-lesson:hover::after {
    opacity: 1;
    width: 80%;
}header .first-lesson svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(148,147,154,0.5));
    width: 220px;
    height: auto;
}header .first-lesson:hover svg {
    transform: translateY(-5px);
}header .header-mentor {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 19px;
    gap: 0.8rem;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0.6rem 1rem;
    flex-wrap: wrap;
    max-width: 800px;
}header .header-mentor::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 19px;
    z-index: -1;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    height: 100%;
}header .main-edu {
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}header .main-edu::before {
    opacity: 0;
    transform: translateY(100%) scale(0.8);
    content: '';
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10px;
}header .main-edu:hover {
    color: rgb(148,147,154);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main-edu:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav-guide {
    gap: 1.2rem;
}header .first-lesson svg {
    width: 180px;
}header .header-mentor {
    padding: 0.5rem;
    gap: 0.6rem;
}header .main-edu {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-guide {
    gap: 1rem;
}header .first-lesson svg {
    width: 150px;
}header .header-mentor {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main-edu {
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-guide {
    gap: 0.8rem;
}header .first-lesson svg {
    width: 140px;
}header .header-mentor {
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header-mentor::-webkit-scrollbar {
    height: 3px;
}header .header-mentor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-edu {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}
}