﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.wrapper-capsule {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 11px;
    padding: 3px;
    background: #ffffff;
}::-webkit-scrollbar-track {
    box-shadow: inset -1px -4px 6px 3px rgba(0, 0, 0, 0.7);
    background: rgb(108,137,160,0.5);
    border-radius: 0px;
}::-webkit-scrollbar-thumb {
    background: rgb(135,170,191);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 4px 1px 6px rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255, 0.5);
}.youtube_chan {
    flex: 0 0 auto;
}.head_prime {
    flex: 1 0 auto;
}.container {
    width: 1128px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.course_program::before {
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    background: linear-gradient(45deg, rgb(135,170,191,0.5) 0%, rgb(108,137,160,0.5) 100%);
    height: 70%;
    content: "";
    z-index: 0;
    width: 40%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    position: absolute;
    top: -10%;
    filter: blur(30px);
    opacity: 0.2;
}.course_program::after {
    opacity: 0.15;
    content: "";
    position: absolute;
    filter: blur(25px);
    left: -5%;
    background: linear-gradient(225deg, rgb(108,137,160,0.5) 0%, rgb(135,170,191,0.5) 100%);
    z-index: 0;
    bottom: -10%;
    width: 35%;
    transform: rotate(10deg) skewX(-15deg);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    height: 60%;
}.course_program .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.course_program h2 {
    font-size: 31px;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 2.5rem;
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
}.course_program h2::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    bottom: -12px;
}.course_program h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_program h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.course_program .knowledge_guide {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    perspective: 1500px;
    gap: 2.5rem;
}.course_program .img_center {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 28px;
    position: relative;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    overflow: hidden;
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
}.course_program .img_center::before {
    transition: opacity 0.6s ease;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(135,170,191), 0.3) 0%,
        rgba(rgb(108,137,160), 0.2) 100%
    );
    position: absolute;
}.course_program .img_center:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
               0 8px 20px rgba(0, 0, 0, 0.1);
}.course_program .img_center:hover::before {
    opacity: 0.7;
}.course_program .text_zone {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 28px;
    padding: 2.5rem;
    background-color: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
    position: relative;
    z-index: 2;
}.course_program .text_zone::before {
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    transition: height 0.8s ease;
    width: 3px;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.course_program .text_zone:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_program .text_zone:hover::before {
    height: 100%;
}.course_program .description {
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
}.course_program .description:last-child {
    margin-bottom: 0;
}.course_program .description:first-child::first-letter {
    padding: 0.1em 0.1em 0 0;
    color: rgb(135,170,191);
    font-weight: 700;
    line-height: 0.8;
    float: left;
    font-size: 2.2em;
}.course_program .description::-webkit-scrollbar {
    width: 4px;
}.course_program .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course_program .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}

@media (min-width: 768px) {.course_program {
    padding: 8rem 0;
}.course_program h2 {
    margin-bottom: 3.5rem;
    font-size: calc(31px * 1.1);
}.course_program .knowledge_guide {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.course_program .img_center {
    height: 500px;
}.course_program .text_zone {
    padding: 3rem;
}
}

@media (min-width: 992px) {.course_program {
    padding: 10rem 0;
}.course_program h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 4rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}.course_program .knowledge_guide {
    gap: 4rem;
    grid-template-columns: 1fr 1.3fr;
}.course_program .img_center {
    height: 550px;
}.course_program .text_zone {
    padding: 3.5rem;
}.course_program .description {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
    max-height: 350px;
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.course_program {
    padding: 4rem 0;
}.course_program h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.course_program .img_center {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_program .text_zone {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_program .description {
    margin-bottom: 1rem;
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.meet_us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(245, 245, 250, 1) 100%);
    padding: 100px 0;
}.meet_us::before {
    height: 70%;
    width: 40%;
    opacity: 0.07;
    content: "";
    background: linear-gradient(120deg, rgb(135,170,191,0.5) 0%, transparent 80%);
    right: -5%;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
}.meet_us::after {
    bottom: -10%;
    height: 60%;
    left: -5%;
    background: linear-gradient(240deg, rgb(108,137,160,0.5) 0%, transparent 80%);
    opacity: 0.05;
    transform: rotate(10deg) skewX(-10deg);
    content: "";
    width: 50%;
    z-index: 1;
    position: absolute;
}.meet_us .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.meet_us h1 {
    font-weight: 700;
    transform: translateZ(0);
    color: #000000;
    text-align: center;
    font-size: 40px;
    position: relative;
    margin-bottom: 60px;
}.meet_us h1::after {
    content: "";
    width: 80px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    bottom: -15px;
    left: 50%;
}.meet_us .study_experts {
    position: relative;
}.meet_us .study_experts ul {
    margin: 0;
    list-style: none;
    gap: 50px;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
}.meet_us .master_track {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 35px;
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    transform: translateY(0);
    overflow: hidden;
}.meet_us .master_track::before {
    top: 0;
    width: 4px;
    opacity: 0.8;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
}.meet_us .master_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.meet_us .master_track h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.meet_us .master_track h4::after {
    background: linear-gradient(90deg, rgb(135,170,191,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    left: 0;
    bottom: -8px;
    transform-origin: left;
    content: "";
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
    height: 2px;
}.meet_us .master_track:hover h4::after {
    transform: scaleX(1);
}.meet_us .master_track div {
    padding-right: 15px;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 400;
}.meet_us .master_track div::-webkit-scrollbar {
    width: 4px;
}.meet_us .master_track div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.03);
}.meet_us .master_track div::-webkit-scrollbar-thumb {
    background: rgb(135,170,191,0.5);
    border-radius: 2px;
}.meet_us .master_track:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
}.meet_us .master_track:nth-child(1) {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}

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

@media (min-width: 768px) {.meet_us .study_experts ul {
    grid-template-columns: 1fr 1fr;
}.meet_us h1 {
    margin-bottom: 70px;
    font-size: calc(40px * 1.1);
}.meet_us h1::after {
    width: 100px;
}.meet_us .master_track {
    padding: 45px 40px;
}.meet_us .master_track div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.meet_us {
    padding: 120px 0;
}.meet_us .container {
    padding: 0 40px;
}.meet_us h1 {
    margin-bottom: 80px;
    font-size: calc(40px * 1.2);
}.meet_us h1::after {
    width: 120px;
    bottom: -20px;
    height: 5px;
}.meet_us .master_track {
    padding: 50px 45px;
}.meet_us .master_track::before {
    width: 5px;
}.meet_us .master_track h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 767px) {.meet_us {
    padding: 70px 0;
}.meet_us h1 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.9);
}.meet_us h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.meet_us .master_track {
    padding: 30px 25px;
}.meet_us .master_track h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.meet_us .master_track div {
    max-height: 250px;
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.client_feedback {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(164,206,222) 0%, #ffffff 70%);
    position: relative;
}.client_feedback::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(135,170,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(108,137,160,0.5) 0%, transparent 30%);
    opacity: 0.4;
    z-index: 1;
    height: 100%;
}.client_feedback .learning_tracks {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.client_feedback h4 {
    letter-spacing: 1px;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 41px;
}.client_feedback h4::after {
    height: 4px;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    background: rgb(135,170,191);
    bottom: -20px;
    content: "";
    left: 50%;
}.client_feedback .feedback_stars {
    display: flex;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column;
}.client_feedback .feedback_stars::before {
    content: "";
    width: 4px;
    top: 0;
    height: 100%;
    z-index: 1;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    position: absolute;
    left: calc(50% - 2px);
}.client_feedback .learner_views {
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    background: #ffffff;
    width: 48%;
    z-index: 2;
    margin-bottom: 40px;
}.client_feedback .learner_views:nth-child(odd) {
    transform: translateY(40px);
    align-self: flex-start;
}.client_feedback .learner_views:nth-child(even) {
    transform: translateY(-40px);
    align-self: flex-end;
}.client_feedback .learner_views::before {
    z-index: 3;
    content: "";
    height: 20px;
    border: 4px solid rgb(135,170,191);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 20px;
}.client_feedback .learner_views:nth-child(odd)::before {
    transform: translateY(-50%);
    right: -50px;
}.client_feedback .learner_views:nth-child(even)::before {
    left: -50px;
    transform: translateY(-50%);
}.client_feedback .learner_views::after {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 2px;
    background: rgb(135,170,191,0.5);
    content: "";
    width: 30px;
}.client_feedback .learner_views:nth-child(odd)::after {
    right: -30px;
}.client_feedback .learner_views:nth-child(even)::after {
    left: -30px;
}.client_feedback .learner_views:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 4;
    transform: scale(1.05);
}.client_feedback .learner_views:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}.client_feedback .learner_views:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}.client_feedback .img_center {
    margin-bottom: 15px;
    margin-right: 20px;
    height: 80px;
    float: left;
    border-radius: 27px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
}.client_feedback .learner_views:nth-child(even) .img_center {
    margin-left: 20px;
    float: right;
    margin-right: 0;
}.client_feedback .learner_views:hover .img_center {
    border-radius: 50%;
    transform: scale(1.1);
}.client_feedback .learner_views span {
    font-size: 23px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
    display: block;
}.client_feedback .learner_views:hover span {
    color: rgb(135,170,191);
}.client_feedback .learner_views p {
    color: #000000;
    line-height: 1.6;
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
}.client_feedback .learner_views:hover p {
    color: #000000;
}.client_feedback .learner_views:nth-child(odd) {
    animation-delay: calc(0.3s * var(--i, 0));
    animation: fadeInLeft 0.8s ease-out both;
}.client_feedback .learner_views:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}

.client_feedback .learner_views:last-child:nth-child(odd) {
    margin-bottom: 0;
}

@media (max-width: 1024px) {.client_feedback {
    padding: 90px 0;
}.client_feedback h4 {
    margin-bottom: 60px;
    font-size: calc(41px * 0.85);
}.client_feedback .learner_views {
    padding: 25px;
    width: 46%;
}.client_feedback .learner_views:nth-child(odd)::before {
    right: -40px;
}.client_feedback .learner_views:nth-child(even)::before {
    left: -40px;
}.client_feedback .img_center {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 768px) {.client_feedback {
    padding: 70px 0;
}.client_feedback h4 {
    margin-bottom: 50px;
    font-size: calc(41px * 0.7);
}.client_feedback .feedback_stars::before {
    left: 30px;
}.client_feedback .learner_views {
    width: calc(100% - 60px);
    transform: translateY(0) !important;
    margin-bottom: 30px;
    align-self: flex-start !important;
    margin-left: 60px;
}.client_feedback .learner_views:hover {
    transform: scale(1.03) !important;
}.client_feedback .learner_views:nth-child(n)::before {
    left: -50px;
    right: auto;
}.client_feedback .learner_views:nth-child(n)::after {
    left: -30px;
    right: auto;
}.client_feedback .img_center {
    height: 60px;
    margin-left: 0 !important;
    width: 60px;
    margin-right: 15px !important;
    float: left !important;
}.client_feedback .learner_views span {
    font-size: calc(23px * 0.9);
}.client_feedback .learner_views p {
    clear: none;
    font-size: calc(17px * 0.95);
}.client_feedback .learner_views:nth-child(n) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: fadeInUp 0.6s ease-out both;
}@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}.developer_experience {
    overflow: hidden;
    position: relative;
    padding: 140px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(164,206,222) 100%);
}.developer_experience::before {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    animation: morphBackground 15s infinite alternate ease-in-out;
    background: 
    radial-gradient(circle at 25% 25%, rgb(135,170,191,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(108,137,160,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
    position: absolute;
    left: 0;
}.developer_experience .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.developer_experience .learner_views {
    grid-template-columns: 35% 1fr;
    display: grid;
    grid-template-rows: auto auto 1fr;
    position: relative;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    gap: 20px 40px;
}.developer_experience .img_center {
    border-radius: 23px;
    z-index: 3;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(135,170,191,0.5);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    position: relative;
    height: 420px;
}.developer_experience .img_center::before {
    inset: 0;
    content: "";
    mix-blend-mode: multiply;
    border-radius: 23px;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}.developer_experience .learner_views:hover .img_center {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.developer_experience .name {
    padding-left: 20px;
    color: #ffffff;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    transform-origin: left center;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(5deg);
    grid-area: name;
}.developer_experience .name::after {
    transform: scaleX(0.6);
    width: 60px;
    position: absolute;
    left: 20px;
    bottom: -8px;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: rgb(135,170,191);
    height: 4px;
    content: "";
}.developer_experience .learner_views:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.developer_experience .learner_views:hover .name::after {
    transform: scaleX(1);
}.developer_experience .learner_views > span:not(.name) {
    grid-area: job;
    text-transform: uppercase;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    transform-origin: left center;
    color: rgb(108,137,160);
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 5px;
}.developer_experience .learner_views:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.developer_experience .career_insights {
    transform: translateY(0);
    padding: 35px;
    border-radius: 23px;
    border-left: 4px solid rgb(135,170,191);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    font-weight: 300;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: quote;
    color: #ffffff;
    margin: 30px 0 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    font-size: 18px;
    line-height: 1.7;
    z-index: 2;
    position: relative;
}.developer_experience .career_insights::before {
    left: 25px;
    font-size: calc(40px * 2);
    position: absolute;
    color: rgb(135,170,191);
    content: "";
    opacity: 0.7;
    top: -15px;
}.developer_experience .learner_views:hover .career_insights {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.developer_experience {
    padding: 80px 0;
}.developer_experience .learner_views {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img_center"
      "name"
      "employee_content"
      "career_insights";
    grid-template-columns: 1fr;
    gap: 15px;
}.developer_experience .img_center {
    margin: 0 auto;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
    height: 320px;
}.developer_experience .name,
  .developer_experience .learner_views > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.developer_experience .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.developer_experience .learner_views:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.developer_experience .career_insights {
    margin-top: 20px;
}.developer_experience .learner_views:hover .img_center,
  .developer_experience .learner_views:hover .name,
  .developer_experience .learner_views:hover > span:not(.name),
  .developer_experience .learner_views:hover .career_insights {
    transform: none;
}
}

@media (max-width: 576px) {.developer_experience {
    padding: 60px 0;
}.developer_experience .img_center {
    height: 250px;
    max-width: 250px;
}.developer_experience .name {
    font-size: 19px;
}.developer_experience .career_insights {
    padding: 25px 20px;
    font-size: calc(18px * 0.95);
}}.privacy_container {
    background: rgb(108,137,160);
    width: 100%;
    height: auto;
    align-items: center;
    border: 2px solid rgb(135,170,191);
    flex-direction: column;
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(135,170,191,0.5);
    padding: 40px;
    display: flex;
}.privacy_container h1 {
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
    color: rgb(135,170,191);
    text-shadow: 0 0 10px rgb(135,170,191);
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    border-bottom: 2px solid rgb(108,137,160);
    padding-bottom: 15px;
    font-weight: 700;
}.privacy_container h2 {
    text-shadow: 0 0 10px rgb(108,137,160);
    color: #ffffff;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 25px;
    font-weight: 600;
    border-left: 5px solid rgb(135,170,191);
    max-width: 800px;
    width: 100%;
    font-size: 31px;
    margin-top: 40px;
}.privacy_container h2, .privacy_container h3,.privacy_container h4,.privacy_container h5, .privacy_container h6 {
    text-align: left;
}.privacy_container ul, .privacy_container ol {
    border-bottom: 2px solid rgb(135,170,191);
    margin: 30px 0;
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
    width: 100%;
    border-top: 2px solid rgb(135,170,191);
    max-width: 800px;
}.privacy_container ul li, .privacy_container ol li {
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    color: #ffffff;
}.privacy_container ul li::before, .privacy_container ol li::before {
    height: 10px;
    box-shadow: 0 0 10px rgb(135,170,191);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    width: 10px;
    background: rgb(135,170,191);
    transform: translateY(-50%);
    content: '';
    left: 0;
}.privacy_container p, .privacy_container span, .privacy_container div {
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(135,170,191,0.5);
    width: 100%;
    text-align: justify;
    max-width: 800px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.privacy_container div.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.privacy_container {
    border-radius: 10px;
    padding: 30px;
}.privacy_container h1 {
    padding-bottom: 10px;
    font-size: calc(19px - 5px);
}.privacy_container h2 {
    padding-left: 10px;
    font-size: calc(19px - 5px);
}.privacy_container ul, .privacy_container ol {
    padding: 15px 0;
    margin: 20px 0;
}.privacy_container ul li, .privacy_container ol li {
    padding-left: 20px;
    font-size: 15px;
}}.service_connect {
    position: relative;
    background: linear-gradient(145deg, rgb(164,206,222) 40%, rgb(135,170,191,0.5) 150%);
    padding: 5rem 0;
    overflow: hidden;
}.service_connect::before {
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    background: linear-gradient(135deg, rgb(108,137,160,0.5) 0%, transparent 70%);
    top: -20%;
    opacity: 0.6;
    filter: blur(40px);
    height: 70%;
    content: "";
    right: -10%;
    animation: float 15s ease-in-out infinite;
    z-index: 1;
}.service_connect::after {
    height: 60%;
    background: linear-gradient(225deg, rgb(135,170,191,0.5) 0%, transparent 70%);
    left: -5%;
    width: 30%;
    z-index: 1;
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(15deg);
    bottom: -10%;
    opacity: 0.5;
    filter: blur(30px);
    content: "";
}.service_connect .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.service_connect .msg_info {
    padding: 3rem;
    transform: translateY(0);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}.service_connect .msg_info:hover {
    transform: translateY(-5px);
}.service_connect h3 {
    font-weight: 700;
    position: relative;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
}.service_connect h3::after {
    background: rgb(135,170,191);
    bottom: -10px;
    transform: scaleX(1);
    width: 80px;
    height: 3px;
    transition: transform 0.3s ease-out;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
}.service_connect .msg_info:hover h3::after {
    transform: scaleX(1.5);
}.service_connect p {
    line-height: 1.7;
    max-width: 90%;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
}.service_connect h5 {
    display: flex;
    text-transform: capitalize;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 20px;
}.service_connect h5 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.service_connect h5:hover svg {
    transform: translateY(-2px);
}.service_connect svg path {
    fill: rgb(135,170,191);
    transition: fill 0.3s ease;
}.service_connect .connect_today {
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
}.service_connect .connect_today li {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}.service_connect .connect_today li:hover {
    transform: translateX(5px);
}.service_connect .connect_today li:last-child {
    border-bottom: none;
}.service_connect .get_contact {
    align-items: center;
    color: #000000;
    text-decoration: none;
    display: flex;
    transition: color 0.3s ease;
    font-weight: 600;
}.service_connect .get_contact:hover {
    color: rgb(135,170,191);
}.service_connect .get_contact svg {
    margin-left: 10px;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0.9);
}.service_connect .get_contact:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_connect .get_contact:hover svg path {
    fill: rgb(108,137,160);
}

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

@media (max-width: 992px) {.service_connect {
    padding: 4rem 0;
}.service_connect .msg_info {
    padding: 2.5rem;
}.service_connect p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.service_connect {
    padding: 3rem 0;
}.service_connect .msg_info {
    padding: 2rem;
}.service_connect h3 {
    font-size: calc(35px * 0.9);
}.service_connect h3::after {
    width: 60px;
}.service_connect h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.service_connect {
    padding: 2.5rem 0;
}.service_connect .msg_info {
    padding: 1.5rem;
}.service_connect h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.service_connect h3::after {
    height: 2px;
    width: 50px;
}.service_connect p {
    margin-bottom: 1rem;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.service_connect .connect_today {
    margin-top: 1.5rem;
}.service_connect .connect_today li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
}.service_connect svg {
    height: 20px;
    width: 20px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(135,170,191,0.5) 0%, rgb(108,137,160,0.5) 100%);
    z-index: -1;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.92;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.youtube_chan {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.youtube_chan::before {
    position: absolute;
    content: "";
    background: rgb(135,170,191);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    top: 0;
    left: 0;
    width: 100%;
}.youtube_chan .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 0;
}.youtube_chan .company_holder {
    position: relative;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
}.youtube_chan .company_holder::after {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    height: 100%;
    right: 1.5rem;
    width: 1px;
    opacity: 0.3;
}.youtube_chan .company_holder h3 {
    margin: 0 0 1.5rem;
    font-size: 37px;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    text-transform: uppercase;
}.youtube_chan .company_holder h3::after {
    content: "";
    position: absolute;
    left: 0;
    width: 80px;
    box-shadow: 0 0 10px rgb(135,170,191);
    background: rgb(135,170,191);
    bottom: 0;
    height: 3px;
}.youtube_chan .search_foot {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    line-height: 1.6;
    transform: skewX(-5deg);
    border-left: 3px solid rgb(135,170,191);
    font-size: 15px;
    color: #ffffff;
    transform-origin: left top;
}.youtube_chan .grant_cta {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 60%;
    gap: 0;
}.youtube_chan .top_lead {
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}.youtube_chan .nav_begin {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}.youtube_chan .nav_begin h5 {
    margin: 0 0 1.5rem;
    transform: skewX(-5deg);
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    color: #ffffff;
    font-size: 18px;
}.youtube_chan .nav_begin h5::before {
    width: 3px;
    top: 0;
    left: 0;
    background: rgb(135,170,191);
    position: absolute;
    content: "";
    transform: skewX(5deg);
    bottom: 0;
}.youtube_chan .nav_begin .top_lead {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.youtube_chan .nav_begin .top_lead a {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    overflow: hidden;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 15px;
}.youtube_chan .nav_begin .top_lead a::before {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
    width: 100%;
}.youtube_chan .nav_begin .top_lead a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}.youtube_chan .nav_begin .top_lead a:hover::before {
    left: 100%;
}.access_cta {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
}.access_cta .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}.access_cta .footer_disclaimer {
    transform: skewX(-5deg);
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1200px) {.youtube_chan .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.youtube_chan .grant_cta {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.youtube_chan {
    padding: 4rem 0 2rem;
}.youtube_chan .container {
    flex-direction: column;
}.youtube_chan .company_holder {
    padding-right: 0;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}.youtube_chan .company_holder::after {
    display: none;
}.youtube_chan .grant_cta {
    flex: 0 0 100%;
}.youtube_chan .nav_begin {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.youtube_chan {
    padding: 3.5rem 0 1.5rem;
}.youtube_chan::before {
    height: 10px;
}.youtube_chan .company_holder h3 {
    font-size: calc(37px - 2px);
}.youtube_chan .search_foot {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.youtube_chan .nav_begin h5, 
    .youtube_chan .nav_begin .top_lead a {
    transform: skewX(-3deg);
}.youtube_chan .nav_begin .top_lead a:hover {
    transform: skewX(-3deg) translateX(5px);
}.access_cta {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.access_cta .footer_disclaimer {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.youtube_chan {
    padding: 3rem 0 1rem;
}.youtube_chan::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.youtube_chan .nav_begin {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.youtube_chan .company_holder {
    margin-bottom: 2rem;
}.youtube_chan .nav_begin .top_lead a {
    padding: 0.6rem 0.8rem;
}.youtube_chan .nav_begin .top_lead a:hover {
    padding-left: 1.2rem;
}.access_cta {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.youtube_chan .company_holder h3 {
    transform: skewX(-5deg);
}.youtube_chan .company_holder h3::after {
    width: 60px;
}.youtube_chan .search_foot {
    transform: none;
}.youtube_chan .nav_begin h5 {
    transform: none;
}.youtube_chan .nav_begin h5::before {
    transform: none;
}.youtube_chan .nav_begin .top_lead a,
    .youtube_chan .nav_begin .top_lead a:hover,
    .access_cta .footer_disclaimer {
    transform: none;
}}.modalDataProtection {
    background-color: rgb(164,206,222);
    padding: 20px 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.5s ease-out;
    border-top: 1px solid rgb(135,170,191);
}.modalDataProtection .track_optin {
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    margin-right: 20px;
}.modalDataProtection .track_optin svg {
    fill: rgb(135,170,191);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.modalDataProtection .cookie_user {
    flex-grow: 1;
}.modalDataProtection .cookie_user h5 {
    font-size: 20px;
    margin-bottom: 6px;
    color: rgb(135,170,191);
}.modalDataProtection .cookie_user p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.modalDataProtection .edu_track {
    padding: 10px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 20px;
    background-color: rgb(135,170,191);
    color: #ffffff;
}.modalDataProtection .edu_track:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.modalDataProtection .edu_track:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.modalDataProtection .track_optin {
    margin-right: 0;
    margin-bottom: 15px;
}.modalDataProtection .edu_track {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#cookieWarningPrompt {
    display: none;
}#cookieWarningPrompt:checked ~ .modalDataProtection {
    opacity: 0;
    visibility: hidden;
}.study_method {
    padding: 170px 0 130px;
    background: linear-gradient(150deg, rgb(164,206,222) 0%, rgb(108,137,160,0.5) 100%);
    overflow: visible;
    position: relative;
}.study_method::before {
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(45deg, rgb(135,170,191,0.5) 25%, transparent 25%, transparent 75%, rgb(135,170,191,0.5) 75%);
    background-size: 100px 100px;
    opacity: 0.03;
    left: 0;
    z-index: 1;
    height: 100%;
}.study_method .learning_tracks {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.study_method .text_zone {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}.study_method .text_zone h2 {
    color: #ffffff;
    font-size: 33px;
    background: linear-gradient(135deg, rgb(135,170,191,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px 20px 0 0;
    padding: 35px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 45%;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 4;
    font-weight: 700;
}.study_method .text_zone p {
    border-radius: 0 0 20px 20px;
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    z-index: 3;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 45px 50px;
    align-self: flex-end;
    backdrop-filter: blur(15px);
    margin-top: -20px;
    width: 65%;
}.study_method .text_zone::before {
    z-index: 5;
    width: 0;
    opacity: 0.3;
    height: 0;
    position: absolute;
    content: '';
    right: 35%;
    top: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 40px solid rgb(135,170,191);
}.study_method .text_zone::after {
    left: 35%;
    border-bottom: 40px solid rgb(108,137,160);
    height: 0;
    content: '';
    opacity: 0.3;
    position: absolute;
    border-left: 30px solid transparent;
    z-index: 5;
    border-right: 30px solid transparent;
    bottom: 0;
    width: 0;
}.study_method .text_zone h2::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(135,170,191), transparent);
    height: 5px;
    opacity: 0.5;
    bottom: 0;
}.study_method .text_zone h2::after {
    top: 0;
    width: 30px;
    background: linear-gradient(to right, rgb(135,170,191,0.5), transparent);
    right: -30px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    content: '';
    height: 100%;
}.study_method .text_zone p::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(108,137,160));
    left: 0;
    height: 5px;
    width: 100%;
    top: 0;
    opacity: 0.5;
    content: '';
}.study_method .text_zone p::after {
    z-index: -1;
    position: absolute;
    background: linear-gradient(to left, rgb(108,137,160,0.5), transparent);
    height: 100%;
    width: 30px;
    left: -30px;
    content: '';
    opacity: 0.3;
    top: 0;
}.study_method::after {
    background: linear-gradient(90deg, transparent, rgb(135,170,191));
    position: absolute;
    opacity: 0.3;
    content: '';
    height: 1px;
    bottom: 50px;
    right: 0;
    z-index: 1;
    width: 400px;
}.study_method .learning_tracks::before {
    z-index: 1;
    left: 0;
    top: 50px;
    position: absolute;
    background: linear-gradient(90deg, rgb(108,137,160), transparent);
    width: 400px;
    opacity: 0.3;
    height: 1px;
    content: '';
}.study_method .learning_tracks::after {
    animation: pulse-subtle 10s infinite alternate;
    height: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: -50px;
    opacity: 0.05;
    width: 100px;
    left: 50%;
    content: '';
    background: rgb(135,170,191);
    filter: blur(50px);
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.study_method .text_zone h2 {
    width: 55%;
}.study_method .text_zone p {
    width: 70%;
}.study_method .text_zone::before {
    right: 30%;
}.study_method .text_zone::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.study_method {
    padding: 140px 0 110px;
}.study_method .text_zone h2 {
    width: 65%;
    padding: 30px 35px;
}.study_method .text_zone p {
    padding: 35px 40px;
    width: 75%;
}.study_method .text_zone::before {
    border-left: 25px solid transparent;
    border-top: 35px solid rgb(135,170,191);
    border-right: 25px solid transparent;
    right: 25%;
}.study_method .text_zone::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 25%;
    border-bottom: 35px solid rgb(108,137,160);
}.study_method::after {
    width: 300px;
}.study_method .learning_tracks::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.study_method {
    padding: 120px 0 90px;
    overflow: hidden;
}.study_method .text_zone {
    align-items: center;
}.study_method .text_zone h2 {
    margin-bottom: 20px;
    border-radius: 20px 20px 20px 20px;
    width: 90%;
    font-size: calc(33px * 0.9);
}.study_method .text_zone p {
    margin-top: 0;
    border-radius: 20px 20px 20px 20px;
    width: 90%;
}.study_method .text_zone::before,
    .study_method .text_zone::after,
    .study_method::after,
    .study_method .learning_tracks::before,
    .study_method .learning_tracks::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_method {
    padding: 100px 0 80px;
}.study_method .text_zone h2 {
    width: 100%;
    font-size: calc(33px * 0.8);
    padding: 25px;
}.study_method .text_zone p {
    width: 100%;
    padding: 25px;
    font-size: calc(13px * 0.9);
}}.title_opener {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    display: flex;
    padding: 4rem 1rem;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    flex-direction: column;
}.title_opener::before {
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%);
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
}.title_opener h1 {
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    text-align: center;
    font-weight: 700;
    opacity: 1;
    z-index: 2;
    font-size: var(--h5-font-size, 1.5rem);
    color: var(--primary-color, rgb(94, 170, 168));
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.title_opener h1::after {
    bottom: -0.5rem;
    content: "";
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, transparent, var(--primary-color, rgb(94, 170, 168)), transparent);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}.title_opener .learning_tracks {
    display: flex;
    flex-direction: column;
    z-index: 2;
    gap: 2rem;
    position: relative;
}.title_opener .text_zone {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--primary-color, rgb(94, 170, 168));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    padding: 2rem;
}.title_opener .text_zone:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.title_opener ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.title_opener ol li {
    margin-bottom: 1.5rem;
}.title_opener .start_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}.title_opener svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.title_opener svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title_opener svg path {
    transition: fill 0.3s ease;
}.title_opener svg:hover path {
    fill: var(--secondary-color, rgb(94, 170, 168));
}.title_opener svg text {
    transition: fill 0.3s ease;
    font-family: var(--body-font-family, sans-serif);
}.title_opener svg:hover text {
    fill: var(--dark-color, #333);
}.title_opener .start_top p {
    max-width: 90%;
    font-size: var(--p-font-size, 1rem);
    line-height: 1.6;
    position: relative;
    color: var(--p-color, #666);
    margin-bottom: 1.5rem;
}.title_opener .request_query {
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, var(--secondary-color, rgb(94, 170, 168)) 100%);
    border: none;
    transform: translateZ(0);
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    color: var(--white-color, #fff);
    font-size: var(--btn-font-size, 1rem);
    transition: all 0.3s ease;
    position: relative;
    padding: 0.75rem 2rem;
    text-decoration: none;
}.title_opener .request_query::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
}.title_opener .request_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
}.title_opener .request_query:hover::before {
    left: 100%;
}.title_opener .request_query:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(94, 170, 168, 0.2);
}.title_opener .img_center {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    overflow: hidden;
    height: 300px;
    border-radius: var(--border-radius-medium, 8px);
    width: 100%;
}.title_opener .img_center::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.2) 0%, rgba(94, 170, 168, 0) 50%);
    pointer-events: none;
    content: "";
    left: 0;
}.title_opener .img_center:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

@media (min-width: 768px) {.title_opener {
    padding: 5rem 2rem;
}.title_opener h1 {
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.2);
}.title_opener .learning_tracks {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.title_opener .text_zone {
    padding: 3rem;
    flex: 1;
}.title_opener .start_top {
    text-align: left;
    align-items: flex-start;
}.title_opener svg {
    margin-right: auto;
    margin-left: 0;
}.title_opener .img_center {
    flex: 1;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.title_opener .img_center:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg);
}
}

@media (min-width: 992px) {.title_opener {
    padding: 6rem 3rem;
}.title_opener h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.4);
}.title_opener .learning_tracks {
    gap: 5rem;
}.title_opener .text_zone {
    flex: 1.2;
}.title_opener svg {
    width: 150px;
    height: 150px;
}.title_opener .img_center {
    height: 500px;
    flex: 1;
}.title_opener .start_top p {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}.title_opener .request_query {
    padding: 1rem 2.5rem;
}
}

@media (min-width: R-width) {.title_opener {
    padding: 7rem 4rem;
}.title_opener h1::after {
    width: 120px;
}.title_opener .learning_tracks {
    gap: 7rem;
}.title_opener .text_zone {
    padding: 4rem;
}.title_opener .start_top p {
    max-width: 80%;
}.title_opener .img_center {
    height: 550px;
}
}

@media (max-width: 767px) {.title_opener {
    padding: 3rem 1rem;
}.title_opener h1 {
    font-size: var(--h5-font-size, 1.5rem);
}.title_opener .text_zone {
    padding: 1.5rem;
}.title_opener svg {
    height: 100px;
    width: 100px;
}.title_opener .start_top p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.title_opener .request_query {
    text-align: center;
    display: block;
}}.join_now {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    perspective: 1000px;
    padding: 7rem 0;
}.join_now::before {
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}.join_now::after {
    top: -50%;
    height: 200%;
    opacity: 0.4;
    left: -50%;
    animation: constellation 60s linear infinite;
    content: "";
    width: 200%;
    position: absolute;
    z-index: 0;
}.join_now .container {
    transform: translateZ(30px);
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
}.join_now h6 {
    font-weight: 700;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    letter-spacing: 0.015em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    transform: translateY(-10px);
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(21px * 1.25);
    line-height: 1.6;
}.join_now div > span {
    transform: perspective(1000px) rotateX(10deg);
    transform-origin: center bottom;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.join_now div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.join_now .request_query {
    border-radius: 10px;
    font-weight: 600;
    background: #ffffff;
    font-size: 19px;
    overflow: hidden;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    text-decoration: none;
    transform: translateY(-5px);
    padding: 1rem 2.5rem;
    color: rgb(135,170,191);
    letter-spacing: 0.05em;
    display: inline-block;
    opacity: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    border: none;
}.join_now .request_query::before {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    left: -10%;
    width: 120%;
    transform: translateX(-100%);
    height: 120%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: -10%;
    position: absolute;
    content: "";
}.join_now .request_query:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: rgb(108,137,160);
    transform: translateY(-2px);
}.join_now .request_query:hover::before {
    transform: translateX(100%);
}.join_now .request_query span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    position: relative;
    z-index: 1;
}.join_now .request_query:hover span {
    transform: scale(1.05);
}.join_now div {
    justify-content: center;
    align-items: center;
    display: flex;
}

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

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

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

@media (max-width: 1200px) {.join_now {
    padding: 6rem 0;
}.join_now h6 {
    max-width: 700px;
    font-size: calc(21px * 1.15);
}
}

@media (max-width: 992px) {.join_now {
    padding: 5rem 0;
}.join_now h6 {
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-size: 21px;
}
}

@media (max-width: 768px) {.join_now {
    padding: 4rem 0;
}.join_now .container {
    padding: 0 1.5rem;
}.join_now h6 {
    font-size: calc(21px * 0.95);
    margin-bottom: 2rem;
    max-width: 100%;
}.join_now .request_query {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.join_now {
    padding: 3.5rem 0;
}.join_now .container {
    padding: 0 1rem;
}.join_now h6 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.75rem;
    line-height: 1.5;
}.join_now .request_query {
    padding: 0.8rem 1.8rem;
    font-size: calc(19px * 0.95);
}
}

@media (max-width: 375px) {.join_now {
    padding: 3rem 0;
}.join_now h6 {
    font-size: calc(21px * 0.85);
    margin-bottom: 1.5rem;
}.join_now .request_query {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.6rem;
}
}

@media (hover: none) {.join_now div > span {
    transform: none !important;
}.join_now .request_query:hover {
    transform: none;
}.join_now .request_query:hover span {
    transform: none;
}}header {
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    position: relative;
    background: rgb(108,137,160);
    padding: 0;
}header::before {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
}header::after {
    top: 0;
    left: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(108,137,160,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(108,137,160,0.5) 50%, transparent 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 0;
}header .top_main {
    display: flex;
    z-index: 5;
    align-items: center;
    padding: 1.3rem 2.5rem;
    position: relative;
    justify-content: space-between;
}header .nav_prime {
    border-left: 3px solid rgb(135,170,191);
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-right: 2rem;
}header .nav_prime::before {
    opacity: 0;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}header .nav_prime:hover {
    box-shadow: 5px 0 15px -5px rgb(135,170,191);
    transform: translateX(5px);
}header .nav_prime:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .nav_tutor {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .nav_tutor::after {
    right: -5px;
    position: absolute;
    transition: all 0.3s ease;
    width: 10px;
    height: 10px;
    bottom: -5px;
    background: rgb(135,170,191);
    content: '';
    opacity: 0;
}header .nav_tutor:hover::after {
    opacity: 1;
}header .nav_tutor img {
    filter: brightness(1.1);
    max-height: 40px;
}header .nav_begin {
    position: relative;
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
    display: flex;
}header .nav_begin::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: '';
    background: rgb(135,170,191);
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}header .main_lead {
    margin: 0 1px;
    position: relative;
}header .main_lead a {
    transition: all 0.3s ease;
    border-right: 1px solid transparent;
    letter-spacing: 1px;
    display: flex;
    border-left: 1px solid transparent;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    padding: 0 1.2rem;
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    align-items: center;
    height: 45px;
    position: relative;
    overflow: hidden;
}header .main_lead a::before {
    z-index: -1;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    background: rgb(135,170,191);
    content: '';
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    height: 100%;
}header .main_lead a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}header .main_lead a:hover::before {
    transform: translateX(0);
}header .main_lead a::after {
    transform: scaleX(0);
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: right;
    background: rgb(135,170,191);
    top: 0;
}header .main_lead a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .main_lead::before {
    background: rgb(135,170,191);
    transform: translateY(-50%) scale(0);
    left: -10px;
    transition: transform 0.3s ease;
    width: 5px;
    content: '';
    height: 5px;
    position: absolute;
    top: 50%;
}header .main_lead:hover::before {
    transform: translateY(-50%) scale(1);
}header .top_main::before {
    content: '';
    left: 20px;
    width: 30px;
    top: 20px;
    background: rgb(135,170,191);
    position: absolute;
    height: 1px;
}header .top_main::after {
    left: 20px;
    top: 20px;
    background: rgb(135,170,191);
    position: absolute;
    width: 1px;
    height: 30px;
    content: '';
}.head_prime {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(164,206,222);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .main_lead:last-child::after {
    position: absolute;
    color: rgb(135,170,191);
    font-weight: 700;
    content: '|';
    right: -10px;
    top: 50%;
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
}

@media (min-width: 1400px) {header .top_main {
    margin: 0 auto;
    max-width: 1320px;
}header .main_lead {
    margin: 0 2px;
}header .main_lead a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_main {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_prime {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_begin {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_begin::before {
    display: none;
}header .main_lead a {
    padding: 0 1rem;
    height: 40px;
    font-size: calc(14px - 1px);
}header .main_lead::before {
    display: none;
}header .top_main::before,
    header .top_main::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_main {
    padding: 0.8rem 1.5rem;
}header .nav_prime {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .nav_tutor img {
    max-height: 35px;
}header .nav_begin {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
}header .nav_begin::-webkit-scrollbar {
    height: 3px;
}header .nav_begin::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,170,191);
}header .main_lead {
    margin: 0;
    flex: 0 0 auto;
}header .main_lead a {
    height: 35px;
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
    letter-spacing: 0.5px;
}header .main_lead:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_main {
    padding: 0.7rem 1.2rem;
}header .nav_prime {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .main_lead a {
    font-size: calc(14px - 3px);
    height: 32px;
    padding: 0 0.6rem;
}}.package_deal {
    background: rgb(164,206,222);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.package_deal::before {
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    height: 600px;
    right: -10%;
    z-index: 0;
    width: 600px;
    position: absolute;
    content: "";
    opacity: 0.15;
    filter: blur(80px);
    top: -15%;
}.package_deal::after {
    width: 500px;
    position: absolute;
    left: -10%;
    filter: blur(100px);
    height: 500px;
    content: "";
    background: linear-gradient(225deg, rgb(108,137,160,0.5), rgb(135,170,191,0.5));
    opacity: 0.1;
    bottom: -15%;
    z-index: 0;
}.package_deal .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.package_deal .learn_fees {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.package_deal .plan_deals {
    order: -1;
    margin-bottom: 20px;
    transform: translateX(5%);
    position: relative;
    z-index: 2;
}.package_deal .plan_deals h2 {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    background-clip: text !important;
    color: #000000;
    margin-bottom: 15px;
    color: transparent;
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(135,170,191));
    font-size: 30px;
    -webkit-background-clip: text !important;
}.package_deal .plan_deals .pay_plans {
    transform: translateY(0);
    transition: transform 0.4s ease;
    margin-left: 5px;
    font-size: 12px;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
}.package_deal .plan_deals:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.package_deal .plan_deals:hover .pay_plans {
    transform: translateY(3px);
}.package_deal .pricing_tiers {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    perspective: 1000px;
    display: grid;
}.package_deal .trial_pricing {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    transform: translateZ(0) scale(1);
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
}.package_deal .trial_pricing:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.package_deal .learn_price {
    position: relative;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    height: 100%;
}.package_deal .trial_pricing:hover .learn_price {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(135,170,191,0.5);
}.package_deal .learn_price::before {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    right: 0;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    content: "";
}.package_deal .trial_pricing:hover .learn_price::before {
    transform: scaleX(1);
}.package_deal .pricing_offers {
    z-index: 2;
    display: flex;
    flex-grow: 1;
    padding: 35px 30px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}.package_deal .pricing_offers h3 {
    position: relative;
    font-size: calc(23px + 2px);
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
    word-break: break-word;
    margin-bottom: 15px;
    transform: translateY(0);
    overflow-wrap: break-word;
    font-weight: 600;
}.package_deal .trial_pricing:hover .pricing_offers h3 {
    color: rgb(135,170,191);
    transform: translateY(-2px);
}.package_deal .pricing_offers .lesson_fees {
    font-size: calc(23px + 6px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    color: rgb(135,170,191);
    position: relative;
    margin: 5px 0 20px;
    font-weight: 700;
    display: block;
    word-break: break-word;
}.package_deal .trial_pricing:hover .pricing_offers .lesson_fees {
    transform: scale(1.05);
}.package_deal .pricing_offers .lesson_fees::after {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    width: 50px;
    background: rgb(108,137,160,0.5);
    height: 2px;
    left: 0;
    bottom: -10px;
}.package_deal .trial_pricing:hover .pricing_offers .lesson_fees::after {
    width: 80px;
}.package_deal .pricing_offers p {
    margin-top: 10px;
    word-break: break-word;
    line-height: 1.7;
    flex-grow: 1;
    opacity: 0.85;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 12px;
    white-space: normal;
    transition: opacity 0.3s ease;
}.package_deal .trial_pricing:hover .pricing_offers p {
    opacity: 1;
}.package_deal .trial_pricing .img_center {
    height: 220px;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.package_deal .trial_pricing:hover .img_center {
    height: 240px;
}.package_deal .trial_pricing .img_center::after {
    top: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}.package_deal .trial_pricing:hover .img_center::after {
    opacity: 1;
}.package_deal .trial_pricing:nth-child(odd) .learn_price {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.package_deal {
    padding: 140px 0;
}.package_deal .learn_fees {
    flex-direction: row;
    align-items: flex-start;
}.package_deal .plan_deals {
    margin-right: 70px;
    order: 0;
    transform: translateX(0);
    width: 30%;
    position: sticky;
    align-self: flex-start;
    top: 100px;
}.package_deal .pricing_tiers {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.package_deal .pricing_tiers {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.package_deal .plan_deals h2 {
    font-size: calc(30px + 5px);
}
}

@media (max-width: 991px) {.package_deal {
    padding: 80px 0;
}.package_deal .plan_deals {
    transform: translateX(0);
    text-align: center;
}.package_deal .plan_deals .pay_plans {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.package_deal {
    padding: 60px 0;
}.package_deal .pricing_tiers {
    grid-template-columns: 1fr;
}.package_deal .pricing_offers {
    padding: 25px 20px;
}.package_deal .trial_pricing .img_center {
    height: 180px;
}.package_deal .plan_deals h2 {
    font-size: calc(30px - 2px);
}
}

@media (max-width: 480px) {.package_deal {
    padding: 50px 0;
}.package_deal .pricing_offers h3 {
    font-size: 23px;
}.package_deal .pricing_offers .lesson_fees {
    font-size: calc(23px + 2px);
}.package_deal .pricing_offers p {
    font-size: calc(12px - 1px);
}}.contact_box {
    position: relative;
    padding: 90px 0;
    background: rgb(164,206,222);
    overflow: hidden;
}.contact_box::before {
    border-radius: 50%;
    position: absolute;
    top: -150px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    content: "";
    width: 400px;
    right: -150px;
    filter: blur(70px);
    height: 400px;
}.contact_box::after {
    height: 300px;
    z-index: 1;
    content: "";
    width: 300px;
    bottom: -100px;
    position: absolute;
    filter: blur(60px);
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(108,137,160,0.5), rgb(135,170,191,0.5));
    left: -100px;
}.contact_box .container {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.contact_box h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
}.contact_box h2::before {
    height: 50px;
    position: absolute;
    content: "";
    top: -25px;
    width: 50px;
    background: rgb(135,170,191,0.5);
    border-radius: 50%;
    left: calc(50% - 120px);
    z-index: -1;
}.contact_box h2::after {
    bottom: -15px;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    position: absolute;
    right: calc(50% - 100px);
    z-index: -1;
    background: rgb(108,137,160,0.5);
    content: "";
}.contact_box .request_grid {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    overflow: hidden;
}.contact_box .request_grid::before {
    inset: 0;
    pointer-events: none;
    content: "";
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(135,170,191,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(108,137,160,0.5) 99%
    );
}.contact_box .img_center {
    transition: transform 0.5s ease;
    min-height: 500px;
    flex: 0 0 45%;
    position: relative;
}.contact_box .img_center::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact_box .img_center::after {
    content: "";
    top: 20px;
    bottom: 20px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
    z-index: 2;
    position: absolute;
    left: 20px;
}.contact_box .help_message {
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 60px;
    position: relative;
}.contact_box form {
    position: relative;
    z-index: 3;
}.contact_box form h3 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin-bottom: 30px;
}.contact_box form input[type="text"] {
    color: #000000;
    width: 100%;
    font-size: 18px;
    border-radius: 12px;
    background: rgb(164,206,222);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: none;
}.contact_box form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(135,170,191), 0.1);
    outline: none;
    border: 1px solid transparent;
    background: linear-gradient(rgb(164,206,222), rgb(164,206,222)) padding-box,
                linear-gradient(to right, rgb(135,170,191), rgb(108,137,160)) border-box;
}.contact_box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_box .feedback_block {
    margin-bottom: 30px;
    position: relative;
}.contact_box .feedback_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box .feedback_block label {
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    display: flex;
    cursor: pointer;
    align-items: center;
    color: #000000;
}.contact_box .feedback_block label::before {
    background: rgb(164,206,222);
    position: absolute;
    width: 22px;
    content: "";
    border-radius: 6px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    height: 22px;
}.contact_box .feedback_block input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(135,170,191), rgb(108,137,160));
}.contact_box .feedback_block input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
}.contact_box .feedback_block label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(135,170,191);
    transition: color 0.3s ease;
}.contact_box .feedback_block label a:hover {
    color: rgb(108,137,160);
}.contact_box .request_query {
    border: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(135,170,191), rgb(108,137,160));
    border-radius: 12px;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
}.contact_box .request_query::before {
    content: "";
    top: 0;
    transition: transform 0.5s ease;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
    background: linear-gradient(135deg, rgb(108,137,160), rgb(135,170,191));
    position: absolute;
    width: 100%;
    height: 100%;
}.contact_box .request_query:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_box svg {
    height: 24px;
    fill: none;
    width: 24px;
    margin-right: 12px;
    stroke: rgb(135,170,191);
    transition: all 0.3s ease;
}.contact_box svg path {
    stroke: rgb(135,170,191);
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}.contact_box svg:hover,
.contact_box svg:hover path {
    stroke: rgb(108,137,160);
}

@media (max-width: 1024px) {.contact_box {
    padding: 70px 0;
}.contact_box .help_message {
    padding: 45px;
}.contact_box .img_center {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h2 {
    margin-bottom: 40px;
}.contact_box .request_grid {
    flex-direction: column;
}.contact_box .img_center {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact_box .help_message {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_box form h3 {
    margin-bottom: 25px;
}.contact_box form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_box {
    padding: 50px 0;
}.contact_box h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.contact_box .img_center {
    min-height: 220px;
}.contact_box .help_message {
    padding: 30px 20px;
}.contact_box form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.contact_box form input[type="text"] {
    margin-bottom: 16px;
    font-size: calc(18px * 0.95);
    padding: 14px 16px;
}.contact_box .request_query {
    padding: 16px;
}.contact_box .feedback_block label {
    font-size: calc(13px * 0.95);
}}.ty_banner {
    background: linear-gradient(135deg, rgb(108,137,160,0.5) 0%, rgb(164,206,222) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.ty_banner::before {
    width: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,170,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(108,137,160,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    left: 0;
}.ty_banner::after {
    position: absolute;
    animation: float 8s ease-in-out infinite;
    right: -50px;
    width: 200px;
    top: -50px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    transform: rotate(15deg);
    height: 200px;
    border: 2px solid rgb(135,170,191,0.5);
    z-index: 1;
}.ty_banner .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.ty_banner .learning_tracks {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    display: flex;
    padding: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    flex-direction: column;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
}.ty_banner .learning_tracks:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_banner .learning_tracks::before {
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(135,170,191) 0%, 
        rgb(108,137,160) 50%, 
        rgb(135,170,191) 100%);
    content: "";
    background-size: 200% auto;
    width: 100%;
    position: absolute;
    animation: gradient-shift 6s linear infinite;
    left: 0;
}.ty_banner .learning_tracks > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}.ty_banner .learning_tracks > div:first-child::before {
    width: 4px;
    content: "";
    position: absolute;
    background: rgb(108,137,160);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 70%;
}.ty_banner h5 {
    font-size: 18px;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.4;
    position: relative;
    margin: 0;
}.ty_banner .learning_tracks:hover h5 {
    transform: translateX(5px);
}.ty_banner .learning_tracks > div:last-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 20px;
    position: relative;
    transition: all 0.4s ease;
    border-left: 2px solid rgb(135,170,191,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
}.ty_banner .learning_tracks > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.ty_banner p {
    font-size: 12px;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    transition: transform 0.3s ease;
}.ty_banner a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.ty_banner a::after {
    transition: width 0.5s ease;
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(135,170,191);
    height: 2px;
}.ty_banner a:hover::after {
    width: 100%;
}.ty_banner a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.ty_banner {
    padding: 70px 0;
}.ty_banner .learning_tracks {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.ty_banner h5 {
    font-size: calc(18px - 2px);
}.ty_banner .learning_tracks > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.ty_banner {
    padding: 50px 0;
}.ty_banner .learning_tracks {
    padding: 30px 20px;
    transform: none;
}.ty_banner .learning_tracks::before {
    height: 3px;
}.ty_banner .learning_tracks > div:first-child {
    margin-bottom: 20px;
}.ty_banner h5 {
    font-size: calc(18px - 4px);
}.ty_banner p {
    font-size: calc(12px - 1px);
}.ty_banner .learning_tracks > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.ty_banner {
    padding: 40px 0;
}.ty_banner .learning_tracks {
    padding: 25px 15px;
}.ty_banner .learning_tracks > div:first-child::before {
    width: 3px;
}.ty_banner .learning_tracks > div:last-child {
    clip-path: none;
    padding: 10px;
}.ty_banner p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}
}

@media (hover: none) {.ty_banner .learning_tracks {
    transform: none;
}.ty_banner .learning_tracks:hover h5 {
    transform: none;
}.ty_banner a:hover p {
    transform: none;
}
}