.wrapping-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.digital_res {
    flex: 0 0 auto;
}

.digital_res {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
}

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

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

.landing_page::before {
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    animation: ambientLight 10s infinite alternate ease-in-out;
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 30%);
    opacity: 0.6;
}

.landing_page h1.main_hero {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 38px);
    animation: titleFadeIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    transform: translateZ(50px);
}

.landing_page .fast_track {
    transform-style: preserve-3d;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}

.landing_page .fast_track span {
    position: relative;
    width: 90%;
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
    border-left: 4px solid rgb(192,181,179);
    z-index: 2;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    backdrop-filter: blur(4px);
    padding: 2.5rem;
    transform: translateZ(30px);
}

.customer_support .contact_help::before {
    height: 5px;
    content: '';
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.customer_support .contact_help p:last-of-type {
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
}

.customer_support .get_contactform::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143,0.5) 100%);
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
}

.customer_support .get_contactform:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.customer_support .get_contactform svg {
    fill: none;
    height: 36px;
    width: 36px;
    stroke: rgb(192,181,179);
    transition: all 0.3s ease;
    stroke-width: 2;
    margin-bottom: 12px;
}

.customer_support .contact_help p:last-of-type svg {
    left: 0;
    top: 50%;
    fill: none;
    width: 20px;
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    stroke-width: 2;
    stroke: rgb(192,181,179);
}

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

.our_background .text_details:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_background .text_details::before {
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    pointer-events: none;
}

.our_background h1::after {
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: 0;
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    transform-origin: left;
    width: 80px;
    position: absolute;
    content: "";
}

.our_background h1::after {
    width: 60px;
    height: 2px;
}

.our_background h1::after {
    width: 50px;
}

.our_background span::first-letter {
    color: rgb(154,141,143);
    font-weight: 600;
    font-size: 1.2em;
}

.contact_form_section {
    background: rgb(226,224,204);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.contact_form_section::after {
    height: 100%;
    background-image: 
        linear-gradient(rgb(154,141,143,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(154,141,143,0.5) 1px, transparent 1px);
    z-index: 1;
    position: absolute;
    opacity: 0.07;
    width: 100%;
    content: "";
    left: 0;
    background-size: 30px 30px;
    top: 0;
}

.contact_form_section h2::after {
    height: 4px;
    left: calc(50% - 15px);
    background: rgb(154,141,143);
    position: absolute;
    width: 30px;
    bottom: 0;
    content: "";
}

.contact_form_section .img_placeholder::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(192,181,179), 0.4), 
        rgba(rgb(154,141,143), 0.4)
    );
    inset: 0;
    content: "";
}

.contact_form_section .request_request::after {
    position: absolute;
    z-index: 0;
    background: rgb(154,141,143,0.5);
    bottom: -50px;
    height: 100px;
    content: "";
    width: 100px;
    transform: rotate(45deg);
    border-radius: 0;
    left: -50px;
}

.contact_form_section form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(192,181,179);
}

.contact_form_section form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact_form_section .support_request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section .support_request input[type="checkbox"]:checked + label::before {
    background: rgb(192,181,179);
    border-color: rgb(192,181,179);
}

.contact_form_section .support_request label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(192,181,179);
}

.contact_form_section .support_request label a:hover {
    color: rgb(154,141,143);
}

.contact_form_section .query_reach {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    width: auto;
    border: none;
    background: rgb(192,181,179);
    padding: 18px 40px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
}

#cookie_warning_box:checked ~ .popupPrivacySettings {
    visibility: hidden;
    opacity: 0;
}

.user_alert {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.user_alert svg {
    width: 50px;
    fill: rgb(192,181,179);
    height: 50px;
}

.cookie_gate h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(192,181,179);
}

.cookie_button.privacy_cookies {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.privacy_cookies:hover {
    background: rgb(192,181,179);
}

.popupPrivacySettings p a:hover {
    color: #000000;
}


.potential_learners {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(45deg, rgb(226,224,204) 0%, #ffffff 100%);
    overflow: hidden;
}

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

.potential_learners h4::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(154,141,143), transparent);
    content: "";
    left: 0;
    width: 60%;
    bottom: -10px;
}

.potential_learners p {
    display: flex;
    border-radius: 10px;
    font-size: 17px;
    background: #ffffff;
    padding: 20px 25px;
    margin-bottom: 30px;
    align-items: center;
    z-index: 2;
    color: #000000;
    margin-left: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.potential_learners p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(192,181,179);
}

.potential_learners p:nth-child(even)::after {
    border-color: rgb(154,141,143);
}

.potential_learners p svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}

.potential_learners p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.potential_learners p:nth-child(3) {
    transform: translateX(60px);
}

.potential_learners p:nth-child(6) {
    transform: translateX(150px);
}

.potential_learners p:nth-child(3):hover {
    transform: translateX(70px);
}

.potential_learners p:nth-child(6):hover {
    transform: translateX(160px);
}

.potential_learners .pro_classes > div p:nth-child(2) {
    animation-name: none;
    animation-delay: 0.2s;
    opacity: 1;
    transform: translateX(30px);
}

.potential_learners .pro_classes > div p:nth-child(5) {
    transform: translateX(120px);
    animation-name: none;
    animation-delay: 0.5s;
    opacity: 1;
}

.potential_learners .pro_classes > div p:nth-child(8) {
    animation-name: none;
    transform: translateX(90px);
    opacity: 1;
    animation-delay: 0.6s;
}

.secure_safe {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(226,224,204) 85%, rgba(rgb(192,181,179,0.5), 0.05) 100%);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure_safe .container {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 1;
}

.secure_safe h2 {
    color: #000000;
    padding-left: 1.2rem;
    font-size: 37px;
    position: relative;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
}

.secure_safe h2::before {
    content: "";
    background: rgb(154,141,143);
    position: absolute;
    top: 0.25rem;
    transform: scaleY(0.9);
    width: 4px;
    height: calc(100% - 0.5rem);
    left: 0;
}

.secure_safe h4::before {
    height: calc(100% - 0.4rem);
    opacity: 0.7;
    left: 0;
    top: 0.2rem;
    position: absolute;
    content: "";
    transform: scaleY(0.7);
    width: 2px;
    background: rgb(154,141,143);
}

.secure_safe span {
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px dashed rgba(rgb(192,181,179,0.5), 0.3);
    max-width: 90ch;
    line-height: 1.7;
    padding-left: 0.5rem;
    display: block;
    font-size: 16px;
}

.secure_safe li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

.course_program_info::before {
    background: 
        linear-gradient(0deg, transparent 95%, rgb(192,181,179,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(192,181,179,0.5) 100%);
    animation: gridMove 40s linear infinite;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.15;
    background-size: 20px 20px;
    left: 0;
}

.course_program_info .text_details {
    padding: 40px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 3;
}

.course_program_info .text_details h2 {
    font-size: 36px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}



.course_program_info .text_details h2 {
    animation: reveal 0.8s forwards;
}

.course_program_info .img_placeholder {
    position: relative;
    height: 450px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    z-index: 2;
}



.course_program_info .lesson_route::after {
    left: calc(50% - 50px);
    content: "";
    height: 2px;
    bottom: -30px;
    background: linear-gradient(to right, transparent, rgb(154,141,143,0.5), transparent);
    width: 100px;
    position: absolute;
}

.course_program_info .container::after {
    content: "";
    background-image: 
        repeating-linear-gradient(60deg, rgb(192,181,179,0.5) 0, rgb(192,181,179,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(192,181,179,0.5) 0, rgb(192,181,179,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(192,181,179,0.5) 0, rgb(192,181,179,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    height: 100%;
    opacity: 0.03;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    left: 0;
    animation: hexMove 60s linear infinite;
}

.plan_selection .learn_fees {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.plan_selection .value_plan li:nth-child(1) {
    --li-index: 0;
}

.plan_selection .value_plan li:nth-child(3) {
    --li-index: 2;
}

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

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

.plan_selection .fee_choices h4::after {
    background: rgb(192,181,179);
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
}

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

.leadership_profile::after {
    z-index: 0;
    filter: blur(60px);
    width: 50%;
    right: -10%;
    top: -20%;
    transform: rotate(-15deg);
    height: 140%;
    background: rgb(192,181,179,0.5);
    content: "";
    position: absolute;
}

.leadership_profile .img_placeholder {
    transform-style: preserve-3d;
    border-radius: 0;
    transform: translateZ(30px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transition: all 0.7s ease;
    height: 450px;
}

.leadership_profile .name {
    transform: translateZ(20px);
    font-size: calc(34px * 1.2);
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
}

.leadership_profile .employee_section::after {
    content: "";
    line-height: 0;
    font-size: 5rem;
    color: rgb(192,181,179,0.5);
    right: 0;
    font-family: serif;
    bottom: -2rem;
    position: absolute;
}

.leadership_profile .opinion_showcase:hover .name {
    transform: translateZ(40px);
}

header::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

header .head_pro {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    z-index: 2;
    align-items: center;
    position: relative;
    padding: 0.5rem;
}

header .main_pagebar:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(192,181,179,0.5);
}

header .nav_main {
    position: relative;
    perspective: 800px;
    margin: 0 0.3rem;
}

header .nav_main a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(192,181,179);
}

header .nav_main:hover::after {
    opacity: 0.4;
}

header .header_learn::after {
    bottom: 0;
    height: 1px;
    width: 60%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    left: 20%;
}

.customer_comments::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse at top right, 
        rgb(154,141,143,0.5) 0%, 
        transparent 70%);
    content: '';
    z-index: 0;
    top: 0;
    left: 0;
}

.customer_comments h2.container::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: '';
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(192,181,179), 
        transparent);
    bottom: -15px;
    position: absolute;
}

.customer_comments .opinion_showcase::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    z-index: -1;
    content: '';
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
}

.customer_comments .opinion_showcase:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.customer_comments .opinion_showcase:hover h3::after {
    width: 100%;
}

.customer_comments .opinion_showcase .description {
    position: relative;
    font-size: 16px;
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
}

.customer_comments .opinion_showcase div img {
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.customer_comments .opinion_showcase:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInRight 0.8s both;
}

.thanksArea::after {
    background-size: 100px 100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(154,141,143,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(154,141,143,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(154,141,143,0.5) 1px, transparent 1px);
    opacity: 0.15;
    content: "";
    pointer-events: none;
    height: 100%;
}

.thanksArea h5 {
    letter-spacing: 0.5px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 21px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.thanksArea .pro_classes > div:last-child::before {
    background: linear-gradient(135deg, transparent 0%, rgb(154,141,143,0.5) 100%);
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
}

.digital_res::before {
    z-index: -1;
    top: 0;
    width: 100%;
    background: #000000;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.85;
}

.digital_res .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}

.digital_res .company_holder::after {
    opacity: 0.7;
    right: -20px;
    content: "";
    bottom: -20px;
    width: 60px;
    border-right: 2px solid rgb(192,181,179);
    position: absolute;
    border-bottom: 2px solid rgb(192,181,179);
    height: 60px;
}

.digital_res .webinar_arch {
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
}

.digital_res .lang_learn {
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
}

.digital_res .header_pro:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.digital_res .header_pro:hover::before {
    height: 100%;
}

.digital_res .header_pro h5::before {
    top: 50%;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px rgb(192,181,179);
    width: 5px;
    transform: translateY(-50%);
    background: rgb(192,181,179);
    border-radius: 50%;
    content: "";
    height: 5px;
}

.digital_res .header_pro .top_head a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}

.digital_res .header_pro .top_head a:hover::before {
    transform: translateX(0);
}

.green_edu::before {
    height: 1px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(192,181,179), transparent);
    position: absolute;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(192,181,179);
}}


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



@media (min-width: 1200px) {.landing_page {
    padding: 6rem 4rem;
}.landing_page > div {
    gap: 6rem;
}.landing_page h1.main_hero {
    transform: translateZ(80px);
}.landing_page p {
    transform: translateZ(50px);
}.landing_page .main_first {
    transform: translateZ(40px) rotateX(3deg) rotateY(-3deg);
}.landing_page .main_first:hover {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(45px) rotateX(1deg) rotateY(-1deg);
}.landing_page .fast_track span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
}.landing_page .fast_track:hover span {
    transform: translateZ(50px) translateY(-10px);
}
}



@media screen and (max-width: 767px) {.customer_support {
    padding: 60px 0;
}.customer_support .contact_help {
    padding: 30px;
}.customer_support .contact_help h2 {
    font-size: calc(34px * 0.9);
}.customer_support .talk_contact {
    justify-content: center;
    gap: 20px;
}.customer_support .get_contactform {
    width: 90px;
    height: 90px;
}.customer_support .get_contactform svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
}



@media (max-width: 768px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .support_widget {
    flex-direction: column;
}.contact_form_section .img_placeholder {
    min-height: 300px;
    width: 100%;
}.contact_form_section .request_request {
    width: 100%;
    padding: 40px 30px;
}.contact_form_section form h3 {
    margin-bottom: 30px;
}.contact_form_section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_section .support_request {
    margin-bottom: 30px;
}.contact_form_section .query_reach {
    padding: 15px 30px;
    width: 100%;
}
}



@media (max-width: 768px) {.potential_learners {
    padding: 70px 0;
}.potential_learners h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.8);
    padding-left: 15px;
}.potential_learners div > div {
    margin-left: 30px;
}.potential_learners div > div::before {
    left: 10px;
}.potential_learners p {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 15px;
}.potential_learners p::before {
    width: 20px;
    left: -20px;
}.potential_learners p::after {
    height: 14px;
    left: -32px;
    width: 14px;
}.potential_learners p:nth-child(1) {
    transform: translateX(0);
}.potential_learners p:nth-child(2) {
    transform: translateX(0);
}.potential_learners p:nth-child(3) {
    transform: translateX(0);
}.potential_learners p:nth-child(4) {
    transform: translateX(0);
}.potential_learners p:nth-child(5) {
    transform: translateX(0);
}.potential_learners p:nth-child(6) {
    transform: translateX(0);
}.potential_learners p:hover,
    .potential_learners p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (min-width: 1024px) {.secure_safe {
    padding: 8rem 4rem 6rem;
}.secure_safe::after {
    width: 400px;
    top: 80px;
    right: -80px;
    height: 400px;
}.secure_safe .container {
    max-width: 1200px;
}.secure_safe h1 {
    transform: translateX(-1rem);
}.secure_safe h1::after {
    width: 8rem;
}.secure_safe h2 {
    font-size: calc(37px * 1.1);
    padding-left: 1.5rem;
}.secure_safe h2::before {
    width: 6px;
}.secure_safe li {
    padding-left: 2rem;
}.secure_safe li::before {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 991px) {.course_program_info {
    padding: 80px 0;
}.course_program_info .lesson_route {
    gap: 40px;
}.course_program_info .text_details {
    padding: 30px;
}.course_program_info .img_placeholder {
    height: 400px;
}
}



@media (max-width: 576px) {.course_program_info {
    padding: 50px 0;
}.course_program_info .text_details {
    padding: 20px;
}.course_program_info .img_placeholder {
    height: 300px;
}.course_program_info .text_details h2 {
    font-size: calc(36px * 0.8);
}.course_program_info .text_details .description {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.plan_selection {
    padding: 70px 0;
}.plan_selection h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.plan_selection .study_fees {
    margin-bottom: 35px;
    font-size: calc(14px * 0.95);
}.plan_selection .value_plan {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.plan_selection .fee_choices {
    min-height: auto;
}
}



@media (min-width: 1400px) {header .header_learn {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_main {
    margin: 0 0.5rem;
}header .nav_main a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .header_learn {
    padding: 0.8rem 1.2rem;
}header .main_pagebar {
    max-width: 130px;
}header .main_pagebar::before {
    display: none;
}header .header_pro {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .header_pro::-webkit-scrollbar {
    height: 2px;
}header .header_pro::-webkit-scrollbar-thumb {
    background: rgb(192,181,179);
    border-radius: 10px;
}header .nav_main {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .nav_main a {
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    font-size: calc(15px - 2px);
    letter-spacing: 0;
}header .nav_main a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (max-width: 576px) {.customer_comments {
    padding: 3rem 0;
}.customer_comments h2.container {
    margin-bottom: 2rem;
    font-size: calc(32px - 0.35rem);
}.customer_comments .review_track {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_comments .opinion_showcase {
    padding: 1.25rem;
}.customer_comments .opinion_showcase h3 {
    font-size: 20px;
}.customer_comments .opinion_showcase div {
    height: 60px;
    width: 60px;
}}



@media (max-width: 767px) {.thanksArea {
    padding: 4rem 0;
}.thanksArea .pro_classes > div:first-child,
  .thanksArea .pro_classes > div:last-child {
    padding: 2rem;
}.thanksArea h5 {
    font-size: calc(21px * 0.9);
}.thanksArea p {
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 768px) {.digital_res {
    padding: 4rem 0 3rem;
}.digital_res .top_head {
    gap: 2rem;
    grid-template-columns: 1fr;
}.digital_res .header_pro {
    padding: 1.2rem;
}.digital_res .header_pro h5 {
    font-size: calc(19px * 0.9);
}.digital_res .company_holder::before,
    .digital_res .company_holder::after {
    height: 40px;
    width: 40px;
}
}



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



@keyframes ambientLight {
  0%, 100% {
    opacity: 0.6;
    background-position: 0% 0%, 100% 100%;
  }
  50% {
    opacity: 0.8;
    background-position: 10% 20%, 90% 80%;
  }
}



@keyframes float {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(18deg) translate(10px, -10px);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}



@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

