﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.top_base {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1224px;
    max-width: 100%;
}.wrapper-viewport {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.career_help {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_overview {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
}.program_overview::before {
    top: 0;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(129,180,107,0.5) 0%, transparent 60%);
    content: "";
    opacity: 0.15;
    width: 100%;
    height: 100%;
    left: 0;
}.program_overview::after {
    top: -50%;
    transform: scale(2);
    background: radial-gradient(ellipse at center, rgb(172,208,158,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    right: -50%;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 50%;
}.program_overview .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.program_overview .class_track {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.program_overview .img_show {
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 350px;
    overflow: hidden;
}.program_overview .img_show::before {
    content: "";
    top: 0;
    opacity: 0.3;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(172,208,158,0.5) 0%, transparent 100%);
}.program_overview .img_show::after {
    filter: blur(30px);
    animation: floatOrbit 15s infinite ease-in-out;
    top: -10%;
    border-radius: 50%;
    width: 50px;
    opacity: 0.15;
    right: -10%;
    content: "";
    position: absolute;
    height: 50px;
    background: rgb(129,180,107);
}.program_overview .text_unit {
    position: relative;
}.program_overview .text_unit::before {
    top: -20px;
    background: linear-gradient(90deg, rgb(172,208,158) 0%, transparent 100%);
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.6;
    width: 150px;
    position: absolute;
}.program_overview h3 {
    font-weight: 700;
    padding-left: 1rem;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.3;
    transform-origin: left center;
    position: relative;
}.program_overview h3::before {
    left: 0;
    animation: growUp 1.2s forwards ease-out 0.2s;
    background: rgb(172,208,158);
    top: 0;
    transform-origin: bottom;
    width: 3px;
    transform: scaleY(0);
    position: absolute;
    height: 100%;
    content: "";
}.program_overview .description {
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.program_overview p.description {
    display: none;
}.program_overview span.description {
    column-count: 1;
    display: block;
    padding: 0.5rem 0;
    column-gap: 2rem;
    position: relative;
}.program_overview span.description::first-letter {
    color: rgb(172,208,158);
    font-size: 1.2em;
    font-weight: 700;
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

.program_overview .text_unit > div {
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
}.program_overview .img_show:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_overview .text_unit::after {
    opacity: 0.2;
    bottom: 10%;
    height: 100px;
    border: 1px solid rgb(129,180,107,0.5);
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
    width: 100px;
    right: 10%;
}.program_overview::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(172,208,158,0.5),
        80px 200px 0 -1px rgb(129,180,107,0.5),
        200px 50px 0 -0.5px rgb(172,208,158,0.5),
        280px 160px 0 -1px rgb(129,180,107,0.5),
        320px 280px 0 -0.5px rgb(172,208,158,0.5);
}

@media (min-width: 768px) {.program_overview .class_track {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_overview .img_show {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.program_overview h3 {
    padding-left: 1.5rem;
    font-size: 31px;
}.program_overview span.description {
    column-count: 2;
}.program_overview .text_unit::after {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.program_overview {
    padding: 9rem 0;
}.program_overview .class_track {
    gap: 6rem;
}.program_overview .img_show {
    height: 550px;
}.program_overview span.description {
    column-count: 2;
    column-gap: 3rem;
}.program_overview h3::before {
    width: 4px;
}.program_overview .text_unit::after {
    width: 180px;
    right: -5%;
    bottom: 20%;
    height: 180px;
}
}

@media (min-width: 1200px) {.program_overview .img_show {
    height: 600px;
}.program_overview h3 {
    margin-bottom: 2rem;
}.program_overview .text_unit::before {
    width: 200px;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 5rem 0;
}.program_overview .img_show {
    height: 250px;
    margin-bottom: 1.5rem;
}.program_overview h3 {
    font-size: 22px;
    margin-bottom: 1rem;
}.program_overview .text_unit::before {
    width: 80px;
    top: -10px;
}}.instructional_approach {
    overflow: visible;
    padding: 180px 0 150px;
    background: linear-gradient(160deg, rgb(213,235,204) 0%, rgb(172,208,158,0.5) 140%);
    position: relative;
}.instructional_approach::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 60%, rgb(172,208,158,0.5) 100%);
    z-index: 1;
    width: 100%;
    content: '';
    opacity: 0.2;
}.instructional_approach .study_learn {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.instructional_approach .text_unit {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}.instructional_approach .text_unit h2 {
    background: rgb(172,208,158,0.5);
    font-weight: 700;
    padding: 30px 40px;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    align-self: flex-start;
    z-index: 4;
    color: #ffffff;
    border-radius: 25px;
    font-size: 35px;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-80px);
}.instructional_approach .text_unit p {
    position: relative;
    width: 70%;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    font-size: 17px;
    align-self: flex-end;
    color: #ffffff;
    border-radius: 25px;
    z-index: 3;
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: -15px;
}.instructional_approach .text_unit::before {
    background: rgb(172,208,158);
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -150px;
    right: -150px;
    height: 300px;
    z-index: 1;
    opacity: 0.05;
    filter: blur(60px);
    position: absolute;
    content: '';
    animation: morph 15s infinite alternate;
}.instructional_approach .text_unit::after {
    width: 400px;
    bottom: -200px;
    animation: morph 20s infinite alternate-reverse;
    height: 400px;
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    filter: blur(70px);
    z-index: 0;
    content: '';
    position: absolute;
    background: rgb(129,180,107);
    left: -150px;
    opacity: 0.05;
}.instructional_approach .text_unit h2::before {
    position: absolute;
    top: -20px;
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 10px;
    height: 40px;
    content: '';
    left: -20px;
    background: rgb(172,208,158);
    width: 40px;
}.instructional_approach .text_unit h2::after {
    height: 2px;
    bottom: -30px;
    content: '';
    z-index: 5;
    position: absolute;
    background: rgb(172,208,158);
    width: 120px;
    left: 40px;
}.instructional_approach .text_unit p::before {
    top: -40px;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float-rotate 10s infinite alternate;
    width: 80px;
    background: rgb(172,208,158,0.5);
    right: 60px;
    z-index: -1;
    opacity: 0.1;
    content: '';
    height: 80px;
}.instructional_approach .text_unit p::after {
    height: 60px;
    left: 40px;
    z-index: -1;
    bottom: -30px;
    position: absolute;
    animation: float-rotate 12s infinite alternate-reverse;
    opacity: 0.1;
    width: 60px;
    background: rgb(129,180,107,0.5);
    content: '';
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
}.instructional_approach::after {
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(172,208,158,0.5) 20%, 
        rgb(172,208,158) 50%, 
        rgb(129,180,107,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.6;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    content: '';
}.instructional_approach .study_learn::before {
    animation: glow 5s infinite alternate;
    background: rgb(172,208,158,0.5);
    left: -100px;
    top: 35%;
    width: 200px;
    height: 2px;
    content: '';
    transform: rotate(60deg);
    position: absolute;
}.instructional_approach .study_learn::after {
    width: 200px;
    transform: rotate(-60deg);
    background: rgb(129,180,107,0.5);
    bottom: 25%;
    animation: glow 6s infinite alternate-reverse;
    height: 2px;
    content: '';
    right: -100px;
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(172,208,158,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(172,208,158);
    }
}

.instructional_approach .text_unit h2 span {
    position: relative;
    z-index: 2;
}.instructional_approach .text_unit p span {
    font-weight: 600;
    position: relative;
    color: rgb(172,208,158);
}.instructional_approach .floating-element {
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    animation: float 20s infinite ease-in-out;
    height: 150px;
    top: 20%;
    right: 10%;
    width: 150px;
    border: 2px solid rgb(172,208,158,0.5);
}.instructional_approach .floating-element::before {
    border-radius: 50%;
    left: 50%;
    width: 20px;
    top: 50%;
    height: 20px;
    background: rgb(172,208,158);
    content: '';
    opacity: 0.3;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.instructional_approach .text_unit h2 {
    transform: translateX(-60px);
}.instructional_approach .text_unit p {
    width: 75%;
}.instructional_approach .text_unit::before {
    height: 250px;
    width: 250px;
    top: -125px;
    right: -125px;
}.instructional_approach .text_unit::after {
    height: 350px;
    width: 350px;
    left: -120px;
    bottom: -175px;
}.instructional_approach .floating-element {
    width: 120px;
    right: 8%;
    height: 120px;
}
}

@media screen and (max-width: 992px) {.instructional_approach {
    padding: 150px 0 120px;
}.instructional_approach .text_unit h2 {
    padding: 25px 35px;
    transform: translateX(-40px);
}.instructional_approach .text_unit p {
    width: 80%;
    padding: 40px 50px;
}.instructional_approach .text_unit::before {
    right: -100px;
    height: 200px;
    width: 200px;
    top: -100px;
}.instructional_approach .text_unit::after {
    bottom: -140px;
    height: 280px;
    left: -100px;
    width: 280px;
}.instructional_approach .study_learn::before,
    .instructional_approach .study_learn::after {
    width: 150px;
}.instructional_approach .floating-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.instructional_approach {
    padding: 120px 0 100px;
    overflow: hidden;
}.instructional_approach .text_unit h2 {
    padding: 20px 30px;
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
    transform: translateX(0);
    align-self: center;
}.instructional_approach .text_unit p {
    width: 100%;
    align-self: center;
    padding: 30px 40px;
    margin-top: 0;
}.instructional_approach .text_unit h2::after {
    left: 50%;
    width: 80px;
    bottom: -20px;
    transform: translateX(-50%);
}.instructional_approach .text_unit::before,
    .instructional_approach .text_unit::after,
    .instructional_approach .study_learn::before,
    .instructional_approach .study_learn::after,
    .instructional_approach .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.instructional_approach {
    padding: 100px 0 80px;
}.instructional_approach .text_unit h2 {
    padding: 15px 25px;
    font-size: calc(35px * 0.8);
}.instructional_approach .text_unit p {
    padding: 25px 30px;
    font-size: calc(17px * 0.9);
}.instructional_approach .text_unit h2::before {
    top: -15px;
    height: 30px;
    left: -15px;
    width: 30px;
}.instructional_approach .text_unit h2::after {
    width: 60px;
    height: 1px;
    bottom: -15px;
}}.secure_guard {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(213,235,204) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.secure_guard::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
}.secure_guard::after {
    right: -50px;
    height: 180px;
    transform: rotate(-15deg);
    content: "";
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    top: -50px;
    z-index: 0;
    width: 180px;
    position: absolute;
}.secure_guard .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}.secure_guard h1 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 48px;
    position: relative;
    display: inline-block;
}.secure_guard h1::after {
    height: 3px;
    background: rgb(172,208,158);
    width: 70px;
    position: absolute;
    bottom: -12px;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.secure_guard h2 {
    position: relative;
    font-weight: 600;
    font-size: 38px;
    margin: 3rem 0 1.5rem;
    padding-left: 18px;
    color: #000000;
}.secure_guard h2::before {
    top: 10px;
    background: rgb(172,208,158);
    content: "";
    transform: translateY(-50%);
    width: 5px;
    left: 0;
    position: absolute;
    height: 60%;
}.secure_guard h3 {
    font-weight: 600;
    font-size: calc(38px * 0.8);
    position: relative;
    padding-left: 15px;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.secure_guard h3::before {
    height: 50%;
    top: 10px;
    background: rgb(129,180,107);
    width: 3px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}.secure_guard h4 {
    position: relative;
    margin: 2rem 0 1rem;
    padding-left: 12px;
    font-weight: 600;
    color: #000000;
    font-size: calc(38px * 0.7);
}.secure_guard h4::before {
    transform: translateY(-50%);
    height: 40%;
    left: 0;
    background: rgba(var(--secondary-color-rgb), 0.7);
    top: 10px;
    content: "";
    width: 2px;
    position: absolute;
}.secure_guard p {
    max-width: 90%;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
}.secure_guard span {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
}.secure_guard ul {
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
}.secure_guard ul::before {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    left: 0;
}.secure_guard li {
    position: relative;
    padding-left: 1.8rem;
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    font-size: 17px;
}.secure_guard li::before {
    background: rgb(172,208,158);
    transform: translateY(-50%) rotate(45deg);
    top: 10px;
    width: 8px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    height: 8px;
}.secure_guard li:hover {
    transform: translateX(5px);
}.secure_guard li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.secure_guard strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.secure_guard strong::after {
    transform: scaleX(0.7);
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -2px;
    left: 0;
    content: "";
    background: rgb(172,208,158,0.5);
    transform-origin: left;
    width: 100%;
    position: absolute;
}.secure_guard strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.secure_guard {
    padding: 4rem 1.5rem;
}.secure_guard p {
    max-width: 100%;
}.secure_guard h1 {
    font-size: calc(48px * 0.9);
}.secure_guard h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.secure_guard {
    padding: 3rem 1rem;
}.secure_guard::after {
    top: -30px;
    height: 120px;
    width: 120px;
    right: -30px;
}.secure_guard h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.8);
}.secure_guard h1::after {
    width: 50px;
    bottom: -8px;
}.secure_guard h2 {
    font-size: calc(38px * 0.8);
    padding-left: 15px;
    margin: 2.5rem 0 1.2rem;
}.secure_guard h3 {
    font-size: calc(38px * 0.7);
    padding-left: 12px;
}.secure_guard h4 {
    padding-left: 10px;
    font-size: calc(38px * 0.6);
}.secure_guard ul {
    padding-left: 1rem;
}.secure_guard li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.secure_guard {
    padding: 2.5rem 0.8rem;
}.secure_guard h1 {
    font-size: calc(48px * 0.7);
}.secure_guard h2 {
    padding-left: 12px;
    font-size: calc(38px * 0.7);
}.secure_guard h3 {
    font-size: calc(38px * 0.6);
    padding-left: 10px;
}.secure_guard h4 {
    font-size: calc(38px * 0.55);
    padding-left: 8px;
}.secure_guard p, 
    .secure_guard span, 
    .secure_guard li {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.secure_guard span {
    padding-left: 0.8rem;
}.secure_guard ul {
    margin: 1.2rem 0 2rem;
}.secure_guard li {
    margin-bottom: 1rem;
}}.training_specialist {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(90deg, rgb(213,235,204) 30%, rgb(129,180,107,0.5) 100%);
}.training_specialist::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(172,208,158,0.5) 0,
        rgb(172,208,158,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    opacity: 0.1;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}.training_specialist::after {
    height: 140%;
    top: -20%;
    content: "";
    z-index: 0;
    filter: blur(60px);
    transform: rotate(-15deg);
    background: rgb(172,208,158,0.5);
    right: -10%;
    width: 50%;
    position: absolute;
}.training_specialist .user_reviews {
    transform: rotateX(5deg) rotateZ(-1deg);
    transform-style: preserve-3d;
    gap: 0;
    display: grid;
    z-index: 1;
    position: relative;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    margin: 0 auto;
}.training_specialist .img_show {
    transform-style: preserve-3d;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    height: 450px;
    border-radius: 0;
    transform: translateZ(30px);
    transition: all 0.7s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    z-index: 2;
}.training_specialist .emp_milestones {
    justify-content: center;
    transition: all 0.7s ease;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    transform-style: preserve-3d;
    margin-left: -3rem;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    z-index: 1;
}.training_specialist .emp_milestones::before {
    content: "";
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    height: 60%;
    width: 10px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(172,208,158), rgb(129,180,107));
}.training_specialist .name {
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-size: calc(36px * 1.2);
}.training_specialist .emp_milestones div:nth-child(2) {
    transform: translateZ(15px);
    font-size: 22px;
    color: rgb(129,180,107);
    margin-bottom: 2rem;
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
}.training_specialist .work_section {
    position: relative;
    font-size: 12px;
    transform: translateZ(10px);
    font-style: italic;
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
    color: #000000;
}.training_specialist .work_section::after {
    font-size: 5rem;
    right: 0;
    line-height: 0;
    content: "";
    position: absolute;
    color: rgb(172,208,158,0.5);
    bottom: -2rem;
    font-family: serif;
}.training_specialist .user_reviews:hover .img_show {
    transform: translateZ(50px) translateX(-20px);
}.training_specialist .user_reviews:hover .emp_milestones {
    transform: translateZ(30px) translateX(20px);
}.training_specialist .user_reviews:hover .name {
    transform: translateZ(40px);
}.training_specialist .user_reviews:hover .emp_milestones div:nth-child(2) {
    transform: translateZ(35px);
}.training_specialist .user_reviews:hover .work_section {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.training_specialist .user_reviews {
    transform: none;
    grid-template-columns: 1fr;
}.training_specialist .img_show {
    height: 350px;
    margin-bottom: -2rem;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training_specialist .emp_milestones {
    margin-left: 0;
    z-index: 3;
    transform: none;
    padding: 3rem 2rem 2rem;
}.training_specialist .emp_milestones::before {
    top: 0;
    width: 50%;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
}.training_specialist .user_reviews:hover .img_show,
    .training_specialist .user_reviews:hover .emp_milestones,
    .training_specialist .user_reviews:hover .name,
    .training_specialist .user_reviews:hover .emp_milestones div:nth-child(2),
    .training_specialist .user_reviews:hover .work_section {
    transform: none;
}}.homepage {
    justify-content: center;
    padding: 4rem 2rem;
    overflow: hidden;
    align-items: center;
    min-height: 90vh;
    background: linear-gradient(145deg, rgb(172,208,158,0.5), rgb(129,180,107,0.5));
    position: relative;
    display: flex;
}.homepage::before {
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    background-image: 
    linear-gradient(45deg, rgb(172,208,158,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(172,208,158,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(172,208,158,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(172,208,158,0.5) 75%);
    z-index: 1;
    content: "";
    top: 0;
}.homepage > div {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.homepage .skill_philo {
    transform: translateY(-20px);
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
}.homepage .quick_edu {
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1rem;
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 44px;
}.homepage .quick_edu::after {
    content: "";
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    width: 0;
    background: linear-gradient(to right, rgb(172,208,158), rgb(129,180,107));
    position: absolute;
    height: 4px;
}.homepage .start_first {
    padding: 3rem;
    border-radius: 27px;
    opacity: 0;
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    position: relative;
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}.homepage .start_first::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}.homepage .start_first > div {
    position: relative;
    color: #ffffff;
    z-index: 2;
}.homepage .start_first p {
    opacity: 0;
    line-height: 1.6;
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    position: relative;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: calc(14px * 1.2);
    padding-left: 1.5rem;
    transform: translateX(-20px);
}.homepage .start_first p::before {
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
    top: 0.5rem;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(172,208,158), rgb(129,180,107));
    width: 4px;
    left: 0;
    height: 0;
}.homepage .start_first h3 {
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    padding-top: 1.5rem;
    opacity: 0;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(20px);
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    margin: 0;
    line-height: 1.4;
}@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.homepage {
    cursor: default;
}.homepage .quick_edu:hover {
    text-shadow: 0 0 15px rgb(172,208,158,0.5);
    transition: text-shadow 0.3s ease;
}.homepage .start_first {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.homepage .start_first:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.homepage {
    padding: 3rem 1.5rem;
}.homepage .quick_edu {
    font-size: calc(44px * 0.9);
}.homepage .start_first {
    padding: 2.5rem;
}.homepage .start_first p {
    font-size: calc(14px * 1.1);
}.homepage .start_first h3 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.homepage {
    padding: 2.5rem 1rem;
    min-height: 80vh;
}.homepage .skill_philo {
    margin-bottom: 2rem;
}.homepage .quick_edu {
    font-size: calc(44px * 0.8);
}.homepage .start_first {
    padding: 2rem;
}.homepage .start_first p {
    margin-bottom: 1.5rem;
    font-size: 14px;
    padding-left: 1rem;
}.homepage .start_first h3 {
    padding-top: 1rem;
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 576px) {.homepage {
    min-height: 70vh;
    padding: 2rem 0.8rem;
}.homepage .skill_philo {
    margin-bottom: 1.5rem;
}.homepage .quick_edu {
    font-size: calc(44px * 0.7);
}.homepage .start_first {
    padding: 1.5rem;
}.homepage .start_first p {
    font-size: calc(14px * 0.9);
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
}.homepage .start_first h3 {
    font-size: calc(24px * 0.8);
}}.connect_with_us {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.connect_with_us::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    background-size: 20px 20px;
    z-index: 0;
    height: 100%;
    top: 0;
}.connect_with_us .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.connect_with_us h2 {
    font-size: 31px;
    border-left: 5px solid rgb(172,208,158);
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    padding-left: 20px;
    text-align: left;
}.connect_with_us .request_box {
    flex-direction: row-reverse;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
}.connect_with_us .img_show {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.connect_with_us .img_show::before {
    mix-blend-mode: multiply;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(172,208,158,0.5);
    z-index: 1;
}.connect_with_us .query_request {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.connect_with_us .query_request::after {
    height: 150px;
    border-radius: 0 0 0 100%;
    background: rgb(213,235,204);
    right: 0;
    width: 150px;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
}.connect_with_us #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.connect_with_us h3 {
    margin-bottom: 30px;
    font-size: 19px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.connect_with_us h3::after {
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(172,208,158);
    bottom: -10px;
}.connect_with_us input[type="text"] {
    border-radius: 10px;
    font-size: 13px;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
    transition: all 0.3s ease;
    background: rgb(213,235,204);
    width: 100%;
    color: #000000;
}.connect_with_us input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(172,208,158,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.connect_with_us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect_with_us .help_request {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.connect_with_us .help_request input[type="checkbox"] {
    border: 2px solid rgb(213,235,204);
    transition: all 0.2s ease;
    position: relative;
    width: 22px;
    cursor: pointer;
    appearance: none;
    border-radius: 10px;
    height: 22px;
}.connect_with_us .help_request input[type="checkbox"]:checked {
    border-color: rgb(172,208,158);
    background: rgb(172,208,158);
}.connect_with_us .help_request input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    top: 3px;
    content: "";
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    height: 11px;
    border-width: 0 2px 2px 0;
    width: 6px;
}.connect_with_us .help_request label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.connect_with_us .help_request a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(172,208,158);
    text-decoration: none;
}.connect_with_us .help_request a:hover {
    color: rgb(129,180,107);
}.connect_with_us .help_request a::after {
    bottom: -2px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(172,208,158);
}.connect_with_us .help_request a:hover::after {
    background: rgb(129,180,107);
}.connect_with_us .inquiry_support {
    font-size: 15px;
    border-radius: 14px;
    background: rgb(172,208,158);
    color: #ffffff;
    align-self: flex-start;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
    padding: 18px 40px;
    border: none;
    box-shadow: 0 4px 15px rgb(172,208,158,0.5);
    cursor: pointer;
}.connect_with_us .inquiry_support:hover {
    background: rgb(129,180,107);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(129,180,107,0.5);
}.connect_with_us svg {
    fill: rgb(172,208,158);
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
}.connect_with_us svg path {
    transition: all 0.3s ease;
    fill: rgb(172,208,158);
}.connect_with_us svg:hover {
    fill: rgb(129,180,107);
}.connect_with_us svg:hover path {
    fill: rgb(129,180,107);
}

@media (max-width: 992px) {.connect_with_us .request_box {
    flex-direction: column;
}.connect_with_us .img_show {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.connect_with_us .query_request {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.connect_with_us h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.connect_with_us .query_request {
    padding: 40px 30px;
}.connect_with_us #contact {
    gap: 25px;
}.connect_with_us .img_show {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.connect_with_us .query_request {
    padding: 30px 20px;
}.connect_with_us #contact {
    gap: 20px;
}.connect_with_us input[type="text"] {
    padding: 15px;
}.connect_with_us .inquiry_support {
    width: 100%;
    padding: 15px 20px;
}.connect_with_us .img_show {
    min-height: 200px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    animation: gradientFlow 20s ease infinite;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(172,208,158,0.5) 35%, rgb(129,180,107,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.75;
    right: 0;
    content: "";
    left: 0;
    background-size: 300% 300%;
    z-index: -1;
}footer::after {
    right: 0;
    position: absolute;
    background-size: 50px 50px;
    top: 0;
    bottom: 0;
    opacity: 0.15;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(172,208,158,0.5) 25%, rgb(172,208,158,0.5) 26%, transparent 27%, transparent 74%, rgb(129,180,107,0.5) 75%, rgb(129,180,107,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(172,208,158,0.5) 25%, rgb(172,208,158,0.5) 26%, transparent 27%, transparent 74%, rgb(129,180,107,0.5) 75%, rgb(129,180,107,0.5) 76%, transparent 77%, transparent);
    content: "";
    left: 0;
    z-index: -1;
}.career_help {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.career_help::before {
    box-shadow: 0 0 20px rgb(172,208,158,0.5);
    height: 2px;
    top: 0;
    opacity: 0.8;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(172,208,158), rgb(129,180,107), transparent);
    left: 0;
}.career_help .container {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    display: flex;
}.career_help .company_holder {
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 28px;
    flex: 1 1 350px;
    overflow: hidden;
    padding: 2rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.career_help .company_holder::before {
    width: 200%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(172,208,158), transparent);
    top: 0;
    content: "";
    left: -50%;
    transform: translateY(-1px);
    position: absolute;
}.career_help .company_holder::after {
    left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(1px);
    bottom: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(129,180,107), transparent);
}.career_help .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(172,208,158,0.5);
    transform: translateY(-5px);
}.career_help .company_holder h3 {
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(172,208,158,0.5);
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}.career_help .company_holder h3::after {
    border-radius: 10px;
    height: 3px;
    box-shadow: 0 0 10px rgb(172,208,158);
    transition: width 0.3s ease-out;
    position: absolute;
    width: 50px;
    bottom: -8px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(172,208,158), rgb(129,180,107));
}.career_help .company_holder:hover h3::after {
    width: 100%;
}.career_help .footer_milestones {
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    line-height: 1.6;
    font-size: 13px;
    max-width: 100%;
}.career_help .comm_guide {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.career_help .nav_wrap {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.career_help .nav_top {
    overflow: hidden;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 28px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    min-width: 250px;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
}.career_help .nav_top::before {
    left: -50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(129,180,107), transparent);
    height: 1px;
    width: 200%;
    transform: translateY(-1px);
    top: 0;
}.career_help .nav_top::after {
    position: absolute;
    bottom: 0;
    content: "";
    transform: translateY(1px);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(172,208,158), transparent);
    left: 0;
    height: 1px;
}.career_help .nav_top:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(129,180,107,0.5);
    transform: translateY(-5px);
}.career_help .nav_top h5 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(129,180,107,0.5);
    letter-spacing: 0.5px;
    font-weight: 600;
}.career_help .nav_top h5::after {
    box-shadow: 0 0 10px rgb(129,180,107);
    position: absolute;
    background: linear-gradient(90deg, rgb(129,180,107), rgb(172,208,158));
    height: 3px;
    transition: width 0.3s ease-out;
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    left: 0;
    content: "";
}.career_help .nav_top:hover h5::after {
    width: 100%;
}.career_help .nav_top .nav_wrap {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.career_help .nav_top .nav_wrap a {
    display: block;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
    opacity: 0.8;
    font-size: 13px;
    border-radius: 10px;
    position: relative;
}.career_help .nav_top .nav_wrap a::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 3px;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 0;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(180deg, rgb(172,208,158), rgb(129,180,107));
}.career_help .nav_top .nav_wrap a::after {
    position: absolute;
    height: 100%;
    opacity: 0;
    width: 0;
    top: 0;
    z-index: -1;
    left: 0;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    content: "";
}.career_help .nav_top .nav_wrap a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(129,180,107,0.5);
}.career_help .nav_top .nav_wrap a:hover::before {
    box-shadow: 0 0 10px rgb(172,208,158);
    width: 5px;
    opacity: 1;
}.career_help .nav_top .nav_wrap a:hover::after {
    opacity: 0.2;
    width: 100%;
}.edu_global {
    padding: 2rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
}.edu_global::before {
    top: 0;
    opacity: 0.5;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(172,208,158), rgb(129,180,107), transparent);
    height: 1px;
    position: absolute;
}.edu_global .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.edu_global .footnote_ref {
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.7;
    font-size: 16px;
}.edu_global .footnote_ref:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(129,180,107,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.career_help .container {
    gap: 2rem;
}.career_help .company_holder {
    flex: 1 1 320px;
}.career_help .comm_guide {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.career_help {
    padding: 3.5rem 0 2rem;
}.career_help .container {
    gap: 2rem;
    flex-direction: column;
}.career_help .company_holder,
    .career_help .comm_guide {
    flex: 1 1 100%;
    min-width: 100%;
}.career_help .nav_top {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.career_help {
    padding: 3rem 0 1.5rem;
}.career_help .company_holder,
    .career_help .nav_top {
    padding: 1.5rem;
}.career_help .nav_wrap {
    gap: 1.5rem;
}.career_help .company_holder h3 {
    font-size: calc(28px - 2px);
}.career_help .nav_top h5 {
    font-size: calc(20px - 1px);
}.career_help .company_holder:hover,
    .career_help .nav_top:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.career_help {
    padding: 2.5rem 0 1rem;
}.career_help .nav_wrap {
    gap: 1rem;
}.career_help .nav_top {
    min-width: 100%;
    flex: 1 1 100%;
}.career_help .nav_top .nav_wrap a {
    padding: 0.4rem 0.8rem;
}.career_help .nav_top .nav_wrap a:hover {
    padding-left: 1.2rem;
}.edu_global {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.career_help .company_holder:hover,
    .career_help .nav_top:hover {
    transform: translateY(-2px);
}}.service_contact {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(213,235,204) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}.service_contact::before {
    content: "";
    background: linear-gradient(90deg, rgb(172,208,158) 0%, rgb(129,180,107) 100%);
    left: 0;
    top: 0;
    position: absolute;
    height: 5px;
    z-index: 1;
    right: 0;
}.service_contact::after {
    transform: translate(10%, 20%);
    right: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 75% 75%, rgb(172,208,158,0.5) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgb(129,180,107,0.5) 0%, transparent 1px, transparent 3px, rgb(129,180,107,0.5) 4px);
    height: 60%;
    width: 40%;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
    content: "";
    bottom: 0;
}.service_contact .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.service_contact .request_info {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    padding: 40px;
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.service_contact .request_info:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service_contact h3 {
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 25px;
    font-size: 31px;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
}.service_contact h3::after {
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(172,208,158) 0%, rgb(129,180,107) 100%);
    left: 0;
    height: 3px;
    width: 80px;
}.service_contact .request_info:hover h3::after {
    width: 120px;
}.service_contact p {
    line-height: 1.6;
    max-width: 90%;
    font-family: Arial, sans-serif;
    margin: 0 0 15px;
    font-size: 14px;
    color: #000000;
}.service_contact h5 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
}.service_contact h5 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.service_contact .request_info > div:hover h5 svg {
    transform: scale(1.1);
}.service_contact .support_now {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 15px 0 0;
    display: grid;
}.service_contact .support_now li {
    padding: 10px 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.service_contact .support_now li:hover {
    border-bottom-color: rgb(172,208,158,0.5);
    transform: translateX(5px);
}.service_contact .edu_askedu {
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    align-items: center;
    transition: color 0.3s ease;
    display: flex;
}.service_contact .edu_askedu:hover {
    color: rgb(172,208,158);
}.service_contact .edu_askedu svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    margin-left: 8px;
}.service_contact .edu_askedu:hover svg {
    transform: translateY(-3px);
}.service_contact svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.service_contact svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.service_contact .edu_askedu:hover svg path {
    fill: rgb(172,208,158);
}

@media (min-width: 768px) {.service_contact .request_info {
    gap: 40px 50px;
    grid-template-columns: 1fr 1fr;
}.service_contact .request_info > div:first-of-type {
    grid-column: 1 / -1;
}.service_contact .support_now {
    grid-column: 1 / -1;
}.service_contact h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 1.1);
}.service_contact .request_info {
    padding: 50px;
    transform: perspective(1200px) rotateY(-1.5deg);
}
}

@media (min-width: 992px) {.service_contact {
    padding: 100px 0;
}.service_contact .request_info {
    grid-template-columns: 2fr 1fr;
}.service_contact .support_now {
    grid-template-columns: repeat(3, 1fr);
}.service_contact h3 {
    margin-bottom: 35px;
}.service_contact .request_info::before {
    pointer-events: none;
    content: "";
    opacity: 0.5;
    transition: all 0.3s ease;
    height: 80px;
    top: -15px;
    position: absolute;
    border-right: 3px solid rgb(129,180,107);
    right: -15px;
    width: 80px;
    border-top: 3px solid rgb(129,180,107);
}.service_contact .request_info::after {
    bottom: -15px;
    border-left: 3px solid rgb(172,208,158);
    height: 80px;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0.5;
    left: -15px;
    border-bottom: 3px solid rgb(172,208,158);
    position: absolute;
    content: "";
    width: 80px;
}.service_contact .request_info:hover::before,
    .service_contact .request_info:hover::after {
    opacity: 0.7;
    height: 100px;
    width: 100px;
}
}

@media (max-width: 767px) {.service_contact {
    padding: 60px 0;
}.service_contact .request_info {
    padding: 30px 25px;
    transform: none;
    gap: 20px;
}.service_contact h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.service_contact p {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.service_contact .support_now {
    grid-template-columns: 1fr;
}.service_contact .support_now li {
    padding: 8px 0;
}
}

@media (max-width: 480px) {.service_contact {
    padding: 40px 0;
}.service_contact .request_info {
    padding: 25px 20px;
}.service_contact h3 {
    padding-bottom: 12px;
    font-size: calc(31px * 0.85);
}.service_contact h5 {
    font-size: calc(20px * 0.9);
}.service_contact p {
    font-size: calc(14px * 0.9);
}.service_contact .edu_askedu {
    font-size: calc(14px * 0.9);
}.service_contact svg {
    height: 20px;
    width: 20px;
}}.tariff_list_item {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}.tariff_list_item::before {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    z-index: 1;
}.tariff_list_item .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.tariff_list_item .plan_pricing {
    position: relative;
}.tariff_list_item h2 {
    font-size: 35px;
    background: linear-gradient(90deg, rgb(172,208,158) 0%, rgb(129,180,107) 100%);
    -webkit-background-clip: text !important;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    animation: titleFloat 6s ease-in-out infinite;
    background-clip: text !important;
    transform: translateY(0);
    color: transparent;
    position: relative;
}.tariff_list_item h2::after {
    content: '';
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
    background: rgb(129,180,107);
}.tariff_list_item .learning_cost {
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    max-width: 700px;
    opacity: 0.9;
    font-size: calc(14px + 2px);
    color: #ffffff;
}.tariff_list_item .skill_offers {
    display: grid;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}.tariff_list_item .skill_offers li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tariff_list_item .skill_offers li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.tariff_list_item .plan_deals {
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    position: relative;
    display: block;
}.tariff_list_item .price_view {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    padding: 35px 30px;
}.tariff_list_item .price_view::before {
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(172,208,158), rgb(129,180,107));
    top: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    content: '';
    transition: transform 0.5s ease;
    left: 0;
}.tariff_list_item .plan_deals:hover .price_view::before {
    transform: scaleX(1);
}.tariff_list_item .price_view::after {
    width: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgb(129,180,107,0.5) 50%);
    transition: opacity 0.5s ease;
}.tariff_list_item .plan_deals:hover .price_view::after {
    opacity: 1;
}.tariff_list_item .rate_options {
    z-index: 2;
    position: relative;
}.tariff_list_item .rate_options h4 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px + 2px);
    margin: 0 0 20px;
    color: #ffffff;
}.tariff_list_item .rate_options h4::after {
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    bottom: -8px;
    content: '';
    width: 40px;
    position: absolute;
    background: rgb(172,208,158);
}.tariff_list_item .plan_deals:hover .rate_options h4::after {
    width: 100%;
}.tariff_list_item .rate_options p {
    margin: 0 0 30px;
    line-height: 1.6;
    padding-right: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    overflow-wrap: break-word;
    overflow-y: auto;
    word-break: break-word;
}.tariff_list_item .rate_options p::-webkit-scrollbar {
    width: 4px;
}.tariff_list_item .rate_options p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff_list_item .rate_options p::-webkit-scrollbar-thumb {
    background: rgb(172,208,158,0.5);
}.tariff_list_item .payment_scheme {
    position: relative;
    padding: 10px 0;
    color: #ffffff;
    margin-top: 15px;
    display: block;
    font-size: calc(18px + 4px);
    font-weight: 700;
}.tariff_list_item .payment_scheme::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 1px;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    content: '';
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.tariff_list_item {
    padding: 80px 0;
}.tariff_list_item .skill_offers {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.tariff_list_item .price_view {
    padding: 25px 20px;
}.tariff_list_item .rate_options p {
    max-height: 150px;
    font-size: calc(14px - 1px);
}.tariff_list_item .payment_scheme {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 767px) {.tariff_list_item {
    padding: 60px 0;
}.tariff_list_item h2 {
    font-size: calc(35px - 4px);
}.tariff_list_item .learning_cost {
    font-size: 14px;
    margin-bottom: 30px;
}.tariff_list_item .skill_offers {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_list_item .rate_options h4 {
    font-size: 18px;
}.tariff_list_item .payment_scheme {
    font-size: 18px;
}
}

@media (max-width: 480px) {.tariff_list_item {
    padding: 50px 0;
}.tariff_list_item h2 {
    font-size: calc(35px - 8px);
}.tariff_list_item .learning_cost {
    font-size: calc(14px - 2px);
}.tariff_list_item .price_view {
    padding: 20px 15px;
}.tariff_list_item .rate_options p {
    font-size: calc(14px - 2px);
}}.our_background {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    padding: 5rem 0;
}.our_background::before {
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    bottom: 0;
    background: #000000;
}.our_background::after {
    content: "";
    top: -50%;
    position: absolute;
    opacity: 0.15;
    background: rgb(172,208,158);
    z-index: 2;
    height: 100%;
    width: 100%;
    transform: rotate(25deg);
    right: -50%;
    animation: rotateBackground 30s infinite linear;
}.our_background .container {
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center center;
}.our_background h2 {
    display: inline-block;
    transform: translateZ(50px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(35px * 1.5);
    margin-bottom: 3rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 2px;
}.our_background h2::after {
    bottom: -10px;
    position: absolute;
    height: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    content: "";
    background: rgb(129,180,107);
    transform: skewX(-20deg);
    left: 0;
    width: 80px;
}.our_background .text_unit {
    overflow: hidden;
    border-radius: 0;
    position: relative;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.our_background .text_unit::before {
    transform: translateZ(20px);
    content: "";
    background: linear-gradient(to bottom, rgb(172,208,158), rgb(129,180,107));
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
}.our_background .text_unit::after {
    opacity: 0.05;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: -10%;
    width: 200px;
    top: -10%;
    background: rgb(129,180,107);
    height: 200px;
    z-index: -1;
}.our_background .text_unit:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.our_background .text_unit > div {
    position: relative;
    z-index: 5;
}.our_background .text_unit p {
    display: inline-block;
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    padding-bottom: 0.5rem;
    font-size: calc(12px * 1.5);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.our_background .text_unit p::after {
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(172,208,158), transparent);
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
}.our_background .text_unit div div {
    transform: translateZ(5px);
    text-align: justify;
    column-count: 2;
    line-height: 1.7;
    column-gap: 2.5rem;
    color: #000000;
    font-size: 12px;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}

@media (max-width: 992px) {.our_background {
    padding: 4rem 0;
}.our_background h2 {
    font-size: calc(35px * 1.3);
    margin-bottom: 2.5rem;
}.our_background .text_unit {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.our_background .text_unit div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.our_background {
    padding: 3rem 0;
}.our_background h2 {
    font-size: 35px;
    margin-bottom: 2rem;
}.our_background .text_unit {
    transform: none;
    padding: 2rem;
}.our_background .container {
    transform: none;
}.our_background .text_unit div div {
    column-count: 1;
}.our_background .text_unit p {
    font-size: calc(12px * 1.2);
}
}

@media (max-width: 576px) {.our_background {
    padding: 2.5rem 0;
}.our_background h2 {
    margin-bottom: 1.5rem;
}.our_background .text_unit {
    padding: 1.5rem;
}.our_background h2::after {
    height: 3px;
    width: 60px;
}.our_background .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.our_background .text_unit:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}header {
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 99;
    background: linear-gradient(135deg, rgb(213,235,204), #ffffff);
}header::before {
    left: 0;
    opacity: 0.3;
    background-size: 20px 20px;
    height: 15px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(172,208,158,0.5) 6px,
            rgb(172,208,158,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
}header .head_top {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .head_top::before,
header .head_top::after {
    width: 30%;
    content: "";
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(172,208,158), transparent);
}header .head_top::before {
    top: 10px;
    left: 0;
}header .head_top::after {
    bottom: 10px;
    right: 0;
    background: linear-gradient(to left, rgb(129,180,107), transparent);
}header .head_top .nav_primary {
    position: relative;
    z-index: 2;
}header .head_top .nav_primary::before {
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    top: -20%;
    content: "";
    width: 140%;
    height: 140%;
    background: rgb(172,208,158,0.5);
    transition: transform 0.5s ease-in-out;
    left: -20%;
}header .head_top .nav_primary:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .head_top .nav_primary .head_site {
    display: block;
    transition: transform 0.3s ease;
}header .head_top .nav_primary:hover .head_site {
    transform: translateY(-3px);
}header .head_top .nav_primary .head_site svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .head_top .nav_top {
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}header .head_top .nav_top::before {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    background: rgb(129,180,107,0.5);
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 0;
}header .head_top .nav_top:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .head_top .nav_top .header_mainbar {
    position: relative;
    margin: 0 8px;
}header .head_top .nav_top .header_mainbar a {
    transition: all 0.4s ease;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    color: #000000;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
}header .head_top .nav_top .header_mainbar a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .head_top .nav_top .header_mainbar a::before {
    left: 0;
    transform-origin: right top;
    background: rgb(172,208,158);
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    top: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    transform: scale(0);
}header .head_top .nav_top .header_mainbar a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .head_top .nav_top .header_mainbar:nth-child(2n) a::before {
    background: rgb(129,180,107);
    transform-origin: left bottom;
}header .head_top .nav_top .header_mainbar:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .head_top .nav_top .header_mainbar:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .head_top {
    padding: 20px 15px;
    flex-direction: column;
}header .head_top .nav_primary {
    margin-bottom: 15px;
}header .head_top .nav_top {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .head_top .nav_top .header_mainbar {
    margin: 5px;
}header .head_top .nav_top .header_mainbar a {
    padding: 8px 12px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .head_top {
    padding: 15px 10px;
}header .head_top .nav_primary .head_site svg {
    height: 40px;
}header .head_top .nav_top .header_mainbar a {
    font-size: calc(14px - 2px);
    padding: 6px 10px;
}}.gratNote {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(172,208,158,0.5), rgb(129,180,107), rgb(172,208,158));
}.gratNote::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    left: 0;
    height: 100%;
    top: 0;
    animation: shimmer 15s infinite linear;
    content: "";
    z-index: -1;
    position: absolute;
    background-size: 60px 60px, 40px 40px;
    opacity: 0.6;
}.gratNote::after {
    position: absolute;
    top: -10%;
    height: 70%;
    content: "";
    width: 40%;
    background: linear-gradient(160deg, rgb(129,180,107,0.5), transparent);
    filter: blur(40px);
    z-index: -1;
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
}.gratNote .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}.gratNote .study_learn {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center bottom;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
}.gratNote .study_learn::before {
    animation: shimmerBorder 3s infinite linear;
    opacity: 0.9;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(172,208,158), rgb(129,180,107), rgb(172,208,158));
    height: 6px;
    transform-origin: left center;
}.gratNote .study_learn::after {
    position: absolute;
    border-radius: 50%;
    width: 90%;
    z-index: -1;
    left: 5%;
    height: 20px;
    filter: blur(15px);
    background: rgba(0, 0, 0, 0.07);
    content: "";
    bottom: -20px;
}.gratNote .study_learn > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.gratNote .study_learn > div:first-child::after {
    left: 0;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(129,180,107);
    width: 60px;
    height: 3px;
    transform-origin: left center;
    bottom: -0.75rem;
    content: "";
    transform: scaleX(0);
    position: absolute;
}.gratNote h5 {
    margin: 0;
    font-size: 22px;
    opacity: 0;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    line-height: 1.4;
}.gratNote p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 13px;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    opacity: 0;
}.gratNote a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
    display: block;
}.gratNote a::before {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    right: 0;
    width: 30%;
    height: 2px;
    content: "";
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    background: rgb(172,208,158,0.5);
    transform-origin: right center;
}.gratNote a:hover {
    transform: translateX(5px);
}.gratNote a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.gratNote .study_learn:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.gratNote {
    padding: 5rem 2rem;
}.gratNote .study_learn {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.gratNote h5 {
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 768px) {.gratNote {
    padding: 4rem 1.5rem;
}.gratNote .study_learn {
    transform: none;
    padding: 2rem;
}.gratNote .study_learn::before {
    height: 4px;
}.gratNote h5 {
    font-size: calc(22px * 0.85);
}.gratNote p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.gratNote {
    padding: 3rem 1rem;
}.gratNote .study_learn {
    padding: 1.75rem;
}.gratNote .study_learn::before {
    height: 3px;
}.gratNote h5 {
    font-size: calc(22px * 0.8);
}.gratNote p {
    font-size: calc(13px * 0.9);
    line-height: 1.7;
}.gratNote .study_learn > div:first-child {
    margin-bottom: 1.5rem;
}}.cookie_warning_popup {
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    border-top: 3px solid rgb(172,208,158);
    align-items: center;
    display: flex;
    padding: 1rem 0;
    background: rgb(213,235,204);
    z-index: 90;
    justify-content: center;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
}#cookiePolicyPanel {
    display: none;
}#cookiePolicyPanel:checked ~ .cookie_warning_popup {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_popup .container {
    display: flex;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 1140px;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
    align-items: center;
}.user_alert {
    flex-shrink: 0;
    display: flex;
    margin-right: 1rem;
    align-items: center;
}.user_alert svg {
    fill: rgb(172,208,158);
    height: 50px;
    width: 50px;
}.track_switch {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.track_switch h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(172,208,158);
}.track_switch p {
    font-size: 1rem;
    color: #000000;
}.cookie_option {
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(172,208,158);
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}.cookie_button.cookie_all {
    background: rgb(172,208,158);
}.cookie_button.data_approval {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_option:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.data_approval:hover {
    background: rgb(172,208,158);
}.cookie_warning_popup p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(172,208,158);
}.cookie_warning_popup p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_warning_popup .container {
    align-items: center;
    flex-direction: column;
}.user_alert {
    margin-bottom: 1rem;
    margin-right: 0;
}.track_switch {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.data_approval {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.potential_learners {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}.potential_learners::before {
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(172,208,158,0.5) 0,
        rgb(172,208,158,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    opacity: 0.03;
    height: 100%;
}.potential_learners .study_learn {
    z-index: 10;
    max-width: 1100px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.potential_learners h3 {
    font-size: 37px;
    margin-bottom: 50px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    padding: 0 30px;
}.potential_learners h3::before,
.potential_learners h3::after {
    position: absolute;
    top: 50%;
    height: 15px;
    transform: translateY(-50%);
    width: 15px;
    content: '';
    background-color: rgb(172,208,158,0.5);
    border-radius: 50%;
}.potential_learners h3::before {
    left: 0;
}.potential_learners h3::after {
    right: 0;
}.potential_learners ul {
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}.potential_learners ul li {
    display: flex;
    z-index: 1;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    min-width: 280px;
    padding: 35px 25px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: calc(33.333% - 17px);
    border-radius: 19px;
    background-color: #ffffff;
    gap: 20px;
    transition: all 0.4s ease;
    align-items: center;
}.potential_learners ul li::before {
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(213,235,204) 100%);
    top: 0;
    z-index: -1;
    content: '';
    border-radius: 19px;
    opacity: 0;
}.potential_learners ul li:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}.potential_learners ul li:hover::before {
    opacity: 1;
}.potential_learners ul li svg {
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 45px;
    position: relative;
    width: 45px;
}.potential_learners ul li:hover svg {
    transform: scale(1.1);
}.potential_learners ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(172,208,158);
}.potential_learners ul li:hover svg path {
    fill: rgb(129,180,107);
}.potential_learners ul li::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    bottom: 15px;
    content: '';
    right: 15px;
    transition: all 0.4s ease;
    background-color: rgb(172,208,158,0.5);
}.potential_learners ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(129,180,107,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.potential_learners ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.potential_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}.potential_learners ul li:nth-child(2) {
    animation-delay: 0.2s;
}.potential_learners ul li:nth-child(3) {
    animation-delay: 0.3s;
}.potential_learners ul li:nth-child(4) {
    animation-delay: 0.4s;
}.potential_learners ul li:nth-child(5) {
    animation-delay: 0.5s;
}.potential_learners ul li:nth-child(6) {
    animation-delay: 0.6s;
}.potential_learners ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(172,208,158,0.5), 0.1);
}.potential_learners ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(129,180,107,0.5), 0.1);
}

@media (max-width: 992px) {.potential_learners {
    padding: 70px 0;
}.potential_learners h3 {
    margin-bottom: 40px;
}.potential_learners ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.potential_learners ul {
    gap: 20px;
}.potential_learners ul li {
    padding: 25px 20px;
    width: 100%;
}
}

@media (max-width: 576px) {.potential_learners {
    padding: 50px 0;
}.potential_learners h3 {
    font-size: calc(37px * 0.85);
    padding: 0 20px;
    margin-bottom: 30px;
}.potential_learners h3::before,
    .potential_learners h3::after {
    height: 10px;
    width: 10px;
}.potential_learners ul li {
    gap: 15px;
    padding: 20px 15px;
}.potential_learners ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.potential_learners ul li {
    animation: none;
    opacity: 1;
}.potential_learners ul li:hover {
    transform: none;
}.potential_learners ul li:hover svg {
    transform: none;
}
}