.util_header_main {
    flex: 1 0 auto;
}

.util_equity_pledge {
    flex: 0 0 auto;
}

.util_equity_pledge {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
}

header .util_top_section {
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    padding: 1.2rem 2.5rem;
    display: flex;
    position: relative;
}

header .util_main_learn {
    transition: all 0.3s ease;
    display: block;
}

header .util_main_learn img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .util_header_tutor a {
    font-weight: 600;
    font-size: 17px;
    display: block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    border-radius: 15px;
    padding: 0.8rem 1.2rem;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

header .util_top_section::after {
    position: absolute;
    height: 80px;
    background: rgb(98,124,122,0.5);
    content: '';
    border-radius: 50%;
    left: -20px;
    bottom: -20px;
    opacity: 0.5;
    width: 80px;
    filter: blur(30px);
    z-index: -1;
}

.util_program_offerings::after {
    position: absolute;
    opacity: 0.8;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(98,124,122,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
}

.util_program_offerings .util_top_nav {
    height: 90px;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
    margin-bottom: 2rem;
}

.util_program_offerings .util_top_nav::before {
    inset: -5px;
    border-radius: 12px;
    transform: rotate(5deg);
    z-index: -1;
    content: "";
    filter: blur(5px);
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(134,161,160) 0%,
        rgb(98,124,122) 100%
    );
    animation: pulseLogo 4s ease-in-out infinite alternate;
}

.util_program_offerings p {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    font-size: 13px;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.8;
}

.util_program_offerings .util_knowledge_hub:hover .util_img_list_item {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}

.util_our_story::before {
    background: linear-gradient(160deg, rgb(134,161,160,0.5) 0%, transparent 80%);
    content: "";
    opacity: 0.15;
    position: absolute;
    right: -5%;
    height: 70%;
    top: -10%;
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
}

.util_our_story .util_learning_track {
    position: relative;
}

.util_our_story .util_value_prop {
    transition: transform 0.4s cubic-bezier(0.21, 0.61, 0.35, 1), 
                box-shadow 0.4s cubic-bezier(0.21, 0.61, 0.35, 1);
    padding: 2.5rem;
    overflow: hidden;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    position: relative;
}

.util_landing_page {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(168,193,193), rgba(255,255,255,0.95));
    align-items: center;
    display: flex;
    position: relative;
    min-height: 100vh;
}

.util_landing_page .util_abstract_box {
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    box-shadow: 
    0 15px 35px rgba(94,170,168,0.1),
    0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    flex-direction: column;
    justify-content: center;
    transform: translateZ(20px);
    display: flex;
}

.util_landing_page .util_learning_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(98,124,122);
}

.util_landing_page .util_learning_page p {
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0;
    z-index: 2;
    color: #000000;
    font-size: 18px;
}

.util_landing_page .util_query_help:hover::before {
    opacity: 1;
}

.util_landing_page .util_query_help:active {
    transform: translateY(-1px);
    box-shadow: 
    0 5px 15px rgba(94,170,168,0.2),
    0 3px 5px rgba(0,0,0,0.1);
}

.util_landing_page .util_img_list_item::after {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 70%, rgba(94,170,168,0.3));
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.util_equity_pledge .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

.util_equity_pledge .company_holder h3::after {
    position: absolute;
    height: 3px;
    background: rgb(134,161,160);
    bottom: -8px;
    border-radius: 10px;
    content: "";
    width: 40px;
    left: 0;
}

.util_equity_pledge .util_main_start {
    position: relative;
}

.util_equity_pledge .util_main_start .util_main_primary a {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 0;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
    font-size: calc(14px * 0.95);
}

.util_idea_pool {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}



.util_idea_pool {
    position: relative;
    overflow: hidden;
}

.util_equity_pledge .util_main_start::before {
    height: 5px;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    content: "";
    top: 10px;
    left: -15px;
    width: 5px;
    background: rgb(134,161,160);
}

.util_equity_pledge .util_main_start .util_main_primary a:hover::after {
    width: 100%;
}

.util_equity_pledge .util_main_start .util_main_primary a:nth-child(odd):hover {
    transform: translateX(2px);
}

.util_idea_pool::after {
    opacity: 0.3;
    bottom: 0;
    content: "";
    left: 35%;
    width: 30%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(98,124,122,0.5), 
        transparent);
}

.util_offer_package h2 {
    position: relative;
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

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

.util_offer_package .util_learning_fee::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, rgb(134,161,160,0.5), rgb(98,124,122,0.5));
    left: 0;
    position: absolute;
    transition: opacity 0.6s ease;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0;
}

.util_offer_package .util_payment_plans p {
    margin: 0 0 auto;
    flex-grow: 1;
    font-size: 14px;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
}

.util_offer_package .util_learning_packages:hover .util_payment_plans h4 {
    transform: translateY(-5px);
}

.util_secure_shell {
    padding: 5rem 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(145deg, rgb(168,193,193), rgba(245, 248, 255, 0.95));
}

.util_secure_shell h1 {
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 44px;
    transform: translateX(-0.5rem);
}



.util_secure_shell h1, 
.util_secure_shell h2, 
.util_secure_shell h3, 
.util_secure_shell h4,
.util_secure_shell p,
.util_secure_shell ul {
    animation: fadeIn 0.5s ease-out forwards;
}

.util_secure_shell h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: calc(38px * 0.7);
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
    font-weight: 600;
}

.util_secure_shell span {
    border-left: 1px solid rgba(rgb(98,124,122,0.5), 0.3);
    color: #000000;
    padding-left: 1rem;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 95%;
    display: block;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(134,161,160);
}

header .top_plank .util_learning_header div span {
    color: #ffffff;
}

header .top_plank .util_learning_header {
    font-size: 15px;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}

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

.util_contact_form_box h3 {
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 4px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-size: 48px;
    transform: skew(-5deg);
}

.util_contact_form_box .util_reach_box::before {
    left: 20px;
    bottom: 20px;
    pointer-events: none;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
    content: '';
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.util_contact_form_box .util_reach_box .util_help_query {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.util_contact_form_box .util_reach_box .util_help_query label {
    line-height: 1.5;
    font-size: calc(18px - 2px);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: #000000;
}

.util_contact_form_box .util_reach_box .util_help_query input[type="checkbox"]:checked + label::after {
    left: 9px;
    position: absolute;
    top: 5px;
    width: 6px;
    content: '';
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
}

.util_contact_form_box .util_reach_box .util_query_help:hover {
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(98,124,122);
}

.util_contact_form_box .util_message_box::after {
    right: 20px;
    pointer-events: none;
    top: 20px;
    position: absolute;
    bottom: 20px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 20px;
}

.util_contact_form_box .util_message_box .util_support_form {
    margin: 0;
    list-style: none;
    padding: 0;
}

.util_contact_form_box .util_message_box .util_support_form li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.util_contact_form_box .util_message_box .util_support_form li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(98,124,122);
}

.util_operation_process {
    position: relative;
    background: rgb(168,193,193);
    overflow: hidden;
    padding: 6rem 2rem;
}

.util_operation_process .util_knowledge_hub::before,
.util_operation_process .util_knowledge_hub::after {
    position: absolute;
    z-index: 1;
    width: 200px;
    content: "";
    height: 200px;
    opacity: 0.6;
    border: 2px solid rgb(134,161,160,0.5);
}

.util_operation_process .util_knowledge_hub::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    top: -50px;
    left: -100px;
}

.util_operation_process span::before,
.util_operation_process span::after {
    border-radius: inherit;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(134,161,160,0.5), rgb(98,124,122,0.5));
    z-index: -1;
    content: "";
    position: absolute;
    transform-origin: center;
}

.util_operation_process span::before {
    filter: blur(5px);
    bottom: 10px;
    left: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
    top: 10px;
    right: 10px;
}

.util_privacy_notify svg, .util_privacy_notify svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(134,161,160);
}

.util_trackingNoticeDialog p a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(134,161,160);
    transition: color 0.3s ease-in-out;
}

.util_wrapper-structure .util_edu_approve h5, .util_wrapper-structure .util_edu_approve p {
    color: #ffffff;
}

.util_teaching_history {
    background: rgb(168,193,193);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    min-height: 700px;
}

.util_teaching_history .util_img_list_item {
    right: 0;
    position: absolute;
    top: -20px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(100px) rotateY(-15deg);
    z-index: 3;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    height: 400px;
    border-radius: 22px;
    filter: contrast(1.1) brightness(1.05);
    width: 400px;
}

.util_teaching_history .util_work_details {
    border-bottom: 4px solid rgb(134,161,160);
    z-index: 2;
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 22px;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transform: translateZ(30px);
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    border-top: 4px solid rgb(98,124,122);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    font-size: 17px;
    padding: 3rem;
}

.util_appSpot .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
}

.util_appSpot h2::after {
    width: 5rem;
    transform-origin: left center;
    animation: expandWidth 0.8s ease-out forwards;
    border-radius: 2px;
    content: "";
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(134,161,160) 0%, rgb(98,124,122) 100%);
    bottom: -0.8rem;
    position: absolute;
}

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

.util_appSpot li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-left: 0;
    position: relative;
}


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



@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .util_top_section {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
}header .util_top_nav {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    border-radius: 10px;
}header .util_main_start {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
    margin-top: 1rem;
    flex-basis: 100%;
    width: 100%;
    overflow-x: visible;
}header .util_header_tutor {
    flex: 1 1 auto;
}header .util_header_tutor a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(17px - 1px);
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}header .util_top_section::before,
    header .util_top_section::after {
    display: none;
}
}



@media screen and (max-width: 576px) {.util_program_offerings {
    padding: 3rem 0;
}.util_program_offerings .util_img_list_item {
    height: 220px;
    clip-path: none;
    transform: none;
}.util_program_offerings .util_pro_skills {
    padding: 2rem 1.5rem;
    transform: none;
    clip-path: none;
}.util_program_offerings .util_top_nav {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.util_program_offerings .util_top_nav svg {
    height: 40px;
    width: 40px;
}.util_program_offerings h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.util_program_offerings h3::before {
    height: 2px;
    width: 30px;
    bottom: -8px;
}.util_program_offerings h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
}.util_program_offerings p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.util_program_offerings .util_knowledge_hub:hover .util_pro_skills {
    transform: none;
}}



@media screen and (max-width: 992px) {.util_landing_page .util_knowledge_hub {
    grid-template-columns: 1fr;
    gap: 3rem;
}.util_landing_page .util_abstract_box {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 2rem 1.5rem;
    backdrop-filter: blur(3px);
}.util_landing_page h1 {
    font-size: calc(47px * 0.85);
}.util_landing_page .util_img_list_item {
    order: -1;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
    min-height: 350px;
    transform: translateZ(10px) rotateY(0deg);
}
}



@media (max-width: 480px) {.util_equity_pledge {
    padding: 40px 0 20px;
}.util_equity_pledge .company_holder h3 {
    font-size: calc(34px * 0.8);
}.util_equity_pledge .util_whatsapp_grp {
    font-size: calc(14px * 0.9);
}.util_idea_pool .util_carbon_cta {
    font-size: calc(15px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(98,124,122,0.5), 
            transparent);
    top: 0;
    height: 1px;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
}.util_equity_pledge::before {
    background-blend-mode: overlay;
}}



@media (max-width: 576px) {.util_offer_package {
    padding: 50px 0;
}.util_offer_package .container {
    padding: 0 15px;
}.util_offer_package h2 {
    font-size: calc(30px * 0.8);
}.util_offer_package .util_learning_cost {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.util_offer_package .util_fee_plans {
    gap: 25px;
    grid-template-columns: 1fr;
}.util_offer_package .util_payment_plans {
    min-height: auto;
}.util_offer_package .util_payment_plans p {
    font-size: calc(14px * 0.9);
}.util_offer_package .util_price_options {
    margin-top: 20px;
    align-self: center;
}}



@media (max-width: 768px) {.util_contact_form_box {
    padding: 50px 0;
}.util_contact_form_box h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(31px);
}.util_contact_form_box .util_reach_box h3,
    .util_contact_form_box .util_message_box h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.util_contact_form_box .util_reach_box input[type="text"],
    .util_contact_form_box .util_reach_box input[type="tel"],
    .util_contact_form_box .util_reach_box textarea {
    padding: 15px;
    margin-bottom: 20px;
}.util_contact_form_box .util_reach_box textarea {
    height: 120px;
}.util_contact_form_box .util_reach_box .util_query_help {
    padding: 15px 30px;
}.util_contact_form_box .util_message_box .util_support_form li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.util_contact_form_box .util_message_box .util_support_form li svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}
}



@media (hover: hover) {.util_appSpot .util_knowledge_hub:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}



@media (max-width: 992px) {.util_appSpot {
    padding: 5rem 0;
}.util_appSpot h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.util_appSpot .util_knowledge_hub {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.util_appSpot {
    padding: 4rem 0;
}.util_appSpot h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.util_appSpot .util_knowledge_hub {
    padding: 2rem;
}.util_appSpot span {
    line-height: 1.6;
    font-size: 17px;
}
}



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



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



@keyframes slideDown {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}



@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}



@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}



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

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

.util_contact_form_box .util_reach_box input[type="tel"] {
    appearance: none;
    -webkit-appearance: none;
    letter-spacing: 0.02em;
}

.util_contact_form_box .form-phone-error {
    display: block;
    margin: -15px 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #c0392b;
}

/* Mobile adaptation hardening (menu, Your Story, Izaiah, footer) */
@media (max-width: 991px) {
    .util_wrapper-structure {
        overflow-x: hidden;
        max-width: 100%;
    }

    header .util_main_learn svg {
        width: 48px;
        height: 48px;
        max-width: 100%;
    }

    .util_program_offerings .util_knowledge_hub {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "photo"
            "info" !important;
        min-height: 0;
        width: 100%;
        max-width: 100%;
    }

    .util_program_offerings .util_pro_skills,
    .util_program_offerings .util_img_list_item {
        transform: none !important;
        width: 100%;
        max-width: 100%;
    }

    .util_program_offerings .util_pro_skills {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .util_equity_pledge .util_main_primary {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
        width: 100%;
        max-width: 100%;
    }

    .util_equity_pledge .util_main_start {
        width: 100%;
        max-width: 100%;
    }

    .util_equity_pledge .util_main_start .util_main_primary {
        width: 100%;
        max-width: 100%;
        align-items: center;
    }

    .util_equity_pledge .footer-contact-item,
    .util_equity_pledge .footer-contact-item span,
    .util_equity_pledge .footer-contact-item a,
    .util_equity_pledge .util_main_start .util_main_primary a {
        overflow-wrap: anywhere;
        word-break: break-word;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    header .util_main_start {
        overflow-x: visible !important;
        flex-wrap: wrap !important;
        width: 100%;
    }

    .util_teaching_history {
        min-height: 0 !important;
    }

    .util_teaching_history .name {
        min-width: 0 !important;
    }

    .util_teaching_history .util_work_details {
        position: relative !important;
        inset: auto !important;
    }
}

