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

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

.web_grant_info {
    flex: 0 0 auto;
}

.web_grant_info {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
    background-color: rgb(162,156,161);
}

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

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

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

.web_wrapper-bundle .web_secure_cookies h5, .web_wrapper-bundle .web_secure_cookies p {
    color: #ffffff;
}


#web_cookie_box_banner {
    display: none;
}

.web_aspiring_learners {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.web_aspiring_learners .web_creds_block {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.web_aspiring_learners h4 {
    font-weight: 600;
    font-size: 34px;
    border-left: 4px solid rgb(162,156,161);
    position: relative;
    line-height: 1.3;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 60px;
}

.web_aspiring_learners div p:hover::before {
    background: rgb(162,156,161);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(rgb(162,156,161), 0.3);
    color: #ffffff;
}

.web_aspiring_learners div p:last-child::after {
    display: none;
}

.web_aspiring_learners div p svg {
    opacity: 0;
    width: 24px;
    left: 13px;
    position: absolute;
    height: 24px;
    transition: all 0.3s ease;
    top: 13px;
    z-index: 1;
}

.web_aspiring_learners div p:hover {
    transform: translateX(5px);
    color: #000000;
}

.web_contact_box::after {
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(rgb(162,156,161), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(162,156,161), 0.03) 1px, transparent 1px);
    left: 0;
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
    opacity: 0.6;
    top: 0;
    width: 100%;
}

.web_contact_box .web_message_help {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(162,156,161), 0.05);
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    background: #ffffff;
}



.web_contact_box .web_help_links {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}

.web_contact_box .web_help_links::before {
    top: -50px;
    right: -50px;
    content: "";
    position: absolute;
    z-index: 0;
    height: 200px;
    background: radial-gradient(circle, rgba(rgb(162,156,161), 0.05) 0%, transparent 70%);
    border-radius: 50%;
    width: 200px;
}

.web_contact_box form input[type="text"] {
    font-size: 15px;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(#000000, 0.1);
    background: rgba(#ffffff, 0.8);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
}

.web_contact_box .web_query_box label {
    cursor: pointer;
    line-height: 1.4;
    color: #000000;
    padding-left: 35px;
    position: relative;
    user-select: none;
    font-size: 12px;
}

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

.web_contact_box .web_query_box label a:hover::after {
    background: rgb(119,113,122);
    transform: scaleX(1);
}

.web_contact_box .web_query_grid::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(119,113,122), rgb(162,156,161));
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
}

.web_contact_box svg path {
    fill: rgb(162,156,161);
    transition: fill 0.3s ease;
}

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

.web_payment_plan .web_learning_fee {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    width: 100%;
    list-style: none;
}

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

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

.web_payment_plan .web_cost_deals {
    will-change: transform;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    display: block;
    transform: perspective(1000px) rotateX(0deg);
}

.web_payment_plan .web_cost_breakdown::before {
    top: -10%;
    position: absolute;
    transform: rotate(-45deg);
    left: -10%;
    height: 50%;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, transparent 70%);
    transition: all 0.6s ease;
    width: 40%;
    content: "";
}

.web_payment_plan .web_value_plan h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(162,156,161);
    height: 3px;
}

.web_payment_plan .web_cost_schemes::before {
    content: "";
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
}

.web_training_results::after {
    width: 50vw;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: -25vw;
    background: linear-gradient(135deg, rgb(119,113,122,0.5) 0%, rgb(162,156,161,0.5) 100%);
    height: 50vw;
    opacity: 0.6;
    left: -25vw;
    border-radius: 50%;
}

.web_training_results .web_img_card::after {
    inset: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, rgb(162,156,161,0.5) 0%, transparent 100%);
    position: absolute;
    border-radius: 50% 0 0 50%;
}

.web_training_results h2 {
    font-size: 37px;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
}

.web_training_results .text_main_holder::before {
    left: -2rem;
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(162,156,161,0.5), transparent);
    height: 100%;
}

.web_training_results .text_main_holder > div:hover {
    transform: translateX(10px);
}

.web_training_results .text_main_holder svg {
    padding: 0.7rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 3rem;
    background: #ffffff;
    height: 3rem;
}

.web_course_program_info::before {
    height: 100%;
    transform: skewY(-3deg);
    background-position: 0 0;
    width: 100%;
    left: 0;
    background-image: 
    linear-gradient(30deg, rgba(rgb(162,156,161,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(162,156,161,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    background-size: 40px 40px;
    content: "";
    top: 0;
    z-index: 0;
}

.web_course_program_info .web_img_card {
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    height: 360px;
}

.web_course_program_info .web_section_content {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(10px);
    padding: 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.web_course_program_info .description:first-of-type {
    position: relative;
}

footer {
    width: 100%;
    position: relative;
}

footer .web_grant_info::after {
    position: absolute;
    background: radial-gradient(circle, rgb(162,156,161), transparent 70%);
    opacity: 0.3;
    right: 15%;
    border-radius: 50%;
    width: 200px;
    content: "";
    top: 50px;
    height: 200px;
}

footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(162,156,161);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transform: skewX(5deg);
    font-size: 13px;
    color: #ffffff;
}

footer .web_grade_help {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 320px;
}

footer .web_head_core h5 {
    display: inline-block;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}

footer .web_top_section a:hover {
    padding-left: 20px;
    color: rgb(162,156,161);
}

footer .web_top_section a:hover::before {
    opacity: 1;
    left: 0;
}

footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(162,156,161);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

footer .web_subscribe_alert:hover {
    background-color: rgb(119,113,122);
    transform: translateX(5px);
}

footer .web_contact_edu {
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.web_secure_habitat::before {
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 90% 10%, rgb(162,156,161,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(119,113,122,0.5), transparent 60%);
    opacity: 0.15;
    height: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    z-index: 0;
}

.web_secure_habitat h1 {
    border-bottom: 2px solid rgba(rgb(162,156,161,0.5), 0.1);
    transform: translateX(-5px);
    position: relative;
    padding-bottom: 1rem;
    font-size: 43px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(162,156,161);
}

.web_secure_habitat h2 {
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    font-size: 36px;
    position: relative;
    color: #000000;
    padding-left: 15px;
    border-left: 3px solid rgb(119,113,122);
}

.web_secure_habitat p {
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
}

.web_secure_habitat p strong::after {
    transform: scaleX(0);
    background: rgb(162,156,161,0.5);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -2px;
    width: 100%;
    height: 1px;
    left: 0;
}

.web_secure_habitat li:hover {
    transform: translateX(5px);
}

.web_secure_habitat li:hover::before {
    transform: scale(1.3);
    background: rgb(162,156,161);
}

.web_secure_habitat span:hover {
    background: linear-gradient(to right, rgba(rgb(162,156,161,0.5), 0.05), transparent);
    border-left-color: rgb(162,156,161);
    transform: translateX(5px);
}

.web_opening_page .web_creds_block::before {
    background: linear-gradient(90deg, transparent, rgb(162,156,161), transparent);
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    transform: translateY(-1rem);
}

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

.web_opening_page .web_edu_space {
    margin-bottom: 2rem;
    align-items: center;
    display: grid;
    position: relative;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
}

.web_opening_page .web_edu_space svg path {
    transition: fill 0.3s ease;
    fill: rgb(119,113,122);
}

.web_opening_page .web_edu_space p {
    font-size: calc(15px * 1.1);
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    position: relative;
}

.web_opening_page .web_query_grid:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}

.web_opening_page .web_query_grid:hover::before {
    left: 100%;
}

.web_opening_page .web_img_card {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: photoSlideIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 500px;
    border-radius: 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
}

.web_contact::before {
    left: 0;
    content: '';
    z-index: -1;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, transparent 50%, rgb(119,113,122,0.5) 100%);
}

.web_contact .web_talk_form {
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 20px;
    padding: 45px 40px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.web_contact .web_talk_form:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}

.web_contact h3::after {
    border-radius: 10px;
    bottom: 0;
    content: '';
    height: 3px;
    position: absolute;
    background: rgb(162,156,161);
    left: 0;
    width: 40%;
}

.web_contact .web_get_contactform::before {
    left: 0;
    background: linear-gradient(90deg, rgb(162,156,161,0.5) 0%, transparent 100%);
    width: 100%;
    content: '';
    top: -15px;
    position: absolute;
    height: 1px;
    opacity: 0.3;
}

.web_contact .web_get_contactform span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgba(rgb(162,156,161), 0.2);
    transform: translateY(-3px);
}

.web_contact .web_get_contactform span:nth-child(2) p {
    font-weight: 600;
}

.web_contact .web_get_contactform span > span::before {
    display: none;
}

.web_contact .web_get_contactform span a {
    text-decoration: none;
    position: relative;
    color: rgb(162,156,161);
    font-weight: 600;
    transition: all 0.3s ease;
}

.web_contact .web_get_contactform span a:hover::after {
    width: 100%;
    background: rgb(119,113,122);
}

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

.web_contact .web_get_contactform span:nth-child(3) svg {
    position: relative;
}

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

.web_contact .web_get_contactform span:nth-child(4) svg {
    position: relative;
}

.web_contact .web_get_contactform span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}

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

.web_contact .web_get_contactform span:nth-child(3):hover svg::before {
    height: 30px;
    width: 30px;
    opacity: 0.2;
    background: rgb(119,113,122);
}

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



.web_contact .web_message_panel {
    position: relative;
    border-radius: 10px;
    padding: 25px 30px;
    background: linear-gradient(135deg, rgba(rgb(162,156,161), 0.03) 0%, rgba(rgb(119,113,122), 0.03) 100%);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    grid-column: 1 / -1;
}



.web_contact .web_message_panel h4 svg circle {
    stroke-opacity: 0.2;
    fill: transparent;
    stroke: rgb(162,156,161);
}

.web_contact .web_message_panel h4 svg path {
    stroke: rgb(162,156,161);
}

.web_contact .web_message_panel span:last-child {
    border-bottom: none;
}

header::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(162,156,161,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(119,113,122,0.5) 100%);
    width: 100%;
    opacity: 0.4;
    content: '';
    left: 0;
    z-index: 0;
}

header .web_head_class::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,156,161), 
        rgb(119,113,122), 
        rgb(162,156,161), 
        transparent);
    width: 50%;
    transform: translateX(-50%);
}

header .web_main_header:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(162,156,161,0.5);
    background: linear-gradient(135deg, rgb(162,156,161), rgb(119,113,122));
    color: #ffffff;
}

.web_education_history::before {
    right: -200px;
    border-radius: 50%;
    opacity: 0.1;
    background-color: rgb(162,156,161,0.5);
    height: 500px;
    top: -200px;
    content: "";
    position: absolute;
    width: 500px;
}

.web_education_history .web_review_lounge::before {
    content: "";
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50px;
    top: -15px;
    background-color: rgb(119,113,122);
    z-index: -1;
}

.web_education_history .web_review_lounge:hover .web_img_card {
    transform: scale(1.05);
}

.web_education_history .web_review_lounge:hover .web_img_card::before {
    opacity: 1;
}

.web_education_history .web_work_area {
    font-size: 12px;
    order: 3;
    border-radius: 27px;
    padding: 20px 30px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 25px 0 0;
    background-color: rgb(191,190,180);
}

.web_education_history .name::after {
    left: 50%;
    content: "";
    height: 2px;
    width: 40px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: rgb(162,156,161);
}

.web_gratitudeDiv::before {
    background: radial-gradient(circle, rgb(162,156,161,0.5) 0%, transparent 70%);
    filter: blur(40px);
    width: 300px;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    top: -10%;
    content: "";
    opacity: 0.6;
    right: -5%;
}

.web_gratitudeDiv h2::before {
    width: 80px;
    animation: expand 1.5s ease-out forwards;
    bottom: -12px;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    content: "";
    position: absolute;
    height: 3px;
}

.web_gratitudeDiv .web_creds_block::before {
    filter: blur(15px);
    opacity: 0.5;
    z-index: -1;
    left: -5px;
    top: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(162,156,161,0.5), transparent, rgb(119,113,122,0.5));
    content: "";
    animation: pulse 4s infinite alternate;
    right: -5px;
    bottom: -5px;
}

.web_company_overview {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(162,156,161) 0%, #000000 100%);
    padding: 150px 0;
    color: #ffffff;
    position: relative;
}

.web_company_overview {
    padding: 100px 0;
}



.web_company_overview .container {
    z-index: 5;
    position: relative;
}

.web_company_overview h2 {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 5px;
    color: rgb(162,156,161);
    font-weight: 700;
}

.web_company_overview .web_expert_learnings {
    perspective: 1000px;
    padding: 20px;
    position: relative;
    flex: 0 0 50%;
    overflow: hidden;
}

.web_company_overview .web_expert_learnings {
    padding: 40px 0;
    flex: 0 0 100%;
}



.web_company_overview .web_expert_learnings h3 {
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.web_company_overview .web_expert_learnings:hover::before {
    transform: skewY(-2deg);
}

.web_company_overview .web_expert_learnings h3::before {
    width: 30px;
    transform: translateX(-50%);
    position: absolute;
    background-color: rgb(119,113,122);
    left: 50%;
    content: "";
    bottom: -10px;
    height: 1px;
}

.web_company_overview .web_skill_guides::before {
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgb(162,156,161,0.5);
    left: 50%;
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgb(162,156,161);
    animation: pulse-circle 2s infinite;
    top: 50%;
    content: "";
    position: absolute;
}


    
    .web_company_overview .web_skill_guides::before,
    .web_company_overview .web_skill_guides::after {
    display: none;
}

.web_course_program_info .description::-webkit-scrollbar {
    width: 3px;
}

.web_course_program_info .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.web_course_program_info .description::-webkit-scrollbar-thumb {
    background: rgb(162,156,161);
    border-radius: 10px;
}



@media (max-width: 767px) {.web_aspiring_learners {
    padding: 80px 0;
}.web_aspiring_learners h4 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.web_aspiring_learners div {
    gap: 20px;
}.web_aspiring_learners div p {
    padding-left: 60px;
}.web_aspiring_learners div p::before {
    height: 45px;
    width: 45px;
}.web_aspiring_learners div p::after {
    top: 67px;
    left: 22px;
}.web_aspiring_learners div p svg {
    top: 12px;
    width: 21px;
    height: 21px;
    left: 12px;
}
}



@media (max-width: 768px) {.web_contact_box {
    padding: 50px 0;
}.web_contact_box h2 {
    margin-bottom: 30px;
}.web_contact_box .web_message_help {
    flex-direction: column;
}.web_contact_box .web_img_card {
    width: 100%;
    height: 250px;
}.web_contact_box .web_help_links {
    padding: 30px 25px;
    width: 100%;
}.web_contact_box form h3 {
    margin-bottom: 25px;
}.web_contact_box form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.web_contact_box .web_query_box {
    margin-bottom: 25px;
}.web_contact_box .web_query_grid {
    padding: 12px 15px;
}
}



@media (max-width: 992px) {.web_payment_plan {
    padding: 80px 0;
}.web_payment_plan h2 {
    font-size: calc(33px * 0.9);
}.web_payment_plan .web_learning_fee {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.web_payment_plan .web_value_plan {
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.web_payment_plan {
    padding: 60px 0;
}.web_payment_plan h2 {
    font-size: calc(33px * 0.7);
}.web_payment_plan .web_package_pricing {
    font-size: calc(17px * 0.9);
}.web_payment_plan .web_value_plan {
    padding: 20px 15px;
}.web_payment_plan .web_value_plan h4 {
    font-size: 21px;
}.web_payment_plan .web_value_plan p {
    font-size: calc(17px * 0.85);
}.web_payment_plan .web_cost_schemes {
    font-size: 21px;
    padding: 8px 15px;
}}



@media (max-width: 576px) {.web_training_results .web_creds_block {
    max-width: 95%;
}.web_training_results .web_img_card {
    height: 250px;
}.web_training_results .text_main_holder {
    margin-left: 1.5rem;
}.web_training_results .text_main_holder::before {
    left: -1rem;
}.web_training_results .text_main_holder > div::before {
    left: -1.3rem;
}.web_training_results .text_main_holder svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    padding: 0.5rem;
}}



@media (min-width: 1200px) {.web_course_program_info .web_img_card {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.web_course_program_info .web_section_content {
    padding: 4rem;
    margin-left: -100px;
}.web_course_program_info .description {
    font-size: calc(14px * 1.1);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .web_top_section {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .web_subscribe_alert {
    white-space: nowrap;
}footer .web_top_section a {
    padding-right: 10px;
}
}



@media (max-width: 1200px) {.web_secure_habitat .container {
    padding: 2.5rem;
    max-width: 960px;
}.web_secure_habitat h1 {
    font-size: calc(43px * 0.9);
}.web_secure_habitat h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 992px) {.web_secure_habitat {
    padding: 3rem 1.25rem;
}.web_secure_habitat .container {
    max-width: 720px;
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.web_secure_habitat h1 {
    margin-bottom: 1.25rem;
}.web_secure_habitat p, 
  .web_secure_habitat li, 
  .web_secure_habitat span {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 992px) {.web_opening_page .web_creds_block {
    grid-template-columns: 1fr;
    gap: 2rem;
}.web_opening_page h1 {
    font-size: calc(37px * 1.1);
}.web_opening_page .web_img_card {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    height: 400px;
    order: -1;
}.web_opening_page .web_section_content {
    padding: 1.5rem;
}
}



@media (max-width: 576px) {.web_opening_page {
    padding: 3rem 0;
}.web_opening_page h1 {
    font-size: calc(37px * 0.9);
}.web_opening_page .web_edu_space p {
    font-size: 15px;
}.web_opening_page .web_img_card {
    height: 250px;
}.web_opening_page .web_query_grid {
    padding: 0.8rem 1.5rem;
}.web_opening_page .web_section_content::before,
    .web_opening_page .web_section_content::after {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 768px) {.web_contact {
    padding: 50px 0;
}.web_contact .web_talk_form {
    padding: 30px 25px;
}.web_contact h3 {
    padding-bottom: 12px;
    font-size: calc(36px * 0.8);
    margin-bottom: 15px;
}.web_contact .web_get_contactpanel {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.web_contact .web_get_contactform {
    grid-template-columns: 1fr;
    gap: 15px;
}.web_contact .web_get_contactform span {
    padding: 12px 16px;
}.web_contact .web_message_panel {
    padding: 20px 25px;
}.web_contact .web_message_panel h4 {
    font-size: calc(24px * 0.9);
}.web_contact .web_message_panel h4::before {
    height: 18px;
    width: 18px;
}.web_contact .web_message_panel h4 svg {
    height: 18px;
    width: 18px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .web_head_class svg {
    width: 120px;
}header .web_head_core {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .web_head_core::-webkit-scrollbar {
    height: 2px;
}header .web_head_core::-webkit-scrollbar-thumb {
    background: rgb(162,156,161);
    border-radius: 10px;
}header .web_main_header {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 991px) {.web_gratitudeDiv {
    padding: 90px 0;
}.web_gratitudeDiv .web_creds_block {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}



@media (max-width: 767px) {.web_gratitudeDiv {
    padding: 70px 0;
}.web_gratitudeDiv h2 {
    margin-bottom: 30px;
}.web_gratitudeDiv .web_creds_block {
    padding: 25px;
    transform: none;
}.web_gratitudeDiv .web_creds_block:hover {
    transform: translateY(-3px);
}.web_gratitudeDiv h2::before {
    width: 60px;
    bottom: -10px;
}
}



@media screen and (max-width: 768px) {.web_company_overview {
    padding: 80px 0;
}.web_company_overview h2 {
    margin-bottom: 60px;
    font-size: calc(43px * 0.8);
    letter-spacing: 3px;
}.web_company_overview .web_expert_learnings h3 {
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}.web_company_overview .web_expert_learnings p {
    padding: 0 30px;
}.web_company_overview .container::before,
    .web_company_overview .container::after {
    height: 150px;
    width: 150px;
}
}

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



@keyframes photoSlideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}



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



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

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

