* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.main-mentor-g {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1243px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    height: 100%;
}.footer-subscribe-k {
    flex: 0 0 auto;
}.wrapper-structure-Z {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.future-members-P {
    background: linear-gradient(120deg, rgb(156,178,176) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.future-members-P::before {
    right: 0;
    content: "";
    background-image: radial-gradient(rgb(122,143,141,0.5) 20%, transparent 20%);
    z-index: 1;
    width: 60%;
    bottom: 0;
    height: 60%;
    background-position: 0 0;
    position: absolute;
    opacity: 0.3;
    background-size: 20px 20px;
}.future-members-P .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.future-members-P .pedagogy-info-h {
    position: relative;
}.future-members-P h4 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    transition: transform 0.5s ease;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    color: rgb(122,143,141);
}.future-members-P h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.future-members-P h4::after {
    left: 50%;
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(122,143,141), rgb(89,108,107));
    content: "";
    height: 5px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 5px;
}.future-members-P div > div {
    padding: 0 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}.future-members-P p {
    align-items: center;
    color: #000000;
    padding: 40px 30px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    height: 200px;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.future-members-P p:nth-child(even) {
    transform: translateY(100px);
}.future-members-P p::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff, rgb(156,178,176));
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 0;
}.future-members-P p:hover {
    color: #000000;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.future-members-P p:hover::before {
    opacity: 1;
}.future-members-P p svg {
    top: 30px;
    height: 32px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
    transition: all 0.3s ease;
}.future-members-P p svg path {
    fill: rgb(122,143,141);
    transition: fill 0.3s ease;
}.future-members-P p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.future-members-P p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.future-members-P p:hover svg path {
    fill: rgb(89,108,107);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.future-members-P::after {
    height: 200px;
    top: 10%;
    left: 5%;
    content: "";
    border: 2px dashed rgb(89,108,107,0.5);
    position: absolute;
    animation: hexSpin 30s linear infinite;
    opacity: 0.5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    z-index: 1;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future-members-P .pedagogy-info-h > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.future-members-P .pedagogy-info-h > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-members-P .pedagogy-info-h > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-members-P .pedagogy-info-h > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-members-P .pedagogy-info-h > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-members-P .pedagogy-info-h > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-members-P .pedagogy-info-h > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future-members-P {
    padding: 80px 0;
}.future-members-P h4 {
    font-size: calc(41px * 0.85);
    margin-bottom: 70px;
}.future-members-P div > div {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
}.future-members-P p {
    padding: 35px 25px;
    height: 180px;
}.future-members-P p:nth-child(3n+2) {
    transform: translateY(0);
}.future-members-P p:nth-child(even) {
    transform: translateY(90px);
}.future-members-P p svg {
    top: 25px;
}.future-members-P p span {
    margin-top: 45px;
}.future-members-P::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.future-members-P {
    padding: 70px 0;
}.future-members-P h4 {
    font-size: calc(41px * 0.7);
    margin-bottom: 60px;
}.future-members-P h4::after {
    width: 80px;
    bottom: -12px;
}.future-members-P div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.future-members-P p {
    aspect-ratio: 1.73 / 1;
    padding: 20px;
    border-radius: 18px;
    height: auto;
    clip-path: none;
}.future-members-P p::before {
    clip-path: none;
    border-radius: 18px;
}.future-members-P p:nth-child(even) {
    transform: translateY(0);
}.future-members-P p svg {
    width: 28px;
    transform: none;
    position: static;
    height: 28px;
    margin-right: 15px;
}.future-members-P p span {
    display: inline;
    margin-top: 0;
}.future-members-P p:hover {
    transform: translateY(0) scale(1.03);
}.future-members-P p:hover svg {
    transform: scale(1.2);
}.future-members-P::after {
    display: none;
}
}

@media (max-width: 576px) {.future-members-P {
    padding: 60px 0;
}.future-members-P h4 {
    font-size: calc(41px * 0.6);
    margin-bottom: 40px;
}.future-members-P h4::after {
    bottom: -10px;
    width: 60px;
    height: 4px;
}.future-members-P p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.future-members-P p svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}}.secure-bolt-1 {
    margin-bottom: 20px;
    gap: 30px;
    padding: 50px;
    color: #000000;
    flex-direction: column;
    border: 1px solid rgb(122,143,141);
    font-family: Arial, sans-serif;
    background-color: rgb(122,143,141);
    display: flex;
}.secure-bolt-1 h1 {
    padding-bottom: 10px;
    font-size: 42px;
    border-bottom: 3px solid rgb(89,108,107);
    color: rgb(122,143,141);
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
}.secure-bolt-1 h2 {
    font-size: 36px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: rgb(89,108,107);
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(122,143,141);
}.secure-bolt-1 h3, .secure-bolt-1 h4, .secure-bolt-1 h5, .secure-bolt-1 h6 {
    margin: 10px 0;
}.secure-bolt-1 ul,
.secure-bolt-1 ol {
    margin: 20px 0;
    padding: 0 20px;
    list-style-position: inside;
}.secure-bolt-1 ul {
    list-style-type: square;
}.secure-bolt-1 ol {
    list-style-type: decimal;
}.secure-bolt-1 li {
    border-bottom: 1px solid rgb(122,143,141,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
}.secure-bolt-1 p {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
}.secure-bolt-1 > div {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(122,143,141,0.5);
    background-color: rgb(156,178,176);
}.secure-bolt-1 span {
    color: rgb(89,108,107);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.secure-bolt-1 {
    gap: 20px;
    padding: 30px;
}.secure-bolt-1 h1 {
    font-size: calc(24px * 0.8);
}.secure-bolt-1 h2 {
    font-size: calc(24px * 0.8);
}.secure-bolt-1 ul,
    .secure-bolt-1 ol {
    padding-left: 15px;
}.secure-bolt-1 > div {
    padding: 15px;
}}.instructor-profile-V {
    overflow: hidden;
    background-color: rgb(156,178,176);
    padding: 5rem 0;
    position: relative;
}.instructor-profile-V::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.12;
    background: 
        linear-gradient(135deg, rgb(122,143,141,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(89,108,107,0.5) 0px, rgb(89,108,107,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
}.instructor-profile-V .container {
    z-index: 2;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 1140px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(2deg);
    padding: 0 1.5rem;
}.instructor-profile-V .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor-profile-V .user-testimonials-a {
    gap: 2rem;
    grid-template-columns: 1fr;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    backdrop-filter: blur(10px);
    display: grid;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    border-left: 5px solid rgb(122,143,141);
}.instructor-profile-V .user-testimonials-a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}.instructor-profile-V .user-testimonials-a::after {
    top: 25px;
    content: "";
    position: absolute;
    width: 80px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(122,143,141) 48%, rgb(122,143,141) 52%, transparent 52%);
    transform: rotate(15deg);
    right: 25px;
    opacity: 0.1;
    height: 80px;
    transition: all 0.5s ease;
}.instructor-profile-V .user-testimonials-a:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.instructor-profile-V .img-flex-H {
    position: relative;
    z-index: 2;
    height: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 120px;
    border-radius: 10% 30% 50% 70%;
}.instructor-profile-V .img-flex-H::before {
    background: linear-gradient(to top right, rgb(122,143,141,0.5), transparent 70%);
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    inset: 0;
    transition: opacity 0.4s ease;
    content: "";
}.instructor-profile-V .user-testimonials-a:hover .img-flex-H {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.instructor-profile-V .user-testimonials-a:hover .img-flex-H::before {
    opacity: 0.7;
}.instructor-profile-V .name {
    font-size: calc(23px * 1.1);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease;
    color: #000000;
}.instructor-profile-V .name::after {
    content: "";
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(122,143,141);
}.instructor-profile-V .user-testimonials-a:hover .name::after {
    width: 100%;
}.instructor-profile-V .user-testimonials-a > div:nth-child(2) div {
    transform: translateX(0);
    font-size: calc(18px * 0.95);
    transition: transform 0.4s ease;
    margin-bottom: 0.8rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(89,108,107);
}.instructor-profile-V .user-testimonials-a:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.instructor-profile-V .employee-content-Z {
    color: #000000;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    border-left: 1px solid rgb(89,108,107,0.5);
    line-height: 1.75;
    padding-left: 1.5rem;
    margin: 0;
}.instructor-profile-V .employee-content-Z::before {
    position: absolute;
    top: -0.5rem;
    left: 0.3rem;
    font-size: 2.5rem;
    color: rgb(122,143,141);
    transition: transform 0.5s ease;
    opacity: 0.3;
    content: "";
}.instructor-profile-V .user-testimonials-a:hover .employee-content-Z::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

@media (min-width: 768px) {.instructor-profile-V {
    padding: 7rem 0;
}.instructor-profile-V .user-testimonials-a {
    column-gap: 2.5rem;
    grid-template-columns: auto 1fr;
    padding: 3rem;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
}.instructor-profile-V .user-testimonials-a > div:first-child {
    grid-row: 1 / 3;
    align-items: flex-start;
    display: flex;
    justify-content: center;
}.instructor-profile-V .user-testimonials-a > div:nth-child(2) {
    align-self: end;
}.instructor-profile-V .img-flex-H {
    height: 180px;
    width: 180px;
}.instructor-profile-V .name {
    font-size: calc(23px * 1.3);
    margin-bottom: 0.8rem;
}.instructor-profile-V .employee-content-Z {
    padding-left: 2rem;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.instructor-profile-V .container {
    transform: perspective(1500px) rotateY(3deg);
}.instructor-profile-V .user-testimonials-a {
    padding: 4rem;
    gap: 3rem;
}.instructor-profile-V .img-flex-H {
    width: 220px;
    height: 220px;
}.instructor-profile-V .employee-content-Z {
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
    column-count: 2;
}.instructor-profile-V .employee-content-Z::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.instructor-profile-V {
    padding: 4rem 0;
}.instructor-profile-V .container {
    transform: none;
}.instructor-profile-V .user-testimonials-a {
    padding: 2rem;
}.instructor-profile-V .user-testimonials-a > div:first-child {
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
}.instructor-profile-V .user-testimonials-a > div:nth-child(2) {
    text-align: center;
}.instructor-profile-V .name::after {
    transform: translateX(-50%);
    left: 50%;
}.instructor-profile-V .employee-content-Z {
    text-align: left;
    padding-left: 1rem;
}}.reach-out-r {
    overflow: hidden;
    background: rgb(156,178,176);
    padding: 100px 0;
    position: relative;
}.reach-out-r::before {
    opacity: 0.05;
    content: '';
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(122,143,141,0.5) 0,
        rgb(122,143,141,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    animation: patternShift 30s linear infinite;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.reach-out-r .img-flex-H {
    width: 100%;
    position: absolute;
    height: 100%;
    animation: slowZoom 20s alternate infinite;
    transition: transform 10s ease-in-out;
    top: 0;
    transform: scale(1.1);
    opacity: 0.2;
    z-index: 0;
    filter: saturate(0.6) brightness(0.7);
    left: 0;
}.reach-out-r .img-flex-H::after {
    background: linear-gradient(0deg, rgb(156,178,176) 0%, transparent 80%);
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.reach-out-r .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}.reach-out-r h3 {
    color: rgb(122,143,141);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 35px;
}.reach-out-r h3::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    background: rgb(89,108,107);
    height: 4px;
    position: absolute;
}.reach-out-r .query-widget-3 {
    display: grid;
    overflow: hidden;
    border-radius: 19px;
    background: #ffffff;
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.reach-out-r .inquiry-panel-9 {
    padding: 50px;
    background: #ffffff;
    position: relative;
}.reach-out-r .inquiry-panel-9::after {
    width: 2px;
    right: 0;
    content: '';
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(89,108,107,0.5), transparent);
    transform: translateY(-50%);
    height: 80%;
}.reach-out-r .inquiry-panel-9 h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
}.reach-out-r .inquiry-panel-9 h3::after {
    width: 40px;
    height: 3px;
    left: 0;
    transform: none;
}.reach-out-r form {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.reach-out-r input[type="text"],
.reach-out-r textarea {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 16px 20px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    background: #ffffff;
    font-size: 13px;
}.reach-out-r input[type="text"]:focus,
.reach-out-r textarea:focus {
    box-shadow: 0 0 0 3px rgb(122,143,141,0.5);
    border-color: rgb(122,143,141);
    outline: none;
}.reach-out-r textarea {
    resize: vertical;
    min-height: 140px;
}.reach-out-r .query-info-4 {
    font-size: calc(13px * 0.9);
    gap: 12px;
    color: #000000;
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
}.reach-out-r input[type="checkbox"] {
    -webkit-appearance: none;
    border-radius: 4px;
    border: 2px solid rgb(89,108,107,0.5);
    transition: all 0.2s ease;
    position: relative;
    background: #ffffff;
    margin-top: 2px;
    appearance: none;
    flex-shrink: 0;
    height: 22px;
    cursor: pointer;
    width: 22px;
}.reach-out-r input[type="checkbox"]:checked {
    background: rgb(122,143,141);
    border-color: rgb(122,143,141);
}.reach-out-r input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    content: '';
    border-bottom: 2px solid #ffffff;
    top: 3px;
    position: absolute;
    left: 7px;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 12px;
}.reach-out-r .query-info-4 label {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
    cursor: pointer;
}.reach-out-r .query-info-4 a {
    transition: color 0.2s ease;
    color: rgb(122,143,141);
    text-decoration: none;
    font-weight: 600;
}.reach-out-r .query-info-4 a:hover {
    color: rgb(89,108,107);
}.reach-out-r .inquiry-map-u {
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    z-index: 1;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(122,143,141,0.5);
    align-self: flex-start;
    color: #ffffff;
    padding: 16px 32px;
    background: rgb(122,143,141);
    font-size: 17px;
}.reach-out-r .inquiry-map-u::before {
    height: 100%;
    left: 0;
    background: rgb(89,108,107);
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    top: 0;
    transform-origin: right;
    content: '';
    position: absolute;
}.reach-out-r .inquiry-map-u:hover {
    box-shadow: 0 6px 15px rgba(rgb(122,143,141), 0.4);
}.reach-out-r .inquiry-map-u:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.reach-out-r .query-form-E {
    position: relative;
    justify-content: center;
    overflow: hidden;
    display: flex;
    padding: 50px;
    flex-direction: column;
    background: rgb(89,108,107,0.5);
}.reach-out-r .query-form-E::before {
    filter: blur(60px);
    opacity: 0.4;
    content: '';
    height: 150px;
    right: 0;
    width: 150px;
    border-radius: 50%;
    bottom: 0;
    background: rgb(122,143,141,0.5);
    position: absolute;
}.reach-out-r .query-form-E h4 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
}.reach-out-r .query-form-E h4::after {
    content: '';
    background: rgb(122,143,141);
    width: 40px;
    height: 3px;
    bottom: -15px;
    left: 0;
    position: absolute;
}.reach-out-r .reach-links-J {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
}.reach-out-r .reach-links-J li {
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
    gap: 18px;
    display: flex;
}.reach-out-r .reach-links-J li:hover {
    transform: translateX(5px);
}.reach-out-r .reach-links-J li svg {
    height: 22px;
    align-items: center;
    display: flex;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 46px;
    padding: 12px;
    height: 46px;
    background: #ffffff;
    flex-shrink: 0;
    width: 22px;
    border-radius: 50%;
    justify-content: center;
}.reach-out-r .reach-links-J li svg path {
    fill: rgb(122,143,141);
}.reach-out-r .reach-links-J li span {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.reach-out-r .reach-links-J li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.reach-out-r .reach-links-J li:hover a {
    color: rgb(122,143,141);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.reach-out-r {
    padding: 80px 0;
}.reach-out-r .query-widget-3 {
    grid-template-columns: 1fr;
}.reach-out-r .inquiry-panel-9::after {
    display: none;
}.reach-out-r .inquiry-panel-9,
    .reach-out-r .query-form-E {
    padding: 40px;
}.reach-out-r h3 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.reach-out-r {
    padding: 60px 0;
}.reach-out-r .container {
    padding: 0 20px;
}.reach-out-r .inquiry-panel-9,
    .reach-out-r .query-form-E {
    padding: 30px 25px;
}.reach-out-r h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 40px;
}.reach-out-r .inquiry-panel-9 h3,
    .reach-out-r .query-form-E h4 {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}.reach-out-r input[type="text"],
    .reach-out-r textarea {
    padding: 14px 18px;
}.reach-out-r .inquiry-map-u {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.reach-out-r {
    padding: 50px 0;
}.reach-out-r .inquiry-panel-9,
    .reach-out-r .query-form-E {
    padding: 25px 20px;
}.reach-out-r h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.reach-out-r .inquiry-panel-9 h3,
    .reach-out-r .query-form-E h4 {
    font-size: calc(18px * 0.9);
}.reach-out-r form {
    gap: 20px;
}.reach-out-r .inquiry-map-u {
    text-align: center;
    width: 100%;
}.reach-out-r .reach-links-J li svg {
    width: 40px;
    padding: 10px;
    height: 40px;
}.reach-out-r .reach-links-J {
    gap: 25px;
}}.program-details-3 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(156,178,176) 0%, rgba(255,255,255,0.92) 100%);
    padding: 5rem 0;
}.program-details-3::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    content: "";
    width: 100%;
    z-index: 0;
}.program-details-3::after {
    opacity: 0.05;
    right: -5%;
    z-index: 0;
    position: absolute;
    content: "";
    top: -5%;
    height: 40%;
    width: 40%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
    filter: blur(50px);
}.program-details-3 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.program-details-3 h2 {
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    color: #000000;
    font-size: 31px;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
}.program-details-3 h2::after {
    background: linear-gradient(90deg, rgb(122,143,141) 0%, rgb(89,108,107) 100%);
    left: 0;
    position: absolute;
    content: "";
    height: 4px;
    animation: scaleIn 1s 0.3s ease-out forwards;
    bottom: -1rem;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
}.program-details-3 .grow-skills-A {
    display: flex;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    flex-direction: column;
    gap: 2rem;
    transform: translateY(0);
}.program-details-3 .img-flex-H {
    transform: translateY(20px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.program-details-3 .img-flex-H::before {
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    z-index: 1;
    position: absolute;
    content: "";
}.program-details-3 .img-flex-H:hover {
    transform: translateY(0);
}.program-details-3 .img-flex-H:hover::before {
    opacity: 1;
}.program-details-3 .text-holder-wrap-g {
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255,255,255,0.7);
    transition: transform 0.4s ease;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    display: flex;
}.program-details-3 .text-holder-wrap-g::before {
    content: "";
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(122,143,141);
    width: 5px;
    left: 0;
    position: absolute;
    height: 0;
    top: 0;
}.program-details-3 .text-holder-wrap-g:hover::before {
    height: 100%;
}.program-details-3 .description {
    max-height: 200px;
    margin: 0;
    color: #000000;
    position: relative;
    padding-right: 10px;
    line-height: 1.7;
    overflow-y: auto;
    font-size: 12px;
    transition: color 0.3s ease;
}.program-details-3 .description:first-of-type {
    font-weight: 600;
}.program-details-3 .description::-webkit-scrollbar {
    width: 4px;
}.program-details-3 .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.program-details-3 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(122,143,141), rgb(89,108,107));
    border-radius: 10px;
}

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

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


@media (min-width: 768px) {.program-details-3 {
    padding: 6rem 0;
}.program-details-3 h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.program-details-3 .grow-skills-A {
    flex-direction: row;
    align-items: flex-start;
}.program-details-3 .img-flex-H {
    flex-shrink: 0;
    height: 450px;
    width: 45%;
}.program-details-3 .text-holder-wrap-g {
    margin-top: 3rem;
    z-index: 2;
    padding: 2.5rem;
    margin-left: -3rem;
    width: 55%;
}.program-details-3 .text-holder-wrap-g:hover {
    transform: translateX(10px);
}.program-details-3 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-details-3 {
    padding: 8rem 0;
}.program-details-3 h2 {
    max-width: 70%;
    font-size: calc(31px * 1.2);
}.program-details-3 .img-flex-H {
    height: 500px;
    width: 50%;
}.program-details-3 .text-holder-wrap-g {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    width: 60%;
    margin-left: -5rem;
    padding: 3rem;
}.program-details-3 .description {
    max-height: 400px;
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.program-details-3 .container {
    padding: 0 2rem;
}.program-details-3 h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 1.3);
}.program-details-3 .grow-skills-A {
    gap: 3rem;
}.program-details-3 .img-flex-H {
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
    height: 550px;
}.program-details-3 .img-flex-H:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.program-details-3 .text-holder-wrap-g {
    margin-left: -8rem;
    padding: 3.5rem;
}
}

@media (max-width: 767px) {.program-details-3 {
    padding: 4rem 0;
}.program-details-3 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.program-details-3 h2::after {
    width: 60px;
    height: 3px;
}.program-details-3 .grow-skills-A {
    gap: 1.5rem;
}.program-details-3 .img-flex-H {
    height: 250px;
}.program-details-3 .text-holder-wrap-g {
    padding: 1.5rem;
}.program-details-3 .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 150px;
}}.modalTrackingConsent-w {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    border-top: 1px solid rgb(122,143,141);
    background-color: rgb(156,178,176);
    z-index: 1000;
    bottom: 0;
    width: 100%;
}.modalTrackingConsent-w .track-optin-7 {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    flex-shrink: 0;
    margin-right: 20px;
}.modalTrackingConsent-w .track-optin-7 svg {
    width: 60px;
    height: 60px;
    fill: rgb(122,143,141);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.modalTrackingConsent-w .policy-opt-9 {
    flex-grow: 1;
}.modalTrackingConsent-w .policy-opt-9 h5 {
    color: rgb(122,143,141);
    font-size: 18px;
    margin-bottom: 6px;
}.modalTrackingConsent-w .policy-opt-9 p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    color: #000000;
}.modalTrackingConsent-w .user-dialog-W {
    font-size: 17px;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: rgb(122,143,141);
}.modalTrackingConsent-w .user-dialog-W:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.modalTrackingConsent-w .user-dialog-W:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.modalTrackingConsent-w .track-optin-7 {
    margin-right: 0;
    margin-bottom: 15px;
}.modalTrackingConsent-w .user-dialog-W {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#consentAlertWindow-6 {
    display: none;
}#consentAlertWindow-6:checked ~ .modalTrackingConsent-w {
    visibility: hidden;
    opacity: 0;
}.about-this-F {
    position: relative;
    overflow: hidden;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    color: #000000;
    padding: 120px 0;
    background-position: center center;
    background-size: 30px 30px;
    background: linear-gradient(135deg, rgb(122,143,141,0.5) 0%, rgb(156,178,176) 50%, rgb(89,108,107,0.5) 100%);
}.about-this-F::before {
    height: 50%;
    position: absolute;
    left: 20%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(122,143,141,0.5), transparent);
    top: 0;
    z-index: 0;
    content: "";
}.about-this-F::after {
    height: 70%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(89,108,107,0.5), transparent);
    right: 30%;
    content: "";
    width: 2px;
}.about-this-F .container {
    z-index: 2;
    position: relative;
}.about-this-F .container::before {
    animation: techPulse 4s infinite;
    left: -100px;
    height: 20px;
    content: "";
    width: 20px;
    border: 2px solid rgb(122,143,141);
    position: absolute;
    border-radius: 50%;
    top: 40%;
    z-index: 1;
}.about-this-F .container::after {
    height: 15px;
    width: 15px;
    animation: techRotate 6s infinite linear;
    bottom: 30%;
    position: absolute;
    border: 2px solid rgb(89,108,107);
    right: -80px;
    border-radius: 0;
    z-index: 1;
    content: "";
}.about-this-F h2 {
    font-weight: 700;
    position: relative;
    font-size: 46px;
    margin-bottom: 80px;
    color: #000000;
    text-align: left;
}.about-this-F h2::before {
    bottom: -20px;
    left: 0;
    height: 4px;
    width: 120px;
    background: rgb(122,143,141);
    position: absolute;
    content: "";
}.about-this-F h2::after {
    height: 4px;
    width: 60px;
    left: 130px;
    bottom: -20px;
    content: "";
    background: rgb(89,108,107);
    position: absolute;
}.about-this-F .knowledge-sessions-c {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 80px;
}.about-this-F .knowledge-sessions-c::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, 
        rgb(122,143,141) 0%, 
        rgb(122,143,141,0.5) 20%,
        rgb(89,108,107,0.5) 80%,
        rgb(89,108,107) 100%
    );
    content: "";
    left: 40%;
    position: absolute;
    height: 100%;
    width: 2px;
}.about-this-F .knowledge-sessions-c::after {
    height: 10px;
    width: 10px;
    left: calc(40% - 4px);
    background: rgb(122,143,141);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    content: "";
    animation: moveDown 10s infinite alternate ease-in-out;
    z-index: 2;
    top: 0;
    position: absolute;
}.about-this-F .learning-lab-R {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: visible;
    background: rgba(255, 255, 255, 1);
    border-radius: 23px;
    backdrop-filter: blur(10px);
}.about-this-F .learning-lab-R:first-child {
    border-left: 3px solid rgb(122,143,141);
    z-index: 20;
}.about-this-F .learning-lab-R:last-child {
    z-index: 20;
    border-right: 3px solid rgb(89,108,107);
    align-self: end;
}.about-this-F .learning-lab-R:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.about-this-F .learning-lab-R h3 {
    margin-bottom: 25px;
    padding-left: 20px;
    color: rgb(122,143,141);
    position: relative;
    font-size: 22px;
    font-weight: 600;
}.about-this-F .learning-lab-R:last-child h3 {
    color: rgb(89,108,107);
}.about-this-F .learning-lab-R h3::before {
    position: absolute;
    width: 10px;
    left: 0;
    height: 10px;
    content: "";
    transform: translateY(-50%);
    background: rgb(122,143,141);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 50%;
}.about-this-F .learning-lab-R:last-child h3::before {
    background: rgb(89,108,107);
}.about-this-F .learning-lab-R p {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    z-index: 1;
}.about-this-F .learning-lab-R::before {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    background-size: 10px 10px;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
}.about-this-F .learning-lab-R::after {
    pointer-events: none;
    content: "";
    position: absolute;
    border-radius: 23px;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.about-this-F .learning-lab-R::before {
    content: "";
    transition: opacity 0.3s ease;
    z-index: -2;
    background: linear-gradient(135deg, rgb(122,143,141) 0%, transparent 50%, rgb(89,108,107) 100%);
    left: -1px;
    border-radius: calc(23px + 1px);
    right: -1px;
    opacity: 0;
    bottom: -1px;
    top: -1px;
    position: absolute;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(122,143,141);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(89,108,107);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.about-this-F .learning-lab-R:first-child {
    margin-right: -10%;
}.about-this-F .learning-lab-R:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.about-this-F {
    padding: 80px 0;
}.about-this-F h2 {
    transform: translateX(0);
    margin-bottom: 50px;
    font-size: calc(46px * 0.9);
}.about-this-F .knowledge-sessions-c {
    gap: 50px;
}.about-this-F .learning-lab-R:first-child,
    .about-this-F .learning-lab-R:last-child {
    margin-left: 0;
    margin-right: 0;
}.about-this-F .knowledge-sessions-c::before {
    left: 20px;
}.about-this-F .knowledge-sessions-c::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.about-this-F {
    padding: 60px 0;
}.about-this-F h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.about-this-F .learning-lab-R {
    padding: 30px;
}.about-this-F .learning-lab-R h3 {
    font-size: calc(22px * 0.9);
}.about-this-F .learning-lab-R p {
    font-size: calc(13px * 0.95);
}.about-this-F .learning-lab-R:first-child h3::after,
    .about-this-F .learning-lab-R:last-child h3::after {
    top: -50px;
    font-size: 80px;
}
}

@media screen and (max-width: 575px) {.about-this-F {
    padding: 50px 0;
}.about-this-F h2 {
    font-size: calc(46px * 0.7);
    margin-bottom: 30px;
}.about-this-F h2::before {
    height: 3px;
    width: 80px;
}.about-this-F h2::after {
    height: 3px;
    left: 90px;
    width: 40px;
}.about-this-F .learning-lab-R {
    padding: 25px;
}.about-this-F .learning-lab-R h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 15px;
}.about-this-F .learning-lab-R p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.about-this-F .learning-lab-R:first-child h3::after,
    .about-this-F .learning-lab-R:last-child h3::after {
    font-size: 60px;
    top: -40px;
}.about-this-F .knowledge-sessions-c::before {
    left: 10px;
}.about-this-F .knowledge-sessions-c::after {
    left: 6px;
}}.client-testimonials-u {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(156,178,176) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
}.client-testimonials-u::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(122,143,141,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(122,143,141,0.5) 12px
  );
    left: 0;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    content: "";
}.client-testimonials-u::after {
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    transform: translateZ(-10px);
    background: radial-gradient(circle, rgb(89,108,107,0.5) 0%, transparent 70%);
    position: absolute;
    right: -50%;
    top: -50%;
    opacity: 0.2;
}.client-testimonials-u h2 {
    font-size: calc(32px * 1.1);
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
    transform: translateZ(10px);
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
}.client-testimonials-u h2::after {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    bottom: -1rem;
    content: "";
    transform: translateX(-50%) skewX(-15deg);
    left: 50%;
    height: 4px;
    background: linear-gradient(90deg, rgb(122,143,141), rgb(89,108,107));
    width: 80px;
    position: absolute;
}.client-testimonials-u .container.pedagogy-info-h {
    padding: 0 15px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
}.client-testimonials-u .feedback-zone-a {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2.5rem;
    display: grid;
}.client-testimonials-u .user-testimonials-a {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    transform: translateZ(0);
    background: #ffffff;
    backface-visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
}.client-testimonials-u .user-testimonials-a::before {
    top: 0;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left center;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(122,143,141), rgb(89,108,107));
    width: 100%;
    content: "";
}.client-testimonials-u .user-testimonials-a:hover {
    transform: translateY(-10px) translateZ(20px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
}.client-testimonials-u .user-testimonials-a:hover::before {
    transform: scaleX(1);
}.client-testimonials-u .user-testimonials-a h3 {
    padding-bottom: 0.7rem;
    color: #000000;
    transform: translateZ(5px);
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    position: relative;
}.client-testimonials-u .user-testimonials-a h3::after {
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(122,143,141,0.5);
    width: 40px;
    position: absolute;
}.client-testimonials-u .user-testimonials-a p.description {
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    z-index: 1;
    font-size: 18px;
    flex-grow: 1;
}.client-testimonials-u .user-testimonials-a p.description::before {
    top: -1.5rem;
    opacity: 0.08;
    font-family: serif;
    line-height: 1;
    color: rgb(89,108,107,0.5);
    z-index: -1;
    content: "";
    left: -1rem;
    position: absolute;
    font-size: 8rem;
}.client-testimonials-u .user-testimonials-a div {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 60px;
    transform: translateZ(5px);
    width: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}.client-testimonials-u .user-testimonials-a:hover div {
    transform: translateZ(15px) scale(1.05);
}.client-testimonials-u .user-testimonials-a div::after {
    background: linear-gradient(45deg, transparent 40%, rgb(122,143,141,0.5) 100%);
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.2;
    pointer-events: none;
}.client-testimonials-u .user-testimonials-a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.client-testimonials-u .user-testimonials-a:hover div img {
    transform: scale(1.1);
}.client-testimonials-u .user-testimonials-a:nth-child(even) {
    transform: translateZ(5px) rotateZ(0.5deg);
}.client-testimonials-u .user-testimonials-a:nth-child(odd) {
    transform: translateZ(5px) rotateZ(-0.5deg);
}.client-testimonials-u .user-testimonials-a:nth-child(even):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(0.2deg);
}.client-testimonials-u .user-testimonials-a:nth-child(odd):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(-0.2deg);
}

@media (min-width: 992px) {.client-testimonials-u .feedback-zone-a {
    grid-template-columns: repeat(3, 1fr);
}.client-testimonials-u h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 4rem;
}.client-testimonials-u .user-testimonials-a {
    padding: 2.5rem;
}
}

@media (min-width: 768px) and (max-width: 991px) {.client-testimonials-u .feedback-zone-a {
    grid-template-columns: repeat(2, 1fr);
}.client-testimonials-u {
    padding: 5rem 0;
}.client-testimonials-u h2 {
    margin-bottom: 3rem;
}
}

@media (max-width: 767px) {.client-testimonials-u {
    padding: 4rem 0;
}.client-testimonials-u .feedback-zone-a {
    gap: 2rem;
    grid-template-columns: 1fr;
}.client-testimonials-u h2 {
    font-size: calc(32px * 1);
    margin-bottom: 2.5rem;
}.client-testimonials-u .user-testimonials-a {
    padding: 1.5rem;
}.client-testimonials-u .user-testimonials-a:hover {
    transform: translateY(-5px) translateZ(10px);
}.client-testimonials-u .user-testimonials-a:nth-child(even):hover,
  .client-testimonials-u .user-testimonials-a:nth-child(odd):hover {
    transform: translateY(-5px) translateZ(15px);
}.client-testimonials-u .user-testimonials-a h3 {
    font-size: 18px;
}
}

@media (max-width: 480px) {.client-testimonials-u {
    padding: 3rem 0;
}.client-testimonials-u h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.85);
}.client-testimonials-u .user-testimonials-a {
    padding: 1.25rem;
}.client-testimonials-u .user-testimonials-a p.description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.client-testimonials-u .user-testimonials-a div {
    width: 50px;
    height: 50px;
}}header .head-bar-P {
    padding: 1.5rem 0;
    overflow: visible;
    position: relative;
    justify-content: space-between;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(120deg, rgb(122,143,141) 0%, rgb(89,108,107,0.5) 100%);
}header .head-bar-P::before {
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(89,108,107,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}header .head-bar-P .header-master-L {
    position: relative;
    transition: all 0.4s ease;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
}header .head-bar-P .header-master-L:hover {
    transform: translateY(0) scale(1.05);
}header .head-bar-P .header-master-L .main-edu-U {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .head-bar-P .header-master-L .main-edu-U::before {
    content: "";
    z-index: -1;
    position: absolute;
    height: calc(100% + 20px);
    top: -10px;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    width: calc(100% + 40px);
}header .head-bar-P .header-master-L .main-edu-U svg {
    width: auto;
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
}header .head-bar-P .nav-train-j {
    background: linear-gradient(90deg, transparent, rgb(122,143,141,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 80vw;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding-right: calc((100vw - 100%) / 2);
    justify-content: flex-end;
    position: relative;
}header .head-bar-P .nav-train-j::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
}header .head-bar-P .nav-train-j .head-guide-r {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}header .head-bar-P .nav-train-j .head-guide-r a {
    position: relative;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
    transform-origin: center;
    font-size: 15px;
    color: #ffffff;
    padding: 1.2rem 1.5rem;
    text-decoration: none;
}header .head-bar-P .nav-train-j .head-guide-r a::after {
    background: rgb(89,108,107);
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    bottom: 0.8rem;
    left: 1.5rem;
}header .head-bar-P .nav-train-j .head-guide-r a:hover {
    color: rgb(89,108,107);
    transform: translateZ(10px);
}header .head-bar-P .nav-train-j .head-guide-r a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .head-bar-P {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .head-bar-P .header-master-L {
    margin-left: 0;
    margin-bottom: 1rem;
}header .head-bar-P .nav-train-j {
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
    clip-path: none;
    background: rgb(122,143,141,0.5);
}header .head-bar-P .nav-train-j .head-guide-r a {
    padding: 0.8rem 1rem;
}header .head-bar-P .nav-train-j .head-guide-r a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .head-bar-P .nav-train-j .head-guide-r a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .head-bar-P .nav-train-j {
    padding: 0.5rem 0;
}header .head-bar-P .nav-train-j .head-guide-r {
    width: 50%;
}header .head-bar-P .nav-train-j .head-guide-r a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(15px - 2px);
}header .head-bar-P .nav-train-j .head-guide-r a::after {
    display: none;
}}.footer-subscribe-k {
    background: linear-gradient(45deg, #000000 0%, rgb(89,108,107,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 6rem 0 2rem;
    position: relative;
}.footer-subscribe-k::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(122,143,141,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(89,108,107,0.5) 0%, transparent 30%);
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
}.footer-subscribe-k::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    height: 100%;
}.footer-subscribe-k .container {
    z-index: 3;
    position: relative;
}.footer-subscribe-k .leaderboard-e {
    display: flex;
    position: relative;
    flex-direction: column;
}.footer-subscribe-k .get-assistance-c {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    background-color: #ffffff;
    justify-content: space-between;
    border-radius: 13px;
    z-index: 10;
    flex-wrap: wrap;
    gap: 1.5rem;
    transform: translateY(-3.5rem);
    display: flex;
    padding: 1.25rem 2rem;
}.footer-subscribe-k .get-assistance-c::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.08;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(122,143,141,0.5) 140%);
    z-index: -1;
    border-radius: 13px;
}.footer-subscribe-k .info_item {
    min-width: 200px;
    max-width: 300px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
}.footer-subscribe-k .info_item:not(:last-child)::after {
    top: 50%;
    content: '';
    height: 70%;
    right: -0.75rem;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(89,108,107,0.5), transparent);
    transform: translateY(-50%);
}.footer-subscribe-k .info_item p,
.footer-subscribe-k .info_item a {
    display: flex;
    gap: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    align-items: center;
    color: #000000;
    padding: 0.5rem;
    border-radius: 10px;
}.footer-subscribe-k .info_item:hover {
    transform: translateY(-5px);
}.footer-subscribe-k .info_item:hover p,
.footer-subscribe-k .info_item:hover a {
    color: rgb(122,143,141);
}.footer-subscribe-k .info_item svg {
    fill: rgb(122,143,141);
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.footer-subscribe-k .info_item:hover svg {
    transform: scale(1.15);
}.footer-subscribe-k .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
}.footer-subscribe-k .header-master-L {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.footer-subscribe-k .header-master-L svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
    height: auto;
}.footer-subscribe-k .header-master-L:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(122,143,141,0.5));
    transform: scale(1.03);
}.footer-subscribe-k .code-labs-e {
    font-size: calc(14px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}.footer-subscribe-k .nav-train-j {
    flex-direction: column;
    display: flex;
    position: relative;
}.footer-subscribe-k .nav-train-j::before {
    background: linear-gradient(to bottom, transparent, rgb(89,108,107,0.5) 30%, rgb(89,108,107,0.5) 70%, transparent);
    content: '';
    left: -2rem;
    top: 0;
    width: 1px;
    bottom: 0;
    position: absolute;
}.footer-subscribe-k .nav-train-j::after {
    background: linear-gradient(to bottom, transparent, rgb(89,108,107,0.5) 30%, rgb(89,108,107,0.5) 70%, transparent);
    position: absolute;
    content: '';
    right: -2rem;
    top: 0;
    width: 1px;
    bottom: 0;
}.footer-subscribe-k .nav-train-j h5 {
    margin-bottom: 1.75rem;
    position: relative;
    font-size: 24px;
    padding-bottom: 0.875rem;
    font-weight: 600;
}.footer-subscribe-k .nav-train-j h5::after {
    background: linear-gradient(to right, rgb(122,143,141), transparent);
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
    bottom: 0;
    content: '';
}.footer-subscribe-k .site-main-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.footer-subscribe-k .site-main-5:first-child {
    margin-bottom: 2rem;
}.footer-subscribe-k .site-main-5 a {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    transform-origin: left;
    padding: 0.25rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.85;
}.footer-subscribe-k .site-main-5 a::before {
    content: '';
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    left: 0;
    background-color: rgb(122,143,141);
}.footer-subscribe-k .site-main-5 a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(122,143,141);
}.footer-subscribe-k .site-main-5 a:hover::before {
    width: 20px;
}.footer-subscribe-k .subscribe_holder {
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    gap: 1.5rem;
}.footer-subscribe-k .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(122,143,141,0.5), transparent 70%);
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
}.footer-subscribe-k .subscribe_holder::after {
    position: absolute;
    height: 150px;
    opacity: 0.3;
    z-index: -1;
    animation: pulseGlow 6s infinite alternate;
    content: '';
    right: 0;
    bottom: 0;
    width: 150px;
    background: radial-gradient(circle, rgb(122,143,141,0.5) 0%, transparent 70%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.footer-subscribe-k .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 24px;
    padding-bottom: 0.875rem;
}.footer-subscribe-k .subscribe_holder h5::after {
    content: '';
    height: 2px;
    background: rgb(122,143,141);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 40px;
}.footer-subscribe-k .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 0.5rem;
    opacity: 0.9;
    line-height: 1.6;
}.footer-subscribe-k .input_holder {
    gap: 1rem;
    position: relative;
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
}.footer-subscribe-k .input_holder::before {
    z-index: -1;
    top: -10px;
    left: -10px;
    border-radius: calc(10px + 10px);
    content: '';
    background: 
        radial-gradient(circle at bottom right, rgb(122,143,141,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(89,108,107,0.5) 0%, transparent 70%);
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0.1;
    animation: subtleRotate 15s linear infinite;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer-subscribe-k .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}.footer-subscribe-k .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    border-color: rgb(122,143,141,0.5);
    box-shadow: 0 0 0 3px rgb(122,143,141,0.5);
}.footer-subscribe-k .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.footer-subscribe-k .subscribe-area-E {
    position: relative;
    font-weight: 600;
    z-index: 1;
    background-color: rgb(122,143,141);
    padding: 1.125rem 1.5rem;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    border-radius: 10px;
}.footer-subscribe-k .subscribe-area-E::before {
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
}.footer-subscribe-k .subscribe-area-E::after {
    background: rgb(89,108,107);
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: -2;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    content: '';
    height: 100%;
}.footer-subscribe-k .subscribe-area-E:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.footer-subscribe-k .subscribe-area-E:hover::before {
    left: 100%;
}.footer-subscribe-k .subscribe-area-E:hover::after {
    opacity: 1;
}.footer-subscribe-k .blog-ref-V {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
}.footer-subscribe-k .blog-ref-V::before {
    height: 1px;
    top: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(89,108,107,0.5), transparent);
    left: 20%;
    position: absolute;
    width: 60%;
}.footer-subscribe-k .lesson-cta-f {
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1200px) {.footer-subscribe-k .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.footer-subscribe-k .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.footer-subscribe-k .nav-train-j::after {
    display: none;
}
}

@media (max-width: 991px) {.footer-subscribe-k {
    padding: 5rem 0 2rem;
}.footer-subscribe-k .get-assistance-c {
    flex-wrap: wrap;
    justify-content: center;
}.footer-subscribe-k .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.footer-subscribe-k .info_item:not(:last-child)::after {
    display: none;
}.footer-subscribe-k .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.footer-subscribe-k .nav-train-j::before, 
    .footer-subscribe-k .nav-train-j::after {
    display: none;
}.footer-subscribe-k .header-master-L {
    text-align: center;
    align-items: center;
}.footer-subscribe-k .nav-train-j h5, 
    .footer-subscribe-k .subscribe_holder h5 {
    text-align: center;
}.footer-subscribe-k .nav-train-j h5::after, 
    .footer-subscribe-k .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer-subscribe-k .site-main-5 {
    grid-template-columns: repeat(3, 1fr);
}.footer-subscribe-k .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.footer-subscribe-k {
    padding: 4rem 0 2rem;
}.footer-subscribe-k .get-assistance-c {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.footer-subscribe-k .info_item {
    width: 100%;
    max-width: none;
}.footer-subscribe-k .site-main-5 {
    grid-template-columns: repeat(2, 1fr);
}.footer-subscribe-k .blog-ref-V {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer-subscribe-k {
    padding: 3rem 0 1.5rem;
}.footer-subscribe-k .get-assistance-c {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.footer-subscribe-k .info_item p,
    .footer-subscribe-k .info_item a {
    font-size: calc(14px - 1px);
}.footer-subscribe-k .site-main-5 {
    grid-template-columns: 1fr;
    text-align: center;
}.footer-subscribe-k .site-main-5 a:hover {
    transform: none;
}.footer-subscribe-k .site-main-5 a::before {
    transform: translateX(-50%);
    left: 50%;
}.footer-subscribe-k .site-main-5 a:hover::before {
    width: 30px;
}.footer-subscribe-k .input_holder {
    width: 100%;
}}.thanksHub-t {
    background: linear-gradient(135deg, rgb(122,143,141,0.5) 0%, rgb(156,178,176) 50%, rgb(89,108,107,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.thanksHub-t::before {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(122,143,141,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(89,108,107,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    pointer-events: none;
    z-index: 1;
}.thanksHub-t::after {
    position: absolute;
    transform: rotate(-15deg);
    filter: blur(80px);
    background: rgb(122,143,141,0.5);
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    right: -10%;
    content: "";
    width: 50%;
    height: 50%;
    top: -10%;
}.thanksHub-t .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.thanksHub-t .pedagogy-info-h {
    gap: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 3.5rem;
}.thanksHub-t .pedagogy-info-h:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 15px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksHub-t .pedagogy-info-h > div:first-child {
    border-bottom: 2px solid rgb(122,143,141,0.5);
    opacity: 0;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-fill-mode: both;
    position: relative;
    transform: translateY(-20px);
    padding-bottom: 1.5rem;
}.thanksHub-t .pedagogy-info-h > div:first-child::after {
    height: 2px;
    width: 35%;
    position: absolute;
    left: 0;
    animation: expandWidth 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    bottom: -2px;
    content: "";
    background: rgb(122,143,141);
}.thanksHub-t h5 {
    color: #000000;
    line-height: 1.4;
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}.thanksHub-t h5::before {
    position: absolute;
    width: 0.5rem;
    height: 80%;
    transform: translateY(-50%);
    animation: fadeIn 0.5s ease 1.2s forwards;
    opacity: 0;
    background: rgb(122,143,141);
    top: 50%;
    left: -1.5rem;
    content: "";
}.thanksHub-t .pedagogy-info-h > div:last-child {
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    animation-fill-mode: both;
    opacity: 0;
}.thanksHub-t a {
    position: relative;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.4) 0%, 
                rgba(#ffffff, 0.8) 50%, 
                rgba(#ffffff, 0.4) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
}.thanksHub-t a::before {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
}.thanksHub-t a:hover::before {
    left: 100%;
}.thanksHub-t a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.thanksHub-t p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    z-index: 1;
    font-size: 15px;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.thanksHub-t {
    padding: 5rem 0;
}.thanksHub-t .pedagogy-info-h {
    padding: 2.5rem;
    gap: 2rem;
}.thanksHub-t h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 768px) {.thanksHub-t {
    padding: 4rem 0;
}.thanksHub-t .pedagogy-info-h {
    clip-path: polygon(
            0 3%, 
            3% 0, 
            97% 0, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0 97%
        );
    padding: 2rem;
    gap: 1.8rem;
}.thanksHub-t h5 {
    font-size: calc(24px * 0.85);
}.thanksHub-t p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.thanksHub-t {
    padding: 3rem 0;
}.thanksHub-t .pedagogy-info-h {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.5rem;
}.thanksHub-t h5 {
    font-size: calc(24px * 0.8);
}.thanksHub-t h5::before {
    left: -1rem;
    width: 0.3rem;
}.thanksHub-t a {
    padding: 0.8rem 1rem;
}.thanksHub-t p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.title-greeting-0 {
    display: flex;
    position: relative;
    min-height: 100vh;
    padding: 3rem 1.5rem;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.title-greeting-0::before {
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(122,143,141), 0.75) 100%);
}.title-greeting-0::after {
    content: "";
    opacity: 0.15;
    background: radial-gradient(circle at center, 
    rgb(89,108,107) 0%, 
    transparent 60%);
    position: absolute;
    right: -50%;
    z-index: 2;
    transform: scale(1.5);
    height: 100%;
    top: -50%;
    animation: pulse 8s ease-in-out infinite alternate;
    width: 100%;
}.title-greeting-0 > div {
    max-width: 1200px;
    z-index: 3;
    width: 100%;
    gap: 3rem;
    transform: translateY(-2rem);
    display: flex;
    flex-direction: column;
    position: relative;
}.title-greeting-0 > div > div:first-child {
    transform: translateX(-5%);
    padding-left: 2rem;
    position: relative;
}.title-greeting-0 > div > div:first-child::before {
    box-shadow: 0 0 20px rgba(rgb(89,108,107,0.5), 0.6);
    transform: translateY(-50%);
    width: 6px;
    height: 70%;
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, 
    rgb(89,108,107), 
    rgb(122,143,141));
    left: 0;
    border-radius: 10px;
    position: absolute;
}.title-greeting-0 .title_style_header {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: clamp(2.5rem, 8vw, 41px);
}.title-greeting-0 .learn-intro-Q {
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.2),
    inset 2px 2px 4px rgba(255, 255, 255, 0.1),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    margin-left: 10%;
    backdrop-filter: blur(12px);
    margin-right: 5%;
    padding: 2.5rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.08);
    border-radius: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.title-greeting-0 .learn-intro-Q::before {
    z-index: -1;
    content: "";
    bottom: -1px;
    left: -1px;
    position: absolute;
    top: -1px;
    border-radius: inherit;
    opacity: 0.4;
    pointer-events: none;
    right: -1px;
    background: linear-gradient(135deg,
    rgb(89,108,107) 0%,
    transparent 30%,
    transparent 70%,
    rgb(122,143,141) 100%);
}.title-greeting-0 .learning-studio-S {
    margin-bottom: 2rem;
}.title-greeting-0 .learn-intro-Q h3 {
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    opacity: 0.95;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.title-greeting-0 .learn-intro-Q p {
    color: #ffffff;
    position: relative;
    margin: 0;
    line-height: 1.6;
    padding-left: 1.5rem;
    opacity: 0.85;
    font-size: clamp(1rem, 2vw, 16px);
}.title-greeting-0 .learn-intro-Q p::before {
    height: 0.75rem;
    left: 0;
    background: rgb(89,108,107);
    box-shadow: 0 0 12px rgb(89,108,107);
    animation: glow 3s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 0.75rem;
    top: 0.5em;
}.title-greeting-0:hover .title_style_header {
    transform: translateY(-5px);
}.title-greeting-0:hover .learn-intro-Q {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

@media (max-width: 992px) {.title-greeting-0 {
    padding: 2rem 1rem;
}.title-greeting-0 > div {
    gap: 2rem;
}.title-greeting-0 > div > div:first-child {
    transform: translateX(0);
}.title-greeting-0 .learn-intro-Q {
    margin-right: 0;
    transform: perspective(1000px) rotateX(1deg) rotateY(0deg);
    margin-left: 0;
    padding: 2rem;
}
}

@media (max-width: 768px) {.title-greeting-0::after {
    top: -30%;
    right: -30%;
}.title-greeting-0 > div {
    gap: 1.5rem;
}.title-greeting-0 .learn-intro-Q {
    transform: none;
    padding: 1.5rem;
}.title-greeting-0 .learning-studio-S {
    margin-bottom: 1.5rem;
}
}

@media (max-width: 576px) {.title-greeting-0 {
    padding: 1.5rem 1rem;
}.title-greeting-0 > div > div:first-child {
    padding-left: 1rem;
}.title-greeting-0 .learn-intro-Q {
    padding: 1.25rem;
}.title-greeting-0 .learn-intro-Q p {
    padding-left: 1.25rem;
}
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(1.5);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.6);
  }
  100% {
    opacity: 0.15;
    transform: scale(1.5);
  }
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 12px rgb(89,108,107);
  }
  50% {
    box-shadow: 0 0 20px rgb(89,108,107);
  }
}

@media (prefers-reduced-motion: reduce) {.title-greeting-0::after,
  .title-greeting-0 .learn-intro-Q p::before,
  .title-greeting-0:hover .title_style_header,
  .title-greeting-0:hover .learn-intro-Q {
    transition: none;
    transform: none;
    animation: none;
}}.pricing-grid-I {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing-grid-I::before {
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    position: absolute;
}.pricing-grid-I .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.pricing-grid-I .plan-fee-M {
    display: flex;
    flex-direction: column;
    align-items: center;
}.pricing-grid-I h2 {
    font-size: 34px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
}.pricing-grid-I .rate-panel-F {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
    max-width: 700px;
    margin-bottom: 40px;
    text-align: center;
}.pricing-grid-I .price-schemes-3 {
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    padding: 0;
    width: 100%;
}.pricing-grid-I .price-schemes-3 li {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}.pricing-grid-I .price-schemes-3 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-grid-I .price-schemes-3 li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing-grid-I .price-schemes-3 li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing-grid-I .price-schemes-3 li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing-grid-I .rate-choices-r {
    display: block;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.pricing-grid-I .rate-choices-r:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing-grid-I .rate-choices-r::before {
    height: 100%;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    left: -100%;
}.pricing-grid-I .rate-choices-r:hover::before {
    left: 100%;
}.pricing-grid-I .study-pricing-3 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    overflow: hidden;
}.pricing-grid-I .rate-choices-r:hover .study-pricing-3 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing-grid-I .study-pricing-3::after {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: scaleX(0);
    height: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(122,143,141), rgb(89,108,107));
    transform-origin: left;
    content: '';
    width: 100%;
    top: 0;
}.pricing-grid-I .rate-choices-r:hover .study-pricing-3::after {
    transform: scaleX(1);
}.pricing-grid-I .premium-cost-2 {
    padding: 30px;
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    box-sizing: border-box;
}.pricing-grid-I .premium-cost-2 h4 {
    transition: transform 0.3s ease;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: rgb(122,143,141);
    font-weight: 700;
}.pricing-grid-I .rate-choices-r:hover .premium-cost-2 h4 {
    transform: translateX(5px);
}.pricing-grid-I .premium-cost-2 h4::after {
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(89,108,107);
    width: 40px;
    position: absolute;
}.pricing-grid-I .rate-choices-r:hover .premium-cost-2 h4::after {
    width: 60px;
}.pricing-grid-I .premium-cost-2 p {
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
    scrollbar-width: thin;
    line-height: 1.6;
    scrollbar-color: rgb(122,143,141,0.5) transparent;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    font-size: calc(13px - 2px);
    word-break: break-word;
}.pricing-grid-I .premium-cost-2 p::-webkit-scrollbar {
    width: 5px;
}.pricing-grid-I .premium-cost-2 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing-grid-I .premium-cost-2 p::-webkit-scrollbar-thumb {
    background-color: rgb(122,143,141,0.5);
    border-radius: 10px;
}.pricing-grid-I .study-rates-f {
    overflow: hidden;
    padding: 10px 20px;
    font-size: calc(20px + 4px);
    font-weight: 700;
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(122,143,141) 0%, rgb(122,143,141,0.5) 100%);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing-grid-I .rate-choices-r:hover .study-rates-f {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.pricing-grid-I .study-rates-f::before {
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    width: 200%;
    content: "";
    height: 200%;
    left: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    opacity: 0;
    top: -50%;
    transform: scale(0);
}.pricing-grid-I .rate-choices-r:hover .study-rates-f::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.pricing-grid-I {
    padding: 80px 0;
}.pricing-grid-I .price-schemes-3 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing-grid-I .premium-cost-2 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing-grid-I {
    padding: 60px 0;
}.pricing-grid-I h2 {
    font-size: calc(34px - 4px);
}.pricing-grid-I .rate-panel-F {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.pricing-grid-I .price-schemes-3 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.pricing-grid-I .premium-cost-2 {
    min-height: 300px;
}.pricing-grid-I .study-rates-f {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.pricing-grid-I {
    padding: 40px 0;
}.pricing-grid-I h2 {
    font-size: calc(34px - 6px);
}.pricing-grid-I .premium-cost-2 {
    min-height: 280px;
    padding: 20px;
}.pricing-grid-I .premium-cost-2 p {
    font-size: calc(13px - 3px);
    margin-bottom: 20px;
}.pricing-grid-I .study-rates-f {
    padding: 8px 15px;
}
}