﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 15px;
}::-webkit-scrollbar-button {
    background: rgb(147,172,170);
    width: 0px;
    height: 9px;
}::-webkit-scrollbar-track {
    border-radius: 15.6vw;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border: 3px dashed rgb(112,134,129);
    border-radius: 19.4em;
    transition: all 1.2s linear;
    background: #ffffff;
    box-shadow: 2px 2px 13px -2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at center, #ffffff 92%, rgb(255, 255, 255, 0.5) 75%, rgb(112,134,129) 82%, rgb(112,134,129,0.5) 3%, rgb(147,172,170) 96%, rgb(147,172,170,0.5) 23%, rgb(182,208,205) 57%);
    transform: translateX(-2px);
}::-webkit-scrollbar-corner {
    background: #ffffff;
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(112,134,129,0.5);
    scrollbar-width: none;
}.facebook-cta {
    flex: 0 0 auto;
}.wrapper-padding {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.top-edu {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1118px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratitudeBox {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, #ffffff 100%);
    position: relative;
}.gratitudeBox::before {
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 100%;
    transform: translateX(20%) skewX(-15deg);
    width: 40%;
    z-index: 1;
    background: linear-gradient(215deg, rgb(147,172,170,0.5) 0%, transparent 70%);
}.gratitudeBox::after {
    position: absolute;
    left: -2%;
    content: "";
    transform: rotate(-10deg);
    width: 30%;
    z-index: 1;
    height: 70%;
    bottom: -5%;
    background: linear-gradient(125deg, rgb(112,134,129,0.5) 0%, transparent 80%);
}.gratitudeBox .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.gratitudeBox h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    max-width: 800px;
    font-size: 28px;
    margin-bottom: 40px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
}.gratitudeBox h2::before {
    content: "";
    width: 80px;
    top: -15px;
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    background: rgb(147,172,170);
    left: 0;
    transform-origin: left;
    position: absolute;
}.gratitudeBox .knowledge-experts {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    overflow: hidden;
    background-color: #ffffff;
    transform-origin: top center;
    opacity: 0;
    padding: 40px 50px;
}.gratitudeBox .knowledge-experts::before {
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,172,170), rgb(112,134,129));
    content: "";
    left: 0;
    width: 5px;
    position: absolute;
}.gratitudeBox .knowledge-experts::after {
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    height: 100%;
    content: "";
    transform: translateX(100%);
    position: absolute;
    z-index: -1;
    right: 0;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    top: 0;
}.gratitudeBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratitudeBox li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}.gratitudeBox li::before {
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    position: absolute;
    left: -30px;
    content: "";
    border-radius: 50%;
    height: 10px;
    transform: scale(0);
    top: 10px;
    background: rgb(147,172,170);
    width: 10px;
}.gratitudeBox span {
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 17px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

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

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.gratitudeBox {
    padding: 90px 0 60px;
}.gratitudeBox h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.gratitudeBox .knowledge-experts {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.gratitudeBox {
    padding: 70px 0 50px;
}.gratitudeBox::before {
    width: 50%;
}.gratitudeBox h2 {
    max-width: 100%;
    font-size: calc(28px * 0.8);
}.gratitudeBox .knowledge-experts {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.gratitudeBox {
    padding: 60px 0 40px;
}.gratitudeBox::before,
    .gratitudeBox::after {
    opacity: 0.5;
}.gratitudeBox .container {
    padding: 0 20px;
}.gratitudeBox h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.gratitudeBox h2::before {
    top: -10px;
    width: 60px;
    height: 3px;
}.gratitudeBox .knowledge-experts {
    padding: 25px 20px;
    transform: none;
}.gratitudeBox span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.gratitudeBox li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}.cookieAlertContainer {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(147,172,170);
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: rgb(112,134,129);
}.cookie-screen {
    margin: auto;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
}.cookieAlertContainer h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}.cookieAlertContainer p {
    color: #ffffff;
    font-size: 13px;
    max-width: 500px;
}.track-accept {
    margin-right: 20px;
    flex-shrink: 0;
}.track-accept svg, .track-accept svg path {
    width: 80px;
    fill: rgb(147,172,170);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.track-accept:hover svg {
    transform: rotate(10deg);
}.data-control {
    text-decoration: none;
    border-radius: 25px;
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    margin-left: 20px;
    box-shadow: rgb(147,172,170,0.5) 0px 4px 10px 0px;
    background: rgb(147,172,170);
    cursor: pointer;
}.cookie_button.edu-accept {
    background: rgb(147,172,170);
}.cookie_button.cookie-alerts {
    background: rgb(112,134,129);
}.data-control:hover {
    transform: scale(1.05);
    box-shadow: rgb(147,172,170,0.5) 0px 6px 15px 0px;
}.cookieAlertContainer p a {
    transition: color 0.3s ease-in-out;
    color: rgb(147,172,170);
    text-decoration: none;
    font-weight: 600;
}.cookieAlertContainer p a:hover {
    color: rgb(112,134,129);
}.wrapper-padding .cookieAlertContainer {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(112,134,129);
    padding: 40px 0;
}.wrapper-padding .data-control {
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background: rgb(147,172,170);
    font-size: 14px;
    font-weight: 400;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.wrapper-padding .track-settings h5, .wrapper-padding .track-settings p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track-accept {
    display: none;
}.cookie-screen {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieAlertContainer h5 {
    text-align: center;
}.cookieAlertContainer p {
    text-align: center;
}.track-settings {
    text-align: center;
    margin-bottom: 20px;
}.data-control {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
#cookieInfoPromptBar {
    display: none;
}#cookieInfoPromptBar:checked ~ .cookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}.teaching-history {
    background: rgb(182,208,205);
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    min-height: 450px;
}.teaching-history::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(147,172,170,0.5) 30px,
        rgb(147,172,170,0.5) 32px
    );
}.teaching-history .student-feedback {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    perspective: 1000px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
}.teaching-history .img-card-wrap {
    overflow: hidden;
    margin-left: 60px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 140px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
    z-index: 5;
    border: 4px solid #ffffff;
}.teaching-history .student-feedback:hover .img-card-wrap {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(147,172,170);
}.teaching-history .job-profile {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    transform: translateZ(0);
    border-radius: 21px;
    padding: 60px 40px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    margin-top: -40px;
}.teaching-history .student-feedback:hover .job-profile {
    transform: translateZ(30px);
}.teaching-history .job-profile::before {
    position: absolute;
    content: "";
    height: 0;
    transition: height 0.5s ease;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(147,172,170), rgb(112,134,129));
    width: 4px;
}.teaching-history .student-feedback:hover .job-profile::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.teaching-history .name {
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    transform: translateX(0);
    font-size: 29px;
    margin-bottom: 5px;
}.teaching-history .student-feedback:hover .name {
    transform: translateX(15px);
    color: rgb(147,172,170);
}.teaching-history .job-profile > div:nth-child(2) {
    margin-bottom: 25px;
    transform: translateX(0);
    font-size: 16px;
    transition: all 0.4s ease 0.1s;
    text-transform: uppercase;
    opacity: 0.8;
    color: rgb(112,134,129);
    letter-spacing: 0.5px;
    font-weight: 600;
}.teaching-history .student-feedback:hover .job-profile > div:nth-child(2) {
    transform: translateX(15px);
}.teaching-history .job-block {
    color: #000000;
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    font-size: 16px;
    opacity: 0.9;
    position: relative;
    transform: translateY(0);
    padding: 20px 0;
}.teaching-history .student-feedback:hover .job-block {
    transform: translateY(-5px);
}.teaching-history .job-block::before,
.teaching-history .job-block::after {
    transition: all 0.4s ease;
    width: 35px;
    position: absolute;
    background: rgb(112,134,129,0.5);
    height: 1px;
    content: "";
}.teaching-history .job-block::before {
    top: 0;
    left: 0;
}.teaching-history .job-block::after {
    right: 0;
    bottom: 0;
}.teaching-history .student-feedback:hover .job-block::before,
.teaching-history .student-feedback:hover .job-block::after {
    width: 100px;
    background: rgb(112,134,129);
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(147,172,170,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(147,172,170);
    }
}

@media (min-width: 768px) {.teaching-history .student-feedback {
    flex-direction: row;
    align-items: center;
}.teaching-history .img-card-wrap {
    width: 180px;
    margin-right: -80px;
    height: 180px;
    margin-left: 0;
    z-index: 5;
}.teaching-history .job-profile {
    flex: 1;
    margin-top: 0;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.teaching-history {
    padding: 60px 20px;
}.teaching-history .job-profile {
    padding: 60px 25px 35px;
}.teaching-history .name {
    font-size: calc(29px - 4px);
}.teaching-history .job-profile > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.teaching-history .job-block {
    font-size: calc(16px - 1px);
}}header {
    width: 100%;
    background: linear-gradient(to bottom, rgb(182,208,205), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 99;
    overflow: visible;
}header::before {
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}header .head-lesson {
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .head-lesson::before {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(147,172,170), transparent);
    content: "";
    height: 1px;
}header .head-lesson .header-tutor {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .head-lesson .header-tutor .head-sitewrap {
    padding: 5px;
    position: relative;
    display: block;
}header .head-lesson .header-tutor .head-sitewrap::before {
    z-index: -1;
    border-radius: 10px;
    bottom: -5px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    opacity: 0;
    transform: scale(0.9);
    top: -5px;
    content: "";
    right: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}header .head-lesson .header-tutor .head-sitewrap:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .head-lesson .header-tutor .head-sitewrap svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head-lesson .header-learn {
    display: flex;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    list-style: none;
}header .head-lesson .header-learn .top-nav {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .head-lesson .header-learn .top-nav a {
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
    background: linear-gradient(to bottom, transparent, transparent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    color: #000000;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    font-size: 13px;
    display: block;
    padding: 12px 20px;
}header .head-lesson .header-learn .top-nav a::before,
header .head-lesson .header-learn .top-nav a::after {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    height: 100%;
}header .head-lesson .header-learn .top-nav a::before {
    background: linear-gradient(to bottom, rgb(147,172,170,0.5), transparent);
    transform-origin: top center;
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
}header .head-lesson .header-learn .top-nav a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(112,134,129,0.5), transparent);
}header .head-lesson .header-learn .top-nav:hover a {
    color: rgb(147,172,170);
    transform: translateZ(10px);
}header .head-lesson .header-learn .top-nav:hover a::before,
header .head-lesson .header-learn .top-nav:hover a::after {
    opacity: 0.1;
}header .head-lesson .header-learn .top-nav:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .head-lesson .header-learn .top-nav:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .head-lesson {
    flex-direction: column;
    padding: 15px;
}header .head-lesson .header-tutor {
    margin: 0 0 15px 0;
}header .head-lesson .header-learn {
    perspective: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .head-lesson .header-learn .top-nav a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(13px - 1px);
}header .head-lesson .header-learn .top-nav:hover a {
    transform: none;
}header .head-lesson .header-learn .top-nav a::before,
    header .head-lesson .header-learn .top-nav a::after {
    display: none;
}
}

@media (max-width: 767px) {header .head-lesson .header-learn .top-nav a {
    padding: 8px 12px;
    font-size: calc(13px - 2px);
}}.privacy-compartment {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgb(147,172,170,0.5);
    padding: 40px;
    overflow: hidden;
    color: #ffffff;
    border: 2px solid rgb(147,172,170);
    font-family: Arial, sans-serif;
}.privacy-compartment h1 {
    text-shadow: 0 0 10px rgb(147,172,170,0.5);
    text-transform: uppercase;
    border-bottom: 2px solid rgb(147,172,170);
    font-size: 42px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: rgb(147,172,170);
}.privacy-compartment h2 {
    margin-top: 25px;
    color: rgb(112,134,129);
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgb(112,134,129,0.5);
    font-weight: 600;
    font-size: 33px;
    border-bottom: 1px solid rgb(112,134,129);
    padding-bottom: 5px;
}.privacy-compartment h3, .privacy-compartment h4, .privacy-compartment h5, .privacy-compartment h6 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(147,172,170);
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(147,172,170,0.5);
    margin-top: 20px;
}.privacy-compartment li {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}.privacy-compartment li::before {
    color: rgb(147,172,170);
    content: "▸";
    left: -15px;
    top: 0;
    position: absolute;
}.privacy-compartment section {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgb(147,172,170,0.5);
}.privacy-compartment p, .privacy-compartment span, .privacy-compartment div {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    text-shadow: 0 0 5px rgb(147,172,170,0.5);
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy-compartment {
    padding: 20px 10px;
}.privacy-compartment h1 {
    font-size: calc(24px * 0.8);
}.privacy-compartment h2 {
    font-size: calc(24px * 0.8);
}.privacy-compartment h3, .privacy-compartment h4, .privacy-compartment h5, .privacy-compartment h6 {
    font-size: calc(24px * 0.8);
}.privacy-compartment p, .privacy-compartment span, .privacy-compartment div {
    font-size: calc(18px * 0.9);
}}.program-information {
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgba(250, 250, 255, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.program-information::before {
    content: "";
    position: absolute;
    width: 40%;
    top: 0;
    z-index: 0;
    opacity: 0.1;
    transform: translateX(30%) skewX(-15deg);
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(112,134,129,0.5), transparent);
    right: 0;
}.program-information::after {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,172,170) 0%, transparent 100%);
    height: 5px;
    z-index: 1;
    content: "";
}.program-information .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.program-information h2 {
    position: relative;
    font-size: calc(31px * 1.05);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    transform: translateX(-2rem);
}.program-information h2::after {
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    width: 6rem;
    background: rgb(147,172,170);
    bottom: -0.8rem;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
    transform: scaleX(0);
}.program-information .new-skills {
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform: translateY(2rem);
}.program-information .img-card-wrap {
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    height: 320px;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
}.program-information .img-card-wrap::before {
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(112,134,129,0.5) 100%
    );
    left: 0;
    position: absolute;
}.program-information .img-card-wrap::after {
    height: 100%;
    transition: all 0.5s ease-out;
    background: rgb(147,172,170);
    width: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px);
}.program-information .img-card-wrap:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program-information .img-card-wrap:hover::after {
    opacity: 0.7;
    transform: translateX(0);
}.program-information .text-body-wrap {
    scrollbar-color: rgb(147,172,170) transparent;
    scrollbar-width: thin;
    padding-right: 1.5rem;
    max-height: 400px;
    overflow-y: auto;
}.program-information .text-body-wrap::-webkit-scrollbar {
    width: 6px;
}.program-information .text-body-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program-information .text-body-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,172,170);
}.program-information .description {
    line-height: 1.7;
    padding-left: 1rem;
    position: relative;
    border-left: 2px solid rgb(147,172,170,0.5);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.program-information .description:first-of-type::first-letter {
    font-weight: 700;
    float: left;
    font-size: 3.5rem;
    margin-right: 0.8rem;
    color: rgb(147,172,170);
    line-height: 0.8;
}.program-information .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}.program-information .description:last-of-type::before {
    left: 0;
    width: 80%;
    top: 0;
    background: linear-gradient(90deg, rgb(112,134,129,0.5) 0%, transparent 100%);
    height: 1px;
    content: "";
    position: absolute;
}

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

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

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.program-information {
    padding: 8rem 0;
}.program-information h2 {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.program-information .new-skills {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
    align-items: flex-start;
}.program-information .img-card-wrap {
    height: 450px;
    top: 2rem;
    position: sticky;
}.program-information .text-body-wrap {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.program-information {
    padding: 10rem 0;
}.program-information::before {
    width: 60%;
}.program-information h2 {
    max-width: 70%;
    font-size: calc(31px * 1.2);
}.program-information .new-skills {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.program-information .img-card-wrap {
    height: 500px;
}.program-information .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.program-information {
    padding: 4rem 0;
}.program-information h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.program-information .img-card-wrap {
    margin-bottom: 1rem;
    height: 250px;
}.program-information .text-body-wrap {
    max-height: 350px;
}.program-information .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}.get-in-touch {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 50%, rgb(182,208,205) 50%);
}.get-in-touch::before {
    position: absolute;
    background-size: 60px 60px;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.get-in-touch .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.get-in-touch h2 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    color: rgb(147,172,170);
    font-size: 36px;
    font-weight: 700;
}.get-in-touch h2::after {
    bottom: -15px;
    width: 60px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(147,172,170);
}.get-in-touch .request-message {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 20px;
}.get-in-touch .request-message::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
}.get-in-touch .img-card-wrap {
    transition: all 0.5s ease;
    position: relative;
    min-height: 550px;
    flex: 0 0 50%;
}.get-in-touch .img-card-wrap::after {
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(147,172,170,0.5), transparent);
}.get-in-touch .reach-box {
    position: relative;
    padding: 60px 50px;
    flex: 0 0 50%;
    background: #ffffff;
}.get-in-touch .reach-box::before {
    height: 100%;
    position: absolute;
    background: rgb(182,208,205);
    width: 10px;
    content: "";
    top: 0;
    left: 0;
}.get-in-touch #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.get-in-touch h3 {
    padding-bottom: 10px;
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
}.get-in-touch h3::after {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(147,172,170,0.5);
}.get-in-touch input[type="text"] {
    padding: 18px 20px;
    border: 2px solid rgb(182,208,205);
    color: #000000;
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
}.get-in-touch input[type="text"]:focus {
    outline: none;
    border-color: rgb(147,172,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.get-in-touch input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.get-in-touch .inquiry-info {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}.get-in-touch .inquiry-info input[type="checkbox"] {
    width: 24px;
    border-radius: 10px;
    height: 24px;
    appearance: none;
    border: 2px solid rgb(182,208,205);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2px;
}.get-in-touch .inquiry-info input[type="checkbox"]:checked {
    border-color: rgb(147,172,170);
    background: rgb(147,172,170);
}.get-in-touch .inquiry-info input[type="checkbox"]:checked::after {
    left: 8px;
    transform: rotate(45deg);
    top: 5px;
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    height: 10px;
    width: 6px;
}.get-in-touch .inquiry-info label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.get-in-touch .inquiry-info a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(147,172,170);
}.get-in-touch .inquiry-info a:hover {
    color: rgb(112,134,129);
}.get-in-touch .request-links {
    border: none;
    padding: 16px 40px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(147,172,170);
    align-self: flex-start;
    box-shadow: 0 8px 20px rgb(147,172,170,0.5);
}.get-in-touch .request-links::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
}.get-in-touch .request-links:hover {
    box-shadow: 0 10px 25px rgb(112,134,129,0.5);
    transform: translateY(-3px);
    background: rgb(112,134,129);
}.get-in-touch .request-links:hover::before {
    left: 100%;
}.get-in-touch svg {
    fill: rgb(147,172,170);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
}.get-in-touch svg path {
    transition: all 0.3s ease;
    fill: rgb(147,172,170);
}.get-in-touch svg:hover {
    fill: rgb(112,134,129);
    transform: translateY(-2px);
}.get-in-touch svg:hover path {
    fill: rgb(112,134,129);
}

@media (max-width: 1200px) {.get-in-touch {
    background: #ffffff;
}
}

@media (max-width: 992px) {.get-in-touch {
    padding: 80px 0;
}.get-in-touch .request-message {
    flex-direction: column-reverse;
}.get-in-touch .img-card-wrap {
    flex: 0 0 auto;
    min-height: 350px;
}.get-in-touch .reach-box {
    flex: 0 0 auto;
    padding: 50px 40px;
}.get-in-touch .reach-box::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 10px;
}
}

@media (max-width: 768px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.get-in-touch .reach-box {
    padding: 40px 30px;
}.get-in-touch #contact {
    gap: 25px;
}.get-in-touch .img-card-wrap {
    min-height: 300px;
}
}

@media (max-width: 576px) {.get-in-touch {
    padding: 50px 0;
}.get-in-touch .container {
    padding: 0 15px;
}.get-in-touch h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.get-in-touch .reach-box {
    padding: 35px 25px;
}.get-in-touch #contact {
    gap: 20px;
}.get-in-touch input[type="text"] {
    padding: 15px;
}.get-in-touch .request-links {
    width: 100%;
    padding: 15px 25px;
}.get-in-touch .img-card-wrap {
    min-height: 250px;
}}.try-immediately {
    padding: 130px 0;
    background: linear-gradient(125deg, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.try-immediately::before {
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    z-index: -1;
    content: '';
}.try-immediately::after {
    filter: blur(60px);
    z-index: -1;
    content: '';
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
}.try-immediately .knowledge-experts {
    max-width: 900px;
    transition: transform 0.6s ease;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    padding: 70px 50px;
    background: rgba(255,255,255,0.1);
    z-index: 2;
    transform: rotateX(2deg) rotateY(2deg);
    backdrop-filter: blur(15px);
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: column;
}.try-immediately .knowledge-experts::before {
    filter: blur(5px);
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    position: absolute;
    border-radius: 35px;
    z-index: -1;
    right: -5px;
    left: -5px;
    content: '';
    bottom: -5px;
    top: -5px;
    opacity: 0.5;
    animation: borderGlow 10s linear infinite;
}.try-immediately .knowledge-experts::after {
    content: '';
    top: 0;
    left: 0;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}.try-immediately .knowledge-experts:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.try-immediately h3 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 38px;
    margin-bottom: 55px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.try-immediately h3::before {
    height: 4px;
    content: '';
    border-radius: 2px;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    width: 60px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    position: absolute;
    transform: translateX(-50%);
    bottom: -20px;
}.try-immediately h3::after {
    left: -100%;
    animation: lightScan 5s linear infinite;
    content: '';
    top: 0;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}.try-immediately .contact-us {
    display: inline-block;
    transition: all 0.4s ease;
    font-weight: 600;
    overflow: hidden;
    padding: 18px 50px;
    z-index: 1;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    background: rgba(255,255,255,0.9);
    font-size: 15px;
    border-radius: 50px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    letter-spacing: 2px;
    transform: perspective(1000px) translateZ(20px);
    text-decoration: none;
    color: rgb(147,172,170);
}.try-immediately .contact-us::before {
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(45deg, 
        rgb(147,172,170), 
        rgb(112,134,129));
    position: absolute;
    left: 0;
    z-index: -1;
}.try-immediately .contact-us::after {
    width: 20px;
    position: absolute;
    left: -100px;
    transform: rotate(35deg);
    z-index: 1;
    content: '';
    top: -50%;
    height: 200%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transition: all 0.6s ease;
}.try-immediately .contact-us:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}.try-immediately .contact-us:hover::before {
    opacity: 1;
}.try-immediately .contact-us:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.try-immediately {
    padding: 110px 0;
}.try-immediately .knowledge-experts {
    max-width: 85%;
    padding: 60px 40px;
}.try-immediately h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.try-immediately h3::before {
    width: 50px;
    height: 3px;
    bottom: -18px;
}.try-immediately .contact-us {
    padding: 16px 45px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 768px) {.try-immediately {
    padding: 90px 0;
}.try-immediately .knowledge-experts {
    transform: none;
    padding: 50px 30px;
}.try-immediately h3 {
    margin-bottom: 45px;
    font-size: calc(38px * 0.8);
    letter-spacing: 2px;
}.try-immediately h3::before {
    height: 3px;
    bottom: -15px;
    width: 45px;
}.try-immediately .contact-us {
    font-size: calc(15px * 0.9);
    transform: none;
    letter-spacing: 1.5px;
    padding: 14px 40px;
}.try-immediately .contact-us:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.try-immediately {
    padding: 70px 0;
}.try-immediately .knowledge-experts {
    border-radius: 20px;
    padding: 40px 20px;
}.try-immediately h3 {
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    font-size: calc(38px * 0.7);
}.try-immediately h3::before {
    height: 2px;
    width: 40px;
    bottom: -12px;
}.try-immediately .contact-us {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
    border-radius: 30px;
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.service-package {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.service-package::before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    left: 0;
    bottom: 0;
}.service-package .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.service-package .package-deals {
    position: relative;
}.service-package h2 {
    font-size: 31px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(30px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}.service-package h2::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(147,172,170,0.5), rgb(147,172,170), rgb(147,172,170,0.5));
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
}.service-package .monthly-rate {
    font-weight: 300;
    margin: 0 auto 50px;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    font-size: calc(17px * 1.1);
    max-width: 800px;
    line-height: 1.6;
}.service-package .pro-fees {
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
}.service-package .pro-fees li {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.service-package .plan-deals {
    height: 100%;
    position: relative;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    text-decoration: none;
}.service-package .study-rates {
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
}.service-package .study-rates::before {
    width: 100%;
    left: 0;
    opacity: 0.8;
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    transform: scaleX(0.8);
    position: absolute;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(147,172,170), rgb(112,134,129));
}.service-package .study-rates::after {
    background: radial-gradient(circle, rgb(147,172,170,0.5) 0%, transparent 70%);
    bottom: 0;
    right: 0;
    transition: all 0.6s ease;
    transform: translate(30%, 30%);
    height: 150px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    content: "";
    opacity: 0.2;
}.service-package .program-rate {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
}.service-package .program-rate h4 {
    margin: 0 0 25px;
    transform: translateZ(10px);
    font-size: calc(23px * 1.2);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.service-package .program-rate h4::after {
    position: absolute;
    height: 2px;
    bottom: 0;
    background: rgb(112,134,129);
    content: "";
    transition: width 0.4s ease;
    left: 0;
    width: 50px;
}.service-package .program-rate p {
    margin: 0 0 30px;
    max-height: 250px;
    font-weight: 300;
    word-break: break-word;
    transform: translateZ(5px);
    padding-right: 5px;
    color: #ffffff;
    line-height: 1.7;
    font-size: 17px;
    overflow-wrap: break-word;
    opacity: 0.8;
    overflow-y: auto;
}.service-package .program-rate p::-webkit-scrollbar {
    width: 4px;
}.service-package .program-rate p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,172,170,0.5);
}.service-package .program-rate p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.service-package .cert-cost {
    color: #ffffff;
    font-weight: 700;
    padding: 10px 5px;
    display: inline-block;
    font-size: calc(23px * 1.5);
    position: relative;
    transform: translateZ(15px);
    transition: all 0.4s ease;
}.service-package .cert-cost::before {
    background: linear-gradient(90deg, transparent, rgb(112,134,129), transparent);
    transform-origin: center;
    position: absolute;
    bottom: 5px;
    content: "";
    height: 2px;
    transform: scaleX(0.5);
    opacity: 0.6;
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: 0;
    width: 100%;
}.service-package .plan-deals:hover .study-rates {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}.service-package .plan-deals:hover .study-rates::before {
    opacity: 1;
    transform: scaleX(1);
}.service-package .plan-deals:hover .study-rates::after {
    opacity: 0.4;
    transform: translate(20%, 20%) scale(1.2);
}.service-package .plan-deals:hover .program-rate h4::after {
    width: 80px;
}.service-package .plan-deals:hover .cert-cost {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}.service-package .plan-deals:hover .cert-cost::before {
    opacity: 1;
    transform: scaleX(0.8);
}

@media (max-width: 1200px) {.service-package {
    padding: 80px 0;
}.service-package .pro-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 991px) {.service-package {
    padding: 70px 0;
}.service-package h2 {
    font-size: calc(31px * 0.9);
}.service-package .monthly-rate {
    margin-bottom: 40px;
    font-size: 17px;
}.service-package .pro-fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.service-package .study-rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.service-package {
    padding: 60px 0;
}.service-package h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.service-package .monthly-rate {
    margin-bottom: 30px;
}.service-package .pro-fees {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.service-package .program-rate h4 {
    font-size: 23px;
}.service-package .cert-cost {
    font-size: calc(23px * 1.3);
}
}

@media (max-width: 480px) {.service-package {
    padding: 50px 0;
}.service-package .study-rates {
    padding: 25px 20px;
}.service-package .program-rate p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}.service-package .cert-cost {
    font-size: calc(23px * 1.2);
}
}

@media (hover: none) {.service-package .study-rates {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
}.service-package .study-rates::before {
    transform: scaleX(0.9);
    opacity: 0.9;
}.service-package .program-rate h4::after {
    width: 60px;
}}.company-info {
    overflow: hidden;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.65);
    position: relative;
    padding: 120px 0;
}.company-info::before {
    bottom: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(112,134,129,0.5), 
        rgb(147,172,170,0.5), 
        rgba(255, 255, 255, 0.1));
    top: 0;
    right: 0;
    left: 0;
}.company-info::after {
    width: 120%;
    pointer-events: none;
    left: -10%;
    content: "";
    z-index: 2;
    opacity: 0.15;
    position: absolute;
    height: 120%;
    top: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(112,134,129,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(112,134,129,0.5) 11px
    );
}.company-info .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.company-info .text-body-wrap {
    border-radius: 2px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px 50px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.1),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}.company-info .text-body-wrap:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -20px -20px 40px rgba(255, 255, 255, 0.1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.15);
}.company-info .text-body-wrap::before {
    bottom: -2px;
    border-radius: 4px;
    opacity: 0.7;
    position: absolute;
    content: "";
    filter: blur(3px);
    top: -2px;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(112,134,129) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(147,172,170) 100%);
    right: -2px;
    transition: opacity 0.5s ease;
    left: -2px;
}.company-info .text-body-wrap::after {
    top: 15px;
    background: linear-gradient(135deg, 
        rgb(112,134,129,0.5) 0%, 
        rgb(147,172,170,0.5) 100%);
    content: "";
    z-index: -1;
    height: 100px;
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    filter: blur(30px);
    right: 15px;
}.company-info h5 {
    color: rgb(147,172,170);
    transition: transform 0.4s ease;
    font-size: 19px;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    transform: translateX(0);
    padding-bottom: 10px;
    display: inline-block;
}.company-info h5::after {
    background: linear-gradient(90deg, 
        rgb(147,172,170) 0%, 
        rgb(112,134,129) 100%);
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 50%;
    content: "";
    transform-origin: left;
    height: 3px;
}.company-info .text-body-wrap:hover h5 {
    transform: translateX(5px);
}.company-info .text-body-wrap:hover h5::after {
    width: 100%;
}.company-info p {
    color: #000000;
    line-height: 1.5;
    font-size: calc(15px + 2px);
    font-weight: 400;
    margin-bottom: 20px;
}.company-info p b {
    position: relative;
    color: rgb(112,134,129);
    font-size: calc(15px + 4px);
    letter-spacing: 0.5px;
    font-weight: 700;
    display: inline-block;
    padding-right: 30px;
}.company-info p b::after {
    background: rgb(112,134,129);
    transform: translateY(-50%);
    content: "";
    top: 50%;
    position: absolute;
    right: 0;
    height: 2px;
    width: 20px;
}.company-info ol {
    list-style-position: outside;
    padding-left: 20px;
    margin-top: 20px;
    counter-reset: item;
}.company-info ol li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    font-size: 15px;
    padding-left: 10px;
    text-align: justify;
    line-height: 1.8;
}.company-info ol li::before {
    counter-increment: item;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    left: -20px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    height: 8px;
    top: 10px;
    background: rgb(112,134,129);
    border-radius: 2px;
    width: 8px;
}.company-info .text-body-wrap div:nth-child(2) {
    position: relative;
    margin-bottom: 20px;
}.company-info .text-body-wrap div:nth-child(2)::before {
    content: "";
    transform: rotate(-2deg);
    background: linear-gradient(90deg, 
        rgb(112,134,129) 0%, 
        transparent 100%);
    width: 60px;
    height: 3px;
    right: 10%;
    top: -10px;
    position: absolute;
}.company-info .text-body-wrap div:nth-child(2)::after {
    bottom: -10px;
    width: 30%;
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(112,134,129,0.5) 0%, 
        transparent 100%);
    content: "";
}

@media (min-width: 1200px) {.company-info .text-body-wrap {
    margin: 0 auto;
    max-width: 80%;
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.company-info .text-body-wrap:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.company-info h5 {
    font-size: calc(19px + 4px);
}.company-info p b {
    font-size: calc(15px + 6px);
}
}

@media (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info .text-body-wrap {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px 35px;
}.company-info .text-body-wrap:hover {
    transform: perspective(800px) rotateX(0deg);
}
}

@media (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info .text-body-wrap {
    transform: none;
    padding: 25px 30px;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.15),
            -10px -10px 20px rgba(255, 255, 255, 0.05),
            inset 1px 1px 1px rgba(255, 255, 255, 0.5),
            inset -1px -1px 1px rgba(0, 0, 0, 0.05);
}.company-info .text-body-wrap:hover {
    transform: none;
}.company-info h5 {
    font-size: 19px;
}.company-info p {
    font-size: 15px;
}.company-info p b {
    font-size: calc(15px + 2px);
}
}

@media (max-width: 576px) {.company-info {
    padding: 40px 0;
}.company-info .text-body-wrap {
    padding: 20px 25px;
}.company-info h5 {
    margin-bottom: 10px;
}.company-info p {
    margin-bottom: 15px;
}.company-info ol {
    padding-left: 15px;
}.company-info ol li {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}.company-info ol li::before {
    left: -15px;
    top: 8px;
    height: 6px;
    width: 6px;
}}.welcome-page {
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}.welcome-page::before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    backdrop-filter: blur(2px);
    height: 100%;
    background: linear-gradient(135deg, 
    rgb(147,172,170,0.5) 0%, 
    rgba(0,0,0,0.65) 100%);
}.welcome-page::after {
    width: 50%;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, 
    rgb(112,134,129,0.5) 0%, 
    transparent 70%);
    position: absolute;
    bottom: -5%;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
    right: -5%;
    height: 50%;
}.welcome-page > div {
    max-width: 1200px;
    position: relative;
    width: 90%;
    padding: 4rem 2rem;
    transform: translateY(-2%);
}.welcome-page > div > div:first-child {
    margin-bottom: 3rem;
    opacity: 0;
    animation: slideRight 0.8s ease-out forwards;
    transform: translateX(-2rem);
    position: relative;
}.welcome-page .title_style_header {
    font-weight: 700;
    display: inline-block;
    font-size: calc(43px * 1.2);
    text-shadow: 0 4px 12px rgba(0,0,0,0.25);
    color: #ffffff;
    line-height: 1.2;
    position: relative;
}.welcome-page .title_style_header::after {
    width: 0;
    bottom: -0.5rem;
    height: 4px;
    animation: expandWidth 1.2s 0.5s ease-out forwards;
    content: "";
    background: linear-gradient(90deg, rgb(112,134,129), transparent);
    left: 0;
    position: absolute;
}.welcome-page .learn-quickpro {
    border-left: 3px solid rgb(112,134,129);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: translateY(2rem);
    animation: slideUp 0.8s 0.3s ease-out forwards;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.05) 100%);
    border-radius: 10px;
    opacity: 0;
}.welcome-page .pro-program {
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    animation: slideRight 0.8s 0.5s ease-out forwards;
    opacity: 0;
}.welcome-page .pro-program h3 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(22px * 1.1);
    padding-left: 1rem;
}.welcome-page .pro-program h3::before {
    transform: scaleY(0);
    position: absolute;
    height: 100%;
    animation: scaleVertical 0.6s 0.8s ease-out forwards;
    left: -0.5rem;
    top: 0;
    content: "";
    transform-origin: top;
    width: 3px;
    background: rgb(112,134,129);
}.welcome-page .learn-quickpro > div:last-child {
    position: relative;
    transform: translateY(1rem);
    opacity: 0;
    animation: slideUp 0.8s 0.7s ease-out forwards;
    padding-top: 1rem;
}.welcome-page .learn-quickpro > div:last-child::before {
    width: 30%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(112,134,129), transparent);
    left: 0;
    height: 1px;
    content: "";
}.welcome-page .learn-quickpro span p {
    color: #ffffff;
    font-size: calc(15px * 1.1);
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.7;
}

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

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

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

@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
  }
}

@media (max-width: 992px) {.welcome-page > div {
    padding: 3rem 1.5rem;
    width: 95%;
}.welcome-page .title_style_header {
    font-size: calc(43px * 1.1);
}.welcome-page .learn-quickpro {
    padding: 2rem;
}.welcome-page .pro-program h3 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.welcome-page > div {
    width: 100%;
    padding: 2.5rem 1.25rem;
}.welcome-page .title_style_header {
    font-size: 43px;
}.welcome-page .learn-quickpro {
    padding: 1.75rem;
}
}

@media (max-width: 576px) {.welcome-page {
    min-height: 90vh;
}.welcome-page > div {
    padding: 2rem 1rem;
}.welcome-page > div > div:first-child {
    margin-bottom: 2rem;
}.welcome-page .title_style_header {
    font-size: calc(43px * 0.9);
}.welcome-page .learn-quickpro {
    padding: 1.5rem;
}.welcome-page .pro-program h3 {
    font-size: calc(22px * 0.9);
}.welcome-page .learn-quickpro span p {
    font-size: 15px;
}.welcome-page::after {
    height: 50%;
    width: 70%;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(210deg, #000000 0%, rgb(147,172,170) 100%);
    right: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.92;
}.facebook-cta {
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    position: relative;
}.facebook-cta::before {
    top: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    left: 0;
}.facebook-cta .container {
    display: flex;
    flex-direction: column;
}.facebook-cta .company_holder {
    animation: shiftGradient 15s ease infinite;
    margin-top: 70px;
    padding: 30px;
    backdrop-filter: blur(10px);
    order: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.facebook-cta .company_holder h3 {
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 35px;
}.facebook-cta .company_holder h3::after {
    display: block;
    content: '';
    background: rgb(147,172,170);
    width: 60px;
    height: 3px;
    border-radius: 3px;
    margin: 15px auto 0;
}.facebook-cta .proposal-cta {
    margin: 0 auto;
    padding-top: 15px;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
    position: relative;
    max-width: 80%;
}.facebook-cta .access-cta {
    position: relative;
    order: 1;
}.facebook-cta .head-nav {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}.facebook-cta .header-learn {
    flex: 1;
    min-width: 250px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    max-width: calc(50% - 30px);
    position: relative;
}.facebook-cta .header-learn:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.facebook-cta .header-learn:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.facebook-cta .header-learn:hover {
    transform: perspective(1000px) rotateY(0);
}.facebook-cta .header-learn::before {
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: 10px;
}.facebook-cta .header-learn h5 {
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 24px;
}.facebook-cta .header-learn h5::before {
    background: rgb(112,134,129);
    bottom: -1px;
    height: 1px;
    left: 0;
    content: '';
    position: absolute;
    width: 50px;
}.facebook-cta .header-learn .head-nav {
    flex-direction: column;
    display: flex;
    margin: 0;
    gap: 12px;
    padding: 0 10px;
}.facebook-cta .header-learn .head-nav a {
    color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 17px;
    word-break: break-word;
    white-space: normal;
    opacity: 0.8;
}.facebook-cta .header-learn .head-nav a::before {
    background: rgb(112,134,129);
    flex-shrink: 0;
    min-width: 6px;
    margin-right: 10px;
    height: 6px;
    content: '';
    transform: scale(0);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
}.facebook-cta .header-learn .head-nav a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.facebook-cta .header-learn .head-nav a:hover::before {
    transform: scale(1);
    opacity: 1;
}.about-learn {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}.about-learn::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(112,134,129,0.5), transparent);
    content: '';
    top: 0;
}.about-learn .container {
    text-align: center;
}.about-learn .volunteer {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.facebook-cta .access-cta::before {
    width: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    content: '';
    filter: blur(100px);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    bottom: -10%;
    background: rgb(112,134,129);
    left: -5%;
    height: 250px;
    position: absolute;
}footer::after {
    bottom: 0;
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    pointer-events: none;
    content: '';
}

@media (max-width: 992px) {.facebook-cta {
    padding: 70px 0 40px;
}.facebook-cta .head-nav {
    gap: 40px;
}.facebook-cta .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.facebook-cta {
    padding: 50px 0 30px;
}.facebook-cta .head-nav {
    flex-direction: column;
    gap: 30px;
}.facebook-cta .header-learn {
    max-width: 100%;
    min-width: 100%;
}.facebook-cta .company_holder {
    padding: 20px;
}.facebook-cta .proposal-cta {
    max-width: 100%;
}
}

@media (max-width: 576px) {.facebook-cta {
    padding: 40px 0 20px;
}.facebook-cta .company_holder h3 {
    font-size: calc(35px * 0.8);
}.facebook-cta .header-learn h5 {
    font-size: calc(24px * 0.9);
}}.get-support {
    overflow: hidden;
    position: relative;
    background: rgb(182,208,205);
    padding: 80px 0;
}.get-support::before {
    background: linear-gradient(135deg, rgb(147,172,170,0.5) 0%, transparent 100%);
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}.get-support::after {
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(112,134,129,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
}.get-support .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.get-support .contact-team {
    overflow: hidden;
    padding: 40px;
    flex-direction: column;
    border: 1px solid rgb(112,134,129,0.5);
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: stretch;
    background: #ffffff;
    border-radius: 21px;
}.get-support .contact-team:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.get-support .instant-contact {
    color: rgb(147,172,170);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
}.get-support .img-card-wrap {
    border-radius: 21px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.get-support .img-card-wrap::before {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
}.get-support .img-card-wrap::after {
    animation: shine 6s infinite linear;
    position: absolute;
    left: -50%;
    content: '';
    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%;
    transform: rotate(30deg);
    top: -50%;
    z-index: 2;
    height: 200%;
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.get-support .connect-block {
    background: rgb(182,208,205);
    position: relative;
    padding: 30px;
    border-radius: 21px;
    border: 1px solid rgb(112,134,129,0.5);
}.get-support .connect-block::before {
    left: 0;
    border-radius: 21px;
    background: linear-gradient(135deg, rgb(147,172,170,0.5) 0%, transparent 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    content: '';
    top: 0;
}.get-support .connect-block p {
    align-items: flex-start;
    position: relative;
    padding-left: 30px;
    display: flex;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}.get-support .connect-block p::before {
    transition: transform 0.3s ease, background 0.3s ease;
    left: -3px;
    top: 0px;
    border-radius: 50%;
    content: '';
    height: 24px;
    background: rgb(147,172,170,0.5);
    width: 24px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
}.get-support .connect-block p:hover::before {
    transform: scale(1.2);
    background-color: rgb(147,172,170);
}.get-support .connect-block p span {
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
}.get-support .connect-block p span::after {
    width: 0;
    content: '';
    position: absolute;
    background: rgb(147,172,170);
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
}.get-support .connect-block p:hover span::after {
    width: 100%;
}.get-support .connect-block p span a {
    transition: color 0.3s ease;
    color: rgb(112,134,129);
    text-decoration: none;
}.get-support .connect-block p span a:hover {
    color: rgb(147,172,170);
}.get-support .connect-block p svg {
    width: 18px;
    left: 0;
    top: 3px;
    fill: rgb(147,172,170);
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 18px;
}.get-support .connect-block p:hover svg {
    transform: scale(1.2);
    fill: rgb(112,134,129);
}.get-support .connect-block p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.get-support .reach-team {
    padding-top: 20px;
    border-top: 1px solid rgb(112,134,129,0.5);
    margin-top: 30px;
}.get-support .send-request {
    color: rgb(147,172,170);
    position: relative;
    font-weight: 600;
    padding-left: 30px;
    font-size: 21px;
    margin-bottom: 20px;
}.get-support .send-request::before {
    border-radius: 50%;
    left: 0;
    content: '';
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    background: rgb(147,172,170,0.5);
}.get-support .send-request:hover::before {
    transform: translateY(-50%) scale(1.2);
}.get-support .send-request svg {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(147,172,170);
}.get-support .send-request:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(112,134,129);
}.get-support .send-request svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.get-support .msg-block {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    display: grid;
}.get-support .learn-ask {
    position: relative;
    padding: 10px 15px;
    background: rgb(112,134,129,0.5);
    overflow: hidden;
    transition: transform 0.3s ease, background 0.3s ease;
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
}.get-support .learn-ask::before {
    transition: width 0.3s ease;
    height: 100%;
    background: rgb(147,172,170);
    left: 0;
    top: 0;
    position: absolute;
    width: 4px;
    content: '';
}.get-support .learn-ask:hover {
    background: rgb(112,134,129);
    transform: translateX(5px);
}.get-support .learn-ask:hover::before {
    width: 8px;
}.get-support .learn-ask svg {
    height: 14px;
    width: 14px;
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-right: 5px;
    vertical-align: middle;
    fill: rgb(147,172,170);
}.get-support .learn-ask:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}.get-support .learn-ask svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.get-support .container::before {
    background-size: 15px 15px;
    right: -100px;
    top: -100px;
    position: absolute;
    content: '';
    height: 300px;
    border-radius: 50%;
    width: 300px;
    animation: pulse 10s infinite linear;
    z-index: -1;
    background-image: linear-gradient(
        45deg,
        rgb(112,134,129,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(112,134,129,0.5) 50%,
        rgb(112,134,129,0.5) 75%,
        transparent 75%,
        transparent
    );
    opacity: 0.2;
}.get-support .container::after {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-size: 10px 10px;
    animation: pulse 15s infinite linear;
    opacity: 0.1;
    width: 200px;
    bottom: -50px;
    content: '';
    left: -50px;
    height: 200px;
    background-image: linear-gradient(
        45deg,
        rgb(147,172,170,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(147,172,170,0.5) 50%,
        rgb(147,172,170,0.5) 75%,
        transparent 75%,
        transparent
    );
}

@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) {.get-support .contact-team {
    flex-direction: row;
    gap: 40px;
}.get-support .img-card-wrap {
    margin-bottom: 0;
    flex: 0 0 350px;
    height: 350px;
}.get-support .connect-block {
    flex: 1;
}.get-support .msg-block {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.get-support {
    padding: 60px 0;
}.get-support .contact-team {
    padding: 30px;
}.get-support .instant-contact {
    font-size: 21px;
    margin-bottom: 25px;
}.get-support .img-card-wrap {
    height: 240px;
}.get-support .connect-block {
    padding: 25px;
}.get-support .msg-block {
    grid-template-columns: repeat(2, 1fr);
}.get-support .connect-block p svg {
    width: 16px;
    height: 16px;
}.get-support .send-request svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.get-support {
    padding: 40px 0;
}.get-support .contact-team {
    padding: 20px;
}.get-support .instant-contact {
    font-size: 19px;
    margin-bottom: 20px;
}.get-support .img-card-wrap {
    height: 200px;
}.get-support .connect-block {
    padding: 20px;
}.get-support .connect-block p {
    font-size: 16px;
    margin-bottom: 15px;
}.get-support .send-request {
    font-size: 19px;
}.get-support .msg-block {
    grid-template-columns: 1fr;
}.get-support .connect-block p svg {
    top: 4px;
    height: 15px;
    width: 15px;
}.get-support .send-request svg {
    height: 16px;
    width: 16px;
}.get-support .learn-ask svg {
    height: 12px;
    width: 12px;
}}.client-opinions {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(150deg, rgb(182,208,205) 0%, #ffffff 100%);
}.client-opinions::before {
    top: 0;
    height: 100%;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 20%, rgb(147,172,170,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(112,134,129,0.5) 0%, transparent 30%);
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.client-opinions::after {
    background-image: 
        linear-gradient(45deg, rgb(147,172,170,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(112,134,129,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
    background-size: 30px 30px;
    z-index: 0;
}.client-opinions .knowledge-experts {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.client-opinions h4 {
    margin-bottom: 80px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
}.client-opinions h4::after {
    transform: translateX(-50%);
    background: rgb(147,172,170);
    position: absolute;
    bottom: -20px;
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
}.client-opinions h4::before {
    left: calc(50% - 20px);
    width: 40px;
    position: absolute;
    bottom: -40px;
    content: "";
    z-index: -1;
    border: 2px solid rgb(147,172,170,0.5);
    height: 40px;
    transform: rotate(45deg);
}.client-opinions .client-sentiments {
    transform-style: preserve-3d;
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.client-opinions .student-feedback {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    width: calc(33.33% - 40px);
    transform-origin: center center;
    z-index: 1;
    background: #ffffff;
    margin: 0 20px 60px;
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    position: relative;
    padding: 30px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 28px;
}.client-opinions .student-feedback:hover {
    z-index: 2;
    transform: rotateY(0) rotateX(0) translateZ(30px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
}.client-opinions .student-feedback:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.client-opinions .student-feedback:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.client-opinions .student-feedback:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.client-opinions .student-feedback:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.client-opinions .student-feedback::before {
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    border-radius: inherit;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    position: absolute;
}.client-opinions .student-feedback::after {
    content: "";
    height: 40px;
    right: -10px;
    z-index: -1;
    width: 40px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease;
    background: rgb(147,172,170,0.5);
    border-radius: 50%;
    top: -10px;
}.client-opinions .student-feedback:hover::after {
    opacity: 0.5;
    transform: scale(1.2);
}.client-opinions .img-card-wrap {
    transform: translateZ(20px);
    position: relative;
    height: 90px;
    border-radius: 50%;
    transition: all 0.4s ease;
    margin: 0 auto 20px;
    width: 90px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
}.client-opinions .student-feedback:hover .img-card-wrap {
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(147,172,170,0.5);
}.client-opinions .student-feedback span {
    font-weight: 600;
    display: block;
    color: #000000;
    transition: all 0.4s ease;
    text-align: center;
    margin-bottom: 12px;
    font-size: calc(17px * 1.1);
    transform: translateZ(15px);
}.client-opinions .student-feedback:hover span {
    transform: translateZ(30px);
    color: rgb(147,172,170);
}.client-opinions .student-feedback p {
    color: #000000;
    line-height: 1.6;
    transform: translateZ(10px);
    text-align: center;
    transition: all 0.4s ease;
    font-size: 17px;
}.client-opinions .student-feedback:hover p {
    color: #000000;
    transform: translateZ(20px);
}.client-opinions .student-feedback:nth-child(3n+1)::after {
    background: rgb(147,172,170,0.5);
}.client-opinions .student-feedback:nth-child(3n+2)::after {
    background: rgb(112,134,129,0.5);
}.client-opinions .student-feedback:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(147,172,170,0.5), rgb(112,134,129,0.5));
}

@media (max-width: 1200px) {.client-opinions .student-feedback {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.client-opinions {
    padding: 70px 0;
}.client-opinions h4 {
    margin-bottom: 60px;
}.client-opinions .client-sentiments {
    perspective: none;
}.client-opinions .student-feedback,
    .client-opinions .student-feedback:nth-child(3n+2),
    .client-opinions .student-feedback:nth-child(3n+3) {
    max-width: 350px;
    margin: 0 auto 40px;
    width: 100%;
    padding: 25px;
    transform: none;
}.client-opinions .student-feedback:hover,
    .client-opinions .student-feedback:nth-child(3n+2):hover,
    .client-opinions .student-feedback:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.client-opinions .student-feedback:last-child {
    margin-bottom: 0;
}.client-opinions .img-card-wrap {
    height: 80px;
    width: 80px;
}.client-opinions .student-feedback:hover .img-card-wrap {
    transform: scale(1.1);
}.client-opinions .student-feedback span,
    .client-opinions .student-feedback:hover span,
    .client-opinions .student-feedback p,
    .client-opinions .student-feedback:hover p {
    transform: none;
}
}