* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.achieve-cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.wrapper-skeleton {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.first-class {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1177px;
    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;
}}
.cookie-overlay-panel {
    text-align: center;
    z-index: 1050;
    overflow: hidden;
    border-radius: 25px;
    padding: 20px;
    flex-direction: column;
    position: fixed;
    font-family: Arial, sans-serif;
    align-items: center;
    width: 90%;
    display: flex;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    left: 50%;
    background: rgb(205,218,218);
    bottom: 20px;
}.learn-agree {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}.privacy-switch {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.privacy-switch svg, .privacy-switch svg path, .privacy-switch img {
    height: 80px;
    fill: rgb(168,183,183);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-overlay-panel h5 {
    font-size: 19px;
    margin-bottom: 10px;
    color: rgb(168,183,183);
    font-weight: 700;
}.cookie-overlay-panel p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.track-alert {
    border-radius: 10px;
    width: calc(50% - 10px);
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(168,183,183);
    text-decoration: none;
    margin: 5px;
    padding: 10px 20px;
}.track-alert:hover {
    transform: translateY(-3px);
    background: rgb(132,148,148);
}.cookie_button.visitor-confirm {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.visitor-confirm:hover {
    background: rgb(132,148,148,0.5);
}.cookie-overlay-panel p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(168,183,183);
}.cookie-overlay-panel p a:hover {
    color: rgb(132,148,148);
}
@media only screen and (max-width: 600px) {.cookie-overlay-panel {
    transform: none;
    bottom: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
}.learn-agree {
    padding: 15px;
}.privacy-switch svg {
    height: 50px;
    width: 50px;
}.cookie-overlay-panel h5 {
    font-size: calc(19px - 2px);
}.cookie-overlay-panel p {
    font-size: calc(14px - 2px);
}.track-alert {
    font-size: calc(20px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookieUsageBanner {
    display: none;
}#cookieUsageBanner:checked ~ .cookie-overlay-panel {
    visibility: hidden;
    opacity: 0;
}.user-feedback {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(205,218,218), rgba(245, 248, 252, 0.7));
    padding: 120px 0;
}.user-feedback::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(168,183,183,0.5), 0.05), transparent 60%);
    height: 100%;
    position: absolute;
    width: 100%;
}.user-feedback::after {
    right: -50px;
    border-radius: 50%;
    content: "";
    bottom: -50px;
    background: linear-gradient(135deg, rgba(rgb(132,148,148,0.5), 0.05), rgba(rgb(168,183,183,0.5), 0.08));
    z-index: 0;
    height: 300px;
    position: absolute;
    width: 300px;
    filter: blur(40px);
}.user-feedback .container {
    z-index: 1;
    position: relative;
}.user-feedback h2 {
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    font-size: 36px;
    transition: transform 0.5s ease;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
}.user-feedback h2::after {
    left: 50%;
    height: 3px;
    content: "";
    bottom: -15px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(rgb(168,183,183,0.5), 0.2);
    width: 80px;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
    transform: translateX(-50%);
}.user-feedback .review-feedback {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
}.user-feedback .review-carousel {
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    padding: 30px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    border-radius: 15px;
    overflow: hidden;
}.user-feedback .review-carousel::before {
    color: rgba(rgb(132,148,148,0.5), 0.06);
    content: "";
    font-size: 120px;
    z-index: 0;
    right: 20px;
    top: 10px;
    position: absolute;
    font-family: serif;
    line-height: 1;
}.user-feedback .review-carousel:hover {
    transform: translateY(-8px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
}.user-feedback .review-carousel div {
    display: flex;
    z-index: 1;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}.user-feedback .review-carousel img {
    margin-right: 15px;
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.user-feedback .review-carousel:hover img {
    transform: scale(1.05);
}.user-feedback .review-carousel h4 {
    font-weight: 600;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: calc(18px - 2px);
}.user-feedback .review-carousel h4::after {
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(168,183,183), transparent);
    left: 0;
    width: 0;
    height: 2px;
}.user-feedback .review-carousel:hover h4::after {
    width: 100%;
}.user-feedback .review-carousel .description {
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}.user-feedback .review-carousel:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.user-feedback .review-carousel:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.user-feedback a {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(168,183,183), rgb(132,148,148));
    margin: 40px auto 0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(rgb(168,183,183,0.5), 0.2);
    position: relative;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: fit-content;
}.user-feedback a::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    left: -100%;
}.user-feedback a:hover {
    box-shadow: 0 8px 20px rgba(rgb(168,183,183,0.5), 0.3);
    transform: translateY(-3px);
}.user-feedback a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.user-feedback .review-feedback {
    grid-template-columns: repeat(4, 1fr);
}.user-feedback h2 {
    font-size: calc(36px + 4px);
}.user-feedback .training-experts {
    margin: 0 auto;
    max-width: 1200px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.user-feedback .review-feedback {
    grid-template-columns: repeat(3, 1fr);
}.user-feedback {
    padding: 100px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {.user-feedback .review-feedback {
    grid-template-columns: repeat(2, 1fr);
}.user-feedback {
    padding: 80px 0;
}.user-feedback h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.user-feedback {
    padding: 60px 0;
}.user-feedback .review-feedback {
    grid-template-columns: 1fr;
}.user-feedback h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 2px);
}.user-feedback .review-carousel {
    padding: 25px 20px;
}.user-feedback .review-carousel img {
    height: 50px;
    width: 50px;
}.user-feedback a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.user-feedback {
    padding: 50px 0;
}.user-feedback h2 {
    font-size: calc(36px - 4px);
}.user-feedback .review-carousel {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.user-feedback .review-carousel {
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.8);
}.user-feedback .review-carousel:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.user-feedback .review-carousel,
  .user-feedback a,
  .user-feedback a::before,
  .user-feedback .review-carousel img,
  .user-feedback .review-carousel h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.user-feedback .review-carousel .description {
    line-height: 1.7;
    font-size: calc(18px + 1px);
}}.contact-us {
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(205,218,218) 0%, 
        rgb(132,148,148,0.5) 100%
    );
    overflow: hidden;
}.contact-us::before {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    content: '';
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
}.contact-us::after {
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    height: 200%;
    position: absolute;
    content: '';
    z-index: 2;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(168,183,183,0.5) 0%, 
        transparent 70%
    );
    width: 200%;
    opacity: 0.6;
}.contact-us .container {
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 3;
    position: relative;
    max-width: 1300px;
}.contact-us h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 700;
    font-size: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}.contact-us h2::before,
.contact-us h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(168,183,183), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
    content: '';
    height: 2px;
}.contact-us h2::before {
    width: 30%;
    left: 0;
}.contact-us h2::after {
    right: 0;
    width: 30%;
}.contact-us .message-reach {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border-radius: 14px;
    align-items: stretch;
    background: rgb(132,148,148,0.5);
    border: 1px solid rgb(168,183,183,0.5);
    transform: rotateX(5deg) scale(0.98);
    display: flex;
}.contact-us .message-reach:hover {
    transform: rotateX(0) scale(1);
}.contact-us .pic-strip {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}.contact-us .pic-strip::before {
    background: linear-gradient(
        135deg, 
        rgb(168,183,183,0.5) 0%, 
        rgb(132,148,148,0.5) 100%
    );
    position: absolute;
    mix-blend-mode: color-dodge;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    height: 100%;
}.contact-us .message-links {
    justify-content: center;
    padding: 4rem 3rem;
    display: flex;
    position: relative;
    flex: 0 0 60%;
    flex-direction: column;
}.contact-us .message-links::before {
    content: '';
    position: absolute;
    right: 2rem;
    width: 10px;
    border-radius: 50%;
    animation: signal-pulse 2s infinite alternate;
    box-shadow: 0 0 20px rgb(168,183,183);
    height: 10px;
    top: 2rem;
    background: rgb(168,183,183);
}.contact-us .message-links form {
    margin: 0 auto;
    max-width: 500px;
    z-index: 3;
    width: 100%;
    position: relative;
}.contact-us .message-links h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #ffffff;
}.contact-us .message-links input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(168,183,183,0.5);
    transition: all 0.3s ease;
    font-size: 18px;
    width: 100%;
    z-index: 2;
    background: rgb(132,148,148,0.5);
    position: relative;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    outline: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
}.contact-us .message-links input:not([type="checkbox"]):not([type="submit"])::before {
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(168,183,183,0.5) 100%
    );
}.contact-us .message-links input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(168,183,183);
    box-shadow: 0 0 15px rgb(168,183,183,0.5);
}.contact-us .message-links input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-us .message-links .message-message {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact-us .message-links .message-message input[type="checkbox"] {
    height: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(168,183,183,0.5);
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    width: 22px;
    position: relative;
    margin-right: 1rem;
    background: rgb(132,148,148,0.5);
}.contact-us .message-links .message-message input[type="checkbox"]:checked {
    background: rgb(168,183,183);
    border-color: rgb(168,183,183);
}.contact-us .message-links .message-message input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    color: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
}.contact-us .message-links .message-message label {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    align-items: center;
}.contact-us .message-links .message-message a {
    margin-left: 0.3rem;
    color: rgb(168,183,183);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-us .message-links .message-message a:hover {
    text-decoration: underline;
}.contact-us .message-links .help-block {
    position: relative;
    overflow: hidden;
    font-size: 17px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    padding: 1rem;
    cursor: pointer;
    background: rgb(168,183,183);
}.contact-us .message-links .help-block::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(168,183,183,0.5), 
        transparent
    );
    height: 100%;
    transition: all 0.3s ease;
    left: -100%;
}.contact-us .message-links .help-block:hover::before {
    left: 100%;
}.contact-us .message-links .help-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(168,183,183,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-us .message-reach {
    flex-direction: column;
    transform: none;
}.contact-us .pic-strip {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-us .message-links {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-us {
    padding: 3rem 0;
}.contact-us h2 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.8);
}.contact-us .message-links h3 {
    font-size: calc(32px * 0.9);
}.contact-us .message-links input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-us .message-links .message-message {
    align-items: flex-start;
}.contact-us .message-links .message-message input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-us .message-reach {
    border-radius: 0;
}.contact-us .pic-strip {
    min-height: 250px;
}.contact-us .message-links {
    padding: 2rem 1.5rem;
}}.find-us {
    background: linear-gradient(
        135deg, 
        rgb(168,183,183,0.5) 0%, 
        rgb(132,148,148,0.5) 50%, 
        rgb(168,183,183,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.find-us::before {
    animation: techBackground 15s linear infinite;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    opacity: 0.5;
    z-index: 1;
    left: -50%;
    content: '';
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.find-us .container {
    padding: 4rem 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.find-us .inquire-now {
    padding: 3rem;
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(168,183,183), 0.2);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
}.find-us .contact-team {
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    background: linear-gradient(
        90deg, 
        rgb(168,183,183), 
        rgb(132,148,148)
    );
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    -webkit-background-clip: text !important;
    font-size: 31px;
}.find-us .pic-strip {
    transition: transform 0.3s ease;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 4px solid rgb(132,148,148);
    margin: 0 auto 2rem;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    height: 250px;
    width: 250px;
}.find-us .pic-strip:hover {
    transform: scale(1.05);
}.find-us .edu-askus {
    color: #ffffff;
    text-align: center;
}.find-us .edu-askus p {
    position: relative;
    justify-content: center;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 18px;
    display: flex;
}.find-us .edu-askus p svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    opacity: 0.8;
    margin: 0 8px;
    width: 24px;
    height: 24px;
}.find-us .edu-askus p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.find-us .edu-askus p:hover {
    transform: translateX(10px);
}.find-us .edu-askus p:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.find-us .edu-askus p:hover svg path {
    fill: rgb(132,148,148);
}.find-us .edu-askus a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}.find-us .edu-askus a:hover {
    color: rgb(132,148,148);
}.find-us .submit-feedback {
    border-radius: 10px;
    margin-top: 2rem;
    background: rgba(255,255,255,0.05);
    padding: 1.5rem;
}.find-us .contact-widget {
    align-items: center;
    display: flex;
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: center;
    justify-content: center;
    font-size: 21px;
}.find-us .contact-widget svg {
    height: 22px;
    width: 22px;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin-right: 10px;
}.find-us .contact-widget svg path {
    fill: #ffffff;
}.find-us .submit-feedback:hover .contact-widget svg {
    transform: rotate(15deg);
    opacity: 1;
}.find-us .submit-feedback:hover .contact-widget svg path {
    fill: rgb(132,148,148);
}.find-us .connect-team {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}.find-us .talk-answer {
    align-items: center;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0.1);
    position: relative;
    display: flex;
}.find-us .talk-answer svg {
    width: 0;
    transition: all 0.3s ease;
    height: 16px;
    margin-right: 0;
    transform: translateX(-10px);
    opacity: 0;
}.find-us .talk-answer svg path {
    fill: rgb(132,148,148);
}.find-us .talk-answer:hover {
    background: rgba(255,255,255,0.2);
    padding-left: 0.8rem;
    padding-right: 1.2rem;
}.find-us .talk-answer:hover svg {
    margin-right: 6px;
    transform: translateX(0);
    opacity: 1;
    width: 16px;
}

@media (max-width: 1024px) {.find-us .container {
    padding: 2rem 15px;
}.find-us .inquire-now {
    padding: 2rem;
}.find-us .pic-strip {
    width: 200px;
    height: 200px;
}.find-us .edu-askus p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.find-us .contact-widget svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
}

@media (max-width: 768px) {.find-us .inquire-now {
    padding: 1.5rem;
}.find-us .pic-strip {
    height: 150px;
    width: 150px;
}.find-us .connect-team {
    flex-direction: column;
    align-items: center;
}.find-us .edu-askus p svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.find-us .contact-widget svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}
}

@media (max-width: 480px) {.find-us .container {
    padding: 1rem 15px;
}.find-us .inquire-now {
    padding: 1rem;
}.find-us .pic-strip {
    height: 120px;
    width: 120px;
}.find-us .edu-askus p svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}.find-us .contact-widget svg {
    width: 16px;
    margin-right: 5px;
    height: 16px;
}}.our-story {
    background: rgb(205,218,218);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-story::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,183,183,0.5) 0,
        rgb(168,183,183,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.our-story .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.our-story .training-experts {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.our-story h3 {
    font-weight: 700;
    font-size: 37px;
    grid-column: 1 / 4;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: inline-block;
}.our-story h3::after {
    left: 0;
    width: 80px;
    content: "";
    background: rgb(168,183,183);
    bottom: 0;
    height: 4px;
    position: absolute;
}.our-story .promise-block {
    transition: transform 0.4s ease;
    z-index: 2;
    background: #ffffff;
    padding-right: 300px;
    grid-row: 2 / 3;
    padding: 40px;
    position: relative;
    border-radius: 30px;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.our-story .promise-block:hover {
    transform: translateX(0);
}.our-story .promise-block span {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(168,183,183);
    position: relative;
    display: block;
}.our-story .promise-block span::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 2px;
    left: -40px;
    top: 50%;
    background: rgb(168,183,183);
    width: 30px;
}.our-story .promise-block p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 13px;
}.our-story .promise-block .pic-strip {
    right: -30px;
    position: absolute;
    height: 350px;
    border-radius: 0 30px 30px 0;
    top: -30px;
    z-index: -1;
    box-shadow: 10px 10px 0 rgb(132,148,148,0.5);
    width: 280px;
}.our-story .smart-learning {
    transition: transform 0.4s ease;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding-left: 300px;
    margin-top: 40px;
    border-radius: 30px;
    position: relative;
    background: #ffffff;
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    z-index: 2;
}.our-story .smart-learning:hover {
    transform: translateX(0);
}.our-story .smart-learning p {
    margin-bottom: 0;
    padding-right: 20px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
}.our-story .smart-learning p::after {
    position: absolute;
    content: "";
    background: rgb(132,148,148);
    top: 30px;
    width: 30px;
    right: -40px;
    height: 2px;
}.our-story .smart-learning .learning-studio {
    height: 350px;
    width: 280px;
    left: -30px;
    position: absolute;
    border-radius: 30px 0 0 30px;
    box-shadow: -10px 10px 0 rgb(168,183,183,0.5);
    z-index: -1;
    top: -30px;
}.our-story .training-experts::after {
    right: -100px;
    border: 3px solid rgb(132,148,148,0.5);
    position: absolute;
    width: 200px;
    content: "";
    z-index: 0;
    border-radius: 50%;
    top: 100px;
    height: 200px;
}.our-story .training-experts::before {
    border-radius: 50%;
    left: -70px;
    content: "";
    bottom: 50px;
    z-index: 0;
    position: absolute;
    border: 3px solid rgb(168,183,183,0.5);
    height: 150px;
    width: 150px;
}.our-story .container::before {
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(168,183,183,0.5), transparent);
    top: 0;
    left: 0;
}.our-story .container::after {
    right: 0;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(132,148,148,0.5), transparent);
    position: absolute;
    bottom: 0;
}.our-story .promise-block::before {
    position: absolute;
    background: rgb(168,183,183,0.5);
    content: "";
    opacity: 0.3;
    height: 80px;
    border-radius: 50%;
    width: 80px;
    top: -20px;
    left: -20px;
    z-index: -1;
}.our-story .smart-learning::after {
    position: absolute;
    content: "";
    height: 80px;
    z-index: -1;
    width: 80px;
    opacity: 0.3;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: rgb(132,148,148,0.5);
}

@media screen and (max-width: 1200px) {.our-story .container {
    padding: 0 30px;
}.our-story .promise-block {
    padding-right: 250px;
}.our-story .smart-learning {
    padding-left: 250px;
}.our-story .promise-block .pic-strip,
    .our-story .smart-learning .learning-studio {
    width: 220px;
    height: 280px;
}
}

@media screen and (max-width: 992px) {.our-story {
    padding: 80px 0;
}.our-story .training-experts {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.our-story h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
    grid-column: 1 / 2;
}.our-story .promise-block {
    padding: 30px;
    transform: translateX(0);
    grid-column: 1 / 2;
    padding-bottom: 250px;
    margin-bottom: 60px;
}.our-story .smart-learning {
    padding-top: 250px;
    grid-row: 3 / 4;
    transform: translateX(0);
    padding: 30px;
    margin-top: 60px;
    grid-column: 1 / 2;
}.our-story .promise-block span::before,
    .our-story .smart-learning p::after {
    display: none;
}.our-story .promise-block .pic-strip {
    width: calc(100% - 60px);
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: 200px;
    top: auto;
}.our-story .smart-learning .learning-studio {
    right: 30px;
    top: 30px;
    height: 200px;
    width: calc(100% - 60px);
    left: 30px;
}.our-story .training-experts::after,
    .our-story .training-experts::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our-story {
    padding: 60px 0;
}.our-story .promise-block {
    padding-bottom: 220px;
}.our-story .smart-learning {
    padding-top: 220px;
}.our-story .promise-block .pic-strip {
    height: 180px;
}.our-story .smart-learning .learning-studio {
    height: 180px;
}
}

@media screen and (max-width: 576px) {.our-story {
    padding: 50px 0;
}.our-story h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.our-story h3::after {
    height: 3px;
    width: 60px;
}.our-story .promise-block,
    .our-story .smart-learning {
    padding: 25px;
}.our-story .promise-block {
    margin-bottom: 40px;
    padding-bottom: 200px;
}.our-story .smart-learning {
    margin-top: 70px;
    padding-top: 200px;
}.our-story .promise-block span {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.our-story .promise-block p,
    .our-story .smart-learning p {
    font-size: calc(13px * 0.95);
}.our-story .promise-block .pic-strip {
    right: 25px;
    bottom: 25px;
    height: 180px;
    width: calc(100% - 50px);
}.our-story .smart-learning .learning-studio {
    left: 25px;
    height: 180px;
    width: calc(100% - 50px);
    top: 25px;
}.our-story .promise-block::before,
    .our-story .smart-learning::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 480px) {.our-story {
    padding: 40px 0;
}.our-story .container {
    padding: 0 20px;
}.our-story h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.our-story .promise-block,
    .our-story .smart-learning {
    padding: 20px;
}.our-story .promise-block {
    padding-bottom: 170px;
}.our-story .smart-learning {
    padding-top: 170px;
}.our-story .promise-block .pic-strip,
    .our-story .smart-learning .learning-studio {
    height: 150px;
}}.appZone {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(168,183,183,0.5) 100%);
    overflow: hidden;
}.appZone::before {
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,183,183,0.5) 0,
        rgb(168,183,183,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.appZone::after {
    filter: blur(100px);
    border-radius: 50%;
    right: -5%;
    position: absolute;
    height: 300px;
    z-index: 0;
    content: "";
    background: rgb(132,148,148);
    width: 300px;
    animation: pulse 10s infinite alternate ease-in-out;
    top: -10%;
    opacity: 0.1;
}.appZone .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.appZone h2 {
    color: rgb(168,183,183);
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    transform: translateX(-10px);
    max-width: 90%;
    animation-delay: 0.3s;
    font-size: 34px;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards ease-out;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}.appZone h2::after {
    background: rgb(132,148,148);
    height: 3px;
    width: 80px;
    animation-delay: 1s;
    animation: expandLine 1s forwards ease-out;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    position: absolute;
    bottom: -15px;
}.appZone .training-experts {
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: 0.5s;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    opacity: 0;
    animation: fadeUpIn 1s forwards ease-out;
    padding: 2.5rem;
}.appZone .training-experts::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    pointer-events: none;
    content: "";
    opacity: 0.1;
    border: 1px solid rgb(168,183,183,0.5);
}.appZone ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.appZone li {
    padding-left: 2rem;
    position: relative;
}.appZone li::before {
    transform: rotate(45deg);
    background: rgb(132,148,148);
    position: absolute;
    content: "";
    animation: fadeIn 0.5s forwards ease-out;
    top: 0.5rem;
    width: 8px;
    animation-delay: 1.2s;
    opacity: 0;
    left: 0;
    height: 8px;
}.appZone li span {
    transform: translateY(10px);
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    animation-delay: 0.8s;
    position: relative;
    line-height: 1.7;
    display: block;
    font-size: calc(18px * 1.05);
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    color: #000000;
}.appZone li span::after {
    bottom: -15px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(168,183,183,0.5) 0%, transparent 100%);
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0.2;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.appZone {
    padding: 3rem 0;
}.appZone h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.appZone .training-experts {
    padding: 2rem;
}
}

@media (max-width: 768px) {.appZone h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.appZone .training-experts {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.appZone li span {
    font-size: 18px;
}.appZone::after {
    width: 200px;
    right: -10%;
    height: 200px;
    top: -5%;
}
}

@media (max-width: 576px) {.appZone {
    padding: 2.5rem 0;
}.appZone .container {
    padding: 0 1.5rem;
}.appZone h2 {
    font-size: calc(34px * 0.7);
}.appZone h2::after {
    height: 2px;
    width: 60px;
}.appZone .training-experts {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.appZone li {
    padding-left: 1.5rem;
}.appZone li::before {
    width: 6px;
    height: 6px;
}.appZone li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.landing-page {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.landing-page::before {
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.8) 0%,
    rgba(0,0,0,0.6) 40%,
    rgba(0,0,0,0.4) 100%);
}.landing-page::after {
    background: linear-gradient(45deg, 
    rgb(168,183,183,0.5) 0%,
    transparent 40%,
    rgb(132,148,148,0.5) 100%);
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
}.landing-page > div {
    width: 90%;
    padding: 2rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(0);
    max-width: 1200px;
}.landing-page > div:hover {
    transform: translateY(-10px);
}.landing-page > div > div:first-child {
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative;
}.landing-page .title_style_header {
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 42px);
    letter-spacing: -0.015em;
    margin: 0;
    font-weight: 700;
    color: transparent;
    color: #ffffff;
    -webkit-background-clip: text !important;
    position: relative;
    transition: transform 0.5s ease;
    padding: 0.5rem 1.5rem;
    background-clip: text !important;
    text-shadow: 0px 2px 30px rgba(255,255,255,0.15);
    background: linear-gradient(90deg, 
    rgb(168,183,183) 0%, 
    rgb(132,148,148) 100%);
    transform: perspective(1000px) rotateX(0deg);
    display: inline-block;
}.landing-page .title_style_header::before {
    bottom: 0;
    left: 0;
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 3px;
    content: '';
    width: 0;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
}.landing-page > div:hover .title_style_header::before {
    width: 100%;
}.landing-page .master-expert {
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(168,183,183);
    position: relative;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2rem;
    gap: 2rem;
    transform: translateX(0);
}.landing-page .master-expert:hover {
    transform: translateX(10px);
}.landing-page .learning-growth {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0.05) 100%);
}.landing-page .learning-growth::before {
    opacity: 0;
    background: radial-gradient(
    circle at center,
    rgba(255,255,255,0.1) 0%,
    transparent 60%
  );
    content: '';
    transition: opacity 0.8s ease;
    transform: rotate(45deg);
    height: 200%;
    width: 200%;
    left: -50%;
    top: -50%;
    position: absolute;
}.landing-page .learning-growth:hover::before {
    opacity: 1;
}.landing-page .learning-growth h3 {
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 0 0 1rem;
    font-weight: 600;
    position: relative;
    font-size: clamp(1.2rem, 3vw, 19px);
}.landing-page .master-expert > div:last-child {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}.landing-page .master-expert > div:last-child span {
    display: block;
    padding-left: 20px;
    position: relative;
}.landing-page .master-expert > div:last-child span::before {
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    top: 50%;
    height: 6px;
    width: 6px;
    background: rgb(132,148,148);
    position: absolute;
}.landing-page .master-expert p {
    letter-spacing: 0.01em;
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin: 0;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 14px);
    padding: 0;
    color: #ffffff;
}.landing-page .master-expert > div:last-child:hover p {
    transform: translateX(5px);
}

@media (min-width: 768px) {.landing-page > div {
    padding: 3rem;
}.landing-page .master-expert {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
    padding: 3rem;
}.landing-page .master-expert > div:last-child {
    border-left: 1px solid rgba(255,255,255,0.1);
    align-items: center;
    display: flex;
    border-top: none;
}.landing-page .title_style_header {
    transform: perspective(1000px) rotateX(5deg);
}.landing-page > div:hover .title_style_header {
    transform: perspective(1000px) rotateX(0deg);
}
}

@media (min-width: 1024px) {.landing-page::after {
    animation: gradientShift 15s infinite alternate;
}.landing-page > div {
    transform: translateY(20px);
}.landing-page > div:hover {
    transform: translateY(0);
}.landing-page .title_style_header {
    padding: 1rem 2rem;
}.landing-page .master-expert {
    transform: translateX(-20px);
}.landing-page .master-expert:hover {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.landing-page > div {
    padding: 1.5rem;
    width: 95%;
}.landing-page .master-expert {
    padding: 1.5rem;
}.landing-page .learning-growth {
    padding: 1rem;
}.landing-page .master-expert > div:last-child {
    padding: 1rem;
}}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}.course-program-description {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(245, 247, 251, 0.92) 100%);
    overflow: hidden;
}.course-program-description::before {
    z-index: 1;
    height: 70%;
    pointer-events: none;
    opacity: 0.15;
    transform: rotate(-15deg) skewX(20deg);
    top: -10%;
    background: linear-gradient(210deg, rgb(168,183,183,0.5) 0%, transparent 80%);
    position: absolute;
    width: 40%;
    content: "";
    right: -5%;
}.course-program-description::after {
    width: 50%;
    position: absolute;
    content: "";
    transform: rotate(10deg) skewX(-15deg);
    opacity: 0.12;
    background: linear-gradient(150deg, rgb(132,148,148,0.5) 0%, transparent 90%);
    left: -5%;
    bottom: -10%;
    pointer-events: none;
    height: 60%;
    z-index: 1;
}.course-program-description .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course-program-description .online-learn {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course-program-description .pic-strip {
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
    position: relative;
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
}.course-program-description .pic-strip:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.course-program-description .pic-strip::before {
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(168,183,183), 0.05) 50%, 
                rgba(rgb(132,148,148), 0.1) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}.course-program-description .pic-strip::after {
    z-index: 2;
    opacity: 0;
    top: -20%;
    left: -20%;
    transform: scale(1.2);
    transition: opacity 0.8s ease, transform 0.8s ease;
    width: 140%;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    content: "";
    position: absolute;
    pointer-events: none;
    height: 140%;
}.course-program-description .pic-strip:hover::after {
    transform: scale(1);
    opacity: 1;
}.course-program-description .content-wrapper {
    position: relative;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    border-left: 4px solid rgb(168,183,183);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
}.course-program-description .content-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.course-program-description .content-wrapper::before {
    top: 30px;
    opacity: 0.15;
    transform: rotate(45deg);
    position: absolute;
    left: -30px;
    width: 60px;
    content: "";
    z-index: -1;
    background-color: rgb(168,183,183);
    height: 60px;
}.course-program-description h3 {
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    padding-bottom: 15px;
    position: relative;
    transform: translateX(-5px);
}.course-program-description h3::after {
    bottom: 0;
    transition: transform 0.4s ease;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(168,183,183) 0%, 
                rgb(132,148,148) 100%);
    transform-origin: left center;
    width: 80px;
    height: 3px;
}.course-program-description .content-wrapper:hover h3::after {
    transform: scaleX(1.5);
}.course-program-description .description {
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    opacity: 0.95;
    font-size: 16px;
    line-height: 1.7;
}.course-program-description p.description {
    overflow-y: auto;
    display: block;
    scrollbar-color: rgb(168,183,183,0.5) transparent;
    scrollbar-width: thin;
    margin-bottom: 30px;
    padding-right: 15px;
    max-height: 250px;
}.course-program-description p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-description p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-program-description p.description::-webkit-scrollbar-thumb {
    background-color: rgb(168,183,183,0.5);
    border-radius: 27px;
}.course-program-description span.description {
    display: none;
}

@media (min-width: 768px) {.course-program-description .online-learn {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.course-program-description .pic-strip {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.course-program-description h3 {
    margin-bottom: 30px;
    font-size: 33px;
}
}

@media (min-width: 992px) {.course-program-description {
    padding: 150px 0;
}.course-program-description .online-learn {
    gap: 80px;
}.course-program-description .pic-strip {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.course-program-description .content-wrapper {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.course-program-description p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.course-program-description .online-learn {
    gap: 100px;
}.course-program-description .pic-strip {
    height: 550px;
}.course-program-description h3 {
    font-size: calc(33px * 1.1);
}.course-program-description .content-wrapper {
    padding: 50px 60px 50px 50px;
}.course-program-description p.description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
    max-height: 350px;
}
}

@media (max-width: 767px) {.course-program-description {
    padding: 80px 0;
}.course-program-description .content-wrapper {
    padding: 25px 20px;
}.course-program-description h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(18px * 1.05);
}.course-program-description .pic-strip {
    height: 250px;
}.course-program-description p.description {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(16px * 0.95);
}}header {
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, rgb(168,183,183) 100%);
    transition: all 0.4s ease;
    left: 0;
    width: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    border-bottom: 1px solid rgb(168,183,183,0.5);
    position: fixed;
}header:before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: 200% 100%;
    background: linear-gradient(90deg, transparent, rgb(168,183,183,0.5), transparent);
    animation: shine 8s infinite linear;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    opacity: 0.4;
}header .head-skill {
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}header .top-prime {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .head-core {
    display: flex;
    gap: 25px;
    position: relative;
}header .head-core:before {
    background: linear-gradient(90deg, transparent, rgb(168,183,183), transparent);
    transform-origin: left;
    width: 100%;
    bottom: -8px;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    transition: transform 0.6s ease;
    transform: scaleX(0);
}header .head-core:hover:before {
    transform: scaleX(1);
}header .nav-start {
    text-decoration: none;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
}header .nav-start:after {
    transform-origin: right;
    height: 2px;
    background: rgb(168,183,183);
    bottom: 0;
    transform: scaleX(0);
    content: '';
    left: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
}header .nav-start:before {
    content: '';
    opacity: 0;
    background: rgb(168,183,183);
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
}header .nav-start:hover {
    color: rgb(168,183,183);
    text-shadow: 0 0 8px rgb(168,183,183,0.5);
}header .nav-start:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav-start:hover:before {
    opacity: 1;
}header .nav-mainbar {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}header .nav-mainbar svg {
    width: auto;
    filter: drop-shadow(0 0 4px rgb(168,183,183,0.5));
    transition: transform 0.5s ease;
    height: 40px;
}header .nav-mainbar:hover svg {
    transform: scale(1.05);
}header .nav-mainbar:after {
    position: absolute;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(168,183,183);
    width: 0;
    content: '';
    bottom: -8px;
    height: 1px;
}header .nav-mainbar:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head-core {
    gap: 15px;
}header .nav-start {
    font-size: calc(13px - 1px);
}header .nav-mainbar svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head-core {
    height: 100vh;
    width: 80%;
    gap: 20px;
    position: fixed;
    background: #000000;
    max-width: 300px;
    right: -100%;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    z-index: 1001;
    overflow-y: auto;
    flex-direction: column;
    top: 0;
}header .menu.active {
    right: 0;
}header .nav-start {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(168,183,183,0.5);
}header .head-core:before {
    display: none;
}header .nav-mainbar {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav-mainbar svg {
    height: 30px;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: linear-gradient(210deg, #000000 0%, rgb(168,183,183) 100%);
    top: 0;
    opacity: 0.92;
}.achieve-cta {
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
}.achieve-cta::before {
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 1px;
    position: absolute;
    content: '';
}.achieve-cta .container {
    flex-direction: column;
    display: flex;
}.achieve-cta .company_holder {
    margin-top: 70px;
    background-size: 200% 200%;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    order: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.achieve-cta .company_holder h3 {
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}.achieve-cta .company_holder h3::after {
    border-radius: 3px;
    width: 60px;
    content: '';
    background: rgb(168,183,183);
    margin: 15px auto 0;
    display: block;
    height: 3px;
}.achieve-cta .zoom-meet {
    text-align: center;
    padding-top: 15px;
    max-width: 80%;
    font-size: 17px;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
}.achieve-cta .eng-center {
    order: 1;
    position: relative;
}.achieve-cta .main-core {
    gap: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}.achieve-cta .head-core {
    padding: 20px;
    overflow: hidden;
    max-width: calc(50% - 30px);
    transition: transform 0.3s ease;
    flex: 1;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    min-width: 250px;
    border-radius: 10px;
    position: relative;
}.achieve-cta .head-core:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.achieve-cta .head-core:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.achieve-cta .head-core:hover {
    transform: perspective(1000px) rotateY(0);
}.achieve-cta .head-core::before {
    z-index: -1;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    position: absolute;
    inset: 0;
    border-radius: 10px;
}.achieve-cta .head-core h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    font-weight: 600;
    word-wrap: break-word;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}.achieve-cta .head-core h5::before {
    position: absolute;
    background: rgb(132,148,148);
    width: 50px;
    height: 1px;
    content: '';
    bottom: -1px;
    left: 0;
}.achieve-cta .head-core .main-core {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 0;
    gap: 12px;
}.achieve-cta .head-core .main-core a {
    align-items: center;
    white-space: normal;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
    word-break: break-word;
    display: flex;
    text-decoration: none;
}.achieve-cta .head-core .main-core a::before {
    border-radius: 50%;
    transition: all 0.3s ease;
    content: '';
    height: 6px;
    margin-right: 10px;
    min-width: 6px;
    background: rgb(132,148,148);
    opacity: 0;
    flex-shrink: 0;
    transform: scale(0);
}.achieve-cta .head-core .main-core a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.achieve-cta .head-core .main-core a:hover::before {
    transform: scale(1);
    opacity: 1;
}.press-room {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}.press-room::before {
    top: 0;
    content: '';
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(132,148,148,0.5), transparent);
    left: 0;
    width: 100%;
}.press-room .container {
    text-align: center;
}.press-room .award-show {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.achieve-cta .eng-center::before {
    height: 250px;
    left: -5%;
    position: absolute;
    z-index: -1;
    width: 250px;
    border-radius: 50%;
    filter: blur(100px);
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    background: rgb(132,148,148);
    content: '';
    opacity: 0.1;
}footer::after {
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
}

@media (max-width: 992px) {.achieve-cta {
    padding: 70px 0 40px;
}.achieve-cta .main-core {
    gap: 40px;
}.achieve-cta .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.achieve-cta {
    padding: 50px 0 30px;
}.achieve-cta .main-core {
    gap: 30px;
    flex-direction: column;
}.achieve-cta .head-core {
    max-width: 100%;
    min-width: 100%;
}.achieve-cta .company_holder {
    padding: 20px;
}.achieve-cta .zoom-meet {
    max-width: 100%;
}
}

@media (max-width: 576px) {.achieve-cta {
    padding: 40px 0 20px;
}.achieve-cta .company_holder h3 {
    font-size: calc(32px * 0.8);
}.achieve-cta .head-core h5 {
    font-size: calc(18px * 0.9);
}}.pricing-section {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(168,183,183,0.5) 100%);
    position: relative;
}.pricing-section::before {
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(132,148,148,0.5) 0%, transparent 60%);
    position: absolute;
}.pricing-section .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 1;
    padding: 0 15px;
}.pricing-section .discount-grid {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 60px;
}.pricing-section .cost-breakdown {
    max-width: 100%;
    padding: 30px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    border-left: 3px solid rgb(168,183,183);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-section .cost-breakdown:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing-section .cost-breakdown h2 {
    font-size: 36px;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.3;
    background-clip: text !important;
    transform: translateZ(0);
    color: transparent;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
}.pricing-section .cost-breakdown .basic-cost {
    max-width: 700px;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    word-break: break-word;
    font-size: 16px;
}.pricing-section .tuition-table {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.pricing-section .monthly-plan {
    transform: translateY(0);
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-section .monthly-plan:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.pricing-section .learn-rates {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.pricing-section .learn-rates::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
    height: 5px;
    width: 100%;
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    top: 0;
    position: absolute;
    transform-origin: left;
}.pricing-section .monthly-plan:hover .learn-rates::before {
    transform: scaleX(1);
}.pricing-section .learning-fees {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px;
}.pricing-section .learning-fees h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: calc(22px + 2px);
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 15px;
    transform-origin: left;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
}.pricing-section .monthly-plan:hover .learning-fees h3 {
    color: rgb(168,183,183);
    transform: translateX(5px) scale(1.03);
}.pricing-section .plan-table {
    font-size: calc(22px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: rgb(132,148,148);
}.pricing-section .plan-table::after {
    height: 3px;
    transform-origin: left;
    transform: scaleX(0.5);
    bottom: -5px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    width: 50px;
    left: 0;
    background: rgb(168,183,183);
}.pricing-section .monthly-plan:hover .plan-table::after {
    transform: scaleX(1);
}.pricing-section .learning-fees p {
    display: -webkit-box;
    flex: 1;
    font-size: 16px;
    color: #000000;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}.pricing-section .pic-strip {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 200px;
}.pricing-section .pic-strip::after {
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}.pricing-section .monthly-plan:hover .pic-strip {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-section .tuition-table {
    grid-template-columns: repeat(2, 1fr);
}.pricing-section .cost-breakdown {
    padding: 40px;
}.pricing-section .learning-fees {
    padding: 30px 35px;
}.pricing-section .pic-strip {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing-section .discount-grid {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.pricing-section .cost-breakdown {
    width: 30%;
    display: flex;
    padding: 50px 40px;
    justify-content: center;
    flex-direction: column;
}.pricing-section .tuition-table {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-section .learning-fees {
    padding: 30px;
}.pricing-section .learning-fees p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing-section {
    padding: 120px 0;
}.pricing-section .tuition-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-section .cost-breakdown h2 {
    font-size: calc(36px + 4px);
}.pricing-section .learning-fees h3 {
    font-size: calc(22px + 4px);
}.pricing-section .plan-table {
    font-size: calc(22px + 8px);
}.pricing-section .pic-strip {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing-section .tuition-table {
    grid-template-columns: repeat(2, 1fr);
}.pricing-section .learning-fees p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing-section .monthly-plan {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-section .monthly-plan:hover {
    transform: translateY(-10px) scale(1.02);
}}.secure-depository {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(250, 250, 255, 0.95) 100%);
}.secure-depository::before {
    z-index: 0;
    opacity: 0.15;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 30%, rgb(132,148,148,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
}.secure-depository::after {
    bottom: -10px;
    transform: skewY(-5deg);
    opacity: 0.1;
    right: -10px;
    width: 50%;
    z-index: 0;
    position: absolute;
    height: 40%;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(168,183,183,0.5) 100%);
}.secure-depository .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    perspective: 1000px;
}.secure-depository h1 {
    border-bottom: 3px solid rgb(132,148,148,0.5);
    margin-bottom: 2.5rem;
    font-size: 41px;
    font-weight: 700;
    transform: translateZ(10px);
    display: inline-block;
    color: rgb(168,183,183);
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.5rem;
}.secure-depository h1::after {
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -3px;
    background: rgb(168,183,183);
    width: 60%;
    height: 3px;
    animation: lineGrow 1.5s ease-out forwards;
    position: absolute;
}.secure-depository h2 {
    margin-bottom: 1.25rem;
    transform: translateZ(5px);
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 32px;
    padding-left: 1.5rem;
    margin-top: 3rem;
}.secure-depository h2::before {
    content: "";
    top: 50%;
    width: 0.75rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(132,148,148);
    height: 0.75rem;
    left: 0;
}.secure-depository h3 {
    padding-left: 1.25rem;
    font-size: calc(32px * 0.85);
    position: relative;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
}.secure-depository h3::before {
    content: "";
    width: 0.6rem;
    background: rgb(132,148,148,0.5);
    height: 0.6rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.secure-depository h4 {
    font-size: calc(32px * 0.7);
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    margin-top: 2rem;
    color: #000000;
    margin-bottom: 1rem;
}.secure-depository h4::before {
    top: 50%;
    opacity: 0.7;
    content: "";
    width: 0.5rem;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 0;
    background: rgb(132,148,148,0.5);
    height: 0.5rem;
}.secure-depository p {
    padding-right: 1rem;
    max-width: 90ch;
    position: relative;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
}.secure-depository p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.secure-depository p strong::after {
    content: "";
    transform: scaleX(0.9);
    width: 100%;
    transform-origin: left;
    left: 0;
    bottom: -2px;
    background: rgb(132,148,148,0.5);
    height: 2px;
    position: absolute;
}.secure-depository ul {
    position: relative;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
    list-style: none;
}.secure-depository ul::before {
    content: "";
    height: 100%;
    left: -1rem;
    top: 0;
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgb(132,148,148,0.5), transparent);
}.secure-depository li {
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 17px;
    transform: translateZ(0);
}.secure-depository li::before {
    transform: rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
    left: 0;
    content: "";
    border: 2px solid rgb(132,148,148);
    top: 0.6em;
    border-radius: 10px;
    position: absolute;
}.secure-depository li:hover {
    transform: translateX(5px) translateZ(0);
}.secure-depository span {
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.25rem;
    margin-bottom: 2rem;
    border-left: 3px solid rgb(132,148,148);
    transform: translateZ(0);
    font-size: 17px;
    line-height: 1.7;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    display: block;
}.secure-depository span:hover {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
}

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

@media (min-width: 768px) {.secure-depository {
    padding: 6rem 3rem;
}.secure-depository .container {
    padding: 0 2rem;
}.secure-depository h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.1);
}.secure-depository h2 {
    font-size: calc(32px * 1.05);
    margin-top: 4rem;
}.secure-depository ul {
    margin-left: 2.5rem;
}
}

@media (min-width: 992px) {.secure-depository {
    padding: 7rem 4rem;
}.secure-depository h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure-depository span {
    margin-left: 2rem;
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure-depository span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure-depository p, .secure-depository li {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.secure-depository {
    padding: 4rem 1.5rem;
}.secure-depository h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
}.secure-depository h2 {
    margin-top: 2.5rem;
    font-size: calc(32px * 0.9);
    padding-left: 1.25rem;
}.secure-depository h3, .secure-depository h4 {
    padding-left: 1rem;
}.secure-depository p, .secure-depository li, .secure-depository span {
    font-size: calc(17px * 0.95);
}.secure-depository ul {
    margin-left: 0.5rem;
}.secure-depository li {
    padding-left: 1.25rem;
}.secure-depository span {
    padding: 1rem;
}}.education-experience {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(132,148,148,0.5) 100%);
}.education-experience::before {
    left: 0;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(132,148,148,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(132,148,148,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(132,148,148,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(132,148,148,0.5) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.05;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
}.education-experience .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
}.education-experience .review-carousel {
    gap: 2rem;
    display: grid;
    transform: rotateY(-5deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    background: #ffffff;
    border-left: 4px solid rgb(168,183,183);
    position: relative;
    grid-template-columns: 1fr;
}.education-experience .review-carousel::after {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(168,183,183), 0.02) 100%
  );
    top: 0;
    pointer-events: none;
    width: 100%;
}.education-experience .review-carousel:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}.education-experience .review-carousel > div:first-child {
    position: relative;
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-2rem);
    opacity: 0;
}.education-experience .pic-strip {
    height: 120px;
    border-radius: 50%;
    animation: pulse 6s infinite alternate;
    width: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(132,148,148,0.5);
}.education-experience .review-carousel > div:nth-child(2) {
    opacity: 0;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(1rem);
}.education-experience .name {
    font-size: 23px;
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    display: inline-block;
    color: rgb(168,183,183);
}.education-experience .name::after {
    height: 2px;
    background: rgb(132,148,148);
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.education-experience .review-carousel:hover .name::after {
    width: 100%;
}.education-experience .review-carousel > div:nth-child(2) > div {
    position: relative;
    color: #000000;
    font-weight: 600;
    opacity: 0.85;
    font-size: 0.95rem;
}.education-experience .experience-tasks {
    color: #000000;
    opacity: 0;
    transform: translateY(1rem);
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.education-experience .experience-tasks::before {
    content: "";
    font-size: 5rem;
    top: -2.5rem;
    color: rgb(132,148,148,0.5);
    left: -1rem;
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
}.education-experience .experience-tasks::after {
    opacity: 0.3;
    bottom: -4rem;
    color: rgb(132,148,148,0.5);
    pointer-events: none;
    content: "";
    position: absolute;
    right: -1rem;
    font-size: 5rem;
}

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

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(132,148,148,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(132,148,148,0.5);
  }
}

@media (min-width: 768px) {.education-experience {
    padding: 7rem 3rem;
}.education-experience .review-carousel {
    padding: 3rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.education-experience .pic-strip {
    height: 150px;
    width: 150px;
}.education-experience .name {
    font-size: calc(23px * 1.1);
    margin-bottom: 0.75rem;
}.education-experience .review-carousel > div:nth-child(2) > div {
    font-size: 1.05rem;
}.education-experience .experience-tasks {
    padding-right: 2rem;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.education-experience {
    padding: 8rem 4rem;
}.education-experience .review-carousel {
    padding: 4rem;
    border-left-width: 6px;
    gap: 4rem;
}.education-experience .pic-strip {
    height: 180px;
    width: 180px;
}.education-experience .experience-tasks {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.education-experience .container::before {
    opacity: 0.6;
    top: -20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    position: absolute;
    right: -20px;
    height: 100px;
    content: "";
    z-index: -1;
    filter: blur(30px);
    width: 100px;
}.education-experience .container::after {
    width: 150px;
    background: linear-gradient(135deg, rgb(132,148,148,0.5) 0%, transparent 70%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(40px);
    content: "";
    position: absolute;
    bottom: -30px;
    opacity: 0.5;
    height: 150px;
    left: 10%;
    z-index: -1;
}
}