.web_wrapper-bundle {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.web_main_learning {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

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


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

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

.web_online_tracking:hover {
    box-shadow: rgb(162,156,161,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.web_cookie_dialog_window p a:hover {
    color: rgb(119,113,122);
}

.web_wrapper-bundle .web_cookie_dialog_window {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(119,113,122);
}

#web_cookie_box_banner:checked ~ .web_cookie_dialog_window {
    opacity: 0;
    visibility: hidden;
}

.web_aspiring_learners::before {
    opacity: 0.03;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    content: "";
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgb(162,156,161,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(162,156,161,0.5) 1px, transparent 1px);
}

.web_aspiring_learners div p::before {
    border: 1px solid rgba(rgb(162,156,161), 0.1);
    height: 50px;
    color: rgb(162,156,161);
    content: counter(item);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    font-weight: 700;
    left: 0;
    width: 50px;
    background: rgb(191,190,180);
    top: 50%;
}

.web_aspiring_learners div p svg path {
    fill: #ffffff;
}

.web_contact_box::before {
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(162,156,161), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(119,113,122), 0.05) 0%, transparent 30%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}

.web_contact_box h2::after {
    position: absolute;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(162,156,161), transparent);
    content: "";
    width: 70%;
    height: 3px;
    bottom: -15px;
}

.web_contact_box .web_message_help::before {
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(162,156,161), rgb(119,113,122));
    content: "";
    left: 0;
}

.web_contact_box .web_img_card::after {
    width: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(162,156,161), 0.3) 0%, 
                rgba(rgb(119,113,122), 0.3) 100%);
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}

.web_contact_box form h3 {
    margin-bottom: 30px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}

.web_contact_box form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(162,156,161), 0.1);
    border-color: rgb(162,156,161);
    outline: none;
    background: #ffffff;
}

.web_contact_box .web_query_box {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.web_contact_box .web_query_box label::before {
    height: 22px;
    content: "";
    width: 22px;
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.2);
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 10px;
    top: 0;
    left: 0;
}

.web_contact_box .web_query_box label a::after {
    width: 100%;
    background: rgb(162,156,161);
    bottom: -2px;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
}

.web_contact_box .web_query_grid:hover::before {
    opacity: 1;
}

.web_contact_box .web_query_grid:active {
    transform: translateY(2px);
}

.web_contact_box svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    fill: rgb(162,156,161);
    transition: fill 0.3s ease;
}

.web_contact_box svg:hover,
.web_contact_box svg:hover path {
    fill: rgb(119,113,122);
}

.web_payment_plan .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
}

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

.web_payment_plan .web_learning_fee li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}

.web_payment_plan .web_cost_deals:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.web_payment_plan .web_cost_deals:hover .web_cost_breakdown {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(162,156,161,0.5), 0.5);
}

.web_payment_plan .web_cost_deals:hover .web_cost_breakdown::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}

.web_payment_plan .web_value_plan h4 {
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    font-size: calc(21px * 1.1);
    margin-top: 0;
    color: #ffffff;
}

.web_payment_plan .web_value_plan p {
    font-size: calc(17px * 0.9);
    hyphens: auto;
    line-height: 1.7;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 25px;
    word-wrap: break-word;
    white-space: normal;
}

.web_payment_plan .web_cost_deals:hover .web_cost_schemes::before {
    left: 100%;
}

.web_training_results::before {
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, rgb(119,113,122,0.5) 100%);
    width: 70vw;
    right: -35vw;
    position: absolute;
    height: 70vw;
    content: '';
    opacity: 0.8;
    top: -35vw;
    z-index: 1;
    border-radius: 50%;
}

.web_training_results .web_img_card::before {
    left: -5%;
    top: -5%;
    z-index: -1;
    position: absolute;
    height: 110%;
    border: 2px dashed rgb(162,156,161,0.5);
    width: 110%;
    content: '';
    animation: rotate 20s linear infinite;
    border-radius: 50% 0 0 50%;
}

.web_training_results h2::after {
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    border-radius: 10px;
    background: rgb(162,156,161);
    position: absolute;
    bottom: -15px;
}

.web_training_results .text_main_holder > div::before {
    position: absolute;
    border-radius: 50%;
    width: 12px;
    border: 2px solid rgb(162,156,161);
    left: -2.3rem;
    transition: all 0.3s ease;
    height: 12px;
    background: #ffffff;
    content: '';
}

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

.web_training_results .text_main_holder p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

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



.web_course_program_info .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}

.web_course_program_info h2::before {
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(162,156,161), rgb(119,113,122));
    left: 0;
    border-radius: 2px;
    top: 0.5rem;
    position: absolute;
    content: "";
    width: 4px;
}

.web_course_program_info .web_img_card::after {
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgba(rgb(162,156,161,0.5), 0.4), transparent);
    inset: 0;
    position: absolute;
    content: "";
}

.web_course_program_info .description {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    overflow-y: auto;
    line-height: 1.75;
    max-height: 250px;
    margin-bottom: 1.5rem;
    color: #000000;
}

.web_course_program_info .description:last-child {
    margin-bottom: 0;
}

.web_grant_info::before {
    width: 60%;
    content: "";
    right: 0;
    z-index: 0;
    top: 0;
    background-color: rgb(162,156,161);
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
}

footer .info_item {
    backdrop-filter: blur(5px);
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 25px;
    transform: skewX(-5deg);
    margin-bottom: 10px;
    transition: all 0.3s ease;
    flex: 0 1 auto;
}

footer .web_main_base {
    position: relative;
    padding-left: 20px;
}

footer .web_main_base svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}

footer .web_head_core {
    position: relative;
}

footer .web_top_section {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 25px;
}

footer .web_top_section a {
    text-decoration: none;
    font-size: 13px;
    padding-left: 0;
    position: relative;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}

footer .subscribe_holder::before {
    position: absolute;
    top: -20px;
    opacity: 0.2;
    z-index: -1;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(162,156,161);
    width: 100px;
    right: -20px;
    content: "";
}

footer .input_holder input[type="email"] {
    padding: 14px 16px;
    font-size: 13px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    color: #ffffff;
}

footer .web_terms_legal {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-top: 20px;
}

.web_secure_habitat {
    overflow: hidden;
    position: relative;
    padding: 4rem 1.5rem;
    background: linear-gradient(135deg, rgb(191,190,180), rgba(245, 245, 250, 0.98));
}

.web_secure_habitat .container {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0.5deg);
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(162,156,161,0.5), 0.03);
    padding: 3rem;
    backdrop-filter: blur(10px);
}

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

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

.web_secure_habitat p strong {
    position: relative;
    color: rgb(162,156,161);
    display: inline-block;
    font-weight: 600;
}

.web_secure_habitat ul {
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
}

.web_secure_habitat li {
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.web_secure_habitat span {
    border-left: 1px dashed rgb(119,113,122,0.5);
    padding-left: 1rem;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.web_opening_page .web_creds_block {
    max-width: 1400px;
    gap: 3rem;
    display: grid;
    padding: 2rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.web_opening_page .web_section_content {
    display: flex;
    position: relative;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    animation: fadeSlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.web_opening_page h1 {
    transform: perspective(1000px) translateZ(0);
    line-height: 1.2;
    color: rgb(162,156,161);
    font-size: max(calc(37px * 1.2), 2.5rem);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
}

.web_opening_page .web_edu_space svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 1rem;
    height: 80px;
    width: 80px;
}

.web_opening_page .web_edu_space svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.web_opening_page ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 2rem 0 0;
}

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

.web_opening_page .web_img_card::before {
    content: "";
    background: linear-gradient(135deg, rgb(119,113,122,0.5), transparent);
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.6;
}

.web_contact {
    background: rgb(191,190,180);
    overflow: hidden;
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

.web_contact::after {
    z-index: -1;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(162,156,161,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(119,113,122,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(162,156,161,0.5) 31%, transparent 32%);
    left: 0;
    opacity: 0.07;
    position: absolute;
    background-size: 60px 60px, 80px 80px, 100px 100px;
    content: '';
    animation: patternMove 120s linear infinite;
    height: 100%;
}

.web_contact h3 {
    display: inline-block;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.web_contact .web_get_contactform {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
}

.web_contact .web_get_contactform span::before {
    background: rgb(162,156,161);
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    height: 100%;
    opacity: 0.7;
    top: 0;
    width: 3px;
    left: 0;
}

.web_contact .web_get_contactform span:hover::before {
    width: 5px;
}

.web_contact .web_get_contactform span:first-child p {
    font-weight: 600;
}

.web_contact .web_get_contactform span > span {
    background: transparent;
    align-items: center;
    margin-top: 8px;
    border: none;
    padding: 0;
    flex-direction: row;
    display: flex;
}

.web_contact .web_get_contactform span a:hover {
    color: rgb(119,113,122);
}

.web_contact .web_get_contactform span svg {
    stroke-linejoin: round;
    margin-right: 8px;
    stroke: rgb(162,156,161);
    flex-shrink: 0;
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
    width: 18px;
    transition: all 0.3s ease;
    height: 18px;
}

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

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

.web_contact .web_get_contactform span:nth-child(3) svg::before {
    transition: all 0.3s ease;
    background: rgb(162,156,161);
    height: 24px;
    border-radius: 50%;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    opacity: 0.1;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.web_contact .web_message_panel::before {
    position: absolute;
    left: 0;
    opacity: 0.05;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 50% 0%, rgb(162,156,161,0.5) 0%, transparent 70%);
    height: 100%;
    content: '';
    width: 100%;
}

.web_contact .web_message_panel h4 svg {
    stroke-linejoin: round;
    height: 20px;
    margin-right: 8px;
    stroke-linecap: round;
    fill: none;
    width: 20px;
    stroke-width: 2;
    animation: clockRotation 12s linear infinite;
    transform-origin: center;
    stroke: rgb(162,156,161);
}

.web_contact .web_message_panel span::before {
    width: 6px;
    margin-right: 8px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(162,156,161);
    content: '';
    opacity: 0.5;
}

header .web_header_page {
    gap: 1rem;
    align-items: center;
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
}

header .web_head_class svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}

header .web_head_core {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    justify-content: center;
    padding: 0.6rem;
}

.web_education_history {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(191,190,180), #ffffff);
    position: relative;
}

.web_education_history .web_review_lounge {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 27px;
    position: relative;
    padding: 50px;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
}

.web_education_history .web_img_card {
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 120px;
    align-self: center;
    position: relative;
    border: 4px solid #ffffff;
    overflow: hidden;
    border-radius: 50%;
    height: 120px;
}

.web_education_history .name {
    font-size: 19px;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    color: #000000;
    order: 1;
    position: relative;
    font-weight: 700;
    margin: 5px 0;
}

.web_education_history .web_review_lounge:hover .name::after {
    width: 80px;
}

.web_gratitudeDiv {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(119,113,122,0.5) 100%);
    position: relative;
}

.web_gratitudeDiv::after {
    height: 250px;
    position: absolute;
    left: -5%;
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(119,113,122,0.5) 0%, transparent 70%);
    width: 250px;
    content: "";
    bottom: -5%;
    opacity: 0.6;
}

.web_gratitudeDiv .web_creds_block {
    padding: 40px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.web_gratitudeDiv li::before {
    top: 12px;
    left: 0;
    position: absolute;
    animation: pulse 4s infinite alternate;
    background: rgb(162,156,161);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    content: "";
}

.web_company_overview::before {
    width: 200%;
    opacity: 0.1;
    animation: rotate-slow 120s linear infinite;
    z-index: 1;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    content: "";
    height: 200%;
    top: -50%;
    left: -50%;
    position: absolute;
}

.web_company_overview .web_skill_guides {
    position: relative;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

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

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

.web_company_overview .web_expert_learnings p {
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
    position: relative;
    margin: 0;
    color: #ffffff;
    padding: 0 40px;
    opacity: 1;
}

.web_company_overview .web_expert_learnings::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
}

.web_company_overview .web_expert_learnings:last-child::before {
    border-left: 1px solid rgb(119,113,122,0.5);
}

.web_company_overview .web_expert_learnings:last-child::before {
    border-top: 1px solid rgb(119,113,122,0.5);
    border-left: none;
}



.web_company_overview .container::before {
    transform: rotate(45deg);
    left: -100px;
    height: 200px;
    animation: float-element 10s ease-in-out infinite;
    position: absolute;
    border: 1px solid rgb(162,156,161,0.5);
    top: -100px;
    border-radius: 20px;
    width: 200px;
    content: "";
    opacity: 0.2;
}


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


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



@media (max-width: 991px) {.web_aspiring_learners {
    padding: 100px 0;
}.web_aspiring_learners h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 50px;
}.web_aspiring_learners div {
    gap: 25px;
}
}



@media (max-width: 479px) {.web_aspiring_learners {
    padding: 60px 0;
}.web_aspiring_learners h4 {
    margin-bottom: 35px;
    padding-left: 15px;
    font-size: calc(34px - 6px);
}.web_aspiring_learners div {
    gap: 15px;
}.web_aspiring_learners div p {
    font-size: calc(18px - 1px);
    padding-left: 55px;
}.web_aspiring_learners div p::before {
    width: 40px;
    height: 40px;
}.web_aspiring_learners div p::after {
    left: 20px;
    top: 60px;
}.web_aspiring_learners div p svg {
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px;
}}



@media (prefers-reduced-motion: reduce) {.web_contact_box::after,
    .web_contact_box .web_img_card::before {
    animation: none;
}.web_contact_box .web_message_help:hover {
    transform: none;
}}



@media (max-width: 1200px) {.web_payment_plan {
    padding: 100px 0;
}.web_payment_plan .web_learning_fee {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.web_payment_plan {
    padding: 70px 0;
}.web_payment_plan h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.web_payment_plan .web_package_pricing {
    margin-bottom: 35px;
    font-size: calc(17px * 0.95);
}.web_payment_plan .web_learning_fee {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.web_payment_plan .web_value_plan {
    min-height: auto;
}
}



@media (max-width: 992px) {.web_training_results .web_creds_block {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}.web_training_results .web_img_card {
    width: 100%;
    height: 400px;
    margin-bottom: 3rem;
    border-radius: 27px;
    margin-left: 0;
}.web_training_results .web_img_card::before {
    border-radius: 27px;
}.web_training_results .web_img_card::after {
    border-radius: 27px;
}.web_training_results .web_section_content {
    width: 100%;
    padding: 0;
}.web_training_results .text_main_holder::before {
    left: -1.5rem;
}.web_training_results .text_main_holder > div::before {
    left: -1.8rem;
}
}



@media (min-width: 992px) {.web_course_program_info h2 {
    transform: translateX(0);
    font-size: calc(28px * 1.2);
    max-width: 60%;
}.web_course_program_info .web_img_card {
    height: 520px;
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
}.web_course_program_info .web_section_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -80px;
    max-height: 520px;
    padding: 3.5rem;
}.web_course_program_info .description {
    line-height: 1.8;
    max-height: 350px;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 991px) {footer .web_grant_info::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    background-color: rgb(162,156,161);
    opacity: 0.7;
}
}



@media (max-width: 767px) {footer .web_grant_info {
    padding: 60px 0 30px;
}footer .web_message_request {
    justify-content: center;
    margin-bottom: 40px;
}footer .web_head_core h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .web_terms_legal {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.web_secure_habitat {
    padding: 2.5rem 1rem;
}.web_secure_habitat .container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 540px;
    padding: 1.75rem;
}.web_secure_habitat h1 {
    transform: translateX(0);
    font-size: calc(43px * 0.8);
}.web_secure_habitat h2 {
    font-size: calc(36px * 0.85);
    margin: 2rem 0 0.75rem;
}.web_secure_habitat h3 {
    font-size: calc(36px * 0.7);
}.web_secure_habitat h4 {
    font-size: calc(36px * 0.6);
}.web_secure_habitat p, 
  .web_secure_habitat li {
    max-width: 100%;
}.web_secure_habitat p:hover,
  .web_secure_habitat li:hover,
  .web_secure_habitat span:hover {
    transform: translateX(0);
}
}



@media (max-width: 768px) {.web_opening_page {
    min-height: auto;
    padding: 4rem 0;
}.web_opening_page .web_creds_block {
    padding: 1rem;
}.web_opening_page h1 {
    font-size: 37px;
}.web_opening_page .web_edu_space {
    grid-template-columns: 1fr;
    text-align: center;
}.web_opening_page .web_edu_space svg {
    margin: 0 auto 1rem;
}.web_opening_page .web_edu_space p {
    max-width: 100%;
}.web_opening_page ul {
    justify-content: center;
}.web_opening_page .web_section_content::before,
    .web_opening_page .web_section_content::after {
    width: 80px;
    height: 80px;
}.web_opening_page .web_img_card {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
}



@media (max-width: 576px) {.web_contact {
    padding: 40px 0;
}.web_contact .web_talk_form {
    padding: 25px 20px;
}.web_contact h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 10px;
}.web_contact .web_get_contactform span {
    padding: 10px 14px;
}.web_contact .web_get_contactform span p,
    .web_contact .web_get_contactform span a {
    font-size: calc(17px * 0.9);
}.web_contact .web_get_contactform span svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}.web_contact .web_message_panel {
    padding: 18px 20px;
}.web_contact .web_message_panel span {
    padding: 6px 0;
    font-size: calc(17px * 0.9);
}.web_contact .web_message_panel h4::before {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.web_contact .web_message_panel h4 svg {
    height: 16px;
    width: 16px;
}}



@media (max-width: 768px) {.web_education_history {
    padding: 70px 0;
}.web_education_history .web_review_lounge {
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.web_education_history {
    padding: 50px 0;
}.web_education_history .web_review_lounge {
    padding: 30px 20px;
}.web_education_history .web_work_area {
    padding: 15px 20px;
    margin-top: 20px;
}}



@media (max-width: 575px) {.web_gratitudeDiv {
    padding: 50px 0;
}.web_gratitudeDiv h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.web_gratitudeDiv .web_creds_block {
    padding: 20px;
}.web_gratitudeDiv li {
    padding-left: 20px;
}.web_gratitudeDiv span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}.web_gratitudeDiv h2::before {
    height: 2px;
    width: 50px;
}}

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



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



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



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

@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}



@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}



@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

