﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.wrapping-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    width: 1261px;
    margin: auto;
}.policy_links {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.header_lead {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_welcome {
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(145deg, rgb(208,229,221) 0%, rgba(245, 247, 250, 0.95) 100%);
}.title_welcome::before {
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(163,201,190,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(116,172,163,0.5), 0.05) 0%, transparent 50%);
}.title_welcome::after {
    height: 200%;
    position: absolute;
    animation: subtle-shift 60s linear infinite;
    top: -50%;
    width: 200%;
    left: -50%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgba(rgb(163,201,190,0.5), 0.01),
    rgba(rgb(163,201,190,0.5), 0.01) 2px,
    transparent 2px,
    transparent 10px
  );
}.title_welcome .course_entry {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 90%;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    box-shadow: 
    15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -5px -5px 20px rgba(#ffffff, 0.9),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(163,201,190,0.5), 0.1);
    background: rgba(#ffffff, 0.95);
}.title_welcome .course_entry:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -8px -8px 25px rgba(#ffffff, 0.95),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(163,201,190,0.5), 0.15);
}.title_welcome .course_entry > div {
    display: flex;
    gap: 3.5rem;
    flex-direction: column;
}.title_welcome h3 {
    color: rgb(163,201,190);
    padding-bottom: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    max-width: 90%;
    line-height: 1.5;
    transform: translateY(15px);
    position: relative;
    animation: fade-up 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    font-size: calc(20px * 1.05);
    opacity: 0;
}.title_welcome h3::before {
    background: linear-gradient(90deg, rgb(163,201,190) 0%, rgb(116,172,163) 100%);
    content: "";
    height: 3px;
    animation: line-grow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}.title_welcome .about_section {
    position: relative;
    transform: translateY(20px);
    animation: fade-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}.title_welcome h1 {
    line-height: 1.2;
    position: relative;
    transform: scale(0.98);
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #000000;
    font-size: calc(38px * 1.15);
}.title_welcome .about_section:hover h1 {
    transform: scale(1);
}.title_welcome .about_section > div {
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -5px -5px 15px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.4);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    padding: 3rem 2.5rem;
}.title_welcome .about_section > div::before {
    position: absolute;
    content: "";
    background: linear-gradient(
    135deg, 
    rgba(rgb(163,201,190,0.5), 0.85) 0%, 
    rgba(rgb(116,172,163,0.5), 0.85) 100%
  );
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.title_welcome .about_section > div::after {
    width: 100%;
    transform: translateX(-100%);
    animation: shine 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 2;
    height: 100%;
}.title_welcome .about_section p {
    z-index: 3;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    max-width: 90%;
    position: relative;
    font-size: calc(14px * 1.15);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

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

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@keyframes subtle-shift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {.title_welcome .course_entry {
    padding: 4rem 3rem;
}.title_welcome h3 {
    font-size: calc(20px * 1.15);
    max-width: 80%;
}.title_welcome h1 {
    font-size: calc(38px * 1.25);
}.title_welcome .about_section > div {
    padding: 4rem 3rem;
}.title_welcome .about_section p {
    max-width: 80%;
    font-size: calc(14px * 1.25);
}
}

@media screen and (min-width: 992px) {.title_welcome .course_entry {
    padding: 5rem 4rem;
}.title_welcome h3 {
    max-width: 70%;
    font-size: calc(20px * 1.2);
}.title_welcome .course_entry > div {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
}.title_welcome .course_entry > div > div {
    flex: 1;
}.title_welcome h1 {
    font-size: calc(38px * 1.35);
}.title_welcome .about_section > div {
    padding: 5rem 4rem;
}.title_welcome .about_section p {
    max-width: 80%;
    font-size: calc(14px * 1.3);
}
}

@media screen and (min-width: 1200px) {.title_welcome .course_entry {
    padding: 6rem 5rem;
}.title_welcome h3 {
    max-width: 65%;
    font-size: calc(20px * 1.25);
}.title_welcome h1 {
    font-size: calc(38px * 1.45);
}.title_welcome .about_section > div {
    transform: translateX(0) translateY(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.title_welcome .about_section:hover > div {
    transform: translateX(5px) translateY(-5px);
}.title_welcome .about_section p {
    font-size: calc(14px * 1.35);
    max-width: 70%;
}
}

@media (prefers-reduced-motion: reduce) {.title_welcome *,
  .title_welcome *::before,
  .title_welcome *::after {
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}}.training_method {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgba(rgb(116,172,163,0.5), 0.05) 100%);
}.training_method::before {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(163,201,190,0.5), 0.1) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(116,172,163,0.5), 0.15) 0%, transparent 50%);
    top: 0;
    content: "";
}.training_method::after {
    opacity: 0.07;
    animation: floatElement 18s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    content: "";
    top: -5%;
    height: 250px;
    width: 250px;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(163,201,190) 0%, transparent 70%);
}.training_method .success_story {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.training_method h2 {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    transform: translateX(-5px);
}.training_method h2::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 4px;
    background: rgb(163,201,190);
    bottom: -10px;
    transform-origin: left center;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    width: 80px;
}.training_method h2::after {
    position: absolute;
    content: "";
    left: 85px;
    background: rgb(116,172,163);
    opacity: 0.8;
    width: 20px;
    bottom: -10px;
    height: 4px;
}.training_method:hover h2::before {
    transform: scaleX(1.2);
}.training_method .body_content {
    z-index: 2;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    overflow: hidden;
    padding: 40px;
    transform: translateY(0);
    border-radius: 0 11px 11px 11px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.training_method .body_content::before {
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
}.training_method .body_content::after {
    background: 
        linear-gradient(135deg, rgba(rgb(163,201,190,0.5), 0.05) 0%, transparent 100%),
        linear-gradient(45deg, rgba(rgb(116,172,163,0.5), 0.03) 0%, transparent 80%);
    content: "";
    pointer-events: none;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}.training_method .body_content p {
    max-width: 95%;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    z-index: 3;
}.training_method:hover .body_content {
    transform: translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(15px, -15px) rotate(-5deg);
    }
}

@media (max-width: 991px) {.training_method {
    padding: 90px 0;
}.training_method h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.training_method .body_content {
    padding: 35px;
}.training_method::after {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 767px) {.training_method {
    padding: 70px 0;
}.training_method h2 {
    margin-bottom: 25px;
    transform: translateX(0);
    font-size: calc(38px * 0.8);
}.training_method h2::before {
    width: 60px;
}.training_method h2::after {
    width: 15px;
    left: 65px;
}.training_method .body_content {
    padding: 30px 25px 30px 30px;
}.training_method .body_content p {
    max-width: 100%;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.training_method::after {
    top: -2%;
    width: 120px;
    right: -2%;
    height: 120px;
}
}

@media (max-width: 480px) {.training_method {
    padding: 50px 0;
}.training_method h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.training_method h2::before {
    height: 3px;
    width: 50px;
}.training_method h2::after {
    height: 3px;
    width: 12px;
    left: 55px;
}.training_method .body_content {
    padding: 25px 20px 25px 25px;
}.training_method .body_content::before {
    width: 6px;
}.training_method .body_content p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}header .head_section {
    box-shadow: 0 0 20px 2px rgb(163,201,190,0.5);
    left: 0;
    border-radius: 0;
    padding: 1.5rem;
    z-index: 99;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(116,172,163) 0%, rgb(163,201,190,0.5) 100%);
    width: 100%;
    position: relative;
}header .head_section::before {
    background-size: 15px 15px;
    content: "";
    height: 200%;
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    width: 200%;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(116,172,163,0.5) 1%, transparent 10%);
    z-index: -1;
    position: absolute;
    left: -50%;
}header .head_section::after {
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(116,172,163) 49%, rgb(116,172,163) 51%, transparent 52%);
    z-index: -1;
    animation: gradientSlide 5s ease infinite;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-size: 200% 200%;
    position: absolute;
    left: 0;
}header .head_section .nav_section {
    position: relative;
    overflow: visible;
}header .head_section .nav_section::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    width: 100%;
    content: "";
    box-shadow: 0 0 8px 2px rgb(116,172,163);
    background: rgb(116,172,163);
    transform-origin: left;
    animation: neonPulse 3s infinite alternate;
    left: 0;
    transform: scaleX(0);
}header .head_section .nav_section .header_edu {
    display: block;
    transition: all 0.5s ease;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
}header .head_section .nav_section .header_edu:hover {
    transform: perspective(800px) rotateY(15deg);
}header .head_section .nav_section svg {
    filter: drop-shadow(0 0 5px rgb(116,172,163,0.5));
    width: 120px;
    height: auto;
}header .head_section .top_train {
    display: flex;
    position: relative;
    padding: 0;
    perspective: 800px;
    margin: 0;
    list-style: none;
}header .head_section .top_train::before {
    background: rgb(163,201,190);
    content: "";
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(163,201,190);
    top: 105%;
    width: 100%;
    position: absolute;
    transform: scaleX(0.5);
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
}header .head_section .site_top {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    margin: 0 0.5rem;
}header .head_section .site_top:hover {
    transform: translateZ(20px);
}header .head_section .site_top a {
    padding: 0.5rem 1rem;
    font-size: 18px;
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
}header .head_section .site_top a::before {
    transform: scale(0.9);
    top: 0;
    border-radius: 10px;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: rgb(163,201,190,0.5);
    width: 100%;
    content: "";
    opacity: 0;
}header .head_section .site_top a:hover {
    color: rgb(116,172,163);
    text-shadow: 0 0 5px rgb(116,172,163,0.5);
    border: 1px solid rgb(116,172,163,0.5);
}header .head_section .site_top a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .head_section {
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .head_section .nav_section {
    margin-bottom: 1.5rem;
}header .head_section .top_train {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .head_section .top_train::before {
    top: auto;
    bottom: -10px;
}header .head_section .site_top {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .head_section {
    padding: 0.75rem;
}header .head_section .top_train {
    flex-direction: column;
    align-items: center;
}header .head_section .site_top {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .head_section .nav_section svg {
    width: 100px;
}header .head_section .nav_section::after {
    width: 80%;
    left: 10%;
}}.connect_with_us {
    overflow: hidden;
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}.connect_with_us::before {
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
    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%);
    height: 100%;
    position: absolute;
}.connect_with_us .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.connect_with_us h2 {
    border-left: 5px solid rgb(163,201,190);
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}.connect_with_us .reach_grid {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.connect_with_us .img_border_box {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.connect_with_us .img_border_box::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    background: rgb(163,201,190,0.5);
    z-index: 1;
}.connect_with_us .support_card {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.connect_with_us .support_card::after {
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    height: 150px;
    width: 150px;
    background: rgb(208,229,221);
    border-radius: 0 0 0 100%;
    z-index: -1;
}.connect_with_us #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.connect_with_us h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    position: relative;
}.connect_with_us h3::after {
    width: 40px;
    left: 0;
    height: 2px;
    bottom: -10px;
    content: "";
    background: rgb(163,201,190);
    position: absolute;
}.connect_with_us input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
    font-size: 18px;
    color: #000000;
    width: 100%;
    background: rgb(208,229,221);
    padding: 18px 20px;
}.connect_with_us input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(163,201,190,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.connect_with_us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_with_us .request_help {
    align-items: center;
    display: flex;
    margin-top: 5px;
    gap: 12px;
}.connect_with_us .request_help input[type="checkbox"] {
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    border: 2px solid rgb(208,229,221);
}.connect_with_us .request_help input[type="checkbox"]:checked {
    background: rgb(163,201,190);
    border-color: rgb(163,201,190);
}.connect_with_us .request_help input[type="checkbox"]:checked::after {
    top: 3px;
    border: solid #ffffff;
    left: 7px;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    border-width: 0 2px 2px 0;
    height: 11px;
    position: absolute;
}.connect_with_us .request_help label {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.connect_with_us .request_help a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(163,201,190);
}.connect_with_us .request_help a:hover {
    color: rgb(116,172,163);
}.connect_with_us .request_help a::after {
    position: absolute;
    bottom: -2px;
    height: 1px;
    content: "";
    background: rgb(163,201,190);
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
}.connect_with_us .request_help a:hover::after {
    background: rgb(116,172,163);
}.connect_with_us .request_message {
    font-size: 15px;
    padding: 18px 40px;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(163,201,190,0.5);
    border: none;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    background: rgb(163,201,190);
    transition: all 0.3s ease;
    border-radius: 18px;
}.connect_with_us .request_message:hover {
    transform: translateY(-2px);
    background: rgb(116,172,163);
    box-shadow: 0 7px 20px rgb(116,172,163,0.5);
}.connect_with_us svg {
    fill: rgb(163,201,190);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}.connect_with_us svg path {
    fill: rgb(163,201,190);
    transition: all 0.3s ease;
}.connect_with_us svg:hover {
    fill: rgb(116,172,163);
}.connect_with_us svg:hover path {
    fill: rgb(116,172,163);
}

@media (max-width: 992px) {.connect_with_us .reach_grid {
    flex-direction: column;
}.connect_with_us .img_border_box {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.connect_with_us .support_card {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.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(32px - 4px);
}.connect_with_us .support_card {
    padding: 40px 30px;
}.connect_with_us #contact {
    gap: 25px;
}.connect_with_us .img_border_box {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us h2 {
    padding-left: 15px;
    font-size: calc(32px - 6px);
    margin-bottom: 25px;
}.connect_with_us .support_card {
    padding: 30px 20px;
}.connect_with_us #contact {
    gap: 20px;
}.connect_with_us input[type="text"] {
    padding: 15px;
}.connect_with_us .request_message {
    padding: 15px 20px;
    width: 100%;
}.connect_with_us .img_border_box {
    min-height: 200px;
}}.thanks_page {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgb(163,201,190,0.5) 100%);
}.thanks_page::before {
    background: linear-gradient(210deg, rgb(116,172,163) 0%, rgb(163,201,190) 100%);
    height: 70%;
    position: absolute;
    width: 45%;
    z-index: 1;
    transform: rotate(15deg) skewX(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    top: -10%;
    right: -5%;
    content: "";
    opacity: 0.05;
}.thanks_page::after {
    width: 35%;
    transform: rotate(-10deg) skewX(15deg);
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -10%;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    opacity: 0.07;
    left: -5%;
    background: linear-gradient(45deg, rgb(163,201,190) 0%, rgb(116,172,163) 100%);
    height: 60%;
}.thanks_page .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.thanks_page .success_story {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    position: relative;
}.thanks_page .success_story > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateZ(20px);
}.thanks_page .success_story > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.thanks_page .success_story > div:first-child::before {
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
    left: 0;
    top: 0;
    width: 5px;
    content: "";
    position: absolute;
    height: 100%;
}.thanks_page .success_story > div:last-child {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    transform: translateZ(10px);
    padding: 3rem;
}.thanks_page .success_story > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.thanks_page h5 {
    margin: 0;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    font-size: calc(19px * 1.1);
    line-height: 1.4;
}.thanks_page h5::after {
    background: linear-gradient(90deg, rgb(163,201,190), transparent);
    display: block;
    margin-top: 1rem;
    width: 70px;
    content: "";
    height: 3px;
}.thanks_page a {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}.thanks_page a:hover {
    transform: translateX(5px);
}.thanks_page p {
    line-height: 1.8;
    position: relative;
    font-size: 18px;
    color: #000000;
    margin: 0;
}.thanks_page p::first-line {
    color: rgb(163,201,190);
    font-weight: 600;
}

@media (min-width: 768px) {.thanks_page {
    padding: 8rem 0;
}.thanks_page .success_story {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.thanks_page .success_story > div:first-child {
    padding: 4rem;
}.thanks_page .success_story > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.thanks_page h5 {
    font-size: calc(19px * 1.2);
}.thanks_page p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.thanks_page .success_story {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.thanks_page .success_story > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thanks_page .success_story > div:first-child::after {
    top: 2rem;
    content: "";
    right: -1.5rem;
    position: absolute;
    background: rgb(116,172,163);
    height: 40px;
    width: 3px;
    transform: rotate(15deg);
}.thanks_page .success_story > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thanks_page h5 {
    font-size: calc(19px * 1.3);
}.thanks_page h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thanks_page {
    padding: 4rem 0;
}.thanks_page .success_story > div:first-child,
    .thanks_page .success_story > div:last-child {
    padding: 2rem;
}.thanks_page h5 {
    font-size: 19px;
}.thanks_page p {
    font-size: calc(18px * 0.95);
}
}

@media (hover: hover) {.thanks_page .success_story > div:first-child:hover::after {
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    inset: 0;
    position: absolute;
    content: "";
}.thanks_page .success_story > div:last-child:hover::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}.cookieUsagePromptBar {
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    justify-content: center;
    display: flex;
    overflow: hidden;
    background: rgb(208,229,221);
    width: 100%;
    border-top: 3px solid rgb(163,201,190);
    bottom: 0;
    align-items: center;
    z-index: 90;
}#cookieMessagePanel {
    display: none;
}#cookieMessagePanel:checked ~ .cookieUsagePromptBar {
    opacity: 0;
    visibility: hidden;
}.cookieUsagePromptBar .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    align-items: center;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    flex-wrap: wrap;
    gap: 1rem;
}.cookie_menu {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
}.cookie_menu svg {
    height: 50px;
    fill: rgb(163,201,190);
    width: 50px;
}.cookie_necessary {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.cookie_necessary h5 {
    color: rgb(163,201,190);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}.cookie_necessary p {
    color: #000000;
    font-size: 1rem;
}.consent_edu {
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    background: rgb(163,201,190);
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border: none;
}.cookie_button.track_prefs {
    background: rgb(163,201,190);
}.cookie_button.gdpr_banner {
    background: #000000;
    margin-left: 0.5rem;
}.consent_edu:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.gdpr_banner:hover {
    background: rgb(163,201,190);
}.cookieUsagePromptBar p a {
    text-decoration: underline;
    color: rgb(163,201,190);
    transition: color 0.3s ease;
}.cookieUsagePromptBar p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieUsagePromptBar .container {
    flex-direction: column;
    align-items: center;
}.cookie_menu {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_necessary {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.gdpr_banner {
    margin-top: 0.5rem;
    margin-left: 0;
}}
header .top_plank {
    background: rgb(163,201,190);
    color:  #ffffff;
}header .top_plank .top_learnpro div svg, header .top_plank .top_learnpro div svg path {
    fill: #ffffff;
}header .top_plank .top_learnpro div span {
    color: #ffffff;
}header .top_plank .top_learnpro {
    line-height: 21px;
    font-size: 13px;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .top_learnpro div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .top_learnpro div img, header .top_plank .top_learnpro div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}footer {
    position: relative;
}footer::before {
    z-index: 1;
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(163,201,190) 150%);
    right: 0;
    top: 0;
    content: '';
    opacity: 0.92;
    left: 0;
    position: absolute;
}.policy_links {
    z-index: 2;
    position: relative;
    padding: 70px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.policy_links .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.policy_links .company_holder {
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    overflow: hidden;
    border-radius: 12px 0 12px 0;
}.policy_links .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.policy_links .company_holder::before {
    background: rgb(163,201,190);
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
}.policy_links .company_holder h3 {
    font-size: 36px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.policy_links .company_holder h3::after {
    height: 3px;
    content: '';
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(116,172,163);
    width: 60px;
}.policy_links .desktop_app {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}.policy_links .footer_edu {
    position: relative;
}.policy_links .top_know {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}.policy_links .top_train {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.policy_links .top_train h5 {
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    color: #ffffff;
    border-left: 3px solid rgb(163,201,190);
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}.policy_links .top_train .top_know {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.policy_links .top_train .top_know a {
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    text-decoration: none;
}.policy_links .top_train .top_know a::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: rgb(163,201,190,0.5);
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}.policy_links .top_train .top_know a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.policy_links .top_train .top_know a:hover::before {
    width: 100%;
}.calc_foot {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}.calc_foot .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.calc_foot .award_show {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    top: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-size: 40px 40px;
}

@media (max-width: 992px) {.policy_links .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.policy_links {
    padding: 50px 0;
}.policy_links .top_train {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.policy_links {
    padding: 40px 0;
}.policy_links .company_holder h3 {
    font-size: calc(36px * 0.8);
}.policy_links .top_train h5 {
    font-size: calc(20px * 0.9);
}.policy_links .top_train .top_know a,
    .policy_links .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.calc_foot::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    opacity: 0.2;
    content: '';
}.privacy_hub {
    background-color: rgb(208,229,221);
    color: #000000;
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-family: Arial, sans-serif;
}.privacy_hub h1, .privacy_hub h2, .privacy_hub h3, .privacy_hub h4, .privacy_hub h5, .privacy_hub h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(163,201,190);
}.privacy_hub h1 {
    font-size: 42px;
}.privacy_hub h2 {
    font-size: 33px;
}.privacy_hub h3 {
    font-size: calc(23px - 4px);
}.privacy_hub h4 {
    font-size: calc(23px - 8px);
}.privacy_hub h5 {
    font-size: 23px;
    font-weight: 600;
}.privacy_hub h6 {
    font-weight: 300;
    font-size: 18px;
}.privacy_hub ul, .privacy_hub ol {
    padding-left: 20px;
    list-style-position: inside;
    margin-left: 20px;
}.privacy_hub li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(116,172,163);
}.privacy_hub li::marker {
    color: rgb(116,172,163);
}.privacy_hub section {
    margin-bottom: 40px;
    background-color: rgb(208,229,221);
    border-radius: 10px;
    padding: 20px;
}.privacy_hub p, .privacy_hub span {
    margin-bottom: 15px;
    color: #000000;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {.privacy_hub {
    padding: 15px;
}.privacy_hub h1 {
    font-size: calc(23px - 6px);
}.privacy_hub h2 {
    font-size: calc(23px - 5px);
}.privacy_hub ul, .privacy_hub ol {
    padding-left: 10px;
    margin-left: 10px;
}.privacy_hub li {
    margin-bottom: 8px;
}.privacy_hub p, .privacy_hub span {
    font-size: calc(12px - 2px);
}}
.offer_deck {
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(208,229,221);
    position: relative;
}.offer_deck::before {
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    top: -50px;
    background: linear-gradient(135deg, rgb(116,172,163,0.5), rgb(163,201,190,0.5));
    height: 300px;
    content: "";
    right: -50px;
    width: 300px;
}.offer_deck::after {
    width: 250px;
    height: 250px;
    z-index: 0;
    bottom: -50px;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(163,201,190,0.5), rgb(116,172,163,0.5));
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -50px;
}.offer_deck .container {
    position: relative;
    z-index: 1;
}.offer_deck .discount_deals {
    display: flex;
    gap: 3rem;
    flex-direction: column-reverse;
}.offer_deck .bundle_offer {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 1rem;
    max-width: 800px;
}.offer_deck .bundle_offer h2 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.1);
    position: relative;
    color: #000000;
    font-weight: 700;
}.offer_deck .bundle_offer h2::after {
    left: 50%;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
}.offer_deck .fee_structure {
    color: #000000;
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.6;
}.offer_deck .lesson_fees {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.offer_deck .learning_fees {
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
}.offer_deck .learning_fees:hover {
    transform: translateY(-10px);
}.offer_deck .price_options {
    display: flex;
    transition: all 0.4s ease;
    min-height: 430px;
    border-radius: 10px;
    z-index: 1;
    background: #ffffff;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    flex-direction: column;
}.offer_deck .learning_fees:hover .price_options {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.offer_deck .skill_pricing {
    padding: 2rem;
    flex: 1;
    z-index: 2;
    position: relative;
}.offer_deck .learning_fees h3 {
    font-size: calc(23px * 1.1);
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-weight: 700;
}.offer_deck .learning_fees h3::before {
    background: rgb(163,201,190);
    bottom: -5px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}.offer_deck .learning_fees:hover h3::before {
    width: 100%;
}.offer_deck .fee_struct {
    margin: 1.5rem 0;
    color: rgb(116,172,163);
    font-size: calc(23px * 1.4);
    display: block;
    font-weight: 700;
    position: relative;
}.offer_deck .fee_struct::after {
    width: 3px;
    position: absolute;
    height: 20px;
    transform: translateY(-50%);
    content: "";
    border-radius: 3px;
    top: 50%;
    background: rgb(163,201,190);
    left: -10px;
}.offer_deck .learning_fees p {
    font-size: 16px;
    hyphens: auto;
    margin-bottom: 1rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
}.offer_deck .img_border_box {
    height: 180px;
    position: relative;
}.offer_deck .img_border_box::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    position: absolute;
}.offer_deck .learning_fees:nth-child(1) .price_options {
    border-top: 4px solid rgb(163,201,190);
}.offer_deck .learning_fees:nth-child(2) .price_options {
    border-top: 4px solid rgb(116,172,163);
}.offer_deck .learning_fees:nth-child(3) .price_options {
    border-top: 4px solid #6c5ce7;
}.offer_deck .learning_fees:nth-child(4) .price_options {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.offer_deck .lesson_fees {
    grid-template-columns: repeat(2, 1fr);
}.offer_deck .price_options {
    min-height: 480px;
}.offer_deck .bundle_offer {
    padding: 0 2rem;
}.offer_deck .bundle_offer h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.offer_deck .discount_deals {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.offer_deck .lesson_fees {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.offer_deck .bundle_offer {
    text-align: left;
    padding-right: 3rem;
    flex: 1;
}.offer_deck .bundle_offer h2::after {
    transform: none;
    left: 0;
}.offer_deck .price_options {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.offer_deck .lesson_fees {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.offer_deck .learning_fees {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.offer_deck .learning_fees:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.offer_deck .price_options {
    transform-style: preserve-3d;
    min-height: 520px;
    backface-visibility: hidden;
}.offer_deck .img_border_box {
    height: 200px;
}.offer_deck .fee_struct {
    font-size: calc(23px * 1.6);
}.offer_deck .bundle_offer h2 {
    font-size: calc(32px * 1.3);
}}.our_team {
    background: rgb(208,229,221);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.our_team::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    position: absolute;
    content: "";
}.our_team .container {
    position: relative;
    z-index: 2;
}.our_team h2 {
    color: #000000;
    background: #ffffff;
    margin-bottom: 50px;
    display: inline-block;
    transform: translateX(-50%);
    font-size: 36px;
    padding: 0 15px;
    text-align: center;
    position: relative;
    left: 50%;
    font-weight: 700;
}.our_team h2::after {
    width: 40px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(163,201,190);
    bottom: -10px;
    content: "";
    left: 50%;
    height: 2px;
}.our_team .class_space {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
    position: relative;
}.our_team .class_space::before {
    background: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    left: 50%;
    width: 50px;
    position: absolute;
    content: "";
    border: 3px solid rgb(163,201,190);
    height: 50px;
    z-index: 3;
}.our_team .class_space::after {
    content: "";
    height: 100%;
    background: rgb(163,201,190,0.5);
    top: 0;
    width: 1px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    left: 50%;
}.our_team .digital_education {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 35px;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 28px;
}.our_team .digital_education:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.our_team .digital_education:first-child {
    border-bottom: 3px solid rgb(163,201,190);
}.our_team .digital_education:last-child {
    border-bottom: 3px solid rgb(116,172,163);
}.our_team .digital_education h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
    padding-bottom: 15px;
    color: rgb(163,201,190);
    display: inline-block;
    position: relative;
}.our_team .digital_education h3::after {
    bottom: 0;
    width: 60px;
    background: rgb(116,172,163);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}.our_team .digital_education p {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
}.our_team .digital_education:first-child::before {
    right: 20px;
    content: "01";
    position: absolute;
    font-size: 70px;
    font-weight: 700;
    color: rgb(163,201,190,0.5);
    line-height: 1;
    top: 20px;
    opacity: 0.2;
}.our_team .digital_education:last-child::before {
    opacity: 0.2;
    font-weight: 700;
    content: "02";
    top: 20px;
    position: absolute;
    line-height: 1;
    font-size: 70px;
    color: rgb(116,172,163,0.5);
    right: 20px;
}.our_team .container::before {
    top: -100px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 30px solid rgb(163,201,190,0.5);
    opacity: 0.1;
    content: "";
    z-index: -1;
    left: -100px;
    position: absolute;
}.our_team .container::after {
    opacity: 0.1;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    z-index: -1;
    border: 30px solid rgb(116,172,163,0.5);
    right: -70px;
    content: "";
}

@media screen and (max-width: 991px) {.our_team {
    padding: 70px 0;
}.our_team h2 {
    margin-bottom: 40px;
}.our_team .class_space {
    grid-template-columns: 1fr;
    gap: 25px;
}.our_team .class_space::before,
    .our_team .class_space::after {
    display: none;
}.our_team .digital_education {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.our_team {
    padding: 60px 0;
}.our_team h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 35px;
}.our_team .digital_education {
    padding: 25px;
}.our_team .digital_education h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_team .digital_education p {
    font-size: calc(18px * 0.95);
}.our_team .digital_education:first-child::before,
    .our_team .digital_education:last-child::before {
    top: 15px;
    font-size: 60px;
    right: 15px;
}
}

@media screen and (max-width: 575px) {.our_team {
    padding: 50px 0;
}.our_team h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.our_team .digital_education {
    padding: 20px;
}.our_team .digital_education h3 {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: calc(23px * 0.85);
}.our_team .digital_education p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our_team .digital_education:first-child::before,
    .our_team .digital_education:last-child::before {
    font-size: 50px;
    top: 10px;
    right: 10px;
}.our_team .container::before,
    .our_team .container::after {
    width: 100px;
    height: 100px;
    border-width: 20px;
}}.find_contact {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgb(163,201,190,0.5) 100%);
    position: relative;
}.find_contact::before {
    content: '';
    height: 120%;
    width: 60%;
    left: -10%;
    background: linear-gradient(45deg, rgb(163,201,190) 0%, transparent 60%);
    z-index: 0;
    opacity: 0.05;
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
}.find_contact::after {
    height: 120%;
    background: linear-gradient(225deg, rgb(116,172,163) 0%, transparent 60%);
    z-index: 0;
    content: '';
    right: -10%;
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.05;
    bottom: -10%;
    width: 60%;
}.find_contact .container {
    position: relative;
    z-index: 1;
}.find_contact .submit_request {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
    gap: 40px;
    grid-auto-rows: auto;
}.find_contact .contact_box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.find_contact .contact_box:nth-child(1) {
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-row: 1 / 2;
    z-index: 2;
    grid-column: 1 / 3;
    background: #ffffff;
    overflow: hidden;
    padding: 50px;
    position: relative;
}.find_contact .contact_box:nth-child(1)::before {
    height: 8px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,201,190) 0%, rgb(116,172,163) 100%);
    content: '';
}.find_contact .contact_box:nth-child(2) {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    min-height: 400px;
    border-radius: 14px;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}.find_contact .contact_box:nth-child(3) {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    transform: translateY(-20px);
    z-index: 1;
    padding: 40px;
    background: rgb(163,201,190);
    border-radius: 14px;
}.find_contact .contact_box h2 {
    font-size: 35px;
    color: rgb(163,201,190);
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}.find_contact .get_contactus {
    color: rgb(116,172,163);
    padding-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    font-size: calc(17px * 1.2);
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(116,172,163,0.5);
}.find_contact .edu_help {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    max-width: 90%;
}.find_contact .contact_box > p {
    margin-bottom: 15px;
    color: #000000;
    align-items: center;
    padding-left: 35px;
    display: flex;
    position: relative;
}.find_contact .contact_box > p svg {
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 22px;
    width: 22px;
}.find_contact .contact_box > p svg path {
    fill: rgb(163,201,190);
}.find_contact .contact_box > p span {
    font-weight: 600;
    color: rgb(163,201,190);
    margin-left: 5px;
}.find_contact .edu_chat {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background: rgb(208,229,221);
    margin-top: 40px;
}.find_contact .edu_chat h3 {
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    color: rgb(163,201,190);
}.find_contact .edu_chat h3::before {
    content: '';
    top: 50%;
    left: 0;
    height: 10px;
    transform: translateY(-50%);
    background: rgb(116,172,163);
    width: 10px;
    border-radius: 50%;
    position: absolute;
}.find_contact .support_info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}.find_contact .support_info span {
    background: #ffffff;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding: 12px 20px;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
}.find_contact .support_info span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-left: 3px solid rgb(116,172,163);
}.find_contact .contact_box .img_border_box {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
}.find_contact .contact_box:hover .img_border_box {
    transform: scale(1.05);
}.find_contact .msg_page {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
}.find_contact .msg_page a {
    padding-left: 45px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}.find_contact .msg_page a:hover {
    transform: translateX(10px);
}.find_contact .msg_page svg {
    position: absolute;
    left: 0;
    top: 0px;
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
}.find_contact .msg_page a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_contact .msg_page svg path {
    fill: #ffffff;
}.find_contact .msg_page a span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px * 0.85);
}.find_contact .msg_page a p {
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    font-weight: 600;
}.find_contact .msg_page a p::after {
    content: '';
    width: 0;
    left: 0;
    background: #ffffff;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    position: absolute;
}.find_contact .msg_page a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.find_contact {
    padding: 100px 0;
}.find_contact .contact_box:nth-child(1) {
    padding: 40px;
}.find_contact .contact_box:nth-child(3) {
    padding: 30px;
}
}

@media (max-width: 992px) {.find_contact {
    padding: 80px 0;
}.find_contact .submit_request {
    grid-template-columns: 1fr;
}.find_contact .contact_box:nth-child(1) {
    transform: translateY(0);
    grid-row: 2 / 3;
    grid-column: 1 / -1;
}.find_contact .contact_box:nth-child(2) {
    height: 300px;
    grid-column: 1 / -1;
    transform: translateY(0);
    grid-row: 1 / 2;
}.find_contact .contact_box:nth-child(3) {
    transform: translateY(0);
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.find_contact .edu_help {
    max-width: 100%;
}
}

@media (max-width: 768px) {.find_contact {
    padding: 60px 0;
}.find_contact .contact_box:nth-child(1) {
    padding: 30px;
}.find_contact .contact_box:nth-child(3) {
    padding: 25px;
}.find_contact .edu_chat {
    margin-top: 30px;
    padding: 25px;
}.find_contact .msg_page {
    gap: 25px;
}
}

@media (max-width: 576px) {.find_contact {
    padding: 40px 0;
}.find_contact .contact_box:nth-child(1) {
    padding: 25px;
}.find_contact .contact_box h2 {
    font-size: calc(35px * 0.9);
}.find_contact .edu_chat {
    padding: 20px;
}.find_contact .support_info {
    flex-direction: column;
}.find_contact .support_info span {
    width: 100%;
}.find_contact .msg_page a {
    padding-left: 40px;
}.find_contact .msg_page svg {
    width: 24px;
    height: 24px;
}}.academic_expertise {
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgb(163,201,190,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.academic_expertise::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(116,172,163,0.5) 45%, rgb(116,172,163,0.5) 55%, transparent 55%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scale(1.5) rotate(-5deg);
    width: 100%;
}.academic_expertise .testimonial_feedback {
    max-width: 1100px;
    flex-direction: row;
    z-index: 1;
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
    transform: rotate(-2deg);
    gap: 2rem;
    justify-content: center;
}.academic_expertise .img_border_box {
    height: 400px;
    box-shadow: 20px 20px 0 rgb(163,201,190,0.5);
    width: 350px;
    border-radius: 22px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}.academic_expertise .past_jobs {
    z-index: 2;
    max-width: 450px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    position: relative;
    padding: 2.5rem;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.academic_expertise .past_jobs::before {
    right: -15px;
    background: rgb(116,172,163,0.5);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    transform: rotate(3deg);
    z-index: -1;
    top: -15px;
    border-radius: 22px;
}.academic_expertise .name {
    font-weight: 700;
    transform: skewX(-5deg);
    font-size: 33px;
    margin-bottom: 0.5rem;
    color: rgb(163,201,190);
}.academic_expertise .past_jobs div:nth-child(2) {
    transform: skewX(-5deg);
    font-size: 21px;
    color: rgb(116,172,163);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.academic_expertise .job_tasks {
    padding-left: 1.5rem;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}.academic_expertise .job_tasks::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
    position: absolute;
    border-radius: 10px;
    width: 4px;
    top: 0;
    height: 100%;
}.academic_expertise .testimonial_feedback:hover .img_border_box {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(163,201,190,0.5);
}.academic_expertise .testimonial_feedback:hover .past_jobs {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.academic_expertise .testimonial_feedback {
    flex-direction: column;
    gap: 3rem;
    transform: rotate(0);
}.academic_expertise .img_border_box {
    height: 320px;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    width: 280px;
}.academic_expertise .past_jobs {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.academic_expertise .testimonial_feedback:hover .img_border_box {
    transform: perspective(1000px) rotateY(0);
}.academic_expertise .testimonial_feedback:hover .past_jobs {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.educational_gains {
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgb(116,172,163,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.educational_gains::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 10px
  );
    pointer-events: none;
    top: 0;
    width: 100%;
}.educational_gains::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(116,172,163,0.5) 0%, transparent 60%);
    right: -20%;
    top: -50%;
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
    width: 80%;
    height: 200%;
}.educational_gains .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.educational_gains .success_story {
    gap: 40px;
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}.educational_gains .body_content {
    padding: 30px;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    backdrop-filter: blur(10px);
}.educational_gains .body_content:hover {
    transform: translateY(-5px);
}.educational_gains .body_content::before {
    top: 0;
    height: 100%;
    width: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
    left: 0;
}.educational_gains h4 {
    color: #000000;
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: -0.01em;
    font-size: calc(18px * 1.1);
    font-weight: 700;
}.educational_gains h4::after {
    width: 70px;
    background: rgb(163,201,190);
    content: "";
    height: 3px;
    margin-top: 15px;
    display: block;
}.educational_gains .body_content > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.educational_gains ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.educational_gains li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}.educational_gains li:hover {
    transform: translateX(5px);
}.educational_gains li p {
    line-height: 1.6;
    align-items: flex-start;
    display: flex;
    margin: 0;
    gap: 15px;
    font-size: 12px;
    color: #000000;
}.educational_gains li p span:first-child {
    justify-content: center;
    width: 40px;
    padding: 8px;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #ffffff 0%, rgb(208,229,221) 100%);
    display: flex;
    flex-shrink: 0;
    height: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 11px;
}.educational_gains li:hover p span:first-child {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: scale(1.1) rotate(5deg);
}.educational_gains li p span:last-child {
    padding-left: 5px;
    font-weight: 400;
    position: relative;
}.educational_gains li p span:last-child::before {
    background: rgb(116,172,163);
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    bottom: -5px;
}.educational_gains li:hover p span:last-child::before {
    width: 100%;
}.educational_gains svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    width: 24px;
}.educational_gains li:hover svg {
    transform: rotate(15deg);
}.educational_gains svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,201,190);
}.educational_gains li:hover svg path {
    fill: rgb(116,172,163);
}.educational_gains .img_border_box {
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 450px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.educational_gains .img_border_box:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

@media screen and (min-width: 768px) {.educational_gains {
    padding: 150px 0;
}.educational_gains .success_story {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.educational_gains .body_content {
    padding: 40px;
}.educational_gains .body_content > div {
    flex-direction: row;
    gap: 30px;
}.educational_gains h4 {
    font-size: 18px;
}.educational_gains .img_border_box {
    max-width: 45%;
    max-height: 550px;
}
}

@media screen and (min-width: 992px) {.educational_gains {
    padding: 180px 0;
}.educational_gains .success_story {
    gap: 80px;
}.educational_gains h4 {
    font-size: calc(34px * 0.75);
    margin-bottom: 35px;
}.educational_gains li p {
    font-size: calc(12px * 1.05);
}.educational_gains .img_border_box {
    max-height: 650px;
    max-width: 48%;
}
}

@media screen and (max-width: 767px) {.educational_gains {
    padding: 80px 0;
}.educational_gains h4 {
    font-size: calc(16px * 1.2);
}.educational_gains li p {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}.educational_gains li p span:first-child {
    width: 32px;
    height: 32px;
}.educational_gains svg {
    height: 20px;
    width: 20px;
}.educational_gains .img_border_box {
    max-height: 350px;
}
}

@media screen and (max-width: 480px) {.educational_gains {
    padding: 60px 0;
}.educational_gains .body_content {
    padding: 20px;
}.educational_gains h4 {
    margin-bottom: 20px;
}.educational_gains li {
    margin-bottom: 15px;
}.educational_gains li p {
    gap: 10px;
}.educational_gains .img_border_box {
    max-height: 280px;
}}.program_details {
    background-color: rgb(208,229,221);
    min-height: 100vh;
    display: flex;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.program_details::before {
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    content: '';
}.program_details .container {
    margin: 0 auto;
    z-index: 10;
    max-width: 1400px;
    display: grid;
    position: relative;
    padding: 0;
    gap: 20px;
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.program_details .success_story {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    grid-row: 2;
}.program_details .future_class {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}.program_details .future_class::after {
    left: 0;
    z-index: 5;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(163,201,190), 0.1) 2px,
        rgba(rgb(163,201,190), 0.1) 4px
    );
    position: absolute;
    opacity: 0.3;
    content: '';
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}.program_details .job_ready {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
    display: flex;
    width: 500%;
}.program_details .future_class:hover .job_ready {
    animation-play-state: paused;
}.program_details .online_class {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.program_details .online_class img {
    transform: scale(1.05);
    object-fit: cover;
    height: 100%;
    filter: grayscale(0.5) brightness(0.7);
    transition: filter 0.5s ease, transform 0.5s ease;
    width: 100%;
}.program_details .online_class:hover img {
    transform: scale(1);
    filter: grayscale(0) brightness(1);
}.program_details .skill_academy {
    border-radius: 4px;
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    border: 1px solid rgba(rgb(163,201,190), 0.3);
    overflow: hidden;
    grid-column: 3 / 11;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
    background: rgba(15, 15, 20, 0.75);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.program_details .skill_academy:hover {
    transform: translateY(-10px);
}.program_details .skill_academy::before,
.program_details .skill_academy::after {
    content: '';
    background: rgb(163,201,190);
    transition: all 0.5s ease;
    position: absolute;
}.program_details .skill_academy::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(163,201,190) 50%,
                transparent 100%);
    transform: scaleX(0);
}.program_details .skill_academy::after {
    right: 0;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(116,172,163) 50%,
                transparent 100%);
}.program_details .skill_academy:hover::before,
.program_details .skill_academy:hover::after {
    transform: scaleX(1);
}.program_details .skill_academy h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}.program_details .skill_academy h3::before {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: rgb(163,201,190);
    width: 4px;
    left: 0;
}.program_details .skill_academy h3::after {
    bottom: -10px;
    position: absolute;
    content: '';
    background: rgb(116,172,163);
    width: 30px;
    left: 20px;
    height: 1px;
}.program_details .skill_academy p {
    position: relative;
    border-left: 1px solid rgba(rgb(116,172,163), 0.3);
    margin-bottom: 2.5rem;
    padding-left: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
}.program_details .skill_academy .request_message {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 2px;
    z-index: 1;
    margin-left: 20px;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid rgb(163,201,190);
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
}.program_details .skill_academy .request_message::before {
    content: '';
    width: 100%;
    z-index: -1;
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(163,201,190);
}.program_details .skill_academy .request_message:hover {
    border-color: rgb(163,201,190);
    color: #ffffff;
}.program_details .skill_academy .request_message:hover::before {
    left: 0;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}


.program_details .skill_academy::before {
    transform-origin: 0 0;
    right: 0;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, 
                transparent, 
                rgb(163,201,190), 
                transparent);
    height: 2px;
    content: '';
    top: 0;
    position: absolute;
}.program_details .skill_academy:hover::before {
    transform: scaleX(1);
}

@media (max-width: 1200px) {.program_details .skill_academy {
    grid-column: 2 / 12;
}
}

@media (max-width: 991px) {.program_details {
    padding: 4rem 0;
}.program_details .skill_academy {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}

@media (max-width: 767px) {.program_details {
    padding: 3rem 0;
}.program_details .skill_academy {
    padding: 30px 20px;
}.program_details .skill_academy h3 {
    font-size: calc(33px * 0.9);
}.program_details .job_ready {
    animation-duration: 20s;
    width: 600%;
}.program_details .online_class {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.program_details {
    padding: 2rem 0;
}.program_details .skill_academy {
    padding: 25px 15px;
}.program_details .skill_academy h3 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.program_details .skill_academy p {
    padding-left: 15px;
}.program_details .skill_academy .request_message {
    padding: 10px 20px;
    margin-left: 15px;
}}.potential_learners {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(208,229,221) 100%);
    padding: 110px 0;
}.potential_learners::before {
    background-size: 30px 30px;
    opacity: 0.4;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(116,172,163,0.5) 98%, rgb(116,172,163,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(116,172,163,0.5) 98%, rgb(116,172,163,0.5) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.potential_learners .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.potential_learners .success_story {
    position: relative;
}.potential_learners h4 {
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    border: 2px solid rgb(163,201,190);
    display: inline-block;
    box-shadow: 5px 5px 0 rgb(163,201,190,0.5);
    margin-bottom: 60px;
    background: #ffffff;
    font-size: 38px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
}.potential_learners div > div {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
}.potential_learners div > div::before {
    left: 0;
    content: "";
    z-index: -1;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(163,201,190,0.5), transparent);
    position: absolute;
    height: 2px;
    width: 100%;
}.potential_learners div > div::after {
    width: 2px;
    left: 50%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent, rgb(116,172,163,0.5), transparent);
    height: 100%;
    z-index: -1;
}.potential_learners p {
    border: 1px solid rgb(208,229,221);
    position: relative;
    display: flex;
    padding: 20px;
    align-items: center;
    background: #ffffff;
    color: #000000;
    margin: 0;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: calc(33.333% - 50px);
    justify-content: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-size: 18px;
}.potential_learners p::before {
    border-radius: 10px;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(163,201,190,0.5) 300%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: -1;
    opacity: 0;
}.potential_learners p::after {
    width: 20px;
    border: 1px solid rgb(163,201,190);
    height: 20px;
    top: -10px;
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: all 0.3s ease;
    background: #ffffff;
    left: -10px;
}.potential_learners p:hover {
    transform: translateY(-10px);
    border-color: rgb(163,201,190,0.5);
}.potential_learners p:hover::before {
    opacity: 0.2;
}.potential_learners p:hover::after {
    background: rgb(163,201,190);
    transform: scale(1.5);
}.potential_learners p svg {
    margin-right: 15px;
    width: 26px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 26px;
}.potential_learners p svg path {
    fill: rgb(163,201,190);
    transition: fill 0.3s ease;
}.potential_learners p:hover svg {
    transform: rotate(15deg);
}.potential_learners p:hover svg path {
    fill: rgb(116,172,163);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.potential_learners::after {
    bottom: 0;
    width: 300px;
    height: 300px;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    opacity: 0.3;
    z-index: 1;
    content: "";
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.potential_learners .success_story > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.potential_learners .success_story > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_learners .success_story > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_learners .success_story > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_learners .success_story > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_learners .success_story > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_learners .success_story > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.potential_learners {
    padding: 90px 0;
}.potential_learners h4 {
    padding: 12px 25px;
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.potential_learners div > div {
    gap: 30px;
}.potential_learners p {
    width: calc(50% - 30px);
    padding: 18px;
}.potential_learners p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.potential_learners::after {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 768px) {.potential_learners {
    padding: 70px 0;
}.potential_learners h4 {
    padding: 10px 20px;
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
    box-shadow: 3px 3px 0 rgb(163,201,190,0.5);
}.potential_learners div > div {
    gap: 25px;
}.potential_learners div > div::before,
    .potential_learners div > div::after {
    opacity: 0.4;
}.potential_learners p {
    padding: 15px;
    width: 100%;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.potential_learners {
    padding: 60px 0;
}.potential_learners h4 {
    border-width: 1px;
    box-shadow: 2px 2px 0 rgb(163,201,190,0.5);
    font-size: calc(38px * 0.7);
    margin-bottom: 35px;
    padding: 8px 16px;
}.potential_learners div > div {
    gap: 20px;
}.potential_learners p {
    font-size: calc(18px * 0.9);
    padding: 12px;
}.potential_learners p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.potential_learners p::after {
    top: -5px;
    width: 12px;
    height: 12px;
    left: -5px;
}.potential_learners::after {
    width: 100px;
    height: 100px;
}}.stay_connected {
    position: relative;
    background: linear-gradient(120deg, rgb(208,229,221) 0%, rgb(163,201,190,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    perspective: 1500px;
}.stay_connected::before {
    width: 120%;
    left: -10%;
    height: 120%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(116,172,163,0.5) 70%),
        linear-gradient(135deg, rgb(163,201,190,0.5) 30%, transparent 30%);
    top: -10%;
    position: absolute;
    z-index: 1;
    transform: rotateX(45deg);
    opacity: 0.3;
    content: "";
}.stay_connected .success_story {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.stay_connected .inquiry_box {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    flex-direction: row;
    align-items: center;
    transform: rotateX(5deg) rotateY(-5deg);
    max-width: 90%;
    margin: 0 auto;
    padding: 3rem 4rem;
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 30px;
    transform-style: preserve-3d;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}.stay_connected .inquiry_box:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.stay_connected h3 {
    font-size: 20px;
    font-weight: 700;
    flex: 1;
    position: relative;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 3rem 0 0;
    transform: translateZ(30px);
    color: #000000;
}.stay_connected h3::before {
    content: "";
    left: -20px;
    transform: translateZ(40px) skewY(15deg);
    background: rgb(163,201,190);
    width: 4px;
    height: 100%;
    top: 0;
    position: absolute;
}.stay_connected .input_holder {
    flex: 2;
    display: flex;
    transform: translateZ(20px);
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
}.stay_connected input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #000000;
    padding: 1rem 1.5rem;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    flex: 3;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.5);
}.stay_connected input[type="email"]:focus {
    transform: translateZ(40px);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(163,201,190,0.5);
    border-color: rgb(163,201,190);
    outline: none;
}.stay_connected input[type="submit"] {
    flex: 1;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 10px;
    border: none;
    background: linear-gradient(45deg, rgb(163,201,190) 0%, rgb(116,172,163) 100%);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
}.stay_connected input[type="submit"]:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(163,201,190,0.5);
    transform: translateZ(50px) translateY(-5px);
}.stay_connected input[type="submit"]::before {
    opacity: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, rgb(116,172,163) 0%, rgb(163,201,190) 100%);
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
}.stay_connected input[type="submit"]:hover::before {
    opacity: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

@media (max-width: 992px) {.stay_connected .inquiry_box {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.stay_connected h3 {
    transform: none;
    text-align: center;
    margin: 0 0 2rem 0;
}.stay_connected h3::before {
    transform: translateX(-50%);
    height: 4px;
    top: auto;
    width: 50px;
    bottom: -10px;
    left: 50%;
}.stay_connected .input_holder {
    transform: none;
    width: 100%;
}.stay_connected input[type="submit"]:hover {
    transform: none;
}
}

@media (max-width: 768px) {.stay_connected {
    padding: 4rem 1.5rem;
}.stay_connected .inquiry_box {
    max-width: 100%;
    padding: 2rem;
}.stay_connected .input_holder {
    flex-direction: column;
}.stay_connected input[type="email"],
    .stay_connected input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.stay_connected {
    padding: 3rem 1rem;
}.stay_connected .inquiry_box {
    padding: 1.5rem;
}.stay_connected h3 {
    margin: 0 0 1.5rem 0;
    font-size: calc(20px * 0.9);
}.stay_connected input[type="email"] {
    padding: 0.8rem 1rem;
}.stay_connected input[type="submit"] {
    padding: 0.8rem 1rem;
}
}