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

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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(242,232,202);
    z-index: 99;
    width: 100%;
    overflow: visible;
}

.story_spot_util .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}

.story_spot_util .company_holder {
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
}

.story_spot_util .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 33px;
}

.story_spot_util .career_help_util {
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.story_spot_util .enroll_info_util {
    position: relative;
}

.story_spot_util .nav_pro_util {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.story_spot_util .nav_pro_util h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    border-left: 3px solid rgb(215,194,150);
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.story_spot_util .nav_pro_util .head_pagewrap_util a::before {
    top: 0;
    position: absolute;
    width: 0;
    background: rgb(215,194,150,0.5);
    left: 0;
    content: '';
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
}

.story_spot_util .nav_pro_util .head_pagewrap_util a:hover::before {
    width: 100%;
}

.ssl_info_util {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    padding: 20px 0;
    margin-top: 50px;
}

.ssl_info_util .res_connect_util {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}



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

.academic_experience_util {
    background-color: rgb(242,232,202);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}

.academic_experience_util::after {
    width: 250px;
    height: 250px;
    background: rgb(186,164,111,0.5);
    border-radius: 50%;
    left: -80px;
    content: "";
    bottom: -80px;
    z-index: 0;
    position: absolute;
    filter: blur(100px);
}

.academic_experience_util .img_border_util {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
    border-radius: 11px 0 0 11px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 500px;
}

.academic_experience_util .img_border_util::before {
    width: 100%;
    border-radius: 11px;
    content: "";
    left: 30px;
    background: rgb(215,194,150,0.5);
    height: 100%;
    position: absolute;
    top: 30px;
    z-index: -1;
}

.academic_experience_util .career_tasks_util > div:nth-child(2) {
    position: relative;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(215,194,150);
}

.academic_experience_util .work_insights_util::before {
    position: absolute;
    content: "";
    color: rgb(186,164,111,0.5);
    left: -2rem;
    font-size: 5rem;
    font-family: serif;
    top: -2.5rem;
    z-index: -1;
}



.academic_experience_util .feedback_stories_util:hover .name {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(215,194,150), rgb(186,164,111));
}

.contact_box_util::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(rgb(186,164,111,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(186,164,111,0.5) 1px, transparent 1px);
    content: "";
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    opacity: 0.07;
}

.contact_box_util h2 {
    left: 50%;
    font-weight: 700;
    transform: translateX(-50%);
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 33px;
    text-align: center;
    display: inline-block;
}

.contact_box_util .query_card_util {
    background: #ffffff;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.contact_box_util .img_border_util::before {
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(215,194,150), 0.4), 
        rgba(rgb(186,164,111), 0.4)
    );
}

.contact_box_util .support_query_util::after {
    height: 100px;
    width: 100px;
    content: "";
    bottom: -50px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 0;
    left: -50px;
    background: rgb(186,164,111,0.5);
    border-radius: 0;
}

.contact_box_util form h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.contact_box_util form input[type="text"] {
    padding: 20px 25px;
    background: transparent;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border: none;
    border-bottom: 2px solid rgb(242,232,202);
    color: #000000;
    width: 100%;
    font-size: 13px;
}

.contact_box_util .feedback_card_util {
    margin-bottom: 40px;
    position: relative;
}

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

.contact_box_util .feedback_card_util label::before {
    background: transparent;
    height: 22px;
    position: absolute;
    border: 2px solid rgb(242,232,202);
    left: 0;
    content: "";
    top: 0;
    transition: all 0.3s ease;
    width: 22px;
}

.contact_box_util .feedback_card_util label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(215,194,150);
    position: relative;
    font-weight: 600;
}

.contact_box_util .feedback_card_util label a::after {
    background: rgb(215,194,150);
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -1px;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left;
    width: 100%;
    transform: scaleX(1);
}

.contact_box_util .inquiry_help_util {
    cursor: pointer;
    background: rgb(215,194,150);
    border: none;
    position: relative;
    font-size: 15px;
    width: auto;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    color: #ffffff;
    padding: 18px 40px;
}

.contact_box_util svg path {
    stroke: rgb(215,194,150);
    fill: none;
    transition: all 0.3s ease;
}

.get_updates_util {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgb(186,164,111,0.5) 100%);
    position: relative;
    overflow: hidden;
}



.get_updates_util .mentor_approach_util {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.get_updates_util .help_message_util {
    margin-left: 5%;
    position: relative;
    display: flex;
    width: 80%;
    max-width: 800px;
    flex-direction: column;
}

.get_updates_util h3::after {
    height: 30px;
    transform: rotate(45deg);
    width: 30px;
    bottom: -15px;
    background: rgb(215,194,150);
    position: absolute;
    content: "";
    right: -15px;
    z-index: -1;
}

.get_updates_util .input_holder {
    border-radius: 0 0 10px 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 3rem;
    background: #ffffff;
    z-index: 2;
    display: flex;
    transform: translateX(5%);
    flex-wrap: wrap;
}

.get_updates_util input[type="email"]:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px rgb(215,194,150);
}

.get_updates_util input[type="submit"]::before {
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(186,164,111);
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    left: -100%;
}

.get_updates_util input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.get_updates_util input[type="submit"]:hover::before {
    left: 0;
}



.get_updates_util .input_holder::before {
    pointer-events: none;
    border-radius: 50%;
    border: 2px solid rgb(186,164,111,0.5);
    height: 100px;
    right: -50px;
    top: -30px;
    width: 100px;
    opacity: 0.3;
    content: "";
    position: absolute;
}

.get_updates_util .input_holder::after {
    opacity: 0.5;
    transform: rotate(180deg);
    height: 50px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 10%;
    position: absolute;
    content: "";
    width: 50px;
    bottom: -25px;
    background: rgb(215,194,150,0.5);
}

.track_cookies_util {
    padding: 20px;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    border: 2px solid rgb(215,194,150);
    border-radius: 26px;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    display: flex;
}

.data_notice_util {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}

.data_notice_util p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

.data_notice_util p a {
    color: rgb(215,194,150);
    text-decoration: underline;
}

.cookie_button.edu_approve_util {
    margin-right: 10px;
}

#cookiePolicyPrompt_util {
    display: none;
}

#cookiePolicyPrompt_util:checked ~ .cookie_message_popup_util {
    opacity: 0;
    visibility: hidden;
}


.secure_cove_util {
    margin-right: 5%;
    color: #000000;
    transition: all 0.3s ease-in-out;
    background-color: rgb(242,232,202);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    font-family: Arial, sans-serif;
    margin-left: 5%;
}

.secure_cove_util h2 {
    padding-left: 10px;
    font-weight: 600;
    border-left: 5px solid rgb(186,164,111);
    color: rgb(186,164,111);
    font-size: 33px;
}

.secure_cove_util ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.secure_cove_util div {
    margin: 20px 0;
}

.course_rewards_util {
    overflow: hidden;
    padding: 10rem 0;
    background: rgb(242,232,202);
    position: relative;
}

.course_rewards_util .mentor_approach_util {
    position: relative;
    max-width: 1400px;
    flex-direction: column;
    z-index: 5;
    margin: 0 auto;
    display: flex;
}

.course_rewards_util h2 {
    font-size: calc(28px * 1.5);
    width: 60%;
    font-weight: 700;
    margin-left: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
    line-height: 1.2;
}

.course_rewards_util .img_border_util {
    height: 80%;
    width: 45%;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    right: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    border-radius: 26px 0 0 26px;
    top: 10%;
    position: absolute;
}

.course_rewards_util .text_unit_util {
    width: 65%;
    position: relative;
    z-index: 3;
    padding-left: 2rem;
}

.course_rewards_util .text_main_holder > div {
    position: relative;
    transition: all 0.4s ease;
    border-radius: 26px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
    align-items: flex-start;
}

.course_rewards_util .text_main_holder > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.course_rewards_util .text_main_holder svg {
    width: 3rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    height: 3rem;
    position: relative;
    z-index: 2;
}

.course_rewards_util .text_main_holder > div:hover svg path {
    fill: rgb(186,164,111);
}

.client_feedback_util {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgba(245, 247, 250, 1) 100%);
}

.client_feedback_util::after {
    width: 100%;
    height: 3px;
    opacity: 0.3;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(215,194,150), transparent);
    left: 0;
}

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

.client_feedback_util h2::after {
    background-color: rgb(215,194,150);
    height: 3px;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    content: "";
    bottom: -0.75rem;
    width: 4rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
}

.client_feedback_util .feedback_stories_util {
    position: relative;
    border-left: 3px solid rgb(215,194,150);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    transform: translateY(0) rotateX(0);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
}

.client_feedback_util .feedback_stories_util::before {
    right: 1.5rem;
    content: "";
    font-family: serif;
    color: rgb(215,194,150);
    top: 1rem;
    opacity: 0.12;
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 0.6;
    position: absolute;
    font-size: 5rem;
}

.client_feedback_util .feedback_stories_util img {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 255, 255, 0.9);
    width: 3.5rem;
    object-fit: cover;
    margin-right: 1rem;
    height: 3.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border-radius: 50%;
}

.client_feedback_util .feedback_stories_util h4::after {
    position: absolute;
    left: 0;
    background-color: rgb(215,194,150);
    height: 2px;
    bottom: -0.5rem;
    content: "";
    transition: width 0.3s ease-out;
    width: 0;
}

.client_feedback_util .feedback_stories_util .description::before {
    z-index: 1;
    background: linear-gradient(to top, #ffffff, transparent);
    transition: height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
}

.client_feedback_util a::before {
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

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

.plan_chooser_util .plan_deals_util {
    position: relative;
}

.plan_chooser_util h2 {
    margin-bottom: 20px;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    transform: translateZ(0);
}

.plan_chooser_util .learning_fees_utilHFgR {
    margin: 0 auto 60px;
    font-size: 16px;
    max-width: 700px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    text-align: center;
}

.plan_chooser_util .learning_fees_utilcqjS li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.plan_chooser_util .payment_deals_util {
    height: 100%;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.plan_chooser_util .payment_deals_util:hover .discount_deals_util {
    border-top-color: rgb(186,164,111);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}

.plan_chooser_util .discount_deals_util::before {
    width: 200%;
    pointer-events: none;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    transform: rotate(45deg);
    opacity: 0;
    height: 200%;
    left: -50%;
    transition: opacity 0.5s ease;
    content: "";
}

.plan_chooser_util .cost_table_util h4::after {
    content: "";
    background: rgb(215,194,150);
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 40px;
}

.plan_chooser_util .price_view_util {
    font-size: calc(20px + 2px);
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700;
    margin-top: auto;
    transform: translateZ(0);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
    align-self: flex-start;
}

.plan_chooser_util .payment_deals_util:hover .price_view_util::before {
    opacity: 1;
}

.greeting_page_util {
    overflow: hidden;
    align-items: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgb(186,164,111,0.5) 100%);
}

.greeting_page_util .mentor_approach_util {
    display: grid;
    gap: 2rem;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
    margin: 0 auto;
}

.greeting_page_util .mentor_approach_util {
    gap: 3rem;
    grid-template-columns: 1fr;
}

.greeting_page_util h1::after {
    width: 80px;
    left: 0;
    content: '';
    background: rgb(215,194,150);
    height: 4px;
    bottom: -10px;
    animation: scaleWidth 1s ease-out forwards 0.8s;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
}

.greeting_page_util h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.greeting_page_util .start_welcome_util {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    padding: 2.5rem;
    border-left: 5px solid rgb(215,194,150);
}


    
    .greeting_page_util .start_welcome_util {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}

.greeting_page_util svg {
    transform: scale(0);
    height: 120px;
    display: block;
    width: 120px;
    margin: 1rem auto 2rem;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

.greeting_page_util svg:hover text {
    fill: #000000;
    transform: scale(1.05);
}

.greeting_page_util .inquiry_help_util::before {
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    background: rgb(186,164,111);
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
}

.greeting_page_util .inquiry_help_util:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.greeting_page_util .img_border_util {
    min-height: 400px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    overflow: hidden;
    opacity: 0;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    position: relative;
    animation: fadeIn 1s ease-out forwards 0.6s;
    transition: transform 0.5s ease;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
}

.greeting_page_util .img_border_util {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    order: -1;
    min-height: 350px;
}

.training_structure_util::before {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    animation: bg-shift 20s linear infinite;
    position: absolute;
    background: repeating-linear-gradient(
        120deg,
        rgb(215,194,150,0.5) 0%,
        transparent 10%,
        rgb(186,164,111,0.5) 20%,
        transparent 30%,
        rgb(215,194,150,0.5) 40%
    );
    content: "";
    top: 0;
}

.training_structure_util .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.training_structure_util .mentor_approach_util::before {
    z-index: -1;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(215,194,150,0.5) 45%,
        rgb(186,164,111) 50%,
        rgb(215,194,150,0.5) 55%,
        transparent 60%
    );
    content: "";
    position: absolute;
    right: -5px;
    left: -5px;
    bottom: -5px;
    top: -5px;
    background-size: 300% 300%;
    animation: border-flow 6s linear infinite;
    border-radius: 23px;
    filter: blur(2px);
}

.training_structure_util h3 {
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #000000;
    z-index: 2;
    animation: title-float 5s ease-in-out infinite alternate;
    transform: translateZ(30px);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.training_structure_util h3 {
    margin-bottom: 25px;
    font-size: calc(32px - 6px);
}

.training_structure_util h3 {
    font-size: calc(32px - 8px);
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.training_structure_util h3::after {
    top: 0;
    position: absolute;
    color: rgb(215,194,150);
    opacity: 0.7;
    content: attr(data-text);
    left: 0;
    z-index: -1;
    filter: blur(4px);
    animation: text-glow 3s ease-in-out infinite alternate;
}

.training_structure_util span {
    text-align: center;
    font-size: 18px;
    color: #000000;
    animation: text-float 7s ease-in-out infinite alternate;
    line-height: 1.8;
    max-width: 800px;
    transform: translateZ(10px);
    z-index: 2;
    position: relative;
}

.training_structure_util span {
    line-height: 1.6;
}

.training_structure_util span {
    font-size: calc(18px - 2px);
}

.get_support_util {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,232,202), rgb(215,194,150,0.5) 80%);
    position: relative;
    padding: 80px 0;
}

.get_support_util::after {
    animation: patternMove 30s linear infinite;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(242,232,202) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(242,232,202) 25%, transparent 25%), 
        linear-gradient(45deg, transparent 75%, rgb(242,232,202) 75%), 
        linear-gradient(-45deg, transparent 75%, rgb(242,232,202) 75%);
    opacity: 0.05;
}

.get_support_util .online_questions_util::before {
    content: "";
    opacity: 0.8;
    width: 100%;
    background: linear-gradient(90deg, rgb(215,194,150), rgb(186,164,111));
    left: 0;
    top: 0;
    height: 5px;
    position: absolute;
}

.get_support_util .online_questions_util:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.get_support_util h2 {
    color: rgb(186,164,111);
    margin-bottom: 25px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}

.get_support_util h3 {
    font-size: 24px;
    color: rgb(186,164,111);
    margin-bottom: 15px;
    font-weight: 600;
}

.get_support_util p {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    margin-bottom: 15px;
}

.get_support_util .edu_ask_util {
    margin-bottom: 25px;
}

.get_support_util .message_card_util {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 20px;
}

.get_support_util .edu_askedu_util span {
    font-size: calc(12px * 0.9);
    border-radius: 10px;
    color: #ffffff;
    transition: background 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 8px 15px;
}

.get_support_util .online_questions_util .img_border_util::after {
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}

.get_support_util .msg_page_util a::before {
    left: 0;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    background: rgb(215,194,150);
    content: "";
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
}

.get_support_util .msg_page_util a:hover::before {
    width: 7px;
}

.get_support_util .msg_page_util a p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

.get_support_util svg path {
    fill: rgb(215,194,150);
    transition: fill 0.3s ease;
}

.get_support_util .msg_page_util a:hover svg,
.get_support_util .msg_page_util a:hover svg path {
    fill: rgb(186,164,111);
}

.get_support_util .online_questions_util:nth-child(2) {
    animation: float 8s ease-in-out infinite;
}



.get_support_util .online_questions_util:hover h2::after {
    transition: width 0.3s ease;
    width: 80px;
}

.get_support_util .edu_askedu_util span:nth-child(odd) {
    transform: translateY(-3px);
}

.get_support_util .edu_askedu_util span:nth-child(even) {
    transform: translateY(3px);
}

.give_it_a_try_util {
    background: linear-gradient(125deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
    padding: 130px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.give_it_a_try_util::after {
    left: 0;
    filter: blur(60px);
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    z-index: -1;
}

.give_it_a_try_util .mentor_approach_util::before {
    animation: borderGlow 10s linear infinite;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    content: '';
    filter: blur(5px);
    z-index: -1;
    left: -5px;
    right: -5px;
    top: -5px;
    opacity: 0.5;
    border-radius: 35px;
    bottom: -5px;
    position: absolute;
}

.give_it_a_try_util .mentor_approach_util:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}

.give_it_a_try_util h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 55px;
    letter-spacing: 3px;
    font-size: 28px;
}

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

.give_it_a_try_util .course_ask_util::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(215,194,150), 
        rgb(186,164,111));
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    content: '';
    width: 100%;
}

.give_it_a_try_util .course_ask_util::after {
    left: -100px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    top: -50%;
    height: 200%;
    transform: rotate(35deg);
    transition: all 0.6s ease;
    content: '';
    width: 20px;
    z-index: 1;
}

.give_it_a_try_util .course_ask_util:hover::before {
    opacity: 1;
}

.give_it_a_try_util .course_ask_util:hover::after {
    left: 200%;
}

.statistical_overview_util::before {
    height: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(186,164,111,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    content: "";
    z-index: -2;
    left: 0;
    width: 100%;
}

.statistical_overview_util .container {
    max-width: 1200px;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    margin: 0 auto;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.statistical_overview_util ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    padding: 0;
    display: grid;
    position: relative;
    gap: 30px;
    list-style: none;
    margin: 0;
}

.statistical_overview_util ul::before {
    top: -30px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(215,194,150,0.5), transparent);
    content: "";
    height: 1px;
}

.statistical_overview_util .statistics_upgrade_util::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(215,194,150), rgb(186,164,111));
    border-radius: 10px;
    position: absolute;
    width: 4px;
}

.statistical_overview_util .statistics_upgrade_util:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
    background: rgba(rgb(215,194,150,0.5), 0.1);
}

.statistical_overview_util .statistics_upgrade_util p::after {
    bottom: -15px;
    transform-origin: center;
    background: rgb(215,194,150,0.5);
    transition: transform 0.4s ease;
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0);
}

.statistical_overview_util svg {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    fill: rgb(215,194,150);
    opacity: 0.3;
    transition: all 0.4s ease;
}

.statistical_overview_util .statistics_upgrade_util:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) .statistics_upgrade_util {
    padding: 40px;
    grid-template-columns: 120px 1fr;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util p {
    margin-bottom: 15px;
    grid-row: 1;
    grid-column: 1;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util p {
    margin-bottom: 15px;
    font-size: 2.5rem;
    grid-column: 1;
    grid-row: 1;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.course_program_details_util .career_classes_util {
    right: 0;
    border-bottom-left-radius: 150px;
    overflow: hidden;
    transform: translateY(-50%);
    width: 45%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 150px;
    position: absolute;
    height: 70vh;
    z-index: 1;
    top: 50%;
}

.course_program_details_util .career_classes_util {
    border-bottom-right-radius: 50px;
    height: 40vh;
    border-radius: 0;
    width: 100%;
    margin-bottom: 2rem;
    top: auto;
    right: auto;
    border-bottom-left-radius: 50px;
    transform: none;
    position: relative;
}

.course_program_details_util .program_flow_util {
    display: flex;
    width: 100%;
    flex-direction: column;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 500%;
}

.course_program_details_util .program_flow_util {
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
    height: 100%;
    flex-direction: row;
}

.course_program_details_util .job_ready_util img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: transform 0.7s ease;
    filter: brightness(1.05) contrast(1.08);
}

.course_program_details_util .mentor_approach_util {
    width: 60%;
    padding-right: 10%;
}

.course_program_details_util .mentor_approach_util {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
}

.course_program_details_util .program_guide_util::before {
    height: calc(100% - 3rem);
    border: 1px solid rgb(215,194,150,0.5);
    width: calc(100% - 3rem);
    position: absolute;
    opacity: 0.3;
    top: 1.5rem;
    pointer-events: none;
    border-radius: 10px;
    left: 1.5rem;
    content: "";
}

.course_program_details_util .program_guide_util::before {
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    top: 0.75rem;
    height: calc(100% - 1.5rem);
}

.course_program_details_util .program_guide_util .inquiry_help_util {
    position: relative;
    border-radius: 24px;
    background: rgb(215,194,150);
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    padding: 0.9rem 2.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
}

.course_program_details_util .program_guide_util .inquiry_help_util {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}

.course_program_details_util .program_guide_util .inquiry_help_util:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

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

.company_info_util::after {
    top: -30px;
    z-index: 2;
    opacity: 0.15;
    position: absolute;
    transform: rotate(15deg);
    width: 200px;
    right: -30px;
    content: "";
    animation: float 12s infinite ease-in-out;
    border: 2px solid rgb(186,164,111);
    height: 200px;
}

.company_info_util .text_unit_util {
    position: relative;
    padding: 60px 45px;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.company_info_util .text_unit_util:hover h1 {
    transform: translateX(0);
}

.company_info_util h1::after {
    width: 80px;
    transform-origin: left center;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgb(186,164,111);
}

.company_info_util h4 {
    font-size: calc(20px * 1.1);
    transition: all 0.3s ease;
    transform: translateY(5px);
    margin-bottom: 15px;
    opacity: 0.9;
    letter-spacing: 0.05em;
    color: rgb(215,194,150);
    font-weight: 600;
}

.company_info_util .text_unit_util:hover span {
    opacity: 1;
}




.company_info_util .text_unit_util::after {
    transform-origin: left;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(215,194,150), transparent);
    transform: scaleX(0);
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
}

header .main_guide_util::after {
    background: linear-gradient(90deg, transparent, rgb(215,194,150,0.5), transparent);
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 50%;
}

header .main_guide_util .nav_expert_util::before,
header .main_guide_util .nav_expert_util::after {
    content: "";
    border-radius: 16px;
    height: 90%;
    width: 90%;
    position: absolute;
}

header .main_guide_util .nav_expert_util::before {
    top: -5px;
    border-top: 2px solid rgb(215,194,150);
    transform-origin: top left;
    transform: scale(0);
    border-left: 2px solid rgb(215,194,150);
    left: -5px;
    transition: transform 0.3s ease;
}

header .main_guide_util .nav_expert_util .nav_class_util {
    display: block;
    transition: transform 0.3s ease;
}

header .main_guide_util .nav_pro_util::before,
header .main_guide_util .nav_pro_util::after {
    width: 2px;
    height: 70%;
    background: rgb(215,194,150,0.5);
    position: absolute;
    content: "";
    top: 15%;
}

header .main_guide_util .nav_pro_util::before {
    left: 0;
}

header .main_guide_util .nav_pro_util::after {
    right: 0;
}

header .main_guide_util .nav_pro_util .main_mainbar_util:not(:last-child)::after {
    content: "";
    width: 1px;
    position: absolute;
    top: 20%;
    height: 60%;
    background: rgb(186,164,111,0.5);
    right: 0;
}

header .main_guide_util .nav_pro_util .main_mainbar_util a:hover {
    color: rgb(215,194,150);
}

header .main_guide_util .nav_pro_util .main_mainbar_util a::before {
    width: 100%;
    position: absolute;
    bottom: 5px;
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(0);
    background: rgb(186,164,111);
    height: 2px;
}

.thxSection_util {
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgb(215,194,150,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.thxSection_util::after {
    position: absolute;
    transform: rotate(-5deg);
    background: linear-gradient(225deg, rgb(215,194,150) 0%, transparent 80%);
    right: -10px;
    opacity: 0.05;
    z-index: 0;
    filter: blur(20px);
    content: "";
    width: 40%;
    height: 40%;
    bottom: -10px;
}

.thxSection_util h2 {
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-bottom: 3rem;
    line-height: 1.3;
    margin-right: auto;
    letter-spacing: -0.02em;
}

.thxSection_util .mentor_approach_util {
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 11px;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}

.thxSection_util .mentor_approach_util:hover {
    transform: translateY(-5px);
}

.thxSection_util ul {
    z-index: 1;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

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

.thxSection_util li span {
    display: block;
    transform: translateY(10px);
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 14px;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}



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



@media (max-width: 768px) {.story_spot_util {
    padding: 50px 0;
}.story_spot_util .nav_pro_util {
    flex: 0 0 100%;
}
}



@media (max-width: 992px) {.academic_experience_util .feedback_stories_util {
    grid-template-columns: 1fr;
    max-width: 90%;
}.academic_experience_util .img_border_util {
    height: 400px;
    border-radius: 11px 11px 0 0;
    transform: translateY(-30px);
}.academic_experience_util .img_border_util::before {
    width: 100%;
    top: 30px;
    left: 0;
}.academic_experience_util .career_tasks_util {
    padding: 1rem 2rem 3rem;
}.academic_experience_util .feedback_stories_util:hover .img_border_util {
    transform: translateY(-40px);
}
}



@media (max-width: 1024px) {.contact_box_util {
    padding: 80px 0;
}.contact_box_util .img_border_util {
    min-height: 500px;
}.contact_box_util .support_query_util {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_box_util {
    padding: 60px 0;
}.contact_box_util .query_card_util {
    flex-direction: column;
}.contact_box_util .img_border_util {
    width: 100%;
    min-height: 300px;
}.contact_box_util .support_query_util {
    padding: 40px 30px;
    width: 100%;
}.contact_box_util form h3 {
    margin-bottom: 30px;
}.contact_box_util form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_util .feedback_card_util {
    margin-bottom: 30px;
}.contact_box_util .inquiry_help_util {
    width: 100%;
    padding: 15px 30px;
}
}



@media (max-width: 992px) {.get_updates_util .help_message_util {
    margin: 0 auto;
    width: 90%;
}.get_updates_util h3 {
    transform: translateX(0);
}.get_updates_util .input_holder {
    transform: translateX(0);
}
}



@media (max-width: 768px) {.get_updates_util {
    padding: 4rem 1.5rem;
}.get_updates_util .help_message_util {
    width: 100%;
}.get_updates_util h3 {
    font-size: calc(22px * 0.9);
    padding: 1.2rem 1.5rem;
}.get_updates_util .input_holder {
    padding: 2rem;
}.get_updates_util input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.get_updates_util input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}


@media only screen and (max-width: 1200px) {.track_cookies_util {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_screen_util {
    margin-right: 0;
    margin-bottom: 20px;
}.data_approve_util {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (max-width: 1200px) {.course_rewards_util h2 {
    width: 70%;
    font-size: calc(28px * 1.3);
}.course_rewards_util .text_unit_util {
    width: 70%;
}.course_rewards_util .img_border_util {
    width: 40%;
}
}



@media (max-width: 992px) {.course_rewards_util {
    padding: 8rem 0;
}.course_rewards_util h2 {
    width: 80%;
    font-size: calc(28px * 1.2);
}.course_rewards_util .text_unit_util {
    padding-right: 2rem;
    width: 80%;
    padding-left: 2rem;
}.course_rewards_util .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_rewards_util .img_border_util {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}



@media (max-width: 576px) {.course_rewards_util {
    padding: 5rem 0 18rem;
}.course_rewards_util h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}.course_rewards_util .text_unit_util {
    padding: 0 1.5rem;
}.course_rewards_util .text_main_holder > div {
    padding: 1.5rem;
}.course_rewards_util .text_main_holder svg {
    width: 2.5rem;
    margin-right: 1rem;
    height: 2.5rem;
}.course_rewards_util .img_border_util {
    height: 250px;
}}



@media (min-width: 992px) {.client_feedback_util {
    padding: 8rem 0;
}.client_feedback_util h2 {
    max-width: 60%;
    font-size: calc(31px * 1.1);
}.client_feedback_util .edu_ratings_util {
    grid-template-columns: repeat(3, 1fr);
}.client_feedback_util .feedback_stories_util:nth-child(3n+1) {
    transform: translateY(0);
}.client_feedback_util .feedback_stories_util:nth-child(3n+2) {
    transform: translateY(20px);
}.client_feedback_util .feedback_stories_util:nth-child(3n+3) {
    transform: translateY(40px);
}.client_feedback_util .feedback_stories_util:nth-child(3n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(3n+2):hover {
    transform: translateY(10px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(3n+3):hover {
    transform: translateY(30px) rotateX(2deg);
}
}



@media (max-width: 767px) {.client_feedback_util {
    padding: 4rem 0;
}.client_feedback_util h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.85);
    max-width: 100%;
}.client_feedback_util .edu_ratings_util {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_feedback_util .feedback_stories_util {
    padding: 1.5rem;
}.client_feedback_util .feedback_stories_util > div {
    margin-bottom: 1rem;
}.client_feedback_util .feedback_stories_util img {
    width: 3rem;
    height: 3rem;
}.client_feedback_util a {
    margin-top: 2rem;
    width: 100%;
}
}



@media (max-width: 991px) {.plan_chooser_util {
    padding: 80px 0;
}.plan_chooser_util .learning_fees_utilcqjS {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.plan_chooser_util .discount_deals_util {
    padding: 30px 20px;
}
}



@media (max-width: 480px) {.plan_chooser_util {
    padding: 50px 0;
}.plan_chooser_util h2 {
    font-size: calc(38px - 6px);
}.plan_chooser_util .discount_deals_util {
    padding: 25px 15px;
}.plan_chooser_util .learning_fees_utilcqjS li:hover {
    transform: translateY(-5px);
}}



@media (max-width: 768px) {.greeting_page_util {
    padding: 4rem 0 2rem;
}.greeting_page_util .mentor_approach_util {
    padding: 1rem;
    gap: 2rem;
}.greeting_page_util h1 {
    margin-bottom: 1rem;
    font-size: calc(46px * 0.75);
}.greeting_page_util .start_welcome_util {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.greeting_page_util .start_welcome_util p {
    font-size: 17px;
    margin-bottom: 1.5rem;
}.greeting_page_util svg {
    height: 90px;
    width: 90px;
    margin: 0.5rem auto 1.5rem;
}.greeting_page_util .inquiry_help_util {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0.8rem 1.5rem;
}.greeting_page_util .img_border_util {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 280px;
}
}



@media (max-width: 992px) {.get_support_util {
    padding: 60px 0;
}.get_support_util .get_contact_util {
    grid-template-columns: 1fr 1fr;
}.get_support_util .online_questions_util:last-child {
    grid-column: span 2;
}.get_support_util .online_questions_util {
    padding: 30px;
}
}



@media (max-width: 576px) {.get_support_util {
    padding: 40px 0;
}.get_support_util .online_questions_util {
    padding: 25px 20px;
}.get_support_util h2 {
    font-size: calc(30px * 0.8);
}.get_support_util p {
    font-size: calc(12px * 0.95);
}.get_support_util .edu_askedu_util {
    gap: 8px;
    flex-direction: column;
}.get_support_util .edu_askedu_util span {
    width: 100%;
}.get_support_util .online_questions_util .img_border_util {
    height: 250px;
}}



@media screen and (max-width: 768px) {.give_it_a_try_util {
    padding: 90px 0;
}.give_it_a_try_util .mentor_approach_util {
    transform: none;
    padding: 50px 30px;
}.give_it_a_try_util h3 {
    font-size: calc(28px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.give_it_a_try_util h3::before {
    bottom: -15px;
    width: 45px;
    height: 3px;
}.give_it_a_try_util .course_ask_util {
    transform: none;
    font-size: calc(16px * 0.9);
    letter-spacing: 1.5px;
    padding: 14px 40px;
}.give_it_a_try_util .course_ask_util:hover {
    transform: translateY(-5px);
}
}



@media screen and (min-width: 1441px) {.statistical_overview_util {
    padding: 150px 0;
}.statistical_overview_util .container {
    padding: 50px;
}.statistical_overview_util h2 {
    font-size: calc(46px * 1.2);
}
}



@media screen and (max-width: 1200px) {.statistical_overview_util {
    padding: 100px 0;
}.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child), 
    .statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistical_overview_util .statistics_upgrade_util p {
    font-size: 2.5rem;
}
}



@media screen and (max-width: 767px) {.statistical_overview_util {
    padding: 70px 0;
}.statistical_overview_util .container {
    padding: 25px;
}.statistical_overview_util h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.statistical_overview_util ul {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.statistical_overview_util .statistics_upgrade_util {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.statistical_overview_util .statistics_upgrade_util p {
    font-size: 2.2rem;
}.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) .statistics_upgrade_util p {
    font-size: 3rem;
}.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util,
    .statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util {
    grid-template-columns: 60px 1fr;
    text-align: left;
}.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util p,
    .statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util p {
    margin-bottom: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
}.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util span,
    .statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util span {
    grid-column: 2;
    grid-row: 1;
}
}




@media (min-width: 768px) {.company_info_util {
    padding: 150px 0;
}.company_info_util .text_unit_util {
    margin-left: 5%;
    padding: 70px 60px;
    width: 90%;
}.company_info_util span {
    column-count: 2;
}.company_info_util::after {
    width: 300px;
    height: 300px;
}
}



@media (min-width: 992px) {.company_info_util {
    padding: 180px 0;
}.company_info_util .text_unit_util {
    padding: 80px 70px;
    margin-left: 8%;
    width: 80%;
}.company_info_util h1 {
    font-size: calc(48px * 1.2);
}.company_info_util span {
    font-size: calc(18px * 1.05);
    column-count: 2;
}
}



@media (max-width: 767px) {.company_info_util {
    padding: 80px 0;
}.company_info_util .text_unit_util {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.company_info_util h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 30px;
}.company_info_util h4 {
    font-size: 20px;
}.company_info_util span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.company_info_util::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 992px) {header .main_guide_util {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .main_guide_util .nav_expert_util {
    padding: 5px 10px;
}header .main_guide_util .nav_expert_util .nav_class_util svg {
    height: 45px;
}header .main_guide_util .nav_pro_util {
    padding: 15px 0 10px;
}header .main_guide_util .nav_pro_util .main_mainbar_util {
    padding: 0 10px;
}header .main_guide_util .nav_pro_util .main_mainbar_util a {
    padding: 8px 3px;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 767px) {.thxSection_util {
    padding: 3rem 0;
}.thxSection_util h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.thxSection_util h2::after {
    width: 60px;
    bottom: -12px;
}.thxSection_util .mentor_approach_util {
    padding: 2rem 1.5rem;
}.thxSection_util .mentor_approach_util::after {
    height: 80px;
    width: 80px;
}.thxSection_util li {
    padding-left: 1.5rem;
}
}

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



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

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



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



@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



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



@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}



@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}



@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}


    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }

@keyframes patternMove {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px;
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

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



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



@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

