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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
    background: #ffffff;
}

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

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

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(225,195,173,0.5) 25%, rgb(225,195,173,0.5) 26%, transparent 27%, transparent 74%, rgb(204,162,131,0.5) 75%, rgb(204,162,131,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(225,195,173,0.5) 25%, rgb(225,195,173,0.5) 26%, transparent 27%, transparent 74%, rgb(204,162,131,0.5) 75%, rgb(204,162,131,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-size: 50px 50px;
    z-index: -1;
}

.art_portal_o .company_holder {
    backdrop-filter: blur(8px);
    border-radius: 26px;
    padding: 2rem;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 350px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.art_portal_o .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(225,195,173,0.5);
}

.art_portal_o .company_holder h3::after {
    bottom: -8px;
    transition: width 0.3s ease-out;
    content: "";
    box-shadow: 0 0 10px rgb(225,195,173);
    position: absolute;
    border-radius: 10px;
    width: 50px;
    background: linear-gradient(90deg, rgb(225,195,173), rgb(204,162,131));
    height: 3px;
    left: 0;
}

.art_portal_o .subscr_info_h {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.art_portal_o .head_study_T {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.art_portal_o .nav_section_O::before {
    transform: translateY(-1px);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(204,162,131), transparent);
    width: 200%;
    left: -50%;
    position: absolute;
    top: 0;
}

.art_portal_o .nav_section_O::after {
    background: linear-gradient(90deg, transparent, rgb(225,195,173), transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(1px);
    content: "";
    height: 1px;
}

.art_portal_o .nav_section_O h5 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(204,162,131,0.5);
    color: #ffffff;
    font-weight: 600;
}

.art_portal_o .nav_section_O:hover h5::after {
    width: 100%;
}

.art_portal_o .nav_section_O .head_study_T {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.art_portal_o .nav_section_O .head_study_T a::before {
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0.5;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(225,195,173), rgb(204,162,131));
    width: 3px;
    top: 0;
}

.art_portal_o .nav_section_O .head_study_T a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(204,162,131,0.5);
    padding-left: 1.5rem;
    opacity: 1;
}

.art_portal_o .nav_section_O .head_study_T a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(225,195,173);
}

.footer_milestones_F {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}

.footer_milestones_F .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_milestones_F .collab_space_4 {
    position: relative;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

.thankYouHub_Z::before {
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(225,195,173,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(204,162,131,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.15;
}

.thankYouHub_Z .container {
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 2;
    transform: translateZ(0);
}

.thankYouHub_Z .learning_dna_C {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    overflow: hidden;
}

.thankYouHub_Z li {
    padding: 0.5rem 0;
    position: relative;
}

.thankYouHub_Z li::before {
    transform: scaleY(0);
    left: -1.5rem;
    background: rgb(225,195,173,0.5);
    animation: grow-line 1.2s ease-out forwards 0.8s;
    width: 3px;
    height: 100%;
    opacity: 0;
    content: "";
    top: 0;
    position: absolute;
    transform-origin: top;
}



.thankYouHub_Z .learning_dna_C:hover {
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.program_offerings_L::after {
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(225,195,173,0.5) 49%, rgb(225,195,173,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(204,162,131,0.5) 49%, rgb(204,162,131,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    opacity: 0.1;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    animation: backgroundShift 30s linear infinite;
}

.program_offerings_L .learning_dna_C::before {
    width: 200px;
    top: -100px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    content: '';
    opacity: 0.2;
    background: radial-gradient(circle, rgb(225,195,173) 0%, transparent 70%);
    animation: pulseLight 8s ease-in-out infinite;
    right: -100px;
    filter: blur(20px);
}

.program_offerings_L .learning_dna_C::after {
    width: 200px;
    filter: blur(20px);
    height: 200px;
    left: -100px;
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
    content: '';
    opacity: 0.2;
    background: radial-gradient(circle, rgb(204,162,131) 0%, transparent 70%);
    animation: pulseLight 8s ease-in-out infinite 4s;
}

.program_offerings_L .top_main_r:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_offerings_L .top_main_r svg {
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(225,195,173,0.5));
    transition: all 0.3s ease;
}

.program_offerings_L .top_main_r:hover svg path {
    fill: rgb(204,162,131);
}

.program_offerings_L h3::after {
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
    animation: lineExpand 4s ease-in-out infinite;
}

.program_offerings_L .pic_card_7 {
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(225,195,173,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    border-radius: calc(12px * 1.5);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    height: 350px;
}

.program_offerings_L .pic_card_7::before {
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}


.newsletter_subscription_E {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(204,162,131,0.5), rgb(225,195,173));
    overflow: hidden;
}

.newsletter_subscription_E::before {
    pointer-events: none;
    height: 200%;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
}

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

.newsletter_subscription_E .learning_dna_C:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.newsletter_subscription_E h3 {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    transition: transform 0.3s ease;
    margin: 0;
    max-width: 90%;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}

.newsletter_subscription_E h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(225,195,173), rgb(204,162,131));
    left: 0;
    position: absolute;
    transition: transform 0.4s ease;
    bottom: -12px;
    transform: scaleX(0.8);
    content: "";
    transform-origin: left;
    width: 80px;
}

.newsletter_subscription_E .updates_entry_b::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.newsletter_subscription_E .updates_entry_b:focus {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    outline: none;
    border-color: rgb(225,195,173);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter_subscription_E .news_block_d {
    border: none;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 1.2rem 2rem;
    background: linear-gradient(135deg, rgb(225,195,173), rgb(204,162,131));
}

.newsletter_subscription_E .news_block_d:hover::before {
    transform: translateX(100%);
}

.newsletter_subscription_E .news_block_d:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.cookie_reset_J {
    box-shadow: 0 0 20px rgb(225,195,173,0.5);
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(204,162,131) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cookie_visitor_7 svg, .cookie_visitor_7 svg path {
    width: 60px;
    fill: rgb(225,195,173);
    height: 60px;
    transition: transform 0.3s ease;
}

.cookie_visitor_7:hover svg {
    transform: rotate(20deg);
}

.cookie_control_j h5 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(225,195,173);
    margin-bottom: 10px;
    font-size: 19px;
    color: rgb(225,195,173);
}

.cookie_none_J:hover {
    box-shadow: 0 0 20px rgb(204,162,131,0.5);
    background: rgb(204,162,131);
}

.cookie_popup_overlay_L p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(225,195,173);
}

.cookie_popup_overlay_L p a:hover {
    color: rgb(204,162,131);
}

#cookie_info_alert_p {
    display: none;
}

#cookie_info_alert_p:checked ~ .cookie_popup_overlay_L {
    visibility: hidden;
    opacity: 0;
}

.learning_impact_K::before {
    right: -50%;
    width: 200%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
    transform: skewX(-20deg);
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(240,225,214) 0%, transparent 100%),
        repeating-linear-gradient(
            45deg,
            rgb(225,195,173,0.5) 0,
            rgb(225,195,173,0.5) 1px,
            transparent 1px,
            transparent 15px
        );
}

.learning_impact_K .pic_card_7::before {
    width: 120%;
    left: -10%;
    background: rgb(225,195,173,0.5);
    top: -10%;
    border-radius: 0 100% 100% 0 / 50%;
    z-index: -1;
    position: absolute;
    height: 120%;
    content: '';
}

.learning_impact_K h2 {
    font-size: 31px;
    padding-bottom: 1rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
}

.learning_impact_K .text_main_holder {
    gap: 2rem;
    flex-direction: column;
    display: flex;
}

.learning_impact_K .text_main_holder > div::before {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    height: 0;
    background: rgb(225,195,173);
    width: 5px;
    transition: height 0.3s ease;
}

.learning_impact_K .text_main_holder > div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.learning_impact_K .text_main_holder svg {
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
}

.learning_impact_K .text_main_holder svg path {
    fill: rgb(225,195,173);
}

.learning_impact_K::after {
    content: '';
    background: rgb(204,162,131,0.5);
    top: -10vw;
    right: 10vw;
    height: 20vw;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    width: 20vw;
}

.try_immediately_d::before {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        rgb(240,225,214) 0%,
        transparent 70%
    );
}

.try_immediately_d .inquiry_query_L {
    color: #000000;
    padding: 20px 50px;
    transform-origin: center;
    font-size: 15px;
    box-shadow: 
        5px 5px 0 rgb(225,195,173),
        10px 10px 0 rgb(204,162,131,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    font-weight: 600;
    z-index: 5;
    position: relative;
    text-decoration: none;
    transform: rotate(-2deg);
}

.try_immediately_d .container p::before {
    background: rgb(225,195,173);
    z-index: -1;
    top: -5px;
    right: -5px;
    height: 40px;
    position: absolute;
    width: 40px;
    content: '';
}

.try_immediately_d .inquiry_query_L:hover::before {
    left: 8px;
    top: 8px;
}

.try_immediately_d::after {
    position: absolute;
    opacity: 0.1;
    top: -200px;
    background: rgb(225,195,173,0.5);
    z-index: 1;
    content: '';
    border-radius: 0 50% 50% 50%;
    height: 400px;
    width: 400px;
    right: -200px;
    transform: rotate(45deg);
}

.contact_section_8 {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: rgb(240,225,214);
}

.contact_section_8::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(225,195,173), 0.05) 49%, rgba(rgb(225,195,173), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(204,162,131), 0.05) 49%, rgba(rgb(204,162,131), 0.05) 51%, transparent 52%);
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.contact_section_8 .pic_card_7 {
    flex: 0 0 45%;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    min-height: 550px;
}

.contact_section_8 .feedback_links_V::before {
    opacity: 0.1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background-position: 0 0, 15px 15px;
    top: 0;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    background-size: 30px 30px;
}

.contact_section_8 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(204,162,131);
    background: #ffffff;
    outline: none;
}

.contact_section_8 .message_box_v {
    gap: 12px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}

.contact_section_8 .message_box_v input[type="checkbox"]:checked {
    border-color: rgb(225,195,173);
    background: rgb(225,195,173);
}

.contact_section_8 .message_box_v input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 5px;
    content: "";
    border-bottom: 2px solid #ffffff;
    top: 40%;
    left: 50%;
    height: 10px;
    position: absolute;
}

.contact_section_8 .message_box_v a:hover {
    color: rgb(204,162,131);
}

.contact_section_8 .message_box_v a:hover::after {
    height: 2px;
    background: rgb(204,162,131);
}

.contact_section_8 .inquiry_query_L {
    border: none;
    background: rgb(225,195,173);
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 35px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 600;
    align-self: flex-start;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.contact_section_8 .inquiry_query_L:hover {
    background: rgb(204,162,131);
}

.contact_section_8 svg {
    width: 20px;
    fill: rgb(225,195,173);
    height: 20px;
    transition: all 0.3s ease;
}

.contact_section_8 svg:hover {
    fill: rgb(204,162,131);
}

.support_S {
    background-color: rgb(240,225,214);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.support_S .edu_query_i h3::before {
    transform: translateY(-50%);
    top: 50%;
    border-radius: 10px;
    height: 70%;
    content: "";
    background-color: rgb(225,195,173);
    position: absolute;
    width: 5px;
    left: -1rem;
}

.support_S .reach_team_v {
    margin: -1rem;
    flex-wrap: wrap;
    display: flex;
}

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

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

.support_S .reach_team_v p svg {
    height: 18px;
    opacity: 0.8;
    position: static;
    margin-right: 10px;
    fill: rgb(225,195,173);
    width: 18px;
}

.support_S .reach_team_v span > span {
    display: flex;
    margin-top: 0.5rem;
    font-size: calc(16px * 1.1);
    align-items: center;
    color: rgb(225,195,173);
    font-weight: 600;
}

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

.support_S .reach_team_v a::after {
    background-color: rgb(225,195,173);
    transform-origin: right;
    transition: transform 0.3s ease;
    bottom: -2px;
    position: absolute;
    content: "";
    height: 1px;
    transform: scaleX(0);
    left: 0;
    width: 100%;
}

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

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

.support_S .message_request_u h4 {
    font-weight: 700;
    align-items: center;
    font-size: 18px;
    position: relative;
    display: inline-flex;
    margin-bottom: 1.5rem;
    color: rgb(204,162,131);
}

.support_S .message_request_u h4 svg {
    margin-right: 10px;
    fill: rgb(204,162,131);
    transition: transform 0.5s ease;
    height: 22px;
    width: 22px;
}

.support_S .message_request_u span {
    padding: 0.5rem 1rem;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgba(rgb(204,162,131,0.5), 0.1);
    align-items: center;
    border-radius: 10px;
    margin: 0.5rem 1rem 0.5rem 0;
    display: inline-flex;
}

.support_S .message_request_u span svg {
    width: 14px;
    opacity: 0.8;
    fill: rgb(204,162,131);
    margin-right: 8px;
    height: 14px;
    transition: all 0.3s ease;
}

.support_S .reach_team_v > span:hover::after {
    width: 100%;
}

.support_S .reach_team_v > span:hover::after {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(225,195,173), rgb(204,162,131), rgb(225,195,173));
}

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

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

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

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

header::before {
    background: linear-gradient(135deg, rgb(225,195,173), rgb(204,162,131));
    content: '';
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

header .header_main_o {
    display: flex;
    position: relative;
    justify-content: center;
    width: 35%;
    align-items: center;
    text-decoration: none;
    padding: 1.2rem 0;
}

header .nav_section_O {
    position: relative;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 3%;
    width: 65%;
    justify-content: flex-start;
    display: flex;
}

header .top_study_h {
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

header .top_study_h:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.target_audience_I::before {
    width: 100%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(204,162,131,0.5), 0.3) 0%,
        transparent 70%
    );
    animation: pulseGlow 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    right: -50%;
    content: "";
    z-index: -1;
    height: 100%;
}

.target_audience_I .learning_dna_C {
    position: relative;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
    margin: 0 auto;
}

.target_audience_I h3::before,
.target_audience_I h3::after {
    width: 30px;
    z-index: -1;
    border-color: rgb(204,162,131);
    border-style: solid;
    height: 30px;
    position: absolute;
    content: "";
}

.target_audience_I h3::before {
    border-radius: 5px 0 0 0;
    top: -10px;
    border-width: 2px 0 0 2px;
    left: -10px;
}

.target_audience_I h3::after {
    right: -10px;
    border-radius: 0 0 5px 0;
    border-width: 0 2px 2px 0;
    bottom: -10px;
}

.target_audience_I li {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: flex;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    position: relative;
}

.target_audience_I li:hover::after {
    content: "";
    bottom: 0;
    animation: glowLine 2s infinite alternate ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgb(204,162,131),
        rgb(225,195,173)
    );
}

.target_audience_I li:hover svg {
    transform: scale(1.05);
    fill: rgb(225,195,173);
}

.target_audience_I li:nth-child(even) {
    transform: translateX(20px);
}

.target_audience_I li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}

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

.who_we_are_t::after {
    background: radial-gradient(ellipse at center, rgb(204,162,131,0.5) 0%, transparent 70%);
    width: 80%;
    content: "";
    height: 200%;
    top: -50%;
    z-index: 2;
    opacity: 0.15;
    right: -30%;
    transform: rotate(-15deg);
    position: absolute;
    animation: glow 15s infinite alternate ease-in-out;
}

.who_we_are_t h2 {
    margin-bottom: 40px;
    font-size: 36px;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    color: #ffffff;
}

.who_we_are_t h2::after {
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80%;
    transform-origin: left;
    background: rgb(255, 255, 255, 0.5);
    animation: expandWiderLine 2s forwards ease-out;
}

.who_we_are_t .text_panel_d::before {
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    height: 100%;
    animation: shimmer 5s infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    content: "";
    width: 100%;
}

.who_we_are_t .text_panel_d:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.who_we_are_t .text_panel_d p::after {
    height: 2px;
    background: rgb(204,162,131);
    content: "";
    transform-origin: left;
    width: 70px;
    bottom: -8px;
    left: 0;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    position: absolute;
}

.title_opener_q {
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
}

.title_opener_q::before {
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(4px) saturate(120%);
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(#000000, 0.7) 0%,
        rgba(rgb(225,195,173), 0.5) 100%
    );
    -webkit-backdrop-filter: blur(4px) saturate(120%);
    content: '';
    top: 0;
}

.title_opener_q h1 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    font-size: calc(47px * 1.2);
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.title_opener_q .text_panel_d {
    width: 100%;
    display: flex;
    animation: fadeIn 0.8s ease-out 0.4s forwards;
    opacity: 0;
    max-width: 700px;
    flex-direction: column;
    transform: translateY(30px);
    align-items: center;
}

.title_opener_q .edu_welcome_r {
    margin: 2rem 0;
    transform: scale(0.9);
    opacity: 0;
    animation: scaleIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
}

.title_opener_q .edu_welcome_r svg:hover {
    transform: scale(1.05) rotate(3deg);
}

.title_opener_q .edu_welcome_r svg:hover path {
    fill: #ffffff;
}

.title_opener_q .edu_welcome_r svg text {
    transition: fill 0.3s ease-out;
    font-family: Arial, sans-serif;
}

.title_opener_q h6 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out 0.8s forwards;
    margin-top: 1rem;
}

.title_opener_q .inquiry_query_L::before {
    background: rgb(204,162,131);
    top: 0;
    left: -100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
    position: absolute;
    transform: skewX(-25deg);
    z-index: -1;
    content: '';
}

.title_opener_q .inquiry_query_L:hover {
    box-shadow: 0 6px 20px rgba(94, 170, 168, 0.5),
                0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.teacher_profile_o {
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgb(225,195,173,0.5) 100%);
    border-radius: 21px;
    overflow: hidden;
}

.teacher_profile_o .student_perspectives_H {
    gap: 2rem;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}

.teacher_profile_o .pic_card_7 {
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: rotate(-3deg) translateY(20px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.teacher_profile_o .student_perspectives_H:hover .pic_card_7 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}

.teacher_profile_o .student_perspectives_H:hover .work_details_M {
    transform: translateY(0) rotate(0deg);
}

.teacher_profile_o .name {
    color: rgb(225,195,173);
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}

.teacher_profile_o .student_perspectives_H:hover .name::after {
    transform: scaleX(1);
}

.teacher_profile_o .work_details_M > div:nth-child(2) {
    transform: translateX(5px);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    color: rgb(204,162,131);
    font-weight: 600;
    font-size: 20px;
    opacity: 0.8;
}

.teacher_profile_o .work_box_3 {
    font-weight: 400;
    line-height: 1.6;
    font-style: italic;
    color: #000000;
    font-size: 18px;
    position: relative;
    padding-left: 1.5rem;
}

.education_framework_4 {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.education_framework_4::after {
    transform: rotate(-15deg);
    opacity: 0.07;
    top: -5%;
    z-index: -1;
    right: -5%;
    animation: float 8s ease-in-out infinite;
    height: 40%;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
    width: 35%;
    background: linear-gradient(45deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
}

.education_framework_4 h2 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    color: #000000;
    margin-bottom: 45px;
    font-size: 37px;
    position: relative;
    display: inline-block;
    transform: translateX(-10px);
}

.education_framework_4 h2::after {
    transform: scaleX(1);
    height: 3px;
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
    position: absolute;
    content: "";
    width: 80px;
}

.education_framework_4 .text_panel_d::before {
    height: 50px;
    content: "";
    background: rgb(204,162,131);
    width: 50px;
    top: -20px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    right: 30px;
    transform: rotate(15deg);
}

.education_framework_4 .text_panel_d:hover::before {
    transform: rotate(30deg) scale(1.2);
}

.education_framework_4 p {
    font-size: 12px;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.7;
}

.privacy_guardhouse_e h1 {
    text-shadow: 0 0 8px rgb(225,195,173);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 42px;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid rgb(204,162,131);
}

.privacy_guardhouse_e h3, .privacy_guardhouse_e h4, .privacy_guardhouse_e h5, .privacy_guardhouse_e h6 {
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 19px;
    text-shadow: 0 0 5px rgb(225,195,173,0.5);
}

.privacy_guardhouse_e li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.privacy_guardhouse_e p, .privacy_guardhouse_e span, .privacy_guardhouse_e div {
    background-color: rgb(225,195,173,0.5);
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
    box-shadow: 0 0 8px rgb(225,195,173,0.5);
    border-radius: 10px;
    border-left: 3px solid rgb(225,195,173);
    padding: 5px 10px;
    font-size: 14px;
}

.plan_3::after {
    z-index: 1;
    background: linear-gradient(225deg, rgb(204,162,131) 0%, transparent 80%);
    opacity: 0.15;
    height: 20rem;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    width: 20rem;
    bottom: -5rem;
    position: absolute;
    right: -5rem;
}

.plan_3 .study_sub_v {
    border-left: 4px solid rgb(225,195,173);
    position: relative;
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.plan_3 .study_sub_v h2::after {
    height: 3px;
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(225,195,173), rgb(204,162,131));
    position: absolute;
}

.plan_3 .training_sub_t {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 2rem;
}

.plan_3 .plan_cost_T:hover {
    transform: translateY(-10px);
}

.plan_3 .indv_sub_X {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    border-radius: 10px;
    height: 100%;
    background-color: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.plan_3 .fee_choices_z {
    position: relative;
    word-break: break-word;
    z-index: 2;
    overflow-wrap: break-word;
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.plan_3 .fee_choices_z h3 {
    transform: translateZ(10px);
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.2);
    color: #000000;
}

.plan_3 .plan_cost_T:hover .fee_choices_z h3::after {
    width: 60px;
}

.plan_3 .training_fees_6 {
    transform: translateZ(15px);
    font-size: calc(23px * 1.8);
    position: relative;
    display: block;
    margin: 0.5rem 0 1.5rem;
    color: rgb(225,195,173);
    font-weight: 700;
}

.plan_3 .fee_choices_z p {
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-top: 1rem;
    word-break: break-word;
    flex: 1;
}

.plan_3 .plan_cost_T:hover .pic_card_7 {
    transform: scale(1.05) translateZ(0);
}

.plan_3 .pic_card_7::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}

.plan_3 .plan_cost_T:hover .pic_card_7::before {
    opacity: 0.05;
}


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



@media (max-width: 992px) {.art_portal_o {
    padding: 3.5rem 0 2rem;
}.art_portal_o .container {
    flex-direction: column;
    gap: 2rem;
}.art_portal_o .company_holder,
    .art_portal_o .subscr_info_h {
    flex: 1 1 100%;
    min-width: 100%;
}.art_portal_o .nav_section_O {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.art_portal_o {
    padding: 2.5rem 0 1rem;
}.art_portal_o .head_study_T {
    gap: 1rem;
}.art_portal_o .nav_section_O {
    min-width: 100%;
    flex: 1 1 100%;
}.art_portal_o .nav_section_O .head_study_T a {
    padding: 0.4rem 0.8rem;
}.art_portal_o .nav_section_O .head_study_T a:hover {
    padding-left: 1.2rem;
}.footer_milestones_F {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.art_portal_o .company_holder:hover,
    .art_portal_o .nav_section_O:hover {
    transform: translateY(-2px);
}}



@media (max-width: 575px) {.thankYouHub_Z {
    padding: 2rem 0.8rem;
}.thankYouHub_Z h2 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.7);
}.thankYouHub_Z .learning_dna_C {
    padding: 1.2rem;
}.thankYouHub_Z li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 1200px) {.thankYouHub_Z .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.thankYouHub_Z h2 {
    max-width: 80%;
    margin-left: 3rem;
}.thankYouHub_Z .learning_dna_C {
    transform: translateY(30px) translateX(-2rem);
    margin-left: auto;
    width: 85%;
}.thankYouHub_Z .learning_dna_C:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 767px) {.program_offerings_L {
    padding: 40px 0;
}.program_offerings_L .learning_dna_C {
    padding: 25px;
    gap: 25px;
}.program_offerings_L h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.program_offerings_L p {
    font-size: calc(14px * 0.95);
}.program_offerings_L .pic_card_7 {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}



@media (max-width: 991px) {.newsletter_subscription_E {
    padding: 3rem 0;
}.newsletter_subscription_E .learning_dna_C {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.newsletter_subscription_E h3 {
    font-size: 18px;
    max-width: 100%;
}
}



@media (max-width: 480px) {.newsletter_subscription_E {
    padding: 2rem 0;
}.newsletter_subscription_E .learning_dna_C {
    padding: 1.5rem;
    gap: 1.5rem;
}.newsletter_subscription_E h3 {
    font-size: 17px;
}.newsletter_subscription_E .container {
    padding: 0 1rem;
}.newsletter_subscription_E .updates_entry_b {
    font-size: calc(18px * 0.9);
}.newsletter_subscription_E .news_block_d {
    font-size: calc(16px * 0.9);
}}


@media only screen and (max-width: 1200px) {.cookie_popup_overlay_L {
    padding: 20px;
}.cookie_reset_J {
    padding: 20px 2%;
}
}



@media (max-width: 1200px) {.learning_impact_K .text_panel_d {
    width: 65%;
}.learning_impact_K .pic_card_7 {
    width: 40vw;
}
}



@media (max-width: 992px) {.learning_impact_K {
    padding: 0;
}.learning_impact_K::before {
    right: -80%;
}.learning_impact_K .learning_dna_C {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}.learning_impact_K .pic_card_7 {
    position: relative;
    width: 100%;
    order: 1;
    border-radius: 0;
    height: 350px;
}.learning_impact_K .pic_card_7::before {
    display: none;
}.learning_impact_K .text_panel_d {
    order: 2;
    border-radius: 19px;
    margin: -50px auto 3rem;
    width: 90%;
}.learning_impact_K .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.learning_impact_K .text_main_holder > div:nth-child(even):hover {
    transform: translateX(10px);
}
}



@media (max-width: 991px) {.try_immediately_d {
    padding: 100px 0;
}.try_immediately_d .container p {
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(225,195,173,0.5);
    margin-bottom: 70px;
    padding: 35px;
    font-size: calc(21px * 1.2);
}.try_immediately_d .inquiry_query_L {
    padding: 18px 40px;
}
}



@media (max-width: 480px) {.try_immediately_d {
    padding: 60px 0;
}.try_immediately_d .container p {
    font-size: calc(18px * 1.2);
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(225,195,173,0.5);
    padding: 25px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    margin-bottom: 50px;
}.try_immediately_d .inquiry_query_L {
    padding: 12px 30px;
    box-shadow: 
            3px 3px 0 rgb(225,195,173),
            6px 6px 0 rgb(204,162,131,0.5);
    transform: rotate(0);
    font-size: calc(15px * 0.9);
}.try_immediately_d .inquiry_query_L::before {
    left: 3px;
    top: 3px;
}.try_immediately_d .inquiry_query_L:hover {
    box-shadow: 
            5px 5px 0 rgb(225,195,173),
            10px 10px 0 rgb(204,162,131,0.5);
    transform: scale(1.03);
}.try_immediately_d .inquiry_query_L:hover::before {
    top: 5px;
    left: 5px;
}}


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


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


@media (max-width: 767px) {.support_S {
    padding: 4rem 0;
}.support_S .reach_team_v > span {
    flex: 1 0 calc(100% - 2rem);
}.support_S .edu_query_i h3 {
    max-width: 100%;
    font-size: calc(45px * 0.8);
}.support_S .quick_contact_U {
    font-size: 16px;
}.support_S .message_request_u {
    padding: 2rem;
}.support_S .reach_team_v > span {
    padding: 2rem;
}.support_S .reach_team_v > span svg {
    height: 20px;
    width: 20px;
    top: 1rem;
    right: 1rem;
}.support_S .message_request_u span svg {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .header_main_o {
    padding: 1rem 0;
    width: 30%;
}header .header_main_o svg {
    width: 130px;
}header .nav_section_O {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .top_study_h {
    padding: 0.5rem 1rem;
    font-size: calc(17px);
}
}



@media (max-width: 767px) {header {
    background: rgb(240,225,214);
}header::before {
    top: 0;
    height: auto;
    width: 100%;
    bottom: 50%;
}header .nav_header_p {
    align-items: center;
    flex-direction: column;
}header .header_main_o {
    padding: 0.8rem 0;
    width: 100%;
}header .header_main_o svg {
    width: 120px;
}header .nav_section_O {
    width: 95%;
    flex-wrap: wrap;
    padding: 0.8rem 0;
    justify-content: center;
    gap: 0.6rem;
}header .nav_section_O::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(225,195,173,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 0;
}header .top_study_h {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 992px) {.target_audience_I ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.target_audience_I li:nth-child(1),
    .target_audience_I li:nth-child(3) {
    transform: translateY(20px);
}.target_audience_I li:nth-child(2),
    .target_audience_I li:nth-child(4) {
    transform: translateY(-20px);
}.target_audience_I li:nth-child(1):hover,
    .target_audience_I li:nth-child(3):hover {
    transform: translateY(10px);
}.target_audience_I li:nth-child(2):hover,
    .target_audience_I li:nth-child(4):hover {
    transform: translateY(-30px);
}
}



@media (max-width: 480px) {.target_audience_I {
    padding: 2.5rem 0;
}.target_audience_I .learning_dna_C {
    padding: 0 1rem;
}.target_audience_I h3 {
    margin-bottom: 2rem;
    padding: 0.5rem 1rem;
    font-size: calc(33px * 0.7);
}.target_audience_I h3::before,
    .target_audience_I h3::after {
    height: 20px;
    width: 20px;
}.target_audience_I ul {
    gap: 1rem;
}.target_audience_I li {
    padding: 1rem;
}.target_audience_I li svg {
    margin-bottom: 0.75rem;
    width: 35px;
    height: 35px;
}}



@media (min-width: 992px) {.who_we_are_t {
    padding: 180px 0 120px;
}.who_we_are_t .container {
    padding: 0 30px;
}.who_we_are_t h2 {
    font-size: calc(36px * 1.1);
}.who_we_are_t .text_panel_d {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.who_we_are_t .text_panel_d div div {
    line-height: 1.8;
    column-count: 2;
}
}



@media (max-width: 480px) {.who_we_are_t {
    padding: 70px 0 50px;
}.who_we_are_t .text_panel_d {
    padding: 20px 15px;
    transform: none;
}.who_we_are_t h2 {
    font-size: calc(36px * 0.85);
}.who_we_are_t .text_panel_d p {
    font-size: calc(20px * 0.9);
}.who_we_are_t .text_panel_d div div {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {.title_opener_q {
    background: linear-gradient(165deg, rgb(240,225,214) 0%, rgba(94,170,168,0.2) 100%);
}.title_opener_q .pic_card_7 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.title_opener_q .learning_dna_C {
    padding: 2rem 1rem;
}.title_opener_q h1 {
    font-size: 47px;
}.title_opener_q .text_panel_d {
    max-width: 100%;
}.title_opener_q .text_panel_d p {
    font-size: calc(14px * 0.9);
}.title_opener_q .edu_welcome_r svg {
    width: 90px;
    height: 90px;
}.title_opener_q .inquiry_query_L {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 768px) {.teacher_profile_o .student_perspectives_H {
    grid-template-columns: 1fr;
}.teacher_profile_o .pic_card_7 {
    height: 300px;
}}



@media screen and (max-width: 992px) {.education_framework_4 {
    padding: 80px 0 70px;
}.education_framework_4 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.education_framework_4 .text_panel_d {
    padding: 35px 40px;
}
}



@media screen and (max-width: 576px) {.education_framework_4 {
    padding: 50px 0 40px;
}.education_framework_4 .learning_dna_C {
    padding: 0 15px;
}.education_framework_4 h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.education_framework_4 h2::after {
    width: 50px;
}.education_framework_4 .text_panel_d {
    border-left-width: 3px;
    padding: 25px 20px;
}.education_framework_4 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}



@media (min-width: 992px) {.plan_3 .basic_rates_8 {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.plan_3 .study_sub_v {
    padding: 3rem;
}.plan_3 .training_sub_t {
    grid-column: 1;
    grid-row: 1;
}.plan_3 .study_sub_v {
    position: sticky;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}.plan_3 .study_sub_v:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 767px) {.plan_3 {
    padding: 3rem 0;
}.plan_3 .container {
    padding: 0 1.5rem;
}.plan_3 .training_sub_t {
    grid-template-columns: 1fr;
}.plan_3 .study_sub_v h2 {
    font-size: calc(32px * 0.8);
}.plan_3 .fee_choices_z {
    padding: 1.5rem;
}.plan_3 .training_fees_6 {
    font-size: calc(23px * 1.5);
}.plan_3 .pic_card_7 {
    height: 180px;
}
}



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



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}



@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}



@keyframes slideUp {
    from {
        transform: translateY(40px);
    }
    to {
        transform: translateY(0);
    }
}



@keyframes expandWidth {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



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

