* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.container {
    width: 1141px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.wrapper-section-q {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.header-page-N {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.footer-disclaimer-i {
    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;
}}
footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(122,149,145,0.5) 0%, rgb(91,118,113,0.5) 100%);
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.92;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.footer-disclaimer-i {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.footer-disclaimer-i::before {
    background: rgb(122,149,145);
    content: "";
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    height: 15px;
    width: 100%;
    left: 0;
}.footer-disclaimer-i .container {
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    display: flex;
}.footer-disclaimer-i .company_holder {
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
    flex: 0 0 40%;
}.footer-disclaimer-i .company_holder::after {
    width: 1px;
    right: 1.5rem;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}.footer-disclaimer-i .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    transform: skewX(-10deg);
    font-size: 28px;
    padding-bottom: 1rem;
}.footer-disclaimer-i .company_holder h3::after {
    left: 0;
    box-shadow: 0 0 10px rgb(122,149,145);
    background: rgb(122,149,145);
    height: 3px;
    content: "";
    bottom: 0;
    width: 80px;
    position: absolute;
}.footer-disclaimer-i .syllabus-ref-e {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(122,149,145);
    font-size: 18px;
    line-height: 1.6;
    transform-origin: left top;
    padding: 1.5rem;
    color: #ffffff;
    transform: skewX(-5deg);
}.footer-disclaimer-i .reward-sys-I {
    gap: 0;
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
}.footer-disclaimer-i .nav-pagebar-C {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
}.footer-disclaimer-i .head-pagewrap-Q {
    position: relative;
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
}.footer-disclaimer-i .head-pagewrap-Q h5 {
    transform: skewX(-5deg);
    position: relative;
    font-size: 21px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #ffffff;
    padding-left: 1rem;
}.footer-disclaimer-i .head-pagewrap-Q h5::before {
    background: rgb(122,149,145);
    top: 0;
    content: "";
    bottom: 0;
    transform: skewX(5deg);
    width: 3px;
    position: absolute;
    left: 0;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    font-size: 18px;
    transform: skewX(-5deg);
    text-decoration: none;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a::before {
    width: 100%;
    left: -100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a:hover::before {
    left: 100%;
}.referral-prog-n {
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
}.referral-prog-n .container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    align-items: center;
}.referral-prog-n .donate-btn-L {
    width: 100%;
    color: #ffffff;
    transform: skewX(-5deg);
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1200px) {.footer-disclaimer-i .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.footer-disclaimer-i .reward-sys-I {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.footer-disclaimer-i {
    padding: 4rem 0 2rem;
}.footer-disclaimer-i .container {
    flex-direction: column;
}.footer-disclaimer-i .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.footer-disclaimer-i .company_holder::after {
    display: none;
}.footer-disclaimer-i .reward-sys-I {
    flex: 0 0 100%;
}.footer-disclaimer-i .head-pagewrap-Q {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.footer-disclaimer-i {
    padding: 3.5rem 0 1.5rem;
}.footer-disclaimer-i::before {
    height: 10px;
}.footer-disclaimer-i .company_holder h3 {
    font-size: calc(28px - 2px);
}.footer-disclaimer-i .syllabus-ref-e {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.footer-disclaimer-i .head-pagewrap-Q h5, 
    .footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a {
    transform: skewX(-3deg);
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a:hover {
    transform: skewX(-3deg) translateX(5px);
}.referral-prog-n {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.referral-prog-n .donate-btn-L {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.footer-disclaimer-i {
    padding: 3rem 0 1rem;
}.footer-disclaimer-i::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.footer-disclaimer-i .head-pagewrap-Q {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.footer-disclaimer-i .company_holder {
    margin-bottom: 2rem;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a {
    padding: 0.6rem 0.8rem;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a:hover {
    padding-left: 1.2rem;
}.referral-prog-n {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.footer-disclaimer-i .company_holder h3 {
    transform: skewX(-5deg);
}.footer-disclaimer-i .company_holder h3::after {
    width: 60px;
}.footer-disclaimer-i .syllabus-ref-e {
    transform: none;
}.footer-disclaimer-i .head-pagewrap-Q h5 {
    transform: none;
}.footer-disclaimer-i .head-pagewrap-Q h5::before {
    transform: none;
}.footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a,
    .footer-disclaimer-i .head-pagewrap-Q .nav-pagebar-C a:hover,
    .referral-prog-n .donate-btn-L {
    transform: none;
}}header {
    padding: 0;
    margin-top: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(152,180,177);
    overflow: visible;
    z-index: 100;
}header::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(122,149,145), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(122,149,145), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(122,149,145), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(122,149,145), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    z-index: 0;
}header::after {
    position: absolute;
    height: 5px;
    bottom: 0;
    transform-origin: center;
    width: 100%;
    transform: scaleX(0.7);
    background: linear-gradient(to right, 
        rgb(122,149,145), 
        rgb(91,118,113), 
        rgb(122,149,145)
    );
    left: 0;
    transition: transform 0.5s ease;
    content: '';
}header:hover::after {
    transform: scaleX(1);
}header .nav-pro-A {
    padding: 1.3rem 2.5rem;
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .nav-tutor-Z {
    margin-right: 2rem;
    position: relative;
    perspective: 800px;
    flex: 0 0 auto;
}header .head-mainwrap-u {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}header .head-mainwrap-u:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head-mainwrap-u::before {
    background: rgb(122,149,145);
    filter: blur(10px);
    position: absolute;
    transform: translateZ(-10px);
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.1;
}header .head-mainwrap-u img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}header .head-pagewrap-Q {
    transform-style: preserve-3d;
    list-style: none;
    display: flex;
    perspective: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
}header .head-pagewrap-Q::before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    transform-origin: top;
    width: 100%;
    position: absolute;
    top: 100%;
    transform: rotateX(90deg);
    content: '';
    left: 0;
}header .main-lead-C {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .main-lead-C a {
    transition: all 0.4s ease;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    transform-style: preserve-3d;
    display: flex;
    font-weight: 600;
    position: relative;
    transform: translateZ(0);
    font-size: 16px;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    color: #000000;
}header .main-lead-C a::before {
    content: '';
    transform: translateZ(-5px);
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(122,149,145,0.5) 0%, 
        rgb(91,118,113,0.5) 100%
    );
    height: 100%;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
}header .main-lead-C a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main-lead-C a:hover::before {
    opacity: 1;
}header .main-lead-C a::after {
    transform: translateZ(-10px);
    right: 5px;
    transition: all 0.4s ease;
    content: '';
    bottom: -5px;
    left: 5px;
    background: rgb(122,149,145);
    position: absolute;
    height: 5px;
    opacity: 0;
}header .main-lead-C a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .nav-pro-A::before {
    height: 1px;
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(122,149,145), 
        transparent
    );
    position: absolute;
    top: 0;
    content: '';
    width: 30%;
}.header-page-N {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .nav-pro-A {
    margin: 0 auto;
    max-width: 1320px;
}header .main-lead-C {
    margin: 0 0.5rem;
}header .main-lead-C a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav-pro-A {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav-tutor-Z {
    margin-right: 0;
    margin-bottom: 0;
}header .head-pagewrap-Q {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main-lead-C a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav-pro-A {
    padding: 0.8rem 1.5rem;
}header .nav-tutor-Z {
    max-width: 140px;
}header .head-mainwrap-u img {
    max-height: 35px;
}header .head-pagewrap-Q {
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .head-pagewrap-Q::-webkit-scrollbar {
    height: 3px;
}header .head-pagewrap-Q::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(122,149,145,0.5);
}header .main-lead-C {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main-lead-C a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .nav-pro-A {
    padding: 0.7rem 1.2rem;
}header .nav-tutor-Z {
    max-width: 120px;
}header .main-lead-C a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head-mainwrap-u:hover {
    transform: translateY(-3px);
}header .main-lead-C a:hover {
    transform: translateY(-3px);
}}.our-mission-2 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our-mission-2::before {
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    background-color: rgba(0, 0, 0, 0.5);
}.our-mission-2::after {
    pointer-events: none;
    content: "";
    position: absolute;
    right: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
}.our-mission-2 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.our-mission-2 .text-placeholder-l {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform: translateY(20px);
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    max-width: 900px;
    position: relative;
}.our-mission-2 .text-placeholder-l::before {
    width: 4px;
    height: 100%;
    background: linear-gradient(
    to bottom,
    rgb(122,149,145) 0%,
    rgb(91,118,113) 100%
  );
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.our-mission-2 h1 {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    opacity: 0;
    font-size: 38px;
    transform: translateX(-20px);
    color: #ffffff;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}.our-mission-2 h1::after {
    transform: scaleX(0);
    background: rgb(91,118,113);
    width: 70px;
    transform-origin: left;
    content: "";
    left: 0;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    bottom: -10px;
    height: 3px;
    position: absolute;
}.our-mission-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.our-mission-2 li {
    animation: fade-in 0.7s ease-out 0.4s forwards;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 15px;
}.our-mission-2 h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: calc(18px + 2px);
    margin: 0 0 15px;
    color: rgb(91,118,113);
}.our-mission-2 h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: rgb(91,118,113,0.5);
}.our-mission-2 span {
    font-size: calc(13px + 1px);
    column-count: 1;
    column-gap: 40px;
    color: #ffffff;
    position: relative;
    text-align: justify;
    opacity: 0.9;
    display: block;
    line-height: 1.8;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.our-mission-2 {
    padding: 150px 0;
}.our-mission-2 .text-placeholder-l {
    padding: 60px;
    transform: translateY(0);
}.our-mission-2 h1 {
    margin-bottom: 50px;
    font-size: calc(38px + 10px);
}.our-mission-2 span {
    column-count: 2;
    column-gap: 50px;
}.our-mission-2 h4 {
    font-size: calc(18px + 4px);
}
}

@media (min-width: 992px) {.our-mission-2 .text-placeholder-l {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 70px;
}.our-mission-2 .text-placeholder-l::before {
    width: 6px;
}.our-mission-2 span {
    font-size: calc(13px + 2px);
}.our-mission-2 h1::after {
    height: 4px;
    width: 90px;
}
}

@media (max-width: 767px) {.our-mission-2 {
    padding: 80px 0;
}.our-mission-2 .text-placeholder-l {
    padding: 30px 20px;
}.our-mission-2 h1 {
    font-size: calc(38px - 2px);
    margin-bottom: 30px;
}.our-mission-2 span {
    font-size: 13px;
    line-height: 1.6;
}.our-mission-2 h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
}

@media (max-width: 480px) {.our-mission-2 {
    padding: 60px 0;
}.our-mission-2 .text-placeholder-l {
    padding: 25px 15px;
}.our-mission-2 h1 {
    font-size: calc(38px - 4px);
    margin-bottom: 25px;
}.our-mission-2 h4::after {
    width: 30px;
}.our-mission-2 span {
    line-height: 1.5;
    font-size: calc(13px - 1px);
}}.client-feedback-b {
    padding: 7rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, #ffffff 100%);
}.client-feedback-b::before {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(122,149,145,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(122,149,145,0.5) 25%, transparent 25%);
}.client-feedback-b .pro-study-d {
    z-index: 1;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}.client-feedback-b h4 {
    color: #000000;
    font-size: 29px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 4rem;
}.client-feedback-b h4::before {
    background: rgb(122,149,145);
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
}.client-feedback-b h4::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 40px;
    bottom: -22px;
    background: rgb(91,118,113);
    height: 3px;
}.client-feedback-b .student-glow-H {
    padding-left: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
}.client-feedback-b .student-glow-H::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    content: "";
    width: 2px;
    left: 24px;
    position: absolute;
}.client-feedback-b .student-glow-H::after {
    left: 20px;
    width: 10px;
    bottom: 0;
    content: "";
    background: rgb(91,118,113);
    height: 10px;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
}.client-feedback-b .success-testimonials-M {
    transform: translateX(0);
    width: 100%;
    background: #ffffff;
    padding: 2rem;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    margin-bottom: 4rem;
    position: relative;
}.client-feedback-b .success-testimonials-M:last-child {
    margin-bottom: 0;
}.client-feedback-b .success-testimonials-M::before {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 16px;
    top: 20px;
    background: rgb(122,149,145);
    box-shadow: 0 0 0 3px rgb(122,149,145,0.5);
    content: "";
    left: -65px;
    height: 16px;
    z-index: 2;
    transition: all 0.3s ease;
}.client-feedback-b .success-testimonials-M::after {
    height: 2px;
    z-index: 1;
    top: 24px;
    position: absolute;
    width: 20px;
    background: rgb(122,149,145,0.5);
    left: -15px;
    content: "";
}.client-feedback-b .success-testimonials-M:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.client-feedback-b .success-testimonials-M:hover::before {
    transform: scale(1.2);
    background: rgb(91,118,113);
}.client-feedback-b .success-testimonials-M:nth-child(even) {
    align-self: flex-end;
    border-left: 3px solid rgb(122,149,145);
    background: linear-gradient(135deg, #ffffff 0%, rgb(152,180,177) 100%);
}.client-feedback-b .success-testimonials-M:nth-child(odd) {
    align-self: flex-start;
    border-right: 3px solid rgb(91,118,113);
    background: linear-gradient(135deg, rgb(152,180,177) 0%, #ffffff 100%);
}.client-feedback-b .success-testimonials-M .img-show-Q {
    height: 70px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    float: left;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 70px;
    margin-right: 20px;
}.client-feedback-b .success-testimonials-M:hover .img-show-Q {
    border-color: rgb(122,149,145,0.5);
    transform: scale(1.05);
}.client-feedback-b .success-testimonials-M:nth-child(even) .img-show-Q {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}.client-feedback-b .success-testimonials-M span {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0.5rem;
    padding-top: 10px;
    display: block;
}.client-feedback-b .success-testimonials-M:nth-child(even) span {
    text-align: right;
}.client-feedback-b .success-testimonials-M p {
    line-height: 1.6;
    margin-top: 1rem;
    clear: both;
    font-size: 15px;
    color: #000000;
}.client-feedback-b .success-testimonials-M:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.client-feedback-b {
    padding: 5rem 1.5rem;
}.client-feedback-b h4 {
    font-size: calc(29px * 0.9);
}.client-feedback-b .success-testimonials-M {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.client-feedback-b {
    padding: 4rem 1rem;
}.client-feedback-b .student-glow-H {
    padding-left: 30px;
}.client-feedback-b .student-glow-H::before {
    left: 14px;
}.client-feedback-b .student-glow-H::after {
    left: 10px;
}.client-feedback-b .success-testimonials-M::before {
    left: -45px;
    height: 14px;
    width: 14px;
}.client-feedback-b h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.client-feedback-b .success-testimonials-M:nth-child(even),
    .client-feedback-b .success-testimonials-M:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.client-feedback-b .success-testimonials-M .img-show-Q {
    margin: 0 auto 1rem;
    float: none;
}.client-feedback-b .success-testimonials-M:nth-child(even) .img-show-Q {
    margin: 0 auto 1rem;
    float: none;
}.client-feedback-b .success-testimonials-M span,
    .client-feedback-b .success-testimonials-M:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.client-feedback-b .success-testimonials-M p,
    .client-feedback-b .success-testimonials-M:nth-child(even) p {
    text-align: center;
}}.cookieAgreementModal-F {
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(122,149,145);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    padding: 20px 0;
    bottom: 0;
    background: rgb(152,180,177);
}.consent-edu-F {
    margin: auto;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    padding: 0 20px;
}#panelCookieWarning-g {
    display: none;
}#panelCookieWarning-g:checked ~ .cookieAgreementModal-F {
    visibility: hidden;
    opacity: 0;
}.cookieAgreementModal-F h5 {
    font-size: 24px;
    margin-bottom: 6px;
    color: rgb(122,149,145);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}.cookieAgreementModal-F p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}.data-agree-7 {
    margin-right: 20px;
    flex-shrink: 0;
}.data-agree-7 svg, .data-agree-7 svg path {
    height: 80px;
    width: 80px;
    fill: rgb(122,149,145);
}.data-comply-T {
    flex-shrink: 0;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 24px;
    background: rgb(122,149,145);
    font-size: 18px;
    min-width: 140px;
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    transition: border 0.2s;
    border-radius: 10px;
    border: 2px solid transparent;
}.cookie_button.track-alert-J {
    background: rgb(122,149,145);
}.cookie_button.data-accept-H {
    background: rgb(91,118,113);
}.data-comply-T:hover {
    border: 2px solid #ffffff;
}.cookieAgreementModal-F p a {
    text-decoration: underline;
    color: rgb(122,149,145);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.consent-edu-F {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.data-agree-7 {
    display: none;
}.consent-edu-F {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieAgreementModal-F h5, .cookieAgreementModal-F p {
    text-align: center;
}.cookie-layer-r {
    margin-bottom: 20px;
}.data-comply-T {
    width: 100%;
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
}}
.wrapper-section-q .cookieAgreementModal-F {
    border: none;
    padding: 30px 0;
    background: rgb(91,118,113);
}.wrapper-section-q .data-comply-T {
    background: rgb(122,149,145);
    border-radius: 10px;
    border: none;
    font-size: 18px;
    margin-left: 0;
    color: #ffffff;
    font-weight: 600;
}.wrapper-section-q .cookie-layer-r h5, .wrapper-section-q .cookie-layer-r p {
    color: #ffffff;
}.pricing-offer-z {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 100px 0;
}.pricing-offer-z::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
}.pricing-offer-z .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.pricing-offer-z .edu-packages-J {
    position: relative;
}.pricing-offer-z h2 {
    animation: fadeInUp 0.8s forwards 0.3s;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(30px * 1.2);
}.pricing-offer-z .package-price-D {
    margin: 0 auto 40px;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(10px);
    opacity: 0;
    line-height: 1.6;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-size: calc(14px * 1.1);
    max-width: 700px;
    text-align: center;
}.pricing-offer-z .training-fees-x {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
}.pricing-offer-z .training-fees-x li {
    opacity: 0;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    animation: fadeInUp 0.8s forwards;
    transform: translateY(20px);
}.pricing-offer-z .training-fees-x li:nth-child(1) {
    --i: 1;
}.pricing-offer-z .training-fees-x li:nth-child(2) {
    --i: 2;
}.pricing-offer-z .training-fees-x li:nth-child(3) {
    --i: 3;
}.pricing-offer-z .training-fees-x li:nth-child(4) {
    --i: 4;
}.pricing-offer-z .sub-options-U {
    display: block;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
    text-decoration: none;
}.pricing-offer-z .sub-options-U:hover {
    transform: translateY(-10px);
}.pricing-offer-z .cost-card-w {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-left: 3px solid rgb(122,149,145);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
}.pricing-offer-z .sub-options-U:hover .cost-card-w {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-offer-z .cost-card-w::before {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(to right, 
        rgb(122,149,145), 
        rgb(91,118,113));
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.pricing-offer-z .sub-options-U:hover .cost-card-w::before {
    transform: scaleX(1);
}.pricing-offer-z .tuition-plans-0 {
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing-offer-z .tuition-plans-0 h4 {
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(23px * 1.1);
    position: relative;
}.pricing-offer-z .tuition-plans-0 h4::after {
    height: 3px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(122,149,145);
    width: 40px;
    left: 0;
    bottom: 0;
}.pricing-offer-z .sub-options-U:hover .tuition-plans-0 h4::after {
    width: 60px;
}.pricing-offer-z .tuition-plans-0 p {
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    word-break: break-word;
}.pricing-offer-z .program-fees-H {
    margin-top: auto;
    font-weight: 700;
    display: block;
    color: rgb(91,118,113);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    font-size: calc(23px * 1.2);
    position: relative;
    transition: color 0.3s ease;
}.pricing-offer-z .sub-options-U:hover .program-fees-H {
    color: rgb(122,149,145);
}

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

@media (max-width: 991px) {.pricing-offer-z {
    padding: 80px 0;
}.pricing-offer-z h2 {
    font-size: 30px;
}.pricing-offer-z .package-price-D {
    margin-bottom: 30px;
    font-size: 14px;
}.pricing-offer-z .training-fees-x {
    gap: 20px;
}.pricing-offer-z .cost-card-w {
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing-offer-z {
    padding: 60px 0;
}.pricing-offer-z .training-fees-x {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.pricing-offer-z .tuition-plans-0 h4 {
    font-size: 23px;
}.pricing-offer-z .program-fees-H {
    font-size: 23px;
}
}

@media (max-width: 480px) {.pricing-offer-z {
    padding: 50px 0;
}.pricing-offer-z h2 {
    font-size: calc(30px * 0.9);
}.pricing-offer-z .package-price-D {
    font-size: calc(14px * 0.9);
}.pricing-offer-z .cost-card-w {
    padding: 20px;
}}.location-info-d {
    background: rgb(152,180,177);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.location-info-d::before {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(122,149,145,0.5) 0%, transparent 100%);
}.location-info-d::after {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(91,118,113,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
}.location-info-d .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.location-info-d .request-form-b {
    border: 1px solid rgb(91,118,113,0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    border-radius: 24px;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
    padding: 40px;
}.location-info-d .request-form-b:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.location-info-d .get-contactcard-A {
    font-size: 30px;
    color: rgb(122,149,145);
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}.location-info-d .img-show-Q {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 280px;
}.location-info-d .img-show-Q::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    content: '';
}.location-info-d .img-show-Q::after {
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    animation: shine 6s infinite linear;
    z-index: 2;
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    transform: rotate(30deg);
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.location-info-d .online-questions-G {
    position: relative;
    background: rgb(152,180,177);
    border: 1px solid rgb(91,118,113,0.5);
    border-radius: 24px;
    padding: 30px;
}.location-info-d .online-questions-G::before {
    left: 0;
    border-radius: 24px;
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(122,149,145,0.5) 0%, transparent 100%);
}.location-info-d .online-questions-G p {
    position: relative;
    display: flex;
    font-size: 12px;
    padding-left: 30px;
    color: #000000;
    align-items: flex-start;
    margin-bottom: 20px;
}.location-info-d .online-questions-G p::before {
    top: 0px;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    left: -3px;
    background: rgb(122,149,145,0.5);
    content: '';
}.location-info-d .online-questions-G p:hover::before {
    background-color: rgb(122,149,145);
    transform: scale(1.2);
}.location-info-d .online-questions-G p span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}.location-info-d .online-questions-G p span::after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(122,149,145);
}.location-info-d .online-questions-G p:hover span::after {
    width: 100%;
}.location-info-d .online-questions-G p span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(91,118,113);
}.location-info-d .online-questions-G p span a:hover {
    color: rgb(122,149,145);
}.location-info-d .online-questions-G p svg {
    width: 18px;
    top: 3px;
    left: 0;
    fill: rgb(122,149,145);
    height: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
}.location-info-d .online-questions-G p:hover svg {
    transform: scale(1.2);
    fill: rgb(91,118,113);
}.location-info-d .online-questions-G p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.location-info-d .get-helpdesk-w {
    margin-top: 30px;
    border-top: 1px solid rgb(91,118,113,0.5);
    padding-top: 20px;
}.location-info-d .talk-team-c {
    position: relative;
    padding-left: 30px;
    color: rgb(122,149,145);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}.location-info-d .talk-team-c::before {
    width: 20px;
    top: 50%;
    transition: transform 0.3s ease;
    content: '';
    height: 20px;
    background: rgb(122,149,145,0.5);
    border-radius: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}.location-info-d .talk-team-c:hover::before {
    transform: translateY(-50%) scale(1.2);
}.location-info-d .talk-team-c svg {
    fill: rgb(122,149,145);
    left: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(-50%);
}.location-info-d .talk-team-c:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(91,118,113);
}.location-info-d .talk-team-c svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.location-info-d .message-section-6 {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.location-info-d .talk-answer-K {
    color: #000000;
    background: rgb(91,118,113,0.5);
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    padding: 10px 15px;
}.location-info-d .talk-answer-K::before {
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    transition: width 0.3s ease;
    background: rgb(122,149,145);
    height: 100%;
}.location-info-d .talk-answer-K:hover {
    background: rgb(91,118,113);
    transform: translateX(5px);
}.location-info-d .talk-answer-K:hover::before {
    width: 8px;
}.location-info-d .talk-answer-K svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: rgb(122,149,145);
    transition: transform 0.3s ease, fill 0.3s ease;
}.location-info-d .talk-answer-K:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.location-info-d .talk-answer-K svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.location-info-d .container::before {
    background-image: linear-gradient(
        45deg,
        rgb(91,118,113,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(91,118,113,0.5) 50%,
        rgb(91,118,113,0.5) 75%,
        transparent 75%,
        transparent
    );
    content: '';
    background-size: 15px 15px;
    height: 300px;
    opacity: 0.2;
    width: 300px;
    top: -100px;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 10s infinite linear;
    right: -100px;
    position: absolute;
}.location-info-d .container::after {
    position: absolute;
    height: 200px;
    width: 200px;
    opacity: 0.1;
    background-image: linear-gradient(
        45deg,
        rgb(122,149,145,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(122,149,145,0.5) 50%,
        rgb(122,149,145,0.5) 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
    bottom: -50px;
    left: -50px;
    content: '';
    border-radius: 50%;
    z-index: -1;
    animation: pulse 15s infinite linear;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.location-info-d .request-form-b {
    gap: 40px;
    flex-direction: row;
}.location-info-d .img-show-Q {
    height: 350px;
    margin-bottom: 0;
    flex: 0 0 350px;
}.location-info-d .online-questions-G {
    flex: 1;
}.location-info-d .message-section-6 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.location-info-d {
    padding: 60px 0;
}.location-info-d .request-form-b {
    padding: 30px;
}.location-info-d .get-contactcard-A {
    font-size: 24px;
    margin-bottom: 25px;
}.location-info-d .img-show-Q {
    height: 240px;
}.location-info-d .online-questions-G {
    padding: 25px;
}.location-info-d .message-section-6 {
    grid-template-columns: repeat(2, 1fr);
}.location-info-d .online-questions-G p svg {
    height: 16px;
    width: 16px;
}.location-info-d .talk-team-c svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 767px) {.location-info-d {
    padding: 40px 0;
}.location-info-d .request-form-b {
    padding: 20px;
}.location-info-d .get-contactcard-A {
    font-size: 16px;
    margin-bottom: 20px;
}.location-info-d .img-show-Q {
    height: 200px;
}.location-info-d .online-questions-G {
    padding: 20px;
}.location-info-d .online-questions-G p {
    margin-bottom: 15px;
    font-size: 12px;
}.location-info-d .talk-team-c {
    font-size: 16px;
}.location-info-d .message-section-6 {
    grid-template-columns: 1fr;
}.location-info-d .online-questions-G p svg {
    top: 4px;
    width: 15px;
    height: 15px;
}.location-info-d .talk-team-c svg {
    width: 16px;
    height: 16px;
}.location-info-d .talk-answer-K svg {
    width: 12px;
    height: 12px;
}}.teaching-history-I {
    background: linear-gradient(135deg, rgb(152,180,177), rgb(91,118,113,0.5));
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.teaching-history-I::before {
    border-radius: 14px;
    content: "";
    animation: float 8s ease-in-out infinite;
    z-index: 1;
    transform: rotate(-15deg);
    height: 80%;
    width: 60%;
    top: -10%;
    right: -10%;
    background: rgb(122,149,145,0.5);
    position: absolute;
}.teaching-history-I::after {
    z-index: 1;
    animation: float 6s ease-in-out infinite reverse;
    content: "";
    height: 60%;
    position: absolute;
    border-radius: 14px;
    bottom: -5%;
    transform: rotate(20deg);
    width: 40%;
    left: -5%;
    background: rgb(91,118,113,0.5);
}.teaching-history-I .container {
    position: relative;
    z-index: 2;
}.teaching-history-I .success-testimonials-M {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    background: #ffffff;
    border-radius: 14px;
    transform: rotate(-2deg);
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 15px;
    padding: 40px;
    grid-template-columns: 1fr 2fr;
}.teaching-history-I .success-testimonials-M:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.teaching-history-I .img-show-Q {
    transform: rotate(4deg);
    grid-area: photo;
    border-radius: 14px;
    transition: transform 0.3s ease;
    box-shadow: 10px 10px 0 rgb(122,149,145,0.5);
    height: 200px;
}.teaching-history-I .success-testimonials-M:hover .img-show-Q {
    transform: rotate(0deg) scale(1.05);
}.teaching-history-I .name {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    grid-area: name;
    transform: translateX(20px);
    margin-top: 20px;
}.teaching-history-I .success-testimonials-M span:not(.name) {
    color: #000000;
    grid-area: job;
    font-size: 17px;
    transform: translateX(20px);
    font-style: italic;
}.teaching-history-I .career-explore-w {
    border-radius: 0 10px 10px 0;
    line-height: 1.6;
    padding: 20px;
    grid-area: quote;
    position: relative;
    margin-top: 20px;
    border-left: 4px solid rgb(122,149,145);
    background: linear-gradient(to right, rgb(152,180,177), transparent);
    color: #000000;
    font-size: 17px;
}.teaching-history-I .career-explore-w::before {
    color: rgb(122,149,145,0.5);
    line-height: 1;
    position: absolute;
    content: "";
    font-size: calc(45px * 2);
    font-family: serif;
    top: -10px;
    left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.teaching-history-I {
    padding: 60px 0;
}.teaching-history-I .success-testimonials-M {
    grid-template-areas: 
            "img-show-Q"
            "name"
            "exp-summary-d"
            "career-explore-w";
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.teaching-history-I .img-show-Q {
    width: 80%;
    height: 180px;
    margin: 0 auto;
}.teaching-history-I .name,
    .teaching-history-I .success-testimonials-M span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.teaching-history-I .career-explore-w {
    padding: 15px;
}}.tySpace-l {
    position: relative;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgb(122,149,145,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.tySpace-l::before {
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    position: absolute;
}.tySpace-l::after {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(122,149,145,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 2;
}.tySpace-l .container {
    z-index: 10;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.tySpace-l h2 {
    font-weight: 700;
    position: relative;
    transform-origin: left center;
    color: rgb(122,149,145);
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    animation: slideInTitle 0.8s ease-out forwards;
}.tySpace-l h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    height: 4px;
    left: 0;
    animation: expandLine 0.5s 0.8s forwards ease-out;
    position: absolute;
    bottom: -12px;
    content: "";
    transform: scaleX(0);
    width: 100px;
}.tySpace-l .pro-study-d {
    animation: fadeInUp 0.6s 0.4s both;
    border-left: 4px solid rgb(91,118,113);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    overflow: hidden;
    transition: transform 0.4s ease-out;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transform: translateY(0);
    position: relative;
}.tySpace-l .pro-study-d::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(91,118,113) 0%, rgb(122,149,145) 100%);
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
}.tySpace-l .pro-study-d:hover {
    transform: translateY(-5px);
}.tySpace-l ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tySpace-l li {
    padding-left: 1.5rem;
    position: relative;
}.tySpace-l li::before {
    width: 8px;
    left: 0;
    background: rgb(91,118,113);
    height: 8px;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 0.7rem;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0);
}.tySpace-l span {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    animation: fadeText 0.8s 0.6s both;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
}

@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991px) {.tySpace-l {
    padding: 5rem 0;
}.tySpace-l h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.tySpace-l .pro-study-d {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tySpace-l {
    padding: 4rem 0;
}.tySpace-l h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.tySpace-l h2::after {
    height: 3px;
    width: 80px;
}.tySpace-l .pro-study-d {
    padding: 1.75rem;
}.tySpace-l span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tySpace-l {
    padding: 3rem 0;
}.tySpace-l .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.tySpace-l h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.75rem;
}.tySpace-l .pro-study-d {
    padding: 1.5rem;
}.tySpace-l li {
    padding-left: 1.25rem;
}.tySpace-l li::before {
    height: 6px;
    top: 0.65rem;
    width: 6px;
}.tySpace-l span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.secure-archive-S {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(152,180,177), rgba(240, 240, 245, 0.7));
}.secure-archive-S::before {
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.07;
    height: 70%;
    position: absolute;
    z-index: 0;
    content: '';
    right: -5%;
    width: 40%;
    background: linear-gradient(135deg, rgb(122,149,145,0.5), transparent);
}.secure-archive-S::after {
    content: '';
    height: 60%;
    z-index: 0;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(91,118,113,0.5), transparent);
    bottom: -10%;
    position: absolute;
    width: 45%;
    transform: rotate(12deg) skew(-12deg);
    left: -5%;
}.secure-archive-S .container {
    padding: 0 1.5rem;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.secure-archive-S h1 {
    font-weight: 600;
    font-size: calc(45px * 1.1);
    margin-bottom: 2.5rem;
    color: rgb(122,149,145);
    letter-spacing: -0.02em;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    position: relative;
}.secure-archive-S h1::after {
    bottom: -0.8rem;
    left: 0;
    width: 4rem;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(91,118,113), transparent);
    position: absolute;
}.secure-archive-S h2 {
    font-size: 38px;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin: 2.8rem 0 1.2rem;
    font-weight: 600;
}.secure-archive-S h2::before {
    bottom: 0.5rem;
    left: 0;
    top: 0.5rem;
    opacity: 0.7;
    border-radius: 2px;
    position: absolute;
    background: rgb(91,118,113);
    content: '';
    width: 4px;
}.secure-archive-S h3 {
    font-weight: 400;
    color: #000000;
    font-size: calc(38px * 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.7rem;
}.secure-archive-S h4 {
    font-weight: 400;
    font-size: calc(38px * 0.75);
    margin: 2.2rem 0 0.8rem;
    color: rgb(122,149,145);
}.secure-archive-S p {
    max-width: 48rem;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.secure-archive-S ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.secure-archive-S li {
    color: #000000;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
}.secure-archive-S li::before {
    position: absolute;
    height: 0.5rem;
    background: rgb(91,118,113);
    left: 0;
    transform: rotate(45deg);
    width: 0.5rem;
    top: 0.6rem;
    content: '';
}.secure-archive-S span {
    font-style: italic;
    line-height: 1.7;
    display: block;
    padding-left: 1.2rem;
    padding: 0.5rem 0 0;
    color: #000000;
    font-size: 16px;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}.secure-archive-S strong {
    color: #000000;
    font-weight: 600;
}

@media (min-width: 768px) {.secure-archive-S {
    padding: 5rem 3rem;
}.secure-archive-S .container {
    padding: 0 2rem;
}.secure-archive-S h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.2);
    transform: translateX(-1rem);
}.secure-archive-S h1::after {
    height: 4px;
    width: 6rem;
}.secure-archive-S h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.secure-archive-S p {
    font-size: calc(16px * 1.05);
    line-height: 1.75;
}.secure-archive-S ul {
    padding-left: 2rem;
}.secure-archive-S li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.secure-archive-S {
    padding: 6rem 2rem;
}.secure-archive-S::before {
    height: 75%;
    width: 35%;
}.secure-archive-S::after {
    width: 40%;
    height: 65%;
}.secure-archive-S h1 {
    font-size: calc(45px * 1.3);
    margin-bottom: 3.5rem;
}.secure-archive-S h2 {
    font-size: calc(38px * 1.1);
}.secure-archive-S h2::before {
    width: 5px;
}.secure-archive-S p, .secure-archive-S li, .secure-archive-S span {
    font-size: calc(16px * 1.1);
}.secure-archive-S .container {
    padding: 0 3rem;
}.secure-archive-S li::before {
    width: 0.6rem;
    height: 0.6rem;
}
}

@media (min-width: 1200px) {.secure-archive-S {
    padding: 7rem 2rem;
}.secure-archive-S h1 {
    font-size: calc(45px * 1.4);
}.secure-archive-S h1::after {
    width: 8rem;
}.secure-archive-S .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.secure-archive-S li:hover::before {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(135deg);
}
}

@media (prefers-reduced-motion: reduce) {.secure-archive-S *,
    .secure-archive-S *::before,
    .secure-archive-S *::after {
    transition: none !important;
    animation: none !important;
}}.contact-form-section-G {
    background-color: rgb(152,180,177);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contact-form-section-G::before {
    left: 0;
    position: absolute;
    opacity: 0.15;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(120deg, rgb(122,149,145,0.5) 0%, transparent 75%);
}.contact-form-section-G::after {
    position: absolute;
    width: 70%;
    bottom: 0;
    opacity: 0.1;
    background: linear-gradient(240deg, rgb(91,118,113,0.5) 0%, transparent 70%);
    content: "";
    height: 70%;
    right: 0;
}.contact-form-section-G .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}.contact-form-section-G h2 {
    font-size: 29px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
}.contact-form-section-G .support-panel-E {
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    border-radius: 17px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.contact-form-section-G .img-show-Q {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact-form-section-G .img-show-Q::after {
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.contact-form-section-G .inquiry-widget-j {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact-form-section-G .inquiry-widget-j::before {
    height: calc(100% - 80px);
    position: absolute;
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    left: 0;
    width: 5px;
    border-radius: 2.5px;
    top: 40px;
    content: "";
}.contact-form-section-G form {
    padding-left: 25px;
    width: 100%;
}.contact-form-section-G form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 35px;
    color: #000000;
}.contact-form-section-G form input[type="text"] {
    border: none;
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(152,180,177);
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
}.contact-form-section-G form input[type="text"]:focus {
    background: rgba(rgb(122,149,145), 0.05);
    box-shadow: 0 0 0 2px rgb(122,149,145,0.5);
    outline: none;
}.contact-form-section-G form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-form-section-G .request-info-R {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}.contact-form-section-G .request-info-R input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section-G .request-info-R label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    padding-left: 35px;
}.contact-form-section-G .request-info-R label::before {
    left: 0;
    border: 2px solid rgb(122,149,145,0.5);
    top: 2px;
    transition: all 0.2s ease;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
}.contact-form-section-G .request-info-R input[type="checkbox"]:checked + label::before {
    background-color: rgb(122,149,145);
    border-color: rgb(122,149,145);
}.contact-form-section-G .request-info-R input[type="checkbox"]:checked + label::after {
    content: "";
    top: 9px;
    width: 6px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 11px;
    transform: rotate(45deg);
}.contact-form-section-G .request-info-R label a {
    transition: all 0.3s ease;
    color: rgb(122,149,145);
    text-decoration: none;
}.contact-form-section-G .request-info-R label a:hover {
    text-decoration: underline;
    color: rgb(91,118,113);
}.contact-form-section-G form .feedback-help-8 {
    display: inline-block;
    font-size: 20px;
    background: linear-gradient(45deg, rgb(122,149,145), rgb(91,118,113));
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 15px 35px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contact-form-section-G form .feedback-help-8::before {
    transform: rotate(45deg) translateX(-200%);
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    transition: all 0.4s ease;
    top: -10%;
    content: "";
    height: 120%;
    position: absolute;
    width: 120%;
}.contact-form-section-G form .feedback-help-8:hover {
    box-shadow: 0 8px 15px rgba(rgb(122,149,145), 0.3);
    transform: translateY(-2px);
}.contact-form-section-G form .feedback-help-8:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-form-section-G svg {
    width: 22px;
    height: 22px;
    fill: rgb(122,149,145);
}.contact-form-section-G svg path {
    fill: rgb(122,149,145);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-form-section-G .inquiry-widget-j {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-form-section-G .img-show-Q {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-form-section-G .inquiry-widget-j {
    flex: 0 0 100%;
}.contact-form-section-G .inquiry-widget-j::before {
    height: 5px;
    left: 40px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(122,149,145), rgb(91,118,113));
    top: 0;
}.contact-form-section-G form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-form-section-G {
    padding: 70px 0;
}.contact-form-section-G .img-show-Q {
    min-height: 250px;
}.contact-form-section-G .inquiry-widget-j {
    padding: 40px 30px;
}.contact-form-section-G .inquiry-widget-j::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact-form-section-G {
    padding: 50px 0;
}.contact-form-section-G h2 {
    font-size: calc(29px * 0.8);
}.contact-form-section-G .img-show-Q {
    min-height: 200px;
}.contact-form-section-G .inquiry-widget-j {
    padding: 30px 20px;
}.contact-form-section-G .inquiry-widget-j::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact-form-section-G form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-form-section-G form input[type="text"] {
    padding: 15px 20px;
}.contact-form-section-G form .feedback-help-8 {
    text-align: center;
    width: 100%;
}}.course-summary-1 {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: rgb(152,180,177);
}.course-summary-1::before {
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgb(122,149,145,0.5) 100%);
    height: 100%;
    opacity: 0.6;
    top: 0;
    width: 100%;
    position: absolute;
}.course-summary-1::after {
    z-index: 1;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(91,118,113,0.5) 15px, rgb(91,118,113,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(122,149,145,0.5) 15px, rgb(122,149,145,0.5) 16px);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    animation: gridShift 30s infinite linear;
    opacity: 0.15;
    content: "";
    background-size: 4rem 4rem;
}.course-summary-1 .container {
    position: relative;
    z-index: 3;
}.course-summary-1 .pro-study-d {
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
    position: relative;
}.course-summary-1 .tech-skills-h {
    z-index: 5;
    grid-row: 2 / 8;
    grid-column: 1 / 9;
    border-radius: 23px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    padding: 3rem;
}.course-summary-1 .img-show-Q {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 3;
    grid-column: 7 / 13;
    position: relative;
    grid-row: 1 / 7;
}.course-summary-1 .img-show-Q::before {
    height: 100%;
    top: 0;
    z-index: 2;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(122,149,145,0.5) 0%, transparent 70%);
}.course-summary-1 .img-show-Q::after {
    z-index: 1;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    width: 70%;
    content: "";
    position: absolute;
    opacity: 0.6;
    right: -5px;
    height: 70%;
    border: 2px solid rgb(91,118,113);
    bottom: -5px;
    border-radius: 10px;
}.course-summary-1 .nav-tutor-Z {
    position: absolute;
    align-items: center;
    width: 5rem;
    border-radius: 50%;
    display: flex;
    z-index: 10;
    right: 3rem;
    height: 5rem;
    transition: transform 0.3s ease-out;
    top: -2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
    transform: rotate(-5deg);
    background: #ffffff;
}.course-summary-1 .nav-tutor-Z:hover {
    transform: rotate(0deg) scale(1.05);
}.course-summary-1 .nav-tutor-Z svg {
    height: 3rem;
    width: 3rem;
    transition: all 0.3s ease;
}.course-summary-1 .nav-tutor-Z:hover svg {
    transform: scale(1.1);
}.course-summary-1 .nav-tutor-Z svg path {
    fill: rgb(122,149,145);
}.course-summary-1 h3 {
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.3;
    border-left: 4px solid rgb(122,149,145);
    font-size: 36px;
    font-weight: 700;
}.course-summary-1 p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
}.course-summary-1 .pro-study-d::before {
    animation: moveCircle 20s infinite alternate;
    filter: blur(100px);
    width: 12rem;
    content: "";
    z-index: 1;
    left: -6rem;
    opacity: 0.6;
    height: 12rem;
    top: -6rem;
    border-radius: 50%;
    background: rgb(122,149,145,0.5);
    position: absolute;
}.course-summary-1 .pro-study-d::after {
    content: "";
    animation: moveCircle 15s infinite alternate-reverse;
    width: 8rem;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    filter: blur(80px);
    bottom: -4rem;
    background: rgb(91,118,113,0.5);
    opacity: 0.5;
    height: 8rem;
    right: -4rem;
}.course-summary-1 .tech-skills-h::before {
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    position: absolute;
    top: 0;
    content: "";
    width: 100px;
    border-radius: 0 10px 0 10px;
}.course-summary-1 .tech-skills-h::after {
    height: 100px;
    border-radius: 0 0 10px 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
    width: 5px;
    right: 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-summary-1 {
    padding: 7rem 0;
}.course-summary-1 .pro-study-d {
    gap: 0.75rem;
}.course-summary-1 .tech-skills-h {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course-summary-1 .img-show-Q {
    grid-column: 6 / 13;
}.course-summary-1 .nav-tutor-Z {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-summary-1 {
    padding: 6rem 0;
}.course-summary-1 .pro-study-d {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.course-summary-1 .tech-skills-h {
    grid-column: auto;
    padding: 2.5rem;
    grid-row: 2 / 3;
}.course-summary-1 .img-show-Q {
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 350px;
    grid-row: 1 / 2;
}.course-summary-1 .nav-tutor-Z {
    top: auto;
    bottom: -2rem;
    right: 3rem;
}.course-summary-1 h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.course-summary-1 {
    padding: 5rem 0;
}.course-summary-1 .tech-skills-h {
    padding: 2rem;
}.course-summary-1 .img-show-Q {
    height: 300px;
}.course-summary-1 .nav-tutor-Z {
    height: 4.5rem;
    width: 4.5rem;
    right: 2rem;
    bottom: -1.5rem;
}.course-summary-1 .nav-tutor-Z svg {
    height: 2.5rem;
    width: 2.5rem;
}.course-summary-1 h3 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.8);
}.course-summary-1 p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.course-summary-1 .tech-skills-h::before {
    width: 70px;
}.course-summary-1 .tech-skills-h::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-summary-1 {
    padding: 4rem 0;
}.course-summary-1 .tech-skills-h {
    padding: 1.5rem;
}.course-summary-1 .img-show-Q {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course-summary-1 .nav-tutor-Z {
    right: 1.5rem;
    height: 4rem;
    bottom: -1.25rem;
    width: 4rem;
}.course-summary-1 .nav-tutor-Z svg {
    height: 2.25rem;
    width: 2.25rem;
}.course-summary-1 h3 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
    font-size: calc(36px * 0.7);
}.course-summary-1 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.course-summary-1 .tech-skills-h::before {
    width: 50px;
}.course-summary-1 .tech-skills-h::after {
    height: 50px;
}.course-summary-1 .pro-study-d::before,
    .course-summary-1 .pro-study-d::after {
    display: none;
}}.explore-now-p {
    background: linear-gradient(120deg, rgb(152,180,177) 0%, rgb(122,149,145,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.explore-now-p::before {
    top: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    z-index: 1;
    transform: skewY(-5deg);
    height: 100%;
    position: absolute;
}.explore-now-p::after {
    width: 100%;
    opacity: 0.2;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(122,149,145,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    content: '';
}.explore-now-p .pro-study-d {
    border-radius: 16px;
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.explore-now-p .container p {
    padding: 60px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    z-index: 5;
    flex: 1;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
}.explore-now-p .feedback-help-8 {
    text-decoration: none;
    height: 100%;
    font-weight: 600;
    transition: all 0.4s ease;
    padding: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
    flex: 0 0 300px;
    letter-spacing: 1px;
    justify-content: center;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    background: linear-gradient(135deg, rgb(122,149,145) 0%, rgb(91,118,113) 100%);
}.explore-now-p .container p::after {
    left: 60px;
    width: 60px;
    height: 4px;
    bottom: 40px;
    position: absolute;
    border-radius: 10px;
    content: '';
    background: linear-gradient(to right, rgb(122,149,145), rgb(91,118,113));
}.explore-now-p .feedback-help-8::before {
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(91,118,113) 0%, rgb(122,149,145) 100%);
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
}.explore-now-p .feedback-help-8:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.explore-now-p .feedback-help-8:hover::before {
    opacity: 1;
}.explore-now-p .pro-study-d::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(122,149,145), rgb(91,118,113));
    position: absolute;
    z-index: 2;
    height: 6px;
}.explore-now-p .pro-study-d::after {
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 90%, rgb(122,149,145,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(91,118,113,0.5) 0%, transparent 30%);
    content: '';
    left: 0;
    height: 100%;
    opacity: 0.05;
    width: 100%;
}

@media (max-width: 991px) {.explore-now-p {
    padding: 90px 0;
}.explore-now-p .container p {
    padding: 40px;
    font-size: calc(21px * 1.2);
}.explore-now-p .feedback-help-8 {
    flex: 0 0 200px;
    padding: 40px 20px;
}.explore-now-p .container p::after {
    width: 50px;
    left: 40px;
    bottom: 30px;
}
}

@media (max-width: 767px) {.explore-now-p {
    padding: 70px 0;
}.explore-now-p .pro-study-d {
    flex-direction: column;
}.explore-now-p .container p {
    text-align: center;
    font-size: 21px;
    padding: 30px;
}.explore-now-p .feedback-help-8 {
    width: 100%;
    flex: none;
    padding: 20px;
}.explore-now-p .container p::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
}

@media (max-width: 480px) {.explore-now-p {
    padding: 50px 0;
}.explore-now-p .container p {
    padding: 25px 20px;
    font-size: calc(15px * 1.2);
}.explore-now-p .feedback-help-8 {
    font-size: calc(16px * 0.9);
    padding: 15px;
}}.primary-page-x {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(152,180,177), rgba(0, 0, 0, 0.5), rgb(122,149,145,0.5) 80%);
}.primary-page-x::before {
    position: absolute;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(91,118,113,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(91,118,113,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(91,118,113,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(91,118,113,0.5) 4px, transparent 14px);
    top: 0;
    content: "";
    animation: constellationMove 120s infinite linear;
    width: 100%;
    background-size: 320px 320px;
    height: 100%;
    left: 0;
    opacity: 0.15;
}.primary-page-x::after {
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(122,149,145,0.5) 100%);
    content: "";
    opacity: 0.4;
    top: -50%;
    height: 200%;
    pointer-events: none;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    width: 200%;
}.primary-page-x .edu-entry-Q {
    max-width: 1200px;
    width: 90%;
    z-index: 3;
    position: relative;
    perspective: 1000px;
}.primary-page-x .edu-entry-Q > div {
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 2rem;
}.primary-page-x .edu-entry-Q > div > div:first-child {
    animation-delay: 0.3s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-left: 3px solid rgb(91,118,113);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    opacity: 0;
    position: relative;
    transform: translateZ(20px) rotate(-2deg);
}.primary-page-x .edu-entry-Q > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}.primary-page-x h3 {
    font-size: calc(22px * 1.1);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: 600;
    position: relative;
    margin: 0;
    color: #ffffff;
}.primary-page-x .master-program-c {
    position: relative;
    opacity: 0;
    transform: translateZ(40px) rotate(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    border-radius: 10px;
    animation-delay: 0.6s;
    height: 420px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    overflow: hidden;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.primary-page-x .master-program-c:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: translateZ(50px) rotate(0deg);
}.primary-page-x .master-program-c::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(122,149,145) 130%);
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}.primary-page-x .master-program-c::after {
    left: 0;
    height: 100%;
    opacity: 0.2;
    z-index: 2;
    content: "";
    width: 100%;
    top: 0;
    background: 
    repeating-linear-gradient(45deg, 
      rgb(91,118,113,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    mix-blend-mode: overlay;
    position: absolute;
}.primary-page-x .master-program-c > div {
    z-index: 3;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 3rem 2.5rem;
    transform: translateY(0);
}.primary-page-x .master-program-c:hover > div {
    transform: translateY(-10px);
}.primary-page-x .master-program-c p {
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    transform: translateX(-20px);
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(17px * 1.2);
    color: #ffffff;
}.primary-page-x .master-program-c p::before {
    left: -1.5rem;
    transform: translateY(-50%) rotate(45deg);
    height: 0.8rem;
    background: rgb(91,118,113);
    width: 0.8rem;
    content: "";
    position: absolute;
    top: 50%;
}.primary-page-x .title_style_header {
    transform: translateX(-20px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    letter-spacing: 0.01em;
    margin: 0;
    font-size: 45px;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    opacity: 0;
    color: #ffffff;
    line-height: 1.2;
}

@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 768px) {.primary-page-x .edu-entry-Q > div {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 30% 1fr;
}.primary-page-x h3 {
    font-size: 22px;
}.primary-page-x .master-program-c {
    height: 480px;
}.primary-page-x .title_style_header {
    font-size: calc(45px * 1.2);
}
}

@media (min-width: 992px) {.primary-page-x .edu-entry-Q > div {
    grid-template-columns: 35% 1fr;
    gap: 4rem;
}.primary-page-x .edu-entry-Q > div > div:first-child {
    padding: 3rem;
}.primary-page-x h3 {
    font-size: calc(22px * 1.1);
}.primary-page-x .master-program-c {
    height: 520px;
}.primary-page-x .master-program-c > div {
    padding: 4rem 3rem;
}.primary-page-x .title_style_header {
    font-size: calc(45px * 1.4);
}
}

@media (max-width: 767px) {.primary-page-x {
    padding: 4rem 1rem;
}.primary-page-x .master-program-c {
    height: 380px;
}.primary-page-x .edu-entry-Q > div > div:first-child {
    padding: 1.5rem;
}.primary-page-x h3 {
    font-size: calc(22px * 1.2);
}.primary-page-x .master-program-c > div {
    padding: 2rem 1.5rem;
}.primary-page-x .master-program-c p {
    font-size: 17px;
}.primary-page-x .title_style_header {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 480px) {.primary-page-x {
    padding: 3rem 1rem;
}.primary-page-x .master-program-c {
    height: 320px;
}.primary-page-x .edu-entry-Q > div > div:first-child {
    padding: 1.25rem;
}.primary-page-x h3 {
    font-size: 22px;
}.primary-page-x .master-program-c > div {
    padding: 1.5rem 1.25rem;
}.primary-page-x .title_style_header {
    font-size: 34px;
}}.course-benefits-Y {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,180,177) 0%, rgba(247, 248, 255, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
}.course-benefits-Y::before {
    animation: float 20s infinite alternate ease-in-out;
    content: "";
    height: 300%;
    position: absolute;
    z-index: 0;
    width: 35%;
    left: -15%;
    opacity: 0.1;
    transform: rotate(-15deg);
    top: -100%;
    background: linear-gradient(145deg, rgb(122,149,145,0.5) 0%, rgb(91,118,113,0.5) 70%);
}.course-benefits-Y::after {
    content: "";
    transform: rotate(15deg);
    z-index: 0;
    width: 40%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    height: 200%;
    background: linear-gradient(215deg, rgb(91,118,113,0.5) 0%, rgb(122,149,145,0.5) 70%);
    bottom: -100%;
    opacity: 0.08;
    right: -15%;
}.course-benefits-Y .container {
    padding: 0 20px;
    display: grid;
    margin: 0 auto;
    align-items: center;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    position: relative;
    z-index: 1;
}.course-benefits-Y .img-show-Q {
    border-radius: 30px;
    max-width: 450px;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center center;
    filter: saturate(1.05);
    object-fit: cover;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.course-benefits-Y .img-show-Q:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}.course-benefits-Y .pro-study-d {
    z-index: 2;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}.course-benefits-Y .text-placeholder-l {
    position: relative;
    padding: 10px 0 10px 30px;
}.course-benefits-Y .text-placeholder-l::before {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(122,149,145), rgb(91,118,113));
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
}.course-benefits-Y h1 {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    transform: translateZ(0);
}.course-benefits-Y h1::after {
    box-shadow: 0 0 15px rgb(122,149,145,0.5);
    border-radius: 50%;
    background: rgb(122,149,145);
    height: 15px;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    position: absolute;
    left: -30px;
    top: 50%;
}.course-benefits-Y ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}.course-benefits-Y li {
    transform: translateZ(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 0));
    padding: 15px 20px 15px 60px;
    animation: fade-in 0.5s forwards;
    border-radius: 10px;
}.course-benefits-Y li:nth-child(1) {
    --i: 1;
}.course-benefits-Y li:nth-child(2) {
    --i: 2;
}.course-benefits-Y li:nth-child(3) {
    --i: 3;
}.course-benefits-Y li:nth-child(4) {
    --i: 4;
}.course-benefits-Y li:nth-child(5) {
    --i: 5;
}.course-benefits-Y li:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px) scale(1.02);
}.course-benefits-Y li p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}.course-benefits-Y li svg {
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    left: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    top: 50%;
    color: rgb(122,149,145);
    position: absolute;
    transition: transform 0.3s ease;
}.course-benefits-Y li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course-benefits-Y svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,149,145);
}.course-benefits-Y li:hover svg path {
    fill: rgb(91,118,113);
}

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

@keyframes slide-in {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

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

@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@media (max-width: 1024px) {.course-benefits-Y {
    padding: 90px 0;
}.course-benefits-Y .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.course-benefits-Y .img-show-Q {
    margin: 0 auto;
    max-width: 400px;
}.course-benefits-Y ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.course-benefits-Y {
    padding: 70px 0;
}.course-benefits-Y h1 {
    margin-bottom: 25px;
    font-size: calc(40px * 0.85);
}.course-benefits-Y .img-show-Q {
    max-width: 100%;
}.course-benefits-Y .text-placeholder-l {
    padding: 0 0 0 20px;
}.course-benefits-Y li {
    padding: 15px 15px 15px 55px;
}
}

@media (max-width: 576px) {.course-benefits-Y {
    padding: 50px 0;
}.course-benefits-Y h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.course-benefits-Y ul {
    gap: 15px;
}.course-benefits-Y li {
    padding: 12px 12px 12px 50px;
}.course-benefits-Y li svg {
    height: 24px;
    width: 24px;
    left: 12px;
}.course-benefits-Y li p {
    font-size: calc(16px * 0.9);
}
}