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

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

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

header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(134,161,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(98,124,122,0.5) 0%, transparent 30%);
    left: 0;
    opacity: 0.5;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
}

header .util_header_tutor {
    position: relative;
    margin: 0 0.3rem;
}

header .util_header_tutor a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

header .util_header_tutor:hover::after {
    width: 70%;
}

header .util_top_section::before {
    border-radius: 50%;
    width: 100px;
    position: absolute;
    height: 100px;
    content: '';
    z-index: -1;
    right: -20px;
    opacity: 0.5;
    top: -20px;
    filter: blur(40px);
    background: rgb(134,161,160,0.5);
}

.util_program_offerings {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(98,124,122,0.5) 100%);
}

.util_program_offerings .util_knowledge_hub {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
    position: relative;
    grid-template-areas: 
        "photo info"
        "photo info";
    min-height: 500px;
}

.util_program_offerings .util_pro_skills::before {
    z-index: -1;
    top: 0;
    background-size: 30px 30px;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(134,161,160,0.5) 49.5%, rgb(134,161,160,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(134,161,160,0.5) 49.5%, rgb(134,161,160,0.5) 50.5%, transparent 50.5%);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.util_program_offerings .util_top_nav svg path {
    transition: fill 0.3s ease;
    fill: rgb(134,161,160);
}

.util_program_offerings h3::before {
    width: 40px;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(134,161,160), transparent);
    bottom: -10px;
}

.util_program_offerings .util_img_list_item::before {
    z-index: 2;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.6;
    height: 100%;
    top: 0;
    mix-blend-mode: multiply;
}

.util_program_offerings .util_knowledge_hub:hover .util_pro_skills {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}

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

.util_our_story h1::after {
    height: 4px;
    left: -1rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(134,161,160) 0%, rgb(98,124,122) 100%);
    width: 40%;
    animation: slideIn 0.8s ease-out forwards;
    bottom: -0.5rem;
    content: "";
    position: absolute;
}

.util_our_story .util_value_prop:nth-child(2)::before {
    animation-delay: 0.5s;
}

.util_our_story .util_value_prop:nth-child(2) h4 {
    animation-delay: 0.5s;
}

.util_our_story .util_value_prop div {
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.5s 0.6s ease-out forwards;
    line-height: 1.7;
}

.util_landing_page .util_knowledge_hub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 2rem;
    max-width: 1440px;
    gap: 2rem;
    z-index: 2;
}

.util_landing_page .util_learning_page {
    transform: translateZ(10px);
    position: relative;
    align-items: center;
    gap: 2rem;
    animation: fadeUp 0.8s forwards 0.5s;
    display: flex;
    opacity: 0;
    margin-bottom: 2rem;
}

.util_landing_page .util_learning_page:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.util_landing_page .util_learning_page svg text {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.util_landing_page ul li {
    margin-top: 1rem;
}

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

.util_landing_page .util_img_list_item:hover {
    transform: translateZ(20px) rotateY(0deg);
}

.util_equity_pledge::before {
    content: "";
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}



.util_equity_pledge::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.util_equity_pledge .util_whatsapp_grp {
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 90%;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

.util_equity_pledge .util_main_start h5::after {
    background: rgb(134,161,160);
    left: 0;
    width: 30px;
    content: "";
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    height: 2px;
}

.util_equity_pledge .util_main_start .util_main_primary a:hover::before {
    width: 8px;
    opacity: 1;
}

.util_idea_pool .util_carbon_cta {
    opacity: 0.6;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.util_idea_pool .util_carbon_cta {
    position: relative;
    transition: all 0.3s ease;
}

.util_equity_pledge .company_holder::before {
    bottom: -20px;
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(134,161,160,0.5), 
        transparent);
    width: 100px;
}

.util_idea_pool::before {
    height: 1px;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(98,124,122,0.5), 
        transparent);
    left: 0;
    position: absolute;
}

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

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

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

.util_offer_package .util_learning_packages {
    height: 100%;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.util_offer_package .util_payment_plans h4 {
    color: #ffffff;
    font-size: calc(19px * 1.1);
    margin: 0 0 15px;
    transition: transform 0.3s ease-out;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.util_offer_package .util_price_options {
    font-size: calc(19px * 1.3);
    background: linear-gradient(135deg, rgb(134,161,160) 0%, rgb(98,124,122) 100%);
    display: inline-block;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    margin-top: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
}

.util_secure_shell .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}

.util_secure_shell h1::after {
    height: 3px;
    content: "";
    width: 6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(134,161,160), transparent);
}

.util_secure_shell h3 {
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
    font-weight: 600;
    position: relative;
    margin-top: 2.5rem;
    font-size: calc(38px * 0.85);
    color: #000000;
}

.util_secure_shell p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    color: #000000;
    max-width: 90%;
    transition: transform 0.3s ease;
}

.util_secure_shell li {
    counter-increment: privacy-counter;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-size: 16px;
}

.util_secure_shell li:hover::before {
    transform: rotate(45deg) scale(1.1);
}

header .top_plank .util_learning_header div svg, header .top_plank .util_learning_header div svg path {
    fill: #ffffff;
}

header .top_plank .util_learning_header div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}

.util_contact_form_box::before {
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(134,161,160,0.5) 49%, rgb(134,161,160,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(98,124,122,0.5) 49%, rgb(98,124,122,0.5) 51%, transparent 52%);
    left: 0;
    content: '';
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    top: 0;
}

.util_contact_form_box .util_reach_box {
    padding: 60px;
    z-index: 2;
    border-radius: 0;
    background: #ffffff;
    transform: skew(-3deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 1 1 60%;
    position: relative;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
}

.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 {
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid rgb(134,161,160);
    font-family: Arial, sans-serif;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    border-radius: 0;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 25px;
}

.util_contact_form_box .util_reach_box .util_help_query a::after {
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
    content: '';
    left: 0;
    bottom: -2px;
    background-color: rgb(134,161,160);
    transition: transform 0.3s ease;
}

.util_contact_form_box .util_message_box {
    margin-left: -40px;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 60px 60px 60px 80px;
    flex: 1 1 40%;
    background: rgb(168,193,193);
    color: #ffffff;
    position: relative;
}

.util_contact_form_box .util_message_box h4 {
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
}

.util_contact_form_box .util_message_box .util_support_form li svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
}

.util_contact_form_box .util_message_box .util_support_form li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.util_operation_process .util_knowledge_hub {
    gap: 3rem;
    margin: 0 auto;
    display: grid;
    position: relative;
    max-width: 1000px;
    grid-template-columns: 1fr;
}

.util_operation_process .util_knowledge_hub::after {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    right: -50px;
}

.util_operation_process h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(98,124,122), transparent);
    bottom: 0;
}

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

.util_cookies_tracking {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    margin: auto;
    max-width: 1200px;
}

.util_trackingNoticeDialog p {
    max-width: 500px;
    font-size: 15px;
    color: #ffffff;
}

.util_visitor_controls {
    background: rgb(134,161,160);
    box-shadow: rgb(134,161,160,0.5) 0px 4px 10px 0px;
    border-radius: 28px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
    line-height: 35px;
    cursor: pointer;
    font-size: 18px;
}


#util_cookieWarningBanner {
    display: none;
}

.util_teaching_history::before {
    left: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(134,161,160,0.5) 49.5%, rgb(134,161,160,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(134,161,160,0.5) 49.5%, rgb(134,161,160,0.5) 50.5%, transparent 50.5%);
}

.util_teaching_history .util_feedback_slider:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}

.util_teaching_history .util_feedback_slider:hover .util_work_details {
    transform: translateZ(40px) translateY(-10px);
}

.util_teaching_history .container::after {
    content: "";
    animation: colorPulse 10s ease-in-out infinite alternate;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(134,161,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(98,124,122,0.5) 0%, transparent 50%);
    width: 100%;
    left: 0;
    filter: blur(100px);
    top: 0;
    height: 100%;
}

.util_appSpot h2 {
    transform: translateZ(10px);
    max-width: 90%;
    font-weight: 700;
    font-size: 32px;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    color: rgb(134,161,160);
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    position: relative;
}

.util_appSpot .util_knowledge_hub::after {
    z-index: -1;
    content: "";
    width: 40%;
    right: 0;
    position: absolute;
    height: 30%;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(134,161,160), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(134,161,160), 0.03) 25%, transparent 25%);
    background-size: 12px 12px;
    opacity: 0.5;
}


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



@media (max-width: 479px) {header .util_top_section {
    padding: 0.7rem 1rem;
}header .util_top_nav {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .util_header_tutor a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media screen and (max-width: 992px) {.util_program_offerings {
    padding: 5rem 0;
}.util_program_offerings .util_knowledge_hub {
    min-height: auto;
    grid-template-areas:
            "photo"
            "info";
    grid-template-columns: 1fr;
}.util_program_offerings .util_img_list_item {
    height: 350px;
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    transform: none;
    clip-path: none;
}.util_program_offerings .util_pro_skills {
    transform: none;
    translate: none;
    padding: 3rem 2.5rem;
    border-radius: 0 0 20px 20px;
    width: 100%;
    max-width: 100%;
}.util_program_offerings .util_knowledge_hub:hover .util_img_list_item {
    transform: none;
}.util_program_offerings .util_knowledge_hub:hover .util_pro_skills {
    transform: none;
}
}



@media (min-width: 1200px) {.util_our_story .util_learning_track ul {
    gap: 4rem;
}.util_our_story .util_value_prop {
    padding: 4rem;
}.util_our_story .util_value_prop:first-child {
    transform: translateY(2rem);
}.util_our_story .util_value_prop:first-child:hover {
    transform: translateY(-3px);
}.util_our_story .util_value_prop:nth-child(2) {
    transform: translateY(-2rem);
}.util_our_story .util_value_prop:nth-child(2):hover {
    transform: translateY(-10px);
}
}



@media screen and (max-width: 768px) {.util_landing_page {
    padding: 4rem 0 2rem;
}.util_landing_page .util_knowledge_hub {
    gap: 2rem;
    padding: 1rem;
}.util_landing_page h1 {
    margin-bottom: 1rem;
    font-size: calc(47px * 0.7);
}.util_landing_page .util_learning_page {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}.util_landing_page .util_learning_page svg {
    height: 60px;
    width: 60px;
}.util_landing_page .util_img_list_item {
    min-height: 280px;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}.util_landing_page .util_query_help {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 991px) {.util_equity_pledge .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(134,161,160,0.5), 
            transparent);
}}



@media (max-width: 991px) {.util_equity_pledge .company_holder h3::before {
    display: none;
}}



@media (max-width: 768px) {.util_offer_package {
    padding: 60px 0;
}.util_offer_package h2 {
    font-size: calc(30px * 0.9);
}.util_offer_package .util_learning_cost {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.util_offer_package .util_fee_plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.util_offer_package .util_payment_plans {
    padding: 25px 20px;
    min-height: 350px;
}.util_offer_package .util_payment_plans h4 {
    font-size: 19px;
}.util_offer_package .util_price_options {
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 992px) {.util_contact_form_box {
    padding: 70px 0;
}.util_contact_form_box .util_query_form {
    flex-direction: column;
}.util_contact_form_box .util_reach_box {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.util_contact_form_box .util_message_box {
    padding: 40px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
    flex: 1 1 100%;
}
}



@media (max-width: 992px) {.util_operation_process {
    padding: 5rem 1.5rem;
}.util_operation_process::before {
    background-size: 30px 30px;
}.util_operation_process h3 {
    font-size: calc(30px * 0.9);
}.util_operation_process .util_knowledge_hub::before {
    left: -70px;
    height: 150px;
    width: 150px;
    top: -30px;
}.util_operation_process .util_knowledge_hub::after {
    right: -30px;
    height: 150px;
    width: 150px;
    bottom: -70px;
}
}


@media only screen and (max-width: 1200px) {.util_trackingNoticeDialog {
    padding: 20px;
}
}



@media (max-width: 576px) {.util_teaching_history {
    padding: 3rem 0;
    min-height: 0;
}.util_teaching_history .util_img_list_item {
    width: min(100%, 220px);
    height: auto;
    margin-bottom: 1.5rem;
}.util_teaching_history .name {
    font-size: 22px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.25rem;
    min-width: 0;
    width: 100%;
}.util_teaching_history .util_feedback_slider span:not(.name) {
    font-size: 17px;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 100%;
}.util_teaching_history .util_work_details {
    padding: 1.5rem 1.25rem;
    font-size: calc(17px * 0.9);
}}

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



@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}



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



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



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

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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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