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

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

.util_warp-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

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

.util_transcript {
    flex: 0 0 auto;
}

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


.util_future_students {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #ffffff;
}

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

.util_future_students .util_knowledge_sessions {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.util_future_students h4 {
    border-left: 4px solid rgb(141,152,173);
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
    padding-left: 20px;
    color: #000000;
    font-size: 35px;
    line-height: 1.3;
}

.util_future_students div p::before {
    display: flex;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    justify-content: center;
    background: rgb(178,189,210);
    height: 50px;
    width: 50px;
    font-weight: 700;
    left: 0;
    position: absolute;
    align-items: center;
    content: counter(item);
    border: 1px solid rgba(rgb(141,152,173), 0.1);
    border-radius: 50%;
    color: rgb(141,152,173);
}

.util_future_students div p:last-child::after {
    display: none;
}

.util_future_students div p svg {
    z-index: 1;
    left: 13px;
    transition: all 0.3s ease;
    height: 24px;
    top: 13px;
    width: 24px;
    position: absolute;
    opacity: 0;
}

.util_future_students div p:hover {
    transform: translateX(5px);
    color: #000000;
}

.util_title_greeting .util_start_welcome {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.util_title_greeting .util_smart_study {
    z-index: 2;
    width: 90%;
    gap: 2rem;
    transform: translateY(20px);
    display: grid;
    opacity: 0;
    grid-template-columns: 1fr;
    padding: 5rem 2rem;
    animation: fadeInUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    max-width: 1140px;
    position: relative;
}

.util_title_greeting .util_smart_study > div:nth-child(1)::before {
    left: 0;
    background: rgb(105,115,130);
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    position: absolute;
    content: '';
    height: 2px;
}

.util_title_greeting .util_smart_study > div:nth-child(3):hover {
    transform: translateX(10px);
}

.util_title_greeting p {
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    font-weight: 400;
    margin: 0;
    max-width: 80%;
    letter-spacing: 0.5px;
}

.util_title_greeting .title_style_header::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(105,115,130), transparent);
    transform: translateX(-100%);
    height: 3px;
    width: 100%;
    left: 0;
    content: '';
    animation: lineSlide 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.8s;
}

.util_our_mission {
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
}

.util_our_mission::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    z-index: 1;
    background: rgb(141,152,173);
    height: 100%;
    opacity: 0.08;
    right: -50%;
    animation: shiftBackground 25s infinite alternate ease-in-out;
    transform: rotate(-35deg) skewX(15deg);
    position: absolute;
    top: -50%;
    width: 100%;
}

.util_our_mission .util_text_section {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
}

.util_our_mission .util_text_section::after {
    content: "";
    z-index: -1;
    left: 0;
    height: 50%;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
    width: 100%;
}

.util_our_mission .util_text_section > div:first-child:hover::before {
    transform: scaleX(1);
}

.util_our_mission h5 {
    display: inline-block;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    transition: transform 0.5s ease;
    position: relative;
    transform: translateX(0);
    color: #000000;
}

.util_our_mission .util_text_section > div:first-child:hover h5 {
    transform: translateX(10px);
}

.util_our_mission .util_text_section > div:nth-child(2) {
    margin-bottom: 2rem;
}

.util_our_mission .util_text_section > div:nth-child(2) p {
    display: inline-block;
    font-weight: 600;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s ease;
    margin: 0;
    letter-spacing: 1px;
    color: rgb(105,115,130);
    font-size: calc(23px * 1.2);
}

.util_our_mission .util_text_section > div:nth-child(2):hover p {
    transform: translateY(-5px);
}

.util_our_mission ol {
    padding-left: 1.2rem;
    margin: 0;
    counter-reset: list-counter;
}

.util_our_mission ol li {
    color: #000000;
    counter-increment: list-counter;
    padding-left: 1rem;
    font-size: 15px;
    column-gap: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.8;
    position: relative;
    hyphens: auto;
    text-align: justify;
    column-count: 1;
}

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

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

.util_cookie_customize:hover {
    transform: translateY(-3px);
    background: rgb(105,115,130);
}

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

.cookie_button.util_data_consent:hover {
    background: rgb(105,115,130,0.5);
}

.util_cookie_notice_message p a {
    color: rgb(141,152,173);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}


#util_cookie_alert_notice {
    display: none;
}

header:before {
    pointer-events: none;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    animation: shimmer 8s infinite linear;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    width: 100%;
}

header .util_top_study {
    overflow: hidden;
    position: relative;
}

header .container {
    padding: 16px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .container:before {
    content: '';
    bottom: -1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
    left: 0;
    position: absolute;
    height: 1px;
}

header .util_main_page {
    align-items: center;
    position: relative;
    gap: 35px;
    display: flex;
}

header .util_main_page:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .util_main_know {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    padding: 5px 0;
}

header .util_main_know:after {
    top: 0;
    transform: scaleY(0);
    left: 0;
    width: 100%;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(141,152,173,0.5),
        transparent
    );
    position: absolute;
    content: '';
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    height: 100%;
}

header .util_main_know:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .util_nav_mainbar {
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 5px;
    display: flex;
    position: relative;
    align-items: center;
}

header .util_nav_mainbar:after {
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    border: 1px solid transparent;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(141,152,173),
        transparent
    ) 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
}

header .util_nav_mainbar svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(141,152,173,0.5));
}

.util_newsletter_subscription::before {
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(141,152,173) 0%, rgb(105,115,130) 50%, rgb(141,152,173) 100%);
    content: "";
}

.util_newsletter_subscription h3 {
    font-weight: 700;
    color: rgb(141,152,173);
    position: relative;
    margin: 0;
    grid-area: headline;
    letter-spacing: -1px;
    z-index: 1;
    line-height: 1.2;
    font-size: calc(33px * 1.2);
    transform: translateX(-5%);
}

.util_newsletter_subscription h3 {
    overflow: hidden;
    white-space: nowrap;
}

.util_newsletter_subscription .input_holder {
    grid-template-columns: 2fr 1fr;
    display: grid;
    align-items: stretch;
    grid-area: input / span 2;
    gap: 1.5rem;
}

.util_newsletter_subscription input[type="email"] {
    border: none;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    grid-column: 1;
    transition: all 0.3s ease;
    background: transparent;
    color: #000000;
    padding: 1.2rem 1.5rem;
    font-size: 16px;
}

.util_newsletter_subscription input[type="submit"] {
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(141,152,173);
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(141,152,173);
    font-weight: 700;
    grid-column: 2;
    position: relative;
    overflow: hidden;
}

.util_newsletter_subscription input[type="submit"]:hover::before {
    width: 100%;
}



.util_newsletter_subscription .util_help_card:hover {
    animation: float 5s ease-in-out infinite;
}

.util_newsletter_subscription h3::after {
    width: 100%;
    position: absolute;
    border-left: 3px solid rgb(141,152,173);
    content: "";
    background: rgb(178,189,210);
    height: 100%;
    top: 0;
    left: 0;
    animation: typewriter 2s steps(20) 0.5s forwards;
    z-index: 2;
}

.util_academic_experience::after {
    top: -50%;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: radial-gradient(circle, rgb(105,115,130,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    content: "";
    right: -50%;
}

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

.util_academic_experience .util_feedback_list::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(141,152,173), rgb(105,115,130));
}

.util_academic_experience .util_feedback_list > div:first-child {
    display: flex;
    order: 1;
    justify-content: center;
    align-items: center;
}

.util_academic_experience .util_feedback_list .util_pic_list_wrap::after {
    z-index: 1;
    content: "";
    background: linear-gradient(to top right, rgba(rgb(141,152,173), 0.2), transparent);
    inset: 0;
    position: absolute;
    mix-blend-mode: overlay;
}

.util_academic_experience .util_feedback_list > div:nth-child(2) {
    order: 2;
    padding-left: 1rem;
    border-left: 1px solid rgb(141,152,173,0.5);
}

.util_academic_experience .util_feedback_list .name::after {
    position: absolute;
    background: rgb(105,115,130);
    bottom: -4px;
    transform-origin: left;
    height: 2px;
    content: "";
    transform: scaleX(0.7);
    width: 60%;
    transition: transform 0.3s ease-out;
    left: 0;
}

.util_academic_experience .util_feedback_list > div:nth-child(3) {
    margin-top: 1rem;
    position: relative;
    order: 3;
}

.util_academic_experience .util_feedback_list .util_job_tasks::before {
    font-size: 5rem;
    content: "";
    line-height: 1;
    left: 0;
    color: rgb(141,152,173,0.5);
    position: absolute;
    top: -0.5rem;
    opacity: 0.3;
}

.util_secure_sanctuary {
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.util_secure_sanctuary h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    border-bottom: 1px solid rgb(105,115,130);
    color: rgb(105,115,130);
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 600;
}

.util_secure_sanctuary ul, .util_secure_sanctuary ol {
    color: #000000;
    padding-left: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    list-style: none;
    list-style-position: inside;
    padding: 10px 0;
}

.util_secure_sanctuary section {
    background: none;
}

.util_secure_sanctuary p, .util_secure_sanctuary span, .util_secure_sanctuary div {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

.util_pricing_deck .util_class_rates {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.util_pricing_deck .util_learn_offers {
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    margin: 0 auto 50px;
    transform: translateZ(15px);
    line-height: 1.6;
    font-size: calc(15px * 1.1);
    max-width: 700px;
}

.util_pricing_deck .util_group_rates li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 800px;
}



.util_pricing_deck .util_group_rates li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}

.util_pricing_deck .util_cost_matrix {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 4px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    height: 100%;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
}

.util_pricing_deck .util_pricing_schemes {
    position: relative;
    z-index: 2;
}

.util_pricing_deck .util_pricing_schemes h4 {
    font-size: calc(22px * 1.2);
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.util_pricing_deck .util_pricing_schemes p {
    scrollbar-width: thin;
    margin-bottom: 30px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.6;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-color: rgb(105,115,130) transparent;
    max-height: 200px;
}

.util_pricing_deck .util_fee_board::before {
    width: 60px;
    bottom: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(105,115,130) 0%, 
        transparent 100%);
    left: 0;
}

.util_pricing_deck .util_training_fees:hover .util_cost_matrix::before {
    transform: scaleX(1);
    opacity: 1;
}

.util_pricing_deck .util_training_fees:hover .util_pricing_schemes h4::after {
    width: 60px;
}

.util_pricing_deck .util_group_rates li:nth-child(2) {
    animation-delay: 0.2s;
}

.util_pricing_deck .util_group_rates li:nth-child(4) {
    animation-delay: 0.4s;
}

.util_course_offering::before {
    filter: blur(60px);
    transform-origin: center;
    top: -25%;
    width: 150%;
    opacity: 0.6;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    height: 150%;
    content: "";
    left: -25%;
    z-index: 0;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(141,152,173,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(105,115,130,0.5) 0%, transparent 50%);
    position: absolute;
}

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

.util_course_offering .util_knowledge_sessions {
    position: relative;
    min-height: 550px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 15px;
}

.util_course_offering .util_ready_skills::before {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 90% 10%, rgb(141,152,173,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(105,115,130,0.5) 0%, transparent 80%);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    border-radius: 14px;
}

.util_course_offering .util_top_site {
    height: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin-bottom: 1.5rem;
    width: 110px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.util_course_offering .util_top_site::after {
    z-index: -1;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    inset: 6px;
    background: rgb(178,189,210);
}

.util_course_offering .util_top_site svg {
    height: 60px;
    filter: drop-shadow(0 0 10px rgb(141,152,173,0.5));
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
    width: 60px;
    position: absolute;
    z-index: 1;
    top: 50%;
}

.util_course_offering h3::before {
    transform-origin: left;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    width: 60px;
    background: rgb(141,152,173);
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
}

.util_course_offering p {
    line-height: 1.8;
    position: relative;
    max-width: 100%;
    color: #ffffff;
    transform-origin: left bottom;
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.util_course_offering .util_pic_list_wrap::before {
    inset: 0;
    mix-blend-mode: overlay;
    z-index: 1;
    content: "";
    opacity: 0.6;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(141,152,173,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(105,115,130,0.5) 0%, transparent 70%);
}

.util_course_offering .util_knowledge_sessions:hover .util_pic_list_wrap {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}

.util_course_offering .util_knowledge_sessions:hover .util_ready_skills {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.util_metrics_summary {
    background: linear-gradient(135deg, rgb(141,152,173,0.5) 0%, rgb(178,189,210) 50%, rgb(105,115,130,0.5) 100%);
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.util_metrics_summary .container {
    gap: 60px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
}

.util_metrics_summary .util_statistics_plus {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 38px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.util_metrics_summary .util_statistics_perks {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.util_metrics_summary .util_mentor_statistics {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    grid-row: 2;
    z-index: 2;
    position: relative;
}

.util_metrics_summary .util_benefits_track::before {
    height: 100%;
    transform: skewY(2deg);
    left: 0;
    transform-origin: top right;
    top: 0;
    background: rgb(178,189,210);
    content: "";
    transition: transform 0.4s ease;
    z-index: -1;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.util_metrics_summary .util_benefits_track::after {
    top: 0;
    width: 3px;
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    transition: height 0.6s ease;
    background: rgb(141,152,173);
}

.util_metrics_summary .util_benefits_track:nth-child(3n)::after {
    transform: translateX(-50%);
    transition: width 0.6s ease;
    height: 3px;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
}

.util_metrics_summary .util_benefits_track:hover h4 {
    transform: scale(1.1);
}

.util_metrics_summary .util_benefits_track:nth-child(2n) h4 {
    color: rgb(105,115,130);
}

.util_metrics_summary .util_benefits_track:hover span {
    transform: translateY(5px);
}

.util_metrics_summary .util_benefits_track:nth-child(odd) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.util_metrics_summary svg {
    transition: all 0.3s ease;
    top: 20px;
    position: absolute;
    height: 30px;
    fill: rgb(141,152,173);
    width: 30px;
    opacity: 0.5;
    right: 20px;
}

.util_metrics_summary svg path {
    fill: rgb(141,152,173);
    transition: fill 0.3s ease;
}

.util_metrics_summary .util_mentor_statistics::before {
    z-index: 3;
    height: 0;
    width: 0;
    position: absolute;
    content: "";
    pointer-events: none;
}

.util_metrics_summary .util_benefits_track:nth-child(3) {
    animation-delay: 0.3s;
}

.util_metrics_summary::after {
    left: 0;
    content: "";
    pointer-events: none;
    bottom: 0;
    height: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.util_contact {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(178,189,210);
}

.util_contact::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.util_contact h2::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: rgb(141,152,173);
    width: 5px;
}

.util_contact .util_reach_map {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    display: grid;
    align-items: center;
}

.util_contact .util_inquiry_inquiry {
    order: 1;
}

.util_contact form {
    background: #ffffff;
    width: 100%;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
}

.util_contact form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    color: #000000;
    background: rgb(178,189,210);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 16px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
}

.util_contact .util_request_help {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.util_contact .util_request_help label::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 2px;
    background: rgb(178,189,210);
    left: 0;
    transition: all 0.2s ease;
}

.util_contact .util_request_help input[type="checkbox"]:checked + label::after {
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
    left: 8px;
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}

.util_contact form .util_request_query:hover {
    background: rgb(141,152,173);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.util_contact svg {
    fill: rgb(141,152,173);
    height: 20px;
    width: 20px;
}

.util_contact svg path {
    fill: rgb(141,152,173);
    transition: fill 0.3s ease;
}

.util_ty_panel {
    overflow: hidden;
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(178,189,210), #f8f9fd);
}

.util_ty_panel::after {
    content: "";
    filter: blur(70px);
    position: absolute;
    width: 30%;
    z-index: 0;
    opacity: 0.15;
    bottom: -10%;
    transform: rotate(20deg);
    height: 60%;
    left: -5%;
    pointer-events: none;
    background: linear-gradient(220deg, rgb(105,115,130,0.5), rgb(141,152,173,0.5));
}

.util_ty_panel h2::after {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    content: "";
    border-radius: 10px;
    bottom: -0.8rem;
    width: 80px;
}

.util_ty_panel .util_knowledge_sessions::before {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(141,152,173,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(105,115,130,0.5), 0.03) 0%, transparent 30%);
    border-radius: inherit;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
}

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

.util_ty_panel li::before {
    left: 0;
    content: "";
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    top: 0.6rem;
    background: linear-gradient(135deg, rgb(141,152,173), rgb(105,115,130));
    transform: scale(0);
    position: absolute;
}

footer .util_transcript {
    position: relative;
    padding: 80px 0 30px;
    background-color: rgb(105,115,130);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

footer .util_transcript::after {
    left: 0;
    background: linear-gradient(90deg, rgb(141,152,173), rgb(105,115,130));
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
}

footer .util_vr_labs {
    position: relative;
    z-index: 1;
}

footer .util_help_desk {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
}

footer .info_item {
    align-items: center;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    padding: 20px 25px;
    max-width: 300px;
    justify-content: center;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    min-width: 200px;
    transition: all 0.4s ease;
    position: relative;
    flex: 0 1 auto;
    min-height: 60px;
}

footer .info_item::before {
    pointer-events: none;
    bottom: 3px;
    right: 3px;
    z-index: -1;
    top: 3px;
    position: absolute;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgb(105,115,130);
    left: 3px;
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    z-index: 1;
    font-size: 12px;
    display: flex;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
    align-items: center;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

footer .util_top_site {
    position: relative;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding: 20px;
}

footer .util_top_site svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}

footer .util_main_page {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 25px;
    position: relative;
}

footer .util_main_page h5::after {
    bottom: 0;
    width: 50px;
    background-color: rgb(141,152,173);
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
}

footer .util_header_site a::before {
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    border-top: 4px solid transparent;
    height: 0;
    pointer-events: none;
    width: 0;
    position: absolute;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(141,152,173);
    top: 50%;
    left: 5px;
}

footer .util_header_site a:hover::before {
    opacity: 1;
}

footer .subscribe_holder {
    border-radius: 25px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}

footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 21px;
}

footer .subscribe_holder p {
    font-size: 12px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .input_holder {
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 5;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(141,152,173);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .util_sub_field {
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    padding: 14px 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: rgb(141,152,173);
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    width: 100%;
}

footer .util_insta_feed {
    font-size: 12px;
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
}

footer .util_insta_feed::after {
    right: -10px;
    transform: rotate(45deg);
}

.util_pricing_deck .util_pricing_schemes p::-webkit-scrollbar {
    width: 4px;
}

.util_pricing_deck .util_pricing_schemes p::-webkit-scrollbar-track {
    background: transparent;
}

.util_pricing_deck .util_pricing_schemes p::-webkit-scrollbar-thumb {
    background-color: rgb(105,115,130,0.5);
    border-radius: 20px;
}



@media (max-width: 767px) {.util_future_students {
    padding: 80px 0;
}.util_future_students h4 {
    margin-bottom: 40px;
    font-size: calc(35px - 4px);
}.util_future_students div {
    gap: 20px;
}.util_future_students div p {
    padding-left: 60px;
}.util_future_students div p::before {
    height: 45px;
    width: 45px;
}.util_future_students div p::after {
    left: 22px;
    top: 67px;
}.util_future_students div p svg {
    top: 12px;
    height: 21px;
    left: 12px;
    width: 21px;
}
}



@media (min-width: 768px) {.util_title_greeting .util_smart_study {
    gap: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 4rem;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    grid-template-columns: 1fr;
}.util_title_greeting .util_smart_study > div:nth-child(1) {
    padding-left: 4rem;
}.util_title_greeting .util_smart_study > div:nth-child(1)::before {
    width: 3rem;
}.util_title_greeting p {
    font-size: calc(12px * 1.2);
}.util_title_greeting .title_style_header {
    font-size: calc(41px * 1.4);
}.util_title_greeting h3 {
    font-size: calc(23px * 1.2);
}
}



@media (min-width: 1200px) {.util_title_greeting .util_smart_study {
    padding: 6rem;
}.util_title_greeting p {
    font-size: calc(12px * 1.4);
}.util_title_greeting .title_style_header {
    font-size: calc(41px * 1.8);
}.util_title_greeting h3 {
    font-size: calc(23px * 1.4);
}
}



@media (min-width: 768px) {.util_our_mission .util_text_section {
    padding: 4rem;
}.util_our_mission ol li {
    column-count: 2;
    padding-left: 0;
}
}



@media (min-width: 992px) {.util_our_mission .container {
    padding: 5rem 2rem;
}.util_our_mission .util_text_section {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 5rem;
}.util_our_mission h5 {
    font-size: calc(23px * 1.2);
}.util_our_mission .util_text_section > div:nth-child(2) p {
    font-size: calc(23px * 1.5);
}.util_our_mission ol li {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 480px) {.util_our_mission .util_text_section {
    padding: 2rem 1.25rem;
}.util_our_mission h5 {
    font-size: calc(23px * 0.85);
}.util_our_mission .util_text_section > div:nth-child(2) p {
    font-size: 23px;
}.util_our_mission ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .util_main_page {
    gap: 20px;
}header .util_nav_mainbar svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .util_main_page {
    gap: 20px;
    padding: 80px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(141,152,173) 0%,
            rgb(141,152,173,0.5) 100%
        );
    backdrop-filter: blur(15px);
    width: 80%;
    background: rgb(141,152,173);
    max-width: 320px;
    z-index: 1001;
    top: 0;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    right: -100%;
    position: fixed;
}header .util_main_page:before {
    display: none;
}header .menu.active {
    right: 0;
}header .util_main_know {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .util_main_know:last-child {
    border-bottom: none;
}header .util_nav_mainbar {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.util_newsletter_subscription {
    padding: 2rem 1rem;
}.util_newsletter_subscription h3 {
    font-size: 21px;
}.util_newsletter_subscription input[type="email"] {
    padding: 1rem;
}.util_newsletter_subscription input[type="submit"] {
    padding: 1rem;
}}



@media (min-width: 992px) {.util_academic_experience .util_feedback_list {
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
}.util_academic_experience .util_feedback_list > div:first-child {
    align-self: start;
}.util_academic_experience .util_feedback_list .util_pic_list_wrap {
    width: 280px;
    height: 280px;
}.util_academic_experience .util_feedback_list .name {
    font-size: calc(21px * 1.3);
}.util_academic_experience .util_feedback_list > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.util_academic_experience .util_feedback_list .util_job_tasks {
    line-height: 1.8;
    padding: 2.5rem;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.util_academic_experience {
    padding: 3rem 0;
}.util_academic_experience .container {
    padding: 0 1.5rem;
}.util_academic_experience .util_feedback_list {
    transform: none;
    padding: 2rem 1.5rem;
}.util_academic_experience .util_feedback_list .util_pic_list_wrap {
    width: 180px;
    height: 180px;
}}




@media (max-width: 1200px) {.util_pricing_deck {
    padding: 100px 0 80px;
}.util_pricing_deck .util_group_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 992px) {.util_pricing_deck h2 {
    font-size: calc(30px * 0.9);
}.util_pricing_deck .util_learn_offers {
    margin-bottom: 40px;
}.util_pricing_deck .util_cost_matrix {
    padding: 35px 25px;
}
}



@media (max-width: 576px) {.util_pricing_deck {
    padding: 60px 0 40px;
}.util_pricing_deck .container {
    padding: 0 15px;
}.util_pricing_deck h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 15px;
}.util_pricing_deck .util_learn_offers {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}.util_pricing_deck .util_group_rates {
    grid-template-columns: 1fr;
    gap: 25px;
}.util_pricing_deck .util_cost_matrix {
    padding: 30px 20px;
}.util_pricing_deck .util_pricing_schemes h4 {
    font-size: 22px;
}.util_pricing_deck .util_fee_board {
    font-size: calc(22px * 1.2);
}}



@media (max-width: 992px) {.util_course_offering {
    padding: 5rem 0;
}.util_course_offering .util_knowledge_sessions {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-template-rows: auto auto;
}.util_course_offering .util_ready_skills {
    grid-column: 1 / -1;
    padding: 2.5rem;
    z-index: 5;
    grid-row: 2 / 3;
    margin-top: -80px;
}.util_course_offering .util_pic_list_wrap {
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}.util_course_offering .util_top_site {
    margin-right: auto;
    margin-left: auto;
}.util_course_offering h3 {
    padding-right: 0;
    text-align: center;
}.util_course_offering h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.util_course_offering p {
    text-align: center;
}.util_course_offering .util_knowledge_sessions:hover .util_pic_list_wrap {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.util_course_offering .util_knowledge_sessions:hover .util_ready_skills {
    transform: translateZ(10px) translateY(-15px);
}
}



@media (max-width: 992px) {.util_metrics_summary {
    padding: 70px 0;
}.util_metrics_summary .util_mentor_statistics {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}.util_metrics_summary .util_benefits_track {
    height: 250px;
    min-width: 0;
    max-width: none;
}
}



@media (max-width: 576px) {.util_metrics_summary {
    padding: 50px 0;
}.util_metrics_summary .container {
    gap: 40px;
    padding: 0 15px;
}.util_metrics_summary .util_statistics_plus {
    font-size: 35px;
}.util_metrics_summary .util_statistics_perks {
    font-size: calc(16px * 0.9);
}.util_metrics_summary .util_benefits_track {
    height: 180px;
    padding: 20px;
}.util_metrics_summary .util_benefits_track h4 {
    font-size: calc(35px * 1.3);
}.util_metrics_summary .util_benefits_track span {
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 767px) {.util_contact {
    padding: 70px 0;
}.util_contact h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.util_contact .util_pic_list_wrap {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(141,152,173,0.5);
    width: 100%;
}.util_contact form {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.util_ty_panel {
    padding: 3rem 1.5rem;
}.util_ty_panel h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.util_ty_panel .util_knowledge_sessions {
    padding: 2rem;
}
}



@media (max-width: 767px) {.util_ty_panel {
    padding: 2.5rem 1.25rem;
}.util_ty_panel h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(29px * 0.8);
}.util_ty_panel h2::after {
    width: 60px;
}.util_ty_panel .util_knowledge_sessions {
    padding: 1.5rem;
}.util_ty_panel li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .util_sub_field {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}



@media (max-width: 767px) {footer .util_transcript {
    padding: 60px 0 30px;
}footer .util_help_desk {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .util_main_page, footer .subscribe_holder {
    padding: 25px 20px;
}footer .util_top_site {
    padding: 15px;
    margin-bottom: 20px;
}footer .util_achieve_cta {
    margin-top: 40px;
}
}



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



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

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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

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

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



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



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}



@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}



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



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

