* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.header_mentor {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    background: rgb(132,167,189);
    border-radius: 8.8vh;
}::-webkit-scrollbar-thumb {
    background: rgb(132,167,189,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: -3px 3px 3px 2px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 2px;
}header,footer {
    width: 100%;
}.science_ref {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}.wrapper-holder {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1224px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_cordon {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(161,204,220);
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_cordon::before {
    background: linear-gradient(135deg, 
        rgba(rgb(105,134,158,0.5), 0.03) 0%,
        rgba(rgb(105,134,158,0.5), 0.08) 60%, 
        rgba(rgb(105,134,158,0.5), 0.15) 100%);
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.privacy_cordon::after {
    opacity: 0.1;
    height: 200px;
    position: absolute;
    width: 200px;
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -40px;
    right: -40px;
    filter: blur(20px);
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom right, 
        rgb(105,134,158) 0%, 
        transparent 70%);
}.privacy_cordon .container {
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    max-width: 1140px;
    position: relative;
    padding: 3rem;
    transform: perspective(1000px) rotateY(0.5deg);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 4px solid rgb(132,167,189);
    transform-origin: left center;
    z-index: 2;
}.privacy_cordon .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_cordon h1 {
    line-height: 1.2;
    border-bottom: 1px solid rgba(rgb(105,134,158,0.5), 0.2);
    color: #000000;
    padding-bottom: 1.5rem;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
    letter-spacing: -0.02em;
}.privacy_cordon h1::before {
    transform-origin: left;
    width: 30%;
    bottom: -1px;
    height: 3px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
}.privacy_cordon h1:hover::before {
    transform: scaleX(1.2);
}.privacy_cordon h2 {
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-size: 36px;
    padding-left: 1.2rem;
    color: #000000;
}.privacy_cordon h2::before {
    content: "";
    background: rgb(105,134,158);
    left: 0;
    border-radius: 2px;
    position: absolute;
    top: 0.5rem;
    height: calc(100% - 1rem);
    width: 4px;
}.privacy_cordon h3 {
    color: #000000;
    font-size: calc(36px * 0.8);
    margin: 2.5rem 0 1.2rem;
    border-bottom: 1px dashed rgba(rgb(105,134,158,0.5), 0.2);
    font-weight: 600;
    padding-bottom: 0.8rem;
}.privacy_cordon h4 {
    font-size: calc(36px * 0.7);
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 2rem 0 1rem;
}.privacy_cordon p {
    margin-bottom: 1.5rem;
    max-width: 95%;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}.privacy_cordon strong {
    color: rgb(132,167,189);
    font-weight: 600;
}.privacy_cordon span {
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    font-size: 16px;
    border-left: 2px solid rgba(rgb(105,134,158,0.5), 0.3);
    display: block;
    margin-bottom: 1.5rem;
}.privacy_cordon ul {
    list-style-type: none;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.2rem;
}.privacy_cordon li {
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
    color: #000000;
}.privacy_cordon li::before {
    position: absolute;
    top: 0.7rem;
    transition: transform 0.3s ease, background 0.3s ease;
    height: 8px;
    content: "";
    opacity: 0.8;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(105,134,158);
    left: 0;
}.privacy_cordon li:hover::before {
    background: rgb(132,167,189);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.privacy_cordon {
    padding: 4rem 1.5rem;
}.privacy_cordon .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.privacy_cordon h1 {
    font-size: calc(45px * 0.9);
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
}.privacy_cordon h2 {
    font-size: calc(36px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 768px) {.privacy_cordon {
    padding: 3rem 1rem;
}.privacy_cordon .container {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(132,167,189);
}.privacy_cordon h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.privacy_cordon h2 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.privacy_cordon h3 {
    font-size: calc(36px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_cordon h4 {
    font-size: calc(36px * 0.6);
}.privacy_cordon p, 
    .privacy_cordon span,
    .privacy_cordon li {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.privacy_cordon ul {
    padding-left: 0.5rem;
}.privacy_cordon li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy_cordon {
    padding: 2rem 0.5rem;
}.privacy_cordon .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(132,167,189);
}.privacy_cordon h1 {
    font-size: calc(45px * 0.7);
}.privacy_cordon h2 {
    font-size: calc(36px * 0.7);
}.privacy_cordon h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.privacy_cordon p, 
    .privacy_cordon span,
    .privacy_cordon li {
    max-width: 100%;
    font-size: calc(16px * 0.9);
}.privacy_cordon span {
    padding-left: 0.8rem;
}.privacy_cordon li::before {
    width: 6px;
    height: 6px;
}}.course_program_description {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.course_program_description::before {
    width: 200px;
    border-radius: 50%;
    top: -50px;
    height: 200px;
    position: absolute;
    right: -50px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(132,167,189,0.5) 0%, transparent 70%);
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
}.course_program_description::after {
    left: -30px;
    opacity: 0.2;
    position: absolute;
    height: 150px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    content: "";
    width: 150px;
    bottom: -30px;
    background: radial-gradient(circle, rgb(105,134,158,0.5) 0%, transparent 70%);
}.course_program_description .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.course_program_description .job_success {
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    transform-style: preserve-3d;
}.course_program_description .img_spot {
    position: relative;
    height: 350px;
    transform: translateZ(20px) rotateX(2deg);
    transition: transform 0.5s ease-out;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_program_description .img_spot::before {
    top: 0;
    background: linear-gradient(to right, rgb(132,167,189,0.5) 0%, transparent 50%);
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.6;
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
}.course_program_description .img_spot::after {
    left: -50%;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    animation: orbitEffect 20s infinite linear;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
}.course_program_description .text_title {
    transition: transform 0.4s ease-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateZ(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}.course_program_description .text_title:hover {
    transform: translateZ(15px);
}.course_program_description h3 {
    position: relative;
    color: rgb(132,167,189);
    font-weight: 600;
    font-size: calc(20px * 1.1);
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}.course_program_description h3::after {
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    transform-origin: left;
    content: "";
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    position: absolute;
}.course_program_description .text_title:hover h3::after {
    transform: scaleX(1.5);
}.course_program_description .description {
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    max-height: 300px;
    line-height: 1.8;
    margin-bottom: 20px;
    scrollbar-color: rgb(105,134,158,0.5) transparent;
    font-size: 18px;
    color: #000000;
}.course_program_description .description::-webkit-scrollbar {
    width: 6px;
}.course_program_description .description::-webkit-scrollbar-track {
    background: transparent;
}.course_program_description .description::-webkit-scrollbar-thumb {
    background-color: rgb(105,134,158,0.5);
    border-radius: 20px;
}.course_program_description p.description {
    display: block;
}.course_program_description span.description {
    display: none;
}.course_program_description .job_success div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.course_program_description .job_success {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_description .img_spot {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.course_program_description h3 {
    margin-bottom: 30px;
    font-size: 28px;
}.course_program_description h3::after {
    width: 80px;
}.course_program_description .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_description {
    padding: 150px 0;
}.course_program_description .container {
    padding: 0 40px;
}.course_program_description .job_success {
    gap: 80px;
}.course_program_description .img_spot {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.course_program_description .text_title {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.course_program_description .text_title:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course_program_description .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_description .img_spot {
    height: 550px;
}.course_program_description .job_success {
    gap: 100px;
}.course_program_description .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .container {
    padding: 0 15px;
}.course_program_description .text_title {
    padding: 25px 20px;
}.course_program_description h3 {
    margin-bottom: 20px;
    font-size: 17px;
}.course_program_description .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
    max-height: 250px;
}}header .nav_base {
    background: linear-gradient(120deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}header .nav_base::before {
    animation: slidePattern 25s linear infinite;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(105,134,158,0.5) 10px,
        rgb(105,134,158,0.5) 11px
    );
    left: 0;
}header .nav_base::after {
    background: rgb(132,167,189);
    left: -25%;
    z-index: -2;
    height: 100px;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: -50px;
    width: 150%;
    transform: rotate(-2deg);
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .nav_pagebar {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
}header .top_primary {
    z-index: 2;
    position: relative;
}header .top_mainbar {
    box-shadow: 5px 5px 0 rgb(132,167,189,0.5);
    transform: rotate(-3deg);
    position: relative;
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    display: block;
}header .top_mainbar::before {
    left: -5px;
    content: "";
    position: absolute;
    top: -5px;
    border-radius: 10px;
    border: 2px dashed rgb(132,167,189,0.5);
    transition: all 0.3s ease;
    opacity: 0;
    right: -5px;
    bottom: -5px;
}header .top_mainbar:hover {
    box-shadow: 8px 8px 0 rgb(132,167,189);
    transform: rotate(0deg) translateY(-5px);
}header .top_mainbar:hover::before {
    opacity: 1;
    bottom: -8px;
    top: -8px;
    left: -8px;
    right: -8px;
}header .top_mainbar svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .main_teach {
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
}header .main_teach::before {
    right: 0;
    border-radius: 0 23px 23px 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(105,134,158,0.5) 100%);
    opacity: 0.15;
    transition: width 0.3s ease;
    width: 85%;
    content: "";
    bottom: 0;
    top: 0;
}header .main_teach:hover::before {
    width: 100%;
}header .head_info {
    position: relative;
    margin: 5px 3px;
}header .head_info:nth-child(odd) {
    transform: translateY(-3px);
}header .head_info:nth-child(even) {
    transform: translateY(3px);
}header .head_info a {
    display: block;
    font-family: Arial, sans-serif;
    padding: 8px 16px;
    font-weight: 600;
    position: relative;
    border-left: 3px solid transparent;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    border-radius: 0 10px 0 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}header .head_info a::before {
    background: rgb(132,167,189);
    transform-origin: top;
    transform: scaleY(0);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    transition: transform 0.3s ease;
    right: 0;
    width: 5px;
}header .head_info a::after {
    transform-origin: left;
    height: 2px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    content: "";
    transition: transform 0.3s ease 0.1s;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(0);
}header .head_info a:hover {
    border-left-color: rgb(132,167,189);
    color: rgb(132,167,189);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .head_info a:hover::before {
    transform: scaleY(1);
}header .head_info a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .nav_pagebar {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .top_primary {
    justify-self: center;
}header .main_teach {
    justify-content: center;
}header .main_teach::before {
    background: rgb(105,134,158,0.5);
    opacity: 0.1;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_teach {
    flex-direction: column;
    width: 100%;
}header .head_info {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .head_info a {
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    border-left: none;
    text-align: center;
}header .head_info a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(132,167,189);
    transform: translateY(-3px);
}header .head_info a::before {
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    right: auto;
    top: auto;
}header .head_info a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top_mainbar {
    padding: 10px;
    transform: none;
}header .top_mainbar svg {
    height: 40px;
}header .top_mainbar:hover {
    transform: translateY(-3px);
}}.pricing_plan {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing_plan::before {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    backdrop-filter: blur(8px);
    content: "";
    height: 100%;
    position: absolute;
}.pricing_plan .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing_plan .cost_fee {
    position: relative;
}.pricing_plan h2 {
    transform: perspective(1000px) translateZ(20px);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}.pricing_plan h2::after {
    content: "";
    bottom: -10px;
    border-radius: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(105,134,158), rgb(132,167,189));
}.pricing_plan .discount_price {
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    line-height: 1.6;
    font-size: calc(16px + 2px);
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
}.pricing_plan .price_deals {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
}.pricing_plan .price_deals li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_plan .pricing_deals {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}.pricing_plan .pricing_deals::before {
    width: 100%;
    transform: scaleX(0.7);
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, rgb(105,134,158), rgb(132,167,189));
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    height: 5px;
    position: absolute;
}.pricing_plan .pro_rates {
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    height: 100%;
}.pricing_plan .study_price {
    position: relative;
    z-index: 2;
}.pricing_plan .pricing_deals h4 {
    color: #ffffff;
    margin-top: 0;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
    position: relative;
}.pricing_plan .pricing_deals h4::before {
    position: absolute;
    left: -10px;
    content: "";
    border-left: 2px solid rgb(105,134,158);
    top: -10px;
    width: 30px;
    opacity: 0.6;
    border-top: 2px solid rgb(105,134,158);
    transition: all 0.3s ease;
    height: 30px;
}.pricing_plan .pricing_deals p {
    margin-bottom: 25px;
    max-height: 250px;
    line-height: 1.6;
    word-break: normal;
    font-size: 16px;
    hyphens: auto;
    overflow-wrap: break-word;
    padding-right: 10px;
    overflow-y: auto;
    color: rgb(255, 255, 255, 0.5);
}.pricing_plan .pricing_deals p::-webkit-scrollbar {
    width: 4px;
}.pricing_plan .pricing_deals p::-webkit-scrollbar-thumb {
    background: rgb(105,134,158,0.5);
    border-radius: 10px;
}.pricing_plan .basic_cost {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(24px + 4px);
    display: inline-block;
    background: linear-gradient(135deg, rgba(rgb(105,134,158,0.5), 0.1), rgba(rgb(132,167,189,0.5), 0.2));
    padding: 10px 20px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing_plan .basic_cost::before {
    background: linear-gradient(90deg, transparent, rgb(105,134,158), transparent);
    bottom: -3px;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    content: "";
}.pricing_plan .pricing_deals:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.pricing_plan .pricing_deals:hover::before {
    transform: scaleX(1);
}.pricing_plan .pricing_deals:hover h4 {
    transform: translateX(5px);
}.pricing_plan .pricing_deals:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.pricing_plan .pricing_deals:hover .basic_cost {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.pricing_plan {
    padding: 80px 0;
}.pricing_plan h2 {
    font-size: calc(34px - 4px);
}.pricing_plan .discount_price {
    margin-bottom: 40px;
    font-size: 16px;
}.pricing_plan .price_deals {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.pricing_plan {
    padding: 60px 0;
}.pricing_plan h2 {
    font-size: calc(34px - 6px);
}.pricing_plan .discount_price {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing_plan .price_deals {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_plan .pricing_deals h4 {
    font-size: 24px;
}.pricing_plan .pricing_deals p {
    font-size: calc(16px - 1px);
    max-height: 180px;
}.pricing_plan .basic_cost {
    font-size: 24px;
}
}

@media (max-width: 480px) {.pricing_plan {
    padding: 50px 0;
}.pricing_plan h2 {
    font-size: calc(34px - 8px);
}.pricing_plan .discount_price {
    font-size: calc(16px - 2px);
}.pricing_plan .pro_rates {
    padding: 25px 20px;
}.pricing_plan .pricing_deals h4 {
    font-size: calc(24px - 2px);
}.pricing_plan .basic_cost {
    font-size: calc(24px - 2px);
    padding: 8px 15px;
}}.learning_impact {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.learning_impact::before {
    filter: blur(60px);
    z-index: 1;
    height: 70%;
    position: absolute;
    content: "";
    top: -10%;
    background: linear-gradient(225deg, rgb(132,167,189,0.5) 0%, transparent 70%);
    width: 35%;
    transform: rotate(-15deg) skewX(20deg);
    right: -5%;
}.learning_impact::after {
    left: -5%;
    z-index: 1;
    bottom: -5%;
    width: 40%;
    position: absolute;
    background: linear-gradient(45deg, rgb(105,134,158,0.5) 0%, transparent 70%);
    filter: blur(40px);
    content: "";
    height: 50%;
    transform: rotate(15deg) skewX(-10deg);
}.learning_impact h5 {
    color: #000000;
    font-weight: 700;
    margin-left: auto;
    transition: all 0.3s ease;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    max-width: 900px;
    position: relative;
    font-size: 24px;
    z-index: 2;
}.learning_impact h5::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    bottom: -15px;
    width: 80px;
    height: 3px;
}.learning_impact .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
}.learning_impact .skill_program {
    position: relative;
    align-items: center;
    display: flex;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    padding: 40px;
    z-index: 4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
}.learning_impact .skill_program:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}.learning_impact .img_spot {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    border-radius: 8px;
    max-width: 500px;
    object-fit: cover;
    transform: rotateY(0deg) perspective(1000px);
}.learning_impact .img_spot:hover {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: rotateY(5deg) perspective(1000px);
}.learning_impact .text_title {
    width: 100%;
    margin-top: 40px;
}.learning_impact ul {
    display: grid;
    list-style: none;
    grid-gap: 25px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.learning_impact li {
    padding: 20px 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    border-left: 3px solid rgb(132,167,189);
    background: rgba(255, 255, 255, 0.9);
}.learning_impact li:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
    border-left: 3px solid rgb(105,134,158);
}.learning_impact li:nth-child(odd) {
    border-left: 3px solid rgb(105,134,158);
}.learning_impact li:nth-child(odd):hover {
    border-left: 3px solid rgb(132,167,189);
}.learning_impact li div {
    width: 100%;
}.learning_impact li p {
    color: #000000;
    display: flex;
    line-height: 1.6;
    margin: 0;
    font-size: calc(18px - 1px);
    align-items: flex-start;
}.learning_impact svg {
    transform: scale(1);
    min-width: 24px;
    transition: transform 0.3s ease;
    margin-right: 15px;
    margin-top: 2px;
}.learning_impact li:hover svg {
    transform: scale(1.1);
}.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,167,189);
}.learning_impact li:hover svg path {
    fill: rgb(105,134,158);
}.learning_impact li:nth-child(odd) svg path {
    fill: rgb(105,134,158);
}.learning_impact li:nth-child(odd):hover svg path {
    fill: rgb(132,167,189);
}

@media (min-width: 992px) {.learning_impact .skill_program {
    flex-direction: row;
    gap: 50px;
    align-items: stretch;
    padding: 60px;
}.learning_impact .text_title {
    margin-top: 0;
}.learning_impact .img_spot {
    max-width: 45%;
}.learning_impact li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
}

@media (max-width: 991px) {.learning_impact {
    padding: 80px 0;
}.learning_impact h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 40px;
}.learning_impact .skill_program {
    padding: 30px;
}.learning_impact ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.learning_impact {
    padding: 60px 0;
}.learning_impact h5 {
    margin-bottom: 30px;
    font-size: calc(24px - 4px);
}.learning_impact h5::after {
    width: 60px;
    bottom: -10px;
}.learning_impact .skill_program {
    padding: 25px 20px;
}.learning_impact li {
    padding: 15px 20px;
}
}

@media (max-width: 576px) {.learning_impact {
    padding: 50px 0;
}.learning_impact h5 {
    font-size: calc(24px - 6px);
}.learning_impact .container {
    padding: 0 15px;
}.learning_impact .skill_program {
    padding: 20px 15px;
}.learning_impact li {
    padding: 15px;
}.learning_impact li p {
    font-size: calc(18px - 2px);
}.learning_impact svg {
    transform: scale(0.9);
    margin-right: 10px;
}}.user_reviews {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(180deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
}.user_reviews::before {
    background: linear-gradient(to right, rgb(105,134,158,0.5), transparent, rgb(105,134,158,0.5));
    content: "";
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.3;
    height: 200px;
    position: absolute;
    transform: skewY(-5deg) translateY(-100px);
    z-index: 0;
}.user_reviews::after {
    z-index: 0;
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
    opacity: 0.3;
    height: 150px;
    transform: skewY(3deg) translateY(50px);
    background: linear-gradient(to left, rgb(132,167,189,0.5), transparent, rgb(132,167,189,0.5));
    left: 0;
}.user_reviews .container {
    z-index: 1;
    position: relative;
}.user_reviews h2 {
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transform: perspective(500px) rotateX(5deg);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 70px;
}.user_reviews h2::after {
    width: 100px;
    background: linear-gradient(to right, rgb(132,167,189), rgb(105,134,158));
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    content: "";
}.user_reviews .client_feedback {
    transform-style: preserve-3d;
    perspective: 1000px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    gap: 70px;
    align-items: center;
    max-width: 800px;
}.user_reviews .rating_insights {
    display: flex;
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 30px;
    transform: translateZ(0);
    flex-direction: column;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
    gap: 20px;
    background: #ffffff;
}.user_reviews .rating_insights:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px) rotateZ(-1deg);
}.user_reviews .rating_insights:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px) rotateZ(1deg);
}.user_reviews .rating_insights:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
}.user_reviews .rating_insights::before {
    z-index: -1;
    transform: rotate(45deg);
    top: -15px;
    content: "";
    position: absolute;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    height: 30px;
    left: 30px;
    background: #ffffff;
    width: 30px;
}.user_reviews .rating_insights:nth-child(even)::before {
    left: auto;
    right: 30px;
}.user_reviews .rating_insights img {
    border-radius: 50%;
    object-fit: cover;
    height: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    border: 5px solid #ffffff;
    left: 20px;
    width: 80px;
    top: -40px;
    position: absolute;
}.user_reviews .rating_insights:nth-child(even) img {
    left: auto;
    right: 20px;
}.user_reviews .rating_insights:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.1) translateY(-5px);
}.user_reviews .rating_insights p {
    margin: 0;
    font-family: Arial, sans-serif;
}.user_reviews .rating_insights p:first-of-type {
    margin-left: 100px;
    font-size: 23px;
    margin-top: 40px;
    font-weight: 600;
    position: relative;
    color: #000000;
}.user_reviews .rating_insights:nth-child(even) p:first-of-type {
    text-align: right;
    margin-left: 0;
    margin-right: 100px;
}.user_reviews .rating_insights .description {
    background: linear-gradient(to right, rgb(161,204,220), transparent);
    border-radius: 10px;
    padding: 20px;
    line-height: 1.7;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    position: relative;
}.user_reviews .rating_insights:nth-child(even) .description {
    background: linear-gradient(to left, rgb(161,204,220), transparent);
}.user_reviews .rating_insights .description::before {
    position: absolute;
    font-size: 60px;
    top: -20px;
    content: "";
    color: rgb(132,167,189,0.5);
    font-weight: 700;
    left: 0;
    line-height: 1;
}.user_reviews .rating_insights:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.user_reviews .rating_insights:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.user_reviews .rating_insights:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}.user_reviews .rating_insights:nth-child(3n) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 2s;
}

@media (max-width: 992px) {.user_reviews {
    padding: 80px 0;
}.user_reviews .rating_insights:nth-child(odd),
    .user_reviews .rating_insights:nth-child(even) {
    transform: none;
    width: 90%;
}.user_reviews .rating_insights:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 70px 0;
}.user_reviews h2 {
    transform: none;
    margin-bottom: 50px;
}.user_reviews .client_feedback {
    gap: 80px;
}.user_reviews .rating_insights {
    padding: 25px 20px;
}.user_reviews .rating_insights img {
    top: -30px;
    height: 60px;
    width: 60px;
}.user_reviews .rating_insights p:first-of-type {
    margin-left: 80px;
    margin-top: 30px;
    font-size: calc(23px * 0.9);
}.user_reviews .rating_insights:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.user_reviews .rating_insights .description {
    font-size: calc(17px * 0.95);
    padding: 15px;
}}.company_info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background-color: rgb(161,204,220);
}.company_info::before {
    content: '';
    height: 400px;
    border-radius: 50%;
    opacity: 0.15;
    top: -100px;
    position: absolute;
    background: rgb(132,167,189,0.5);
    right: -100px;
    width: 400px;
}.company_info::after {
    bottom: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    left: -100px;
    opacity: 0.15;
    content: '';
    background: rgb(105,134,158,0.5);
}.company_info .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.company_info .skill_program {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: center;
    position: relative;
}.company_info .study_space {
    position: relative;
    grid-column: span 4;
}.company_info .img_spot {
    border-radius: 19px;
    aspect-ratio: 1/1.2;
    width: 100%;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}.company_info .img_spot:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.company_info .skill_philo {
    background-color: #ffffff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    margin-left: 20px;
    padding: 25px 30px;
    position: relative;
    border-radius: 19px;
    z-index: 2;
    margin-top: -50px;
    margin-right: 20px;
}.company_info .expert_classes {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
}.company_info .learning_experts {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: rgb(132,167,189);
}.company_info .text_title {
    background-color: #ffffff;
    position: relative;
    grid-column: span 8;
    padding: 50px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 19px;
}.company_info .pro_study {
    margin-bottom: 25px;
    font-size: 22px;
    color: #000000;
    display: flex;
    font-weight: 600;
    align-items: center;
}.company_info .pro_study svg {
    fill: rgb(132,167,189);
    height: 40px;
    margin-right: 15px;
    width: 40px;
}.company_info .pro_study svg path {
    fill: rgb(132,167,189);
}.company_info h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}.company_info h2::before {
    height: 3px;
    background-color: rgb(132,167,189);
    left: -50px;
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}.company_info p {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    position: relative;
}

@media (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .skill_program {
    gap: 50px;
    grid-template-columns: 1fr;
}.company_info .study_space {
    max-width: 400px;
    margin: 0 auto;
    grid-column: span 1;
}.company_info .text_title {
    grid-column: span 1;
    padding: 40px 30px;
}.company_info h2::before {
    left: -30px;
    width: 20px;
}
}

@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info .skill_philo {
    margin-top: -40px;
    padding: 20px;
}.company_info .text_title {
    padding: 30px 25px;
}.company_info h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 20px;
}.company_info h2::before {
    display: none;
}.company_info p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.company_info {
    padding: 40px 0;
}.company_info .skill_philo {
    padding: 15px;
    margin-top: -30px;
}.company_info .expert_classes {
    font-size: calc(21px * 0.9);
}.company_info .learning_experts {
    font-size: calc(12px * 0.9);
}.company_info .text_title {
    padding: 25px 20px;
}.company_info h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.8);
}.company_info p {
    line-height: 1.6;
    padding-left: 10px;
    font-size: calc(12px * 0.9);
}.company_info .pro_study {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.company_info .pro_study svg {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}}.appCard {
    perspective: 1000px;
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgb(105,134,158,0.5) 100%);
}.appCard::before {
    height: 100%;
    content: "";
    opacity: 0.07;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(105,134,158,0.5) 0px,
        rgb(105,134,158,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    transform: translateZ(-10px);
}.appCard::after {
    position: absolute;
    animation: floating 8s infinite ease-in-out;
    filter: blur(40px);
    opacity: 0.4;
    height: 200px;
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle, rgb(132,167,189,0.5) 0%, transparent 70%);
    content: "";
    width: 200px;
}.appCard .container {
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
}.appCard h2 {
    margin-bottom: 40px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-size: 38px;
    animation: slideIn 0.8s ease-out forwards;
    transform: translateZ(20px);
}.appCard h2::after {
    transform: scaleX(0);
    bottom: -12px;
    left: 0;
    position: absolute;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 120px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    content: "";
    transform-origin: left;
    height: 4px;
}.appCard .skill_program {
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(132,167,189);
    position: relative;
    animation: fadeIn 1s 0.3s both;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}.appCard .skill_program:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.appCard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appCard li {
    position: relative;
    padding-left: 30px;
}.appCard li::before {
    width: 8px;
    background-color: rgb(105,134,158);
    position: absolute;
    top: 8px;
    border-radius: 50%;
    height: 8px;
    animation: pulse 3s infinite;
    box-shadow: 0 0 0 4px rgb(105,134,158,0.5);
    content: "";
    left: 0;
}.appCard span {
    color: #000000;
    transition: all 0.3s;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.appCard .skill_program::after {
    top: -10px;
    height: 60px;
    position: absolute;
    border-radius: 10px;
    content: "";
    opacity: 0.9;
    right: 30px;
    animation: float 6s infinite ease-in-out;
    transform: rotate(15deg);
    z-index: -1;
    background: linear-gradient(135deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    width: 60px;
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(105,134,158,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(105,134,158), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(105,134,158), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.appCard {
    padding: 80px 0 60px;
}.appCard h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.appCard .skill_program {
    padding: 30px;
}.appCard h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.appCard {
    padding: 60px 0 40px;
}.appCard h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.appCard .skill_program {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.appCard .skill_program:hover {
    transform: translateZ(8px) rotateX(0deg);
}.appCard li {
    padding-left: 25px;
}.appCard span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.appCard .skill_program::after {
    right: 20px;
    height: 40px;
    top: -5px;
    width: 40px;
}
}

@media (max-width: 575px) {.appCard {
    padding: 50px 0 30px;
}.appCard h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
    line-height: 1.4;
}.appCard h2::after {
    height: 3px;
    width: 80px;
}.appCard .skill_program {
    transform: none;
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}.appCard .skill_program:hover {
    transform: translateY(-3px);
}.appCard li {
    padding-left: 20px;
}.appCard li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.appCard span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.appCard .skill_program::after {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}.science_ref {
    font-family: Arial, sans-serif;
    background-color: rgb(161,204,220);
    position: relative;
    color: #000000;
    padding: 100px 0 30px;
}.science_ref::before {
    background-color: rgb(132,167,189,0.5);
    background: 
        linear-gradient(135deg, rgb(161,204,220) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(161,204,220) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(161,204,220) 25%, transparent 25%),
        linear-gradient(45deg, rgb(161,204,220) 25%, transparent 25%);
    width: 100%;
    position: absolute;
    background-size: 100px 100px;
    left: 0;
    top: 0;
    height: 120px;
    content: "";
}footer .insta_feed {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .edu_guide {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 23px;
    position: relative;
    padding: 25px;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateY(-30px);
    margin-bottom: 60px;
    background-color: #ffffff;
}footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 10px 15px;
    position: relative;
    margin: 10px;
    background-color: rgb(161,204,220);
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    position: absolute;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background-color: rgb(132,167,189);
    width: 3px;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(132,167,189);
    vertical-align: middle;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(132,167,189);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}footer .text_main_holder::before {
    top: -40px;
    width: 100%;
    left: 0;
    content: "";
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    height: calc(100% + 80px);
    z-index: -1;
    position: absolute;
}footer .top_primary {
    position: relative;
    padding: 0 30px;
}footer .top_primary::after {
    background: linear-gradient(90deg, rgb(132,167,189), transparent);
    height: 1px;
    left: 30px;
    bottom: -15px;
    content: "";
    right: 30px;
    position: absolute;
}footer .top_primary svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .intern_ship {
    font-size: 14px;
    max-width: 330px;
    line-height: 1.6;
    color: #000000;
}footer .main_teach {
    background-color: rgb(161,204,220);
    z-index: 1;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 23px;
    margin-top: -10px;
    margin-right: 20px;
    margin-left: 20px;
}footer .main_teach h5 {
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}footer .main_teach h5::after {
    left: 0;
    width: 50px;
    background-color: rgb(132,167,189);
    height: 2px;
    bottom: -7px;
    position: absolute;
    content: "";
}footer .top_section {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}footer .top_section a {
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding: 8px 0;
}footer .top_section a::after {
    height: 2px;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(132,167,189);
    position: absolute;
    bottom: 5px;
    content: "";
    left: 0;
}footer .top_section a:hover {
    transform: translateX(5px);
    color: rgb(132,167,189);
}footer .top_section a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    z-index: 0;
    color: #ffffff;
    position: relative;
    margin-top: -10px;
    margin-left: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    margin-right: 40px;
    background-color: rgb(132,167,189);
}footer .subscribe_holder::before {
    background-color: rgb(132,167,189);
    content: "";
    z-index: -1;
    position: absolute;
    right: 30px;
    width: 30px;
    top: -15px;
    height: 30px;
    transform: rotate(45deg);
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
    border: none;
    transition: background-color 0.3s ease;
    color: #000000;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .join_list {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background-color: #000000;
    border-radius: 10px;
    padding: 14px 20px;
}footer .join_list:hover {
    background-color: rgb(105,134,158);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .ranking_bar {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    text-align: center;
}footer .subscr_info {
    font-size: 14px;
    color: #000000;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    background-color: #ffffff;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_section {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_list {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_teach {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .science_ref {
    padding: 80px 0 30px;
}footer .edu_guide {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .main_teach, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 10px;
    margin-right: 10px;
}footer .ranking_bar {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .science_ref {
    padding: 60px 0 20px;
}footer .edu_guide {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .top_primary {
    padding: 0 20px;
}footer .top_primary::after {
    right: 20px;
    left: 20px;
}footer .main_teach h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .top_section a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .join_list {
    padding: 12px 15px;
}}.title_welcome {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_welcome .course_entry {
    z-index: 1;
    padding: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}.title_welcome .course_entry::before {
    background: linear-gradient(135deg, 
        rgb(132,167,189,0.5) 0%, 
        rgba(0,0,0,0.7) 60%, 
        rgb(105,134,158,0.5) 100%);
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
}.title_welcome .course_entry::after {
    position: absolute;
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
}.title_welcome .learn_corner {
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateY(2vh);
    border-left: 3px solid rgb(105,134,158);
    padding: 3rem 2rem;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    opacity: 0;
    background: linear-gradient(165deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 40%, 
        rgba(255,255,255,0) 100%);
    max-width: 900px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2),
                0 5px 15px rgba(0,0,0,0.1),
                0 1px 2px rgba(255,255,255,0.05);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_welcome .learn_corner::before {
    position: absolute;
    content: "";
    animation: appearFade 0.8s ease-out 1s forwards;
    right: -20px;
    opacity: 0;
    border-right: 4px solid rgb(105,134,158);
    top: -20px;
    border-top: 4px solid rgb(105,134,158);
    width: 80px;
    height: 80px;
}.title_welcome .learn_corner::after {
    bottom: -20px;
    width: 80px;
    content: "";
    border-bottom: 4px solid rgb(105,134,158);
    position: absolute;
    opacity: 0;
    left: -20px;
    animation: appearFade 0.8s ease-out 1.2s forwards;
    height: 80px;
    border-left: 4px solid rgb(105,134,158);
}.title_welcome h1 {
    font-weight: 700;
    transform: translateX(-30px);
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: calc(44px * 1.2);
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    letter-spacing: -0.02em;
    position: relative;
    color: #ffffff;
    line-height: 1.1;
}.title_welcome h1::after {
    width: 0;
    height: 3px;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(105,134,158) 0%, 
        rgb(132,167,189) 100%);
    left: 0;
}.title_welcome h3 {
    font-weight: 600;
    transform: translateX(-20px);
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    opacity: 0;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.6s forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}.title_welcome h3::before {
    width: 3px;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.8;
    transform: scaleY(0);
    background: rgb(105,134,158);
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    left: 0;
    transform-origin: top;
    content: "";
}.title_welcome p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 90%;
    font-weight: 400;
    transform: translateY(20px);
    animation: slideUpFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.9s forwards;
    margin-top: 2rem;
    color: #ffffff;
    opacity: 0;
    padding-left: 2rem;
    position: relative;
    letter-spacing: 0.02em;
}.title_welcome p::before {
    animation: scaleHorizontal 0.6s ease-out 1.2s forwards;
    transform: scaleX(0);
    height: 1px;
    transform-origin: left;
    content: "";
    position: absolute;
    background: rgb(105,134,158);
    top: 50%;
    width: 1.5rem;
    left: 0;
}

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

@keyframes slideRightFade {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

@keyframes scaleVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes scaleHorizontal {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes appearFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200px) {.title_welcome .learn_corner {
    padding: 2.5rem 1.5rem;
    max-width: 800px;
}.title_welcome h1 {
    font-size: calc(44px * 1.1);
}.title_welcome h3 {
    font-size: 18px;
}
}

@media screen and (max-width: 992px) {.title_welcome .course_entry {
    padding: 1.5rem;
    min-height: 90vh;
}.title_welcome .learn_corner {
    max-width: 700px;
    padding: 2rem 1.5rem;
}.title_welcome h1 {
    font-size: 44px;
}.title_welcome h1::after {
    bottom: -8px;
    height: 2px;
}.title_welcome h3 {
    font-size: calc(18px * 0.95);
}.title_welcome p {
    max-width: 95%;
}
}

@media screen and (max-width: 768px) {.title_welcome .course_entry {
    padding: 1rem;
    min-height: 80vh;
}.title_welcome .learn_corner {
    padding: 1.8rem 1.2rem;
    max-width: 100%;
}.title_welcome h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 1.2rem;
}.title_welcome h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.9);
}.title_welcome p {
    max-width: 100%;
    font-size: calc(18px * 0.95);
    margin-top: 1.5rem;
}.title_welcome .learn_corner::before,
    .title_welcome .learn_corner::after {
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 576px) {.title_welcome .course_entry {
    min-height: 70vh;
}.title_welcome .learn_corner {
    padding: 1.5rem 1rem;
}.title_welcome h1 {
    margin-bottom: 1rem;
    font-size: calc(44px * 0.8);
}.title_welcome h1::after {
    bottom: -6px;
    height: 2px;
}.title_welcome h3 {
    font-size: calc(18px * 0.85);
    padding-left: 0.8rem;
}.title_welcome h3::before {
    width: 2px;
}.title_welcome p {
    margin-top: 1.2rem;
    padding-left: 1.5rem;
    font-size: calc(18px * 0.9);
}.title_welcome p::before {
    width: 1.2rem;
}.title_welcome .learn_corner::before,
    .title_welcome .learn_corner::after {
    border-width: 3px;
    height: 50px;
    width: 50px;
}
}

@media screen and (max-width: 480px) {.title_welcome .course_entry {
    min-height: 60vh;
}.title_welcome .learn_corner {
    padding: 1.2rem 0.8rem;
}.title_welcome h1 {
    font-size: calc(44px * 0.7);
}.title_welcome h3 {
    font-size: calc(18px * 0.8);
}.title_welcome p {
    font-size: calc(18px * 0.85);
}}.connect_with_us {
    overflow: hidden;
    background: rgb(161,204,220);
    padding: 110px 0;
    position: relative;
}.connect_with_us::before {
    top: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(132,167,189,0.5) 25%, rgb(132,167,189,0.5) 26%, transparent 27%, transparent 74%, rgb(132,167,189,0.5) 75%, rgb(132,167,189,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(132,167,189,0.5) 25%, rgb(132,167,189,0.5) 26%, transparent 27%, transparent 74%, rgb(132,167,189,0.5) 75%, rgb(132,167,189,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: 0;
}.connect_with_us .img_spot {
    opacity: 0.05;
    top: 0;
    width: 100%;
    filter: saturate(0) contrast(1.2);
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}.connect_with_us::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, transparent 50%, rgb(161,204,220) 100%);
}.connect_with_us .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.connect_with_us h3 {
    margin-bottom: 50px;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
}.connect_with_us h3::before {
    position: absolute;
    left: 50%;
    height: 6px;
    background: rgb(132,167,189);
    top: -15px;
    transform: translateX(-50%);
    width: 6px;
    border-radius: 50%;
    content: "";
}.connect_with_us h3::after {
    bottom: -15px;
    height: 6px;
    background: rgb(132,167,189);
    border-radius: 50%;
    position: absolute;
    width: 6px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}.help_info {
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    backdrop-filter: blur(5px);
}.help_info::before {
    right: -150px;
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(132,167,189,0.5);
    top: -150px;
    height: 300px;
    border-radius: 50%;
    filter: blur(70px);
    width: 300px;
}.help_info::after {
    width: 300px;
    filter: blur(70px);
    position: absolute;
    background: rgb(105,134,158,0.5);
    left: -150px;
    content: "";
    bottom: -150px;
    z-index: 0;
    height: 300px;
    border-radius: 50%;
}.help_info .reach_feedback {
    z-index: 1;
    padding: 70px;
    width: 60%;
    float: left;
    position: relative;
}.help_info .reach_feedback h3 {
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    font-size: 22px;
}.help_info .reach_feedback h3::before,
.help_info .reach_feedback h3::after {
    display: none;
}.help_info .reach_feedback h3::before {
    position: absolute;
    width: 30px;
    left: 0;
    background: rgb(132,167,189);
    content: "";
    height: 2px;
    bottom: -15px;
}.help_info .reach_feedback form {
    flex-direction: column;
    display: flex;
}.help_info .reach_feedback input[type="text"],
.help_info .reach_feedback textarea {
    border-radius: 30px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 12px;
    margin-bottom: 25px;
    padding: 20px 25px;
    width: 100%;
    background: rgba(245, 245, 245, 0.7);
}.help_info .reach_feedback input[type="text"]:focus,
.help_info .reach_feedback textarea:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    background: rgba(245, 245, 245, 1);
}.help_info .reach_feedback textarea {
    border-radius: 25px;
    resize: vertical;
    min-height: 160px;
}.help_info .reach_feedback .connect_grid {
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
    position: relative;
}.help_info .reach_feedback .connect_grid input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.help_info .reach_feedback .connect_grid label {
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: calc(12px - 2px);
}.help_info .reach_feedback .connect_grid label::before {
    content: "";
    position: absolute;
    background: rgba(245, 245, 245, 0.7);
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    width: 22px;
    top: 2px;
    border-radius: 50%;
}.help_info .reach_feedback .connect_grid input[type="checkbox"]:checked + label::before {
    background: rgb(132,167,189);
}.help_info .reach_feedback .connect_grid input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    height: 10px;
    content: "";
    left: 8px;
    top: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}.help_info .reach_feedback .connect_grid a {
    color: rgb(132,167,189);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.help_info .reach_feedback .connect_grid a:hover {
    color: rgb(105,134,158);
}.help_info .reach_feedback .query_links {
    overflow: hidden;
    padding: 18px 40px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    align-self: flex-start;
    background: rgb(132,167,189);
    border: none;
    display: inline-block;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    z-index: 1;
}.help_info .reach_feedback .query_links:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(105,134,158);
    transform: translateY(-5px);
}.help_info .support_requestoyql {
    z-index: 1;
    padding: 70px 50px;
    position: relative;
    width: 40%;
    float: left;
    background: rgb(161,204,220);
}.help_info .support_requestoyql::before {
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(132,167,189,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(105,134,158,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    left: 0;
}.help_info .support_requestoyql h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
}.help_info .support_requestoyql h4::after {
    width: 30px;
    background: rgb(132,167,189);
    content: "";
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
}.help_info .support_requestoyql .help_card {
    padding: 0;
    margin: 0;
    list-style: none;
}.help_info .support_requestoyql .help_card li {
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
    display: flex;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}.help_info .support_requestoyql .help_card li:last-child {
    margin-bottom: 0;
}.help_info .support_requestoyql .help_card li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
}.help_info .support_requestoyql .help_card li svg {
    flex-shrink: 0;
    height: 26px;
    width: 26px;
    transition: all 0.3s ease;
    margin-right: 15px;
}.help_info .support_requestoyql .help_card li:hover svg {
    transform: scale(1.2);
}.help_info .support_requestoyql .help_card li svg path {
    fill: rgb(132,167,189);
    transition: all 0.3s ease;
}.help_info .support_requestoyql .help_card li:hover svg path {
    fill: rgb(105,134,158);
}.help_info .support_requestoyql .help_card li span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.help_info .support_requestoyql .help_card li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.help_info .support_requestoyql .help_card li a:hover {
    color: rgb(132,167,189);
}

@media screen and (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.help_info {
    border-radius: 30px;
    display: block;
}.help_info .reach_feedback,
    .help_info .support_requestoyql {
    padding: 50px;
    float: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    font-size: calc(29px - 4px);
}.help_info {
    border-radius: 25px;
}.help_info .reach_feedback,
    .help_info .support_requestoyql {
    padding: 40px 30px;
}.help_info .reach_feedback input[type="text"],
    .help_info .reach_feedback textarea {
    padding: 15px 20px;
    border-radius: 20px;
}.help_info .reach_feedback .query_links {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
}.help_info .support_requestoyql .help_card li {
    border-radius: 15px;
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 40px 0;
}.help_info {
    border-radius: 20px;
}.help_info .reach_feedback,
    .help_info .support_requestoyql {
    padding: 30px 20px;
}}.study_process {
    background: rgb(161,204,220);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.study_process::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(132,167,189,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.2;
}.study_process::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    animation: moveGradient 20s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.3;
    top: -50%;
    background: radial-gradient(circle, rgb(105,134,158,0.5) 0%, transparent 70%);
    right: -50%;
}.study_process .skill_program {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    max-width: 900px;
    gap: 2.5rem;
}.study_process h3 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    font-size: 30px;
    padding: 2rem;
    background: #ffffff;
    font-weight: 700;
    color: #000000;
    margin: 0;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    position: relative;
}.study_process h3::before {
    border-radius: inherit;
    border: 2px solid rgb(132,167,189,0.5);
    z-index: -1;
    height: 100%;
    transform: translate(8px, 8px);
    opacity: 0.5;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
}.study_process span {
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    line-height: 1.8;
    background: #ffffff;
    font-size: 13px;
    color: #000000;
    position: relative;
    opacity: 0;
}.study_process span::before {
    top: 0;
    position: absolute;
    content: "";
    transform: translate(-8px, -8px);
    left: 0;
    border: 2px solid rgb(105,134,158,0.5);
    height: 100%;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    border-radius: inherit;
    opacity: 0.5;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.study_process {
    padding: 5rem 1.5rem;
}.study_process h3 {
    padding: 1.8rem;
    font-size: calc(30px * 0.9);
}.study_process span {
    padding: 1.8rem;
}.study_process h3::before,
    .study_process span::before {
    transform: translate(6px, 6px);
}.study_process span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.study_process {
    padding: 4rem 1rem;
}.study_process h3 {
    padding: 1.5rem;
    font-size: calc(30px * 0.8);
}.study_process span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.study_process .skill_program {
    gap: 2rem;
}.study_process h3::before,
    .study_process span::before {
    transform: translate(4px, 4px);
}.study_process span::before {
    transform: translate(-4px, -4px);
}}.policyAgreementPanel {
    background: rgb(105,134,158);
    position: fixed;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(105,134,158);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#popupPolicyNotice {
    display: none;
}#popupPolicyNotice:checked ~ .policyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}.track_alert {
    padding: 20px 5%;
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}.policyAgreementPanel h5 {
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}.policyAgreementPanel p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, sans-serif;
}.edu_track {
    filter: drop-shadow(0 0 10px rgb(132,167,189));
    justify-content: center;
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}.edu_track svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(132,167,189);
    width: 80px;
    height: 80px;
}.edu_track:hover svg {
    transform: scale(1.1);
}.cookie_hide {
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    margin-left: 10px;
    border-radius: 10px;
    min-width: 140px;
    white-space: nowrap;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(132,167,189);
    text-align: center;
    color: #000000;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
}.cookie_hide:hover {
    box-shadow: 0 0 20px rgb(105,134,158);
}.cookie_button.cookie_protect {
    border: 2px solid rgb(105,134,158);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_protect:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(105,134,158);
}.policyAgreementPanel p a {
    transition: color 0.3s ease;
    color: rgb(132,167,189);
    text-decoration: none;
}.policyAgreementPanel p a:hover {
    color: rgb(105,134,158);
}
@media only screen and (max-width: 1200px) {.policyAgreementPanel {
    padding: 15px 0;
}.track_alert {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.edu_track {
    display: none;
}.track_alert {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.policyAgreementPanel h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.learn_prefs {
    margin-bottom: 15px;
}.cookie_hide {
    min-width: 100%;
    margin: 10px 0;
}}
.teaching_experience {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(105,134,158,0.5), rgb(132,167,189), rgb(105,134,158));
}.teaching_experience::before {
    left: -10%;
    z-index: 0;
    height: 120%;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    top: -10%;
    background: radial-gradient(circle at 30% 70%, rgb(132,167,189,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(105,134,158,0.5), transparent 60%);
    content: "";
    position: absolute;
    opacity: 0.7;
    width: 120%;
}.teaching_experience::after {
    top: 0;
    position: absolute;
    opacity: 0.2;
    animation: constellation-twinkle 8s infinite ease-in-out;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    width: 100%;
    z-index: 1;
    background-size: 120px 120px;
    left: 0;
    content: "";
}.teaching_experience .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.teaching_experience .rating_insights {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 3rem;
    display: grid;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    backdrop-filter: blur(10px);
}.teaching_experience .rating_insights:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.teaching_experience .rating_insights > div:first-child {
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    width: 150px;
    height: 150px;
}.teaching_experience .img_spot {
    width: 100%;
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    height: 100%;
    border-radius: 10% 40% 30% 20%;
    animation: float-photo 6s infinite ease-in-out;
    overflow: hidden;
}.teaching_experience .rating_insights:hover .img_spot {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    border-radius: 30% 10% 40% 20%;
}.teaching_experience .rating_insights > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.teaching_experience .name {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 24px;
    transform: translateY(0);
}.teaching_experience .name::after {
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(105,134,158), #ffffff, rgb(105,134,158));
    content: "";
    width: 0;
}.teaching_experience .rating_insights:hover .name {
    transform: translateY(-2px);
}.teaching_experience .rating_insights:hover .name::after {
    width: 100%;
}.teaching_experience .rating_insights > div:nth-child(2) > div {
    font-size: calc(14px - 2px);
    font-style: italic;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0.9;
}.teaching_experience .rating_insights:hover > div:nth-child(2) > div {
    opacity: 1;
}.teaching_experience .job_table {
    position: relative;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
    padding: 0 1rem;
    text-align: left;
    margin: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    line-height: 1.7;
}.teaching_experience .job_table::before {
    color: rgb(255, 255, 255, 0.5);
    content: "";
    font-size: 5rem;
    position: absolute;
    opacity: 0.2;
    top: -2rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: serif;
    left: -1rem;
}.teaching_experience .job_table::after {
    position: absolute;
    right: -1rem;
    bottom: -4rem;
    color: rgb(255, 255, 255, 0.5);
    font-family: serif;
    font-size: 5rem;
    content: "";
    opacity: 0.2;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.teaching_experience .rating_insights:hover .job_table {
    transform: translateY(-2px);
    opacity: 1;
}.teaching_experience .rating_insights:hover .job_table::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.teaching_experience .rating_insights:hover .job_table::after {
    transform: translateY(5px);
    opacity: 0.3;
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.teaching_experience .rating_insights {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.teaching_experience .rating_insights > div:first-child {
    width: 180px;
    height: 180px;
    margin: 0;
}.teaching_experience .rating_insights > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.teaching_experience .job_table {
    padding: 0;
}
}

@media (min-width: 992px) {.teaching_experience {
    padding: 9rem 0;
}.teaching_experience .rating_insights {
    grid-template-columns: auto 1.5fr 3fr;
    padding: 5rem;
    gap: 4rem;
}.teaching_experience .rating_insights > div:first-child {
    height: 220px;
    width: 220px;
}.teaching_experience .name {
    font-size: calc(24px + 2px);
}.teaching_experience .job_table {
    line-height: 1.8;
    font-size: calc(14px + 1px);
}
}

@media (max-width: 767px) {.teaching_experience {
    padding: 5rem 0;
}.teaching_experience .rating_insights {
    gap: 2rem;
    padding: 2.5rem;
}.teaching_experience .img_spot {
    animation: float-photo 5s infinite ease-in-out;
}.teaching_experience .job_table {
    padding: 0;
}.teaching_experience .job_table::before {
    left: -0.5rem;
    top: -1.5rem;
    font-size: 3rem;
}.teaching_experience .job_table::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}}.interested_learners {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgb(132,167,189,0.5) 100%);
    padding: 5rem 2rem;
}.interested_learners::before {
    animation: rotate 20s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    height: 500px;
    z-index: 1;
    content: "";
    width: 500px;
}.interested_learners::after {
    border-radius: 50%;
    animation: rotate-reverse 30s linear infinite;
    border: 4px dotted rgb(132,167,189,0.5);
    height: 800px;
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 1;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.interested_learners .skill_program {
    border-radius: 15px;
    z-index: 5;
    position: relative;
    max-width: 1200px;
    padding: 2rem;
    margin: 0 auto;
}.interested_learners .skill_program::before {
    border-radius: 50%;
    filter: blur(50px);
    top: 50%;
    background: radial-gradient(circle, rgb(105,134,158,0.5) 0%, transparent 70%);
    content: "";
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 50%;
    position: absolute;
    animation: pulse 8s ease-in-out infinite alternate;
    width: 300px;
    height: 300px;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.interested_learners h3 {
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 10;
    margin-bottom: 4rem;
}.interested_learners h3::after {
    border-radius: 50px;
    position: absolute;
    bottom: -15px;
    box-shadow: 0 0 15px rgb(132,167,189);
    width: 150px;
    background: rgb(132,167,189);
    height: 3px;
    transform: translateX(-50%);
    animation: glow 3s infinite alternate;
    left: 50%;
    content: "";
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(132,167,189); }
    100% { box-shadow: 0 0 20px rgb(132,167,189), 0 0 40px rgb(132,167,189,0.5); }
}

.interested_learners ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    display: grid;
    position: relative;
    padding: 0;
    list-style: none;
}.interested_learners li {
    border-radius: 50px;
    color: #ffffff;
    transition: all 0.4s ease;
    padding: 1.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    font-size: 18px;
}.interested_learners li::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}.interested_learners li::after {
    animation-delay: calc(var(--i, 0) * 1s);
    background: rgba(255, 255, 255, 0.2);
    content: "";
    opacity: 0;
    height: 150%;
    transform: rotate(20deg) translateX(-150px);
    z-index: 0;
    animation: data-stream 5s infinite;
    width: 50px;
    position: absolute;
}.interested_learners li:nth-child(1) {
    --i: 0;
}.interested_learners li:nth-child(2) {
    --i: 1;
}.interested_learners li:nth-child(3) {
    --i: 2;
}.interested_learners li:nth-child(4) {
    --i: 3;
}.interested_learners li:nth-child(5) {
    --i: 4;
}.interested_learners li:nth-child(6) {
    --i: 5;
}.interested_learners li:nth-child(7) {
    --i: 6;
}.interested_learners li:nth-child(8) {
    --i: 7;
}.interested_learners li:nth-child(9) {
    --i: 8;
}.interested_learners li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.interested_learners li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    border-color: rgb(105,134,158);
}.interested_learners svg {
    transition: all 0.4s ease;
    width: 30px;
    position: relative;
    z-index: 2;
    height: 30px;
    margin-right: 1.5rem;
}.interested_learners svg path {
    transition: all 0.4s ease;
    fill: rgb(105,134,158);
}.interested_learners li:hover svg {
    transform: rotate(15deg);
}.interested_learners li:hover svg path {
    fill: rgb(132,167,189);
}

@media (max-width: 1200px) {.interested_learners::before {
    height: 400px;
    width: 400px;
}.interested_learners::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.interested_learners {
    padding: 4rem 1.5rem;
}.interested_learners ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.interested_learners li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.interested_learners {
    padding: 3.5rem 1.5rem;
}.interested_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.interested_learners::before {
    width: 300px;
    height: 300px;
}.interested_learners::after {
    height: 450px;
    width: 450px;
}.interested_learners h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.interested_learners {
    padding: 3rem 1rem;
}.interested_learners .skill_program {
    padding: 1.5rem 1rem;
}.interested_learners h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.interested_learners li {
    padding: 1rem 1.25rem;
}.interested_learners svg {
    margin-right: 1rem;
    width: 25px;
    height: 25px;
}
}