﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.nav_sectionk {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1242px;
}.login_footerm {
    flex: 0 0 auto;
}.warp-containerk {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_sanctuaryp {
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 40px;
    overflow: hidden;
}.privacy_sanctuaryp h1 {
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(144,158,145);
    margin-bottom: 30px;
    font-size: 38px;
    margin-top: 40px;
    font-weight: 700;
    color: rgb(144,158,145);
}.privacy_sanctuaryp h2 {
    border-bottom: 2px solid rgb(100,107,100);
    font-weight: 600;
    margin-bottom: 25px;
    color: rgb(100,107,100);
    margin-top: 35px;
    padding-bottom: 10px;
    font-size: 38px;
}.privacy_sanctuaryp ul, .privacy_sanctuaryp ol {
    margin: 25px 0;
    list-style-type: none;
    padding-left: 0;
}.privacy_sanctuaryp ul li, .privacy_sanctuaryp ol li {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.privacy_sanctuaryp ul li::before, .privacy_sanctuaryp ol li::before {
    height: 10px;
    left: 0;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: rgb(144,158,145);
}.privacy_sanctuaryp p, .privacy_sanctuaryp span, .privacy_sanctuaryp div {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_sanctuaryp {
    padding: 25px;
}.privacy_sanctuaryp h1 {
    margin-bottom: 20px;
    font-size: 38px;
}.privacy_sanctuaryp h2 {
    margin-bottom: 15px;
    font-size: 24px;
}.privacy_sanctuaryp ul li, .privacy_sanctuaryp ol li {
    font-size: 14px;
}}

.privacy_sanctuaryp h3, .privacy_sanctuaryp h4, .privacy_sanctuaryp h5, .privacy_sanctuaryp h6 {
    padding-bottom: 5px;
    margin-top: 30px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}.privacy_sanctuaryp section {
    margin-bottom: 20px;
    padding: 25px;
    background: rgb(191,196,171);
    border-radius: 10px;
}.privacy_sanctuaryp a {
    color: rgb(144,158,145);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    border-bottom: 2px solid rgb(144,158,145,0.5);
}.privacy_sanctuaryp a:hover {
    color: rgb(100,107,100);
    border-bottom-color: rgb(100,107,100,0.5);
}.homepage2 {
    background: rgb(191,196,171);
    justify-content: center;
    padding: 2rem;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}.homepage2::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(144,158,145,0.5) 0%, rgb(100,107,100,0.5) 100%);
    opacity: 0.15;
    left: 0;
    top: 0;
    z-index: 1;
}.homepage2::after {
    content: "";
    opacity: 0.1;
    transform: scale(2);
    width: 100%;
    right: -50%;
    top: -50%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(144,158,145,0.5) 0%, transparent 70%);
}.homepage2 .intro_title1 {
    width: 90%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    20px 20px 60px rgba(0,0,0,0.08), 
    -10px -10px 30px rgba(255,255,255,0.05),
    inset 5px 5px 10px rgba(255,255,255,0.05),
    inset -5px -5px 10px rgba(0,0,0,0.02);
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}.homepage2 .intro_title1:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}.homepage2 .intro_title1 > div:first-child {
    opacity: 0;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    border-left: 4px solid rgb(144,158,145);
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.homepage2 .intro_title1 > div:first-child p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: calc(16px * 1.1);
    color: #000000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 0;
}.homepage2 .learn_legacyk {
    transform: translateY(20px);
    position: relative;
    margin-top: 3rem;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}.homepage2 .learn_legacyk > div {
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(0,0,0,0.15), 
    -5px -5px 20px rgba(255,255,255,0.1),
    inset 1px 1px 2px rgba(255,255,255,0.05);
    position: relative;
}.homepage2 .learn_legacyk > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.homepage2 .learn_legacyk > div::after {
    content: "";
    height: 120%;
    mix-blend-mode: overlay;
    width: 120%;
    left: -10%;
    pointer-events: none;
    position: absolute;
    top: -10%;
    z-index: 2;
    background: radial-gradient(
    ellipse at top right,
    rgb(144,158,145,0.5) 0%,
    transparent 70%
  );
    opacity: 0.7;
}.homepage2 .learn_legacyk h3 {
    line-height: 1.5;
    z-index: 3;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    transform: translateY(10px);
    padding: 2rem 2rem 1rem;
    margin: 0;
    color: #ffffff;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    font-weight: 400;
    position: relative;
    font-size: calc(20px * 0.9);
    opacity: 0;
}.homepage2 .learn_legacyk > div > div {
    margin-top: 1rem;
    padding: 2rem;
    backdrop-filter: blur(5px);
    z-index: 3;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    position: relative;
}.homepage2 .learn_legacyk > div > div > div {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    padding: 2rem;
    transform: perspective(500px) rotateX(3deg);
}.homepage2 .learn_legacyk > div > div > div:hover {
    transform: perspective(500px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    8px 8px 20px rgba(0,0,0,0.15), 
    -5px -5px 15px rgba(255,255,255,0.08),
    inset 1px 1px 2px rgba(255,255,255,0.08),
    inset -1px -1px 2px rgba(0,0,0,0.08);
}.homepage2 .title_style_header {
    position: relative;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    color: #ffffff;
    font-size: calc(43px * 0.9);
    transform: translateY(20px);
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}.homepage2 .title_style_header::after {
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(to right, rgb(144,158,145), rgb(100,107,100));
    transform: translateX(-50%);
}

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

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

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

@media screen and (max-width: 992px) {.homepage2 {
    padding: 1.5rem;
}.homepage2 .intro_title1 {
    padding: 2rem 1.5rem;
    width: 95%;
}.homepage2 .title_style_header {
    font-size: calc(28px * 1.1);
}.homepage2 .learn_legacyk h3 {
    font-size: 20px;
    padding: 1.5rem 1.5rem 1rem;
}
}

@media screen and (max-width: 768px) {.homepage2 {
    padding: 4rem 1rem;
    min-height: auto;
}.homepage2 .intro_title1 {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem 1.25rem;
}.homepage2 .intro_title1 > div:first-child {
    margin-bottom: 1.5rem;
}.homepage2 .intro_title1 > div:first-child p {
    font-size: 16px;
}.homepage2 .learn_legacyk > div > div {
    padding: 1.5rem 1rem;
}.homepage2 .learn_legacyk > div > div > div {
    padding: 1.5rem 1rem;
}.homepage2 .title_style_header {
    font-size: calc(28px * 0.95);
}.homepage2 .title_style_header::after {
    bottom: -12px;
    width: 60px;
    height: 3px;
}.homepage2 .learn_legacyk h3 {
    font-size: calc(16px * 1.1);
    padding: 1.5rem 1.25rem 0.75rem;
}
}

@media screen and (max-width: 576px) {.homepage2 {
    padding: 3rem 0.75rem;
}.homepage2 .intro_title1 {
    width: 100%;
    transform: none;
    padding: 1.25rem 1rem;
}.homepage2 .intro_title1 > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
}.homepage2 .learn_legacyk {
    margin-top: 2rem;
}.homepage2 .learn_legacyk > div > div {
    padding: 1.25rem 0.75rem;
}.homepage2 .learn_legacyk > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.homepage2 .title_style_header {
    font-size: calc(28px * 0.85);
}.homepage2 .title_style_header::after {
    height: 3px;
    bottom: -10px;
    width: 50px;
}.homepage2 .learn_legacyk h3 {
    font-size: 16px;
    padding: 1.25rem 1rem 0.75rem;
}}.course_program_infoE {
    max-height: 900px;
    background-color: #ffffff;
    overflow: hidden;
    min-height: 600px;
    position: relative;
    height: 100vh;
}.course_program_infoE::before {
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 70%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    top: 0;
    left: 0;
    content: '';
}.course_program_infoE .online_classJ {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}.course_program_infoE .lesson_routes {
    width: 500%;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    animation: carousel-slide 30s infinite linear;
    position: absolute;
}.course_program_infoE .online_classJ:hover .lesson_routes {
    animation-play-state: paused;
}.course_program_infoE .study_hackA {
    height: 100%;
    width: 20%;
    overflow: hidden;
}.course_program_infoE .study_hackA img {
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    height: 100%;
    transition: transform 1s ease;
    filter: brightness(1.05) contrast(1.1);
}.course_program_infoE .study_hackA:hover img {
    transform: scale(1.2);
}.course_program_infoE .container {
    position: relative;
    align-items: center;
    display: flex;
    z-index: 2;
    padding-left: 0;
    justify-content: flex-start;
    width: 65%;
    height: 100%;
}.course_program_infoE .class_sessionst {
    padding-left: 3%;
    max-width: 750px;
    width: 100%;
}.course_program_infoE .learn_careerG {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-top: 4px solid rgb(144,158,145);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    background-color: #ffffff;
}.course_program_infoE .learn_careerG h3 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.course_program_infoE .learn_careerG p {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 13px;
}.course_program_infoE .learn_careerG .query_infor {
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(to right, rgb(144,158,145), rgb(100,107,100));
}.course_program_infoE .learn_careerG .query_infor::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, rgb(100,107,100), rgb(144,158,145));
    top: 0;
}.course_program_infoE .learn_careerG .query_infor:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_program_infoE .learn_careerG .query_infor:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media screen and (max-width: 1200px) {.course_program_infoE .container {
    width: 70%;
}.course_program_infoE::before {
    width: 75%;
}
}

@media screen and (max-width: 992px) {.course_program_infoE {
    max-height: none;
    height: auto;
    flex-direction: column;
    display: flex;
    min-height: 0;
}.course_program_infoE::before {
    background: linear-gradient(180deg, rgb(191,196,171) 0%, transparent 50%);
}.course_program_infoE .online_classJ {
    width: 100%;
    position: relative;
    order: 2;
    height: 400px;
}.course_program_infoE .container {
    width: 100%;
    order: 1;
    padding: 4rem 2rem;
}.course_program_infoE .class_sessionst {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 768px) {.course_program_infoE .online_classJ {
    height: 350px;
}.course_program_infoE .container {
    padding: 3rem 1.5rem;
}.course_program_infoE .learn_careerG {
    padding: 2rem;
}.course_program_infoE .learn_careerG h3 {
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 576px) {.course_program_infoE .online_classJ {
    height: 250px;
}.course_program_infoE .container {
    padding: 2.5rem 1rem;
}.course_program_infoE .learn_careerG {
    padding: 1.5rem;
}.course_program_infoE .learn_careerG h3 {
    font-size: calc(30px * 0.8);
}.course_program_infoE .learn_careerG p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.course_program_infoE .learn_careerG .query_infor {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.contact_form_sectionS {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_form_sectionS::before {
    background: rgb(100,107,100,0.5);
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}.contact_form_sectionS .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1400px;
}.contact_form_sectionS .message_mapR {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
}.contact_form_sectionS .inquiry_requestF {
    display: flex;
    grid-row: 2;
    border-radius: 0 0 19px 19px;
    padding: 60px 50px;
    justify-content: space-between;
    background: #ffffff;
    flex-wrap: wrap;
}.contact_form_sectionS .inquiry_requestF h3 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    position: relative;
    font-size: 35px;
    margin-bottom: 40px;
    color: #000000;
}.contact_form_sectionS .inquiry_requestF h3::after {
    position: absolute;
    content: '';
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(144,158,145);
    width: 80px;
    left: 50%;
}.contact_form_sectionS .inquiry_requestF div {
    flex: 0 0 calc(50% - 20px);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    padding: 20px;
    background: rgb(191,196,171);
}.contact_form_sectionS .inquiry_requestF div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_form_sectionS .inquiry_requestF svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_form_sectionS .inquiry_requestF svg path {
    fill: rgb(144,158,145);
}.contact_form_sectionS .inquiry_requestF span {
    color: #000000;
    font-size: 15px;
}.contact_form_sectionS .inquiry_requestF a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(144,158,145);
}.contact_form_sectionS .inquiry_requestF a:hover {
    color: rgb(100,107,100);
}.contact_form_sectionS .inquiry_inquiryL {
    grid-row: 1;
    padding: 0;
    border-radius: 19px 19px 0 0;
    position: relative;
    overflow: hidden;
    background: rgb(144,158,145);
}.contact_form_sectionS .inquiry_inquiryL::before {
    background: rgb(100,107,100);
    border-radius: 50%;
    top: -50px;
    width: 150px;
    opacity: 0.2;
    position: absolute;
    right: -50px;
    content: '';
    height: 150px;
}.contact_form_sectionS .inquiry_inquiryL::after {
    width: 200px;
    height: 200px;
    background: rgb(100,107,100);
    opacity: 0.1;
    position: absolute;
    bottom: -80px;
    left: -80px;
    content: '';
    border-radius: 50%;
}.contact_form_sectionS form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact_form_sectionS form h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}.contact_form_sectionS form h3::after {
    content: '';
    height: 3px;
    left: 50%;
    width: 80px;
    background: #ffffff;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
}.contact_form_sectionS form input[type="text"],
.contact_form_sectionS form input[type="email"] {
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    padding: 18px 20px;
}.contact_form_sectionS form input[type="text"]:focus,
.contact_form_sectionS form input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}.contact_form_sectionS form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_sectionS .connect_messageS {
    margin: 25px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact_form_sectionS .connect_messageS input[type="checkbox"] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    appearance: none;
    border-radius: 10px;
    width: 22px;
    cursor: pointer;
    margin-right: 15px;
    flex-shrink: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    position: relative;
    height: 22px;
}.contact_form_sectionS .connect_messageS input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_form_sectionS .connect_messageS input[type="checkbox"]:checked::before {
    content: '';
    height: 10px;
    top: 4px;
    width: 6px;
    transform: rotate(45deg);
    border: solid rgb(144,158,145);
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
}.contact_form_sectionS .connect_messageS label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}.contact_form_sectionS .connect_messageS a {
    transition: opacity 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
}.contact_form_sectionS .connect_messageS a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_form_sectionS .query_infor {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 18px 20px;
    color: rgb(144,158,145);
    background: #ffffff;
    font-size: 19px;
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 700;
}.contact_form_sectionS .query_infor:hover {
    transform: translateY(-3px);
    background: rgb(191,196,171);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.contact_form_sectionS form {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_form_sectionS form h3 {
    grid-column: span 2;
}.contact_form_sectionS .connect_messageS {
    grid-column: span 2;
}.contact_form_sectionS .query_infor {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_form_sectionS {
    padding: 90px 0;
}.contact_form_sectionS .inquiry_inquiryL,
    .contact_form_sectionS .inquiry_requestF {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_sectionS {
    padding: 70px 0;
}.contact_form_sectionS .inquiry_requestF div {
    flex: 0 0 100%;
}.contact_form_sectionS .inquiry_inquiryL,
    .contact_form_sectionS .inquiry_requestF {
    padding: 40px 30px;
}.contact_form_sectionS .inquiry_requestF h3,
    .contact_form_sectionS form h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact_form_sectionS {
    padding: 50px 0;
}.contact_form_sectionS .inquiry_inquiryL,
    .contact_form_sectionS .inquiry_requestF {
    padding: 30px 25px;
}.contact_form_sectionS .inquiry_requestF h3,
    .contact_form_sectionS form h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 30px;
}.contact_form_sectionS form input[type="text"],
    .contact_form_sectionS form input[type="email"] {
    padding: 15px;
}}.user_commentsg {
    position: relative;
    background: linear-gradient(135deg, rgb(191,196,171) 0%, rgb(144,158,145,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.user_commentsg::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    left: 0;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(100,107,100,0.5) 0%, transparent 60%);
}.user_commentsg::after {
    height: 20px;
    transform: rotate(-1deg);
    background: #ffffff;
    position: absolute;
    filter: blur(15px);
    left: -10%;
    opacity: 0.3;
    bottom: -10px;
    width: 120%;
    content: "";
}.user_commentsg h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 2px 2px 4px rgb(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 0.5px;
    font-size: 31px;
    text-align: center;
}.user_commentsg h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(144,158,145) 0%, rgb(100,107,100) 100%);
    left: 50%;
    width: 80px;
    content: "";
    border-radius: 10px;
    height: 4px;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: -15px;
}.user_commentsg .container.class_sessionst {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.user_commentsg .feedback_starsa {
    padding: 0.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.user_commentsg .testimonials_hubX {
    background: #ffffff;
    position: relative;
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    padding: 1.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}.user_commentsg .testimonials_hubX:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -15px -15px 30px rgba(255, 255, 255, 1),
                0 10px 20px rgba(rgb(144,158,145,0.5), 0.2);
    transform: translateY(-8px) scale(1.02);
}.user_commentsg .testimonials_hubX::before {
    top: 0;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(144,158,145) 0%, rgb(100,107,100) 100%);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
}.user_commentsg .testimonials_hubX:hover::before {
    transform: scaleX(1);
}.user_commentsg .testimonials_hubX h3 {
    color: #000000;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.75rem;
}.user_commentsg .testimonials_hubX h3::after {
    content: "";
    height: 2px;
    bottom: -5px;
    position: absolute;
    background: rgb(100,107,100);
    left: 0;
    transition: width 0.3s ease;
    width: 30px;
}.user_commentsg .testimonials_hubX:hover h3::after {
    width: 100%;
}.user_commentsg .testimonials_hubX .description {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    z-index: 1;
}.user_commentsg .testimonials_hubX .description::before {
    content: "";
    top: -2rem;
    color: rgb(100,107,100,0.5);
    opacity: 0.15;
    font-size: 5rem;
    transition: transform 0.4s ease, opacity 0.3s ease;
    z-index: -1;
    left: -1rem;
    position: absolute;
}.user_commentsg .testimonials_hubX:hover .description::before {
    opacity: 0.25;
    transform: translateY(-5px) rotate(-5deg);
}.user_commentsg .testimonials_hubX div {
    height: 70px;
    border-radius: 50%;
    width: 70px;
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.1),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease;
    position: relative;
    overflow: hidden;
}.user_commentsg .testimonials_hubX:hover div {
    transform: scale(1.1) translateX(5px);
}.user_commentsg .testimonials_hubX div::before {
    position: absolute;
    z-index: 2;
    content: "";
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}.user_commentsg .testimonials_hubX:hover div::before {
    opacity: 1;
}.user_commentsg .testimonials_hubX div img {
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}.user_commentsg .testimonials_hubX:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.user_commentsg {
    padding: 4rem 0;
}.user_commentsg h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.user_commentsg .feedback_starsa {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.user_commentsg {
    padding: 3rem 0;
}.user_commentsg h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.user_commentsg h2::after {
    width: 60px;
    height: 3px;
}.user_commentsg .feedback_starsa {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.user_commentsg .testimonials_hubX {
    padding: 1.25rem;
}
}

@media (max-width: 575px) {.user_commentsg {
    padding: 2.5rem 0;
}.user_commentsg h2 {
    transform: none;
    font-size: calc(31px * 0.7);
    padding: 0 1rem;
}.user_commentsg .feedback_starsa {
    gap: 1.5rem;
    padding: 0 1rem;
    grid-template-columns: 1fr;
}.user_commentsg .testimonials_hubX {
    padding: 1.25rem;
}.user_commentsg .testimonials_hubX:hover {
    transform: translateY(-5px);
}
}

@media (min-width: 1400px) {.user_commentsg h2 {
    font-size: calc(31px * 1.1);
}.user_commentsg .feedback_starsa {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
}.user_commentsg .testimonials_hubX {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.user_commentsg .testimonials_hubX,
    .user_commentsg .testimonials_hubX::before,
    .user_commentsg .testimonials_hubX h3::after,
    .user_commentsg .testimonials_hubX div,
    .user_commentsg .testimonials_hubX div img,
    .user_commentsg .testimonials_hubX .description::before {
    transition: none;
}.user_commentsg .testimonials_hubX:hover {
    transform: none;
}.user_commentsg .testimonials_hubX:hover div {
    transform: none;
}.user_commentsg .testimonials_hubX:hover div img {
    transform: none;
}}.privacySettingsBannerF {
    border-top: 3px solid rgb(144,158,145);
    background: rgb(100,107,100);
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    bottom: 0;
    padding: 15px 20px;
    z-index: 90;
    width: 100%;
}.data_guardu {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.cookie_complR {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_complR svg {
    width: 50px;
    height: 50px;
    fill: rgb(144,158,145);
}.track_barn {
    flex-direction: column;
    display: flex;
    justify-content: center;
    max-width: 600px;
}.privacySettingsBannerF h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}.privacySettingsBannerF p {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.track_eduI {
    padding: 10px 20px;
    flex-shrink: 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: none;
    cursor: pointer;
    margin-left: 10px;
    font-size: 15px;
    background: rgb(144,158,145);
    border: 2px solid rgb(144,158,145);
    min-width: 150px;
    border-radius: 10px;
}.track_eduI:hover {
    background: rgb(144,158,145,0.5);
    border-color: rgb(144,158,145,0.5);
}.privacySettingsBannerF p a {
    text-decoration: none;
    color: rgb(144,158,145);
    border-bottom: 2px solid rgb(144,158,145);
}.privacySettingsBannerF p a:hover {
    border-bottom-color: rgb(100,107,100);
    color: rgb(100,107,100);
}
@media only screen and (max-width: 1200px) {.privacySettingsBannerF {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_complR {
    display: none;
}.data_guardu {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacySettingsBannerF h5, .privacySettingsBannerF p {
    text-align: center;
}.track_barn {
    margin-bottom: 15px;
}.track_eduI {
    margin-left: 0;
    margin-top: 10px;
}}
#cookie_alert_notice6 {
    display: none;
}#cookie_alert_notice6:checked ~ .privacySettingsBannerF {
    visibility: hidden;
    opacity: 0;
}.gratPanelC {
    padding: 7rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(100,107,100,0.5) 0%, rgb(144,158,145,0.5) 40%, rgb(191,196,171) 100%);
    overflow: hidden;
}.gratPanelC::before {
    position: absolute;
    content: "";
    opacity: 0.2;
    height: 200%;
    width: 200%;
    top: -50%;
    left: -50%;
    animation: rotateGradient 30s infinite linear;
    background: radial-gradient(circle at center, rgb(144,158,145,0.5) 0%, transparent 70%);
}.gratPanelC::after {
    pointer-events: none;
    position: absolute;
    content: "";
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(100,107,100,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(100,107,100,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(144,158,145,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(144,158,145,0.5) 0%, transparent 7%);
}.gratPanelC .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.gratPanelC .class_sessionst {
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.gratPanelC .class_sessionst::before {
    pointer-events: none;
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    animation: shimmer 4s infinite;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    content: "";
    height: 100%;
}.gratPanelC .class_sessionst:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}.gratPanelC .class_sessionst > div:first-child {
    opacity: 0;
    transform: translateX(-2rem);
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
}.gratPanelC .class_sessionst > div:last-child {
    transform: translateY(2rem);
    position: relative;
    opacity: 0;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
}.gratPanelC h5 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: rgb(144,158,145);
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.02em;
    display: inline-block;
}.gratPanelC h5::after {
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(144,158,145) 0%, rgb(100,107,100) 100%);
}.gratPanelC p {
    z-index: 1;
    font-size: 13px;
    transition: color 0.3s ease, transform 0.3s ease;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.gratPanelC a {
    border-radius: 6px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}.gratPanelC a::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(144,158,145,0.5) 0%, transparent 100%);
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
}.gratPanelC a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.gratPanelC a:hover::before {
    opacity: 0.15;
}.gratPanelC a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.gratPanelC a::after {
    background: linear-gradient(90deg, rgb(100,107,100) 0%, rgb(144,158,145) 100%);
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    content: "";
}.gratPanelC a:hover::after {
    transform: scaleX(1);
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.gratPanelC {
    padding: 5rem 0;
}.gratPanelC .class_sessionst {
    padding: 2.5rem;
    gap: 2rem;
}.gratPanelC h5 {
    font-size: 18px;
}.gratPanelC p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.gratPanelC {
    padding: 4rem 0;
}.gratPanelC .class_sessionst {
    padding: 2rem;
    gap: 1.5rem;
}.gratPanelC h5 {
    font-size: calc(18px * 0.9);
}.gratPanelC h5::after {
    height: 2px;
}.gratPanelC a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.gratPanelC {
    padding: 3rem 0;
}.gratPanelC .class_sessionst {
    padding: 1.5rem;
    gap: 1.2rem;
}.gratPanelC h5 {
    font-size: calc(18px * 0.85);
    padding-bottom: 0.75rem;
}.gratPanelC p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.gratPanelC a {
    padding: 1rem;
}.gratPanelC a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.gratPanelC .class_sessionst:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.gratPanelC a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.gratPanelC a:hover p {
    transform: none;
}}.course_demographicE {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(191,196,171);
    position: relative;
}.course_demographicE::before {
    height: 100%;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(144,158,145,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(100,107,100,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
    z-index: 0;
}.course_demographicE .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_demographicE .class_sessionst {
    border-radius: 25px;
    padding: 50px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(191,196,171);
    position: relative;
}.course_demographicE h4 {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 50px;
}.course_demographicE h4::after {
    background: linear-gradient(90deg, rgb(144,158,145), rgb(100,107,100));
    bottom: -15px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 2px;
}.course_demographicE div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.course_demographicE div p {
    flex: 1 1 calc(33.333% - 20px);
    overflow: hidden;
    padding: 25px;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
    align-items: center;
    line-height: 1.6;
    position: relative;
    min-width: 250px;
    display: flex;
    border-radius: 25px;
    background: rgb(191,196,171);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}.course_demographicE div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.course_demographicE div p::before {
    left: 0;
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(144,158,145), rgb(100,107,100));
    border-radius: 5px 0 0 5px;
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
}.course_demographicE div p svg {
    transition: all 0.3s ease;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
    padding: 8px;
    background: rgb(191,196,171);
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 40px;
}.course_demographicE div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.course_demographicE div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(144,158,145);
}.course_demographicE div p:hover svg path {
    fill: rgb(100,107,100);
}

@media (max-width: 1100px) {.course_demographicE div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.course_demographicE {
    padding: 80px 0;
}.course_demographicE .class_sessionst {
    padding: 40px 30px;
}.course_demographicE h4 {
    margin-bottom: 40px;
    font-size: calc(31px - 2px);
}.course_demographicE div {
    gap: 20px;
}.course_demographicE div p {
    padding: 20px;
}.course_demographicE div p svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.course_demographicE {
    padding: 60px 0;
}.course_demographicE .class_sessionst {
    padding: 30px 20px;
}.course_demographicE h4 {
    margin-bottom: 35px;
    font-size: calc(31px - 4px);
}.course_demographicE div p {
    flex: 1 1 100%;
    padding: 18px;
}.course_demographicE div p svg {
    margin-right: 15px;
    padding: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
}
}

@media (max-width: 479px) {.course_demographicE {
    padding: 40px 0;
}.course_demographicE .class_sessionst {
    padding: 25px 15px;
}.course_demographicE h4 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
}.course_demographicE div {
    gap: 15px;
}.course_demographicE div p {
    padding: 15px;
    font-size: calc(18px - 1px);
}.course_demographicE div p svg {
    min-width: 26px;
    width: 26px;
    margin-right: 12px;
    padding: 5px;
    height: 26px;
}}.who_we_are2 {
    z-index: 1;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.who_we_are2::before {
    top: 0;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(8px);
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.who_we_are2::after {
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.3;
    content: "";
    height: 200%;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(144,158,145,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    left: -50%;
}.who_we_are2 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.who_we_are2 .paragraph_boxY {
    backdrop-filter: blur(12px);
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
}.who_we_are2 .paragraph_boxY:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.who_we_are2 h1 {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #ffffff;
}.who_we_are2 h1::after {
    content: "";
    transition: transform 0.4s ease-out;
    width: 80px;
    background: linear-gradient(90deg, rgb(144,158,145), transparent);
    left: 0;
    transform: scaleX(1);
    height: 4px;
    transform-origin: left;
    bottom: 0;
    position: absolute;
}.who_we_are2 .paragraph_boxY:hover h1::after {
    transform: scaleX(1.5);
}.who_we_are2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who_we_are2 ul li {
    margin-bottom: 20px;
}.who_we_are2 ul li h4 {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    letter-spacing: 1px;
    transform: translateX(0);
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: rgb(144,158,145);
    font-size: calc(19px * 1.2);
}.who_we_are2 ul li h4::before {
    width: 12px;
    transform: translateY(-50%) scale(0);
    background: rgb(144,158,145);
    height: 12px;
    content: "";
    transition: all 0.3s ease;
    top: 50%;
    opacity: 0;
    left: -20px;
    position: absolute;
}.who_we_are2 .paragraph_boxY:hover ul li h4 {
    transform: translateX(20px);
}.who_we_are2 .paragraph_boxY:hover ul li h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.who_we_are2 ul li span {
    padding: 20px;
    position: relative;
    border-left: 3px solid rgb(144,158,145);
    font-size: 14px;
    overflow: hidden;
    line-height: 1.8;
    opacity: 0.9;
    display: block;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    color: #ffffff;
}.who_we_are2 ul li span::before {
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(144,158,145,0.5) 0%, transparent 100%);
    top: 0;
}.who_we_are2 .paragraph_boxY:hover ul li span {
    transform: translateY(5px);
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.who_we_are2 .paragraph_boxY:hover ul li span::before {
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.who_we_are2 {
    padding: 80px 0;
}.who_we_are2 .paragraph_boxY {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.who_we_are2 h1 {
    font-size: calc(46px * 0.85);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.who_we_are2 {
    padding: 60px 0;
}.who_we_are2 .paragraph_boxY {
    padding: 25px;
    transform: none;
}.who_we_are2 .paragraph_boxY:hover {
    transform: translateY(-5px);
}.who_we_are2 h1 {
    letter-spacing: 2px;
    font-size: calc(46px * 0.7);
}.who_we_are2 ul li h4 {
    font-size: 19px;
}.who_we_are2 ul li span {
    padding: 15px;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.who_we_are2 {
    padding: 40px 0;
}.who_we_are2 .container {
    padding: 0 20px;
}.who_we_are2 .paragraph_boxY {
    padding: 20px;
}.who_we_are2 h1 {
    letter-spacing: 1px;
    font-size: calc(46px * 0.6);
    padding-bottom: 10px;
}.who_we_are2 h1::after {
    width: 60px;
    height: 3px;
}.who_we_are2 ul li span {
    padding: 12px;
    line-height: 1.6;
}}.educational_gainsp {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,196,171) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 100px 0;
    position: relative;
}.educational_gainsp::before {
    background: radial-gradient(circle, rgb(100,107,100,0.5) 0%, transparent 70%);
    content: "";
    height: 300px;
    position: absolute;
    opacity: 0.4;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 300px;
    right: -50px;
    top: -50px;
    z-index: 1;
}.educational_gainsp::after {
    content: "";
    position: absolute;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    left: -80px;
    height: 250px;
    z-index: 1;
    opacity: 0.3;
    bottom: -80px;
    background: radial-gradient(circle, rgb(144,158,145,0.5) 0%, transparent 70%);
    width: 250px;
}.educational_gainsp .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.educational_gainsp .class_sessionst {
    flex-direction: column-reverse;
    position: relative;
    gap: 40px;
    display: flex;
}.educational_gainsp .paragraph_boxY {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    position: relative;
    padding: 35px;
}.educational_gainsp .paragraph_boxY:hover {
    transform: translateY(-5px);
}.educational_gainsp .paragraph_boxY::before {
    width: 5px;
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    background: rgb(144,158,145);
}.educational_gainsp .paragraph_boxY:hover::before {
    height: 100%;
}.educational_gainsp .paragraph_boxY h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(21px * 1.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 25px;
}.educational_gainsp .paragraph_boxY h4::after {
    background: rgb(100,107,100);
    bottom: 0;
    position: absolute;
    width: 80px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    left: 0;
}.educational_gainsp .paragraph_boxY:hover h4::after {
    transform: scaleX(1.5);
}.educational_gainsp .paragraph_boxY > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.educational_gainsp .paragraph_boxY ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.educational_gainsp .paragraph_boxY li {
    margin-bottom: 15px;
    opacity: 0.95;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    transform: translateX(0);
}.educational_gainsp .paragraph_boxY li:hover {
    opacity: 1;
    transform: translateX(5px);
}.educational_gainsp .paragraph_boxY li p {
    margin: 0;
    font-size: 13px;
    display: flex;
    line-height: 1.6;
    gap: 15px;
    color: #000000;
    align-items: flex-start;
}.educational_gainsp .paragraph_boxY li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.educational_gainsp .paragraph_boxY li p span:last-child {
    position: relative;
}.educational_gainsp .paragraph_boxY li p span:last-child::before {
    transition: width 0.4s ease;
    bottom: -2px;
    position: absolute;
    width: 0;
    content: "";
    background: rgb(144,158,145);
    height: 1px;
    left: 0;
}.educational_gainsp .paragraph_boxY li:hover p span:last-child::before {
    width: 100%;
}.educational_gainsp svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.educational_gainsp li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_gainsp svg path {
    transition: fill 0.3s ease;
    fill: rgb(100,107,100);
}.educational_gainsp li:hover svg path {
    fill: rgb(144,158,145);
}.educational_gainsp .snap_shotL {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: auto;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    object-fit: cover;
}.educational_gainsp .snap_shotL:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (min-width: 768px) {.educational_gainsp .class_sessionst {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.educational_gainsp .paragraph_boxY {
    padding: 45px;
}.educational_gainsp .paragraph_boxY > div {
    flex-direction: row;
}.educational_gainsp .snap_shotL {
    object-position: center;
    max-width: 45%;
}.educational_gainsp .paragraph_boxY h4 {
    font-size: calc(21px * 1.2);
}
}

@media (min-width: 992px) {.educational_gainsp {
    padding: 120px 0;
}.educational_gainsp .class_sessionst {
    gap: 80px;
}.educational_gainsp .paragraph_boxY {
    padding: 50px;
}.educational_gainsp .paragraph_boxY h4 {
    margin-bottom: 35px;
    font-size: calc(21px * 1.3);
}.educational_gainsp .paragraph_boxY h4::after {
    width: 100px;
}.educational_gainsp svg {
    width: 24px;
    height: 24px;
}.educational_gainsp .snap_shotL {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.educational_gainsp .container {
    padding: 0;
}.educational_gainsp .class_sessionst {
    gap: 100px;
}.educational_gainsp .paragraph_boxY {
    padding: 60px;
}.educational_gainsp .paragraph_boxY li {
    margin-bottom: 20px;
}.educational_gainsp .snap_shotL {
    max-width: 50%;
}
}

@media (max-width: 767px) {.educational_gainsp {
    padding: 70px 0;
}.educational_gainsp .paragraph_boxY h4 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}.educational_gainsp .paragraph_boxY {
    padding: 25px;
}.educational_gainsp .snap_shotL {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.educational_gainsp svg {
    height: 20px;
    width: 20px;
}}.access_nowr {
    background: linear-gradient(150deg, rgb(144,158,145) 0%, rgb(100,107,100) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0;
}.access_nowr::before {
    content: '';
    z-index: -1;
    top: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            0deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    width: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
}.access_nowr::after {
    top: 0;
    animation: dataFlow 8s linear infinite;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.05) 75%, 
        rgba(255, 255, 255, 0.1) 100%);
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}.access_nowr .class_sessionst {
    display: flex;
    max-width: 1000px;
    align-items: center;
    z-index: 2;
    justify-content: center;
    padding: 0 30px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}.access_nowr .class_sessionst::before {
    top: -100%;
    background: 
        radial-gradient(
            ellipse at center,
            #ffffff 0%,
            transparent 60%
        );
    z-index: -1;
    height: 300%;
    transform-origin: center;
    left: -100%;
    width: 300%;
    content: '';
    position: absolute;
    opacity: 0.03;
    animation: rotateRadial 60s linear infinite;
}.access_nowr .class_sessionst::after {
    width: 100%;
    animation: shiftPattern 40s linear infinite;
    opacity: 0.04;
    background: 
        linear-gradient(45deg, transparent 65%, #ffffff 65.5%, transparent 66%),
        linear-gradient(-45deg, transparent 65%, #ffffff 65.5%, transparent 66%);
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    background-size: 60px 60px;
    position: absolute;
}.access_nowr h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    text-align: center;
    margin-bottom: 55px;
    font-size: 30px;
    position: relative;
    letter-spacing: 4px;
    color: #ffffff;
}.access_nowr h3::before {
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    box-shadow: 0 0 10px #ffffff;
    bottom: -18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: '';
    width: 120px;
}.access_nowr h3::after {
    background-repeat: no-repeat;
    content: '';
    height: 40px;
    background-size: 100% 3px;
    width: 100%;
    top: -45px;
    position: absolute;
    background-position: center;
    background-image: 
        linear-gradient(0deg, 
            transparent 0%, 
            #ffffff 50%, 
            transparent 100%);
    animation: scanLine 3s linear infinite;
    opacity: 0.1;
    left: 0;
}.access_nowr .msg_detailsF {
    text-decoration: none;
    padding: 18px 50px;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(100,107,100,0.5);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
    background: rgb(100,107,100);
    font-size: 19px;
    z-index: 1;
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
}.access_nowr .msg_detailsF::before {
    left: -100%;
    transform: skewX(-20deg);
    top: 0;
    height: 100%;
    z-index: -1;
    width: 200%;
    position: absolute;
    transition: all 0.6s ease;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.access_nowr .msg_detailsF::after {
    background: linear-gradient(
        rgb(144,158,145),
        rgb(100,107,100)
    );
    top: -2px;
    transition: all 0.4s ease;
    position: absolute;
    z-index: -2;
    height: calc(100% + 4px);
    left: -1%;
    opacity: 0;
    width: 102%;
    content: '';
    clip-path: polygon(
        5% 0%, 
        100% 0%, 
        95% 100%, 
        0% 100%
    );
}.access_nowr .msg_detailsF:hover {
    background: transparent;
    transform: translateY(-5px);
    text-shadow: 0 0 5px #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgb(100,107,100);
    color: #ffffff;
}.access_nowr .msg_detailsF:hover::before {
    left: 100%;
}.access_nowr .msg_detailsF:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.access_nowr {
    padding: 90px 0;
}.access_nowr h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 3px;
}.access_nowr h3::before {
    width: 100px;
}.access_nowr .msg_detailsF {
    font-size: calc(19px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.access_nowr {
    padding: 70px 0;
}.access_nowr h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(30px * 0.8);
}.access_nowr h3::before {
    bottom: -15px;
    height: 2px;
    width: 90px;
}.access_nowr h3::after {
    height: 30px;
    top: -35px;
}.access_nowr .msg_detailsF {
    letter-spacing: 2px;
    font-size: calc(19px * 0.9);
    padding: 14px 40px;
}
}

@media screen and (max-width: 576px) {.access_nowr {
    padding: 50px 0;
}.access_nowr h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 1px;
}.access_nowr h3::before {
    height: 2px;
    width: 70px;
    bottom: -12px;
}.access_nowr h3::after {
    height: 20px;
    top: -25px;
}.access_nowr .msg_detailsF {
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
    padding: 12px 30px;
}}

@keyframes dataFlow {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shiftPattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes scanLine {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}footer {
    position: relative;
    width: 100%;
}footer .login_footerm {
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(100,107,100);
}footer .login_footerm::before {
    content: "";
    top: -50px;
    z-index: 0;
    position: absolute;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    right: 0;
    background-color: rgb(100,107,100);
    height: 100px;
    left: 0;
    transform: skewY(-3deg);
}footer .goal_footer7 {
    position: relative;
    z-index: 1;
}footer .msg_form2 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 15px;
}footer .info_item {
    padding: 15px 20px 15px 25px;
    max-width: 300px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    flex: 1 1 200px;
    background-color: rgb(100,107,100,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
}footer .info_item::before {
    width: 5px;
    left: 0;
    background-color: rgb(144,158,145);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}footer .info_item::after {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
}footer .info_item:nth-child(even) {
    background-color: rgb(144,158,145,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    top: -1px;
    width: 20px;
    fill: rgb(144,158,145);
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(144,158,145);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .head_pagebarr {
    border-radius: 13px;
    position: relative;
    padding: 30px;
    background-color: rgb(100,107,100,0.5);
}footer .head_pagebarr::before {
    top: 15px;
    bottom: 15px;
    position: absolute;
    border-radius: calc(13px - 8px);
    pointer-events: none;
    right: 15px;
    left: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .head_pagebarr svg {
    margin-bottom: 20px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .career_helpQ {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .top_learning4 {
    position: relative;
}footer .top_learning4 h5 {
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
}footer .top_learning4 h5::before {
    left: 0;
    position: absolute;
    background-color: rgb(144,158,145);
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
}footer .header_wrap1 {
    margin-bottom: 25px;
    position: relative;
}footer .header_wrap1 a {
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    background-color: rgb(100,107,100,0.5);
    position: relative;
    margin: 0 10px 10px 0;
}footer .header_wrap1 a::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 3px;
    transition: width 0.3s ease;
    top: 0;
    background-color: rgb(144,158,145);
}footer .header_wrap1 a:hover {
    background-color: rgb(144,158,145,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .header_wrap1 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 13px;
    background-color: rgb(100,107,100,0.5);
    position: relative;
}footer .subscribe_holder::before {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(13px - 8px);
    bottom: 15px;
    content: "";
    pointer-events: none;
    left: 15px;
    top: 15px;
    right: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(144,158,145);
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(144,158,145);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_ctal {
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(144,158,145);
    position: relative;
    transition: all 0.3s ease;
    padding: 14px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}footer .sub_ctal::after {
    content: "";
    transform: rotate(30deg);
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    left: -100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
}footer .sub_ctal:hover {
    background-color: rgb(100,107,100);
}footer .sub_ctal:hover::after {
    left: 100%;
}footer .module_endu {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .module_endu::before {
    left: 50%;
    width: 50px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: -25px;
    transform: translateX(-50%);
    height: 1px;
    content: "";
}footer .testimonialP {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_ctal {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .login_footerm {
    padding: 60px 0 30px;
}footer .msg_form2 {
    margin-bottom: 40px;
}footer .head_pagebarr, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_wrap1 a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .module_endu {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .login_footerm {
    padding: 50px 0 20px;
}footer .top_learning4 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .head_pagebarr::before, footer .subscribe_holder::before {
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sub_ctal {
    padding: 12px;
}}.training_methodQ {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(100,107,100,0.5) 0%, rgb(144,158,145) 100%);
}.training_methodQ::before {
    z-index: 1;
    height: 200%;
    background-size: 30px 30px;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px);
    transform: rotate(30deg);
    width: 200%;
    top: -50%;
    left: -50%;
    animation: constellation 120s linear infinite;
    position: absolute;
    content: "";
}.training_methodQ::after {
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 90%);
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    bottom: 0;
    pointer-events: none;
}.training_methodQ .container.class_sessionst {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
}.training_methodQ .container.class_sessionst > div {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(100,107,100);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
}.training_methodQ .container.class_sessionst > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_methodQ .container.class_sessionst > div::before {
    content: "";
    height: 60px;
    border-radius: 50%;
    right: 20px;
    position: absolute;
    width: 60px;
    opacity: 0.7;
    top: 20px;
    mix-blend-mode: overlay;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.training_methodQ .container.class_sessionst > div::after {
    height: 40px;
    position: absolute;
    width: 40px;
    left: 20px;
    opacity: 0.7;
    bottom: 20px;
    mix-blend-mode: overlay;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}.training_methodQ h3 {
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    transition: transform 0.5s ease-out;
    color: #ffffff;
    transform: translateX(10px);
    font-size: 34px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}.training_methodQ h3::after {
    background: linear-gradient(90deg, rgb(100,107,100), transparent);
    content: "";
    transform: scaleX(0.8);
    width: 70px;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
}.training_methodQ .container.class_sessionst > div:hover h3 {
    transform: translateX(0);
}.training_methodQ .container.class_sessionst > div:hover h3::after {
    transform: scaleX(1);
}.training_methodQ p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 95%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}.training_methodQ p span {
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: inline-block;
    opacity: 0.9;
}.training_methodQ .container.class_sessionst > div:hover p span {
    transform: translateY(0);
    opacity: 1;
}

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

@media (min-width: 768px) {.training_methodQ {
    padding: 120px 0;
}.training_methodQ .container.class_sessionst > div {
    margin-left: 80px;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.training_methodQ h3 {
    font-size: calc(34px * 1.1);
    margin-bottom: 35px;
}.training_methodQ p {
    padding-left: 20px;
    font-size: calc(13px * 1.05);
    max-width: 85%;
}.training_methodQ .container.class_sessionst > div::before {
    height: 100px;
    top: 30px;
    width: 100px;
    right: 30px;
}
}

@media (max-width: 767px) {.training_methodQ {
    padding: 70px 0;
}.training_methodQ .container.class_sessionst > div {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.training_methodQ h3 {
    transform: translateX(0);
    font-size: calc(34px * 0.9);
    margin-bottom: 20px;
}.training_methodQ p {
    max-width: 100%;
    line-height: 1.6;
    font-size: 13px;
}
}

@media (max-width: 480px) {.training_methodQ {
    padding: 50px 0;
}.training_methodQ .container.class_sessionst > div {
    padding: 25px 15px;
}.training_methodQ h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.training_methodQ p {
    font-size: calc(13px * 0.95);
}}.offer_selectionk {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,196,171) 0%, rgb(144,158,145,0.5) 100%);
}.offer_selectionk::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(100,107,100,0.5) 0%, transparent 60%);
}.offer_selectionk .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
}.offer_selectionk .fee_chartX {
    position: relative;
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.offer_selectionk .program_fees5 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(144,158,145);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 100%;
}.offer_selectionk .program_fees5:hover {
    transform: perspective(1000px) rotateX(2deg);
}.offer_selectionk .program_fees5 h2 {
    font-weight: 700;
    transform: translateZ(0);
    background-clip: text !important;
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    color: transparent;
    background: linear-gradient(90deg, rgb(144,158,145), rgb(100,107,100));
    font-size: 34px;
    margin-bottom: 20px;
}.offer_selectionk .program_fees5 .premium_costS {
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    max-width: 700px;
    font-size: 14px;
    word-break: break-word;
}.offer_selectionk .lesson_feesq {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.offer_selectionk .cert_plansO {
    transform: translateY(0);
    overflow: hidden;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    position: relative;
    text-decoration: none;
}.offer_selectionk .cert_plansO:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.offer_selectionk .promo_ratesB {
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.offer_selectionk .promo_ratesB::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease-out;
    height: 5px;
    background: linear-gradient(90deg, rgb(144,158,145), rgb(100,107,100));
    transform: scaleX(0.8);
    transform-origin: left;
}.offer_selectionk .cert_plansO:hover .promo_ratesB::before {
    transform: scaleX(1);
}.offer_selectionk .learn_feesD {
    flex: 1;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 30px;
}.offer_selectionk .learn_feesD h3 {
    overflow: hidden;
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    white-space: nowrap;
    text-overflow: ellipsis;
    transform-origin: left;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
}.offer_selectionk .cert_plansO:hover .learn_feesD h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(144,158,145);
}.offer_selectionk .study_fees9 {
    margin-bottom: 20px;
    color: rgb(100,107,100);
    display: inline-block;
    font-size: calc(23px + 4px);
    font-weight: 700;
    position: relative;
}.offer_selectionk .study_fees9::after {
    content: "";
    transform-origin: left;
    height: 3px;
    width: 50px;
    left: 0;
    bottom: -5px;
    position: absolute;
    transform: scaleX(0.5);
    background: rgb(144,158,145);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.offer_selectionk .cert_plansO:hover .study_fees9::after {
    transform: scaleX(1);
}.offer_selectionk .learn_feesD p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
}.offer_selectionk .snap_shotL {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.offer_selectionk .snap_shotL::after {
    height: 100%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}.offer_selectionk .cert_plansO:hover .snap_shotL {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer_selectionk .lesson_feesq {
    grid-template-columns: repeat(2, 1fr);
}.offer_selectionk .program_fees5 {
    padding: 40px;
}.offer_selectionk .learn_feesD {
    padding: 30px 35px;
}.offer_selectionk .snap_shotL {
    height: 240px;
}
}

@media (min-width: 992px) {.offer_selectionk .fee_chartX {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.offer_selectionk .program_fees5 {
    width: 30%;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.offer_selectionk .lesson_feesq {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.offer_selectionk .learn_feesD {
    padding: 30px;
}.offer_selectionk .learn_feesD p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.offer_selectionk {
    padding: 120px 0;
}.offer_selectionk .lesson_feesq {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.offer_selectionk .program_fees5 h2 {
    font-size: calc(34px + 4px);
}.offer_selectionk .learn_feesD h3 {
    font-size: calc(23px + 4px);
}.offer_selectionk .study_fees9 {
    font-size: calc(23px + 8px);
}.offer_selectionk .snap_shotL {
    height: 280px;
}
}

@media (min-width: 1400px) {.offer_selectionk .lesson_feesq {
    grid-template-columns: repeat(2, 1fr);
}.offer_selectionk .learn_feesD p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.offer_selectionk .cert_plansO {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.offer_selectionk .cert_plansO:hover {
    transform: translateY(-10px) scale(1.02);
}}header {
    background: linear-gradient(120deg, 
        rgb(144,158,145) 0%, 
        rgb(144,158,145,0.5) 100%
    );
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    position: fixed;
}header:before {
    opacity: 0.1;
    pointer-events: none;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}header:after {
    position: absolute;
    content: '';
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
}header .top_tutor8 {
    position: relative;
}header .top_tutor8:before {
    opacity: 0.3;
    height: 2px;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    width: 100%;
    bottom: -1px;
}header .top_tutor8:after {
    top: 50%;
    opacity: 0.5;
    content: '';
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
    width: 60px;
    left: 0;
    pointer-events: none;
    height: 60px;
    transform: translateY(-50%);
}header .container {
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
    max-width: 1200px;
}header .container:before {
    background-position: 0 0, 0 10px;
    width: 50px;
    content: '';
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    height: 30px;
    background-repeat: repeat-x;
    pointer-events: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    right: 20px;
}header .header_navO {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .header_navO:before {
    content: '';
    position: absolute;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    left: 0;
    opacity: 0.5;
    height: 20px;
    width: 20px;
}header .header_navO:after {
    width: 20px;
    opacity: 0.5;
    content: '';
    right: 0;
    position: absolute;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) translateX(40px);
}header .top_learning4 {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}header .top_learning4:before {
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: -10px;
    height: 2px;
    content: '';
    left: 0;
}header .top_learning4:hover:before {
    opacity: 0.7;
}header .main_masterj {
    font-size: 17px;
    padding: 8px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
}header .main_masterj:before {
    transform: translateY(-50%);
    content: '';
    width: 6px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 6px;
    left: -12px;
    transition: all 0.3s ease;
    opacity: 0;
}header .main_masterj:after {
    width: 20px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    top: 50%;
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
    transform-origin: right;
    position: absolute;
}header .main_masterj:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .main_masterj:hover:before {
    opacity: 1;
    left: -20px;
}header .main_masterj:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .header_guide4 {
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px;
    position: relative;
    align-items: center;
    display: flex;
}header .header_guide4:before {
    left: -10px;
    content: '';
    width: calc(100% + 20px);
    top: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: calc(100% + 20px);
    border-radius: 10px;
}header .header_guide4:after {
    border-radius: 50%;
    left: -5px;
    opacity: 0;
    position: absolute;
    width: 10px;
    background: #ffffff;
    top: -5px;
    content: '';
    height: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}header .header_guide4:hover:before {
    opacity: 1;
}header .header_guide4:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .header_guide4 svg {
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
}header .header_guide4:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top_learning4 {
    gap: 20px;
}header .header_guide4 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_learning4 {
    position: fixed;
    max-width: 320px;
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: rgb(144,158,145);
    padding: 80px 30px 30px;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-direction: column;
    width: 80%;
    z-index: 1001;
    gap: 25px;
    right: -100%;
}header .top_learning4:before {
    width: 80%;
    top: 60px;
    left: 10%;
    bottom: auto;
}header .top_learning4:after {
    pointer-events: none;
    position: absolute;
    width: 30px;
    right: 20px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    border-radius: 50%;
    height: 30px;
}header .menu.active {
    right: 0;
}header .main_masterj {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main_masterj:hover {
    transform: translateX(0);
}header .main_masterj:last-child {
    border-bottom: none;
}header .header_guide4 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .header_guide4 svg {
    height: 30px;
}}.leadership_experienceT {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(191,196,171) 0%, rgb(144,158,145,0.5) 100%);
}.leadership_experienceT::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(100,107,100,0.5);
    width: 120%;
    transform: rotate(-12deg);
    left: -5%;
    top: -10%;
    height: 70%;
}.leadership_experienceT .testimonials_hubX {
    align-items: center;
    gap: 3rem;
    display: flex;
    position: relative;
    z-index: 2;
    transform: translateX(5%);
    flex-direction: row;
}.leadership_experienceT .snap_shotL {
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(144,158,145,0.5);
    height: 350px;
    transition: all 0.5s ease;
    width: 280px;
    border-radius: 24px;
}.leadership_experienceT .snap_shotL:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership_experienceT .exp_boxf {
    transition: all 0.5s ease;
    max-width: 60%;
    border-radius: 24px;
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.leadership_experienceT .exp_boxf::after {
    left: 30px;
    bottom: -10px;
    content: "";
    filter: blur(8px);
    position: absolute;
    background: rgb(100,107,100);
    height: 10px;
    transition: all 0.5s ease;
    width: 85%;
    opacity: 0.6;
}.leadership_experienceT .exp_boxf:hover {
    transform: rotate(0deg) translateY(-20px);
}.leadership_experienceT .exp_boxf:hover::after {
    opacity: 0.8;
    width: 95%;
}.leadership_experienceT .name {
    font-weight: 700;
    font-size: 30px;
    transform: translateX(-20px);
    color: rgb(144,158,145);
    margin-bottom: 0.5rem;
}.leadership_experienceT .exp_boxf > div:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: rgb(100,107,100);
}.leadership_experienceT .emp_highlights0 {
    font-style: italic;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
    position: relative;
}.leadership_experienceT .emp_highlights0::before {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(144,158,145), rgb(100,107,100));
    left: 0;
    width: 5px;
    content: "";
    top: 0;
    height: 100%;
}

@media (max-width: 992px) {.leadership_experienceT .testimonials_hubX {
    flex-direction: column;
    transform: none;
    gap: 2rem;
}.leadership_experienceT .snap_shotL {
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.leadership_experienceT .exp_boxf {
    max-width: 100%;
    transform: none;
}.leadership_experienceT .name,
    .leadership_experienceT .exp_boxf > div:nth-child(2) {
    transform: none;
}
}