* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.first-class {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1145px;
}.story-spot {
    flex: 0 0 auto;
}.outer-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach-out {
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    background: rgb(228,225,233);
}.reach-out::before {
    z-index: 0;
    height: 100%;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.reach-out .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.reach-out h2 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: rgb(158,152,173);
    text-align: center;
    font-size: 38px;
}.reach-out h2::after {
    bottom: -15px;
    background: rgb(196,191,208);
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 60px;
    left: 50%;
    position: absolute;
}.reach-out .message-reach {
    border-radius: 23px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}.reach-out .photo-album {
    min-height: 500px;
    transition: transform 0.6s ease;
    height: 100%;
    border-top-right-radius: 23px;
    grid-column: 2;
    grid-row: 1;
    border-bottom-right-radius: 23px;
}.reach-out .message-message {
    grid-column: 1;
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
}.reach-out #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.reach-out h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: rgb(196,191,208);
    font-weight: 600;
}.reach-out input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgb(228,225,233);
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
}.reach-out input[type="text"]:focus {
    border-color: rgb(196,191,208);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}.reach-out input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.reach-out .request-info {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}.reach-out .request-info input[type="checkbox"] {
    position: relative;
    width: 24px;
    appearance: none;
    margin-top: 2px;
    flex-shrink: 0;
    border: 2px solid rgb(228,225,233);
    height: 24px;
    border-radius: 10px;
    cursor: pointer;
}.reach-out .request-info input[type="checkbox"]:checked {
    background: rgb(196,191,208);
    border-color: rgb(196,191,208);
}.reach-out .request-info input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    content: "✓";
    top: 50%;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 50%;
}.reach-out .request-info label {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
}.reach-out .request-info a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(196,191,208);
}.reach-out .request-info a:hover {
    color: rgb(158,152,173);
}.reach-out .reach-grid {
    background: rgb(196,191,208);
    padding: 15px 35px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}.reach-out .reach-grid::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    top: 0;
}.reach-out .reach-grid:hover {
    transform: translateY(-3px);
    background: rgb(158,152,173);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach-out .reach-grid:hover::before {
    left: 100%;
}.reach-out svg {
    vertical-align: middle;
    height: 22px;
    margin-right: 10px;
    fill: rgb(196,191,208);
    width: 22px;
}.reach-out svg path {
    fill: rgb(196,191,208);
}

@media (max-width: 992px) {.reach-out .message-reach {
    grid-template-columns: 1fr;
}.reach-out .photo-album {
    border-radius: 0;
    border-top-left-radius: 23px;
    grid-column: 1;
    grid-row: 1;
    min-height: 300px;
    border-top-right-radius: 23px;
}.reach-out .message-message {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}

@media (max-width: 768px) {.reach-out {
    padding: 50px 0;
}.reach-out h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.reach-out .message-message {
    padding: 30px 25px;
}.reach-out .photo-album {
    min-height: 250px;
}
}

@media (max-width: 576px) {.reach-out {
    padding: 40px 0;
}.reach-out .container {
    padding: 0 15px;
}.reach-out h2::after {
    width: 40px;
}.reach-out .message-message {
    padding: 25px 20px;
}.reach-out #contact {
    gap: 20px;
}.reach-out .reach-grid {
    padding: 14px 20px;
    width: 100%;
}.reach-out .photo-album {
    min-height: 200px;
}}.our-story {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.our-story::before {
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(196,191,208,0.5), rgba(0, 0, 0, 0.5) 85%);
    position: absolute;
    z-index: 1;
    bottom: 0;
}.our-story::after {
    content: "";
    top: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    transform: rotate(35deg);
    right: -50px;
    width: 300px;
    position: absolute;
    height: 300px;
    background: rgb(158,152,173);
    opacity: 0.07;
    z-index: 2;
}.our-story h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 33px;
}.our-story h4::after {
    left: 50%;
    bottom: -14px;
    content: "";
    background: rgb(158,152,173);
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}.our-story .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 10;
}.our-story .message-box {
    transform: translateY(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    border-left: 5px solid rgb(158,152,173);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our-story .message-box:hover {
    transform: translateY(-8px);
}.our-story .message-box::before {
    right: 30px;
    width: 150px;
    content: "";
    height: 150px;
    background: rgb(158,152,173);
    border-radius: 10px;
    top: 30px;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    transform: rotate(25deg);
}.our-story h6 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    color: rgb(196,191,208);
    font-size: calc(23px + 2px);
    display: inline-block;
}.our-story h6::after {
    height: 3px;
    bottom: -8px;
    width: 40%;
    position: absolute;
    left: 0;
    background: rgb(158,152,173);
    content: "";
}.our-story .message-box div {
    position: relative;
}.our-story .message-box span {
    line-height: 1.8;
    font-size: 16px;
    column-count: 2;
    column-gap: 40px;
    font-weight: 400;
    text-align: justify;
    color: #000000;
    display: block;
    hyphens: auto;
}

@media (max-width: 992px) {.our-story {
    padding: 90px 0 60px;
}.our-story .message-box {
    padding: 40px 35px;
}.our-story .message-box span {
    font-size: calc(16px - 1px);
    column-count: 1;
}.our-story h6 {
    font-size: 23px;
}.our-story h4 {
    font-size: calc(33px - 4px);
}
}

@media (max-width: 768px) {.our-story {
    padding: 70px 0 50px;
}.our-story .message-box {
    border-left-width: 3px;
    padding: 30px 25px;
}.our-story .message-box::before {
    width: 100px;
    top: 20px;
    right: 20px;
    height: 100px;
}.our-story h6 {
    font-size: calc(17px + 2px);
}.our-story h4 {
    font-size: calc(33px - 8px);
    margin-bottom: 30px;
    letter-spacing: 2px;
}.our-story h4::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}
}

@media (max-width: 576px) {.our-story {
    padding: 60px 0 40px;
}.our-story .message-box {
    padding: 25px 20px;
}.our-story .message-box span {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}.our-story h6 {
    margin-bottom: 20px;
}.our-story h6::after {
    height: 2px;
    bottom: -6px;
}.our-story .message-box::before {
    display: none;
}}.thanksUnit {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
}.thanksUnit::before {
    height: 80%;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    animation: float 18s infinite ease-in-out;
    background: rgb(196,191,208,0.5);
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    width: 50%;
    top: -20%;
    content: "";
    filter: blur(60px);
}.thanksUnit::after {
    filter: blur(50px);
    z-index: 0;
    animation: float 15s infinite ease-in-out reverse;
    opacity: 0.2;
    left: -5%;
    background: rgb(158,152,173,0.5);
    height: 60%;
    content: "";
    width: 40%;
    bottom: -10%;
    position: absolute;
    transform: rotate(10deg) skew(-10deg);
}.thanksUnit .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.thanksUnit h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(34px * 1.1);
    line-height: 1.3;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}.thanksUnit h2::after {
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    left: 50%;
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    position: absolute;
}.thanksUnit .class-sessions {
    border-left: 5px solid rgb(196,191,208);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
}.thanksUnit .class-sessions:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.thanksUnit ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksUnit li {
    position: relative;
    padding-left: 25px;
}.thanksUnit li::before {
    background: linear-gradient(135deg, rgb(196,191,208) 0%, rgb(158,152,173) 100%);
    left: 0;
    width: 12px;
    top: 8px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 12px;
    border-radius: 2px;
}.thanksUnit span {
    font-family: Arial, sans-serif;
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}

@media (max-width: 991px) {.thanksUnit {
    padding: 90px 0;
}.thanksUnit h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.thanksUnit .class-sessions {
    padding: 30px;
}
}

@media (max-width: 767px) {.thanksUnit {
    padding: 70px 0;
}.thanksUnit h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.8);
}.thanksUnit h2::after {
    bottom: -12px;
    width: 60px;
}.thanksUnit .class-sessions {
    border-left: 4px solid rgb(196,191,208);
    padding: 25px 20px;
}.thanksUnit li {
    padding-left: 20px;
}.thanksUnit li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}.thanksUnit span {
    font-size: calc(14px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.thanksUnit {
    padding: 50px 0;
}.thanksUnit h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.thanksUnit .class-sessions {
    padding: 20px 15px;
    border-left: 3px solid rgb(196,191,208);
}.thanksUnit li::before {
    height: 8px;
    top: 8px;
    width: 8px;
}.thanksUnit span {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}}footer {
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(8px);
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(196,191,208,0.5) 50%, rgb(158,152,173,0.5) 100%);
    content: "";
    top: 0;
    animation: gradientShift 15s ease infinite;
    left: 0;
    position: absolute;
}.story-spot {
    padding: 4.5rem 0 2rem;
    position: relative;
}.story-spot::before {
    height: 1px;
    top: 0;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(196,191,208) 25%, 
                #ffffff 50%, 
                rgb(158,152,173) 75%, 
                transparent 100%);
    animation: shimmer 8s linear infinite;
    left: 0;
    position: absolute;
    right: 0;
}.story-spot .container {
    justify-content: space-between;
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.story-spot .company_holder {
    border-radius: 20px;
    backdrop-filter: blur(15px);
    transform: translateY(0);
    flex: 1 1 350px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
}.story-spot .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(196,191,208,0.5);
}.story-spot .company_holder h3 {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.85);
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
}.story-spot .company_holder h3::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    transform-origin: left;
    background: linear-gradient(to right, rgb(196,191,208), rgb(158,152,173));
    transition: transform 0.5s ease;
    bottom: -8px;
    transform: scaleX(0.3);
}.story-spot .company_holder:hover h3::after {
    transform: scaleX(1);
}.story-spot .digital-res {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 450px;
}.story-spot .online-tools {
    flex: 1 1 450px;
    position: relative;
}.story-spot .head-train {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.story-spot .online-tools .head-train {
    justify-content: flex-end;
}.story-spot .main-guide {
    padding: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    flex: 1 1 200px;
}.story-spot .main-guide h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-size: 18px;
    position: relative;
    display: inline-block;
}.story-spot .main-guide h5::before {
    height: 2px;
    left: 0;
    background: rgb(196,191,208);
    content: "";
    width: 40px;
    bottom: -6px;
    transition: width 0.3s ease;
    position: absolute;
}.story-spot .main-guide:hover h5::before {
    width: 100%;
}.story-spot .main-guide .head-train {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.story-spot .main-guide a {
    font-size: 17px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
}.story-spot .main-guide a::before {
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(196,191,208), rgb(158,152,173));
    width: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    transition: width 0.3s ease;
}.story-spot .main-guide a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.story-spot .main-guide a:hover::before {
    width: 100%;
}.job-board {
    overflow: hidden;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(15px);
}.job-board::before {
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(158,152,173) 25%, 
                #ffffff 50%, 
                rgb(196,191,208) 75%, 
                transparent 100%);
    right: 0;
    top: 0;
}.job-board .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}.job-board .tech-stack {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center;
    position: relative;
    padding: 0.5rem 1rem;
}.job-board .tech-stack:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(196,191,208,0.5);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.story-spot {
    padding: 3.5rem 0 2rem;
}.story-spot .container {
    flex-direction: column;
}.story-spot .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.story-spot .online-tools {
    flex: 1 1 100%;
}.story-spot .online-tools .head-train {
    justify-content: space-between;
}.story-spot .main-guide {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.story-spot {
    padding: 3rem 0 1.5rem;
}.story-spot::before {
    height: 2px;
}.story-spot .company_holder {
    padding: 1.25rem;
}.story-spot .main-guide {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.story-spot .online-tools .head-train {
    flex-direction: column;
}.job-board {
    padding: 1.25rem 0;
}.job-board::before {
    height: 2px;
}
}

@media (max-width: 576px) {.story-spot {
    padding: 2.5rem 0 1rem;
}.story-spot .company_holder h3 {
    font-size: calc(31px * 0.75);
}.story-spot .digital-res {
    font-size: calc(17px * 0.9);
}.story-spot .main-guide h5 {
    font-size: calc(18px * 0.9);
}.story-spot .main-guide a {
    font-size: calc(17px * 0.9);
}.job-board .tech-stack {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.story-spot .head-train a::after {
    left: -10px;
    content: "";
    border-radius: 50%;
    width: 4px;
    top: 50%;
    transition: transform 0.3s ease;
    height: 4px;
    position: absolute;
    transform: translateY(-50%) scale(0);
    background: rgb(196,191,208);
}.story-spot .head-train a:hover::after {
    transform: translateY(-50%) scale(1);
}.story-spot .digital-res::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    position: absolute;
    height: 0;
    left: -10px;
    content: "";
    top: -10px;
    border: 1px solid transparent;
}.story-spot .digital-res::after {
    bottom: -10px;
    right: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    content: "";
    position: absolute;
    height: 0;
    border: 1px solid transparent;
    width: 0;
}.story-spot .company_holder:hover .digital-res::before {
    border-right-color: rgb(196,191,208,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(196,191,208,0.5);
    width: calc(100% + 20px);
}.story-spot .company_holder:hover .digital-res::after {
    border-bottom-color: rgb(158,152,173,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-left-color: rgb(158,152,173,0.5);
}.tariff-wrapper {
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    position: relative;
}.tariff-wrapper::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    height: 100%;
    top: 0;
    content: "";
}.tariff-wrapper .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.tariff-wrapper .cost-levels {
    position: relative;
}.tariff-wrapper h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 34px;
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.tariff-wrapper h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    bottom: -12px;
    width: 80px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}.tariff-wrapper .program-fees {
    color: #ffffff;
    margin: 0 auto 60px;
    text-align: center;
    font-weight: 300;
    opacity: 0.9;
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(15px + 2px);
}.tariff-wrapper .cost-schemes {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    padding: 0;
}.tariff-wrapper .cost-schemes li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff-wrapper .cost-schemes li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.tariff-wrapper .basic-rates {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    isolation: isolate;
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
}.tariff-wrapper .basic-rates::before {
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 0;
    right: 0;
    height: 4px;
}.tariff-wrapper .basic-rates:hover::before {
    transform: scaleX(1);
}.tariff-wrapper .basic-rates::after {
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to top, rgba(rgb(196,191,208,0.5), 0.05), transparent);
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
}.tariff-wrapper .program-price {
    box-sizing: border-box;
    position: relative;
    display: flex;
    height: 100%;
    z-index: 1;
    padding: 35px 30px;
    flex-direction: column;
}.tariff-wrapper .rate-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}.tariff-wrapper .rate-list h4 {
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}.tariff-wrapper .rate-list h4::after {
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    height: 3px;
    bottom: 0;
    background: rgb(158,152,173);
    left: 0;
    position: absolute;
}.tariff-wrapper .basic-rates:hover .rate-list h4::after {
    width: 60px;
}.tariff-wrapper .rate-list p {
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    font-size: 15px;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    flex: 1;
    line-height: 1.6;
}.tariff-wrapper .member-fees {
    background: rgba(rgb(196,191,208,0.5), 0.1);
    letter-spacing: 0.5px;
    position: relative;
    padding: 10px 20px;
    align-self: flex-start;
    display: block;
    font-weight: 700;
    border-radius: 10px;
    font-size: calc(20px + 4px);
    margin-top: auto;
    transition: all 0.3s ease;
    color: rgb(196,191,208);
}.tariff-wrapper .basic-rates:hover .member-fees {
    background: rgba(rgb(196,191,208,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.tariff-wrapper .cost-schemes {
    grid-template-columns: repeat(4, 1fr);
}.tariff-wrapper .program-price {
    padding: 40px 35px;
}.tariff-wrapper h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.tariff-wrapper .cost-schemes {
    grid-template-columns: repeat(3, 1fr);
}.tariff-wrapper .program-price {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.tariff-wrapper .cost-schemes {
    grid-template-columns: repeat(2, 1fr);
}.tariff-wrapper .rate-list p {
    font-size: calc(15px - 1px);
    margin-bottom: 25px;
}.tariff-wrapper .program-price {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff-wrapper {
    padding: 70px 0;
}.tariff-wrapper .cost-schemes {
    gap: 20px;
    grid-template-columns: 1fr;
}.tariff-wrapper h2 {
    font-size: calc(34px - 2px);
}.tariff-wrapper .program-fees {
    font-size: 15px;
    margin-bottom: 40px;
}.tariff-wrapper .rate-list h4 {
    font-size: 20px;
}.tariff-wrapper .rate-list p {
    font-size: calc(15px - 1px);
    margin-bottom: 20px;
}.tariff-wrapper .member-fees {
    font-size: calc(20px + 2px);
}.tariff-wrapper .program-price {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.tariff-wrapper {
    padding: 50px 0;
}.tariff-wrapper .program-price {
    padding: 25px 20px;
}.tariff-wrapper h2::after {
    width: 60px;
    height: 3px;
}.tariff-wrapper .member-fees {
    padding: 8px 16px;
}}.cookieNotificationBanner {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(196,191,208);
    bottom: 0;
    padding: 20px 0;
    background: rgb(228,225,233);
    z-index: 90;
    position: fixed;
    width: 100%;
}.cookie-gate {
    flex-wrap: nowrap;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    margin: auto;
}#cookiePopupWindow {
    display: none;
}#cookiePopupWindow:checked ~ .cookieNotificationBanner {
    opacity: 0;
    visibility: hidden;
}.cookieNotificationBanner h5 {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgb(196,191,208);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}.cookieNotificationBanner p {
    color: #000000;
    font-size: 18px;
    max-width: 500px;
}.privacy-switch {
    margin-right: 20px;
    flex-shrink: 0;
}.privacy-switch svg, .privacy-switch svg path {
    height: 80px;
    width: 80px;
    fill: rgb(196,191,208);
}.consent-panel {
    text-align: center;
    border: 2px solid transparent;
    background: rgb(196,191,208);
    flex-shrink: 0;
    font-weight: 600;
    padding: 12px 24px;
    min-width: 140px;
    transition: border 0.2s;
    font-size: 15px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
}.cookie_button.cookie-tab {
    background: rgb(196,191,208);
}.cookie_button.edu-approve {
    background: rgb(158,152,173);
}.consent-panel:hover {
    border: 2px solid #ffffff;
}.cookieNotificationBanner p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(196,191,208);
}
@media only screen and (max-width: 1200px) {.cookie-gate {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.privacy-switch {
    display: none;
}.cookie-gate {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}.cookieNotificationBanner h5, .cookieNotificationBanner p {
    text-align: center;
}.privacy-cookies {
    margin-bottom: 20px;
}.consent-panel {
    margin-left: 0;
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}}
.outer-container .cookieNotificationBanner {
    padding: 30px 0;
    background: rgb(158,152,173);
    border: none;
}.outer-container .consent-panel {
    background: rgb(196,191,208);
    font-weight: 600;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    margin-left: 0;
    color: #ffffff;
}.outer-container .privacy-cookies h5, .outer-container .privacy-cookies p {
    color: #ffffff;
}.contact {
    perspective: 1000px;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.contact::before {
    z-index: 0;
    top: -10%;
    right: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    height: 70%;
    content: "";
    filter: blur(15px);
    width: 50%;
    position: absolute;
    background: linear-gradient(
        225deg, 
        rgb(158,152,173,0.5) 10%,
        transparent 70%
    );
}.contact::after {
    bottom: -5%;
    background: linear-gradient(
        45deg, 
        rgb(196,191,208,0.5) 0%,
        transparent 80%
    );
    transform: rotate(10deg) translateZ(-5px);
    left: -5%;
    height: 60%;
    content: "";
    z-index: 0;
    position: absolute;
    filter: blur(20px);
    width: 40%;
}.contact .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact .chat-form {
    flex-direction: column;
    transform: translateZ(20px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
    display: flex;
}.contact .chat-form:hover {
    transform: translateZ(30px) rotateX(0deg);
}.contact h3 {
    transform: translateX(-10px);
    font-weight: 700;
    display: inline-block;
    color: rgb(196,191,208);
    font-size: 35px;
    position: relative;
    margin-bottom: 1.5rem;
}.contact h3::after {
    bottom: -8px;
    height: 3px;
    left: 0;
    width: 60px;
    transform-origin: left;
    transform: scaleX(0.6);
    background: rgb(158,152,173);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
}.contact .chat-form:hover h3::after {
    transform: scaleX(1);
}.contact p {
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 18px;
}.contact h5 {
    color: #000000;
    align-items: center;
    margin-top: 1.5rem;
    transition: transform 0.3s ease;
    transform: translateX(-5px);
    display: flex;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.5rem;
}.contact h5:hover {
    transform: translateX(0);
    color: rgb(196,191,208);
}.contact h5 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
    transform: translateY(2px);
}.contact h5:hover svg {
    transform: translateY(0) scale(1.1);
}.contact svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    margin-left: 5px;
}.contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,152,173);
}.contact .get-contactblock {
    transform: translateZ(10px);
    flex-direction: column;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
    gap: 1rem;
    position: relative;
    display: flex;
}.contact .get-contactblock li {
    padding-left: 10px;
    position: relative;
    transition: transform 0.3s ease;
}.contact .get-contactblock li:hover {
    transform: translateX(5px);
}.contact .get-contactblock li::before {
    left: 0;
    height: 5px;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    background: rgb(196,191,208);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 5px;
    position: absolute;
    top: 50%;
}.contact .get-contactblock li:hover::before {
    opacity: 1;
}.contact .query-form {
    align-items: center;
    display: flex;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}.contact .query-form:hover {
    color: rgb(196,191,208);
}.contact .query-form:hover svg path {
    fill: rgb(196,191,208);
}.contact .query-form svg {
    transform: scale(0.9);
}.contact .query-form:hover svg {
    transform: scale(1);
}

@media (min-width: 768px) {.contact .chat-form {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.contact .get-contactblock {
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row;
}
}

@media (min-width: 992px) {.contact {
    padding: 7rem 0;
}.contact .chat-form {
    grid-gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 80%;
    align-items: start;
}.contact h3 {
    font-size: calc(35px * 1.1);
    grid-column: 1 / 3;
}.contact .chat-form > div:nth-child(2) {
    grid-column: 1 / 3;
}.contact .get-contactblock {
    margin-top: 2rem;
    justify-content: flex-start;
    grid-column: 1 / 3;
}
}

@media (max-width: 767px) {.contact {
    padding: 3rem 0;
}.contact .chat-form {
    padding: 2rem;
    transform: translateZ(10px) rotateX(1deg);
}.contact h3 {
    font-size: calc(35px * 0.9);
}.contact p {
    max-width: 100%;
}.contact .get-contactblock li {
    margin-bottom: 0.5rem;
}}.future-students {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(158,152,173,0.5) 100%);
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
}.future-students::before {
    height: 100%;
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
}.future-students::after {
    content: "";
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(196,191,208,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(158,152,173,0.5), 0.2) 0%, transparent 50%);
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.future-students .class-sessions {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    padding: 0 2rem;
}.future-students h3 {
    background: rgba(rgb(196,191,208,0.5), 0.2);
    padding: 1rem 0;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    position: relative;
    align-self: flex-end;
    text-align: right;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
}.future-students h3::before {
    right: 0;
    background: rgb(196,191,208);
    width: 10px;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}.future-students h3::after {
    background: linear-gradient(
        to left,
        rgb(196,191,208),
        transparent
    );
    height: 1px;
    width: 100%;
    bottom: -10px;
    position: absolute;
    right: 0;
    content: "";
}.future-students ul {
    display: grid;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    grid-template-rows: repeat(2, auto);
}.future-students li {
    border: 1px solid rgba(#ffffff, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    position: relative;
    align-items: flex-start;
    display: flex;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    border-radius: 10px;
    padding: 1.5rem;
}.future-students li::before {
    height: 4px;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(196,191,208,0.5),
        rgb(158,152,173,0.5)
    );
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
}.future-students li::after {
    position: absolute;
    transition: opacity 0.3s ease;
    height: 30px;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(196,191,208,0.5), 0.2) 50%);
    right: 0;
    content: "";
    width: 30px;
    top: 0;
    z-index: 1;
    opacity: 0;
}.future-students li:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(196,191,208,0.5), 0.3);
    transform: translateY(-5px);
}.future-students li:hover::before,
.future-students li:hover::after {
    opacity: 1;
}.future-students li svg {
    width: 32px;
    height: 32px;
    fill: rgb(158,152,173);
    transition: all 0.3s ease;
    position: relative;
    margin-right: 1.2rem;
    top: 2px;
    flex-shrink: 0;
}.future-students li svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,152,173);
}.future-students li:hover svg {
    transform: scale(1.2);
}.future-students li:hover svg path {
    fill: rgb(196,191,208);
}.future-students li::before {
    opacity: 0.5;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(158,152,173),
        transparent
    );
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    content: "";
}.future-students li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 992px) {.future-students ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.future-students li:first-child {
    grid-row: 1;
    grid-column: 1;
}.future-students li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.future-students li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.future-students li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.future-students li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.future-students li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.future-students {
    padding: 4rem 0;
}.future-students h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.future-students ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.future-students {
    padding: 3.5rem 0;
}.future-students .class-sessions {
    padding: 0 1.5rem;
}.future-students h3 {
    text-align: center;
    align-self: center;
    padding: 0.6rem 1.5rem;
    width: auto;
    border-radius: 10px;
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.future-students h3::before {
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
}.future-students h3::after {
    display: none;
}.future-students ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.future-students {
    padding: 3rem 0;
}.future-students .class-sessions {
    padding: 0 1rem;
}.future-students h3 {
    font-size: calc(35px * 0.7);
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
}.future-students li {
    padding: 1.2rem;
}.future-students li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}}.course-features {
    padding: 120px 0;
    position: relative;
    background: rgb(228,225,233);
    overflow: hidden;
}.course-features::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 0;
    height: 100%;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(60px);
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(196,191,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(158,152,173,0.5) 0%, transparent 30%);
}.course-features::after {
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    height: 100%;
    z-index: 0;
    opacity: 0.03;
    position: absolute;
    content: "";
    animation: rotateBg 120s linear infinite;
    top: 0;
    width: 100%;
    left: 0;
}.course-features .container {
    z-index: 1;
    position: relative;
}.course-features .class-sessions {
    justify-content: center;
    position: relative;
    display: flex;
    min-height: 600px;
    align-items: center;
}.course-features .photo-album {
    border-radius: 50%;
    position: absolute;
    top: 0;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    height: 100%;
    transform: scale(0.9);
    z-index: 1;
    left: 0;
    filter: brightness(0.9) contrast(1.1);
}.course-features .photo-album::before {
    position: absolute;
    mix-blend-mode: multiply;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.course-features .photo-album::after {
    z-index: 3;
    background: 
        conic-gradient(
            from 0deg,
            rgb(196,191,208,0.5) 0deg,
            transparent 120deg,
            rgb(158,152,173,0.5) 240deg,
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.4;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.course-features .class-sessions:hover .photo-album {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}.course-features .class-sessions:hover .photo-album::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.course-features .lesson-track {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    z-index: 2;
}.course-features .main-mentor {
    width: 100px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    border-radius: 50%;
    transform: translateY(0);
    z-index: 5;
    align-items: center;
    height: 100px;
    background: #ffffff;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(196,191,208,0.5);
    margin-bottom: 30px;
}.course-features .main-mentor::before {
    opacity: 0.7;
    bottom: -10px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: 
        conic-gradient(
            from 0deg,
            rgb(196,191,208) 0deg,
            rgb(196,191,208,0.5) 90deg,
            rgb(158,152,173,0.5) 180deg,
            rgb(158,152,173) 270deg,
            rgb(196,191,208) 360deg
        );
    right: -10px;
    top: -10px;
    animation: rotateLogo 10s linear infinite;
    left: -10px;
}.course-features .main-mentor::after {
    animation: pulseBorder 4s ease-in-out infinite;
    border: 2px dashed rgb(196,191,208,0.5);
    content: "";
    z-index: -2;
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    bottom: -20px;
    right: -20px;
    top: -20px;
}.course-features .main-mentor:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(196,191,208,0.5);
    transform: translateY(-10px);
}.course-features .main-mentor svg {
    width: 50px;
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(196,191,208,0.5));
    height: 50px;
}.course-features .main-mentor:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course-features .main-mentor svg path {
    fill: rgb(196,191,208);
    transition: fill 0.5s ease;
}.course-features .main-mentor:hover svg path {
    fill: rgb(158,152,173);
}.course-features h3 {
    border-radius: 28px;
    padding: 25px 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 90%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-size: 33px;
    max-width: 600px;
    margin-bottom: 30px;
    position: relative;
    transform: perspective(800px) rotateX(2deg);
}.course-features h3::before {
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(196,191,208,0.5) 0%, transparent 100%);
    border-radius: 28px;
    opacity: 0.1;
    left: 0;
    width: 100%;
    top: 0;
}.course-features h3::after {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(196,191,208), rgb(158,152,173));
    border-radius: 10px;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    transition: width 0.5s ease;
}.course-features .lesson-track:hover h3 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.course-features .lesson-track:hover h3::after {
    width: 120px;
}.course-features p {
    position: relative;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    padding: 35px;
    width: 100%;
    z-index: 4;
    line-height: 1.8;
    transform: perspective(800px) rotateX(-2deg);
    border-radius: 28px;
    font-size: 17px;
}.course-features p::before {
    height: 100%;
    content: "";
    background: linear-gradient(225deg, rgb(158,152,173,0.5) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    border-radius: 28px;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}.course-features p::after {
    filter: blur(25px);
    background: rgb(158,152,173,0.5);
    height: 60px;
    width: 60px;
    opacity: 0.5;
    content: "";
    right: 30px;
    border-radius: 50%;
    top: -30px;
    z-index: -2;
    position: absolute;
    transition: all 0.5s ease;
}.course-features .lesson-track:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course-features .lesson-track:hover p::after {
    width: 80px;
    opacity: 0.7;
    height: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course-features {
    padding: 100px 0;
}.course-features .class-sessions {
    min-height: 550px;
}.course-features .lesson-track {
    width: 70%;
}.course-features .main-mentor {
    height: 90px;
    margin-bottom: 25px;
    width: 90px;
}.course-features .main-mentor svg {
    height: 45px;
    width: 45px;
}.course-features h3 {
    margin-bottom: 25px;
    font-size: calc(33px - 2px);
    padding: 22px 35px;
}.course-features p {
    font-size: calc(17px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course-features {
    padding: 80px 0;
}.course-features .class-sessions {
    min-height: 450px;
}.course-features .photo-album {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course-features .class-sessions:hover .photo-album {
    transform: scale(0.9) rotate(3deg);
}.course-features .lesson-track {
    width: 80%;
}.course-features .main-mentor {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}.course-features .main-mentor svg {
    width: 40px;
    height: 40px;
}.course-features h3 {
    width: 95%;
    margin-bottom: 20px;
    font-size: calc(33px - 4px);
    padding: 20px 30px;
}.course-features p {
    font-size: calc(17px - 1px);
    padding: 25px;
    line-height: 1.7;
}.course-features h3::after {
    width: 50px;
    bottom: -12px;
}.course-features .lesson-track:hover h3::after {
    width: 100px;
}.course-features p::after {
    top: -25px;
    height: 50px;
    right: 25px;
    width: 50px;
}.course-features .lesson-track:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.course-features {
    padding: 60px 0;
}.course-features .class-sessions {
    min-height: auto;
    flex-direction: column;
    padding-bottom: 50px;
}.course-features .photo-album {
    position: relative;
    margin: 30px 0;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    transform: scale(0.9);
    height: 300px;
}.course-features .class-sessions:hover .photo-album {
    transform: scale(0.95) rotate(2deg);
}.course-features .lesson-track {
    width: 100%;
    order: 2;
}.course-features .main-mentor {
    position: absolute;
    width: 70px;
    transform: translateX(-50%);
    margin-bottom: 0;
    z-index: 10;
    top: -30px;
    height: 70px;
    left: 50%;
}.course-features .main-mentor::before,
    .course-features .main-mentor::after {
    display: none;
}.course-features .main-mentor svg {
    width: 35px;
    height: 35px;
}.course-features .main-mentor:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-features h3 {
    padding: 20px;
    width: 100%;
    transform: none;
    font-size: calc(33px - 6px);
    margin-top: 40px;
    margin-bottom: 15px;
}.course-features p {
    transform: none;
    line-height: 1.6;
    font-size: calc(17px - 2px);
    padding: 20px;
}.course-features h3::after {
    width: 40px;
    bottom: -10px;
}.course-features .lesson-track:hover h3::after {
    width: 80px;
}.course-features p::after {
    display: none;
}.course-features .lesson-track:hover h3,
    .course-features .lesson-track:hover p {
    transform: none;
}}.education-history {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(228,225,233);
}.education-history::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(196,191,208,0.5) 0,
        rgb(196,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
}.education-history .container {
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.education-history .student-reviews {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    max-width: 1000px;
    gap: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 350px 1fr;
}.education-history .photo-album {
    min-height: 400px;
    height: 100%;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}.education-history .photo-album::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0;
    content: "";
}.education-history .photo-album::after {
    position: absolute;
    background: rgb(196,191,208);
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0.15;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.education-history .photo-album:hover::after {
    opacity: 0;
}.education-history .name {
    transition: transform 0.3s ease;
    font-size: 22px;
    z-index: 2;
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 60px;
    font-family: Arial, sans-serif;
    padding-bottom: 0;
    color: #ffffff;
    font-weight: 700;
}.education-history .student-reviews span:not(.name) {
    position: absolute;
    font-size: 13px;
    bottom: 30px;
    font-weight: 400;
    margin: 0;
    opacity: 0.85;
    font-family: Arial, sans-serif;
    left: 30px;
    transition: transform 0.3s ease;
    z-index: 2;
    color: #ffffff;
}.education-history .photo-album:hover ~ .name,
.education-history .photo-album:hover ~ span:not(.name) {
    transform: translateX(5px);
}.education-history .work-trajectory {
    font-size: 13px;
    padding: 50px 40px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    flex-direction: column;
    color: #000000;
    justify-content: center;
    display: flex;
    margin: 0;
    line-height: 1.8;
    position: relative;
}.education-history .work-trajectory::before {
    width: 40px;
    content: "";
    background: linear-gradient(to right bottom, 
        rgb(196,191,208) 0%, 
        rgb(196,191,208) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    opacity: 0.2;
    position: absolute;
    height: 30px;
    left: 40px;
}.education-history .work-trajectory::after {
    width: 40px;
    position: absolute;
    content: "";
    height: 30px;
    background: linear-gradient(to left top, 
        rgb(158,152,173) 0%, 
        rgb(158,152,173) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    right: 40px;
    opacity: 0.2;
}

@media (max-width: 992px) {.education-history {
    padding: 100px 0;
}.education-history .student-reviews {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.education-history .photo-album {
    min-height: 350px;
}.education-history .work-trajectory {
    padding: 40px 30px;
}.education-history .work-trajectory::before {
    width: 30px;
    left: 30px;
    height: 24px;
    top: 30px;
}.education-history .work-trajectory::after {
    width: 30px;
    height: 24px;
    bottom: 30px;
    right: 30px;
}
}

@media (max-width: 768px) {.education-history {
    padding: 80px 0;
}.education-history .container {
    padding: 0 20px;
}.education-history .student-reviews {
    grid-template-columns: 1fr;
    gap: 0;
}.education-history .photo-album {
    height: 300px;
    min-height: 300px;
}.education-history .work-trajectory {
    padding: 35px 25px;
}.education-history .name {
    left: 25px;
    font-size: calc(22px * 0.9);
    bottom: 50px;
}.education-history .student-reviews span:not(.name) {
    bottom: 25px;
    font-size: calc(13px * 0.95);
    left: 25px;
}.education-history .work-trajectory::before {
    top: 25px;
    height: 20px;
    left: 25px;
    width: 24px;
}.education-history .work-trajectory::after {
    width: 24px;
    right: 25px;
    bottom: 25px;
    height: 20px;
}
}

@media (max-width: 480px) {.education-history {
    padding: 60px 0;
}.education-history .photo-album {
    min-height: 250px;
    height: 250px;
}.education-history .work-trajectory {
    padding: 30px 20px;
    font-size: calc(13px * 0.9);
}.education-history .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(22px * 0.85);
}.education-history .student-reviews span:not(.name) {
    left: 20px;
    font-size: calc(13px * 0.9);
    bottom: 20px;
}.education-history .work-trajectory::before,
    .education-history .work-trajectory::after {
    width: 20px;
    height: 16px;
}}.confidential-lockup {
    background: rgb(158,152,173,0.5);
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: hidden;
    padding: 40px;
}.confidential-lockup:hover {
    background: rgb(196,191,208,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.confidential-lockup h1 {
    transition: color 0.3s ease;
    margin-bottom: 25px;
    color: rgb(196,191,208);
    margin-top: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 41px;
    text-transform: uppercase;
}.confidential-lockup h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 35px;
    color: rgb(158,152,173);
    font-weight: 600;
    font-size: 31px;
    transition: color 0.3s ease;
}.confidential-lockup h3, .confidential-lockup h4, .confidential-lockup h5, .confidential-lockup h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 400;
    color: #000000;
    font-size: 23px;
}.confidential-lockup ul, .confidential-lockup ol {
    margin-left: 20px;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    font-size: 15px;
}.confidential-lockup li {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.confidential-lockup li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(158,152,173,0.5);
}.confidential-lockup section {
    transition: background 0.3s ease;
    padding: 20px;
    background: var(--bg-color);
}.confidential-lockup p, .confidential-lockup span, .confidential-lockup div {
    transition: color 0.3s ease;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.confidential-lockup {
    padding: 20px 10px;
}.confidential-lockup h1 {
    font-size: calc(23px - 10px);
    margin-top: 30px;
    margin-bottom: 20px;
}.confidential-lockup h2 {
    margin-bottom: 15px;
    font-size: calc(23px - 8px);
    margin-top: 25px;
}.confidential-lockup h3, .confidential-lockup h4, .confidential-lockup h5, .confidential-lockup h6 {
    font-size: calc(23px - 6px);
}.confidential-lockup ul, .confidential-lockup ol {
    padding: 10px 0;
}.confidential-lockup li {
    padding: 8px;
    margin-bottom: 10px;
}.confidential-lockup p, .confidential-lockup span, .confidential-lockup div {
    margin-bottom: 8px;
    font-size: calc(15px - 2px);
}}header {
    overflow: visible;
    padding: 0;
    background: linear-gradient(135deg, rgb(196,191,208,0.5) 0%, rgb(228,225,233) 100%);
    position: relative;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
}header::before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    opacity: 0.4;
    content: '';
    top: 0;
    z-index: 0;
}header::after {
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(196,191,208,0.5), 
        transparent
    );
    position: absolute;
    height: 10px;
    width: 100%;
    content: '';
    left: 0;
}header .main-bar {
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 5;
    display: flex;
    padding: 1.3rem 3rem;
}header .main-mentor {
    padding: 1rem;
    overflow: hidden;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    transition: all 0.6s ease;
}header .main-mentor:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .head-info {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .head-info img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .main-guide {
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    z-index: 2;
}header .main-guide::before {
    background: linear-gradient(135deg, rgb(196,191,208,0.5) 0%, transparent 100%);
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    opacity: 0.1;
    left: -5%;
    transition: all 0.6s ease;
    top: -5%;
}header .main-guide:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .page-header {
    margin: 0 0.5rem;
    position: relative;
}header .page-header a {
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    padding: 0.8rem 1.3rem;
    position: relative;
    display: flex;
    color: #000000;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    z-index: 1;
    justify-content: center;
}header .page-header a::before {
    background: linear-gradient(135deg, rgb(196,191,208,0.5) 0%, rgb(158,152,173,0.5) 100%);
    position: absolute;
    border-radius: inherit;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    content: '';
    transform: scale(1.1);
    height: 100%;
    top: 0;
    opacity: 0;
    width: 100%;
}header .page-header a:hover {
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
}header .page-header a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .page-header::after {
    transform: translateX(-50%) scale(0);
    left: 50%;
    opacity: 0.7;
    bottom: -8px;
    content: '';
    width: 6px;
    background: rgb(196,191,208);
    transition: transform 0.4s ease;
    position: absolute;
    height: 6px;
    border-radius: 50%;
}header .page-header:hover::after {
    transform: translateX(-50%) scale(1);
}header .main-bar::before {
    right: -100px;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    border-radius: 50%;
    top: -100px;
    filter: blur(30px);
    position: absolute;
    content: '';
    background: radial-gradient(circle, rgb(196,191,208,0.5) 0%, transparent 70%);
}header .main-bar::after {
    filter: blur(30px);
    height: 150px;
    opacity: 0.1;
    bottom: -75px;
    content: '';
    width: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(158,152,173,0.5) 0%, transparent 70%);
    position: absolute;
    left: -75px;
}.first-class {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(228,225,233);
    position: relative;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main-bar {
    margin: 0 auto;
    max-width: 1320px;
}header .page-header {
    margin: 0 0.7rem;
}header .page-header a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main-bar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main-mentor {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .main-guide {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .page-header a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .main-guide::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main-bar {
    padding: 0.8rem 1.5rem;
}header .main-mentor {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .head-info img {
    max-height: 35px;
}header .main-guide {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .main-guide::-webkit-scrollbar {
    height: 3px;
}header .main-guide::-webkit-scrollbar-thumb {
    background: rgb(196,191,208,0.5);
    border-radius: 10px;
}header .page-header {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .page-header a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(18px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .page-header::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main-bar {
    padding: 0.7rem 1.2rem;
}header .main-mentor {
    max-width: 120px;
    padding: 0.5rem;
}header .page-header a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.title-welcome {
    padding: 3rem 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
}.title-welcome::before {
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
    left: 0;
}.title-welcome::after {
    right: 0;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(196,191,208,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(196,191,208,0.5) 11px,
    transparent 12px
  );
    bottom: 0;
    content: "";
    z-index: 2;
    opacity: 0.06;
    left: 0;
    pointer-events: none;
}.title-welcome > div {
    width: 100%;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 3;
    transform: translateY(20px);
    max-width: 1200px;
}.title-welcome > div > div:first-child {
    position: relative;
    padding-left: 1rem;
}.title-welcome > div > div:first-child::before {
    top: 0;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    width: 6px;
    background: linear-gradient(to bottom, 
    rgb(196,191,208), 
    rgb(158,152,173));
    height: 100%;
    content: "";
    animation: line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    left: 0;
}.title-welcome .title_style_header {
    position: relative;
    color: #ffffff;
    animation: fade-in-slide 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    opacity: 0;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 47px);
    font-weight: 700;
    margin: 0;
    transform: translateX(-10px);
}.title-welcome .study-master {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    flex-direction: column;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(8px);
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    gap: 2rem;
    padding: 2.5rem;
}.title-welcome .team-profile {
    position: relative;
    animation: fade-in 1s ease 1.1s forwards;
    opacity: 0;
}.title-welcome .team-profile::before {
    position: absolute;
    background: rgb(158,152,173);
    animation: rotate-accent 30s linear infinite;
    top: -10px;
    height: 40px;
    left: -20px;
    opacity: 0.1;
    content: "";
    width: 40px;
    z-index: -1;
    transform: rotate(45deg);
}.title-welcome .team-profile h3 {
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}.title-welcome .study-master > div:last-child {
    align-items: center;
    position: relative;
    opacity: 0;
    animation: fade-in 1s ease 1.4s forwards;
    display: flex;
}.title-welcome .study-master > div:last-child::before {
    left: 0;
    width: 50px;
    top: -15px;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(196,191,208), transparent);
}.title-welcome .study-master p {
    padding-left: 1rem;
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
    position: relative;
    color: #ffffff;
    line-height: 1.6;
}.title-welcome .study-master p::before {
    top: 50%;
    position: absolute;
    animation: pulse 3s ease infinite;
    transform: translateY(-50%);
    content: "";
    left: 0;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    background-color: rgb(196,191,208);
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

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

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

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes line-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@media (min-width: 768px) {.title-welcome {
    padding: 5rem 2rem;
}.title-welcome > div {
    gap: 4rem;
}.title-welcome > div > div:first-child {
    padding-left: 2rem;
}.title-welcome > div > div:first-child::before {
    width: 8px;
}.title-welcome .study-master {
    padding: 3.5rem;
}.title-welcome .team-profile::before {
    top: -15px;
    width: 60px;
    height: 60px;
    left: -30px;
}
}

@media (min-width: 1024px) {.title-welcome > div {
    gap: 5rem;
}.title-welcome .study-master {
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg);
}.title-welcome .study-master:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-welcome > div > div:first-child {
    padding-left: 3rem;
}.title-welcome > div > div:first-child::before {
    width: 10px;
}
}

@media (max-width: 480px) {.title-welcome {
    padding: 2rem 1rem;
}.title-welcome > div {
    gap: 2rem;
}.title-welcome .study-master {
    padding: 1.5rem;
}.title-welcome .team-profile h3 {
    font-size: 1.1rem;
}.title-welcome .study-master p {
    font-size: 0.95rem;
}}.check-it-out-now {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(196,191,208) 0%, rgb(158,152,173) 100%);
    overflow: hidden;
}.check-it-out-now::before {
    animation: rotate 60s linear infinite;
    top: -50%;
    width: 200%;
    height: 200%;
    content: "";
    pointer-events: none;
    position: absolute;
    left: -50%;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
}.check-it-out-now::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    z-index: 1;
    background-size: 100px 100px;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}.check-it-out-now .container {
    margin: 0 auto;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.check-it-out-now .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.check-it-out-now h6 {
    margin-bottom: 2.5rem;
    max-width: 80%;
    font-size: calc(16px * 1.15);
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    position: relative;
}.check-it-out-now h6::after {
    height: 3px;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
}.check-it-out-now div div {
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    align-items: center;
    margin-top: 1rem;
    justify-content: center;
    display: flex;
}.check-it-out-now div div::before {
    content: "";
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 150px;
    height: 150px;
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}.check-it-out-now div span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.check-it-out-now .reach-grid {
    transform: translateZ(0);
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(158,152,173) 0%, rgb(255, 255, 255, 0.5) 100%);
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: Arial, sans-serif;
    font-size: 17px;
    overflow: hidden;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    letter-spacing: 1px;
    border-radius: 4px;
}.check-it-out-now .reach-grid::before {
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
}.check-it-out-now .reach-grid:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-3px) scale(1.02);
}.check-it-out-now .reach-grid:hover::before {
    left: 100%;
}.check-it-out-now .reach-grid span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.check-it-out-now .reach-grid:hover span {
    transform: scale(1.05);
}.check-it-out-now .reach-grid:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

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

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

@media (max-width: 992px) {.check-it-out-now {
    padding: 4rem 0;
}.check-it-out-now .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.check-it-out-now h6 {
    font-size: calc(16px * 1.05);
    max-width: 90%;
}
}

@media (max-width: 768px) {.check-it-out-now {
    padding: 3rem 0;
}.check-it-out-now .container {
    padding: 1.75rem;
    transform: none;
}.check-it-out-now h6 {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 2rem;
}.check-it-out-now div div::before {
    width: 120px;
    height: 120px;
}.check-it-out-now .reach-grid {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.check-it-out-now {
    padding: 2.5rem 0;
}.check-it-out-now .container {
    padding: 1.5rem;
}.check-it-out-now h6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.75rem;
}.check-it-out-now div div::before {
    height: 100px;
    width: 100px;
}.check-it-out-now .reach-grid {
    font-size: calc(17px * 0.95);
    padding: 0.8rem 1.75rem;
}
}