header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 0;
    margin-top: 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}



.header_main {
    flex: 1 0 auto;
}

.header_main {
    background: rgb(226,224,204);
    margin-top: 0;
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

.landing_page::after {
    pointer-events: none;
    opacity: 0.05;
    transform: skewY(-5deg) scale(1.2);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 10px,
    rgb(154,141,143,0.5) 10px,
    rgb(154,141,143,0.5) 11px
  );
    z-index: -1;
}

.landing_page h1.main_hero::after {
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform-origin: left center;
    height: 6px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    animation: expandLine 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
}

.landing_page .fast_track::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 50%,
    transparent 100%
  );
}

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

.customer_support .container {
    z-index: 1;
    position: relative;
}

.customer_support .contact_help {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 50px;
    border-radius: 27px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, transparent 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.customer_support .contact_help p {
    color: #000000;
    max-width: 700px;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 12px;
}

.customer_support .get_contactform {
    width: 110px;
    height: 110px;
    display: flex;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    overflow: hidden;
    flex-direction: column;
}

.customer_support .get_contactform span {
    color: #000000;
    font-size: calc(12px * 0.85);
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
}

.our_background::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(192,181,179,0.5) 100%);
    position: absolute;
    backdrop-filter: blur(3px) saturate(110%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
}

.our_background .text_details {
    background: rgba(255, 255, 255, 0.92);
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 4px solid rgb(192,181,179);
    backdrop-filter: blur(10px);
}

.our_background .text_details {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
    transform: none;
}

.our_background .text_details {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}

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

.our_background li {
    margin-bottom: 1.5rem;
}

.our_background span {
    position: relative;
    color: #000000;
    max-width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    font-weight: 400;
    padding-left: 1rem;
    font-size: 12px;
    line-height: 1.8;
}

.our_background span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    padding-left: 0.75rem;
}

.our_background span {
    font-size: calc(12px * 0.9);
    padding-left: 0.5rem;
    line-height: 1.5;
}

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

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

.contact_form_section .img_placeholder {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.contact_form_section .request_request {
    display: flex;
    padding: 60px;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

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

.contact_form_section form h3 {
    display: inline-block;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}

.contact_form_section form input[type="text"] {
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 14px;
    border-bottom: 2px solid rgb(226,224,204);
    margin-bottom: 25px;
    padding: 20px 25px;
    border: none;
}

.contact_form_section .support_request label::before {
    background: transparent;
    position: absolute;
    height: 22px;
    border: 2px solid rgb(226,224,204);
    content: "";
    width: 22px;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.contact_form_section .support_request label a::after {
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -1px;
    transform: scaleX(1);
    background: rgb(192,181,179);
    left: 0;
    transform-origin: left;
    width: 100%;
}

.contact_form_section .query_reach::before {
    top: 0;
    content: "";
    position: absolute;
    left: -10px;
    height: 100%;
    background: rgb(154,141,143);
    transform: skewX(-25deg);
    width: 0;
    transition: width 0.5s ease;
    z-index: -1;
}

.contact_form_section svg:hover,
.contact_form_section svg:hover path {
    stroke: rgb(154,141,143);
}

#cookie_warning_box {
    display: none;
}

.popupPrivacySettings .container {
    justify-content: space-between;
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.cookie_gate {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}

.cookie_gate p {
    font-size: 1rem;
    color: #000000;
}

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

.consent_ack:hover {
    transform: translateY(-3px);
    background: #000000;
}

.popupPrivacySettings p a {
    color: rgb(192,181,179);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.potential_learners::before {
    right: 0;
    position: absolute;
    width: 50%;
    top: 0;
    opacity: 0.1;
    background: rgb(192,181,179,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
    height: 100%;
    content: "";
}

.potential_learners .pro_classes {
    position: relative;
}

.potential_learners div > div {
    position: relative;
    max-width: 800px;
    flex-direction: column;
    margin-left: 60px;
    display: flex;
}

.potential_learners div > div::before {
    z-index: 1;
    content: "";
    left: 15px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    top: 0;
    width: 2px;
    position: absolute;
}

.potential_learners p::after {
    z-index: 3;
    transform: translateY(-50%);
    width: 16px;
    background: #ffffff;
    content: "";
    border: 3px solid rgb(192,181,179);
    position: absolute;
    top: 50%;
    border-radius: 50%;
    height: 16px;
    left: -42px;
    transition: all 0.3s ease;
}

.potential_learners p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}

.potential_learners p:nth-child(2) {
    transform: translateX(30px);
}

.potential_learners p:nth-child(5) {
    transform: translateX(120px);
}

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

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

.potential_learners .pro_classes > div p:nth-child(1) {
    animation-delay: 0.1s;
}

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

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

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

.secure_safe::before {
    position: absolute;
    box-shadow: 0 0 20px rgba(rgb(192,181,179,0.5), 0.2);
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    height: 8px;
    width: 100%;
    transform: scaleX(0.95);
    content: "";
    transform-origin: left;
}

.secure_safe h1::after {
    background: linear-gradient(90deg, rgb(192,181,179), transparent);
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -1rem;
    content: "";
    animation: pulse 4s infinite alternate ease-in-out;
    height: 4px;
    width: 6rem;
}

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

.secure_safe p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    color: #000000;
    max-width: 90ch;
    line-height: 1.7;
}

.secure_safe ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.secure_safe li {
    font-size: 16px;
    position: relative;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    line-height: 1.6;
}

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

.course_program_info::after {
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(192,181,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(154,141,143,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    z-index: 1;
}

.course_program_info .text_details::before {
    left: 0;
    pointer-events: none;
    content: "";
    height: 100%;
    opacity: 0.3;
    border-radius: 18px;
    width: 100%;
    border: 1px solid rgb(192,181,179,0.5);
    top: 0;
    position: absolute;
}

.course_program_info .text_details h2::after {
    content: "";
    width: 80px;
    background: rgb(192,181,179,0.5);
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 40px);
}

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

.course_program_info .container::before {
    content: "";
    animation: circuitPulse 8s infinite alternate;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(192,181,179,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(192,181,179,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(192,181,179,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(154,141,143,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(192,181,179,0.5) 2px, transparent 2px);
    z-index: 0;
    left: 0;
    opacity: 0.05;
    top: 0;
    width: 100%;
}



.course_program_info .img_placeholder::after {
    animation: borderGlow 4s infinite alternate;
}

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

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

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

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

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

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

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

.plan_selection .trial_rates:hover .fee_choices h4::after {
    width: 60px;
}

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

.leadership_profile {
    padding: 6rem 2rem;
    background: linear-gradient(90deg, rgb(226,224,204) 30%, rgb(154,141,143,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.leadership_profile .opinion_showcase {
    position: relative;
    gap: 0;
    transform: rotateX(5deg) rotateZ(-1deg);
    display: grid;
    z-index: 1;
    margin: 0 auto;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
}

.leadership_profile .job_content::before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    left: 0;
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    height: 60%;
    top: 50%;
    width: 10px;
}

.leadership_profile .employee_section {
    transition: transform 0.5s ease 0.2s;
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    font-style: italic;
    transform: translateZ(10px);
}

.leadership_profile .opinion_showcase:hover .job_content {
    transform: translateZ(30px) translateX(20px);
}

.leadership_profile .opinion_showcase:hover .employee_section {
    transform: translateZ(30px);
}



header .header_learn {
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    position: relative;
}

header .main_pagebar {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}

header .head_pro:hover {
    transform: translateY(-3px) scale(1.02);
}

header .head_pro img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .header_pro {
    position: relative;
    z-index: 5;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .nav_main a {
    font-weight: 600;
    transition: all 0.4s ease;
    z-index: 1;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    font-size: 15px;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
    color: #ffffff;
}

header .nav_main::after {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: radial-gradient(circle at center, rgb(192,181,179,0.5) 0%, transparent 70%);
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    left: 0;
    pointer-events: none;
    top: 0;
    z-index: -1;
}

.customer_comments::after {
    width: 35%;
    height: 35%;
    border-radius: 50%;
    bottom: -5%;
    right: -5%;
    content: '';
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, 
        rgb(192,181,179,0.5) 0%, 
        transparent 70%);
}

.customer_comments .container.pro_classes {
    margin: 0 auto;
    position: relative;
    max-width: 95%;
    z-index: 2;
}

.customer_comments .review_track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    perspective: 1000px;
}

.customer_comments .opinion_showcase::after {
    font-family: Arial, sans-serif;
    font-size: 8rem;
    content: '"';
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    color: rgb(154,141,143,0.5);
    top: -20px;
    right: 20px;
}

.customer_comments .opinion_showcase h3 {
    position: relative;
    font-size: calc(20px + 0.1rem);
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
}

.customer_comments .opinion_showcase div {
    border: 3px solid #ffffff;
    width: 80px;
    height: 80px;
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
    transition: transform 0.4s ease;
    margin-top: auto;
    border-radius: 50%;
    overflow: hidden;
}

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

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

.thanksArea .pro_classes {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    animation: fadeInUp 0.8s ease-out forwards;
    display: grid;
    transform-style: preserve-3d;
}

.thanksArea .pro_classes > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}

.thanksArea .pro_classes > div:first-child::before {
    filter: blur(10px);
    background: rgb(192,181,179,0.5);
    width: 90%;
    height: 10px;
    opacity: 0.7;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    left: 50%;
    content: "";
}

.thanksArea .pro_classes > div:last-child:hover {
    transform: translateY(-5px);
}

.thanksArea a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.thanksArea a:hover {
    transform: scale(1.01);
}

.thanksArea a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(154,141,143);
}

.digital_res::after {
    left: 0;
    opacity: 0.15;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    animation: gridAnimate 15s linear infinite;
    background-size: 30px 30px;
    background: 
        linear-gradient(rgba(rgb(192,181,179), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(192,181,179), 0.2) 1px, transparent 1px);
    position: absolute;
    z-index: -1;
}

.digital_res .company_holder h3 {
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(192,181,179));
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 32px;
    -webkit-text-fill-color: transparent;
}

.digital_res .header_pro {
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.digital_res .header_pro .top_head {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}

.digital_res .header_pro .top_head a {
    color: #ffffff;
    z-index: 1;
    font-size: 14px;
    border-radius: 10px;
    opacity: 0.7;
    padding: 0.4rem 1rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.green_edu {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    margin-top: 4rem;
    grid-column: 1 / 13;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

::-webkit-scrollbar {
    width: 17px;
    height: 15px;
}

::-webkit-scrollbar-button {
    border-radius: 7px;
    height: 2px;
}

::-webkit-scrollbar-track {
    border: 1px dotted rgb(226,224,204);
    box-shadow: inset 4px 0px 5px 8px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    border: 1px groove rgb(192,181,179,0.5);
    transition: transform 2.6s ease-in;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px -4px 7px 8px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 1px 4px 4px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-corner {
    background: rgb(154,141,143,0.5);
    border: 1px dotted rgb(192,181,179,0.5);
    border-radius: 7px;
}



@media screen and (max-width: 991px) {.customer_support {
    padding: 80px 0;
}.customer_support .contact_help {
    padding: 40px;
}.customer_support .get_contactform {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 991px) {.our_background {
    padding: 80px 0 60px;
}.our_background .text_details {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-0.5deg);
}.our_background h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 1.5rem;
}.our_background h4 {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 1024px) {.contact_form_section {
    padding: 80px 0;
}.contact_form_section .img_placeholder {
    min-height: 500px;
}.contact_form_section .request_request {
    padding: 50px 40px;
}
}


@media only screen and (max-width: 768px) {.popupPrivacySettings .container {
    flex-direction: column;
    align-items: center;
}.user_alert {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_gate {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.privacy_cookies {
    margin-left: 0;
    margin-top: 0.5rem;
}}




@media (max-width: 991px) {.potential_learners {
    padding: 80px 0;
}.potential_learners h4 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.potential_learners div > div {
    margin-left: 40px;
}.potential_learners p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.potential_learners p:nth-child(1) {
    transform: translateX(0);
}.potential_learners p:nth-child(2) {
    transform: translateX(20px);
}.potential_learners p:nth-child(3) {
    transform: translateX(40px);
}.potential_learners p:nth-child(4) {
    transform: translateX(60px);
}.potential_learners p:nth-child(5) {
    transform: translateX(80px);
}.potential_learners p:nth-child(6) {
    transform: translateX(100px);
}.potential_learners p:nth-child(7) {
    transform: translateX(120px);
}.potential_learners p:nth-child(8) {
    transform: translateX(140px);
}.potential_learners p:nth-child(9) {
    transform: translateX(160px);
}.potential_learners p:nth-child(10) {
    transform: translateX(180px);
}.potential_learners p:nth-child(1):hover {
    transform: translateX(5px);
}.potential_learners p:nth-child(2):hover {
    transform: translateX(25px);
}.potential_learners p:nth-child(3):hover {
    transform: translateX(45px);
}.potential_learners p:nth-child(4):hover {
    transform: translateX(65px);
}.potential_learners p:nth-child(5):hover {
    transform: translateX(85px);
}.potential_learners p:nth-child(6):hover {
    transform: translateX(105px);
}.potential_learners p:nth-child(7):hover {
    transform: translateX(125px);
}.potential_learners p:nth-child(8):hover {
    transform: translateX(145px);
}.potential_learners p:nth-child(9):hover {
    transform: translateX(165px);
}.potential_learners p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media (max-width: 768px) {.course_program_info {
    padding: 60px 0;
}.course_program_info .text_details {
    padding: 25px;
}.course_program_info .img_placeholder {
    height: 350px;
}.course_program_info .text_details h2 {
    font-size: calc(36px * 0.9);
}
}



@media (min-width: 992px) {.course_program_info .text_details:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.course_program_info .text_details:hover::before {
    border-color: rgb(192,181,179);
    transition: all 0.3s ease;
    opacity: 0.5;
}.course_program_info .img_placeholder:hover::after {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}}



@media (max-width: 576px) {.plan_selection {
    padding: 60px 0;
}.plan_selection h2 {
    font-size: calc(38px * 0.7);
}.plan_selection .study_fees {
    font-size: calc(14px * 0.9);
}.plan_selection .fee_choices {
    padding: 20px 15px;
}.plan_selection .fee_choices h4 {
    font-size: 20px;
}.plan_selection .fee_choices p {
    font-size: calc(14px * 0.85);
}.plan_selection .fee_plans {
    font-size: 20px;
    padding: 8px 15px;
}}



@media (max-width: 991px) {header {
    padding: 0;
}header .header_learn {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .main_pagebar {
    margin-bottom: 0;
}header .header_pro {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .nav_main {
    margin: 0 0.2rem;
}header .nav_main a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .main_pagebar::before {
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
}
}



@media (max-width: 479px) {header .header_learn {
    padding: 0.7rem 1rem;
}header .main_pagebar {
    max-width: 110px;
}header .nav_main a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}



@media (max-width: 768px) {.customer_comments {
    padding: 3.5rem 0;
}.customer_comments h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(32px - 0.25rem);
}.customer_comments .review_track {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.75rem;
}.customer_comments .opinion_showcase {
    padding: 1.5rem;
}.customer_comments .opinion_showcase div {
    height: 70px;
    width: 70px;
}
}



@media (min-width: 992px) {.thanksArea {
    padding: 9rem 0;
}.thanksArea .pro_classes {
    grid-gap: 4rem;
}.thanksArea .pro_classes > div:first-child {
    padding: 4rem;
}.thanksArea h5 {
    font-size: calc(21px * 1.2);
}.thanksArea .pro_classes > div:last-child {
    padding: 4rem;
}.thanksArea p {
    font-size: calc(16px * 1.05);
}
}



@media screen and (max-width: 992px) {.digital_res .container {
    grid-template-columns: repeat(1, 1fr);
}.digital_res .company_holder {
    grid-row: 1;
    grid-column: 1;
}.digital_res .lang_learn {
    grid-row: 2;
    margin-top: 2rem;
    grid-column: 1;
}.green_edu {
    margin-top: 3rem;
    grid-row: 3;
}
}



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



@keyframes expandLine {
  from {
    transform: scaleX(0.2);
    opacity: 0;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}



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



@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

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

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

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



@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



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



@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(5px) rotate(-360deg);
    }
}



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

