﻿.top_lessonweb {
    flex: 1 0 auto;
}

html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper-containerweb {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}


.tariff_containerweb {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.tariff_containerweb::before {
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    right: 0;
    content: "";
    z-index: 1;
}

.tariff_containerweb h2 {
    transform: translateY(20px);
    position: relative;
    font-size: 31px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.tariff_containerweb .program_rateweb {
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff_containerweb .program_rateweb li:nth-child(1) {
    animation-delay: 0.3s;
}

.tariff_containerweb .program_rateweb li:nth-child(3) {
    animation-delay: 0.5s;
}

.tariff_containerweb .sub_optionsweb {
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tariff_containerweb .sub_optionsweb:hover::before {
    left: 100%;
}

.tariff_containerweb .plan_pricingweb {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.tariff_containerweb .sub_optionsweb:hover .plan_pricingweb::after {
    transform: scaleX(1);
}

.tariff_containerweb .learn_offersweb {
    flex-direction: column;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    min-height: 400px;
    color: #ffffff;
    box-sizing: border-box;
}

.tariff_containerweb .sub_optionsweb:hover .learn_offersweb h4 {
    transform: translateX(5px);
}

.tariff_containerweb .sub_optionsweb:hover .learn_offersweb h4::after {
    width: 60px;
}

.tariff_containerweb .learn_offersweb p {
    max-height: 200px;
    scrollbar-color: rgb(171,182,218,0.5) transparent;
    overflow-y: auto;
    font-size: calc(16px - 2px);
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    word-break: break-word;
}

.tariff_containerweb .sub_optionsweb:hover .learn_feesweb {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.tariff_containerweb .learn_feesweb::before {
    top: -50%;
    content: "";
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    height: 200%;
    position: absolute;
    left: -50%;
    transform: scale(0);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    width: 200%;
}

.tutor_matchweb::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.1;
}

.tutor_matchweb .company_holder h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}

.tutor_matchweb .company_holder h3::after {
    content: '';
    background: rgb(171,182,218);
    border-radius: 3px;
    display: block;
    width: 60px;
    height: 3px;
    margin: 15px auto 0;
}

.tutor_matchweb .code_labsweb {
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    max-width: 80%;
    position: relative;
    font-size: 16px;
}

.tutor_matchweb .site_navbarweb {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    min-width: 250px;
    flex: 1;
    border-radius: 10px;
    max-width: calc(50% - 30px);
    position: relative;
    transform: translateZ(0);
    padding: 20px;
}

.tutor_matchweb .site_navbarweb::before {
    content: '';
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    border-radius: 10px;
    inset: 0;
}

.tutor_matchweb .site_navbarweb h5::before {
    bottom: -1px;
    width: 50px;
    height: 1px;
    left: 0;
    position: absolute;
    background: rgb(130,146,197);
    content: '';
}

.tutor_matchweb .site_navbarweb .top_tutorweb a {
    text-decoration: none;
    opacity: 0.8;
    white-space: normal;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    word-break: break-word;
    display: flex;
    font-size: 16px;
}

.tutor_matchweb .site_navbarweb .top_tutorweb a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}

.idea_poolweb {
    z-index: 2;
    padding: 25px 0;
    position: relative;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
}

.idea_poolweb .container {
    text-align: center;
}

.idea_poolweb .ar_toolsweb {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}

footer::after {
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
}

.join_listweb::before {
    background-size: 4px 4px;
    content: "";
    opacity: 0.3;
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(
        90deg,
        rgb(213,218,239) 0%,
        rgb(213,218,239) 50%,
        transparent 50%,
        transparent 100%
    );
    top: 0;
}

.join_listweb p {
    font-size: 42px;
    max-width: 70%;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(15%);
    margin-bottom: 4rem;
    color: #000000;
}

.join_listweb p::after {
    background: rgb(171,182,218);
    content: "";
    height: 5px;
    left: 0;
    bottom: -20px;
    transform-origin: left;
    position: absolute;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    width: 100px;
}

.join_listweb .input_holder:hover::before {
    transform: translate(5px, 5px);
}

.join_listweb .sub_togglesweb {
    border-right: none;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    outline: none;
    border: 2px solid #000000;
}

.join_listweb .request_supportweb::after {
    width: 200%;
    z-index: -1;
    top: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: rgb(171,182,218);
    transform: scale(0);
    height: 200%;
    border-radius: 50%;
    content: "";
    left: -50%;
    opacity: 0;
    position: absolute;
}

.join_listweb .request_supportweb:hover::after {
    transform: scale(1);
    opacity: 1;
}

.our_missionweb {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

.our_missionweb::before {
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.78) 100%);
    right: 0;
    position: absolute;
}

.our_missionweb::after {
    filter: blur(20px);
    width: 45%;
    content: "";
    position: absolute;
    background: rgb(130,146,197);
    opacity: 0.15;
    transform: rotate(-15deg) skewX(-15deg);
    pointer-events: none;
    top: -10%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 70%;
    right: -5%;
    z-index: 0;
}

.our_missionweb .text_elementweb h1 {
    transform-origin: left;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 44px;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    color: #ffffff;
}

.our_missionweb .text_elementweb h1:hover::after {
    transform: scaleX(1.5);
}

.our_missionweb .text_elementweb ul {
    padding: 30px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 0;
    background: rgba(255, 255, 255, 0.03);
    list-style: none;
}

.our_missionweb .text_elementweb h4 {
    font-weight: 700;
    font-size: calc(20px * 1.1);
    margin: 0 0 25px 0;
    color: rgb(171,182,218);
    transform-origin: left;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
}

.our_missionweb .text_elementweb span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(130,146,197);
}

.course_instructorweb {
    min-height: 400px;
    padding: 60px 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(213,218,239) 0%, rgb(171,182,218,0.5) 100%);
    overflow: hidden;
}

.course_instructorweb::after {
    content: "";
    width: 150px;
    border-radius: 50%;
    height: 150px;
    left: -30px;
    filter: blur(30px);
    position: absolute;
    bottom: -30px;
    background: rgb(171,182,218,0.5);
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
}

.course_instructorweb .client_sentimentsweb:hover {
    transform: rotate(0deg) scale(1.02);
}

.course_instructorweb .client_sentimentsweb:hover .img_holderweb {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(130,146,197);
}

.course_instructorweb .work_viewweb {
    padding: 30px;
    display: flex;
    transition: all 0.4s ease;
    flex: 1;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    flex-direction: column;
    transform: translateX(-30px) rotate(3deg);
    border-radius: 26px;
    justify-content: center;
}

.course_instructorweb .name::after {
    background: linear-gradient(90deg, rgb(130,146,197) 0%, transparent 100%);
    width: 60px;
    height: 4px;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 2px;
    bottom: 0;
}

.course_instructorweb .exp_cardweb::before {
    font-size: 80px;
    font-family: Arial, sans-serif;
    content: "";
    top: -20px;
    left: -15px;
    opacity: 0.1;
    position: absolute;
    color: rgb(171,182,218);
}

.user_reviewsweb::before {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0.2;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(171,182,218,0.5) 0,
        rgb(171,182,218,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}

.user_reviewsweb h4::after {
    background: rgb(171,182,218);
    left: -10%;
    width: 120%;
    position: absolute;
    content: "";
    bottom: -20px;
    transform: skewX(0);
    height: 10px;
}

.user_reviewsweb .client_sentimentsweb {
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.333% - 40px);
    position: relative;
    transform: translateY(0);
    margin: 0 20px 40px;
}

.user_reviewsweb .client_sentimentsweb:hover::before {
    height: 100%;
}

.user_reviewsweb .client_sentimentsweb::after {
    bottom: 0;
    background: rgb(171,182,218);
    width: 0;
    left: 0;
    transition: width 0.5s ease 0.2s;
    content: "";
    position: absolute;
    height: 2px;
}

.user_reviewsweb .client_sentimentsweb:hover .img_holderweb {
    box-shadow: 10px 10px 0 rgb(130,146,197,0.5);
    transform: rotate(0deg);
}

.user_reviewsweb .client_sentimentsweb:hover span {
    transform: translateX(10px);
    color: rgb(171,182,218);
}

.user_reviewsweb .client_sentimentsweb p {
    padding-left: 15px;
    border-left: 1px dashed rgb(130,146,197,0.5);
    font-size: 17px;
    color: #000000;
    transition: border-left-color 0.3s ease;
    margin-top: 15px;
    position: relative;
    line-height: 1.7;
}

.user_reviewsweb .client_sentimentsweb:nth-child(3n+2) {
    transform: translateY(40px);
}

.user_reviewsweb .client_sentimentsweb:nth-child(3n+2):hover {
    transform: translateY(25px);
}

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

.cookies_trackingweb {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.cookies_trackingweb svg, .cookies_trackingweb svg path, .cookies_trackingweb img {
    width: 80px;
    fill: rgb(171,182,218);
    height: 80px;
}


.cookie_message_alertweb h5 {
    font-weight: 700;
    color: rgb(171,182,218);
    margin-bottom: 10px;
    font-size: 21px;
}

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

.cookie_message_alertweb p a:hover {
    color: rgb(130,146,197);
}

.ideal_participantsweb {
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(130,146,197,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.ideal_participantsweb::after {
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(171,182,218,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(130,146,197,0.5), 0.2) 0%, transparent 50%);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
}

.ideal_participantsweb .expert_classesweb {
    padding: 0 2rem;
    display: flex;
    max-width: 1100px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.ideal_participantsweb h3 {
    position: relative;
    display: inline-block;
    padding: 1rem 0;
    padding: 0.8rem 2rem;
    background: rgba(rgb(171,182,218,0.5), 0.2);
    border-radius: 10px 0 0 10px;
    font-weight: 600;
    font-size: 36px;
    align-self: flex-end;
    text-align: right;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    margin-bottom: 3rem;
    color: #ffffff;
}

.ideal_participantsweb ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 0;
    display: grid;
    grid-template-rows: repeat(2, auto);
    list-style: none;
}

.ideal_participantsweb li::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(171,182,218,0.5),
        rgb(130,146,197,0.5)
    );
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    content: "";
    top: 0;
}

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

.ideal_participantsweb li:hover {
    border-color: rgba(rgb(171,182,218,0.5), 0.3);
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}

.ideal_participantsweb li svg {
    position: relative;
    top: 2px;
    height: 32px;
    width: 32px;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    fill: rgb(130,146,197);
}

.secure_fortificationweb {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 50px 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(130,146,197,0.5) 100%);
}

.secure_fortificationweb::after {
    position: absolute;
    opacity: 0.5;
    left: -10px;
    transform: rotate(-45deg);
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at center, rgb(130,146,197), transparent);
    bottom: -10px;
    z-index: 0;
    content: '';
}

.secure_fortificationweb h2 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 1px solid rgb(130,146,197);
}

.secure_fortificationweb ul, .secure_fortificationweb ol {
    z-index: 1;
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.secure_fortificationweb ul li:before, .secure_fortificationweb ol li:before {
    background-color: rgb(171,182,218);
    width: 8px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 0.5em;
    height: 8px;
    box-shadow: 0 0 10px rgb(171,182,218);
    content: '';
}

.secure_fortificationweb p, .secure_fortificationweb span {
    z-index: 1;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
}

.secure_fortificationweb div {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.explore_nowweb::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.explore_nowweb .expert_classesweb {
    align-items: center;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    display: flex;
    max-width: 900px;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    backdrop-filter: blur(10px);
    flex-direction: column;
    border-radius: 5px;
    padding: 0;
    height: 350px;
    overflow: hidden;
}

.explore_nowweb h3 {
    animation: textGlow 3s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-size: 31px;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(171,182,218,0.5);
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

.explore_nowweb h3::after {
    background: rgb(130,146,197);
    animation: underlineGlow 3s ease-in-out infinite alternate;
    position: absolute;
    box-shadow: 
        0 0 10px rgb(130,146,197),
        0 0 20px rgb(130,146,197,0.5);
    width: 40px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    height: 2px;
    opacity: 0.7;
}

.explore_nowweb .send_requestweb::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    left: -100%;
    transition: all 0.4s ease;
    background: rgb(130,146,197);
}

.explore_nowweb .send_requestweb::after {
    top: -2px;
    position: absolute;
    z-index: -2;
    content: '';
    bottom: -2px;
    transition: all 0.4s ease;
    left: -2px;
    right: -2px;
    border: 2px solid rgb(130,146,197);
    opacity: 0;
}

.explore_nowweb .send_requestweb:hover::after {
    animation: pulseBorder 2s infinite;
    opacity: 0.5;
}

.get_in_touchweb::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,182,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(130,146,197,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    background: rgb(213,218,239);
}



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

.get_in_touchweb h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 43px;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.get_in_touchweb h2::before {
    left: calc(50% - 50px);
    background: rgb(171,182,218);
    box-shadow: 
        0 0 5px rgb(171,182,218),
        0 0 10px rgb(171,182,218),
        0 0 15px rgb(171,182,218);
    width: 100px;
    position: absolute;
    bottom: -15px;
    content: "";
    height: 2px;
}

.get_in_touchweb .message_reachweb::before {
    opacity: 0.2;
    border-radius: 12px;
    z-index: 3;
    position: absolute;
    content: "";
    border: 1px solid rgb(171,182,218);
    inset: 0;
    pointer-events: none;
}

.get_in_touchweb .img_holderweb::after {
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(171,182,218,0.5) 100%);
    z-index: 2;
}

.get_in_touchweb .connect_inquiryweb::after {
    left: -75px;
    height: 150px;
    content: "";
    width: 150px;
    position: absolute;
    opacity: 0.3;
    background: rgb(130,146,197,0.5);
    z-index: 0;
    bottom: -75px;
    filter: blur(80px);
}

.get_in_touchweb form h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 22px;
}

.get_in_touchweb form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    margin-bottom: 25px;
    border: 1px solid rgb(171,182,218,0.5);
    background: rgb(213,218,239);
    border-radius: 8px;
}

.get_in_touchweb form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.get_in_touchweb .feedback_formweb label {
    position: relative;
    color: #000000;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
}

.get_in_touchweb .feedback_formweb input[type="checkbox"]:checked + label::before {
    border-color: rgb(171,182,218);
    background: rgb(171,182,218);
    box-shadow: 0 0 5px rgb(171,182,218,0.5);
}

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

.get_in_touchweb .feedback_formweb label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.get_in_touchweb .request_supportweb {
    font-size: 14px;
    width: 100%;
    border: none;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: rgb(171,182,218);
    transition: all 0.3s ease;
    padding: 18px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 
        0 5px 15px rgb(171,182,218,0.5),
        0 0 0 1px rgb(171,182,218);
}

.get_in_touchweb .request_supportweb:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.get_in_touchweb svg path {
    transition: all 0.3s ease;
    fill: rgb(171,182,218);
}

.get_in_touchweb svg:hover,
.get_in_touchweb svg:hover path {
    fill: rgb(130,146,197);
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(130,146,197,0.5));
}

.locateweb::after {
    position: absolute;
    width: 120%;
    top: -50%;
    z-index: 0;
    left: -20%;
    transform: rotate(-15deg);
    content: "";
    height: 200%;
    background: linear-gradient(135deg, rgb(171,182,218,0.5) 0%, transparent 70%);
    opacity: 0.2;
}

.locateweb .message_blockweb h3::before {
    transform: translateY(-50%);
    position: absolute;
    left: -1rem;
    height: 70%;
    background-color: rgb(171,182,218);
    top: 50%;
    border-radius: 10px;
    content: "";
    width: 5px;
}

.locateweb .edu_mentorweb {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}

.locateweb .edu_mentorweb > span {
    z-index: 1;
    min-width: 250px;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    margin: 1rem;
    opacity: 1;
    flex: 1 0 calc(33.333% - 2rem);
}

.locateweb .edu_mentorweb > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.locateweb .edu_mentorweb > span svg {
    height: 28px;
    fill: rgb(171,182,218);
    transition: all 0.4s ease;
    position: absolute;
    width: 28px;
    right: 1.5rem;
    opacity: 0.7;
    top: 1.5rem;
}

.locateweb .edu_mentorweb > span:hover svg path {
    stroke-width: 1;
}

.locateweb .edu_mentorweb p svg {
    position: static;
    fill: rgb(171,182,218);
    height: 18px;
    width: 18px;
    margin-right: 10px;
    opacity: 0.8;
}

.locateweb .edu_mentorweb span > span svg {
    position: static;
    width: 16px;
    height: 16px;
    opacity: 0.8;
    margin-right: 8px;
}

.locateweb .edu_mentorweb a {
    color: rgb(171,182,218);
    transition: color 0.3s ease;
    align-items: center;
    position: relative;
    display: inline-flex;
    text-decoration: none;
}

.locateweb .edu_mentorweb a::after {
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    background-color: rgb(171,182,218);
    left: 0;
    content: "";
    bottom: -2px;
    height: 1px;
    transform: scaleX(0);
}

.locateweb .get_assistanceweb {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 2.5rem;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    margin-top: 3rem;
    width: 100%;
}

.locateweb .get_assistanceweb {
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

.locateweb .get_assistanceweb h4 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-flex;
    color: rgb(130,146,197);
    align-items: center;
}

.locateweb .get_assistanceweb h4 svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    fill: rgb(130,146,197);
    transition: transform 0.5s ease;
}

.locateweb .get_assistanceweb span {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    color: #000000;
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 10px;
    align-items: center;
    display: inline-flex;
    background-color: rgba(rgb(130,146,197,0.5), 0.1);
    font-size: 18px;
}

.locateweb .get_assistanceweb span svg {
    fill: rgb(130,146,197);
    opacity: 0.8;
    margin-right: 8px;
    transition: all 0.3s ease;
    height: 14px;
    width: 14px;
}

.locateweb .edu_mentorweb > span:hover::after {
    width: 100%;
}

.locateweb .edu_mentorweb > span:hover::after {
    background: linear-gradient(90deg, rgb(171,182,218), rgb(130,146,197), rgb(171,182,218));
    background-size: 200% 200%;
}

.locateweb .edu_mentorweb > span:nth-child(2) {
    animation-delay: 0.2s;
}

.locateweb .edu_mentorweb > span:nth-child(4) {
    animation-delay: 0.4s;
}

.locateweb .edu_mentorweb > span:nth-child(6) {
    animation-delay: 0.6s;
}

.locateweb .container::after {
    content: "";
    bottom: -10%;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    height: 200px;
    border: 20px solid rgb(130,146,197,0.5);
    z-index: -1;
    left: -10%;
    width: 200px;
}

.title_openerweb {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(213,218,239), rgba(0, 0, 0, 0.5), rgb(171,182,218,0.5) 80%);
}

.title_openerweb::after {
    transform: rotate(-15deg);
    pointer-events: none;
    left: -50%;
    position: absolute;
    opacity: 0.4;
    top: -50%;
    height: 200%;
    content: "";
    width: 200%;
    z-index: 0;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(171,182,218,0.5) 100%);
}

.title_openerweb .online_skillsweb {
    width: 90%;
    max-width: 1200px;
    z-index: 3;
    perspective: 1000px;
    position: relative;
}

.title_openerweb .online_skillsweb > div > div:first-child {
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transform: translateZ(20px) rotate(-2deg);
    position: relative;
    animation-delay: 0.3s;
    opacity: 0;
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-left: 3px solid rgb(130,146,197);
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_openerweb .heritage_tlweb:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: translateZ(50px) rotate(0deg);
}

.title_openerweb .heritage_tlweb::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(171,182,218) 130%);
}

.title_openerweb .heritage_tlweb > div {
    z-index: 3;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 3rem 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    left: 0;
}

.title_openerweb .heritage_tlweb p {
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    font-weight: 600;
    transform: translateX(-20px);
    color: #ffffff;
    font-size: calc(16px * 1.2);
    position: relative;
    margin-bottom: 1rem;
}

.data_analysisweb {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(213,218,239) 0%, rgb(171,182,218,0.5) 100%);
    overflow: hidden;
}

.data_analysisweb::before {
    content: "";
    height: 200%;
    position: absolute;
    z-index: 0;
    width: 120%;
    background: radial-gradient(circle at top right, rgb(130,146,197,0.5) 5%, transparent 60%);
    pointer-events: none;
    left: -10%;
    top: -50%;
    transform: rotate(-15deg);
}

.data_analysisweb h4::after {
    transform: translateX(-50%);
    bottom: -12px;
    background: linear-gradient(90deg, rgb(171,182,218), rgb(130,146,197));
    left: 50%;
    width: 80px;
    content: "";
    height: 3px;
    position: absolute;
}

.data_analysisweb .learn_statisticsweb {
    animation: statEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease,
                border-left-color 0.3s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    opacity: 0;
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(171,182,218);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    transform: translateY(30px);
}

.data_analysisweb .learn_statisticsweb::before {
    right: 0;
    width: 50px;
    opacity: 0.3;
    background: linear-gradient(135deg, transparent 50%, rgb(171,182,218,0.5) 50%);
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
    height: 50px;
}

.data_analysisweb .learn_statisticsweb p {
    line-height: 1;
    background-clip: text;
    background: linear-gradient(90deg, rgb(171,182,218), rgb(130,146,197));
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 3.5rem;
    -webkit-background-clip: text;
    margin: 0 0 0.5rem;
    color: rgb(171,182,218);
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    animation: countUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    color: transparent;
    opacity: 0;
}

.data_analysisweb .learn_statisticsweb:hover span::after {
    width: 100%;
}

header::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(171,182,218,0.5) 0%, 
        transparent 50%, 
        rgb(130,146,197,0.5) 100%);
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    content: '';
}

header .head_knowweb {
    margin-bottom: 0.5rem;
    position: relative;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: flex;
}

header .head_knowweb::before {
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(171,182,218,0.5), 
        rgb(130,146,197,0.5), 
        rgb(171,182,218,0.5), 
        transparent);
    bottom: 0;
}

header .head_guideweb {
    font-size: 16px;
    overflow: hidden;
    color: #000000;
    text-decoration: none;
    z-index: 1;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
}

header .head_guideweb:hover {
    color: #ffffff;
}

header .head_guideweb:hover::before {
    opacity: 1;
}

header .head_guideweb:hover::after {
    transform: scaleX(1);
}

.program_offeringsweb {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(213,218,239) 0%, rgb(171,182,218,0.5) 25%, rgb(130,146,197,0.5) 75%, rgb(213,218,239) 100%);
}

.program_offeringsweb::before {
    left: 0;
    height: 100%;
    opacity: 0.1;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(171,182,218,0.5) 0,
        rgb(171,182,218,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    animation: patternShift 20s linear infinite;
    width: 100%;
    position: absolute;
}

.program_offeringsweb .img_holderweb {
    top: 0;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    width: 100%;
    z-index: 1;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    left: 0;
    height: 100%;
    position: absolute;
}

.program_offeringsweb .img_holderweb::after {
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    width: 100%;
    position: absolute;
    opacity: 0.8;
    content: "";
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
}

.program_offeringsweb .skill_academyweb::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    border-radius: 12px 0 0 12px;
}

.program_offeringsweb .site_studyweb {
    display: inline-block;
    z-index: 5;
    position: relative;
    margin-bottom: 25px;
}

.program_offeringsweb .site_studyweb svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 60px;
}

.program_offeringsweb .site_studyweb svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,182,218);
}

.program_offeringsweb .site_studyweb:hover::after {
    width: 100%;
}

.program_offeringsweb h3 {
    line-height: 1.3;
    font-size: 28px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}

.program_offeringsweb p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

.tyFrameweb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,239) 0%, rgb(130,146,197,0.5) 100%);
    padding: 5rem 0;
}

.tyFrameweb::after {
    filter: blur(30px);
    opacity: 0.15;
    right: -10%;
    content: "";
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(171,182,218,0.5) 0%, transparent 70%);
    position: absolute;
    width: 60%;
    height: 70%;
    z-index: 0;
    top: -20%;
}

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

.tyFrameweb h2::after {
    height: 3px;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(171,182,218) 0%, rgb(171,182,218,0.5) 100%);
    animation: expandLine 1s forwards ease-out 1s;
    transform-origin: left;
    bottom: -12px;
    position: absolute;
    left: 0;
    width: 80px;
}

.tyFrameweb .expert_classesweb::before {
    background: linear-gradient(135deg, rgb(171,182,218,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
    opacity: 0.03;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
}

.tyFrameweb .expert_classesweb li::before {
    background-color: rgb(171,182,218);
    transform: scale(0);
    border-radius: 50%;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    width: 8px;
    content: "";
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}

.study_methodweb {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,239) 0%, rgba(rgb(171,182,218,0.5), 0.08) 100%);
    position: relative;
    padding: 6rem 0;
}

.study_methodweb::after {
    left: -10%;
    pointer-events: none;
    width: 40%;
    background: linear-gradient(45deg, rgb(130,146,197) 0%, transparent 80%);
    height: 50%;
    opacity: 0.08;
    bottom: -5%;
    transform: rotate(15deg) skewX(15deg);
    position: absolute;
    content: "";
    z-index: 1;
}

.study_methodweb h2::before {
    height: 0.35rem;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.8rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(171,182,218), rgb(130,146,197));
    transform-origin: left;
    transform: scaleX(0.6);
    position: absolute;
    content: "";
}

.study_methodweb .text_elementweb:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}

.study_methodweb .text_elementweb::before {
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(171,182,218,0.5), 0.03) 0%, rgba(rgb(130,146,197,0.5), 0.06) 100%);
    position: absolute;
}

.study_methodweb .text_elementweb:hover::after {
    height: 100%;
}

.study_methodweb p {
    margin: 0;
    font-family: Arial, sans-serif;
    max-width: 96%;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.tariff_containerweb {
    padding: 80px 0;
}.tariff_containerweb .program_rateweb {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_containerweb .learn_offersweb {
    padding: 25px;
    min-height: 350px;
}
}



@media (max-width: 480px) {.tariff_containerweb {
    padding: 40px 0;
}.tariff_containerweb h2 {
    font-size: calc(31px - 6px);
}.tariff_containerweb .learn_offersweb {
    padding: 20px;
    min-height: 280px;
}.tariff_containerweb .learn_offersweb p {
    margin-bottom: 20px;
    font-size: calc(16px - 3px);
}.tariff_containerweb .learn_feesweb {
    padding: 8px 15px;
}}



@media (max-width: 768px) {.tutor_matchweb {
    padding: 50px 0 30px;
}.tutor_matchweb .top_tutorweb {
    gap: 30px;
    flex-direction: column;
}.tutor_matchweb .site_navbarweb {
    min-width: 100%;
    max-width: 100%;
}.tutor_matchweb .company_holder {
    padding: 20px;
}.tutor_matchweb .code_labsweb {
    max-width: 100%;
}
}



@media (max-width: 768px) {.join_listweb {
    padding: 4rem 1.5rem;
}.join_listweb p {
    max-width: 100%;
    font-size: calc(28px * 0.8);
    transform: none;
}.join_listweb .input_holder {
    gap: 1rem;
    transform: none;
    max-width: 100%;
    grid-template-columns: 1fr;
}.join_listweb .sub_togglesweb {
    border: 2px solid #000000;
    padding: 1.2rem;
}.join_listweb .request_supportweb {
    padding: 1.2rem;
}.join_listweb .expert_classesweb::before {
    font-size: 5rem;
}
}



@media (min-width: 992px) {.our_missionweb {
    padding: 150px 0;
}.our_missionweb .text_elementweb {
    gap: 50px;
    align-items: start;
    display: grid;
    grid-template-columns: 1fr;
}.our_missionweb .text_elementweb ul {
    padding: 40px 50px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.our_missionweb .text_elementweb ul:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_missionweb .text_elementweb h1 {
    margin-bottom: 50px;
    font-size: calc(44px * 1.2);
}.our_missionweb .text_elementweb span {
    margin-left: 0;
    column-gap: 40px;
    column-count: 2;
}
}



@media (max-width: 480px) {.our_missionweb {
    padding: 60px 0;
}.our_missionweb .text_elementweb::before {
    display: none;
}.our_missionweb .text_elementweb h1 {
    font-size: calc(31px * 0.9);
}.our_missionweb .text_elementweb ul {
    padding: 20px 15px;
}.our_missionweb .text_elementweb h1::after {
    width: 60px;
}.our_missionweb .text_elementweb span {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {.course_instructorweb {
    padding: 30px 15px;
}.course_instructorweb .img_holderweb {
    width: 180px;
    height: 220px;
}.course_instructorweb .work_viewweb {
    padding: 20px;
}.course_instructorweb .name {
    font-size: calc(38px - 4px);
}.course_instructorweb .exp_cardweb {
    font-size: 17px;
}}



@media (max-width: 1024px) {.user_reviewsweb .client_sentimentsweb {
    width: calc(50% - 40px);
}.user_reviewsweb .client_sentimentsweb:nth-child(2n+1) {
    transform: translateY(20px);
}.user_reviewsweb .client_sentimentsweb:nth-child(2n+2) {
    transform: translateY(40px);
}.user_reviewsweb .client_sentimentsweb:nth-child(2n+1):hover {
    transform: translateY(5px);
}.user_reviewsweb .client_sentimentsweb:nth-child(2n+2):hover {
    transform: translateY(25px);
}.user_reviewsweb h4 {
    font-size: calc(43px * 0.9);
}
}



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



@media (max-width: 768px) {.ideal_participantsweb {
    padding: 3.5rem 0;
}.ideal_participantsweb .expert_classesweb {
    padding: 0 1.5rem;
}.ideal_participantsweb h3 {
    width: auto;
    text-align: center;
    font-size: calc(36px * 0.8);
    align-self: center;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}.ideal_participantsweb h3::before {
    width: 100%;
    bottom: 0;
    height: 4px;
    left: 0;
    top: auto;
    right: 0;
}.ideal_participantsweb h3::after {
    display: none;
}.ideal_participantsweb ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}



@media screen and (max-width: 992px) {.explore_nowweb {
    padding: 100px 0;
}.explore_nowweb .expert_classesweb {
    max-width: 85%;
    height: 320px;
}.explore_nowweb h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 4px;
}.explore_nowweb h3::after {
    width: 35px;
}.explore_nowweb .send_requestweb {
    padding: 14px 35px;
    font-size: calc(14px * 0.95);
}
}



@media screen and (max-width: 576px) {.explore_nowweb {
    padding: 60px 0;
}.explore_nowweb .expert_classesweb {
    height: 260px;
}.explore_nowweb h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(31px * 0.7);
}.explore_nowweb h3::after {
    width: 25px;
    bottom: -10px;
}.explore_nowweb .send_requestweb {
    padding: 10px 25px;
    font-size: calc(14px * 0.85);
    letter-spacing: 1px;
}}



@media (max-width: 768px) {.get_in_touchweb {
    padding: 60px 0;
}.get_in_touchweb h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.get_in_touchweb .message_reachweb {
    flex-direction: column;
}.get_in_touchweb .img_holderweb {
    min-height: 300px;
    width: 100%;
}.get_in_touchweb .connect_inquiryweb {
    width: 100%;
    padding: 40px 30px;
}.get_in_touchweb form h3 {
    margin-bottom: 30px;
}.get_in_touchweb form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.get_in_touchweb .feedback_formweb {
    margin-bottom: 25px;
}.get_in_touchweb .request_supportweb {
    padding: 15px 25px;
}
}


@media (min-width: 1200px) {.locateweb .edu_mentorweb > span {
    flex: 1 0 calc(33.333% - 2rem);
}.locateweb {
    padding: 7rem 0;
}
}


@media (max-width: 991px) {.locateweb {
    padding: 5rem 0;
}.locateweb .edu_mentorweb > span {
    flex: 1 0 calc(50% - 2rem);
}.locateweb .message_blockweb h3 {
    font-size: calc(47px * 0.9);
    max-width: 90%;
}.locateweb .msg_infoweb {
    max-width: 100%;
}.locateweb .edu_mentorweb > span svg {
    width: 22px;
    right: 1.2rem;
    top: 1.2rem;
    height: 22px;
}.locateweb .get_assistanceweb h4 svg {
    width: 20px;
    height: 20px;
}
}


@media (max-width: 575px) {.locateweb {
    padding: 3rem 0;
}.locateweb .message_blockweb h3 {
    font-size: 38px;
    margin-bottom: 2rem;
}.locateweb .msg_infoweb {
    margin-bottom: 2rem;
}.locateweb .edu_mentorweb {
    margin: -0.5rem;
}.locateweb .edu_mentorweb > span {
    padding: 1.5rem;
    margin: 0.5rem;
}.locateweb .get_assistanceweb {
    margin-top: 2rem;
    padding: 1.5rem;
}.locateweb .get_assistanceweb span {
    margin: 0.3rem 0.5rem 0.3rem 0;
    padding: 0.3rem 0.7rem;
}.locateweb .edu_mentorweb > span svg {
    top: 0.8rem;
    height: 18px;
    width: 18px;
    right: 0.8rem;
}.locateweb .get_assistanceweb h4 svg {
    width: 18px;
    height: 18px;
}.locateweb .get_assistanceweb span svg {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}}



@media (max-width: 767px) {.title_openerweb {
    padding: 4rem 1rem;
}.title_openerweb .heritage_tlweb {
    height: 380px;
}.title_openerweb .online_skillsweb > div > div:first-child {
    padding: 1.5rem;
}.title_openerweb h3 {
    font-size: calc(17px * 1.2);
}.title_openerweb .heritage_tlweb > div {
    padding: 2rem 1.5rem;
}.title_openerweb .heritage_tlweb p {
    font-size: 16px;
}.title_openerweb .title_style_header {
    font-size: calc(30px * 1.1);
}
}



@media (max-width: 1200px) {.data_analysisweb {
    padding: 4rem 0;
}.data_analysisweb ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_analysisweb .learn_statisticsweb p {
    font-size: 3rem;
}
}



@media (max-width: 768px) {.data_analysisweb {
    padding: 3.5rem 0;
}.data_analysisweb ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.data_analysisweb .learn_statisticsweb {
    padding: 1.5rem 1rem;
}.data_analysisweb .learn_statisticsweb p {
    font-size: 2.5rem;
}.data_analysisweb .learn_statisticsweb span {
    font-size: calc(18px * 0.95);
}.data_analysisweb h4 {
    margin-top: 2.5rem;
    font-size: calc(31px * 0.8);
}.data_analysisweb h4::after {
    width: 60px;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_infoweb {
    gap: 0.8rem;
    padding: 0.8rem;
}header .head_knowweb svg {
    width: 140px;
}header .site_navbarweb {
    padding: 0.5rem;
}header .head_guideweb {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .main_infoweb {
    padding: 0.6rem;
    gap: 0.6rem;
}header .head_knowweb svg {
    width: 110px;
}header .site_navbarweb {
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .site_navbarweb::-webkit-scrollbar {
    height: 2px;
}header .site_navbarweb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,182,218);
}header .head_guideweb {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 768px) {.program_offeringsweb {
    padding: 60px 0;
}.program_offeringsweb .img_holderweb {
    height: 250px;
}.program_offeringsweb .skill_academyweb {
    padding: 30px 25px;
}.program_offeringsweb h3 {
    font-size: calc(28px * 0.9);
}.program_offeringsweb p {
    font-size: calc(17px * 0.95);
}.program_offeringsweb .site_studyweb svg {
    height: 50px;
}}



@media (max-width: 767px) {.tyFrameweb {
    padding: 3rem 0;
}.tyFrameweb::before {
    background-size: 25px 25px;
}.tyFrameweb h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.tyFrameweb .expert_classesweb {
    padding: 2rem;
}.tyFrameweb .expert_classesweb li {
    padding-left: 1.5rem;
}.tyFrameweb .expert_classesweb li::before {
    height: 6px;
    width: 6px;
    top: 6px;
}
}



@media (min-width: 1024px) {.study_methodweb {
    padding: 10rem 0;
}.study_methodweb::before {
    height: 60%;
    width: 35%;
}.study_methodweb::after {
    height: 60%;
    width: 35%;
}.study_methodweb .expert_classesweb {
    padding: 0 2rem;
}.study_methodweb h2 {
    transform: translateX(-1rem);
    font-size: calc(38px * 1.2);
    margin-bottom: 3.5rem;
}.study_methodweb h2::before {
    width: 8rem;
    height: 0.4rem;
}.study_methodweb .text_elementweb {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 5rem;
}.study_methodweb p {
    line-height: 2;
    font-size: calc(14px * 1.1);
}
}



@media (max-width: 480px) {.study_methodweb {
    padding: 3rem 0;
}.study_methodweb .expert_classesweb {
    padding: 0 1rem;
}.study_methodweb h2 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.study_methodweb .text_elementweb {
    padding: 1.5rem 1.25rem;
}.study_methodweb p {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(14px * 0.9);
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

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



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



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

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



@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(171,182,218,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(171,182,218),
            0 0 40px rgb(171,182,218,0.5);
    }
}



@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}



@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}



@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}



@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}



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



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



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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

