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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(192,181,179) rgb(192,181,179,0.5);
}

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

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}


.landing_page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    justify-content: center;
}

.landing_page > div {
    gap: 4rem;
    display: grid;
    max-width: 1200px;
    transform-style: preserve-3d;
    width: 100%;
    grid-template-columns: 1fr;
}

.landing_page p {
    margin-top: 0.5rem;
    line-height: 1.6;
    transform: translateZ(30px);
    max-width: 80%;
    color: #000000;
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
    font-size: clamp(1rem, 2vw, 16px);
}

.landing_page .main_first {
    position: relative;
    animation: floatIn 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s both;
    aspect-ratio: 16 / 9;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    transform: translateZ(20px) rotateX(5deg);
}

.landing_page .fast_track h3 {
    font-size: clamp(1.1rem, 2.5vw, 24px);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 2px 4px #000000;
}

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

.customer_support .contact_help h2 {
    color: rgb(192,181,179);
    font-weight: 700;
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
}

.customer_support .talk_contact {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.customer_support .get_contactform::after {
    height: 3px;
    content: '';
    position: absolute;
    width: 100%;
    background: rgb(192,181,179);
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.customer_support .get_contactform:hover::before {
    opacity: 0.1;
}

.customer_support .get_contactform:hover::after {
    transform: scaleX(1);
}

.customer_support .get_contactform:hover svg {
    transform: scale(1.1);
    stroke: rgb(192,181,179);
}

.customer_support .get_contactform:hover span {
    color: rgb(192,181,179);
}

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

.our_background {
    padding: 60px 0 40px;
}

.our_background {
    padding: 50px 0 30px;
}

.our_background::after {
    width: 30%;
    z-index: 0;
    opacity: 0.15;
    content: "";
    right: -2%;
    position: absolute;
    filter: blur(20px);
    animation: float 15s ease-in-out infinite alternate;
    height: 40%;
    transform: rotate(15deg);
    top: -5%;
    background: linear-gradient(120deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
}

.our_background::after {
    width: 50%;
    right: -10%;
    top: -10%;
    height: 30%;
}

.our_background h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    letter-spacing: -0.05em;
    position: relative;
    font-size: 44px;
    transform: translateX(-2%);
    margin-bottom: 2rem;
    color: #000000;
}

.our_background h1 {
    margin-bottom: 1.25rem;
    font-size: calc(44px * 0.8);
}

.our_background h1 {
    margin-bottom: 1rem;
    font-size: calc(44px * 0.7);
}

.our_background h4 {
    font-size: 18px;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: translateX(-1%);
    color: rgb(192,181,179);
}

.our_background h4 {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 0.9);
}

.contact_form_section::before {
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(192,181,179,0.5) 0,
        rgb(192,181,179,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    height: 100%;
    opacity: 0.07;
    width: 100%;
    top: 0;
}

.contact_form_section h2::before {
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: rgb(192,181,179);
    content: "";
    left: calc(50% - 40px);
}

.contact_form_section .support_widget {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    margin-top: 50px;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
}

.contact_form_section .request_request::before {
    z-index: 0;
    border: 30px solid rgb(192,181,179,0.5);
    content: "";
    width: 150px;
    border-radius: 50%;
    right: -75px;
    position: absolute;
    height: 150px;
    top: -75px;
}

.contact_form_section form h3::after {
    content: "";
    background: rgb(192,181,179);
    height: 2px;
    width: 50%;
    left: 0;
    position: absolute;
    bottom: -15px;
}

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

.contact_form_section .support_request {
    margin-bottom: 40px;
    position: relative;
}

.contact_form_section .support_request label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    position: relative;
    color: #000000;
}

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

.contact_form_section .support_request label a:hover::after {
    background: rgb(154,141,143);
    transform: scaleX(0);
}

.contact_form_section .query_reach:hover::before {
    width: 150%;
}

.contact_form_section svg {
    height: 24px;
    stroke-width: 2;
    fill: none;
    width: 24px;
    stroke: rgb(192,181,179);
    transition: all 0.3s ease;
}

.contact_form_section svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(192,181,179);
}

.popupPrivacySettings {
    align-items: center;
    display: flex;
    border-top: 3px solid rgb(192,181,179);
    padding: 1rem 0;
    z-index: 90;
    background: rgb(226,224,204);
    width: 100%;
    position: fixed;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.consent_ack {
    border-radius: 10px;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: rgb(192,181,179);
    border: none;
}

.potential_learners::after {
    z-index: 1;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    bottom: 0;
    height: 100%;
    left: 0;
    background: rgb(154,141,143,0.5);
    opacity: 0.1;
    position: absolute;
}

.potential_learners h4 {
    font-size: 33px;
    padding-left: 20px;
    font-weight: 700;
    text-align: left;
    border-left: 4px solid rgb(192,181,179);
    color: #000000;
    position: relative;
    margin-bottom: 60px;
}

.potential_learners p:last-child {
    margin-bottom: 0;
}

.potential_learners p::before {
    left: -30px;
    width: 30px;
    transform: translateY(-50%);
    height: 2px;
    top: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179,0.5), rgb(154,141,143));
}

.potential_learners p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.potential_learners p:nth-child(odd)::after {
    border-color: rgb(192,181,179);
}

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

.potential_learners p:nth-child(even) svg path {
    fill: rgb(154,141,143);
}

.potential_learners p:nth-child(1) {
    transform: translateX(0);
}

.potential_learners p:nth-child(4) {
    transform: translateX(90px);
}

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

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



.potential_learners .pro_classes > div p {
    animation: slideIn 0.5s ease forwards;
    opacity: 0;
}

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

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

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

.secure_safe::after {
    border-radius: 50%;
    height: 250px;
    opacity: 0.5;
    border: 2px solid rgba(rgb(192,181,179,0.5), 0.1);
    content: "";
    transform: rotate(-15deg);
    width: 250px;
    top: 40px;
    right: -100px;
    pointer-events: none;
    position: absolute;
}

.secure_safe h1 {
    font-size: calc(41px * 1.2);
    line-height: 1.2;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: rgb(192,181,179);
    position: relative;
}

.secure_safe h3 {
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(37px * 0.85);
    position: relative;
}

.secure_safe h4 {
    font-weight: 600;
    padding-left: 0.8rem;
    font-size: calc(37px * 0.75);
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
}

.secure_safe p strong {
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(154,141,143,0.5), 0.15) 40%);
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding: 0 0.2rem;
}

.secure_safe li::before {
    border: 2px solid rgb(192,181,179);
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0.5rem;
    transform: rotate(45deg);
    content: "";
    width: 10px;
}



.course_program_info .container {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.course_program_info .lesson_route {
    justify-content: center;
    gap: 60px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    max-width: 900px;
}

.course_program_info .text_details::after {
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
    left: calc(50% - 30px);
    content: "";
    position: absolute;
    width: 60px;
    top: -15px;
    height: 3px;
}

.course_program_info .text_details .description {
    margin-bottom: 20px;
    font-size: 12px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    line-height: 1.7;
}



.course_program_info .lesson_route::before {
    width: calc(100% + 200px);
    top: -100px;
    position: absolute;
    background-size: 600px 600px;
    opacity: 0.2;
    left: -100px;
    height: calc(100% + 200px);
    z-index: 0;
    animation: floatParticles 40s linear infinite;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(192,181,179,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(154,141,143,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(192,181,179,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(154,141,143,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(192,181,179,0.5) 1px, transparent 1px);
    content: "";
}

.course_program_info .text_details .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}


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

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

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

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

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

.plan_selection .trial_rates:hover .study_costs {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(192,181,179,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}

.plan_selection .trial_rates:hover .study_costs::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}

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

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

.plan_selection .trial_rates:hover .fee_plans::before {
    left: 100%;
}

.leadership_profile::before {
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,181,179,0.5) 0,
        rgb(192,181,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    opacity: 0.1;
    content: "";
    top: 0;
}

.leadership_profile .job_content {
    justify-content: center;
    margin-left: -3rem;
    padding: 3rem 3rem 3rem 5rem;
    display: flex;
    position: relative;
    transition: all 0.7s ease;
    z-index: 1;
    flex-direction: column;
    transform: translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    background: #ffffff;
}

.leadership_profile .job_content div:nth-child(2) {
    color: rgb(154,141,143);
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    font-weight: 600;
    transform: translateZ(15px);
    font-size: 20px;
}

.leadership_profile .opinion_showcase:hover .img_placeholder {
    transform: translateZ(50px) translateX(-20px);
}

.leadership_profile .opinion_showcase:hover .job_content div:nth-child(2) {
    transform: translateZ(35px);
}

header::after {
    width: 100%;
    background-size: 200% auto;
    animation: gradientSlide 5s linear infinite;
    background: linear-gradient(90deg, 
        rgb(192,181,179) 0%,
        rgb(154,141,143) 50%,
        rgb(192,181,179) 100%
    );
    height: 4px;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}

header .main_pagebar::before {
    left: -8px;
    content: '';
    right: -8px;
    top: -8px;
    opacity: 0.3;
    border-radius: 10px;
    transform: skew(-3deg);
    border: 1px solid rgb(192,181,179);
    position: absolute;
    transition: all 0.3s ease;
    bottom: -8px;
}

header .nav_main a::before {
    transform: scaleX(0);
    left: 10%;
    background: rgb(192,181,179);
    height: 1px;
    bottom: 5px;
    width: 80%;
    content: '';
    opacity: 0.7;
    transition: transform 0.3s ease;
    position: absolute;
}

header .nav_main a:hover::before {
    transform: scaleX(1);
}

header .header_learn::before {
    position: absolute;
    left: 35%;
    width: 30%;
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(192,181,179), transparent);
    content: '';
}

.customer_comments {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgb(226,224,204) 0%, 
        rgb(154,141,143,0.5) 50%, 
        rgb(226,224,204) 100%);
}

.customer_comments h2.container {
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    color: #000000;
    text-align: center;
    z-index: 2;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
    position: relative;
    font-size: 32px;
}

.customer_comments .opinion_showcase {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: translateY(0);
    padding: 2rem;
    display: flex;
    background: #ffffff;
    z-index: 1;
}

.customer_comments .opinion_showcase h3::after {
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: rgb(192,181,179);
    height: 2px;
    content: '';
    width: 0;
}

.customer_comments .opinion_showcase:hover div {
    transform: scale(1.05) translateZ(10px);
}

.customer_comments .opinion_showcase:hover div img {
    transform: scale(1.1);
}

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

.thanksArea::before {
    animation: rotate 60s linear infinite;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(192,181,179,0.5) 0%, transparent 70%);
    pointer-events: none;
    top: -50%;
    width: 200%;
    height: 200%;
    left: -50%;
    opacity: 0.3;
}

.thanksArea .pro_classes > div:first-child {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(45deg, rgb(192,181,179,0.5) 0%, rgb(192,181,179) 100%);
    transform: translateY(0) rotateX(0deg);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.thanksArea .pro_classes > div:last-child {
    background: #ffffff;
    border-left: 4px solid rgb(154,141,143);
    transform: translateY(0);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.thanksArea p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    text-align: left;
}



.digital_res .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

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

.digital_res .company_holder h3::after {
    background: rgb(192,181,179);
    width: 30%;
    height: 2px;
    left: 0;
    box-shadow: 0 0 10px rgb(192,181,179);
    position: absolute;
    content: "";
    bottom: -5px;
}

.digital_res .top_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 100%;
}

.digital_res .header_pro::before {
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.3s ease;
    width: 3px;
    background: rgb(192,181,179);
    content: "";
    top: 0;
}

.digital_res .header_pro h5 {
    font-size: 19px;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(154,141,143);
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 1rem;
}

.digital_res .header_pro .top_head a::before {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgba(rgb(192,181,179,0.5), 0.1), transparent);
    height: 100%;
    top: 0;
    content: "";
    transform: translateX(-100%);
}

.green_edu .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.green_edu .vr_labs {
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
}


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



@media (min-width: 768px) {.landing_page {
    padding: 6rem 3rem;
}.landing_page > div {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.landing_page h1.main_hero::after {
    width: 120px;
}.landing_page .main_first {
    transform: translateZ(30px) rotateX(5deg) rotateY(-2deg);
}.landing_page .fast_track span {
    width: 80%;
    padding: 3rem;
}
}



@media (max-width: 767px) {.landing_page {
    padding: 3rem 1.5rem;
}.landing_page h1.main_hero {
    transform: translateZ(20px);
}.landing_page p {
    max-width: 100%;
    transform: translateZ(10px);
}.landing_page .main_first {
    margin-top: 2rem;
    aspect-ratio: 4 / 3;
    transform: translateZ(10px) rotateX(3deg);
}.landing_page .fast_track span {
    width: 100%;
    padding: 1.5rem;
}}



@media screen and (max-width: 480px) {.customer_support {
    padding: 50px 0;
}.customer_support .contact_help {
    padding: 25px 20px;
}.customer_support .contact_help h2 {
    font-size: calc(34px * 0.85);
}.customer_support .get_contactform {
    width: 80px;
    height: 80px;
}.customer_support .get_contactform svg {
    height: 28px;
    width: 28px;
    margin-bottom: 6px;
}.customer_support .get_contactform span {
    font-size: calc(12px * 0.8);
}}



@media (max-width: 480px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section h2 {
    font-size: calc(34px * 0.85);
}.contact_form_section .support_widget {
    margin-top: 30px;
}.contact_form_section .img_placeholder {
    min-height: 200px;
}.contact_form_section .request_request {
    padding: 30px 20px;
}.contact_form_section form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact_form_section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_section .support_request {
    margin-bottom: 25px;
}.contact_form_section .support_request label {
    font-size: calc(14px * 0.9);
}.contact_form_section .query_reach {
    padding: 12px 25px;
}}



@media (max-width: 576px) {.potential_learners {
    padding: 60px 0;
}.potential_learners h4 {
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.potential_learners div > div {
    margin-left: 25px;
}.potential_learners p {
    margin-bottom: 15px;
    padding: 12px;
    font-size: calc(17px * 0.9);
}.potential_learners p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.potential_learners p::after {
    height: 12px;
    border-width: 2px;
    width: 12px;
}}



@media (min-width: 768px) {.secure_safe {
    padding: 6rem 3rem;
}.secure_safe .container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}.secure_safe h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.4);
    grid-column: 1 / -1;
}.secure_safe p, 
    .secure_safe span {
    font-size: calc(16px * 1.05);
}.secure_safe h2 {
    margin-top: 4rem;
}.secure_safe ul {
    margin-left: 2rem;
}
}



@media (max-width: 767px) {.secure_safe {
    padding: 4rem 1.5rem;
}.secure_safe h1 {
    margin-bottom: 2rem;
    font-size: calc(41px * 1.1);
}.secure_safe h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.95);
}.secure_safe h3, 
    .secure_safe h4 {
    margin: 2rem 0 1rem;
}.secure_safe p, 
    .secure_safe span {
    font-size: calc(16px * 0.95);
}.secure_safe ul {
    margin-left: 0.5rem;
}.secure_safe li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}}



@media (min-width: 992px) {.course_program_info .lesson_route {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
}.course_program_info .text_details {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.course_program_info .img_placeholder {
    grid-row: 1;
    height: 500px;
}
}



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



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



@media screen and (max-width: 991px) {.leadership_profile .opinion_showcase {
    grid-template-columns: 1fr;
    transform: none;
}.leadership_profile .img_placeholder {
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    transform: none;
}.leadership_profile .job_content {
    padding: 3rem 2rem 2rem;
    z-index: 3;
    margin-left: 0;
    transform: none;
}.leadership_profile .job_content::before {
    width: 50%;
    left: 50%;
    top: 0;
    height: 5px;
    transform: translateX(-50%);
}.leadership_profile .opinion_showcase:hover .img_placeholder,
    .leadership_profile .opinion_showcase:hover .job_content,
    .leadership_profile .opinion_showcase:hover .name,
    .leadership_profile .opinion_showcase:hover .job_content div:nth-child(2),
    .leadership_profile .opinion_showcase:hover .employee_section {
    transform: none;
}}



@media (max-width: 991px) {.customer_comments {
    padding: 4rem 0;
}.customer_comments h2.container {
    font-size: calc(32px - 0.15rem);
    margin-bottom: 3rem;
}.customer_comments .review_track {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.customer_comments .opinion_showcase {
    padding: 1.75rem;
}
}



@media (min-width: 768px) {.thanksArea {
    padding: 7rem 0;
}.thanksArea .pro_classes {
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.thanksArea .pro_classes > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 3rem;
    transform: translateY(0) rotateY(-5deg);
}.thanksArea .pro_classes > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.thanksArea h5 {
    text-align: left;
    font-size: calc(21px * 1.1);
}.thanksArea .pro_classes > div:last-child {
    padding: 3rem;
}
}



@media (max-width: 480px) {.thanksArea {
    padding: 3rem 0;
}.thanksArea .container {
    padding: 0 1.5rem;
}.thanksArea .pro_classes > div:first-child,
  .thanksArea .pro_classes > div:last-child {
    padding: 1.5rem;
}.thanksArea h5 {
    font-size: calc(21px * 0.85);
}}



@media screen and (max-width: 576px) {.digital_res {
    padding: 3rem 0 2rem;
}.digital_res .company_holder h3 {
    font-size: calc(32px * 0.9);
}.digital_res .webinar_arch {
    font-size: calc(14px * 0.9);
}.digital_res .header_pro .top_head a {
    font-size: calc(14px * 0.9);
}.green_edu {
    padding: 1rem 0;
    margin-top: 2rem;
}
}



@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateZ(-50px) rotateX(15deg) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateZ(20px) rotateX(5deg) translateY(0);
  }
}



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}


    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }



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

@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}



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

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



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



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

