﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1254px;
}.layer-containera {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.slack_inviteo {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 12px;
    width: 18px;
}::-webkit-scrollbar-track {
    background: linear-gradient(58deg, #ffffff 53%, rgb(255, 255, 255, 0.5) 38%, rgb(110,183,162) 97%, rgb(110,183,162,0.5) 3%, rgb(159,210,192) 34%, rgb(159,210,192,0.5) 89%, rgb(204,232,223) 13%);
    border-radius: 10%;
    border: 1px groove rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(26deg, #ffffff 29%, rgb(110,183,162) 21%, rgb(159,210,192) 52%, rgb(159,210,192,0.5) 18%, rgb(204,232,223) 78%);
    border-radius: 9999px;
    animation: shift_scrollbar 4.6s ease-in infinite;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 2px -3px 7px 6px rgba(0, 0, 0, 0.4);
}html {
    scrollbar-color: rgb(110,183,162,0.5) rgb(110,183,162,0.5);
    scrollbar-width: thin;
}header,footer {
    width: 100%;
}.head_barF {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.appHubq {
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(204,232,223), #f8f9fd);
    overflow: hidden;
}.appHubq::before {
    height: 70%;
    filter: blur(80px);
    content: "";
    opacity: 0.2;
    width: 40%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(120deg, rgb(159,210,192,0.5), rgb(110,183,162,0.5));
    z-index: 0;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg);
}.appHubq::after {
    opacity: 0.15;
    left: -5%;
    z-index: 0;
    filter: blur(70px);
    width: 30%;
    background: linear-gradient(220deg, rgb(110,183,162,0.5), rgb(159,210,192,0.5));
    pointer-events: none;
    position: absolute;
    bottom: -10%;
    content: "";
    transform: rotate(20deg);
    height: 60%;
}.appHubq .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.appHubq h2 {
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    text-align: center;
    animation: fadeInDown 0.8s ease-out forwards;
    color: #000000;
    letter-spacing: -0.02em;
    opacity: 1;
    margin-bottom: 2.5rem;
    font-size: 36px;
    transform: translateY(0);
}.appHubq h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 10px;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    bottom: -0.8rem;
}.appHubq .learn_vision8 {
    border-radius: 13px;
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.appHubq .learn_vision8::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(159,210,192,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(110,183,162,0.5), 0.03) 0%, transparent 30%);
    left: 0;
    content: "";
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.appHubq ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appHubq li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}.appHubq li:last-child {
    margin-bottom: 0;
}.appHubq li::before {
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    top: 0.6rem;
    left: 0;
    content: "";
    transform: scale(0);
    position: absolute;
    height: 8px;
    width: 8px;
    background: linear-gradient(135deg, rgb(159,210,192), rgb(110,183,162));
    border-radius: 50%;
}.appHubq li span {
    opacity: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-weight: 400;
    transform: translateX(0);
    line-height: 1.7;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
}

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

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.appHubq {
    padding: 3rem 1.5rem;
}.appHubq h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.appHubq .learn_vision8 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appHubq {
    padding: 2.5rem 1.25rem;
}.appHubq h2 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.8);
    line-height: 1.4;
}.appHubq h2::after {
    width: 60px;
}.appHubq .learn_vision8 {
    padding: 1.5rem;
}.appHubq li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.appHubq {
    padding: 2rem 1rem;
}.appHubq h2 {
    font-size: calc(36px * 0.7);
    text-align: left;
}.appHubq h2::after {
    width: 50px;
    left: 0;
    transform: none;
}.appHubq .learn_vision8 {
    padding: 1.25rem;
}.appHubq li {
    padding-left: 1.25rem;
}.appHubq li::before {
    top: 0.5rem;
    height: 6px;
    width: 6px;
}}.educational_yield8 {
    position: relative;
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgb(159,210,192,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.educational_yield8::before {
    top: -10%;
    position: absolute;
    width: 120%;
    height: 70%;
    content: "";
    transform: rotate(-10deg);
    z-index: 1;
    background: rgb(110,183,162,0.5);
    left: -5%;
}.educational_yield8 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.educational_yield8 .learn_vision8 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: row-reverse;
    transition: transform 0.5s ease;
}.educational_yield8 .learn_vision8:hover {
    transform: perspective(1000px) rotateY(0deg);
}.educational_yield8 .img_previewA {
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    box-shadow: 20px 20px 0 rgb(110,183,162,0.5), -20px -20px 0 rgb(159,210,192,0.5);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    width: 45%;
    border-radius: 25px;
}.educational_yield8 .img_previewA:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 15px 15px 0 rgb(110,183,162), -15px -15px 0 rgb(159,210,192);
}.educational_yield8 .text_stackR {
    transition: all 0.4s ease;
    border-radius: 25px;
    padding: 30px;
    transform: translateX(-30px) rotate(2deg);
    background: linear-gradient(45deg, #ffffff 0%, rgb(204,232,223) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    width: 50%;
}.educational_yield8 .text_stackR:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.educational_yield8 h3 {
    color: #000000;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 31px;
}.educational_yield8 h3::after {
    left: 0;
    height: 4px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
}.educational_yield8 ul {
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 20px;
}.educational_yield8 li {
    background: linear-gradient(to right, #ffffff 0%, rgb(204,232,223) 100%);
    border-radius: 10px;
    transform-origin: left;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px;
}.educational_yield8 li:nth-child(odd) {
    transform: translateX(-10px);
}.educational_yield8 li:nth-child(even) {
    transform: translateX(10px);
}.educational_yield8 li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff 0%, rgb(159,210,192,0.5) 100%);
    transform: translateX(0) scale(1.02);
}.educational_yield8 li p {
    align-items: center;
    font-weight: 400;
    display: flex;
    font-size: 18px;
    color: #000000;
    margin: 0;
    transition: color 0.3s ease;
}.educational_yield8 li:hover p {
    color: #000000;
}.educational_yield8 svg {
    margin-right: 10px;
    transition: transform 0.3s ease;
    fill: rgb(159,210,192);
    width: 24px;
    height: 24px;
}.educational_yield8 li:hover svg {
    fill: rgb(110,183,162);
    transform: scale(1.2) rotate(10deg);
}

@media (max-width: 991px) {.educational_yield8 {
    padding: 60px 0;
}.educational_yield8 .learn_vision8 {
    flex-direction: column;
    transform: perspective(1000px) rotateY(0deg);
}.educational_yield8 .img_previewA {
    margin-bottom: 30px;
    width: 80%;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.educational_yield8 .text_stackR {
    width: 90%;
    transform: translateX(0) rotate(0deg);
}.educational_yield8 li:nth-child(odd),
    .educational_yield8 li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.educational_yield8 {
    padding: 40px 0;
}.educational_yield8::before {
    height: 50%;
}.educational_yield8 .img_previewA {
    box-shadow: 10px 10px 0 rgb(110,183,162,0.5), -10px -10px 0 rgb(159,210,192,0.5);
    width: 100%;
}.educational_yield8 .text_stackR {
    width: 100%;
    padding: 20px;
}.educational_yield8 h3 {
    margin-bottom: 20px;
    font-size: calc(31px - 0.2rem);
}.educational_yield8 ul {
    gap: 15px;
}}.cookieUsageContainerd {
    bottom: 0;
    background: rgb(204,232,223);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(159,210,192);
}.learn_cookiesz {
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.user_dialogj {
    flex-shrink: 0;
    margin-right: 15px;
}.user_dialogj svg {
    width: 60px;
    transition: fill 0.3s ease;
    fill: rgb(159,210,192);
    height: 60px;
}.user_dialogj svg:hover {
    fill: rgb(110,183,162);
}.privacy_learnf {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookieUsageContainerd h5 {
    font-weight: 600;
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(159,210,192);
}.cookieUsageContainerd p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
}.data_agreeC {
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    background: rgb(159,210,192);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    color: #ffffff;
    border-radius: 14px;
    padding: 10px 20px;
}.data_agreeC:hover {
    background: rgb(110,183,162);
    box-shadow: 0 0 10px rgb(110,183,162,0.5);
}#cookiesGrantPermissionBtnr {
    background: rgb(159,210,192);
}#opt_out_privacy_trackingS {
    background: rgba(0, 0, 0, 0.5);
}.cookieUsageContainerd p a {
    color: rgb(159,210,192);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookieUsageContainerd p a:hover {
    color: rgb(110,183,162);
}
@media only screen and (max-width: 1200px) {.learn_cookiesz {
    flex-direction: column;
    align-items: center;
}.user_dialogj {
    margin-bottom: 15px;
}.privacy_learnf {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.data_agreeC {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.learn_cookiesz {
    padding: 15px;
}.user_dialogj {
    display: none;
}.cookieUsageContainerd h5 {
    font-size: 19px;
}.cookieUsageContainerd p {
    font-size: 16px;
}}
#cookiePopupNoticeS {
    display: none;
}#cookiePopupNoticeS:checked ~ .cookieUsageContainerd {
    visibility: hidden;
    opacity: 0;
}footer {
    position: relative;
}footer::before {
    right: 0;
    opacity: 0.92;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(159,210,192) 150%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}.slack_inviteo {
    position: relative;
    color: #ffffff;
    z-index: 2;
    padding: 70px 0;
    font-family: Arial, sans-serif;
}.slack_inviteo .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}.slack_inviteo .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
}.slack_inviteo .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.slack_inviteo .company_holder::before {
    top: 0;
    height: 5px;
    background: rgb(159,210,192);
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}.slack_inviteo .company_holder h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
}.slack_inviteo .company_holder h3::after {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    background: rgb(110,183,162);
    bottom: -8px;
    width: 60px;
}.slack_inviteo .discuss_ctak {
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.slack_inviteo .faculty_infow {
    position: relative;
}.slack_inviteo .header_navbar6 {
    justify-content: space-between;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}.slack_inviteo .nav_leadI {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.slack_inviteo .nav_leadI h5 {
    font-size: 24px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 3px solid rgb(159,210,192);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.slack_inviteo .nav_leadI .header_navbar6 {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.slack_inviteo .nav_leadI .header_navbar6 a {
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 8px 15px;
    color: #ffffff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.slack_inviteo .nav_leadI .header_navbar6 a::before {
    top: 0;
    transition: width 0.3s ease;
    background: rgb(159,210,192,0.5);
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    width: 0;
}.slack_inviteo .nav_leadI .header_navbar6 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.slack_inviteo .nav_leadI .header_navbar6 a:hover::before {
    width: 100%;
}.case_studyA {
    position: relative;
    margin-top: 50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}.case_studyA .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.case_studyA .copy_noticed {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 40px 40px;
    left: 0;
    content: '';
}

@media (max-width: 992px) {.slack_inviteo .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.slack_inviteo {
    padding: 50px 0;
}.slack_inviteo .nav_leadI {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.slack_inviteo {
    padding: 40px 0;
}.slack_inviteo .company_holder h3 {
    font-size: calc(28px * 0.8);
}.slack_inviteo .nav_leadI h5 {
    font-size: calc(24px * 0.9);
}.slack_inviteo .nav_leadI .header_navbar6 a,
    .slack_inviteo .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.case_studyA::before {
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
}.company_infoe {
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 5rem 0;
    min-height: 100vh;
    position: relative;
    justify-content: center;
}.company_infoe::before {
    opacity: 0.75;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    background: #000000;
}.company_infoe::after {
    position: absolute;
    opacity: 0.15;
    transform: rotate(25deg);
    top: -50%;
    right: -50%;
    z-index: 2;
    height: 100%;
    content: "";
    width: 100%;
    animation: rotateBackground 30s infinite linear;
    background: rgb(159,210,192);
}.company_infoe .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center center;
    z-index: 10;
    position: relative;
}.company_infoe h2 {
    position: relative;
    font-size: calc(31px * 1.5);
    color: #ffffff;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    transform: translateZ(50px);
    font-weight: 700;
}.company_infoe h2::after {
    left: 0;
    background: rgb(110,183,162);
    height: 4px;
    bottom: -10px;
    position: absolute;
    width: 80px;
    content: "";
    transform: skewX(-20deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.company_infoe .text_stackR {
    border-radius: 0;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.company_infoe .text_stackR::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(20px);
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(159,210,192), rgb(110,183,162));
    height: 100%;
}.company_infoe .text_stackR::after {
    border-radius: 50%;
    height: 200px;
    background: rgb(110,183,162);
    opacity: 0.05;
    top: -10%;
    z-index: -1;
    content: "";
    right: -10%;
    position: absolute;
    width: 200px;
}.company_infoe .text_stackR:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.company_infoe .text_stackR > div {
    position: relative;
    z-index: 5;
}.company_infoe .text_stackR p {
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.5);
    font-weight: 600;
    padding-bottom: 0.5rem;
    transform: translateZ(10px);
    color: #000000;
    margin-bottom: 1.5rem;
}.company_infoe .text_stackR p::after {
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(159,210,192), transparent);
}.company_infoe .text_stackR div div {
    text-align: justify;
    column-gap: 2.5rem;
    line-height: 1.7;
    column-count: 2;
    transform: translateZ(5px);
    color: #000000;
    font-size: 18px;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}

@media (max-width: 992px) {.company_infoe {
    padding: 4rem 0;
}.company_infoe h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 1.3);
}.company_infoe .text_stackR {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem;
}.company_infoe .text_stackR div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.company_infoe {
    padding: 3rem 0;
}.company_infoe h2 {
    font-size: 31px;
    margin-bottom: 2rem;
}.company_infoe .text_stackR {
    padding: 2rem;
    transform: none;
}.company_infoe .container {
    transform: none;
}.company_infoe .text_stackR div div {
    column-count: 1;
}.company_infoe .text_stackR p {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 576px) {.company_infoe {
    padding: 2.5rem 0;
}.company_infoe h2 {
    margin-bottom: 1.5rem;
}.company_infoe .text_stackR {
    padding: 1.5rem;
}.company_infoe h2::after {
    height: 3px;
    width: 60px;
}.company_infoe .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.company_infoe .text_stackR:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}.course_overviewc {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgba(rgb(159,210,192,0.5), 0.05), rgba(rgb(110,183,162,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.course_overviewc::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(159,210,192,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(110,183,162,0.5), 0.12) 0%, transparent 45%);
    content: "";
    height: 100%;
}.course_overviewc::after {
    position: absolute;
    width: 45%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    background: linear-gradient(225deg, rgba(rgb(159,210,192,0.5), 0.08), transparent);
    right: -5%;
    height: 45%;
    content: "";
    top: -10%;
}.course_overviewc .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.course_overviewc h2 {
    max-width: 85%;
    transform: translateX(-5%);
    font-weight: 700;
    font-size: 36px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #000000;
}.course_overviewc h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    position: absolute;
    width: 80px;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    bottom: -15px;
    height: 3px;
}.course_overviewc h2:hover::after {
    transform: scaleX(1.5);
}.course_overviewc .career_challenge0 {
    display: grid;
    grid-gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}.course_overviewc .img_previewA {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
}.course_overviewc .img_previewA::before {
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(159,210,192,0.5), 0.1),
        rgba(rgb(110,183,162,0.5), 0.15)
    );
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
    top: 0;
}.course_overviewc .img_previewA::after {
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    height: 200%;
    left: -50%;
    mix-blend-mode: overlay;
    top: -50%;
    width: 200%;
    transition: opacity 1.2s ease;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    content: "";
    position: absolute;
}.course_overviewc .img_previewA:hover {
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.course_overviewc .img_previewA:hover::after {
    opacity: 1;
}.course_overviewc .text_stackR {
    padding: 20px 0 0;
    position: relative;
}.course_overviewc .description {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 13px;
    overflow-y: auto;
    max-height: 350px;
    padding-right: 15px;
    line-height: 1.75;
    margin-bottom: 25px;
    color: #000000;
}.course_overviewc .description::-webkit-scrollbar {
    width: 4px;
}.course_overviewc .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_overviewc .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(159,210,192), rgb(110,183,162));
}.course_overviewc .description:first-of-type {
    z-index: 1;
    position: relative;
}.course_overviewc .description:first-of-type::first-letter {
    font-weight: 700;
    margin-right: 1px;
    font-size: 1.5em;
    color: rgb(159,210,192);
}.course_overviewc .description:last-of-type {
    border-left: 1px solid rgba(rgb(159,210,192,0.5), 0.2);
    padding-left: 20px;
    position: relative;
}.course_overviewc .description:last-of-type::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    background: rgb(159,210,192);
    height: 10px;
    width: 10px;
}

@media (min-width: 768px) {.course_overviewc {
    padding: 150px 0 100px;
}.course_overviewc h2 {
    max-width: 80%;
    font-size: calc(36px * 1.2);
    margin-bottom: 60px;
}.course_overviewc .career_challenge0 {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_overviewc .img_previewA {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.course_overviewc .img_previewA:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_overviewc .text_stackR {
    padding: 0 0 0 20px;
}.course_overviewc .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_overviewc .container {
    padding: 0 40px;
}.course_overviewc h2 {
    font-size: calc(36px * 1.4);
    max-width: 70%;
    transform: translateX(-8%);
}.course_overviewc h2::after {
    height: 4px;
    width: 120px;
}.course_overviewc .career_challenge0 {
    grid-gap: 80px;
}.course_overviewc .img_previewA {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course_overviewc .img_previewA:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_overviewc .text_stackR {
    padding: 0 0 0 40px;
}.course_overviewc .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_overviewc {
    padding: 180px 0 120px;
}.course_overviewc h2 {
    max-width: 60%;
    font-size: calc(36px * 1.5);
}.course_overviewc .career_challenge0 {
    grid-gap: 100px;
}.course_overviewc .img_previewA {
    height: 600px;
}.course_overviewc .description {
    max-height: 450px;
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.course_overviewc {
    padding: 80px 0 60px;
}.course_overviewc h2 {
    transform: translateX(0);
    font-size: calc(36px * 0.9);
    max-width: 100%;
    margin-bottom: 40px;
}.course_overviewc .img_previewA {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.course_overviewc .text_stackR {
    padding: 20px 0 0;
}.course_overviewc .description {
    max-height: 250px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.leadership_profiled {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgb(159,210,192,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
}.leadership_profiled::before {
    height: 100%;
    top: 0;
    opacity: 0.4;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, rgb(110,183,162,0.5) 0%, transparent 25%, rgb(159,210,192,0.5) 50%, transparent 75%, rgb(110,183,162,0.5) 100%);
    animation: rotateBackground 15s linear infinite;
    width: 100%;
    left: 0;
    position: absolute;
}.leadership_profiled .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.leadership_profiled .testimonial_cornerw {
    backdrop-filter: blur(10px);
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
    display: grid;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    grid-template-areas:
        "photo quote"
        "info quote";
    border-radius: 24px;
    grid-template-rows: auto auto;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(110,183,162,0.5),
                0 10px 0 -5px rgb(159,210,192,0.5);
    padding: 3rem;
}.leadership_profiled .testimonial_cornerw:hover {
    transform: rotateY(0);
}.leadership_profiled .img_previewA {
    grid-area: photo;
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(159,210,192,0.5);
    height: 220px;
    transform: translateZ(30px);
    transition: all 0.4s ease;
}.leadership_profiled .testimonial_cornerw:hover .img_previewA {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(159,210,192);
    transform: translateZ(50px) scale(1.05);
}.leadership_profiled .name {
    font-weight: 700;
    grid-area: info;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 37px;
    transform: translateZ(20px);
    color: #000000;
    display: block;
}.leadership_profiled .testimonial_cornerw span:not(.name) {
    display: block;
    margin-top: 3.5rem;
    transform: translateZ(15px);
    color: rgb(159,210,192);
    font-weight: 600;
    grid-area: info;
    font-size: 12px;
}.leadership_profiled .exp_achievementsb {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    position: relative;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    border-left: 4px solid rgb(110,183,162);
    border-radius: 0 24px 24px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    color: #000000;
    grid-area: quote;
}.leadership_profiled .exp_achievementsb::before {
    background-size: 200% 200%;
    animation: shimmer 3s infinite linear;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 40%, rgb(110,183,162,0.5) 40%, rgb(110,183,162,0.5) 60%, transparent 60%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.leadership_profiled .testimonial_cornerw {
    grid-template-areas:
            "img_previewA"
            "connect_feedbackQ"
            "exp_achievementsb";
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.leadership_profiled .img_previewA {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}.leadership_profiled .name,
    .leadership_profiled .testimonial_cornerw span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.leadership_profiled .testimonial_cornerw span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.leadership_profiled {
    padding: 4rem 0;
}.leadership_profiled .testimonial_cornerw {
    padding: 1.5rem;
    transform: none;
}.leadership_profiled .img_previewA {
    width: 140px;
    height: 140px;
}.leadership_profiled .exp_achievementsb {
    padding: 1rem;
    font-size: 12px;
}}.sign_upH {
    background: linear-gradient(135deg, rgb(159,210,192,0.5), rgb(110,183,162));
    padding: 6rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.sign_upH::before {
    top: -50%;
    height: 100%;
    content: "";
    filter: blur(15px);
    transform: rotate(35deg) translateZ(-10px);
    width: 100%;
    right: -50%;
    z-index: 0;
    position: absolute;
    background: rgb(110,183,162,0.5);
}.sign_upH::after {
    background: rgb(159,210,192,0.5);
    left: -5%;
    transform: translateZ(-5px) rotate(15deg);
    height: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 0;
    bottom: -5%;
    width: 40%;
    content: "";
    position: absolute;
}.sign_upH .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
}.sign_upH .learn_vision8 {
    transform: translateZ(50px);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.sign_upH .learn_vision8:hover {
    transform: translateZ(60px) scale(1.01);
}.sign_upH .learn_vision8::before {
    animation: lightSweep 6s infinite ease-in-out;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(159,210,192), transparent);
    top: 0;
    width: 100%;
    height: 2px;
}.sign_upH .learn_vision8::after {
    right: -100%;
    bottom: 0;
    animation: lightSweep 6s 3s infinite ease-in-out;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(110,183,162), transparent);
    position: absolute;
    height: 2px;
}.sign_upH h3 {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.01em;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    color: #ffffff;
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}.sign_upH h3::before {
    left: 0;
    top: 0.5rem;
    transform: scaleY(0);
    background: rgb(159,210,192);
    position: absolute;
    transform-origin: top;
    animation: scaleInY 1s 0.5s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0.5rem;
    width: 4px;
    content: "";
}.sign_upH .input_holder {
    position: relative;
    gap: 1rem;
    transform: translateZ(30px);
    display: flex;
}.sign_upH .input_holder div {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}.sign_upH .input_holder div::before {
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    background: rgb(110,183,162);
}.sign_upH .input_holder div:focus-within::before {
    transform: scaleX(1);
    transform-origin: left;
}.sign_upH input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    width: 100%;
}.sign_upH input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.sign_upH input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.sign_upH input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.sign_upH .email_submitt {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(159,210,192), rgb(110,183,162));
    padding: 1rem 1.75rem;
}.sign_upH .email_submitt::before {
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(110,183,162), rgb(159,210,192));
    height: 100%;
}.sign_upH .email_submitt:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.sign_upH .email_submitt:hover::before {
    opacity: 1;
}.sign_upH .email_submitt:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightSweep {
    0% { transform: translateX(0%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(0%); }
}

@keyframes scaleInY {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@media (max-width: 768px) {.sign_upH {
    padding: 4rem 1.5rem;
}.sign_upH .learn_vision8 {
    transform: translateZ(30px);
    padding: 2rem 1.5rem;
}.sign_upH h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
}.sign_upH .input_holder {
    gap: 1rem;
    flex-direction: column;
}.sign_upH input[type="email"] {
    padding: 0.875rem;
}.sign_upH .email_submitt {
    padding: 0.875rem;
    width: 100%;
}
}

@media (max-width: 480px) {.sign_upH {
    padding: 3rem 1rem;
}.sign_upH .learn_vision8 {
    padding: 1.5rem 1rem;
}.sign_upH h3 {
    font-size: 1.25rem;
    padding-left: 0.75rem;
}.sign_upH h3::before {
    width: 3px;
}.sign_upH input[type="email"] {
    font-size: calc(17px * 0.9);
}.sign_upH .email_submitt {
    font-size: calc(18px * 0.9);
}
}

@media (min-width: 1440px) {.sign_upH .learn_vision8 {
    max-width: 85%;
    padding: 4rem;
    margin: 0 auto;
}.sign_upH h3 {
    font-size: 2.5rem;
}.sign_upH .input_holder {
    max-width: 90%;
    margin: 0 auto;
}}.get_in_touchb {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.get_in_touchb::before {
    background-color: rgb(159,210,192);
    opacity: 0.95;
    content: '';
    z-index: -1;
    inset: 0;
    position: absolute;
}.get_in_touchb .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}.get_in_touchb .reach_reachu {
    display: flex;
    flex-direction: column;
    position: relative;
}.get_in_touchb .reach_queryc {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding: 0;
}.get_in_touchb .reach_queryc h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.get_in_touchb .reach_queryc h3::after {
    content: '';
    bottom: -10px;
    background: rgb(110,183,162);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}.get_in_touchb .reach_queryc div {
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    margin: 15px 10px;
}.get_in_touchb .reach_queryc div:hover {
    transform: translateY(-5px);
    background-color: rgb(110,183,162);
}.get_in_touchb .reach_queryc div svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.get_in_touchb .reach_queryc div svg path {
    fill: #ffffff;
}.get_in_touchb .reach_queryc div span {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}.get_in_touchb .reach_queryc div span a {
    text-decoration: none;
    color: #ffffff;
}.get_in_touchb .request_cardE {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffffff;
    gap: 20px;
    padding: 40px;
}.get_in_touchb .request_cardE h3 {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    grid-column: span 3;
    font-weight: 700;
}.get_in_touchb .request_cardE form {
    display: grid;
    gap: 20px;
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
}.get_in_touchb .request_cardE input#name {
    grid-column: span 1;
}.get_in_touchb .request_cardE input#phone {
    grid-column: span 1;
}.get_in_touchb .request_cardE input#email {
    grid-column: span 1;
}.get_in_touchb .request_cardE input[type="text"],
.get_in_touchb .request_cardE input[type="email"] {
    width: 100%;
    padding: 0 20px;
    border: none;
    transition: box-shadow 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    height: 55px;
    background-color: rgb(204,232,223);
}.get_in_touchb .request_cardE input[type="text"]:focus,
.get_in_touchb .request_cardE input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(110,183,162);
    outline: none;
}.get_in_touchb .request_cardE input::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_in_touchb .request_cardE .support_form2 {
    grid-column: span 2;
    display: flex;
    align-items: center;
}.get_in_touchb .request_cardE .support_form2 input[type="checkbox"] {
    cursor: pointer;
    height: 20px;
    border: 2px solid rgb(204,232,223);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-right: 10px;
    border-radius: 10px;
    position: relative;
    appearance: none;
    width: 20px;
    -webkit-appearance: none;
}.get_in_touchb .request_cardE .support_form2 input[type="checkbox"]:checked {
    border-color: rgb(110,183,162);
    background-color: rgb(110,183,162);
}.get_in_touchb .request_cardE .support_form2 input[type="checkbox"]:checked::before {
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '✓';
    font-size: 12px;
    position: absolute;
}.get_in_touchb .request_cardE .support_form2 label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.get_in_touchb .request_cardE .support_form2 label a {
    color: rgb(110,183,162);
    transition: color 0.3s ease;
    text-decoration: none;
}.get_in_touchb .request_cardE .support_form2 label a:hover {
    color: rgb(159,210,192);
}.get_in_touchb .request_cardE .query_support0 {
    font-size: 15px;
    color: #ffffff;
    grid-column: span 1;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(110,183,162);
    transition: background-color 0.3s ease, transform 0.3s ease;
    height: 55px;
    cursor: pointer;
}.get_in_touchb .request_cardE .query_support0:hover {
    transform: translateY(-3px);
    background-color: rgb(159,210,192);
}

@media screen and (min-width: 992px) {.get_in_touchb .reach_reachu {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.get_in_touchb .reach_queryc {
    width: 30%;
    margin-bottom: 0;
    text-align: left;
}.get_in_touchb .reach_queryc h3 {
    margin-bottom: 30px;
}.get_in_touchb .reach_queryc h3::after {
    width: 50%;
}.get_in_touchb .reach_queryc div {
    text-align: left;
    margin: 15px 0;
    display: block;
}.get_in_touchb .request_cardE {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.get_in_touchb .request_cardE input#name,
    .get_in_touchb .request_cardE input#phone,
    .get_in_touchb .request_cardE input#email {
    grid-column: span 3;
}.get_in_touchb .request_cardE .support_form2 {
    grid-column: span 3;
}.get_in_touchb .request_cardE .query_support0 {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.get_in_touchb {
    padding: 60px 0;
}.get_in_touchb .reach_queryc {
    margin-bottom: 30px;
}.get_in_touchb .reach_queryc h3 {
    font-size: calc(20px + 2px);
}.get_in_touchb .request_cardE {
    padding: 30px 20px;
}.get_in_touchb .request_cardE form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.get_in_touchb {
    padding: 40px 0;
}.get_in_touchb .reach_queryc div {
    margin: 10px 0;
    text-align: left;
    display: block;
    width: 100%;
}}.tariff_box3 {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.tariff_box3::before {
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
}.tariff_box3 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.tariff_box3 .plan_feesk {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}.tariff_box3 h2 {
    transform: translateY(0);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(29px * 1.1);
    color: #ffffff;
}.tariff_box3 h2::after {
    position: absolute;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: "";
    background: rgb(159,210,192);
    border-radius: 1px;
}.tariff_box3 .pricing_pack8 {
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: calc(15px * 1.05);
    max-width: 80%;
    color: rgb(255, 255, 255, 0.5);
}.tariff_box3 .learn_feesX {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tariff_box3 .learn_feesX li {
    height: 100%;
    display: flex;
}.tariff_box3 .value_pricing5 {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    transform: translateY(0) scale(1);
    backdrop-filter: blur(10px);
    width: 100%;
    position: relative;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}.tariff_box3 .value_pricing5::before {
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    top: 0;
    transform: translateY(-5px);
    height: 5px;
    left: 0;
    position: absolute;
}.tariff_box3 .value_pricing5:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px) scale(1.02);
}.tariff_box3 .value_pricing5:hover::before {
    transform: translateY(0);
}.tariff_box3 .plan_dealsY {
    padding: 35px 30px;
    height: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
}.tariff_box3 .skill_plansz {
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff_box3 .value_pricing5 h4 {
    padding-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    letter-spacing: 0.3px;
}.tariff_box3 .value_pricing5:hover h4 {
    color: rgb(159,210,192);
}.tariff_box3 .value_pricing5 h4::after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.4s ease, background-color 0.4s ease;
    bottom: 0;
    width: 40px;
    left: 0;
    height: 2px;
}.tariff_box3 .value_pricing5:hover h4::after {
    width: 60px;
    background-color: rgb(159,210,192);
}.tariff_box3 .value_pricing5 p {
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    color: rgba(255, 255, 255, 0.75);
    flex-grow: 1;
    word-break: normal;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 30px;
}.tariff_box3 .cost_tablep {
    color: rgb(159,210,192);
    position: relative;
    font-size: calc(21px * 1.15);
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: auto;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 15px 0 0;
    display: block;
}.tariff_box3 .cost_tablep::before {
    width: 25px;
    background-color: rgb(159,210,192);
    position: absolute;
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
    height: 2px;
    opacity: 0.6;
    left: 0;
    content: "";
}.tariff_box3 .value_pricing5:hover .cost_tablep {
    color: rgb(110,183,162);
    transform: translateY(-3px);
}.tariff_box3 .value_pricing5:hover .cost_tablep::before {
    opacity: 1;
    width: 40px;
}


@media (max-width: 1200px) {.tariff_box3 {
    padding: 80px 0;
}.tariff_box3 .pricing_pack8 {
    max-width: 90%;
}.tariff_box3 .learn_feesX {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_box3 h2 {
    font-size: 29px;
}.tariff_box3 .plan_dealsY {
    padding: 30px 25px;
}.tariff_box3 .value_pricing5 h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.tariff_box3 {
    padding: 60px 0;
}.tariff_box3 h2 {
    font-size: calc(29px * 0.9);
}.tariff_box3 .pricing_pack8 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 15px;
}.tariff_box3 .learn_feesX {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff_box3 .value_pricing5 {
    max-height: none;
}.tariff_box3 .value_pricing5 p {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.tariff_box3 {
    padding: 50px 0;
}.tariff_box3 h2 {
    font-size: calc(29px * 0.85);
}.tariff_box3 .pricing_pack8 {
    font-size: calc(15px * 0.95);
}.tariff_box3 .plan_dealsY {
    padding: 25px 20px;
}.tariff_box3 .value_pricing5 h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.95);
}.tariff_box3 .cost_tablep {
    font-size: 21px;
}}.customer_commentsh {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,232,223) 0%, rgba(rgb(159,210,192,0.5), 0.05) 100%);
    position: relative;
}.customer_commentsh::before {
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(159,210,192) 0%, transparent 70%);
    z-index: 0;
    top: -50px;
    content: "";
    right: -50px;
    height: 300px;
    width: 300px;
}.customer_commentsh::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(110,183,162) 0%, transparent 70%);
    height: 400px;
    bottom: -100px;
    opacity: 0.05;
    width: 400px;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    content: "";
}.customer_commentsh .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.customer_commentsh h2 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
    transition: transform 0.5s ease-out;
    color: #000000;
    margin-bottom: 60px;
    font-size: 34px;
}.customer_commentsh h2::after {
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    transform: translateX(-50%) scaleX(0.7);
    height: 3px;
    content: "";
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    bottom: -15px;
    position: absolute;
}.customer_commentsh h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.customer_commentsh .learner_viewsV {
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.customer_commentsh .testimonial_cornerw {
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 30px;
}.customer_commentsh .testimonial_cornerw::before {
    color: rgba(rgb(159,210,192,0.5), 0.05);
    z-index: 0;
    right: 20px;
    line-height: 1;
    font-size: 150px;
    top: -30px;
    font-family: serif;
    content: "";
    position: absolute;
}.customer_commentsh .testimonial_cornerw:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.customer_commentsh .testimonial_cornerw div {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    z-index: 2;
    align-items: center;
}.customer_commentsh .testimonial_cornerw img {
    margin-right: 15px;
    width: 60px;
    transition: transform 0.3s ease-out;
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.customer_commentsh .testimonial_cornerw:hover img {
    transform: scale(1.05);
}.customer_commentsh .testimonial_cornerw h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(18px * 0.9);
    position: relative;
    margin: 0;
}.customer_commentsh .testimonial_cornerw h4::after {
    left: 0;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(159,210,192), transparent);
    transition: width 0.4s ease;
    height: 2px;
    content: "";
    bottom: -5px;
}.customer_commentsh .testimonial_cornerw:hover h4::after {
    width: 100%;
}.customer_commentsh .testimonial_cornerw .description {
    line-height: 1.6;
    z-index: 2;
    position: relative;
    color: #000000;
    margin: 0;
    font-size: 17px;
}.customer_commentsh .testimonial_cornerw:nth-child(odd) {
    background: linear-gradient(to bottom right, #ffffff, rgba(rgb(159,210,192,0.5), 0.03));
}.customer_commentsh .testimonial_cornerw:nth-child(even) {
    background: linear-gradient(to bottom left, #ffffff, rgba(rgb(110,183,162,0.5), 0.03));
}.customer_commentsh a {
    margin-top: 50px;
    padding: 12px 30px;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    transform: translateZ(0);
    font-weight: 600;
    text-align: center;
    background: linear-gradient(135deg, rgb(159,210,192) 0%, rgb(110,183,162) 100%);
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}.customer_commentsh a::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(110,183,162) 0%, rgb(159,210,192) 100%);
    content: "";
    top: 0;
}.customer_commentsh a:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {.customer_commentsh {
    padding: 80px 0;
}.customer_commentsh h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.customer_commentsh .learner_viewsV {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.customer_commentsh {
    padding: 60px 0;
}.customer_commentsh h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.customer_commentsh .learner_viewsV {
    gap: 20px;
    grid-template-columns: 1fr;
}.customer_commentsh .testimonial_cornerw {
    padding: 25px;
}.customer_commentsh .testimonial_cornerw img {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.customer_commentsh {
    padding: 40px 0;
}.customer_commentsh h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.customer_commentsh .testimonial_cornerw {
    padding: 20px;
}.customer_commentsh .testimonial_cornerw img {
    width: 45px;
    height: 45px;
}.customer_commentsh .testimonial_cornerw .description {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 1200px) {.customer_commentsh .learner_viewsV {
    grid-template-columns: repeat(4, 1fr);
}.customer_commentsh .testimonial_cornerw:hover {
    transform: translateY(-12px) scale(1.03);
}
}

@media (hover: none) {.customer_commentsh .testimonial_cornerw:hover {
    transform: none;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.customer_commentsh .testimonial_cornerw:hover img {
    transform: none;
}.customer_commentsh .testimonial_cornerw:hover h4::after {
    width: 0;
}
}

@media (prefers-reduced-motion: reduce) {.customer_commentsh .testimonial_cornerw,
    .customer_commentsh .testimonial_cornerw img,
    .customer_commentsh h2::after,
    .customer_commentsh .testimonial_cornerw h4::after,
    .customer_commentsh a,
    .customer_commentsh a::before {
    transition: none;
}}.confidential_armoryl {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    padding: 5rem 2rem;
}.confidential_armoryl::before {
    background: linear-gradient(to right, rgb(159,210,192,0.5) 0%, transparent 10%);
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
}.confidential_armoryl::after {
    content: "";
    top: 0;
    z-index: 0;
    width: 40%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(110,183,162,0.5) 0%, transparent 50%);
    right: 0;
    pointer-events: none;
    height: 100%;
}.confidential_armoryl .container {
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease-out;
    position: relative;
    transform-origin: left center;
    padding: 2rem;
    margin: 0 auto;
    z-index: 1;
    background-color: #ffffff;
}.confidential_armoryl .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.confidential_armoryl h1 {
    color: #000000;
    transform: translateX(-5px);
    opacity: 0;
    padding-bottom: 0.75rem;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards;
    margin-bottom: 2rem;
    position: relative;
    font-size: 41px;
}.confidential_armoryl h1::after {
    height: 3px;
    width: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(159,210,192), rgb(110,183,162));
    left: 0;
    position: absolute;
    animation: expandUnderline 1.2s 0.8s forwards;
    content: "";
}.confidential_armoryl h2 {
    margin: 2.5rem 0 1rem;
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    padding-left: 1rem;
    animation: slideInUp 0.6s 0.4s forwards;
    font-size: 33px;
    color: #000000;
    font-weight: 600;
}.confidential_armoryl h2::before {
    transform-origin: top;
    background-color: rgb(159,210,192);
    height: 100%;
    left: 0;
    top: 0;
    animation: scaleVertical 0.4s 0.8s forwards;
    position: absolute;
    transform: scaleY(0);
    width: 4px;
    content: "";
}.confidential_armoryl h3 {
    animation: slideInUp 0.6s 0.5s forwards;
    font-weight: 600;
    transform: translateY(8px);
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.85);
    opacity: 0;
    position: relative;
    padding-left: 1.5rem;
}.confidential_armoryl h3::before {
    position: absolute;
    width: 10px;
    top: 50%;
    height: 10px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background-color: rgb(110,183,162);
}.confidential_armoryl h4 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(33px * 0.75);
    position: relative;
    font-weight: 400;
    color: #000000;
    padding-left: 1.75rem;
    animation: slideInUp 0.6s 0.6s forwards;
    opacity: 0;
    transform: translateY(5px);
}.confidential_armoryl h4::before {
    top: 50%;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    width: 6px;
    border: 2px solid rgb(159,210,192);
    left: 0;
    content: "";
    transform: translateY(-50%);
}.confidential_armoryl p {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInUp 0.6s 0.5s forwards;
    position: relative;
    transform: translateY(10px);
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
}.confidential_armoryl p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.confidential_armoryl p strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background-color: rgb(159,210,192,0.5);
}.confidential_armoryl ul {
    animation: slideInRight 0.7s 0.7s forwards;
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
    opacity: 0;
    transform: translateX(10px);
}.confidential_armoryl ul::before {
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(159,210,192), transparent);
    left: 0;
    content: "";
}.confidential_armoryl li {
    font-size: 15px;
    margin-bottom: 0.75rem;
    color: #000000;
    padding-left: 0.25rem;
    position: relative;
    line-height: 1.6;
}.confidential_armoryl li::before {
    background-color: rgb(159,210,192);
    top: 0.7rem;
    left: -1.5rem;
    content: "";
    width: 6px;
    border-radius: 50%;
    transform: scale(0);
    animation: scaleIn 0.3s 1s forwards;
    height: 6px;
    position: absolute;
}.confidential_armoryl span {
    margin: 0.75rem 0 1.5rem;
    line-height: 1.7;
    color: #000000;
    display: block;
    opacity: 0;
    font-size: 15px;
    animation: slideInUp 0.6s 0.6s forwards;
    padding-left: 1rem;
    transform: translateY(10px);
    border-left: 2px solid rgb(110,183,162,0.5);
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

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

@media (max-width: 991px) {.confidential_armoryl {
    padding: 3rem 1rem;
}.confidential_armoryl .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.confidential_armoryl h1 {
    font-size: calc(41px * 0.9);
}.confidential_armoryl h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.9);
}.confidential_armoryl h3 {
    font-size: calc(33px * 0.8);
}.confidential_armoryl h4 {
    font-size: calc(33px * 0.7);
}
}

@media (max-width: 767px) {.confidential_armoryl {
    padding: 2rem 0.75rem;
}.confidential_armoryl .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    padding: 1.25rem;
    transform: none;
}.confidential_armoryl h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.confidential_armoryl h2 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(33px * 0.8);
}.confidential_armoryl h3 {
    font-size: calc(33px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.confidential_armoryl h4 {
    font-size: calc(33px * 0.65);
    margin: 1.25rem 0 0.5rem;
}.confidential_armoryl p, .confidential_armoryl li, .confidential_armoryl span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.confidential_armoryl ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.confidential_armoryl {
    padding: 1.5rem 0.5rem;
}.confidential_armoryl .container {
    padding: 1rem;
}.confidential_armoryl h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.25rem;
}.confidential_armoryl h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.75rem;
}.confidential_armoryl h2::before {
    width: 3px;
}.confidential_armoryl h3 {
    padding-left: 1.25rem;
    font-size: calc(33px * 0.65);
}.confidential_armoryl h3::before {
    height: 8px;
    width: 8px;
}.confidential_armoryl h4 {
    padding-left: 1.5rem;
    font-size: calc(33px * 0.6);
}.confidential_armoryl p, .confidential_armoryl li, .confidential_armoryl span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.confidential_armoryl span {
    padding-left: 0.75rem;
}}.title_greetingH {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(204,232,223);
    padding: 120px 0;
}.title_greetingH > div {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.title_greetingH .smart_track7 {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}.title_greetingH .smart_track7::before {
    bottom: -10px;
    position: absolute;
    height: 4px;
    transform: translateX(0);
    transition: transform 0.5s ease;
    width: 120px;
    background: linear-gradient(90deg, rgb(159,210,192), rgb(110,183,162));
    content: "";
    left: 0;
}.title_greetingH:hover .smart_track7::before {
    transform: translateX(20px);
}.title_greetingH .edu_spacej {
    transition: transform 0.4s ease;
    font-weight: 700;
    transform: translateY(0);
    margin: 0 0 40px;
    color: #000000;
    position: relative;
    font-size: 39px;
}.title_greetingH:hover .edu_spacej {
    transform: translateY(-5px);
}.title_greetingH .course_primaryR {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}.title_greetingH .course_primaryR::before {
    top: 0;
    right: 0;
    left: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,210,192,0.5), rgb(110,183,162,0.5));
}.title_greetingH .course_primaryR > div {
    flex-direction: column;
    gap: 30px;
    z-index: 2;
    color: #ffffff;
    position: relative;
    display: flex;
}.title_greetingH .course_primaryR p {
    font-size: calc(12px * 1.2);
    max-width: 650px;
    position: relative;
    margin: 0;
    padding-left: 20px;
    line-height: 1.6;
}.title_greetingH .course_primaryR p::before {
    transform: scaleY(0.8);
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    background: rgb(110,183,162);
    transition: transform 0.3s ease;
    height: 100%;
}.title_greetingH .course_primaryR:hover p::before {
    transform: scaleY(1);
}.title_greetingH .course_primaryR h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    max-width: 800px;
    transform: translateX(0);
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
}.title_greetingH .course_primaryR:hover h3 {
    transform: translateX(10px);
}

@media (max-width: 992px) {.title_greetingH {
    padding: 80px 0;
}.title_greetingH .edu_spacej {
    font-size: calc(39px * 0.9);
}.title_greetingH .course_primaryR {
    padding: 40px 30px;
}.title_greetingH .course_primaryR h3 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.title_greetingH {
    padding: 60px 0;
}.title_greetingH .edu_spacej {
    margin-bottom: 30px;
    font-size: calc(39px * 0.8);
}.title_greetingH .course_primaryR {
    padding: 30px 25px;
}.title_greetingH .course_primaryR p {
    font-size: 12px;
}.title_greetingH .course_primaryR h3 {
    padding: 15px;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.title_greetingH {
    padding: 40px 0;
}.title_greetingH .smart_track7::before {
    width: 80px;
}.title_greetingH .edu_spacej {
    margin-bottom: 25px;
    font-size: calc(39px * 0.7);
}.title_greetingH .course_primaryR {
    padding: 25px 20px;
}.title_greetingH .course_primaryR p {
    padding-left: 15px;
    font-size: calc(12px * 0.95);
}.title_greetingH .course_primaryR h3 {
    padding: 12px;
    font-size: calc(20px * 0.85);
}}header {
    z-index: 1000;
    position: relative;
    overflow: visible;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(110,183,162,0.5), rgb(159,210,192));
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    z-index: -1;
    top: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .nav_trainA {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}header .top_startW {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 1rem;
    text-decoration: none;
}header .top_startW::after {
    left: 50%;
    background: #ffffff;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
    transform: translateX(-50%);
    bottom: 0;
    width: 50%;
    opacity: 0.6;
}header .top_startW:hover::after {
    opacity: 1;
    width: 80%;
}header .top_startW svg {
    width: 220px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(159,210,192,0.5));
    transition: all 0.3s ease;
}header .top_startW:hover svg {
    transform: translateY(-5px);
}header .nav_leadI {
    width: 100%;
    justify-content: center;
    padding: 0.6rem 1rem;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    gap: 0.8rem;
    flex-wrap: wrap;
    border-radius: 18px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
}header .nav_leadI::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    border-radius: 18px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    z-index: -1;
    height: 100%;
}header .main_mentord {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}header .main_mentord::before {
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    transform: translateY(100%) scale(0.8);
}header .main_mentord:hover {
    color: rgb(159,210,192);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main_mentord:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav_trainA {
    gap: 1.2rem;
}header .top_startW svg {
    width: 180px;
}header .nav_leadI {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main_mentord {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav_trainA {
    gap: 1rem;
}header .top_startW svg {
    width: 150px;
}header .nav_leadI {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main_mentord {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_trainA {
    gap: 0.8rem;
}header .top_startW svg {
    width: 140px;
}header .nav_leadI {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
}header .nav_leadI::-webkit-scrollbar {
    height: 3px;
}header .nav_leadI::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main_mentord {
    font-size: calc(17px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}
}