header,footer {
    width: 100%;
}


header {
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(134,161,160,0.5) 0%, rgb(98,124,122,0.5) 100%);
    position: relative;
    backdrop-filter: blur(10px);
}

header .util_top_nav:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

header .util_main_start {
    padding: 0;
    display: flex;
    z-index: 2;
    position: relative;
    margin: 0;
    list-style: none;
}

header .util_header_tutor a::before {
    position: absolute;
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
    width: 100%;
    border-radius: 15px;
    opacity: 0;
    height: 100%;
    content: '';
}



header .util_top_nav::after {
    height: 20px;
    bottom: -20px;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.5;
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}

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

.util_program_offerings .util_pro_skills {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    grid-area: info;
    padding: 3.5rem 3rem 3.5rem 5rem;
    overflow: hidden;
    z-index: 3;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0 20px 20px 0;
    position: relative;
    transform: translateX(-40px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.util_program_offerings .util_top_nav::after {
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 8px;
    content: "";
    inset: 0;
    position: absolute;
}

.util_program_offerings h3 {
    font-weight: 700;
    font-size: 29px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1.8rem;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: skew(-2deg);
}

.util_program_offerings .util_img_list_item {
    height: 460px;
    border-radius: 20px 0 0 20px;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    grid-area: photo;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.util_our_story {
    position: relative;
    padding: 6rem 0 8rem;
    background: linear-gradient(135deg, rgb(168,193,193) 0%, #ffffff 50%, rgb(168,193,193) 100%);
    overflow: hidden;
}

.util_our_story h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 3.5rem;
    transform: translateX(1rem);
    color: #000000;
    font-size: 39px;
    display: inline-block;
}

.util_our_story .util_value_prop:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03),
                0 30px 50px -25px rgba(0, 0, 0, 0.15);
}

.util_our_story .util_value_prop h4 {
    animation: fadeUp 0.5s 0.3s ease-out forwards;
    transform: translateY(10px);
    margin-top: 0;
    font-size: calc(18px + 0.1rem);
    opacity: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(134,161,160);
}

.util_landing_page::after {
    animation: pulse 10s infinite alternate;
    top: -10%;
    right: -10%;
    height: 60%;
    content: "";
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(98,124,122,0.5) 0%, transparent 70%);
    width: 60%;
}

.util_landing_page h1 {
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    color: rgb(134,161,160);
    font-weight: 700;
    animation: slideIn 0.8s forwards 0.3s ease-out;
    font-size: 47px;
}

.util_landing_page .util_learning_page svg {
    height: 80px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
    transform: rotate(0deg) scale(1);
    width: 80px;
}

.util_landing_page ul {
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: fadeUp 0.8s forwards 0.7s;
}

.util_landing_page .util_query_help:hover {
    box-shadow: 
    0 8px 20px rgba(94,170,168,0.3),
    0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.util_landing_page .util_img_list_item {
    transform: translateZ(10px) rotateY(-3deg);
    transform-origin: right center;
    overflow: hidden;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.1),
    -20px -20px 60px rgba(255,255,255,0.8);
    position: relative;
    min-height: 400px;
    transition: transform 0.5s ease;
    height: 100%;
}

.util_equity_pledge .company_holder::after {
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(98,124,122,0.5), 
        transparent);
    position: absolute;
    width: 1px;
    top: 20%;
    right: 0;
    height: 60%;
}

.util_equity_pledge .util_main_primary {
    display: flex;
    gap: 60px;
}

.util_equity_pledge .util_main_start .util_main_primary {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.util_equity_pledge .util_main_start .util_main_primary a::before {
    background: rgb(134,161,160);
    height: 1px;
    position: absolute;
    opacity: 0;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    width: 0;
}

.util_equity_pledge .container::before {
    bottom: -75px;
    filter: blur(30px);
    animation: pulse 10s infinite alternate-reverse;
    background: radial-gradient(
        circle, 
        rgb(98,124,122,0.5), 
        transparent 70%
    );
    content: "";
    width: 150px;
    left: -75px;
    border-radius: 50%;
    height: 150px;
    position: absolute;
}



.util_equity_pledge .company_holder h3::before {
    top: 50%;
    width: 20px;
    height: 1px;
    opacity: 0.7;
    left: -30px;
    position: absolute;
    content: "";
    background: rgb(134,161,160);
}

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

.util_offer_package .util_fee_plans li {
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    opacity: 0;
}

.util_offer_package .util_fee_plans li:nth-child(2) {
    animation-delay: 0.5s;
}

.util_offer_package .util_learning_fee {
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    transform: translateZ(0);
}

.util_offer_package .util_learning_packages:hover .util_learning_fee {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}

.util_offer_package .util_learning_packages:hover .util_payment_plans h4::after {
    width: 100px;
}

.util_secure_shell::before {
    content: "";
    top: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(134,161,160,0.5), 0.03) 70%);
    z-index: 0;
    height: 100%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
}

.util_secure_shell h2 {
    margin-bottom: 1.5rem;
    font-size: 38px;
    margin-top: 3rem;
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    transform: translateY(-0.25rem);
    color: #000000;
}

.util_secure_shell h3::before {
    height: 75%;
    border-radius: 1.5px;
    width: 3px;
    background: rgb(98,124,122);
    content: "";
    left: 0;
    top: 0.25em;
    position: absolute;
}

.util_secure_shell p strong {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(134,161,160,0.5), 0.15) 15%);
    position: relative;
}

.util_secure_shell li::after {
    width: 1.25rem;
    left: 0;
    position: absolute;
    top: 0.25rem;
    color: #ffffff;
    display: flex;
    height: 1.25rem;
    font-size: 0.75rem;
    justify-content: center;
    align-items: center;
    content: counter(privacy-counter);
    font-weight: 600;
}

header .top_plank .util_learning_header div img, header .top_plank .util_learning_header div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.util_contact_form_box .util_img_list_item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    z-index: 0;
    filter: grayscale(0.7) hue-rotate(25deg);
}

.util_contact_form_box h3::before {
    background: linear-gradient(90deg, rgb(134,161,160), rgb(98,124,122));
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -15px;
    position: absolute;
    content: '';
    height: 5px;
    width: 100px;
    transform: translateX(-50%);
}

.util_contact_form_box .util_reach_box h3 {
    margin-bottom: 40px;
    transform: skew(0);
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-align: left;
}

.util_contact_form_box .util_reach_box textarea {
    height: 140px;
    resize: vertical;
}

.util_contact_form_box .util_reach_box .util_help_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.util_contact_form_box .util_reach_box .util_help_query label::before {
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    border: 2px solid rgb(134,161,160);
    background-color: #ffffff;
    height: 24px;
    top: 0;
    left: 0;
    width: 24px;
}

.util_contact_form_box .util_reach_box .util_help_query a:hover {
    color: rgb(98,124,122);
}

.util_contact_form_box .util_reach_box .util_help_query a:hover::after {
    transform: scaleX(1);
    background-color: rgb(98,124,122);
}

.util_contact_form_box .util_message_box::before {
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
}

.util_contact_form_box .util_message_box .util_support_form li {
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}

.util_contact_form_box .util_message_box .util_support_form li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

.util_operation_process::before {
    position: absolute;
    background-size: 40px 40px;
    opacity: 0.2;
    right: 0;
    left: 0;
    content: "";
    animation: gridMove 50s linear infinite;
    background-position: -1px -1px;
    background-image: 
        linear-gradient(90deg, rgb(134,161,160,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(134,161,160,0.5) 1px, transparent 1px);
    top: 0;
    bottom: 0;
}

.util_operation_process h3::before,
.util_operation_process h3::after {
    background: linear-gradient(to right, rgb(134,161,160), transparent);
    transform: translateX(-50%);
    content: "";
    width: 100px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    height: 4px;
}

.util_operation_process h3::before {
    animation: slideWidth 3s ease-in-out infinite alternate;
    bottom: 0;
}

.util_trackingNoticeDialog {
    padding: 20px 0;
    z-index: 90;
    background: rgb(98,124,122);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(134,161,160);
    width: 100%;
    bottom: 0;
}

.util_privacy_notify:hover svg {
    transform: rotate(10deg);
}

.cookie_button.util_digital_consent {
    background: rgb(98,124,122);
}

.util_trackingNoticeDialog p a:hover {
    color: rgb(98,124,122);
}

.util_wrapper-structure .util_visitor_controls {
    background: rgb(134,161,160);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    margin-left: 30px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 10px;
}

.util_teaching_history .util_feedback_slider {
    height: 650px;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1000px;
    perspective: 2000px;
    display: flex;
}

.util_teaching_history .name {
    position: absolute;
    font-weight: 700;
    transform: translateZ(70px) rotateY(5deg);
    font-size: 38px;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    min-width: 300px;
    left: 0;
    padding: 1.5rem 2rem;
    z-index: 4;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 100px;
    background: rgb(134,161,160);
}

.util_teaching_history .util_work_details::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(98,124,122,0.5) 49.5%, rgb(98,124,122,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
}

.util_appSpot::after {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    width: 40%;
    background: linear-gradient(45deg, rgba(rgb(134,161,160), 0.03) 0%, rgba(rgb(98,124,122), 0.05) 100%);
    height: 70%;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
    right: -5%;
    content: "";
    z-index: 0;
}

.util_appSpot .util_knowledge_hub::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(134,161,160) 0%, rgb(98,124,122) 100%);
    left: 0;
    height: 6px;
    content: "";
}

.util_appSpot li::before {
    left: -1.5rem;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(98,124,122);
    width: 8px;
    top: 0.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(98,124,122), 0.1);
    height: 8px;
}



@media (min-width: 1400px) {header .util_top_section {
    margin: 0 auto;
    max-width: 1320px;
}header .util_header_tutor {
    margin: 0 0.5rem;
}header .util_header_tutor a {
    padding: 0.8rem 1.5rem;
}
}



@media screen and (max-width: 1200px) {.util_program_offerings .util_knowledge_hub {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.util_program_offerings .util_pro_skills {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.util_program_offerings h3 {
    font-size: calc(29px * 0.9);
}
}



@media screen and (max-width: 768px) {.util_program_offerings {
    padding: 4rem 0;
}.util_program_offerings .util_img_list_item {
    height: 300px;
}.util_program_offerings .util_pro_skills {
    padding: 2.5rem 2rem;
}.util_program_offerings .util_top_nav {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
}.util_program_offerings .util_top_nav svg {
    width: 45px;
    height: 45px;
}.util_program_offerings h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.util_program_offerings p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (min-width: 992px) {.util_our_story {
    padding: 10rem 0 12rem;
}.util_our_story .container {
    padding: 0 3rem;
}.util_our_story h1 {
    font-size: calc(39px * 1.4);
    transform: translateX(2rem);
    margin-bottom: 5.5rem;
}.util_our_story h1::after {
    height: 6px;
    width: 60%;
    left: -2rem;
}.util_our_story .util_learning_track ul {
    gap: 3.5rem;
}.util_our_story .util_value_prop {
    transition: transform 0.5s cubic-bezier(0.21, 0.61, 0.35, 1),
                    box-shadow 0.5s cubic-bezier(0.21, 0.61, 0.35, 1);
    padding: 3.5rem;
}.util_our_story .util_value_prop:hover {
    transform: translateY(-8px);
}.util_our_story .util_value_prop h4 {
    margin-bottom: 2rem;
    font-size: calc(18px + 0.2rem);
}.util_our_story .util_value_prop div {
    line-height: 1.8;
}
}



@media (max-width: 991px) {.util_equity_pledge {
    padding: 60px 0 30px;
}.util_equity_pledge .container {
    gap: 50px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
}.util_equity_pledge .company_holder {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding-right: 0;
}.util_equity_pledge .company_holder::after {
    display: none;
}.util_equity_pledge .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.util_equity_pledge .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.util_equity_pledge .util_whatsapp_grp {
    text-align: center;
    max-width: 100%;
}.util_equity_pledge .util_footnote_ref {
    justify-content: center;
    width: 100%;
}.util_equity_pledge .util_main_primary {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
}
}



@media (max-width: 1024px) {.util_offer_package {
    padding: 80px 0;
}.util_offer_package .util_fee_plans {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.util_offer_package .util_payment_plans {
    min-height: 380px;
    padding: 30px 25px;
}
}




@media (max-width: 992px) {.util_secure_shell {
    padding: 4rem 1.5rem;
}.util_secure_shell h1 {
    font-size: calc(44px * 0.9);
}.util_secure_shell h2 {
    font-size: calc(38px * 0.9);
}.util_secure_shell p, 
    .util_secure_shell span {
    max-width: 100%;
}
}



@media (max-width: 576px) {.util_secure_shell {
    padding: 2.5rem 1rem;
}.util_secure_shell h1 {
    font-size: calc(44px * 0.7);
}.util_secure_shell h1::after {
    width: 5rem;
}.util_secure_shell h2 {
    padding-left: 0.75rem;
}.util_secure_shell h3 {
    padding-left: 0.5rem;
}.util_secure_shell p, 
    .util_secure_shell span {
    line-height: 1.6;
}.util_secure_shell li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}.util_secure_shell li::before,
    .util_secure_shell li::after {
    height: 1rem;
    width: 1rem;
}}



@media (max-width: 768px) {.util_operation_process {
    padding: 4rem 1rem;
}.util_operation_process::before {
    background-size: 20px 20px;
}.util_operation_process h3 {
    font-size: calc(30px * 0.8);
}.util_operation_process span {
    font-size: calc(16px * 0.95);
    padding: 1.5rem;
}.util_operation_process .util_knowledge_hub::before {
    left: -40px;
    height: 100px;
    top: -20px;
    width: 100px;
}.util_operation_process .util_knowledge_hub::after {
    width: 100px;
    right: -20px;
    bottom: -40px;
    height: 100px;
}}



@media (max-width: 992px) {.util_teaching_history {
    min-height: 0;
    padding: 4rem 0;
    overflow: hidden;
}.util_teaching_history .util_feedback_slider {
    padding: 20px 0;
    flex-direction: column;
    height: auto;
    max-width: 100%;
}.util_teaching_history .util_img_list_item {
    height: auto;
    aspect-ratio: 1;
    right: auto;
    position: relative;
    transform: none;
    width: min(100%, 300px);
    max-width: 100%;
    border-radius: 20px;
    margin: 0 auto 30px;
    top: auto;
}.util_teaching_history .util_feedback_slider:hover .util_img_list_item {
    transform: none;
}.util_teaching_history .name {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 0 1.25rem;
    text-align: center;
    left: auto;
    transform: none;
    top: auto;
    position: relative;
}.util_teaching_history .util_feedback_slider:hover .name {
    transform: none;
}.util_teaching_history .util_feedback_slider span:not(.name) {
    margin: 0 auto 1.5rem;
    text-align: center;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    top: auto;
    display: block;
    position: relative;
}.util_teaching_history .util_feedback_slider:hover span:not(.name) {
    transform: none;
}.util_teaching_history .util_work_details {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}.util_teaching_history .util_feedback_slider:hover .util_work_details {
    transform: none;
}
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(134,161,160,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(134,161,160);
    }
}



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



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



@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
