header,footer {
    width: 100%;
}

header {
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgb(191,190,180);
    width: 100%;
    z-index: 100;
}

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
}

.web_cookie_dialog_window h5 {
    color: #ffffff;
    font-size: 23px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-weight: 700;
}

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

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

.cookie_button.web_cookie_confirm {
    background: rgb(162,156,161);
}

.cookie_button.web_data_approve {
    background: rgb(119,113,122);
}

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

.web_wrapper-bundle .web_online_tracking {
    background: rgb(162,156,161);
    font-weight: 400;
    font-size: 16px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    color: #ffffff;
}

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

.web_aspiring_learners div {
    gap: 30px;
    counter-reset: item;
    flex-direction: column;
    display: flex;
}

.web_aspiring_learners div p {
    color: #000000;
    position: relative;
    padding: 0 0 0 70px;
    margin: 0;
    align-items: center;
    display: flex;
    counter-increment: item;
    line-height: 1.6;
    font-size: 18px;
    min-height: 50px;
}

.web_aspiring_learners div p::after {
    left: 25px;
    background: rgb(162,156,161,0.5);
    opacity: 0.3;
    height: calc(100% - 25px);
    top: 75px;
    position: absolute;
    width: 1px;
    content: "";
}

.web_aspiring_learners div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}

.web_contact_box {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
}



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

.web_contact_box h2 {
    transform: translateX(-50%);
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    display: inline-block;
    font-size: 31px;
    position: relative;
    text-align: center;
    left: 50%;
}

.web_contact_box .web_message_help:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(162,156,161), 0.1);
}

.web_contact_box .web_img_card {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.web_contact_box .web_img_card::before {
    width: 150%;
    content: "";
    z-index: 2;
    top: -100px;
    height: 150px;
    position: absolute;
    animation: shine 6s infinite;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    left: -100px;
}

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

.web_contact_box form h3::after {
    background: rgb(162,156,161);
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 40px;
    content: "";
}

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

.web_contact_box form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.web_contact_box .web_query_box input[type="checkbox"] {
    position: absolute;
    width: 0;
    opacity: 0;
    height: 0;
    cursor: pointer;
}

.web_contact_box .web_query_box input[type="checkbox"]:checked + label::before {
    background: rgb(162,156,161);
    border-color: rgb(162,156,161);
}

.web_contact_box .web_query_box label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(162,156,161);
}

.web_contact_box .web_query_box label a:hover {
    color: rgb(119,113,122);
}

.web_contact_box .web_query_grid {
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    font-size: 20px;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
}

.web_contact_box form input {
    background: rgb(191,190,180);
}

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

.web_payment_plan .web_indv_sub {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.web_payment_plan .web_package_pricing {
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 17px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.web_payment_plan .web_learning_fee li:nth-child(2) {
    --li-index: 1;
}

.web_payment_plan .web_learning_fee li:nth-child(4) {
    --li-index: 3;
}

.web_payment_plan .web_cost_breakdown {
    overflow: hidden;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    border-radius: 8px;
}

.web_payment_plan .web_value_plan {
    display: flex;
    padding: 35px 30px;
    height: 100%;
    min-height: 280px;
    box-sizing: border-box;
    flex-direction: column;
}

.web_payment_plan .web_cost_deals:hover .web_value_plan h4::after {
    width: 60px;
}

.web_payment_plan .web_cost_schemes {
    position: relative;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    align-self: flex-start;
    border-radius: 4px;
    padding: 10px 20px;
    overflow: hidden;
    display: inline-block;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    color: rgb(162,156,161);
}

.web_training_results {
    padding: 7rem 0;
    overflow: hidden;
    background: rgb(191,190,180);
    position: relative;
}

.web_training_results .web_creds_block {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    z-index: 2;
}

.web_training_results .web_img_card {
    position: relative;
    height: 550px;
    width: 45%;
    border-radius: 50% 0 0 50%;
    z-index: 3;
    margin-left: -5vw;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.web_training_results .web_section_content {
    padding: 3rem 2rem 3rem 5rem;
    position: relative;
    width: 60%;
}

.web_training_results .text_main_holder {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    position: relative;
}

.web_training_results .text_main_holder > div {
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    position: relative;
}

.web_training_results .text_main_holder > div:hover::before {
    background: rgb(162,156,161);
    transform: scale(1.3);
}

.web_training_results .text_main_holder > div:hover svg {
    background: rgb(162,156,161,0.5);
    transform: rotate(10deg);
}

.web_training_results .text_main_holder > div:hover svg path {
    fill: rgb(119,113,122);
}

.web_course_program_info {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgba(241, 245, 249, 0.9) 100%);
}

.web_course_program_info h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 15px;
    margin-bottom: 3rem;
    transform: translateX(-10px);
    font-size: 28px;
    max-width: 80%;
}

.web_course_program_info .web_grow_skills {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.web_course_program_info .web_img_card:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.web_course_program_info .web_section_content::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.03;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right, rgb(162,156,161,0.5), transparent);
    top: 0;
}

.web_course_program_info .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(162,156,161);
    font-size: 1.5em;
    margin-right: 3px;
}

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

footer .web_message_request {
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

footer .info_item svg {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    fill: #ffffff;
    transform: skewX(5deg);
    margin-right: 10px;
}

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

footer .web_main_base::before {
    left: 0;
    width: 5px;
    content: "";
    top: 0;
    background-color: rgb(162,156,161);
    height: 100%;
    position: absolute;
}

footer .web_head_core h5::after {
    position: absolute;
    background-color: rgb(162,156,161);
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    width: 50px;
}

footer .web_top_section a::before {
    content: "→";
    position: absolute;
    left: -20px;
    color: rgb(162,156,161);
    opacity: 0;
    transition: all 0.3s ease;
}

footer .subscribe_holder {
    padding: 30px;
    border-radius: 28px;
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(162,156,161);
    position: relative;
}

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

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

footer .web_subscribe_alert {
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    background-color: rgb(162,156,161);
    letter-spacing: 1px;
    font-size: 20px;
    padding: 14px 20px;
}

.web_secure_habitat::after {
    width: 200px;
    transform: rotate(-15deg);
    position: absolute;
    right: -20px;
    opacity: 0.1;
    top: -20px;
    z-index: 0;
    background: radial-gradient(circle, rgb(162,156,161,0.5) 10%, transparent 70%);
    pointer-events: none;
    height: 200px;
    content: "";
}

.web_secure_habitat .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(162,156,161,0.5), 0.05);
}

.web_secure_habitat h1::after {
    position: absolute;
    left: 0;
    background: rgb(162,156,161);
    height: 2px;
    transition: width 0.5s ease;
    bottom: -2px;
    width: 70px;
    content: "";
}

.web_secure_habitat h4 {
    padding-left: 10px;
    border-left: 1px solid rgb(119,113,122,0.5);
    position: relative;
    margin: 1.75rem 0 0.75rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(36px * 0.65);
}

.web_secure_habitat p:hover strong::after {
    transform: scaleX(1);
}

.web_secure_habitat ul::before {
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(119,113,122,0.5), rgba(rgb(119,113,122,0.5), 0.2));
}

.web_secure_habitat li::before {
    top: 10px;
    border-radius: 50%;
    content: "";
    background: rgb(119,113,122);
    width: 8px;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 8px;
    position: absolute;
}

.web_opening_page {
    justify-content: center;
    width: 100%;
    background: linear-gradient(140deg, rgb(191,190,180) 55%, rgb(119,113,122,0.5) 100%);
    align-items: center;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.web_opening_page .web_section_content::before {
    height: 120px;
    transform: translate(-1rem, -1rem);
    border-top: 4px solid rgb(119,113,122);
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.8;
    left: 0;
    border-left: 4px solid rgb(119,113,122);
    width: 120px;
}

.web_opening_page h1::after {
    width: 100px;
    bottom: -0.5rem;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(119,113,122), transparent);
    position: absolute;
    height: 3px;
}

.web_opening_page .web_edu_space:hover svg {
    transform: scale(1.08) rotate(5deg);
}

.web_opening_page .web_edu_space:hover svg path {
    fill: rgb(162,156,161);
}

.web_opening_page .web_edu_space:hover svg text {
    fill: rgb(162,156,161);
}

.web_opening_page ul li {
    margin-right: 1rem;
}

.web_opening_page .web_query_grid {
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    transform: translateY(0);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(119,113,122), rgb(162,156,161));
    border: none;
    color: #ffffff;
    position: relative;
    padding: 1rem 2rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
}

.web_opening_page .web_img_card::after {
    left: 0;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(119,113,122,0.5),
        rgb(119,113,122,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    content: "";
    z-index: 2;
    opacity: 0.1;
}



.web_contact .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.web_contact .web_talk_form::before {
    height: 6px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
}

.web_contact .web_talk_form::after {
    border-radius: 50%;
    width: 200px;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(circle, rgb(162,156,161,0.5) 0%, transparent 70%);
    height: 200px;
    right: -100px;
    bottom: -100px;
    content: '';
}

.web_contact .web_get_contactpanel {
    color: #000000;
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 17px;
    max-width: 90%;
}

.web_contact .web_get_contactform span {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 10px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.web_contact .web_get_contactform span p {
    color: #000000;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}

.web_contact .web_get_contactform span > span:hover {
    transform: none;
    box-shadow: none;
}

.web_contact .web_get_contactform span a::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    content: '';
    height: 1px;
    left: 0;
    background: rgb(162,156,161);
    position: absolute;
}

.web_contact .web_get_contactform span:hover svg {
    stroke: rgb(119,113,122);
    transform: scale(1.1);
}

.web_contact .web_get_contactform span:nth-child(3) svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 20;
    animation: dashAnimation 3s linear infinite;
}

.web_contact .web_get_contactform span:nth-child(5) svg {
    transform-origin: center;
    stroke-width: 1.7;
}

.web_contact .web_get_contactform span:nth-child(5) svg path {
    transition: all 0.3s ease;
}

.web_contact .web_get_contactform span:nth-child(6) svg path {
    stroke-dasharray: 15;
    animation-delay: 1s;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
}

.web_contact .web_get_contactform span:nth-child(6) svg path {
    transform-origin: center;
}

.web_contact .web_get_contactform span:nth-child(6):hover svg path {
    animation-duration: 2s;
}

.web_contact .web_message_panel h4 {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
    position: relative;
}

.web_contact .web_message_panel h4::before {
    display: inline-block;
    width: 20px;
    background-size: contain;
    content: '';
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 8px;
    height: 20px;
    background-position: center;
}

.web_contact .web_message_panel span {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    display: block;
    margin-bottom: 6px;
    z-index: 1;
    color: #000000;
    position: relative;
}

header .container {
    z-index: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 2%;
}

header .web_head_class {
    justify-content: center;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
    grid-area: logo;
    align-items: center;
}

header .web_head_class:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .web_main_header {
    padding: 0.4rem 0.8rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}

.web_education_history .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.web_education_history .web_review_lounge:hover {
    transform: translateY(-10px);
}

.web_education_history .web_review_lounge::after {
    height: 30px;
    transform: rotate(45deg);
    background-color: rgb(162,156,161);
    content: "";
    z-index: -1;
    right: 50px;
    position: absolute;
    bottom: -15px;
    width: 30px;
}

.web_education_history .web_img_card::before {
    background: linear-gradient(45deg, transparent 40%, rgb(162,156,161,0.5));
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    inset: 0;
}

.web_education_history .web_work_area::before {
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    top: -10px;
    position: absolute;
    border-bottom: 10px solid rgb(191,190,180);
}

.web_education_history span:not(.name) {
    text-transform: uppercase;
    order: 2;
    font-size: calc(12px * 0.9);
    letter-spacing: 1px;
    text-align: center;
    color: rgb(119,113,122);
    margin-bottom: 15px;
    font-weight: 600;
}

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

.web_gratitudeDiv h2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    color: rgb(162,156,161);
    transform: perspective(1000px) translateZ(0);
    font-size: clamp(28px, 5vw, 34px);
    margin-bottom: 40px;
    position: relative;
}

.web_gratitudeDiv .web_creds_block:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

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

.web_gratitudeDiv li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.web_gratitudeDiv span {
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 13px;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    color: #000000;
    display: block;
    line-height: 1.8;
}

.web_company_overview::after {
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
}

.web_company_overview h2::before {
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    content: "";
    left: 50%;
    background-color: rgb(162,156,161);
    width: 100px;
    bottom: -20px;
}

.web_company_overview .web_expert_learnings:last-child {
    transform-origin: left center;
    animation: card-in-right 1s ease-out forwards;
}

.web_company_overview .web_expert_learnings:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}

.web_company_overview .web_expert_learnings::before {
    z-index: -1;
    transform: skewY(0deg);
    content: "";
    top: 0;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    position: absolute;
}

.web_company_overview .web_expert_learnings:hover::after {
    opacity: 0.2;
}

.web_company_overview .web_expert_learnings:first-child::before {
    border-right: 1px solid rgb(162,156,161,0.5);
}

.web_company_overview .web_expert_learnings:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(162,156,161,0.5);
}

.web_company_overview .web_skill_guides::after {
    background-color: rgb(119,113,122);
    z-index: 11;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 20px;
    content: "";
    width: 20px;
    border-radius: 50%;
    left: 50%;
}

.web_company_overview .container::after {
    content: "";
    right: -100px;
    opacity: 0.2;
    width: 200px;
    position: absolute;
    border-radius: 20px;
    animation: float-element 10s ease-in-out infinite reverse;
    bottom: -100px;
    transform: rotate(45deg);
    border: 1px solid rgb(119,113,122,0.5);
    height: 200px;
}


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


@media only screen and (max-width: 800px) {.web_cookie_window {
    display: none;
}.web_tracking_policy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.web_cookie_dialog_window h5 {
    text-align: center;
}.web_cookie_dialog_window p {
    text-align: center;
}.web_secure_cookies {
    margin-bottom: 20px;
    text-align: center;
}.web_online_tracking {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}}


@media (max-width: 1024px) {.web_contact_box {
    padding: 60px 0;
}.web_contact_box .container {
    padding: 0 15px;
}.web_contact_box h2 {
    margin-bottom: 40px;
}.web_contact_box .web_help_links {
    padding: 40px 30px;
}
}



@media (max-width: 480px) {.web_contact_box {
    padding: 40px 0;
}.web_contact_box h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.web_contact_box .web_img_card {
    height: 200px;
}.web_contact_box .web_help_links {
    padding: 25px 20px;
}.web_contact_box form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.web_contact_box form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.web_contact_box .web_query_box {
    margin-bottom: 20px;
}.web_contact_box .web_query_box label {
    padding-left: 30px;
    font-size: calc(12px * 0.9);
}.web_contact_box .web_query_box label::before {
    width: 18px;
    height: 18px;
}.web_contact_box .web_query_box input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 3px;
    height: 10px;
    width: 5px;
}.web_contact_box .web_query_grid {
    padding: 10px 12px;
}
}



@media (max-width: 1200px) {.web_training_results .web_img_card {
    width: 40%;
    height: 500px;
}.web_training_results .web_section_content {
    width: 65%;
    padding-left: 4rem;
}
}



@media (max-width: 768px) {.web_training_results {
    padding: 5rem 0;
}.web_training_results .web_img_card {
    height: 350px;
}.web_training_results h2 {
    font-size: calc(37px * 0.9);
}
}




@media (min-width: 768px) {.web_course_program_info {
    padding: 8rem 0;
}.web_course_program_info h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
    max-width: 70%;
}.web_course_program_info .web_grow_skills {
    grid-template-columns: 45% 55%;
    gap: 0;
}.web_course_program_info .web_img_card {
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 480px;
}.web_course_program_info .web_section_content {
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem;
    margin-left: -50px;
}
}



@media (max-width: 767px) {.web_course_program_info {
    padding: 4rem 0;
}.web_course_program_info h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.web_course_program_info .web_img_card {
    height: 280px;
    margin-bottom: 1rem;
}.web_course_program_info .web_section_content {
    max-height: none;
    padding: 1.5rem;
}.web_course_program_info .description {
    max-height: 200px;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 576px) {footer .web_grant_info {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .web_top_section {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .web_subscribe_alert {
    padding: 12px 15px;
}}



@media (max-width: 576px) {.web_secure_habitat {
    padding: 2rem 0.75rem;
}.web_secure_habitat .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.web_secure_habitat h1 {
    font-size: calc(43px * 0.7);
    padding-bottom: 0.75rem;
}.web_secure_habitat h2 {
    font-size: calc(36px * 0.75);
    padding-left: 10px;
}.web_secure_habitat h3 {
    padding-left: 8px;
    font-size: calc(36px * 0.65);
}.web_secure_habitat h4 {
    padding-left: 6px;
    font-size: calc(36px * 0.55);
}.web_secure_habitat ul {
    padding-left: 0.75rem;
}.web_secure_habitat li {
    padding-left: 1.25rem;
}.web_secure_habitat p, 
  .web_secure_habitat li, 
  .web_secure_habitat span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.web_secure_habitat span {
    padding-left: 0.75rem;
}}



@media (min-width: 1600px) {.web_opening_page .web_creds_block {
    max-width: 1600px;
}.web_opening_page h1 {
    font-size: calc(37px * 1.5);
}.web_opening_page .web_img_card {
    height: 600px;
}}



@media (max-width: 992px) {.web_contact {
    padding: 60px 0;
}.web_contact .web_talk_form {
    padding: 35px 30px;
}.web_contact h3 {
    font-size: calc(36px * 0.9);
}.web_contact .web_get_contactpanel {
    max-width: 100%;
}.web_contact .web_get_contactform {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.web_contact .web_get_contactform span svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 991px) {header .web_head_class svg {
    width: 140px;
}header .web_head_core {
    gap: 0.4rem;
    padding: 0.5rem;
}header .web_main_header {
    font-size: calc(16px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 767px) {header .web_header_page {
    grid-template-areas:
            "logo"
            "web_head_core";
    grid-template-columns: 1fr;
}header .web_head_class {
    padding: 0.4rem;
}header .web_head_class svg {
    width: 130px;
}header .web_head_core {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .web_main_header {
    font-size: calc(16px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media (min-width: 768px) {.web_education_history .web_review_lounge {
    align-items: center;
    display: grid;
    gap: 10px 30px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.web_education_history .web_img_card {
    height: 180px;
    width: 180px;
    align-self: start;
    grid-area: photo;
    margin-bottom: 0;
}.web_education_history .name {
    font-size: 37px;
    grid-area: name;
    text-align: left;
}.web_education_history .name::after {
    transform: none;
    left: 0;
}.web_education_history span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.web_education_history .web_work_area {
    margin-top: 30px;
    grid-area: quote;
}
}



@media screen and (max-width: 576px) {.web_company_overview {
    padding: 60px 0;
}.web_company_overview h2 {
    letter-spacing: 2px;
    font-size: calc(43px * 0.7);
    margin-bottom: 40px;
}.web_company_overview h2::before {
    width: 80px;
    bottom: -15px;
}.web_company_overview .web_expert_learnings {
    padding: 30px 0;
}.web_company_overview .web_expert_learnings h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}.web_company_overview .web_expert_learnings h3::before {
    bottom: -8px;
    width: 25px;
}.web_company_overview .web_expert_learnings p {
    line-height: 1.6;
    padding: 0 20px;
    font-size: calc(15px * 0.9);
}.web_company_overview .container::before,
    .web_company_overview .container::after {
    width: 100px;
    height: 100px;
}
}

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



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

@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}



@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}


    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

