﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.framework-wrap-31 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.nav-sitebar-39 {
    flex: 1 0 auto;
}
.tech-stack-08 {
    flex: 0 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
header,footer {
    width: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
svg {
    width: 30px;
    height: 30px;
}
.container {
    margin: auto;
    width: 1158px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}
.secure-safekeeping-57 {
    background-color: rgb(220,218,195);
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}
.secure-safekeeping-57:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.secure-safekeeping-57 h1 {
    color: rgb(170,184,176);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.secure-safekeeping-57 h2 {
    color: rgb(120,138,125);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}
.secure-safekeeping-57 h3, .secure-safekeeping-57 h4, .secure-safekeeping-57 h5, .secure-safekeeping-57 h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.secure-safekeeping-57 h5 {
    font-size: 21px;
}
.secure-safekeeping-57 h6 {
    font-size: 17px;
}
.secure-safekeeping-57 ul, .secure-safekeeping-57 ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
.secure-safekeeping-57 li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}
.secure-safekeeping-57 li::before {
    content: '•';
    color: rgb(170,184,176);
    position: absolute;
    left: 0;
    top: 0;
}
.secure-safekeeping-57 p, .secure-safekeeping-57 span {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.secure-safekeeping-57 p {
    text-align: justify;
}
.secure-safekeeping-57 .container {
    max-width: 1200px;
    margin: 0 auto;
}
.secure-safekeeping-57 .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .secure-safekeeping-57 {
        padding: 20px;
        border-radius: 10px;
    }
    .secure-safekeeping-57 h1 {
        font-size: calc(21px - 10px);
    }
    .secure-safekeeping-57 h2 {
        font-size: calc(21px - 8px);
    }
    .secure-safekeeping-57 p, .secure-safekeeping-57 span {
        font-size: calc(14px - 2px);
    }
}
.secure-safekeeping-57 a {
    color: rgb(170,184,176);
    text-decoration: none;
    border-bottom: 1px solid rgb(170,184,176,0.5);
    transition: all 0.3s ease;
}
.secure-safekeeping-57 a:hover {
    color: rgb(120,138,125);
    border-bottom: 1px solid rgb(120,138,125);
}
.secure-safekeeping-57 button {
    background-color: rgb(170,184,176);
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.secure-safekeeping-57 button:hover {
    background-color: rgb(120,138,125);
}footer {
    background: rgb(120,138,125);
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
}
footer .site-top-43 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .site-top-43 img, footer .site-top-43 svg {
    width: 100px;
    height: auto;
    fill: rgb(170,184,176);
}
footer .top-tutor-61 {
    margin-bottom: 20px;
}
footer .site-start-27 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
footer .top-tutor-61 a {
    color: rgb(170,184,176);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
}
footer .top-tutor-61 a:hover {
    color: rgb(170,184,176,0.5);
}
footer .eng-center-03 {
    background: rgb(170,184,176);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
}
footer .scroll-top {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
footer .scroll-top svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    cursor: pointer;
    transition: fill 0.3s;
}
footer .scroll-top svg:hover {
    fill: rgb(170,184,176);
}
@media (max-width: 992px) {
    footer .site-top-43 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    footer .site-start-27 {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 576px) {
    footer .site-top-43 img, footer .site-top-43 svg {
        width: 80px;
    }
}
.program-offerings-08 {
    position: relative;
    background: rgb(220,218,195);
    padding: 120px 0;
    overflow: hidden;
    perspective: 1200px;
}

.program-offerings-08::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,184,176,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(120,138,125,0.5) 0%, transparent 35%),
        linear-gradient(135deg, rgb(220,218,195) 25%, transparent 25%, transparent 75%, rgb(220,218,195) 75%) 0 0 / 50px 50px,
        linear-gradient(45deg, rgb(220,218,195) 25%, transparent 25%, transparent 75%, rgb(220,218,195) 75%) 25px 25px / 50px 50px;
    opacity: 0.8;
    z-index: 1;
    animation: bgShift 30s infinite linear;
}

.program-offerings-08::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(90deg, transparent 0px, transparent 1px, rgb(170,184,176,0.5) 1px, rgb(170,184,176,0.5) 2px, transparent 2px, transparent 50px) 0 0 / 100% 100%,
        repeating-linear-gradient(0deg, transparent 0px, transparent 1px, rgb(120,138,125,0.5) 1px, rgb(120,138,125,0.5) 2px, transparent 2px, transparent 50px) 0 0 / 100% 100%;
    opacity: 0.1;
    z-index: 2;
    animation: gridMove 15s infinite linear;
}

.program-offerings-08 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
}

.program-offerings-08 .training-path-67 {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
    position: relative;
    transform-style: preserve-3d;
}

.program-offerings-08 .training-path-67::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border: 1px dashed rgb(170,184,176,0.5);
    border-radius: 19px;
    transform: translateZ(-20px);
    animation: rotate3d 25s linear infinite;
    pointer-events: none;
}

.program-offerings-08 .training-path-67::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(120,138,125,0.5);
    border-radius: 19px;
    transform: translateZ(-10px);
    animation: rotate3d 20s linear infinite reverse;
    pointer-events: none;
}

.program-offerings-08 .text-details-92 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(10px);
    border-radius: 19px;
    z-index: 10;
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgb(170,184,176,0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.program-offerings-08 .text-details-92:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgb(170,184,176);
}

.program-offerings-08 .text-details-92::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(170,184,176,0.5) 49.5%, rgb(170,184,176,0.5) 50.5%, transparent 50.5%) 0 0 / 10px 10px,
        linear-gradient(-45deg, transparent 49.5%, rgb(120,138,125,0.5) 49.5%, rgb(120,138,125,0.5) 50.5%, transparent 50.5%) 0 0 / 10px 10px;
    border-radius: 19px;
    opacity: 0.1;
    z-index: -1;
}

.program-offerings-08 .text-details-92::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(170,184,176,0.5);
    border-radius: 50%;
    opacity: 0.7;
    transform: translateZ(20px);
    animation: pulse 4s infinite alternate;
}

.program-offerings-08 .text-details-92 h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, rgb(170,184,176), rgb(120,138,125));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    transform: translateZ(5px);
    display: inline-block;
}

.program-offerings-08 .text-details-92 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,184,176), rgb(120,138,125));
    border-radius: 10px;
    animation: pulseHeight 3s infinite alternate;
}

.program-offerings-08 .text-details-92 h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 60px;
    height: 2px;
    background: rgb(170,184,176);
    border-radius: 10px;
    animation: width-pulse 4s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.program-offerings-08 .text-details-92 .job-training-71 {
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 25px;
    position: relative;
    padding: 15px 15px 15px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 2px solid rgb(170,184,176,0.5);
    transform: translateZ(0);
    transition: all 0.3s ease;
}

.program-offerings-08 .text-details-92 .job-training-71:hover {
    transform: translateX(5px) translateZ(5px);
    border-left-color: rgb(170,184,176);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.program-offerings-08 .text-details-92 .job-training-71:first-of-type {
    border-left-color: rgb(170,184,176);
}

.program-offerings-08 .text-details-92 .job-training-71:last-of-type {
    border-left-color: rgb(120,138,125);
    margin-bottom: 0;
}

.program-offerings-08 .text-details-92 .job-training-71::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 8px;
    height: 8px;
    background: rgb(170,184,176);
    border-radius: 50%;
    opacity: 0.8;
}

.program-offerings-08 .text-details-92 .job-training-71:last-of-type::before {
    background: rgb(120,138,125);
}

.program-offerings-08 .text-details-92 .job-training-71::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, rgb(170,184,176,0.5), transparent);
    opacity: 0.5;
}

.program-offerings-08 .text-details-92 .job-training-71:last-child::after {
    display: none;
}

.program-offerings-08 .img-round-79 {
    position: relative;
    height: 450px;
    border-radius: 19px;
    overflow: hidden;
    transform: translateZ(0) rotateY(-5deg);
    transform-origin: left center;
    transform-style: preserve-3d;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.2),
        -5px -5px 15px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgb(120,138,125,0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
}

.program-offerings-08 .img-round-79:hover {
    transform: translateZ(20px) rotateY(0deg);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.25),
        -5px -5px 15px rgba(255, 255, 255, 0.1),
        inset 0 0 0 2px rgb(120,138,125);
}

.program-offerings-08 .img-round-79::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(170,184,176,0.5) 0%, transparent 50%, rgb(120,138,125,0.5) 100%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 6px);
    z-index: 1;
    opacity: 0.7;
    mix-blend-mode: overlay;
}

.program-offerings-08 .img-round-79::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(170,184,176,0.5);
    border-radius: 19px;
    box-sizing: border-box;
    opacity: 0.5;
    z-index: 2;
}

.program-offerings-08 .tech-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.program-offerings-08 .tech-particles::before,
.program-offerings-08 .tech-particles::after {
    content: "";
    position: absolute;
    background: rgb(170,184,176);
    border-radius: 50%;
    opacity: 0.4;
    animation: floatParticle 15s linear infinite;
    box-shadow: 0 0 15px rgb(170,184,176,0.5);
}

.program-offerings-08 .tech-particles::before {
    top: 20%;
    left: 10%;
    width: 8px;
    height: 8px;
    animation-delay: -5s;
    animation-duration: 20s;
}

.program-offerings-08 .tech-particles::after {
    top: 70%;
    left: 80%;
    width: 12px;
    height: 12px;
    animation-delay: -12s;
    background: rgb(120,138,125);
    box-shadow: 0 0 15px rgb(120,138,125,0.5);
}

@keyframes bgShift {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px, 50px 50px, -25px -25px;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 0, 0 100px;
    }
}

@keyframes rotate3d {
    0% {
        transform: translateZ(-20px) rotateY(0deg) rotateX(0deg);
    }
    100% {
        transform: translateZ(-20px) rotateY(360deg) rotateX(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: translateZ(20px) scale(0.95);
    }
    100% {
        opacity: 0.7;
        transform: translateZ(20px) scale(1.05);
    }
}

@keyframes pulseHeight {
    0% {
        height: 70%;
        top: 15%;
    }
    100% {
        height: 100%;
        top: 0;
    }
}

@keyframes width-pulse {
    0% {
        width: 60px;
    }
    100% {
        width: 80%;
    }
}

@keyframes floatParticle {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
    25% {
        transform: translate(100px, 50px) scale(1.2);
        opacity: 0.6;
    }
    50% {
        transform: translate(50px, 100px) scale(0.8);
        opacity: 0.3;
    }
    75% {
        transform: translate(-50px, 50px) scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes hover-glow {
    0% {
        box-shadow: 0 0 5px rgb(170,184,176,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(170,184,176);
    }
}

@media screen and (max-width: 1200px) {
    .program-offerings-08 {
        padding: 100px 0;
    }
    
    .program-offerings-08 .training-path-67 {
        gap: 30px;
    }
    
    .program-offerings-08 .text-details-92 {
        padding: 40px;
    }
    
    .program-offerings-08 .img-round-79 {
        height: 420px;
    }
}

@media screen and (max-width: 991px) {
    .program-offerings-08 {
        padding: 80px 0;
    }
    
    .program-offerings-08 .training-path-67 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .program-offerings-08 .text-details-92 {
        padding: 35px;
    }
    
    .program-offerings-08 .text-details-92 h2 {
        text-align: center;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .program-offerings-08 .text-details-92 h2::before {
        display: none;
    }
    
    .program-offerings-08 .text-details-92 h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .program-offerings-08 .text-details-92 .job-training-71 {
        text-align: center;
        padding: 15px;
        border-left: none;
        border-bottom: 2px solid rgb(170,184,176,0.5);
    }
    
    .program-offerings-08 .text-details-92 .job-training-71:hover {
        transform: translateY(-5px) translateZ(5px);
        border-bottom-color: rgb(170,184,176);
    }
    
    .program-offerings-08 .text-details-92 .job-training-71::before {
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -5px;
    }
    
    .program-offerings-08 .img-round-79 {
        transform: translateZ(0) rotateY(0deg);
        margin: 0 auto;
        width: 100%;
        height: 400px;
    }
    
    .program-offerings-08 .img-round-79:hover {
        transform: translateZ(10px);
    }
    
    .program-offerings-08 .training-path-67::before,
    .program-offerings-08 .training-path-67::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .program-offerings-08 {
        padding: 60px 0;
    }
    
    .program-offerings-08 .text-details-92 {
        padding: 25px;
        gap: 20px;
    }
    
    .program-offerings-08 .text-details-92 h2 {
        font-size: calc(32px * 0.85);
        margin-bottom: 25px;
    }
    
    .program-offerings-08 .text-details-92 .job-training-71 {
        font-size: calc(17px * 0.95);
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .program-offerings-08 .img-round-79 {
        height: 350px;
    }
    
    .program-offerings-08::before {
        opacity: 0.6;
    }
}

@media screen and (max-width: 480px) {
    .program-offerings-08 {
        padding: 40px 0;
    }
    
    .program-offerings-08 .text-details-92 {
        padding: 20px;
        gap: 15px;
    }
    
    .program-offerings-08 .text-details-92 h2 {
        font-size: calc(32px * 0.75);
        margin-bottom: 20px;
    }
    
    .program-offerings-08 .text-details-92 .job-training-71 {
        font-size: calc(17px * 0.9);
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .program-offerings-08 .img-round-79 {
        height: 280px;
    }
    
    .program-offerings-08::before,
    .program-offerings-08::after {
        opacity: 0.5;
    }
}.company-overview-24 {
    background: rgb(220,218,195);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.company-overview-24::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(170,184,176,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(120,138,125,0.5) 0%, transparent 60%);
    z-index: 0;
    animation: pulse 15s infinite alternate;
}

.company-overview-24::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(170,184,176,0.5) 49.5%, rgb(170,184,176,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(120,138,125,0.5) 49.5%, rgb(120,138,125,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    opacity: 0.1;
    z-index: 1;
    animation: slide 20s linear infinite;
}

.company-overview-24 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-overview-24 .pro-classes-40 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
}

.company-overview-24 h3 {
    grid-column: 1 / -1;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.company-overview-24 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(170,184,176);
    border-radius: 10px;
    transition: width 0.5s ease;
}

.company-overview-24 h3:hover::after {
    width: 100%;
}

.company-overview-24 .pedagogy-way-30 {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.company-overview-24 .pedagogy-way-30::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(170,184,176), rgb(120,138,125));
    border-radius: 10px 10px 0 0;
}

.company-overview-24 .pedagogy-way-30:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.company-overview-24 .pedagogy-way-30 span {
    display: block;
    color: rgb(170,184,176);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.company-overview-24 .pedagogy-way-30 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: rgb(170,184,176);
    border-radius: 50%;
    transform: translateY(-50%);
}

.company-overview-24 .pedagogy-way-30 p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
}

.company-overview-24 .pedagogy-way-30 .img-round-79 {
    width: 100%;
    height: 280px;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.company-overview-24 .pedagogy-way-30 .img-round-79::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

.company-overview-24 .study-growth-06 {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.company-overview-24 .study-growth-06::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(120,138,125), rgb(170,184,176));
    border-radius: 10px 10px 0 0;
}

.company-overview-24 .study-growth-06:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.company-overview-24 .study-growth-06 p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(120,138,125);
}

.company-overview-24 .study-growth-06 .exp-years-69 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    border: 5px solid #ffffff;
}

.company-overview-24 .study-growth-06 .exp-years-69::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 2px dashed rgb(120,138,125,0.5);
    border-radius: 50%;
    animation: rotate 30s linear infinite;
}

.company-overview-24 .study-growth-06 .exp-years-69::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid rgb(170,184,176,0.5);
    border-radius: 50%;
    animation: rotate 20s linear infinite reverse;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .company-overview-24 {
        padding: 90px 0;
    }
    
    .company-overview-24 .pro-classes-40 {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    
    .company-overview-24 .pedagogy-way-30,
    .company-overview-24 .study-growth-06 {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .company-overview-24 .pedagogy-way-30 .img-round-79 {
        height: 240px;
    }
    
    .company-overview-24 .study-growth-06 .exp-years-69 {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 768px) {
    .company-overview-24 {
        padding: 70px 0;
    }
    
    .company-overview-24 h3 {
        font-size: calc(32px * 0.9);
        text-align: center;
        display: block;
    }
    
    .company-overview-24 h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .company-overview-24 .pedagogy-way-30,
    .company-overview-24 .study-growth-06 {
        padding: 25px;
    }
    
    .company-overview-24 .pedagogy-way-30 span {
        font-size: calc(21px * 0.9);
    }
    
    .company-overview-24 .pedagogy-way-30 .img-round-79 {
        height: 200px;
    }
    
    .company-overview-24 .study-growth-06 .exp-years-69 {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 576px) {
    .company-overview-24 {
        padding: 50px 0;
    }
    
    .company-overview-24 .container {
        padding: 0 15px;
    }
    
    .company-overview-24 h3 {
        font-size: calc(32px * 0.8);
        margin-bottom: 20px;
    }
    
    .company-overview-24 .pro-classes-40 {
        grid-gap: 30px;
    }
    
    .company-overview-24 .pedagogy-way-30,
    .company-overview-24 .study-growth-06 {
        padding: 20px;
    }
    
    .company-overview-24 .pedagogy-way-30 p,
    .company-overview-24 .study-growth-06 p {
        margin-bottom: 20px;
    }
    
    .company-overview-24 .pedagogy-way-30 .img-round-79 {
        height: 180px;
    }
    
    .company-overview-24 .study-growth-06 .exp-years-69 {
        width: 120px;
        height: 120px;
    }
    
    .company-overview-24 .study-growth-06 .exp-years-69::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
}header .top-pro-52 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgb(170,184,176,0.5) 0%, rgb(120,138,125) 100%);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: visible;
  position: relative;
  z-index: 100;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  left: 0;
}

header .top-pro-52::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10%;
  width: 80%;
  height: 110%;
  background: linear-gradient(135deg, rgb(120,138,125,0.5) 0%, transparent 80%);
  z-index: -1;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
}

header .top-pro-52 .site-top-43 {
  transform: skewX(5deg);
  position: relative;
  z-index: 2;
}

header .top-pro-52 .site-top-43 .header-wrap-98 {
  display: block;
  transition: transform 0.3s ease-in-out;
}

header .top-pro-52 .site-top-43 .header-wrap-98:hover {
  transform: translateY(-8px) rotate(0deg);
}

header .top-pro-52 .site-top-43 svg {
  height: auto;
  width: 120px;
}

header .top-pro-52 .top-tutor-61 {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

header .top-pro-52 .top-tutor-61::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: linear-gradient(45deg, transparent 0%, rgb(170,184,176,0.5) 100%);
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

header .top-pro-52 .nav-site-95 {
  position: relative;
  transition: transform 0.3s ease;
}

header .top-pro-52 .nav-site-95 a {
  display: block;
  padding: 0.5rem 1rem;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

header .top-pro-52 .nav-site-95 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(120,138,125);
  transform: scaleX(0) rotate(-2deg);
  transform-origin: right;
  transition: transform 0.3s ease;
}

header .top-pro-52 .nav-site-95 a:hover {
  color: rgb(120,138,125);
}

header .top-pro-52 .nav-site-95 a:hover::before {
  transform: scaleX(1) rotate(-2deg);
  transform-origin: left;
}

@media (max-width: 992px) {
  header .top-pro-52 {
    flex-direction: column;
    padding: 1rem;
    transform: skewX(0);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
  }
  
  header .top-pro-52::before {
    transform: skewX(0);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
  }
  
  header .top-pro-52 .site-top-43 {
    margin-bottom: 1rem;
    transform: skewX(0);
  }
  
  header .top-pro-52 .top-tutor-61 {
    flex-wrap: wrap;
    justify-content: center;
    transform: skewX(0);
    width: 100%;
  }
  
  header .top-pro-52 .top-tutor-61::before {
    transform: skewX(0);
  }
  
  header .top-pro-52 .top-tutor-61:hover::before {
    transform: skewX(0);
  }
  
  header .top-pro-52 .nav-site-95 {
    margin: 0.25rem;
  }
  
  header .top-pro-52 .nav-site-95:nth-child(odd),
  header .top-pro-52 .nav-site-95:nth-child(even) {
    transform: translateY(0);
  }
}

@media (max-width: 576px) {
  header .top-pro-52 {
    padding: 0.75rem;
  }
  
  header .top-pro-52 .top-tutor-61 {
    flex-direction: column;
    align-items: center;
  }
  
  header .top-pro-52 .nav-site-95 {
    width: 100%;
    text-align: center;
  }
  
  header .top-pro-52 .site-top-43 svg {
    width: 100px;
  }
}.service-info-58 {
  position: relative;
  background: rgb(220,218,195);
  padding: 6rem 0;
  overflow: hidden;
}

.service-info-58::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(170,184,176,0.5) 0%, transparent 50%, rgb(120,138,125,0.5) 100%);
  opacity: 0.1;
  z-index: 1;
}

.service-info-58::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgb(170,184,176,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(120,138,125,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(170,184,176,0.5) 0%, transparent 10%);
  opacity: 0.15;
  z-index: 2;
  animation: pulseBackground 15s infinite alternate ease-in-out;
}

@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.service-info-58 .container {
  position: relative;
  z-index: 10;
}

.service-info-58 .course-ask-47 {
  position: relative;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 3.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.service-info-58 .course-ask-47::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
  transform: rotate(25deg);
  animation: shimmer 8s infinite linear;
  z-index: -1;
}

@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.service-info-58 .course-ask-47:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.service-info-58 .course-ask-47 h2 {
  color: rgb(170,184,176);
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.service-info-58 .course-ask-47 h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, rgb(170,184,176), rgb(120,138,125));
  border-radius: 10px;
  transition: width 0.3s ease;
}

.service-info-58 .course-ask-47:hover h2::after {
  width: 100%;
}

.service-info-58 .course-ask-47 p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
}

.service-info-58 .course-ask-47 p:last-of-type {
  color: rgb(170,184,176);
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.service-info-58 .course-ask-47 p:last-of-type svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  fill: rgb(170,184,176);
  margin-right: 10px;
}

.service-info-58 .course-ask-47 p:last-of-type svg path {
  fill: rgb(170,184,176);
}

.service-info-58 .ask-team-23 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.service-info-58 .instant-request-58 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  color: rgb(170,184,176);
  font-weight: 600;
  font-size: calc(18px * 1.1);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-info-58 .instant-request-58::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.7s ease;
}

.service-info-58 .instant-request-58:hover {
  background: rgb(170,184,176,0.5);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-info-58 .instant-request-58:hover::before {
  left: 100%;
}

.service-info-58 .instant-request-58 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.service-info-58 .instant-request-58 svg {
  fill: rgb(170,184,176);
}

.service-info-58 .instant-request-58:hover svg {
  fill: #ffffff;
  transform: scale(1.1);
}

.service-info-58 .instant-request-58 svg path {
  fill: rgb(170,184,176);
  transition: fill 0.3s ease;
}

.service-info-58 .instant-request-58:hover svg path {
  fill: #ffffff;
}

@media (max-width: 991px) {
  .service-info-58 {
    padding: 4rem 0;
  }
  
  .service-info-58 .course-ask-47 {
    padding: 2.5rem;
  }
  
  .service-info-58 .course-ask-47 h2 {
    font-size: calc(29px * 0.9);
  }
  
  .service-info-58 .course-ask-47 p {
    max-width: 100%;
  }
  
  .service-info-58 .ask-team-23 {
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .service-info-58 {
    padding: 3rem 0;
  }
  
  .service-info-58 .course-ask-47 {
    padding: 2rem 1.5rem;
  }
  
  .service-info-58 .course-ask-47 h2 {
    font-size: calc(29px * 0.8);
  }
  
  .service-info-58 .ask-team-23 {
    flex-direction: column;
    gap: 1rem;
  }
  
  .service-info-58 .instant-request-58 {
    width: 100%;
  }
  
  .service-info-58::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
  }
  
  @keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}header .top_plank {
    background: rgb(170,184,176);
    color:  #ffffff;
}
header .top_plank .learn-menu-72 div svg, header .top_plank .learn-menu-72 div svg path {
    fill: #ffffff;
}
header .top_plank .learn-menu-72 div span {
    color: #ffffff;
}
header .top_plank .learn-menu-72 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .learn-menu-72 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .learn-menu-72 div img, header .top_plank .learn-menu-72 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.contact-information-06 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(170,184,176,0.5) 0%, rgb(120,138,125,0.5) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.contact-information-06::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgb(170,184,176,0.5) 10%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.5;
}

.contact-information-06 .container {
    position: relative;
    z-index: 2;
}

.contact-information-06 h3 {
    color: rgb(120,138,125);
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-information-06 .feedback-widget-59 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 600px;
    margin: auto;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-information-06 .feedback-widget-59:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.contact-information-06 .feedback-section-35 {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.contact-information-06 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(120,138,125,0.5);
    padding: 14px;
    margin-bottom: 20px;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
}

.contact-information-06 form input:focus {
    border-color: rgb(170,184,176);
    outline: none;
    box-shadow: 0 0 8px rgb(170,184,176,0.5);
}

.contact-information-06 .reach-reach-05 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-information-06 form .inquiry-help-53 {
    background: rgb(170,184,176);
    color: #ffffff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    align-self: center;
    max-width: 200px;
    text-align: center;
}

.contact-information-06 form .inquiry-help-53:hover {
    background: rgb(120,138,125);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgb(120,138,125,0.5);
}

.contact-information-06 .query-support-23 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-information-06 .query-support-23 input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact-information-06 .query-support-23 label {
    font-size: 17px;
    color: #000000;
    cursor: pointer;
}

.contact-information-06 .query-support-23 a {
    margin-left: 5px;
    color: rgb(120,138,125);
    text-decoration: underline;
    transition: color 0.3s;
}

.contact-information-06 .query-support-23 a:hover {
    color: rgb(120,138,125);
}

@media only screen and (max-width: 600px) {
    .contact-information-06 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-information-06 h3 {
        font-size: 24px;
    }

    .contact-information-06 .feedback-widget-59 {
        padding: 20px;
    }

    .contact-information-06 .reach-reach-05 {
        flex-direction: column;
    }
}

.framework-wrap-31 .contact-information-06 .pro-classes-40 {
    flex-direction: row-reverse;
}

.framework-wrap-31 .contact-information-06 .pro-classes-40 .feedback-widget-59 {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
    margin: auto;
}

.framework-wrap-31 .contact-information-06 .site-top-43 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.framework-wrap-31 .contact-information-06 .site-top-43 svg {
    margin-bottom: 10px;
    margin-right: 0;
}

.framework-wrap-31 .contact-information-06 .inquiry-feedback-59 span {
    font-weight: normal;
}

.framework-wrap-31 .contact-information-06 .pro-classes-40 .inquiry-feedback-59 {
    width: 30%;
}

.framework-wrap-31 .contact-information-06 form input {
    border-bottom: 1px solid rgb(120,138,125,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}

.framework-wrap-31 .contact-information-06 h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
}

.framework-wrap-31 .contact-information-06 form .inquiry-help-53 {
    width: fit-content;
    background: rgb(120,138,125);
    color: #ffffff;
    margin-top: 24px;
    align-self: center;
}

.contact-information-06 .inquiry-feedback-59 .query-query-79 svg, .contact-information-06 .inquiry-feedback-59 .query-query-79 svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .framework-wrap-31 .contact-information-06 .pro-classes-40 {
        flex-direction: column-reverse;
    }

    .framework-wrap-31 .contact-information-06 .pro-classes-40 .feedback-widget-59, .framework-wrap-31 .contact-information-06 .pro-classes-40 .inquiry-feedback-59 {
        width: 100%;
    }

    .framework-wrap-31 .contact-information-06 .reach-reach-05 {
        flex-direction: column;
    }

    .framework-wrap-31 .contact-information-06 .reach-reach-05 #surname {
        margin-left: 0;
    }
}.benefits-overview-01 {
    position: relative;
    padding: 8rem 0;
    background-color: rgb(220,218,195);
    overflow: hidden;
}

.benefits-overview-01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(170,184,176,0.5) 0, rgb(170,184,176,0.5) 1px, transparent 1px, transparent 5px),
        repeating-linear-gradient(-45deg, rgb(120,138,125,0.5) 0, rgb(120,138,125,0.5) 1px, transparent 1px, transparent 5px);
    background-size: 30px 30px;
    opacity: 0.04;
    z-index: 1;
}

.benefits-overview-01::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0.4;
    animation: backgroundScroll 60s linear infinite;
    z-index: 0;
    pointer-events: none;
}

.benefits-overview-01 .top-learn-92 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.benefits-overview-01 h2 {
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(45deg, rgb(170,184,176), rgb(120,138,125));
    color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.benefits-overview-01 h2::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgb(170,184,176,0.5) 20%, rgb(170,184,176,0.5) 80%, transparent 100%);
    bottom: -20px;
    left: -10%;
}

.benefits-overview-01 .training-edge-18 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0 -15px;
}

.benefits-overview-01 .knowledge-pluses-59 {
    flex: 0 0 calc(25% - 30px);
    margin: 15px;
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    overflow: hidden;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.benefits-overview-01 .knowledge-pluses-59::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(to bottom right, rgb(220,218,195), rgb(220,218,195));
    border-radius: calc(29px - 3px);
    z-index: -1;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.benefits-overview-01 .knowledge-pluses-59::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    background: linear-gradient(45deg, 
        transparent 0%, 
        transparent 35%, 
        rgb(170,184,176,0.5) 45%, 
        rgb(120,138,125,0.5) 55%, 
        transparent 65%, 
        transparent 100%
    );
    animation: borderGlow 6s linear infinite;
    z-index: -2;
}

.benefits-overview-01 .knowledge-pluses-59:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.benefits-overview-01 .learning-benefits-74 {
    margin-bottom: 1.5rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.benefits-overview-01 .learning-benefits-74::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgb(170,184,176,0.5);
    animation: pulseRing 2s infinite;
    z-index: -1;
}

.benefits-overview-01 .learning-benefits-74 svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

.benefits-overview-01 .knowledge-pluses-59:hover .learning-benefits-74 svg {
    transform: scale(1.1) rotate(5deg);
}

.benefits-overview-01 .learning-benefits-74 svg path {
    fill: rgb(170,184,176);
}

.benefits-overview-01 .knowledge-pluses-59:nth-child(2n) .learning-benefits-74 svg path {
    fill: rgb(120,138,125);
}

.benefits-overview-01 .knowledge-pluses-59 p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

@keyframes backgroundScroll {
    0% {
        transform: translate3d(0, 0, 0) rotate(0);
    }
    100% {
        transform: translate3d(-600px, -600px, 0) rotate(10deg);
    }
}

@keyframes borderGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.3;
    }
}

@media (max-width: 1200px) {
    .benefits-overview-01 .knowledge-pluses-59 {
        flex: 0 0 calc(33.333% - 30px);
    }
}

@media (max-width: 991px) {
    .benefits-overview-01 {
        padding: 5rem 0;
    }
    
    .benefits-overview-01 .knowledge-pluses-59 {
        flex: 0 0 calc(50% - 30px);
        padding: 2rem 1.5rem;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    
    .benefits-overview-01 .knowledge-pluses-59::before {
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    }
    
    .benefits-overview-01 h2 {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .benefits-overview-01 {
        padding: 4rem 0;
    }
    
    .benefits-overview-01 .knowledge-pluses-59 {
        flex: 0 0 calc(100% - 30px);
        max-width: 320px;
        clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    }
    
    .benefits-overview-01 .knowledge-pluses-59::before {
        clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    }
    
    .benefits-overview-01 h2 {
        font-size: calc(38px * 0.9);
        margin-bottom: 2.5rem;
    }
    
    .benefits-overview-01 .learning-benefits-74 {
        width: 70px;
        height: 70px;
    }
}

.benefits-overview-01 .training-edge-18:nth-of-type(odd) .knowledge-pluses-59 {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.benefits-overview-01 .training-edge-18:nth-of-type(odd) .knowledge-pluses-59::before {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.benefits-overview-01 .training-edge-18:nth-of-type(even) .knowledge-pluses-59 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.benefits-overview-01 .training-edge-18:nth-of-type(even) .knowledge-pluses-59::before {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.leadership-experience-76 {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(220,218,195), rgb(170,184,176,0.5) 120%);
    border-radius: 27px;
    overflow: hidden;
}

.leadership-experience-76::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(120,138,125,0.5) 0,
        rgb(120,138,125,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
    z-index: 1;
}

.leadership-experience-76 .user-ratings-41 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.leadership-experience-76 .user-ratings-41:hover {
    transform: translateY(-15px);
}

.leadership-experience-76 .img-round-79 {
    position: relative;
    height: 350px;
    margin: 0 auto;
    width: 80%;
    border-radius: 27px 27px 0 0;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    z-index: 3;
    transition: all 0.5s ease;
}

.leadership-experience-76 .img-round-79::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(170,184,176,0.5) 100%);
    border-radius: 27px 27px 0 0;
}

.leadership-experience-76 .user-ratings-41:hover .img-round-79 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.leadership-experience-76 .work-background-49 {
    position: relative;
    margin-top: -50px;
    padding: 70px 2rem 2rem;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: translateZ(0);
    transition: transform 0.5s ease;
}

.leadership-experience-76 .work-background-49::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, 
                rgb(170,184,176), 
                rgb(120,138,125), 
                rgb(170,184,176));
    background-size: 200% 100%;
    border-radius: 10px 10px 0 0;
    animation: gradient-shift 8s infinite alternate;
}

.leadership-experience-76 .work-background-49::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: rgb(120,138,125,0.5);
    opacity: 0.2;
    border-radius: 20% 40% 50% 30%;
    filter: blur(15px);
    animation: float-blob 10s infinite alternate;
}

.leadership-experience-76 .name {
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: rgb(170,184,176);
    margin-bottom: 0.5rem;
    transform: translateY(0);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.leadership-experience-76 .work-background-49 > div:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    color: rgb(120,138,125);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    opacity: 0.8;
    transform: translateY(0);
    transition: all 0.4s ease 0.1s;
}

.leadership-experience-76 .work-background-49 > div:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(120,138,125,0.5);
    transition: width 0.4s ease;
}

.leadership-experience-76 .user-ratings-41:hover .work-background-49 > div:nth-child(2)::after {
    width: 100px;
}

.leadership-experience-76 .work-trajectory-59 {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    position: relative;
    padding: 1rem 0 0 1.5rem;
    border-left: 3px solid rgb(120,138,125,0.5);
    transform: translateY(10px);
    opacity: 0.7;
    transition: all 0.5s ease 0.2s;
}

.leadership-experience-76 .user-ratings-41:hover .work-trajectory-59 {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {
    .leadership-experience-76 .img-round-79 {
        height: 250px;
        width: 100%;
    }
}.test-drive-43 {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(165deg, rgb(170,184,176) 0%, rgb(120,138,125) 100%);
    overflow: hidden;
    z-index: 1;
}

.test-drive-43::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(100px);
    z-index: -1;
}

.test-drive-43::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    z-index: -1;
}

.test-drive-43 .pro-classes-40 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.test-drive-43 .pro-classes-40::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
}

.test-drive-43 .pro-classes-40::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 1;
}

.test-drive-43 .pro-classes-40:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.test-drive-43 h3 {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 37px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    opacity: 0.9;
}

.test-drive-43 h3::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.test-drive-43 h3::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.test-drive-43 .instant-request-58 {
    position: relative;
    display: inline-block;
    padding: 16px 50px;
    background: rgba(255, 255, 255, 0.95);
    color: rgb(170,184,176);
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.test-drive-43 .instant-request-58::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(170,184,176),
        rgb(120,138,125)
    );
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.test-drive-43 .instant-request-58::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.test-drive-43 .instant-request-58:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
}

.test-drive-43 .instant-request-58:hover::before {
    opacity: 1;
}

.test-drive-43 .instant-request-58:hover::after {
    width: 300px;
    height: 300px;
    opacity: 0;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
}

@media screen and (max-width: 992px) {
    .test-drive-43 {
        padding: 110px 0;
    }
    
    .test-drive-43 .pro-classes-40 {
        padding: 70px 50px;
        max-width: 85%;
    }
    
    .test-drive-43 h3 {
        font-size: calc(37px * 0.9);
        letter-spacing: 6px;
        margin-bottom: 55px;
    }
    
    .test-drive-43 .instant-request-58 {
        padding: 14px 45px;
        font-size: calc(15px * 0.95);
        letter-spacing: 2.5px;
    }
}

@media screen and (max-width: 768px) {
    .test-drive-43 {
        padding: 90px 0;
    }
    
    .test-drive-43 .pro-classes-40 {
        padding: 60px 40px;
    }
    
    .test-drive-43 h3 {
        font-size: calc(37px * 0.8);
        letter-spacing: 5px;
        margin-bottom: 50px;
    }
    
    .test-drive-43 h3::before {
        width: 35px;
        bottom: -20px;
    }
    
    .test-drive-43 h3::after {
        width: 5px;
        height: 5px;
        bottom: -22px;
    }
    
    .test-drive-43 .instant-request-58 {
        padding: 12px 40px;
        font-size: calc(15px * 0.9);
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 576px) {
    .test-drive-43 {
        padding: 70px 0;
    }
    
    .test-drive-43 .pro-classes-40 {
        padding: 50px 30px;
    }
    
    .test-drive-43 h3 {
        font-size: calc(37px * 0.7);
        letter-spacing: 4px;
        margin-bottom: 45px;
    }
    
    .test-drive-43 h3::before {
        width: 30px;
        bottom: -15px;
    }
    
    .test-drive-43 h3::after {
        width: 4px;
        height: 4px;
        bottom: -17px;
    }
    
    .test-drive-43 .instant-request-58 {
        padding: 10px 35px;
        font-size: calc(15px * 0.85);
        letter-spacing: 1.5px;
    }
}.stay-connected-47 {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(170,184,176,0.5) 0%, rgb(220,218,195) 100%);
}

.stay-connected-47::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(120,138,125,0.5) 45%, rgb(120,138,125,0.5) 55%, transparent 55%);
    transform: scale(1.5);
    z-index: 1;
}

.stay-connected-47 .pro-classes-40 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.stay-connected-47 .inquiry-links-05 {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: skewX(-10deg);
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    background: linear-gradient(110deg, #ffffff 0%, rgb(220,218,195) 100%);
    max-width: 600px;
    margin-left: auto;
}

.stay-connected-47 .inquiry-links-05::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60%;
    height: 10px;
    background: rgb(120,138,125);
    transform: skewX(15deg);
}

.stay-connected-47 .inquiry-links-05::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 60%;
    height: 10px;
    background: rgb(170,184,176);
    transform: skewX(15deg);
}

.stay-connected-47 h3 {
    transform: skewX(10deg);
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
}

.stay-connected-47 h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: rgb(170,184,176);
    transform: skewY(45deg);
}

.stay-connected-47 .input_holder {
    transform: skewX(10deg);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.stay-connected-47 input[type="email"] {
    padding: 0.8rem 1.5rem;
    border: 2px solid rgb(120,138,125,0.5);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    transform: translateX(-10px);
}

.stay-connected-47 input[type="email"]:focus {
    outline: none;
    border-color: rgb(170,184,176);
    box-shadow: 0 0 10px rgb(170,184,176,0.5);
    transform: translateX(0);
}

.stay-connected-47 input[type="submit"] {
    align-self: flex-end;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(170,184,176) 0%, rgb(120,138,125) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.stay-connected-47 input[type="submit"]:hover {
    background: linear-gradient(90deg, rgb(120,138,125) 0%, rgb(170,184,176) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .stay-connected-47 {
        padding: 3rem 1rem;
    }
    
    .stay-connected-47 .inquiry-links-05 {
        transform: skewX(-5deg);
        padding: 2rem;
        max-width: 100%;
    }
    
    .stay-connected-47 h3 {
        transform: skewX(5deg);
        font-size: calc(20px * 0.9);
    }
    
    .stay-connected-47 .input_holder {
        transform: skewX(5deg);
    }
    
    .stay-connected-47 input[type="email"] {
        padding: 0.7rem 1rem;
    }
    
    .stay-connected-47 input[type="submit"] {
        padding: 0.7rem 1.5rem;
        align-self: center;
    }
}

@media (max-width: 480px) {
    .stay-connected-47 {
        padding: 2rem 0.8rem;
    }
    
    .stay-connected-47 .inquiry-links-05 {
        transform: none;
        padding: 1.5rem;
    }
    
    .stay-connected-47 h3 {
        transform: none;
        font-size: calc(20px * 0.8);
        text-align: center;
        padding-left: 0;
    }
    
    .stay-connected-47 h3::before {
        left: 50%;
        top: -10px;
        height: 5px;
        width: 50px;
        transform: translateX(-50%);
    }
    
    .stay-connected-47 .input_holder {
        transform: none;
    }
    
    .stay-connected-47 input[type="email"] {
        transform: none;
    }
}.course-benefits-80 {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(220,218,195) 0%, rgb(170,184,176,0.5) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.course-benefits-80::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(120,138,125,0.5) 0%,
        transparent 70%
    );
    opacity: 0.4;
    z-index: 0;
    animation: rotateBackground 30s infinite linear;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-benefits-80::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(120,138,125,0.5) 100%),
        linear-gradient(45deg, rgb(170,184,176,0.5) 0%, transparent 60%);
    opacity: 0.2;
    z-index: 0;
}

.course-benefits-80 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.course-benefits-80 .pro-classes-40 {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    position: relative;
    border-radius: 20px;
    position: relative;
}

.course-benefits-80 .pro-classes-40::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        -45deg,
        rgb(170,184,176) 0%,
        transparent 40%,
        transparent 60%,
        rgb(120,138,125) 100%
    );
    border-radius: 22px;
    z-index: -1;
    opacity: 0.6;
    animation: borderGlow 8s infinite alternate;
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}

.course-benefits-80 .pro-classes-40::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    backdrop-filter: blur(15px);
    border-radius: 20px;
    z-index: -1;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.course-benefits-80 .text-details-92 {
    order: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-benefits-80 .img-round-79 {
    order: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    transform: scale(1.05) translateX(-5%);
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 1;
}

.course-benefits-80 .img-round-79:hover {
    transform: scale(1.08) translateX(-3%);
}

.course-benefits-80 h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.5px;
}

.course-benefits-80 h3::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgb(170,184,176);
    transform: translateY(-50%);
}

.course-benefits-80 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(
        to right, 
        rgb(120,138,125) 0%, 
        rgb(170,184,176) 50%,
        transparent 100%
    );
    border-radius: 10px;
}

.course-benefits-80 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.course-benefits-80 li {
    position: relative;
    padding: 18px;
    background: rgb(220,218,195);
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.course-benefits-80 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(170,184,176) 0%,
        rgb(120,138,125) 100%
    );
    opacity: 0.7;
    transition: all 0.4s ease;
}

.course-benefits-80 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(170,184,176,0.5) 0%,
        transparent 30%
    );
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.course-benefits-80 li:hover {
    transform: translateX(5px);
    background: linear-gradient(
        to right,
        rgb(220,218,195) 0%,
        #ffffff 100%
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-benefits-80 li:hover::before {
    width: 6px;
}

.course-benefits-80 li:hover::after {
    opacity: 0.3;
}

.course-benefits-80 li p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #000000;
    margin: 0;
    position: relative;
    z-index: 2;
}

.course-benefits-80 svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.course-benefits-80 svg path {
    fill: rgb(170,184,176);
    transition: all 0.5s ease;
}

.course-benefits-80 li:hover svg {
    transform: scale(1.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}

.course-benefits-80 li:hover svg path {
    fill: rgb(120,138,125);
}

@media (max-width: 992px) {
    .course-benefits-80 {
        padding: 80px 0;
    }

    .course-benefits-80 .pro-classes-40 {
        gap: 30px;
    }

    .course-benefits-80 .text-details-92 {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .course-benefits-80 .pro-classes-40 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .course-benefits-80 .img-round-79 {
        order: 1;
        transform: scale(1);
        border-radius: 20px 20px 0 0;
        width: 100%;
        max-height: 350px;
    }

    .course-benefits-80 .text-details-92 {
        order: 2;
        padding: 30px;
    }

    .course-benefits-80 h3::before {
        left: -30px;
        width: 20px;
    }
}

@media (max-width: 576px) {
    .course-benefits-80 {
        padding: 60px 0;
    }

    .course-benefits-80 .pro-classes-40 {
        gap: 30px;
    }

    .course-benefits-80 .img-round-79 {
        max-height: 250px;
    }

    .course-benefits-80 .text-details-92 {
        padding: 25px 20px;
    }

    .course-benefits-80 h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .course-benefits-80 h3::before {
        display: none;
    }

    .course-benefits-80 li {
        padding: 15px;
    }

    .course-benefits-80 li p {
        font-size: 13px;
        gap: 12px;
    }

    .course-benefits-80 svg {
        width: 22px;
        height: 22px;
        padding: 3px;
    }
}.title-screen-45 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(220,218,195);
}

.title-screen-45::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(120,138,125,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
}

.title-screen-45::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(170,184,176,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
}

.title-screen-45 .pro-classes-40 {
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 2;
}

.title-screen-45 .learn-welcome-57 {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.title-screen-45 .learn-welcome-57 input {
    display: none;
}

.title-screen-45 .study-tools-78 {
    width: 500%;
    height: 100%;
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.title-screen-45 .learn-main-25 {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title-screen-45 .learn-main-25::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgb(170,184,176,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(120,138,125,0.5) 100%
    );
    opacity: 0.85;
    z-index: 2;
}

.title-screen-45 .learn-main-25 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(1.1);
    will-change: transform;
    transition: transform 2s ease;
    filter: brightness(0.8) contrast(1.1);
}

.title-screen-45 .intro-title-69 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.title-screen-45 .intro-title-69 label {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.title-screen-45 .intro-title-69 label::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: #ffffff;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.title-screen-45 .intro-title-69 label:hover::before {
    transform: scale(0.6);
}

.title-screen-45 .text-details-92 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    max-width: 1000px;
    padding: 0 0 50px 0;
    z-index: 5;
}

.title-screen-45 .text-details-92 .container {
    padding: 3rem;
    position: relative;
    background: linear-gradient(
        -135deg,
        rgb(170,184,176) 0%,
        rgb(120,138,125) 100%
    );
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
}

.title-screen-45 .text-details-92 .container::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #ffffff;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: -1;
}

.title-screen-45 .text-details-92 h2 {
    font-size: 30px;
    color: rgb(170,184,176);
    margin-bottom: 1.2rem;
    font-weight: 700;
    padding-left: 15px;
    border-left: 4px solid rgb(170,184,176);
}

.title-screen-45 .text-details-92 h3 {
    font-size: 20px;
    color: rgb(120,138,125);
    margin-bottom: 1.8rem;
    font-weight: 600;
}

.title-screen-45 .text-details-92 p {
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.title-screen-45 input:nth-of-type(1):checked ~ .study-tools-78 {
    transform: translateX(0);
}

.title-screen-45 input:nth-of-type(2):checked ~ .study-tools-78 {
    transform: translateX(-20%);
}

.title-screen-45 input:nth-of-type(3):checked ~ .study-tools-78 {
    transform: translateX(-40%);
}

.title-screen-45 input:nth-of-type(4):checked ~ .study-tools-78 {
    transform: translateX(-60%);
}

.title-screen-45 input:nth-of-type(5):checked ~ .study-tools-78 {
    transform: translateX(-80%);
}

.title-screen-45 input:nth-of-type(6):checked ~ .study-tools-78 {
    transform: translateX(-100%);
}

.title-screen-45 input:nth-of-type(7):checked ~ .study-tools-78 {
    transform: translateX(-120%);
}

.title-screen-45 input:nth-of-type(8):checked ~ .study-tools-78 {
    transform: translateX(-140%);
}

.title-screen-45 input:nth-of-type(9):checked ~ .study-tools-78 {
    transform: translateX(-160%);
}

.title-screen-45 input:nth-of-type(10):checked ~ .study-tools-78 {
    transform: translateX(-180%);
}

.title-screen-45 input:nth-of-type(1):checked ~ .intro-title-69 label:nth-child(1)::before,
.title-screen-45 input:nth-of-type(2):checked ~ .intro-title-69 label:nth-child(2)::before,
.title-screen-45 input:nth-of-type(3):checked ~ .intro-title-69 label:nth-child(3)::before,
.title-screen-45 input:nth-of-type(4):checked ~ .intro-title-69 label:nth-child(4)::before,
.title-screen-45 input:nth-of-type(5):checked ~ .intro-title-69 label:nth-child(5)::before,
.title-screen-45 input:nth-of-type(6):checked ~ .intro-title-69 label:nth-child(6)::before,
.title-screen-45 input:nth-of-type(7):checked ~ .intro-title-69 label:nth-child(7)::before,
.title-screen-45 input:nth-of-type(8):checked ~ .intro-title-69 label:nth-child(8)::before,
.title-screen-45 input:nth-of-type(9):checked ~ .intro-title-69 label:nth-child(9)::before,
.title-screen-45 input:nth-of-type(10):checked ~ .intro-title-69 label:nth-child(10)::before {
    transform: scale(1);
}

.title-screen-45 input:nth-of-type(1):checked ~ .intro-title-69 label:nth-child(1),
.title-screen-45 input:nth-of-type(2):checked ~ .intro-title-69 label:nth-child(2),
.title-screen-45 input:nth-of-type(3):checked ~ .intro-title-69 label:nth-child(3),
.title-screen-45 input:nth-of-type(4):checked ~ .intro-title-69 label:nth-child(4),
.title-screen-45 input:nth-of-type(5):checked ~ .intro-title-69 label:nth-child(5),
.title-screen-45 input:nth-of-type(6):checked ~ .intro-title-69 label:nth-child(6),
.title-screen-45 input:nth-of-type(7):checked ~ .intro-title-69 label:nth-child(7),
.title-screen-45 input:nth-of-type(8):checked ~ .intro-title-69 label:nth-child(8),
.title-screen-45 input:nth-of-type(9):checked ~ .intro-title-69 label:nth-child(9),
.title-screen-45 input:nth-of-type(10):checked ~ .intro-title-69 label:nth-child(10) {
    border-color: rgb(170,184,176);
    background: rgb(170,184,176);
    transform: scale(1.2);
}

.title-screen-45 input:nth-of-type(1):checked ~ .study-tools-78 .learn-main-25:nth-child(1) img,
.title-screen-45 input:nth-of-type(2):checked ~ .study-tools-78 .learn-main-25:nth-child(2) img,
.title-screen-45 input:nth-of-type(3):checked ~ .study-tools-78 .learn-main-25:nth-child(3) img,
.title-screen-45 input:nth-of-type(4):checked ~ .study-tools-78 .learn-main-25:nth-child(4) img,
.title-screen-45 input:nth-of-type(5):checked ~ .study-tools-78 .learn-main-25:nth-child(5) img,
.title-screen-45 input:nth-of-type(6):checked ~ .study-tools-78 .learn-main-25:nth-child(6) img,
.title-screen-45 input:nth-of-type(7):checked ~ .study-tools-78 .learn-main-25:nth-child(7) img,
.title-screen-45 input:nth-of-type(8):checked ~ .study-tools-78 .learn-main-25:nth-child(8) img,
.title-screen-45 input:nth-of-type(9):checked ~ .study-tools-78 .learn-main-25:nth-child(9) img,
.title-screen-45 input:nth-of-type(10):checked ~ .study-tools-78 .learn-main-25:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {
    .title-screen-45 .text-details-92 {
        width: 95%;
        max-width: 900px;
        padding-bottom: 70px;
    }
    
    .title-screen-45 .text-details-92 .container {
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .title-screen-45 .pro-classes-40 {
        height: 70vh;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 70vh;
    }
    
    .title-screen-45 .text-details-92 {
        width: 98%;
        max-width: 900px;
        padding-bottom: 40px;
    }
    
    .title-screen-45 .text-details-92 .container {
        padding: 2.2rem;
    }
    
    .title-screen-45 .text-details-92 h2 {
        font-size: calc(30px * 0.9);
    }
    
    .title-screen-45 .text-details-92 h3 {
        font-size: calc(20px * 0.9);
    }
    
    .title-screen-45 .intro-title-69 {
        bottom: 25px;
        left: 30px;
        gap: 12px;
    }
    
    .title-screen-45 .intro-title-69 label {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 767px) {
    .title-screen-45 .pro-classes-40 {
        height: 60vh;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 60vh;
    }
    
    .title-screen-45 .text-details-92 {
        width: 98%;
        max-width: 700px;
        padding-bottom: 40px;
    }
    
    .title-screen-45 .text-details-92 .container {
        padding: 1.8rem;
    }
    
    .title-screen-45 .text-details-92 h2 {
        font-size: calc(30px * 0.85);
        padding-left: 12px;
        border-left-width: 3px;
    }
    
    .title-screen-45 .text-details-92 h3 {
        font-size: calc(20px * 0.85);
        margin-bottom: 1.2rem;
    }
    
    .title-screen-45 .text-details-92 p {
        font-size: calc(17px * 0.95);
        line-height: 1.6;
    }
    
    .title-screen-45 .intro-title-69 {
        bottom: 20px;
        left: 25px;
        gap: 10px;
    }
    
    .title-screen-45 .intro-title-69 label {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 575px) {
    .title-screen-45 .pro-classes-40 {
        height: 90vh;
        display: flex;
        flex-direction: column;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 50%;
        position: relative;
    }
    
    .title-screen-45 .text-details-92 {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 50%;
        padding: 0.5rem;
    }
    
    .title-screen-45 .text-details-92 .container {
        padding: 1.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        clip-path: none;
    }
    
    .title-screen-45 .text-details-92 .container::before {
        clip-path: none;
    }
    
    .title-screen-45 .text-details-92 h2 {
        font-size: calc(30px * 0.8);
        margin-bottom: 0.6rem;
    }
    
    .title-screen-45 .text-details-92 h3 {
        font-size: calc(16px * 1.1);
        margin-bottom: 1rem;
    }
    
    .title-screen-45 .text-details-92 p {
        font-size: calc(17px * 0.9);
        line-height: 1.5;
    }
    
    .title-screen-45 .intro-title-69 {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 8px;
    }
    
    .title-screen-45 .intro-title-69 label {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .title-screen-45 .text-details-92 .container {
        padding: 1rem;
    }
    
    .title-screen-45 .text-details-92 h2 {
        padding-left: 10px;
        border-left-width: 2px;
    }
}

@media (max-height: 700px) and (min-width: 576px) {
    .title-screen-45 .pro-classes-40 {
        height: 85vh;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 85vh;
    }
    
    .title-screen-45 .text-details-92 {
        padding-bottom: 80px;
    }
}

@media (max-height: 600px) and (min-width: 576px) {
    .title-screen-45 .pro-classes-40 {
        height: 90vh;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 90vh;
    }
    
    .title-screen-45 .text-details-92 {
        padding-bottom: 70px;
    }
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {
    .title-screen-45 .pro-classes-40 {
        height: 100vh;
    }
    
    .title-screen-45 .learn-welcome-57 {
        height: 100vh;
    }
    
    .title-screen-45 .text-details-92 {
        padding-bottom: 60px;
    }
}.course-methodology-71 {
    position: relative;
    background-color: rgb(220,218,195);
    padding: 120px 0;
    overflow: hidden;
}

.course-methodology-71::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(170,184,176,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(120,138,125,0.5) 0%, transparent 40%);
    opacity: 0.15;
    z-index: 1;
}

.course-methodology-71 .pro-classes-40 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.course-methodology-71 .text-details-92 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-left: 3px solid rgb(170,184,176);
    margin-left: 15%;
    width: 55%;
}

.course-methodology-71 .text-details-92::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: -1;
}

.course-methodology-71 .text-details-92::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(170,184,176) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(120,138,125) 240deg,
        transparent 300deg
    );
    opacity: 0.15;
    border-radius: 50%;
    transform: translate(50%, -50%);
    z-index: -1;
    animation: spin 20s linear infinite;
}

.course-methodology-71 .text-details-92 h2 {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.course-methodology-71 .text-details-92 h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgb(170,184,176);
    filter: blur(8px);
    opacity: 0.7;
    animation: glitch 5s infinite;
    z-index: -1;
}

.course-methodology-71 .text-details-92 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: rgb(170,184,176);
    transition: width 0.3s ease;
}

.course-methodology-71 .text-details-92:hover h2::after {
    width: 100%;
}

.course-methodology-71 .text-details-92 p {
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.85;
    position: relative;
    z-index: 2;
}

.course-methodology-71 .pro-classes-40::before,
.course-methodology-71 .pro-classes-40::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.course-methodology-71 .pro-classes-40::before {
    width: 10px;
    height: 10px;
    background-color: rgb(170,184,176);
    top: 40px;
    left: 10%;
    box-shadow: 0 0 20px rgb(170,184,176);
    animation: particle1 15s infinite alternate;
}

.course-methodology-71 .pro-classes-40::after {
    width: 15px;
    height: 15px;
    background-color: rgb(120,138,125);
    bottom: 60px;
    right: 5%;
    box-shadow: 0 0 30px rgb(120,138,125);
    animation: particle2 20s infinite alternate-reverse;
}

.course-methodology-71::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(170,184,176) 20%, 
        rgb(170,184,176) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(120,138,125) 60%, 
        rgb(120,138,125) 80%, 
        transparent 100%
    );
    z-index: 3;
}

.course-methodology-71 .text-details-92 p::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    animation: digital-wave 8s infinite;
    z-index: -1;
}

.course-methodology-71 .text-details-92::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(170,184,176,0.5) 25px, rgb(170,184,176,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(170,184,176,0.5) 25px, rgb(170,184,176,0.5) 26px, transparent 27px);
    background-size: 50px 50px;
    opacity: 0.05;
    z-index: -1;
}

@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}

@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.course-methodology-71 .text-details-92 p {
    position: relative;
    overflow: hidden;
}

.course-methodology-71 .text-details-92 p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(170,184,176,0.5);
    animation: scan 4s linear infinite;
    z-index: 1;
    opacity: 0.3;
}

@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.course-methodology-71 .text-details-92:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(170,184,176,0.5),
                0 0 20px rgb(170,184,176,0.5);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
    .course-methodology-71 {
        padding: 80px 0;
    }
    
    .course-methodology-71 .text-details-92 {
        padding: 40px 30px;
        margin-left: 10%;
        width: 65%;
    }
    
    .course-methodology-71 .text-details-92::after {
        width: 100px;
        height: 100px;
    }
    
    .course-methodology-71 .pro-classes-40::before {
        top: 20px;
    }
    
    .course-methodology-71 .pro-classes-40::after {
        bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .course-methodology-71 {
        padding: 60px 0;
    }
    
    .course-methodology-71 .text-details-92 {
        padding: 30px 20px;
        margin-left: 0;
        width: 100%;
    }
    
    .course-methodology-71 .text-details-92 h2 {
        font-size: calc(33px * 0.9);
        margin-bottom: 25px;
    }
    
    .course-methodology-71 .text-details-92::after {
        width: 80px;
        height: 80px;
    }
    
    .course-methodology-71 .pro-classes-40::before,
    .course-methodology-71 .pro-classes-40::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .course-methodology-71 {
        padding: 40px 0;
    }
    
    .course-methodology-71 .text-details-92 {
        padding: 25px 15px;
        border-radius: calc(10px * 0.8);
    }
    
    .course-methodology-71 .text-details-92 h2 {
        font-size: calc(33px * 0.8);
        margin-bottom: 20px;
    }
    
    .course-methodology-71 .text-details-92 h2::after {
        width: 30px;
    }
    
    .course-methodology-71 .text-details-92 p {
        font-size: calc(13px * 0.9);
    }
    
    .course-methodology-71::after {
        height: 1px;
    }
}

.course-methodology-71 .text-details-92 h2 {
    position: relative;
}

.course-methodology-71 .text-details-92 h2::before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: rgb(170,184,176);
    filter: blur(10px);
    opacity: 0.1;
    z-index: -1;
    animation: glitch 5s infinite;
}.user-testimonials-58 {
    position: relative;
    padding: 100px 0;
    background: rgb(220,218,195);
    overflow: hidden;
}

.user-testimonials-58::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(170,184,176,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,184,176,0.5) 87.5%, rgb(170,184,176,0.5)),
        linear-gradient(150deg, rgb(170,184,176,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,184,176,0.5) 87.5%, rgb(170,184,176,0.5)),
        linear-gradient(30deg, rgb(170,184,176,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,184,176,0.5) 87.5%, rgb(170,184,176,0.5)),
        linear-gradient(150deg, rgb(170,184,176,0.5) 12%, transparent 12.5%, transparent 87%, rgb(170,184,176,0.5) 87.5%, rgb(170,184,176,0.5)),
        linear-gradient(60deg, rgb(120,138,125,0.5) 25%, transparent 25.5%, transparent 75%, rgb(120,138,125,0.5) 75%, rgb(120,138,125,0.5)),
        linear-gradient(60deg, rgb(120,138,125,0.5) 25%, transparent 25.5%, transparent 75%, rgb(120,138,125,0.5) 75%, rgb(120,138,125,0.5));
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    background-size: 50px 50px;
    opacity: 0.05;
    z-index: 1;
}

.user-testimonials-58 .pro-classes-40 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.user-testimonials-58 h4 {
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
    transform: skew(-5deg);
}

.user-testimonials-58 h4::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 10px;
    background: rgb(120,138,125,0.5);
    bottom: -5px;
    left: -50px;
    z-index: -1;
    transform: skew(15deg);
}

.user-testimonials-58 h4::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(170,184,176,0.5);
    top: -15px;
    right: -40px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotate 6s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-testimonials-58 .user-voices-61 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 2;
}

.user-testimonials-58 .user-ratings-41 {
    position: relative;
    background: #ffffff;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
}

.user-testimonials-58 .user-ratings-41::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(170,184,176,0.5), rgb(120,138,125,0.5));
    clip-path: inherit;
    z-index: -1;
    transform: translate(8px, 8px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.user-testimonials-58 .user-ratings-41::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgb(220,218,195);
    bottom: 0;
    right: 15%;
    z-index: -2;
    transform: rotate(45deg) translateY(25px);
}

.user-testimonials-58 .user-ratings-41:nth-child(odd)::after {
    background: rgb(170,184,176,0.5);
}

.user-testimonials-58 .user-ratings-41:nth-child(even)::after {
    background: rgb(120,138,125,0.5);
}

.user-testimonials-58 .user-ratings-41:hover {
    transform: translateY(-15px);
}

.user-testimonials-58 .user-ratings-41:hover::before {
    transform: translate(4px, 4px);
}

.user-testimonials-58 .img-round-79 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 3px solid #ffffff;
    top: -20px;
    right: 20px;
    transition: all 0.4s ease;
    z-index: 3;
}

.user-testimonials-58 .user-ratings-41:nth-child(odd) .img-round-79 {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}

.user-testimonials-58 .user-ratings-41:nth-child(even) .img-round-79 {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}

.user-testimonials-58 .user-ratings-41:hover .img-round-79 {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.user-testimonials-58 .user-ratings-41 span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed rgb(170,184,176,0.5);
}

.user-testimonials-58 .user-ratings-41 p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    position: relative;
}

.user-testimonials-58 .user-ratings-41 p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(170,184,176);
}

.user-testimonials-58 .user-voices-61::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid rgb(120,138,125,0.5);
    border-radius: 50%;
    top: -50px;
    left: 10%;
    z-index: -1;
}

.user-testimonials-58 .user-voices-61::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(170,184,176,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -75px;
    right: 10%;
    z-index: -1;
    opacity: 0.2;
}

@media (max-width: 767px) {
    .user-testimonials-58 {
        padding: 70px 0;
    }
    
    .user-testimonials-58 h4 {
        font-size: calc(33px * 0.85);
        margin-bottom: 60px;
        text-align: center;
        display: block;
        transform: none;
    }
    
    .user-testimonials-58 h4::before {
        width: 100%;
        left: 0;
        transform: none;
    }
    
    .user-testimonials-58 .user-voices-61 {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .user-testimonials-58 .user-ratings-41 {
        padding: 30px 25px;
    }
    
    .user-testimonials-58 .img-round-79 {
        width: 70px;
        height: 70px;
        top: -15px;
        right: 15px;
    }
    
    .user-testimonials-58 .user-ratings-41 span {
        font-size: calc(17px * 0.9);
    }
    
    .user-testimonials-58 .user-ratings-41 p {
        font-size: calc(12px * 0.9);
    }
}.thxPanel-45 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(220,218,195);
    padding: 60px 0;
}
.thxPanel-45 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(170,184,176,0.5);
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgb(170,184,176,0.5);
    max-width: 80%;
    width: 100%;
}
.thxPanel-45 h2 {
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 600;
    color: rgb(170,184,176);
    text-transform: none;
    border-bottom: 2px solid rgb(170,184,176);
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.thxPanel-45 p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    width: 100%;
    text-align: left;
    border-left: 3px solid rgb(170,184,176);
    padding-left: 15px;
}
@media only screen and (max-width: 800px) {
    .thxPanel-45 {
        padding: 20px;
    }
    .thxPanel-45 .container {
        padding: 40px 20px;
    }
    .thxPanel-45 h2 {
        font-size: 34px;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
    }
    .thxPanel-45 p {
        font-size: 15px;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
}
