﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    width: 1149px;
    margin: auto;
    max-width: 100%;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(213,218,239);
    z-index: 100;
    padding: 1.2rem 0;
}

svg {
    height: 30px;
    width: 30px;
}

.tutor_matchweb {
    flex: 0 0 auto;
}

.tutor_matchweb {
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 90px 0 50px;
    position: relative;
    color: #ffffff;
}

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

.tariff_containerweb .learn_ratesweb {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.tariff_containerweb .learning_dealsweb {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 40px;
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 700px;
    font-size: 16px;
}

.tariff_containerweb .program_rateweb li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

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

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

.tariff_containerweb .sub_optionsweb:hover {
    transform: translateY(-8px) scale(1.02);
}

.tariff_containerweb .sub_optionsweb::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: -100%;
    position: absolute;
}

.tariff_containerweb .sub_optionsweb:hover .plan_pricingweb {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.tariff_containerweb .plan_pricingweb::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    content: '';
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(171,182,218), rgb(130,146,197));
    top: 0;
    height: 5px;
}

.tariff_containerweb .learn_offersweb h4 {
    font-size: 19px;
    color: rgb(171,182,218);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
}

.tariff_containerweb .learn_offersweb h4::after {
    bottom: 0;
    background: rgb(130,146,197);
    height: 3px;
    content: "";
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}

.tariff_containerweb .learn_feesweb {
    position: relative;
    align-self: flex-start;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    margin-top: auto;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,182,218) 0%, rgb(171,182,218,0.5) 100%);
    border-radius: 10px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-size: calc(19px + 4px);
}

.tariff_containerweb .sub_optionsweb:hover .learn_feesweb::before {
    transform: scale(1);
    opacity: 1;
}

footer {
    position: relative;
}

footer::before {
    opacity: 0.92;
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(171,182,218) 100%);
}

.tutor_matchweb .container {
    display: flex;
    flex-direction: column;
}

.tutor_matchweb .company_holder {
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    padding: 30px;
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    order: 2;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    transform: perspective(1000px) rotateX(2deg);
}

.tutor_matchweb .leaderboardweb {
    position: relative;
    order: 1;
}

.tutor_matchweb .top_tutorweb {
    justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tutor_matchweb .site_navbarweb:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.tutor_matchweb .site_navbarweb:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.tutor_matchweb .site_navbarweb:hover {
    transform: perspective(1000px) rotateY(0);
}

.tutor_matchweb .site_navbarweb h5 {
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.tutor_matchweb .site_navbarweb .top_tutorweb {
    display: flex;
    margin: 0;
    padding: 0 10px;
    flex-direction: column;
    gap: 12px;
}

.tutor_matchweb .site_navbarweb .top_tutorweb a::before {
    background: rgb(130,146,197);
    margin-right: 10px;
    min-width: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 0;
    height: 6px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
}

.tutor_matchweb .site_navbarweb .top_tutorweb a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.idea_poolweb::before {
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(130,146,197,0.5), transparent);
    top: 0;
}



.tutor_matchweb .leaderboardweb::before {
    opacity: 0.1;
    height: 250px;
    width: 250px;
    background: rgb(130,146,197);
    bottom: -10%;
    position: absolute;
    filter: blur(100px);
    animation: pulse 10s infinite ease-in-out reverse;
    left: -5%;
    content: '';
    z-index: -1;
    border-radius: 50%;
}

.join_listweb {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: #ffffff;
}

.join_listweb .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.join_listweb .expert_classesweb {
    flex-direction: column;
    position: relative;
    display: flex;
}

.join_listweb .expert_classesweb::before {
    color: rgb(171,182,218);
    font-size: 12rem;
    font-weight: 700;
    z-index: -1;
    white-space: nowrap;
    left: 50%;
    opacity: 0.04;
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5rem;
    top: 50%;
}

.join_listweb .input_holder {
    margin-left: auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    position: relative;
    transform: translateX(-15%);
    max-width: 80%;
    z-index: 2;
}

.join_listweb .input_holder::before {
    transition: transform 0.3s ease;
    content: "";
    transform: translate(10px, 10px);
    opacity: 0.02;
    position: absolute;
    background: #000000;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.join_listweb .sub_togglesweb:focus {
    border-color: rgb(171,182,218);
}

.join_listweb .request_supportweb {
    overflow: hidden;
    position: relative;
    background: #000000;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 0 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #000000;
    font-weight: 600;
}

.join_listweb .request_supportweb:hover {
    background: transparent;
    color: #ffffff;
    border-color: rgb(171,182,218);
}



.join_listweb::after {
    width: 300px;
    position: absolute;
    right: -150px;
    animation: floatingItem 20s ease-in-out infinite;
    content: "";
    opacity: 0.1;
    filter: blur(100px);
    border-radius: 50%;
    top: -150px;
    background: linear-gradient(
        45deg,
        rgb(171,182,218,0.5),
        rgb(130,146,197,0.5)
    );
    height: 300px;
}

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

.our_missionweb .text_elementweb {
    position: relative;
    perspective: 1000px;
    max-width: 100%;
    transform: translateZ(0);
}

.our_missionweb .text_elementweb::before {
    z-index: -1;
    width: 5px;
    position: absolute;
    left: -30px;
    background: linear-gradient(to bottom, rgb(171,182,218), rgb(130,146,197));
    height: 60%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.our_missionweb .text_elementweb h1::after {
    bottom: -10px;
    height: 3px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.5);
    content: "";
    width: 80px;
    transform: scaleX(1);
    background: rgb(171,182,218);
    position: absolute;
    transform-origin: left;
}

.our_missionweb .text_elementweb ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.our_missionweb .text_elementweb li {
    margin-bottom: 15px;
}

.our_missionweb .text_elementweb li:last-child {
    margin-bottom: 0;
}

.our_missionweb .text_elementweb h4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: rgb(130,146,197);
    bottom: -10px;
    left: 0;
}

.our_missionweb .text_elementweb span {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 15px;
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.85);
}

.course_instructorweb::before {
    position: absolute;
    z-index: 0;
    animation: float 8s ease-in-out infinite;
    content: "";
    filter: blur(40px);
    height: 200px;
    top: -50px;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    background: rgb(130,146,197,0.5);
}

.course_instructorweb .client_sentimentsweb {
    flex-direction: row;
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    transition: all 0.5s ease;
    display: flex;
    gap: 30px;
    transform: rotate(-3deg);
}

.course_instructorweb .img_holderweb {
    border-radius: 26px;
    transform: translateY(20px);
    transition: all 0.4s ease;
    box-shadow: 15px 15px 0 rgb(130,146,197,0.5);
    width: 280px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    position: relative;
    height: 350px;
}

.course_instructorweb .client_sentimentsweb:hover .work_viewweb {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}

.course_instructorweb .name {
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(171,182,218);
    font-size: 38px;
    margin-bottom: 10px;
    position: relative;
}

.course_instructorweb .work_viewweb > div:nth-child(2) {
    font-weight: 600;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 17px;
}

.course_instructorweb .exp_cardweb {
    font-style: italic;
    color: #000000;
    padding-left: 20px;
    line-height: 1.6;
    position: relative;
    border-left: 3px solid rgb(130,146,197,0.5);
    font-size: calc(17px + 2px);
}

.user_reviewsweb {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(213,218,239), #ffffff);
    padding: 100px 0 120px;
}

.user_reviewsweb .expert_classesweb {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
}

.user_reviewsweb h4 {
    transform: skewY(0);
    font-size: 43px;
    display: block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
}

.user_reviewsweb .student_glowweb {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.user_reviewsweb .client_sentimentsweb:hover {
    transform: translateY(-15px);
}

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

.user_reviewsweb .client_sentimentsweb:hover::after {
    width: 100%;
}

.user_reviewsweb .img_holderweb {
    height: 80px;
    border-radius: 16px;
    transform: rotate(-3deg);
    width: 80px;
    box-shadow: 5px 5px 0 rgb(130,146,197,0.5);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.user_reviewsweb .client_sentimentsweb span {
    color: #000000;
    padding-left: 15px;
    margin: 10px 0;
    position: relative;
    font-size: calc(17px * 1.1);
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 600;
}

.user_reviewsweb .client_sentimentsweb:hover p {
    border-left-color: rgb(171,182,218);
}

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

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

.cookie_message_alertweb {
    background: rgb(213,218,239);
    flex-direction: column;
    transform: translateX(-50%);
    align-items: center;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: flex;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    padding: 20px;
    left: 50%;
    z-index: 1050;
    bottom: 20px;
    max-width: 600px;
    width: 90%;
}

.cookie_message_alertweb p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
}

.consent_eduweb:hover {
    background: rgb(130,146,197);
    transform: translateY(-3px);
}

.cookie_button.cookie_noneweb {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie_noneweb:hover {
    background: rgb(130,146,197,0.5);
}

.cookie_message_alertweb p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(171,182,218);
}


#cookiePromptPanelweb {
    display: none;
}

#cookiePromptPanelweb:checked ~ .cookie_message_alertweb {
    visibility: hidden;
    opacity: 0;
}

.ideal_participantsweb::before {
    height: 100%;
    top: 0;
    background-size: 40px 40px;
    content: "";
    width: 100%;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    position: absolute;
    left: 0;
}

.ideal_participantsweb h3::before {
    background: rgb(171,182,218);
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 10px;
}

.ideal_participantsweb h3::after {
    height: 1px;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(
        to left,
        rgb(171,182,218),
        transparent
    );
    right: 0;
}

.ideal_participantsweb li {
    padding: 1.5rem;
    display: flex;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    border: 1px solid rgba(#ffffff, 0.1);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.ideal_participantsweb li {
    line-height: 1.5;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.ideal_participantsweb li::after {
    right: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(171,182,218,0.5), 0.2) 50%);
    height: 30px;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ideal_participantsweb li:hover::before,
.ideal_participantsweb li:hover::after {
    opacity: 1;
}

.ideal_participantsweb li svg path {
    transition: fill 0.3s ease;
    fill: rgb(130,146,197);
}

.ideal_participantsweb li:hover svg {
    transform: scale(1.2);
}

.ideal_participantsweb li:hover svg path {
    fill: rgb(171,182,218);
}

.secure_fortificationweb::before {
    background: radial-gradient(circle at center, rgb(171,182,218), transparent);
    position: absolute;
    right: -10px;
    width: 150px;
    transform: rotate(45deg);
    z-index: 0;
    height: 150px;
    top: -10px;
    opacity: 0.5;
    content: '';
}

.secure_fortificationweb h1, .secure_fortificationweb h2, .secure_fortificationweb h3, .secure_fortificationweb h4, .secure_fortificationweb h5, .secure_fortificationweb h6 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
    color: rgb(171,182,218);
    margin-bottom: 20px;
}

.secure_fortificationweb h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid rgb(171,182,218);
    font-size: 43px;
}

.secure_fortificationweb li {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    padding-left: 20px;
    color: #ffffff;
}

.secure_fortificationweb ol {
    counter-reset: item;
}

.secure_fortificationweb ol li {
    list-style-type: none;
}

.secure_fortificationweb ol li:before {
    width: 20px;
    background-color: rgb(130,146,197);
    font-size: 17px;
    border-radius: 50%;
    color: #000000;
    line-height: 20px;
    position: absolute;
    content: counter(item);
    height: 20px;
    counter-increment: item;
    text-align: center;
    top: 0;
    left: 0;
}

.explore_nowweb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: linear-gradient(210deg, rgb(171,182,218) 0%, rgb(130,146,197) 100%);
}

.explore_nowweb::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
    animation: horizonLine 5s ease-in-out infinite;
    z-index: -1;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}

.explore_nowweb .expert_classesweb::before {
    background: linear-gradient(
        to right,
        rgb(171,182,218),
        rgb(130,146,197),
        rgb(171,182,218)
    );
    left: 0;
    width: 100%;
    content: '';
    box-shadow: 0 0 20px rgb(171,182,218,0.5);
    animation: topLineGlow 3s ease-in-out infinite;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 5px;
}

.explore_nowweb .expert_classesweb::after {
    top: 5px;
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    z-index: 1;
}

.explore_nowweb h3::before {
    position: absolute;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    animation: textScan 3s linear infinite;
    z-index: -1;
    height: 100%;
    content: '';
    left: -100%;
    width: 100%;
    top: 0;
}

.explore_nowweb .send_requestweb {
    text-shadow: 0 0 5px #ffffff;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid rgb(130,146,197);
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    display: inline-block;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    border-radius: 3px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    box-shadow: 
        0 0 15px rgb(130,146,197,0.5),
        inset 0 0 5px rgb(130,146,197,0.5);
}

.explore_nowweb .send_requestweb:hover {
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    box-shadow: 
        0 0 25px rgb(130,146,197),
        inset 0 0 10px rgb(130,146,197,0.5);
    border-color: transparent;
}

.explore_nowweb .send_requestweb:hover::before {
    left: 0;
}

.get_in_touchweb {
    background: rgb(213,218,239);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.get_in_touchweb::after {
    left: 0;
    width: 100%;
    z-index: 1;
    background-position: 0 0, 0 0, 0 0, 0 0;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    top: 0;
    animation: backgroundMove 30s infinite linear;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, rgb(171,182,218,0.5) 0, rgb(171,182,218,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(130,146,197,0.5) 0, rgb(130,146,197,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(171,182,218,0.5), transparent 70%),
        linear-gradient(180deg, rgb(130,146,197,0.5), transparent 70%);
    opacity: 0.2;
}

.get_in_touchweb .message_reachweb {
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(171,182,218,0.5);
    position: relative;
    display: flex;
    border-radius: 12px;
}

.get_in_touchweb .img_holderweb {
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}

.get_in_touchweb .img_holderweb::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.get_in_touchweb .connect_inquiryweb {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
}

.get_in_touchweb .connect_inquiryweb::before {
    background: rgb(171,182,218,0.5);
    height: 200px;
    content: "";
    position: absolute;
    width: 200px;
    z-index: 0;
    filter: blur(100px);
    opacity: 0.3;
    top: -100px;
    right: -100px;
}

.get_in_touchweb form {
    position: relative;
    z-index: 2;
}

.get_in_touchweb form h3::after {
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
    bottom: -15px;
    background: rgb(171,182,218);
    box-shadow: 
        0 0 5px rgb(171,182,218,0.5),
        0 0 10px rgb(171,182,218,0.5);
    height: 2px;
}

.get_in_touchweb form input[type="text"]:focus {
    border-color: rgb(171,182,218);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(171,182,218),
        0 0 5px rgb(171,182,218,0.5);
}

.get_in_touchweb .feedback_formweb {
    margin-bottom: 35px;
    position: relative;
}

.get_in_touchweb .feedback_formweb input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.get_in_touchweb .feedback_formweb label::before {
    height: 22px;
    border: 1px solid rgb(171,182,218,0.5);
    content: "";
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: rgb(213,218,239);
    width: 22px;
    top: 0;
}

.get_in_touchweb .feedback_formweb label a {
    color: rgb(171,182,218);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

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

.get_in_touchweb .request_supportweb::before {
    height: 100%;
    top: 0;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    background: rgb(130,146,197);
    position: absolute;
    content: "";
    z-index: -1;
    transform-origin: right;
    transition: transform 0.5s ease;
}

.get_in_touchweb .request_supportweb:hover {
    box-shadow: 
        0 5px 20px rgb(130,146,197,0.5),
        0 0 0 1px rgb(130,146,197);
}

.get_in_touchweb svg {
    filter: drop-shadow(0 0 2px rgb(171,182,218,0.5));
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(171,182,218);
}

.locateweb {
    position: relative;
    background-color: rgb(213,218,239);
    padding: 5rem 0;
    overflow: hidden;
}

.locateweb::before {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
}

.locateweb .container {
    z-index: 2;
    position: relative;
}

.locateweb .message_blockweb {
    position: relative;
    display: flex;
    flex-direction: column;
}

.locateweb .message_blockweb h3 {
    color: rgb(171,182,218);
    position: relative;
    max-width: 70%;
    font-size: 47px;
    display: inline-block;
    margin-bottom: 3rem;
    width: auto;
    font-weight: 700;
}

.locateweb .msg_infoweb {
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.6;
    max-width: 80%;
    font-size: calc(18px * 1.1);
}

.locateweb .edu_mentorweb > span::before {
    background: linear-gradient(45deg, transparent 98%, rgb(171,182,218) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(171,182,218) 0), 
                linear-gradient(135deg, transparent 98%, rgb(171,182,218) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(171,182,218) 0);
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    content: "";
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    z-index: -1;
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.4;
    left: 0;
    position: absolute;
}

.locateweb .edu_mentorweb > span svg path {
    stroke: #ffffff;
    transition: all 0.3s ease;
    stroke-width: 0.5;
}

.locateweb .edu_mentorweb p {
    font-weight: 400;
    position: relative;
    margin: 0;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.locateweb .edu_mentorweb span > span {
    display: flex;
    margin-top: 0.5rem;
    font-weight: 600;
    align-items: center;
    color: rgb(171,182,218);
    font-size: calc(18px * 1.1);
}

.locateweb .edu_mentorweb a svg {
    transition: transform 0.3s ease;
    margin-right: 6px;
    position: static;
    width: 14px;
    height: 14px;
}

.locateweb .edu_mentorweb a:hover {
    color: rgb(130,146,197);
}

.locateweb .edu_mentorweb a:hover svg {
    fill: rgb(130,146,197);
    transform: translateX(3px);
}

.locateweb .edu_mentorweb a:hover::after {
    transform: scaleX(1);
    background-color: rgb(130,146,197);
    transform-origin: left;
}

.locateweb .get_assistanceweb::before {
    background: linear-gradient(45deg, transparent 98%, rgb(130,146,197) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(130,146,197) 0), 
                linear-gradient(135deg, transparent 98%, rgb(130,146,197) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(130,146,197) 0);
    background-repeat: no-repeat;
    height: 100%;
    content: "";
    opacity: 0.4;
    z-index: -1;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    top: 0;
}

.locateweb .get_assistanceweb:hover h4 svg {
    transform: rotate(360deg);
}

.locateweb .get_assistanceweb h4::after {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(130,146,197);
    width: 40px;
    border-radius: 10px;
    bottom: -8px;
}

.locateweb .get_assistanceweb span:hover {
    background-color: rgba(rgb(130,146,197,0.5), 0.2);
    transform: translateY(-2px);
}

.locateweb .get_assistanceweb span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}

.locateweb .edu_mentorweb > span::after {
    width: 0;
    transition: width 0.5s ease;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(171,182,218), rgb(130,146,197));
    z-index: 2;
}

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

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

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


.locateweb .container::before {
    height: 300px;
    content: "";
    top: 10%;
    z-index: -1;
    right: -15%;
    width: 300px;
    position: absolute;
    animation: rotate 40s linear infinite;
    border: 30px solid rgb(171,182,218,0.5);
    border-radius: 50%;
    opacity: 0.1;
}

.title_openerweb::before {
    left: 0;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(130,146,197,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(130,146,197,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(130,146,197,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(130,146,197,0.5) 4px, transparent 14px);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    animation: constellationMove 120s infinite linear;
    background-size: 320px 320px;
    opacity: 0.15;
}

.title_openerweb .online_skillsweb > div {
    transform-style: preserve-3d;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}

.title_openerweb .online_skillsweb > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}

.title_openerweb h3 {
    margin: 0;
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: calc(21px * 1.1);
}

.title_openerweb .heritage_tlweb {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    animation-delay: 0.6s;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    height: 420px;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: translateZ(40px) rotate(1deg);
}

.title_openerweb .heritage_tlweb::after {
    z-index: 2;
    content: "";
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    background: 
    repeating-linear-gradient(45deg, 
      rgb(130,146,197,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    left: 0;
    position: absolute;
}

.title_openerweb .heritage_tlweb:hover > div {
    transform: translateY(-10px);
}

.title_openerweb .heritage_tlweb p::before {
    width: 0.8rem;
    left: -1.5rem;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    height: 0.8rem;
    top: 50%;
    background: rgb(130,146,197);
}

.title_openerweb .title_style_header {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transform: translateX(-20px);
    letter-spacing: 0.01em;
    font-size: 46px;
    opacity: 0;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}

.data_analysisweb .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}

.data_analysisweb h4 {
    margin-top: 3rem;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    font-size: 31px;
}

.data_analysisweb ul {
    display: grid;
    margin: 0;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
}

.data_analysisweb .learn_statisticsweb:nth-child(1) {
    --i: 1;
}

.data_analysisweb .learn_statisticsweb:nth-child(2) {
    --i: 2;
}

.data_analysisweb .learn_statisticsweb:nth-child(3) {
    --i: 3;
}

.data_analysisweb .learn_statisticsweb:nth-child(4) {
    --i: 4;
}

.data_analysisweb .learn_statisticsweb:nth-child(5) {
    --i: 5;
}

.data_analysisweb .learn_statisticsweb:nth-child(6) {
    --i: 6;
}

.data_analysisweb .learn_statisticsweb:nth-child(7) {
    --i: 7;
}

.data_analysisweb .learn_statisticsweb:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(130,146,197);
    transform: translateY(-8px) scale(1.03);
}

.data_analysisweb .learn_statisticsweb:hover::before {
    opacity: 0.6;
}

.data_analysisweb .learn_statisticsweb div {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    position: relative;
}

.data_analysisweb .learn_statisticsweb span {
    padding-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    animation: fadeIn 0.6s ease-out forwards;
    transform: translateY(10px);
    font-size: 18px;
    opacity: 0;
    animation-delay: calc(0.5s + 0.15s * var(--i, 0));
}

.data_analysisweb .learn_statisticsweb span::after {
    height: 2px;
    transition: width 0.4s ease-out;
    bottom: 0;
    background: linear-gradient(90deg, rgb(171,182,218), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 0;
}

header .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

header .main_infoweb {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    align-items: center;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    gap: 1rem;
}

header .head_knowweb svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}

header .head_knowweb:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(171,182,218,0.5));
}

header .site_navbarweb {
    width: 100%;
    border-radius: 10px;
    background: rgb(213,218,239);
    flex-wrap: wrap;
    display: flex;
    gap: 0.4rem;
    padding: 0.6rem;
    justify-content: center;
}

header .head_guideweb::before {
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(171,182,218), rgb(130,146,197));
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
}

header .head_guideweb::after {
    transform-origin: left;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(171,182,218), rgb(130,146,197));
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}

.program_offeringsweb::after {
    z-index: 1;
    filter: blur(50px);
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(130,146,197,0.5) 0%,
        transparent 50%
    );
}

.program_offeringsweb .container {
    position: relative;
    z-index: 2;
}

.program_offeringsweb .expert_classesweb {
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    min-height: 500px;
    border-radius: 0;
    display: flex;
}

.program_offeringsweb .img_holderweb::before {
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(171,182,218,0.5) 100%
    );
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.program_offeringsweb .skill_academyweb {
    backdrop-filter: blur(10px);
    transform: translateX(-30px);
    padding: 50px;
    z-index: 4;
    max-width: 55%;
    position: relative;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 12px 0 0 12px;
    background: rgba(255, 255, 255, 0.85);
}

.program_offeringsweb .skill_academyweb::after {
    top: 15px;
    border: 1px solid rgb(171,182,218,0.5);
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 0.5;
    content: "";
    border-radius: calc(12px - 10px) 0 0 calc(12px - 10px);
    left: 15px;
    z-index: -1;
}

.program_offeringsweb .site_studyweb svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.program_offeringsweb .site_studyweb::after {
    width: 40px;
    bottom: -8px;
    border-radius: 10px;
    content: "";
    height: 3px;
    background: rgb(130,146,197);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}

.program_offeringsweb h3::after {
    background: linear-gradient(
        90deg,
        rgb(171,182,218) 0%,
        rgb(130,146,197) 100%
    );
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 10px;
}

.tyFrameweb::before {
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(171,182,218,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(171,182,218,0.5) 1px, transparent 1px);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-size: 35px 35px;
    width: 100%;
    pointer-events: none;
    opacity: 0.07;
    height: 100%;
}

.tyFrameweb h2 {
    animation: slideUp 0.8s forwards ease-out 0.2s;
    max-width: 80%;
    font-size: 28px;
    position: relative;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.tyFrameweb .expert_classesweb {
    position: relative;
    opacity: 0;
    background: #ffffff;
    padding: 3.5rem;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
}

.tyFrameweb .expert_classesweb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tyFrameweb .expert_classesweb li {
    padding-left: 2rem;
    position: relative;
}

.tyFrameweb .expert_classesweb span {
    opacity: 0;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    font-family: Arial, sans-serif;
    transform: translateX(10px);
    font-size: 16px;
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.7;
}

.study_methodweb::before {
    right: -10%;
    height: 50%;
    background: linear-gradient(225deg, rgb(171,182,218) 0%, transparent 80%);
    z-index: 1;
    top: -5%;
    pointer-events: none;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    width: 40%;
    position: absolute;
    opacity: 0.1;
}

.study_methodweb .expert_classesweb {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.study_methodweb h2 {
    color: #000000;
    transform: translateX(-0.5rem);
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-size: 38px;
}

.study_methodweb:hover h2::before {
    transform: scaleX(1);
}

.study_methodweb .text_elementweb {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.study_methodweb .text_elementweb::after {
    background: linear-gradient(to bottom, rgb(171,182,218), rgb(130,146,197));
    position: absolute;
    content: "";
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    left: 0;
    width: 4px;
    top: 0;
}

.tariff_containerweb .learn_offersweb p::-webkit-scrollbar {
    width: 5px;
}

.tariff_containerweb .learn_offersweb p::-webkit-scrollbar-track {
    background: transparent;
}

.tariff_containerweb .learn_offersweb p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(171,182,218,0.5);
}



@media (max-width: 767px) {.tariff_containerweb {
    padding: 60px 0;
}.tariff_containerweb h2 {
    font-size: calc(31px - 4px);
}.tariff_containerweb .learning_dealsweb {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.tariff_containerweb .program_rateweb {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_containerweb .learn_offersweb {
    min-height: 300px;
}.tariff_containerweb .learn_feesweb {
    font-size: calc(19px + 2px);
}
}



@media (max-width: 992px) {.tutor_matchweb {
    padding: 70px 0 40px;
}.tutor_matchweb .top_tutorweb {
    gap: 40px;
}.tutor_matchweb .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.tutor_matchweb {
    padding: 40px 0 20px;
}.tutor_matchweb .company_holder h3 {
    font-size: calc(37px * 0.8);
}.tutor_matchweb .site_navbarweb h5 {
    font-size: calc(20px * 0.9);
}}



@media (max-width: 992px) {.join_listweb p {
    font-size: 28px;
    transform: translateX(10%);
    max-width: 80%;
}.join_listweb .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.join_listweb .expert_classesweb::before {
    font-size: 8rem;
}
}



@media (max-width: 576px) {.join_listweb {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.join_listweb p {
    font-size: 18px;
    margin-bottom: 3rem;
}.join_listweb p::after {
    height: 3px;
    width: 60px;
}.join_listweb .expert_classesweb::before {
    font-size: 3.5rem;
}.join_listweb .sub_togglesweb,
    .join_listweb .request_supportweb {
    padding: 1rem;
}}



@media (min-width: 1200px) {.our_missionweb .text_elementweb span {
    column-gap: 50px;
    column-count: 2;
}.our_missionweb::after {
    width: 55%;
    height: 80%;
}
}



@media (max-width: 991px) {.our_missionweb {
    padding: 100px 0;
}.our_missionweb .text_elementweb h1 {
    font-size: calc(31px * 1.1);
    margin-bottom: 30px;
}.our_missionweb .text_elementweb::before {
    height: 40%;
}
}



@media (max-width: 767px) {.our_missionweb {
    padding: 80px 0;
}.our_missionweb .text_elementweb h1 {
    font-size: 31px;
}.our_missionweb .text_elementweb::before {
    height: 30%;
    left: -15px;
}.our_missionweb .text_elementweb ul {
    padding: 25px;
}.our_missionweb .text_elementweb h4 {
    font-size: 20px;
}.our_missionweb .text_elementweb span {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 991px) {.course_instructorweb {
    padding: 40px 20px;
}.course_instructorweb .client_sentimentsweb {
    flex-direction: column;
    gap: 20px;
}.course_instructorweb .img_holderweb {
    margin: 0 auto;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    width: 220px;
}.course_instructorweb .work_viewweb {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.course_instructorweb .client_sentimentsweb:hover .img_holderweb {
    transform: translateY(-10px) rotate(0);
}
}



@media (max-width: 768px) {.user_reviewsweb {
    padding: 70px 0 90px;
}.user_reviewsweb .client_sentimentsweb {
    margin: 0 0 50px;
    transform: translateY(0) !important;
    width: 100%;
}.user_reviewsweb .client_sentimentsweb:hover {
    transform: translateY(-10px) !important;
}.user_reviewsweb h4 {
    font-size: calc(43px * 0.8);
}.user_reviewsweb h4::after {
    left: 10%;
    width: 80%;
    transform: skewX(0);
}}


@media only screen and (max-width: 600px) {.cookie_message_alertweb {
    width: 100%;
    left: 0;
    border-radius: 0;
    transform: none;
    bottom: 0;
}.cookie_gateweb {
    padding: 15px;
}.cookies_trackingweb svg {
    width: 50px;
    height: 50px;
}.cookie_message_alertweb h5 {
    font-size: calc(21px - 2px);
}.cookie_message_alertweb p {
    font-size: calc(13px - 2px);
}.consent_eduweb {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
}}



@media (max-width: 991px) {.ideal_participantsweb {
    padding: 4rem 0;
}.ideal_participantsweb h3 {
    padding: 0.7rem 1.5rem;
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.ideal_participantsweb ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.ideal_participantsweb {
    padding: 3rem 0;
}.ideal_participantsweb .expert_classesweb {
    padding: 0 1rem;
}.ideal_participantsweb h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.ideal_participantsweb li {
    padding: 1.2rem;
}.ideal_participantsweb li svg {
    height: 28px;
    width: 28px;
    margin-right: 0.8rem;
}}


@media only screen and (max-width: 800px) {.secure_fortificationweb {
    padding: 30px 20px;
}.secure_fortificationweb h1 {
    font-size: calc(23px - 5px);
}.secure_fortificationweb h2 {
    font-size: calc(23px - 5px);
}.secure_fortificationweb p, .secure_fortificationweb li {
    font-size: calc(12px - 2px);
}.secure_fortificationweb::before, .secure_fortificationweb::after {
    height: 100px;
    width: 100px;
}}



@media screen and (max-width: 768px) {.explore_nowweb {
    padding: 80px 0;
}.explore_nowweb .expert_classesweb {
    height: 300px;
}.explore_nowweb h3 {
    letter-spacing: 3px;
    font-size: calc(31px * 0.8);
    margin-bottom: 45px;
}.explore_nowweb h3::after {
    bottom: -12px;
    width: 30px;
}.explore_nowweb .send_requestweb {
    letter-spacing: 1.5px;
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
}
}



@media (max-width: 1024px) {.get_in_touchweb {
    padding: 80px 0;
}.get_in_touchweb .img_holderweb {
    min-height: 500px;
}.get_in_touchweb .connect_inquiryweb {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.get_in_touchweb {
    padding: 50px 0;
}.get_in_touchweb h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.get_in_touchweb .img_holderweb {
    min-height: 200px;
}.get_in_touchweb .connect_inquiryweb {
    padding: 30px 20px;
}.get_in_touchweb form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.get_in_touchweb form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get_in_touchweb .feedback_formweb {
    margin-bottom: 20px;
}.get_in_touchweb .feedback_formweb label {
    font-size: calc(15px * 0.9);
}.get_in_touchweb .request_supportweb {
    padding: 12px 20px;
}}


@media (max-width: 1199px) and (min-width: 992px) {.locateweb .edu_mentorweb > span {
    flex: 1 0 calc(50% - 2rem);
}.locateweb .edu_mentorweb > span svg {
    height: 24px;
    width: 24px;
}
}


@media (max-width: 767px) {.locateweb {
    padding: 4rem 0;
}.locateweb .edu_mentorweb > span {
    flex: 1 0 calc(100% - 2rem);
}.locateweb .message_blockweb h3 {
    font-size: calc(47px * 0.8);
    max-width: 100%;
}.locateweb .msg_infoweb {
    font-size: 18px;
}.locateweb .get_assistanceweb {
    padding: 2rem;
}.locateweb .edu_mentorweb > span {
    padding: 2rem;
}.locateweb .edu_mentorweb > span svg {
    top: 1rem;
    height: 20px;
    right: 1rem;
    width: 20px;
}.locateweb .get_assistanceweb span svg {
    width: 12px;
    height: 12px;
}
}



@media (min-width: 768px) {.title_openerweb .online_skillsweb > div {
    grid-template-columns: 30% 1fr;
    align-items: center;
    gap: 3rem;
}.title_openerweb h3 {
    font-size: 21px;
}.title_openerweb .heritage_tlweb {
    height: 480px;
}.title_openerweb .title_style_header {
    font-size: calc(46px * 1.2);
}
}



@media (min-width: 992px) {.title_openerweb .online_skillsweb > div {
    gap: 4rem;
    grid-template-columns: 35% 1fr;
}.title_openerweb .online_skillsweb > div > div:first-child {
    padding: 3rem;
}.title_openerweb h3 {
    font-size: calc(21px * 1.1);
}.title_openerweb .heritage_tlweb {
    height: 520px;
}.title_openerweb .heritage_tlweb > div {
    padding: 4rem 3rem;
}.title_openerweb .title_style_header {
    font-size: calc(46px * 1.4);
}
}



@media (max-width: 480px) {.title_openerweb {
    padding: 3rem 1rem;
}.title_openerweb .heritage_tlweb {
    height: 320px;
}.title_openerweb .online_skillsweb > div > div:first-child {
    padding: 1.25rem;
}.title_openerweb h3 {
    font-size: 17px;
}.title_openerweb .heritage_tlweb > div {
    padding: 1.5rem 1.25rem;
}.title_openerweb .title_style_header {
    font-size: 30px;
}}



@media (max-width: 992px) {.data_analysisweb ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_analysisweb .learn_statisticsweb {
    padding: 1.75rem 1.25rem;
}.data_analysisweb .learn_statisticsweb p {
    font-size: 2.75rem;
}.data_analysisweb h4 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 576px) {.data_analysisweb {
    padding: 3rem 0;
}.data_analysisweb ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.data_analysisweb .learn_statisticsweb {
    padding: 1.25rem 1rem;
}.data_analysisweb .learn_statisticsweb p {
    font-size: 2.25rem;
}.data_analysisweb h4 {
    font-size: calc(31px * 0.7);
    margin-top: 2rem;
}.data_analysisweb h4::after {
    height: 2px;
    width: 50px;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .main_infoweb {
    padding: 0.7rem;
    gap: 0.7rem;
}header .head_knowweb svg {
    width: 120px;
}header .site_navbarweb {
    gap: 0.3rem;
    padding: 0.4rem;
}header .head_guideweb {
    padding: 0.3rem 0.7rem;
    font-size: calc(16px - 2px);
}
}



@media (max-width: 1200px) {.program_offeringsweb .skill_academyweb {
    max-width: 65%;
}
}



@media (max-width: 992px) {.program_offeringsweb {
    padding: 80px 0;
}.program_offeringsweb .expert_classesweb {
    min-height: auto;
    display: block;
}.program_offeringsweb .img_holderweb {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}.program_offeringsweb .skill_academyweb {
    max-width: 100%;
    padding: 40px 30px;
    transform: translateX(0);
    border-radius: 12px;
}.program_offeringsweb .skill_academyweb::before,
    .program_offeringsweb .skill_academyweb::after {
    border-radius: 12px;
}
}



@media (max-width: 991px) {.tyFrameweb {
    padding: 4rem 0;
}.tyFrameweb h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.tyFrameweb .expert_classesweb {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.tyFrameweb {
    padding: 2.5rem 0;
}.tyFrameweb h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.tyFrameweb .expert_classesweb {
    padding: 1.5rem;
}.tyFrameweb h2::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}}



@media (min-width: 768px) {.study_methodweb {
    padding: 8rem 0;
}.study_methodweb .expert_classesweb {
    padding: 0 4rem;
}.study_methodweb h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 1.1);
}.study_methodweb .text_elementweb {
    padding: 3.5rem;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}.study_methodweb p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.study_methodweb {
    padding: 4rem 0;
}.study_methodweb .expert_classesweb {
    padding: 0 1.5rem;
}.study_methodweb h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.study_methodweb h2::before {
    height: 0.3rem;
    width: 5rem;
}.study_methodweb .text_elementweb {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2rem 1.5rem;
}.study_methodweb p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



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

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}



@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}



@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(171,182,218,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(171,182,218),
            0 0 30px rgb(171,182,218,0.5);
    }
}



@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(130,146,197),
            0 0 10px rgb(130,146,197,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(130,146,197),
            0 0 20px rgb(130,146,197),
            0 0 30px rgb(130,146,197,0.5);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}



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



@keyframes countUp {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

