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

.story_spot_util {
    flex: 0 0 auto;
}

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

.top_bar_util {
    flex: 1 0 auto;
}

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

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


footer {
    position: relative;
}

footer::before {
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(215,194,150) 150%);
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    opacity: 0.92;
    position: absolute;
    bottom: 0;
}

.story_spot_util .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.story_spot_util .company_holder::before {
    content: '';
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    width: 100%;
    background: rgb(215,194,150);
}

.story_spot_util .company_holder h3::after {
    left: 0;
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    background: rgb(186,164,111);
    bottom: -8px;
}

.story_spot_util .head_pagewrap_util {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

.story_spot_util .nav_pro_util .head_pagewrap_util {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.story_spot_util .nav_pro_util .head_pagewrap_util a {
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    padding: 8px 15px;
}

.story_spot_util .nav_pro_util .head_pagewrap_util a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

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



footer::after {
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    background-size: 40px 40px;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    right: 0;
}

.academic_experience_util::before {
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: 0;
    border-radius: 50%;
    content: "";
    width: 300px;
    filter: blur(120px);
    height: 300px;
    background: rgb(215,194,150,0.5);
}

.academic_experience_util .feedback_stories_util {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    max-width: 1100px;
    border-radius: 11px;
    gap: 0;
    z-index: 2;
    background: #ffffff;
    overflow: visible;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
}

.academic_experience_util .career_tasks_util {
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
}

.academic_experience_util .name {
    font-size: 38px;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.academic_experience_util .career_tasks_util > div:nth-child(2)::after {
    background: rgb(186,164,111);
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    position: absolute;
}

.academic_experience_util .work_insights_util {
    color: #000000;
    font-weight: 300;
    line-height: 1.7;
    font-size: calc(16px * 1.1);
    position: relative;
    font-style: italic;
    font-family: Arial, sans-serif;
}

.academic_experience_util .feedback_stories_util:hover .img_border_util {
    transform: translateX(-20px) translateY(-40px);
}

.contact_box_util {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(242,232,202);
}

.contact_box_util::before {
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(215,194,150,0.5) 0,
        rgb(215,194,150,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
}

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

.contact_box_util h2::before {
    bottom: 0;
    content: "";
    width: 80px;
    background: rgb(215,194,150);
    left: calc(50% - 40px);
    height: 4px;
    position: absolute;
}

.contact_box_util h2::after {
    width: 30px;
    position: absolute;
    left: calc(50% - 15px);
    content: "";
    bottom: 0;
    height: 4px;
    background: rgb(186,164,111);
}

.contact_box_util .img_border_util {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact_box_util .support_query_util {
    flex: 0 0 55%;
    justify-content: center;
    position: relative;
    flex-direction: column;
    padding: 60px;
    display: flex;
}

.contact_box_util .support_query_util::before {
    right: -75px;
    height: 150px;
    border: 30px solid rgb(215,194,150,0.5);
    z-index: 0;
    width: 150px;
    top: -75px;
    content: "";
    border-radius: 50%;
    position: absolute;
}

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

.contact_box_util form h3::after {
    background: rgb(215,194,150);
    height: 2px;
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.contact_box_util form input[type="text"]:focus {
    border-bottom-color: rgb(215,194,150);
    outline: none;
}

.contact_box_util form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_box_util form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.contact_box_util .feedback_card_util label {
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.5;
}

.contact_box_util .feedback_card_util input[type="checkbox"]:checked + label::before {
    border-color: rgb(215,194,150);
    background: rgb(215,194,150);
}

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

.contact_box_util .feedback_card_util label a:hover {
    color: rgb(186,164,111);
}

.contact_box_util .feedback_card_util label a:hover::after {
    transform: scaleX(0);
    background: rgb(186,164,111);
}

.contact_box_util .inquiry_help_util::before {
    z-index: -1;
    content: "";
    transition: width 0.5s ease;
    height: 100%;
    left: -10px;
    position: absolute;
    width: 0;
    top: 0;
    transform: skewX(-25deg);
    background: rgb(186,164,111);
}

.contact_box_util .inquiry_help_util:hover::before {
    width: 150%;
}

.contact_box_util svg {
    stroke: rgb(215,194,150);
    width: 24px;
    fill: none;
    height: 24px;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.contact_box_util svg:hover,
.contact_box_util svg:hover path {
    stroke: rgb(186,164,111);
}

.get_updates_util::before {
    opacity: 0.3;
    content: "";
    width: 200%;
    position: absolute;
    animation: rotateBg 30s linear infinite;
    top: -50%;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgb(215,194,150,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(186,164,111,0.5) 0%, transparent 50%);
    height: 200%;
    left: -50%;
}

.get_updates_util h3 {
    z-index: 3;
    font-weight: 700;
    color: #000000;
    transform: translateX(-5%);
    background: #ffffff;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 1.5rem 2rem;
    margin-bottom: 0;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.get_updates_util input[type="email"] {
    border-radius: 10px;
    font-size: 12px;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    border: none;
    position: relative;
    flex: 1 1 250px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    z-index: 1;
    background: rgb(242,232,202);
}

.get_updates_util input[type="submit"] {
    border: none;
    font-family: Arial, sans-serif;
    flex: 0 0 auto;
    z-index: 1;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(215,194,150);
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.get_updates_util::after {
    content: "";
    top: 15%;
    background-size: 20px 20px;
    right: -10%;
    width: 40%;
    height: 70%;
    position: absolute;
    animation: patternMove 15s linear infinite;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(215,194,150) 49.5%, rgb(215,194,150) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(215,194,150) 49.5%, rgb(215,194,150) 50.5%, transparent 50.5%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
}

.cookie_message_popup_util {
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    position: fixed;
    z-index: 100;
    background: rgb(242,232,202);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(215,194,150);
}

.cookie_screen_util {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_screen_util svg {
    fill: rgb(215,194,150);
    height: 50px;
    width: 50px;
}

.data_notice_util h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(215,194,150);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.data_approve_util {
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    flex-shrink: 0;
    border: none;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    background: rgb(215,194,150);
    border-radius: 10px;
}

.secure_cove_util:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.secure_cove_util h1,
.secure_cove_util h2 {
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px;
}

.secure_cove_util h1 {
    font-weight: 700;
    border-bottom: 3px solid rgb(215,194,150);
    padding-bottom: 10px;
    color: rgb(215,194,150);
    font-size: 40px;
}

.secure_cove_util ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}

.secure_cove_util ul li:last-child {
    border-bottom: none;
}

.secure_cove_util p {
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    margin: 20px 0;
}

.course_rewards_util::before {
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(215,194,150,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(186,164,111,0.5) 0%, transparent 40%);
    left: 0;
    opacity: 0.4;
    position: absolute;
    content: '';
    height: 100%;
}

.course_rewards_util h2::after {
    width: 120px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    bottom: -15px;
    height: 6px;
    background: rgb(215,194,150);
}

.course_rewards_util .img_border_util::after {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(215,194,150,0.5) 0%, transparent 100%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.course_rewards_util .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin-top: 1rem;
    gap: 2.5rem;
}

.course_rewards_util .text_main_holder > div::before {
    top: 0;
    background: linear-gradient(90deg, rgb(215,194,150) 0%, transparent 100%);
    content: '';
    height: 100%;
    opacity: 0.1;
    left: 0;
    width: 0;
    transition: width 0.4s ease;
    border-radius: 26px;
    position: absolute;
    z-index: 1;
}

.course_rewards_util .text_main_holder > div:hover::before {
    width: 100%;
}

.course_rewards_util .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}

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

.course_rewards_util .text_main_holder p {
    z-index: 2;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    position: relative;
    color: #000000;
}

.client_feedback_util::before {
    transform: rotate(-15deg);
    width: 45%;
    position: absolute;
    top: -5%;
    background: linear-gradient(120deg, rgb(215,194,150,0.5) 20%, transparent 80%);
    right: -10%;
    content: "";
    opacity: 0.07;
    pointer-events: none;
    height: 35%;
}

.client_feedback_util h2 {
    transform: translateX(-0.5rem);
    position: relative;
    font-size: 31px;
    max-width: 75%;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 3.5rem;
    letter-spacing: -0.02em;
    text-align: left;
    font-weight: 700;
}

.client_feedback_util h2:hover::after {
    transform: scaleX(1.5);
}

.client_feedback_util .edu_ratings_util {
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    list-style: none;
    margin: 0;
}

.client_feedback_util .feedback_stories_util:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
    border-left-width: 5px;
}

.client_feedback_util .feedback_stories_util:hover::before {
    opacity: 0.2;
    transform: scale(1.2) translateY(-5px);
}

.client_feedback_util .feedback_stories_util > div {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

.client_feedback_util .feedback_stories_util:hover img {
    transform: scale(1.1) translateZ(0);
}

.client_feedback_util .feedback_stories_util h4 {
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
    margin: 0;
    font-size: 1.125rem;
    position: relative;
}

.client_feedback_util .feedback_stories_util:hover h4 {
    transform: translateX(3px);
}

.client_feedback_util .feedback_stories_util:hover h4::after {
    width: 100%;
}

.client_feedback_util .feedback_stories_util .description {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    overflow: hidden;
    line-height: 1.6;
}

.client_feedback_util a {
    border: none;
    color: #ffffff;
    display: inline-block;
    background-color: rgb(215,194,150);
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-decoration: none;
    z-index: 1;
    position: relative;
    margin-top: 3rem;
    transform: translateZ(0);
}

.client_feedback_util a:hover::before {
    transform: translateX(100%);
}

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

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

.plan_chooser_util h2::after {
    position: absolute;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
}

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

.plan_chooser_util .learning_fees_utilcqjS li:hover {
    transform: translateY(-10px);
    z-index: 3;
}

.plan_chooser_util .discount_deals_util {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 40px 25px;
    backdrop-filter: blur(10px);
    border-top: 3px solid rgb(215,194,150);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
}

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

.plan_chooser_util .cost_table_util {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
}

.plan_chooser_util .cost_table_util h4 {
    color: #ffffff;
    margin: 0 0 15px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.plan_chooser_util .payment_deals_util:hover .cost_table_util h4::after {
    width: 60px;
    background: rgb(186,164,111);
}

.plan_chooser_util .cost_table_util p {
    font-size: calc(16px - 2px);
    flex-grow: 1;
    color: #ffffff;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    opacity: 0.8;
    word-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    line-height: 1.7;
}

.plan_chooser_util .price_view_util::before {
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgb(215,194,150,0.5) 0%, rgb(186,164,111,0.5) 100%);
    content: "";
    top: 0;
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.greeting_page_util::before {
    transform: skewX(-15deg);
    background: linear-gradient(45deg, rgb(215,194,150,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.6;
    z-index: 1;
    width: 40%;
    position: absolute;
    height: 120%;
    top: -10%;
    left: -5%;
}

.greeting_page_util h1 {
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(-5px);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 46px;
    grid-column: 1 / -1;
    color: #000000;
}

.greeting_page_util h1 {
    text-align: center;
    font-size: calc(46px * 0.85);
}

.greeting_page_util .text_unit_util {
    flex-direction: column;
    opacity: 0;
    z-index: 3;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    transform: translateY(20px);
    justify-content: center;
    display: flex;
    position: relative;
}

.greeting_page_util .start_welcome_util:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.greeting_page_util .start_welcome_util p {
    position: relative;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    padding-left: 1rem;
    margin-bottom: 2rem;
    color: #000000;
}

.greeting_page_util .start_welcome_util p::before {
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 3px;
    background: rgb(186,164,111);
    opacity: 0.5;
}

.greeting_page_util svg path {
    transition: fill 0.3s ease;
}

.greeting_page_util svg:hover path {
    fill: rgb(215,194,150);
}

.greeting_page_util svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}

.greeting_page_util .inquiry_help_util {
    position: relative;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateZ(0);
    display: inline-block;
    background: rgb(215,194,150);
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    overflow: hidden;
}

.greeting_page_util .inquiry_help_util:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.greeting_page_util .img_border_util:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

.greeting_page_util .img_border_util::after {
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(186,164,111,0.5) 0%, transparent 50%);
    left: 0;
}

.training_structure_util {
    overflow: hidden;
    z-index: 1;
    padding: 100px 20px;
    position: relative;
    background: rgb(242,232,202);
}

.training_structure_util {
    padding: 60px 15px;
}

.training_structure_util {
    padding: 40px 10px;
}

.training_structure_util::after {
    left: 0;
    top: 0;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(186,164,111,0.5) 0%,
        transparent 60%
    );
    animation: glow-pulse 8s ease-in-out infinite alternate;
    width: 100%;
    content: "";
    filter: blur(60px);
    height: 100%;
    z-index: -1;
    position: absolute;
}

.training_structure_util .mentor_approach_util {
    justify-content: center;
    perspective: 1000px;
    padding: 40px;
    align-items: center;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    position: relative;
}

.training_structure_util .mentor_approach_util {
    padding: 25px 20px;
}

.training_structure_util .mentor_approach_util {
    padding: 20px 15px;
}

.training_structure_util .mentor_approach_util::after {
    border-radius: 23px;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
}

.training_structure_util h3::before {
    position: absolute;
    border-radius: 10px;
    width: 60px;
    animation: underline-pulse 3s ease-in-out infinite;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    top: 110%;
    background: linear-gradient(
        90deg,
        rgb(215,194,150) 0%,
        rgb(186,164,111) 100%
    );
    opacity: 0.8;
}

.training_structure_util h3::before {
    width: 50px;
}

.training_structure_util h3::before {
    width: 40px;
    height: 2px;
}

.training_structure_util span::before {
    z-index: -1;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    width: 100%;
    filter: blur(20px);
    left: 10px;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(215,194,150,0.5);
    top: 10px;
    opacity: 0.2;
}

.get_support_util::before {
    z-index: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(215,194,150,0.5) 0%, transparent 60%),
        radial-gradient(circle at 90% 90%, rgb(186,164,111,0.5) 0%, transparent 60%);
    top: 0;
}



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

.get_support_util .get_contact_util {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    display: grid;
}

.get_support_util .online_questions_util {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get_support_util .online_questions_util::after {
    width: 100px;
    content: "";
    right: 0;
    bottom: 0;
    transform: translate(30%, 30%);
    position: absolute;
    height: 100px;
    opacity: 0.2;
    border-radius: 50%;
    background: linear-gradient(135deg, transparent, rgb(215,194,150,0.5));
}

.get_support_util h2::after {
    background: rgb(215,194,150);
    bottom: -10px;
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
}

.get_support_util .get_connected_util {
    font-size: calc(12px * 1.1);
    color: rgb(186,164,111);
    font-weight: 600;
    margin-bottom: 20px;
}

.get_support_util .edu_askedu_util {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
}

.get_support_util .edu_askedu_util span:hover {
    background: rgb(215,194,150,0.5);
}

.get_support_util .online_questions_util .img_border_util {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

.get_support_util .msg_page_util {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.get_support_util .msg_page_util a {
    overflow: hidden;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: flex;
    padding: 15px 20px;
}

.get_support_util .msg_page_util a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.get_support_util .msg_page_util a span {
    font-size: calc(12px * 0.9);
    color: rgb(186,164,111);
    font-weight: 600;
    margin-bottom: 5px;
}

.get_support_util svg {
    vertical-align: middle;
    height: 24px;
    fill: rgb(215,194,150);
    margin-right: 15px;
    width: 24px;
}



.get_support_util .online_questions_util:first-child {
    animation: float 6s ease-in-out infinite;
}

.get_support_util .online_questions_util:last-child {
    animation: float 7s ease-in-out infinite;
}

.get_support_util .msg_page_util a::after {
    width: 30%;
    top: 0;
    left: -100%;
    height: 100%;
    content: "";
    animation: shine 3s infinite;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
}

.give_it_a_try_util::before {
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
}

.give_it_a_try_util .mentor_approach_util {
    z-index: 2;
    align-items: center;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(15px);
    margin: 0 auto;
    padding: 70px 50px;
    max-width: 900px;
    transition: transform 0.6s ease;
    position: relative;
    transform: rotateX(2deg) rotateY(2deg);
    flex-direction: column;
    transform-style: preserve-3d;
    border-radius: 30px;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    perspective: 1000px;
    background: rgba(255,255,255,0.1);
}

.give_it_a_try_util .mentor_approach_util::after {
    z-index: -1;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 30px;
    height: 100%;
}

.give_it_a_try_util h3::before {
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    content: '';
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    bottom: -20px;
    height: 4px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-radius: 2px;
    width: 60px;
}

.give_it_a_try_util .course_ask_util {
    font-weight: 600;
    text-decoration: none;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    border-radius: 50px;
    overflow: hidden;
    color: rgb(215,194,150);
    transition: all 0.4s ease;
    transform: perspective(1000px) translateZ(20px);
    display: inline-block;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
    padding: 18px 50px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.give_it_a_try_util .course_ask_util:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}

.statistical_overview_util {
    overflow: hidden;
    padding: 120px 0;
    background-color: #000000;
    z-index: 1;
    position: relative;
}

.statistical_overview_util::after {
    background: radial-gradient(ellipse at top left, rgb(215,194,150,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}

.statistical_overview_util h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 46px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    margin-bottom: 60px;
}

.statistical_overview_util h2::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(to right, rgb(215,194,150), rgb(186,164,111));
    left: 50%;
    border-radius: 10px;
    bottom: -20px;
    content: "";
}

.statistical_overview_util .statistics_upgrade_util {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    grid-template-columns: 80px 1fr;
    display: grid;
    min-height: 170px;
    padding: 30px;
    position: relative;
    gap: 20px;
}

.statistical_overview_util .statistics_upgrade_util::after {
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(215,194,150,0.5), 0.1) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.statistical_overview_util .statistics_upgrade_util p {
    grid-row: 1 / span 2;
    font-size: 3rem;
    font-weight: 700;
    place-self: center;
    line-height: 1;
    position: relative;
    color: #ffffff;
    margin: 0;
    grid-column: 1;
}

.statistical_overview_util .statistics_upgrade_util:hover p::after {
    transform: scaleX(1);
}

.statistical_overview_util .statistics_upgrade_util span {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    grid-column: 2;
    align-self: center;
    font-size: 18px;
    line-height: 1.5;
}

.statistical_overview_util svg path {
    fill: rgb(215,194,150);
}

.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) .statistics_upgrade_util p {
    font-size: 4rem;
}

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

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    text-align: center;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(4):last-child) .statistics_upgrade_util span {
    grid-column: 1;
    grid-row: 2;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 15px;
}

.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(5):nth-last-child(-n+1)) .statistics_upgrade_util span {
    grid-row: 2;
    grid-column: 1;
}

.course_program_details_util {
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: rgb(242,232,202);
    justify-content: center;
    display: flex;
    min-height: 100vh;
}

.course_program_details_util {
    min-height: auto;
    display: block;
    padding: 3rem 1.5rem;
}

.course_program_details_util .career_classes_util::before {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(242,232,202), transparent);
    z-index: 2;
}

.course_program_details_util .career_classes_util::before {
    width: 100%;
    bottom: 0;
    height: 100px;
    top: auto;
    background: linear-gradient(0deg, rgb(242,232,202), transparent);
}

.course_program_details_util .career_classes_util:hover .program_flow_util {
    animation-play-state: paused;
}

.course_program_details_util .job_ready_util {
    width: 100%;
    position: relative;
    flex-shrink: 0;
    height: 20%;
}

.course_program_details_util .job_ready_util {
    height: 100%;
    width: 20%;
}

.course_program_details_util .job_ready_util:hover img {
    transform: scale(1.05);
}

.course_program_details_util .container {
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1200px;
}

.course_program_details_util .container {
    width: 100%;
    justify-content: center;
}

.course_program_details_util .program_guide_util {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 3.5rem;
    border-radius: 24px;
    background: #ffffff;
}

.course_program_details_util .program_guide_util {
    padding: 2rem 1.5rem;
}

.course_program_details_util .program_guide_util h3 {
    color: rgb(215,194,150);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.course_program_details_util .program_guide_util h3 {
    font-size: 23px;
}

.course_program_details_util .program_guide_util p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.course_program_details_util .program_guide_util p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}

.course_program_details_util .program_guide_util .inquiry_help_util::before {
    top: 0;
    content: "";
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.6s ease;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: 0;
}

.course_program_details_util .program_guide_util .inquiry_help_util:hover::before {
    transform: translateX(100%);
}

.company_info_util::before {
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(215,194,150,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    width: 100%;
}

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

.company_info_util .text_unit_util::before {
    left: 0;
    height: 100%;
    width: 5px;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(215,194,150), rgb(186,164,111));
}

.company_info_util .text_unit_util:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_info_util h1 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
    position: relative;
    font-size: 48px;
    padding-bottom: 15px;
    transform: translateX(-10px);
}

.company_info_util .text_unit_util:hover h1::after {
    transform: scaleX(1);
}

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

.company_info_util li {
    margin-bottom: 25px;
}

.company_info_util .text_unit_util:hover h4 {
    opacity: 1;
    transform: translateY(0);
}

.company_info_util span {
    line-height: 1.8;
    font-size: 18px;
    font-family: Arial, sans-serif;
    column-count: 1;
    column-gap: 40px;
    opacity: 0.9;
    color: #000000;
    display: block;
    transition: opacity 0.5s ease;
    max-width: 100%;
}

header::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(215,194,150,0.5) 0%, transparent 50%, rgb(215,194,150,0.5) 100%);
    z-index: -1;
    left: 0;
    opacity: 0.15;
}

header .main_guide_util {
    grid-template-rows: auto auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    position: relative;
}

header .main_guide_util .nav_expert_util {
    z-index: 10;
    padding: 5px 20px 15px;
    position: relative;
    justify-self: center;
}

header .main_guide_util .nav_expert_util::after {
    border-bottom: 2px solid rgb(186,164,111);
    border-right: 2px solid rgb(186,164,111);
    bottom: -5px;
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    transform: scale(0);
    right: -5px;
}

header .main_guide_util .nav_expert_util:hover::before,
header .main_guide_util .nav_expert_util:hover::after {
    transform: scale(1);
}

header .main_guide_util .nav_expert_util .nav_class_util svg {
    height: 60px;
    width: auto;
}

header .main_guide_util .nav_pro_util {
    margin: 0;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(186,164,111) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    list-style: none;
}

header .main_guide_util .nav_pro_util .main_mainbar_util {
    padding: 0 15px;
    margin: 0;
    position: relative;
    transition: transform 0.3s ease;
}

header .main_guide_util .nav_pro_util .main_mainbar_util:hover {
    transform: translateY(-3px);
}

header .main_guide_util .nav_pro_util .main_mainbar_util a {
    color: #000000;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 5px;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

header .main_guide_util .nav_pro_util .main_mainbar_util a:hover::before {
    transform: scaleX(1);
}

.thxSection_util::before {
    left: 0;
    opacity: 0.4;
    background: radial-gradient(circle at 70% 30%, rgb(186,164,111,0.5) 0%, transparent 60%);
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
}

.thxSection_util .container {
    z-index: 2;
    transform: translateY(20px);
    max-width: 1200px;
    padding: 0 2rem;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    position: relative;
    opacity: 0;
}

.thxSection_util h2::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(215,194,150), rgb(186,164,111));
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 80px;
}

.thxSection_util .mentor_approach_util::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(215,194,150), rgb(186,164,111));
    width: 6px;
    left: 0;
    content: "";
    top: 0;
}

.thxSection_util .mentor_approach_util::after {
    position: absolute;
    z-index: 0;
    content: "";
    top: 10px;
    background: radial-gradient(circle, rgb(215,194,150,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    opacity: 0.2;
    right: 10px;
}

.thxSection_util li::before {
    transform: scale(0);
    opacity: 0;
    height: 8px;
    content: "";
    width: 8px;
    position: absolute;
    top: 8px;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    border-radius: 50%;
    background: rgb(215,194,150);
}


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



@media (max-width: 992px) {.story_spot_util .container {
    flex-direction: column;
}
}



@media (max-width: 576px) {.story_spot_util {
    padding: 40px 0;
}.story_spot_util .company_holder h3 {
    font-size: calc(33px * 0.8);
}.story_spot_util .nav_pro_util h5 {
    font-size: calc(19px * 0.9);
}.story_spot_util .nav_pro_util .head_pagewrap_util a,
    .story_spot_util .footer_agreement {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 576px) {.academic_experience_util {
    padding: 4rem 1rem;
}.academic_experience_util .feedback_stories_util {
    max-width: 100%;
}.academic_experience_util .img_border_util {
    height: 320px;
    transform: translateY(-20px);
}.academic_experience_util .img_border_util::before {
    top: 20px;
}.academic_experience_util .career_tasks_util {
    padding: 0.5rem 1.5rem 2.5rem;
}.academic_experience_util .name {
    font-size: calc(29px);
}.academic_experience_util .career_tasks_util > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 16px;
}.academic_experience_util .work_insights_util {
    font-size: 16px;
}.academic_experience_util .feedback_stories_util:hover .img_border_util {
    transform: translateY(-25px);
}}



@media (max-width: 480px) {.contact_box_util {
    padding: 50px 0;
}.contact_box_util h2 {
    font-size: calc(33px * 0.85);
}.contact_box_util .query_card_util {
    margin-top: 30px;
}.contact_box_util .img_border_util {
    min-height: 200px;
}.contact_box_util .support_query_util {
    padding: 30px 20px;
}.contact_box_util form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_box_util form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box_util .feedback_card_util {
    margin-bottom: 25px;
}.contact_box_util .feedback_card_util label {
    font-size: calc(16px * 0.9);
}.contact_box_util .inquiry_help_util {
    padding: 12px 25px;
}}



@media (max-width: 480px) {.get_updates_util {
    padding: 3rem 1rem;
}.get_updates_util h3 {
    font-size: calc(22px * 0.8);
    padding: 1rem 1.2rem;
}.get_updates_util .input_holder {
    padding: 1.5rem;
}.get_updates_util input[type="email"] {
    padding: 0.8rem 1rem;
}.get_updates_util input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.get_updates_util .input_holder::before,
    .get_updates_util .input_holder::after {
    display: none;
}}


@media only screen and (max-width: 800px) {.secure_cove_util {
    padding: 20px;
}.secure_cove_util h1 {
    font-size: calc(21px - 10px);
}.secure_cove_util h2 {
    font-size: calc(21px - 10px);
}.secure_cove_util ul li {
    font-size: calc(18px - 2px);
}.secure_cove_util p {
    font-size: calc(18px - 2px);
}}



@media (max-width: 768px) {.course_rewards_util {
    padding: 7rem 0 20rem;
}.course_rewards_util .mentor_approach_util {
    display: flex;
    flex-direction: column;
}.course_rewards_util h2 {
    font-size: 28px;
    margin-right: 2rem;
    width: auto;
    margin-left: 2rem;
}.course_rewards_util .text_unit_util {
    width: auto;
    padding: 0 2rem;
}.course_rewards_util .img_border_util {
    position: relative;
    height: 300px;
    top: auto;
    margin: 2rem auto 0;
    right: auto;
    border-radius: 26px;
    width: 90%;
    clip-path: none;
}.course_rewards_util .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}



@media (min-width: 768px) {.client_feedback_util .edu_ratings_util {
    grid-template-columns: repeat(2, 1fr);
}.client_feedback_util .feedback_stories_util:nth-child(even) {
    transform: translateY(25px);
}.client_feedback_util .feedback_stories_util:nth-child(even):hover {
    transform: translateY(15px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(4n+1)::before,
  .client_feedback_util .feedback_stories_util:nth-child(4n+4)::before {
    left: 1.5rem;
    right: auto;
}
}



@media (min-width: 1200px) {.client_feedback_util .edu_ratings_util {
    grid-template-columns: repeat(4, 1fr);
}.client_feedback_util .feedback_stories_util:nth-child(4n+1) {
    transform: translateY(0);
}.client_feedback_util .feedback_stories_util:nth-child(4n+2) {
    transform: translateY(15px);
}.client_feedback_util .feedback_stories_util:nth-child(4n+3) {
    transform: translateY(30px);
}.client_feedback_util .feedback_stories_util:nth-child(4n+4) {
    transform: translateY(45px);
}.client_feedback_util .feedback_stories_util:nth-child(4n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(4n+2):hover {
    transform: translateY(5px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(4n+3):hover {
    transform: translateY(20px) rotateX(2deg);
}.client_feedback_util .feedback_stories_util:nth-child(4n+4):hover {
    transform: translateY(35px) rotateX(2deg);
}
}



@media (max-width: 480px) {.client_feedback_util h2 {
    font-size: calc(31px * 0.75);
}.client_feedback_util .feedback_stories_util {
    padding: 1.25rem;
}.client_feedback_util .feedback_stories_util::before {
    font-size: 4rem;
}.client_feedback_util .feedback_stories_util img {
    width: 2.5rem;
    height: 2.5rem;
}.client_feedback_util .feedback_stories_util h4 {
    font-size: 1rem;
}.client_feedback_util .feedback_stories_util .description {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 767px) {.plan_chooser_util {
    padding: 60px 0;
}.plan_chooser_util h2 {
    font-size: calc(38px - 4px);
}.plan_chooser_util .learning_fees_utilHFgR {
    font-size: calc(16px - 1px);
    margin-bottom: 40px;
}.plan_chooser_util .learning_fees_utilcqjS {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.plan_chooser_util .cost_table_util h4 {
    font-size: calc(20px - 1px);
}.plan_chooser_util .cost_table_util p {
    font-size: calc(16px - 3px);
}.plan_chooser_util .price_view_util {
    font-size: calc(20px);
}
}



@media (max-width: 480px) {.greeting_page_util {
    padding: 3rem 0 1rem;
}.greeting_page_util .mentor_approach_util {
    gap: 1.5rem;
}.greeting_page_util h1 {
    font-size: calc(46px * 0.65);
}.greeting_page_util .start_welcome_util {
    padding: 1.25rem;
}.greeting_page_util svg {
    height: 80px;
    width: 80px;
}.greeting_page_util .img_border_util {
    min-height: 220px;
}}



@media (max-width: 991px) {.training_structure_util {
    padding: 80px 15px;
}.training_structure_util h3 {
    margin-bottom: 30px;
    font-size: calc(32px - 4px);
}.training_structure_util span {
    font-size: calc(18px - 1px);
}.training_structure_util .mentor_approach_util {
    padding: 30px;
}
}



@media (max-width: 768px) {.get_support_util {
    padding: 50px 0;
}.get_support_util .get_contact_util {
    grid-template-columns: 1fr;
}.get_support_util .online_questions_util {
    grid-column: span 1 !important;
}.get_support_util h2 {
    font-size: calc(30px * 0.9);
}.get_support_util .online_questions_util .img_border_util {
    height: 300px;
}.get_support_util .msg_page_util {
    gap: 15px;
}.get_support_util .msg_page_util a {
    padding: 12px 15px;
}
}



@media screen and (max-width: 992px) {.give_it_a_try_util {
    padding: 110px 0;
}.give_it_a_try_util .mentor_approach_util {
    padding: 60px 40px;
    max-width: 85%;
}.give_it_a_try_util h3 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.give_it_a_try_util h3::before {
    width: 50px;
    bottom: -18px;
    height: 3px;
}.give_it_a_try_util .course_ask_util {
    padding: 16px 45px;
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 576px) {.give_it_a_try_util {
    padding: 70px 0;
}.give_it_a_try_util .mentor_approach_util {
    border-radius: 20px;
    padding: 40px 20px;
}.give_it_a_try_util h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.7);
    letter-spacing: 1.5px;
}.give_it_a_try_util h3::before {
    height: 2px;
    width: 40px;
    bottom: -12px;
}.give_it_a_try_util .course_ask_util {
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
    border-radius: 30px;
    padding: 12px 35px;
}}



@media screen and (max-width: 991px) {.statistical_overview_util {
    padding: 80px 0;
}.statistical_overview_util h2 {
    font-size: calc(46px * 0.9);
    margin-bottom: 50px;
}.statistical_overview_util ul {
    gap: 20px;
}.statistical_overview_util ul:has(.statistics_upgrade_util:nth-child(3):last-child), 
    .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(180px, 1fr));
}.statistical_overview_util .statistics_upgrade_util {
    min-height: 150px;
    padding: 25px;
    grid-template-columns: 60px 1fr;
}.statistical_overview_util .statistics_upgrade_util p {
    font-size: 2.2rem;
}.statistical_overview_util svg {
    bottom: 15px;
    width: 35px;
    height: 35px;
    right: 15px;
}
}



@media screen and (max-width: 480px) {.statistical_overview_util {
    padding: 60px 0;
}.statistical_overview_util .container {
    padding: 20px;
}.statistical_overview_util h2 {
    margin-bottom: 35px;
    font-size: calc(46px * 0.7);
}.statistical_overview_util h2::after {
    bottom: -15px;
    width: 60px;
    height: 3px;
}.statistical_overview_util ul {
    gap: 15px;
}.statistical_overview_util .statistics_upgrade_util {
    padding: 20px;
}.statistical_overview_util .statistics_upgrade_util p {
    font-size: 2rem;
}.statistical_overview_util .statistics_upgrade_util span {
    font-size: calc(18px * 0.9);
}.statistical_overview_util svg {
    width: 30px;
    bottom: 10px;
    right: 10px;
    height: 30px;
}.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) .statistics_upgrade_util {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.statistical_overview_util ul:has(.statistics_upgrade_util:only-child) .statistics_upgrade_util p {
    font-size: 2.5rem;
}}



@media (min-width: 768px) and (max-width: 991px) {.course_program_details_util {
    padding: 3rem 2rem;
}.course_program_details_util .career_classes_util {
    width: 40%;
    border-top-left-radius: 100px;
    height: 60vh;
    border-bottom-left-radius: 100px;
}.course_program_details_util .mentor_approach_util {
    width: 65%;
    padding-right: 5%;
}.course_program_details_util .program_guide_util {
    padding: 2.5rem;
}.course_program_details_util .program_guide_util::before {
    top: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 1rem;
}.course_program_details_util .program_guide_util h3 {
    font-size: calc(30px * 0.9);
}

}



@media (max-width: 480px) {.company_info_util {
    padding: 60px 0;
}.company_info_util .text_unit_util {
    padding: 30px 25px;
}.company_info_util h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.company_info_util h1::after {
    width: 60px;
}.company_info_util span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 993px) {header .main_guide_util {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .main_guide_util .nav_pro_util {
    padding: 20px 10px 10px;
}
}



@media (max-width: 767px) {header .main_guide_util .nav_pro_util {
    justify-content: center;
    flex-wrap: wrap;
}header .main_guide_util .nav_pro_util .main_mainbar_util {
    margin: 3px 0;
}header .main_guide_util .nav_pro_util .main_mainbar_util:not(:last-child)::after {
    display: none;
}}



@media (max-width: 991px) {.thxSection_util {
    padding: 4rem 0;
}.thxSection_util h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.thxSection_util .mentor_approach_util {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.thxSection_util {
    padding: 2.5rem 0;
}.thxSection_util .container {
    padding: 0 1.25rem;
}.thxSection_util h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.thxSection_util h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.thxSection_util .mentor_approach_util {
    padding: 1.5rem 1.25rem;
}.thxSection_util li span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(215,194,150,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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

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



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



@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}



@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}



@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

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



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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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

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



@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}



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



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

