header,footer {
    width: 100%;
}

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

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


.meet_us_1 {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}

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

.meet_us_1 h2::after {
    transform-origin: left;
    background: rgb(185,205,168);
    width: 80px;
    position: absolute;
    content: '';
    transform: scaleX(0);
    bottom: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    left: 0;
    height: 3px;
}

.meet_us_1 .text_group_1 div div {
    font-size: 18px;
    column-count: 1;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    animation: fadeInText 1s ease forwards 0.9s;
    color: #ffffff;
    opacity: 0;
}

.contact_box_4::after {
    opacity: 0.1;
    content: "";
    background: radial-gradient(circle, rgb(185,205,168,0.5) 0%, transparent 60%);
    animation: pulseGlow 15s ease-in-out infinite;
    position: absolute;
    pointer-events: none;
    top: -50%;
    height: 200%;
    width: 200%;
    left: -50%;
}

.contact_box_4 .inquiry_panel_5 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border-radius: 26px;
}

.contact_box_4 .support_grid_6::before {
    border-right: 2px solid rgb(185,205,168,0.5);
    top: 20px;
    height: 50px;
    position: absolute;
    width: 50px;
    content: "";
    opacity: 0.7;
    border-top: 2px solid rgb(185,205,168,0.5);
    right: 20px;
}

.contact_box_4 form input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}

.contact_box_4 .feedback_box_5 input[type="checkbox"]:checked + label::after {
    height: 4px;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    top: 11px;
    content: "";
    border-left: 2px solid #ffffff;
    left: 7px;
    position: absolute;
    transform: rotate(-45deg);
}

.contact_box_4 svg {
    margin-right: 15px;
    fill: rgb(185,205,168);
    height: 24px;
    width: 24px;
}

footer {
    position: relative;
    width: 100%;
}

footer .reg_remind_8 {
    z-index: 1;
    position: relative;
}

footer .ask_questions_7 {
    border-radius: 0 14px 14px 0;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    display: grid;
    border-left: 4px solid rgb(185,205,168);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 30px;
}

footer .main_learn_0 {
    position: relative;
}

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

footer .nav_wrap_2 h5::after {
    bottom: -10px;
    height: 3px;
    width: 40px;
    background-color: rgb(185,205,168);
    left: 0;
    position: absolute;
    content: "";
}

footer .subscribe_holder {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 14px;
}

footer .subscribe_holder p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 17px;
}

footer .get_started_6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: rgb(185,205,168);
    border: none;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 20px;
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}

.academic_experience_8 .learner_review_3 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(175,175,116,0.5),
        inset 0 0 30px rgb(185,205,168,0.5);
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 3rem;
    border-radius: 18px;
}

.academic_experience_8 .career_achievements_3::before {
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(185,205,168,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    border-radius: 10px;
    opacity: 0.1;
}

.thxSpot_7::after {
    background: linear-gradient(45deg, rgb(185,205,168) 0%, transparent 80%);
    content: "";
    height: 65%;
    bottom: -5%;
    position: absolute;
    opacity: 0.1;
    transform: rotate(12deg) skew(-5deg);
    z-index: 1;
    left: -10%;
    width: 45%;
    pointer-events: none;
}

.thxSpot_7 .skill_classes_7::before {
    background: linear-gradient(to bottom, rgb(185,205,168) 0%, rgb(175,175,116) 100%);
    content: "";
    left: 0;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
}

.thxSpot_7 li {
    z-index: 2;
    position: relative;
}

.thxSpot_7:hover .skill_classes_7 {
    transform: translateX(5%) translateY(-5px);
}

.aspiring_learners_7 {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(222,228,216) 30%, rgb(175,175,116,0.5) 100%);
}

.aspiring_learners_7 .skill_classes_7 {
    align-items: start;
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 300px 1fr;
}

.aspiring_learners_7 h4::before {
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(185,205,168), rgb(175,175,116));
    width: 50px;
    top: -20px;
    height: 5px;
    position: absolute;
    content: "";
}

.aspiring_learners_7 div p::before {
    content: "";
    left: 0;
    height: 100%;
    width: 4px;
    opacity: 0.7;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(185,205,168), rgb(175,175,116));
}

.program_overview_2 {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: stretch;
    background-color: #ffffff;
    display: flex;
}

.program_overview_2 .learn_tools_4:hover .knowledge_base_2 {
    animation-play-state: paused;
}

.program_overview_2 .class_plan_1 img {
    transition: transform 0.8s ease;
    transform: scale(1.05);
    height: 100%;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
    object-fit: cover;
}

.program_overview_2 .study_hack_5 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    color: rgb(185,205,168);
    font-weight: 700;
    font-size: 43px;
}

.program_overview_2 .study_hack_5 p {
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
}

.program_overview_2 .study_hack_5 .connect_grid_1:hover::before {
    opacity: 1;
}

header .main_site_7 {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 100;
    background: rgb(222,228,216);
}

header .main_site_7::after {
    right: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(185,205,168,0.5) 100%);
    width: 40%;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
}

header .top_expert_3 svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    width: auto;
    height: 50px;
}

header .head_main_4 {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}

header .head_main_4:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}

header .head_main_4 a {
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid transparent;
    display: block;
    color: #000000;
    padding: 10px 18px;
    transform-style: preserve-3d;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
}

.secure_grotto_2::before {
    opacity: 0.4;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(175,175,116,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
}

.secure_grotto_2 h1::before {
    left: 0;
    content: "";
    position: absolute;
    transform: skewY(-15deg);
    width: 5px;
    height: 70%;
    top: 15%;
    background: rgb(175,175,116);
}

.secure_grotto_2 h3::before {
    content: "";
    background: rgb(175,175,116,0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    position: absolute;
}

.secure_grotto_2 strong {
    position: relative;
    color: rgb(175,175,116);
    font-weight: 600;
    display: inline-block;
}

.secure_grotto_2 li::before {
    transform: rotate(45deg);
    height: 8px;
    content: "";
    left: -1.5rem;
    position: absolute;
    background: rgb(175,175,116);
    top: 0.6rem;
    width: 8px;
}

.secure_grotto_2 .container > *:first-child {
    margin-top: 0;
}

.cookieSettingsWindow_3 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.data_policy_8 svg, .data_policy_8 svg path, .data_policy_8 img {
    fill: rgb(185,205,168);
    width: 100px;
    height: 100px;
}

.title_page_9 .fast_knowledge_6 {
    box-sizing: border-box;
    height: 100vh;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
}

.title_page_9 .course_entry_5 span {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    max-width: 85%;
    opacity: 0;
    position: relative;
    margin-bottom: 2rem;
    z-index: 10;
    transform: translateX(-1rem);
}

.title_page_9 .course_entry_5 h1 {
    transform: translateY(2rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
    color: #ffffff;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    font-weight: 700;
    position: relative;
    opacity: 0;
    font-size: clamp(2.5rem, 6vw, 44px);
    margin: 1rem 0 2rem;
    line-height: 1.2;
}



@media screen and (min-width: 992px) {.meet_us_1 {
    padding: 180px 0 160px;
}.meet_us_1::after {
    right: -2%;
    height: 80%;
    width: 35%;
    top: -15%;
}.meet_us_1 h2 {
    margin-left: 60px;
}.meet_us_1 .text_group_1 {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease;
    padding: 70px;
    margin-right: 60px;
    margin-left: 60px;
}.meet_us_1 .text_group_1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us_1 .text_group_1 div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media screen and (max-width: 480px) {.contact_box_4 {
    padding: 40px 0;
}.contact_box_4 h2 {
    font-size: calc(35px * 0.8);
}.contact_box_4 form h3 {
    font-size: calc(22px * 0.9);
}.contact_box_4 .support_grid_6::before,
    .contact_box_4 .support_grid_6::after {
    width: 30px;
    height: 30px;
}}



@media (max-width: 767px) {.academic_experience_8 {
    padding: 6rem 0 3rem;
}.academic_experience_8 .container {
    padding: 0 1rem;
}.academic_experience_8 .learner_review_3 {
    transform: none;
    padding: 2rem 1.5rem;
}.academic_experience_8 .main_photo_3 {
    width: 120px;
    top: -60px;
    height: 120px;
}.academic_experience_8 .name {
    font-size: calc(29px - 2px);
    margin-top: 70px;
}.academic_experience_8 .learner_review_3 span:not(.name) {
    font-size: calc(17px - 1px);
}.academic_experience_8 .career_achievements_3 {
    margin-top: 1.5rem;
    font-size: calc(13px - 1px);
    padding: 1.2rem;
}.academic_experience_8 .learner_review_3:hover {
    transform: none;
}}



@media (max-width: 767px) {.aspiring_learners_7 {
    padding: 70px 0;
}.aspiring_learners_7 .skill_classes_7 {
    grid-template-columns: 1fr;
    gap: 40px;
}.aspiring_learners_7 h4 {
    max-width: 500px;
    font-size: calc(38px - 2px);
    text-align: center;
    margin: 0 auto;
}.aspiring_learners_7 h4::before {
    left: 50%;
    transform: translateX(-50%);
}.aspiring_learners_7 h4::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.aspiring_learners_7 div p:nth-child(even) {
    transform: translateX(0);
}.aspiring_learners_7 div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media screen and (max-width: 576px) {.program_overview_2 .learn_tools_4 {
    height: 300px;
}.program_overview_2 .container {
    padding: 2rem 1rem;
}.program_overview_2 .study_hack_5 {
    padding: 1.5rem;
}.program_overview_2 .study_hack_5 h3 {
    font-size: calc(43px * 0.7);
}.program_overview_2 .study_hack_5 p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.9);
}.program_overview_2 .study_hack_5 .connect_grid_1 {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.program_overview_2 .study_hack_5::before {
    display: none;
}}



@media (max-width: 767px) {.secure_grotto_2 {
    padding: 3rem 1rem;
}.secure_grotto_2 .container {
    padding: 2rem 1.5rem;
    transform: none;
}.secure_grotto_2 h1 {
    font-size: calc(47px * 0.8);
    padding-left: 15px;
}.secure_grotto_2 h1::before {
    width: 4px;
}.secure_grotto_2 h2 {
    font-size: calc(30px * 0.8);
}.secure_grotto_2 h3 {
    font-size: calc(30px * 0.7);
}.secure_grotto_2 h4 {
    font-size: calc(30px * 0.6);
}.secure_grotto_2 p, 
    .secure_grotto_2 li,
    .secure_grotto_2 span {
    font-size: calc(15px * 0.95);
    max-width: 100%;
}.secure_grotto_2 ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}



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



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

