* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.wrapper-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1149px;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(220,222,224);
    padding: 4px;
    width: 4px;
}::-webkit-scrollbar-button {
    border-radius: 6px;
    background: #ffffff;
    height: 9px;
}::-webkit-scrollbar-track {
    border-radius: 0.4rem;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom left, #ffffff 28%, rgb(255, 255, 255, 0.5) 89%, rgb(104,147,161) 74%, rgb(159,168,178) 46%, rgb(159,168,178,0.5) 74%, rgb(220,222,224) 8%);
    border-radius: 9999px;
    transition: all, border-radius, transform 4.7s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
    box-shadow: 4px 1px 4px 1px rgba(0, 0, 0, 0.6);
    background: rgb(104,147,161);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 4px 0px 6px rgba(0, 0, 0, 0.3);
    background: rgb(159,168,178);
}.main-mentor {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}.abuse-ctrl {
    flex: 0 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;
}}
header {
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1000;
    background: rgb(159,168,178,0.5);
}header:before {
    pointer-events: none;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
}header:after {
    background: linear-gradient(
        90deg,
        rgb(104,147,161) 0%,
        rgb(159,168,178) 50%,
        rgb(104,147,161) 100%
    );
    bottom: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    filter: blur(1px);
    position: absolute;
    opacity: 0.8;
}header .main-top {
    position: relative;
    overflow: hidden;
}header .main-top:before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,168,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(104,147,161,0.5) 0%, transparent 40%);
    pointer-events: none;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    content: '';
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
}header .container {
    max-width: 1200px;
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
}header .main-head {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .top-core {
    gap: 35px;
    display: flex;
    align-items: center;
    position: relative;
}header .top-core:before {
    width: 100%;
    opacity: 0;
    height: 35px;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    left: 0;
    top: 50%;
    position: absolute;
    transition: all 0.4s ease;
}header .top-core:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .head-info {
    padding: 5px 0;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}header .head-info:before {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    bottom: 0;
}header .head-info:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(159,168,178,0.5),
        transparent
    );
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    content: '';
    transform: scaleY(0);
    z-index: -1;
    top: 0;
    opacity: 0;
    left: 0;
    height: 100%;
}header .head-info:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .head-info:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .head-info:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .top-guide {
    text-decoration: none;
    display: flex;
    padding: 5px;
    transition: all 0.4s ease;
    position: relative;
    align-items: center;
}header .top-guide:before {
    transition: opacity 0.5s ease;
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    background: radial-gradient(
        circle,
        rgb(159,168,178,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    content: '';
    left: -10px;
}header .top-guide:after {
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(159,168,178),
        transparent
    ) 1;
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0;
    width: 100%;
}header .top-guide:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .top-guide:hover:after {
    opacity: 0.7;
}header .top-guide svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(159,168,178,0.5));
    height: 45px;
    width: auto;
}header .top-guide:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(159,168,178));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top-core {
    gap: 20px;
}header .top-guide svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top-core {
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    height: 100vh;
    background: rgb(159,168,178);
    background: linear-gradient(
            135deg,
            rgb(159,168,178) 0%,
            rgb(159,168,178,0.5) 100%
        );
    position: fixed;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    top: 0;
    z-index: 1001;
    gap: 20px;
    flex-direction: column;
    right: -100%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    padding: 80px 30px 30px;
}header .top-core:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 5px;
}header .head-info:last-child {
    border-bottom: none;
}header .top-guide {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top-guide svg {
    height: 35px;
}}.our-story {
    padding: 120px 0 100px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.our-story::before {
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    right: 0;
}.our-story::after {
    width: 40%;
    background: rgb(159,168,178);
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    content: '';
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    top: -10%;
    right: -5%;
    z-index: 1;
}.our-story .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.our-story h2 {
    position: relative;
    transform: translateX(-20px);
    color: #ffffff;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 30px;
    opacity: 0;
}.our-story h2::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    height: 3px;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    bottom: 0;
    width: 80px;
    content: '';
    background: rgb(159,168,178);
}.our-story .text-panel {
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 40px;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    display: flex;
}.our-story .text-panel::before {
    content: '';
    width: 3px;
    left: 0;
    height: 0;
    position: absolute;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    top: 0;
    background: rgb(104,147,161);
}.our-story .text-panel > div {
    width: 100%;
}.our-story .text-panel p {
    opacity: 0;
    color: rgb(159,168,178);
    font-weight: 600;
    margin-bottom: 20px;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    transform: translateX(-15px);
    font-size: calc(22px - 2px);
}.our-story .text-panel div div {
    color: #ffffff;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    column-count: 1;
    font-size: 17px;
    opacity: 0;
    animation: fadeInText 1s ease forwards 0.9s;
    transform: translateY(20px);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

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

@keyframes fadeInText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}

@media screen and (min-width: 768px) {.our-story {
    padding: 150px 0 130px;
}.our-story h2 {
    margin-bottom: 60px;
    font-size: calc(30px + 0.5rem);
}.our-story h2::after {
    width: 120px;
}.our-story .text-panel {
    margin-right: 40px;
    padding: 60px;
    margin-left: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.our-story .text-panel::before {
    width: 5px;
}.our-story .text-panel div div {
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.our-story {
    padding: 180px 0 160px;
}.our-story::after {
    width: 35%;
    height: 80%;
    top: -15%;
    right: -2%;
}.our-story h2 {
    margin-left: 60px;
}.our-story .text-panel {
    padding: 70px;
    transition: transform 0.5s ease;
    margin-right: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 60px;
}.our-story .text-panel:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-story .text-panel div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media screen and (min-width: 1200px) {.our-story .text-panel {
    margin: 0 auto;
    max-width: 90%;
}.our-story .text-panel::after {
    position: absolute;
    right: 30px;
    background: linear-gradient(90deg, transparent, rgb(159,168,178));
    content: '';
    bottom: -15px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    height: 5px;
    transform-origin: right;
    width: 200px;
    transform: scaleX(0);
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.our-story .text-panel {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.our-story .text-panel:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(159,168,178,0.5), 0.1);
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.our-story h2,
    .our-story h2::after,
    .our-story .text-panel,
    .our-story .text-panel::before,
    .our-story .text-panel p,
    .our-story .text-panel div div,
    .our-story::after {
    opacity: 1;
    transform: none;
    animation: none;
}.our-story h2::after,
    .our-story .text-panel::before {
    width: 100%;
    height: 100%;
    transform: none;
}}.developer-experience {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,224) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.developer-experience::before {
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(159,168,178,0.5) 90deg, transparent 180deg, rgb(104,147,161,0.5) 270deg, transparent 360deg);
    width: 100%;
    content: "";
    animation: rotateBg 30s linear infinite;
    top: 0;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    left: 0;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.developer-experience .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.developer-experience .user-review {
    border-radius: 20px;
    padding: 3rem;
    transition: transform 0.3s ease;
    grid-template-columns: minmax(250px, 35%) 1fr;
    grid-gap: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    display: grid;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(2deg);
}.developer-experience .user-review:hover {
    transform: perspective(1000px) rotateX(0);
}.developer-experience .inline-image {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
    transition: transform 0.3s ease;
    grid-area: photo;
    min-height: 350px;
    transform: translateZ(20px);
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}.developer-experience .user-review:hover .inline-image {
    transform: translateZ(30px);
}.developer-experience .name {
    font-size: 30px;
    color: #ffffff;
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    grid-area: name;
    font-weight: 700;
}.developer-experience .user-review span:not(.name) {
    margin-bottom: 1rem;
    font-weight: 600;
    grid-area: job;
    font-size: 16px;
    color: rgb(104,147,161);
    transform: translateZ(5px);
}.developer-experience .exp-view {
    border-radius: 10px;
    line-height: 1.6;
    grid-area: quote;
    position: relative;
    font-size: 17px;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    transform: translateZ(15px);
    color: #ffffff;
    border-left: 4px solid rgb(159,168,178);
}.developer-experience .exp-view::before {
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    opacity: 0.1;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(159,168,178,0.5) 0%, transparent 100%);
}

@media (max-width: 991px) {.developer-experience .user-review {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.developer-experience .inline-image {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.developer-experience {
    padding: 3rem 0;
}.developer-experience .user-review {
    grid-template-areas:
            "inline-image"
            "name"
            "professional-exp"
            "exp-view";
    padding: 2rem;
    grid-template-columns: 1fr;
}.developer-experience .inline-image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.course-program {
    background: linear-gradient(135deg, rgb(220,222,224) 40%, rgb(159,168,178,0.5) 140%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course-program::before {
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.course-program::after {
    opacity: 0.1;
    transform: rotate(-15deg);
    height: 200%;
    position: absolute;
    content: "";
    top: -50%;
    width: 60%;
    right: -20%;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(159,168,178,0.5) 10%, transparent 70%);
}.course-program .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.course-program .learn-development {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(159,168,178);
    background: #ffffff;
    transform: perspective(1200px) rotateY(-2deg);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    display: flex;
}.course-program .learn-development:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course-program .inline-image {
    position: relative;
    overflow: hidden;
    height: 300px;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course-program .inline-image::before {
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    bottom: 0;
    position: absolute;
}.course-program .inline-image::after {
    transition: transform 0.5s ease;
    transform: scale(1.05);
    left: -10%;
    content: "";
    background: rgb(159,168,178);
    position: absolute;
    mix-blend-mode: overlay;
    width: 120%;
    top: -10%;
    opacity: 0.2;
    height: 120%;
}.course-program .learn-development:hover .inline-image::after {
    transform: scale(1);
}.course-program .text-panel {
    position: relative;
    padding: 40px;
    background: #ffffff;
}.course-program .text-panel::before {
    position: absolute;
    top: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(159,168,178) 0%, transparent 100%);
    width: 100px;
    left: 0;
}.course-program h3 {
    transform-origin: left center;
    margin-bottom: 24px;
    position: relative;
    letter-spacing: -0.02em;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    font-size: calc(21px * 1.1);
    line-height: 1.4;
    font-weight: 700;
}.course-program .learn-development:hover h3 {
    transform: translateX(5px);
    color: rgb(159,168,178);
}.course-program p.description {
    margin-bottom: 24px;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow-y: auto;
    font-size: 16px;
    position: relative;
    padding-right: 15px;
    max-height: 250px;
}.course-program p.description::-webkit-scrollbar {
    width: 4px;
}.course-program p.description::-webkit-scrollbar-track {
    background: rgb(220,222,224);
}.course-program p.description::-webkit-scrollbar-thumb {
    background: rgb(159,168,178,0.5);
    border-radius: 10px;
}.course-program span.description {
    display: none;
}.course-program .text-panel div {
    position: relative;
}.course-program .text-panel div::after {
    width: 100%;
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    height: 40px;
    pointer-events: none;
    left: 0;
}

@media (min-width: 768px) {.course-program .learn-development {
    flex-direction: row;
    max-height: 600px;
}.course-program .inline-image {
    width: 45%;
    transform: translateX(-10px);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    height: auto;
}.course-program .learn-development:hover .inline-image {
    transform: translateX(0);
}.course-program .text-panel {
    width: 55%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.course-program h3 {
    font-size: 21px;
}.course-program p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program {
    padding: 150px 0;
}.course-program .learn-development {
    max-height: 550px;
}.course-program .inline-image {
    transform: translateX(-20px);
}.course-program .text-panel {
    padding: 60px;
}.course-program h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.course-program p.description {
    max-height: 300px;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.course-program {
    padding: 80px 0;
}.course-program .learn-development {
    transform: perspective(1200px) rotateY(0deg);
}.course-program .text-panel {
    padding: 30px 20px;
}.course-program h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.95);
}.course-program p.description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.course-program {
    padding: 60px 0;
}.course-program .inline-image {
    height: 200px;
}.course-program .text-panel {
    padding: 25px 15px;
}.course-program h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}}.secure-sanctum {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    overflow: hidden;
    color: #000000;
    background: linear-gradient(135deg, rgb(220,222,224) 0%, rgba(240, 245, 255, 0.95) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.secure-sanctum::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(159,168,178) 0%, rgb(104,147,161) 100%);
    position: absolute;
    content: "";
    height: 5px;
    right: 0;
    top: 0;
}.secure-sanctum::after {
    top: -150px;
    height: 300px;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(104,147,161,0.5) 0%, transparent 70%);
    position: absolute;
    right: -150px;
    border-radius: 50%;
    width: 300px;
    mix-blend-mode: overlay;
}.secure-sanctum .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.secure-sanctum h1 {
    transform: translateZ(0);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    color: rgb(159,168,178);
    font-weight: 700;
    font-size: calc(43px * 1.1);
}.secure-sanctum h1::after {
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    transform-origin: left;
    width: 60%;
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
    background: rgb(104,147,161);
}.secure-sanctum h1:hover {
    transform: translateY(-2px);
}.secure-sanctum h1:hover::after {
    width: 100%;
}.secure-sanctum h2 {
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-size: 29px;
    border-left: 4px solid rgb(104,147,161);
    padding-left: 15px;
    font-weight: 600;
}.secure-sanctum h3 {
    font-weight: 600;
    border-left: 3px solid rgb(104,147,161,0.5);
    color: #000000;
    padding-left: 12px;
    font-size: calc(29px * 0.85);
    margin: 2rem 0 1.25rem;
}.secure-sanctum h4 {
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.7);
    border-left: 2px solid rgb(104,147,161,0.5);
    padding-left: 10px;
    margin: 1.75rem 0 1rem;
}.secure-sanctum p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 13px;
    position: relative;
    color: #000000;
    max-width: 90ch;
    line-height: 1.8;
}.secure-sanctum p:hover {
    transform: translateX(5px);
}.secure-sanctum p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.secure-sanctum p strong::after {
    width: 100%;
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: rgb(104,147,161);
    position: absolute;
    transform-origin: left;
    height: 1px;
    bottom: -2px;
}.secure-sanctum p:hover strong::after {
    transform: scaleX(1);
}.secure-sanctum span {
    font-style: italic;
    display: block;
    font-size: calc(13px * 0.95);
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px solid rgb(104,147,161,0.5);
    line-height: 1.7;
    padding-left: 15px;
}.secure-sanctum ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1rem;
}.secure-sanctum li {
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 13px;
}.secure-sanctum li::before {
    border-radius: 2px;
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(104,147,161);
    top: 0.75rem;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    left: 0;
}.secure-sanctum li:hover::before {
    transform: rotate(135deg);
    background: rgb(159,168,178);
}

@media (min-width: 768px) {.secure-sanctum {
    padding: 7rem 3rem;
}.secure-sanctum .container {
    padding: 0 2rem;
}.secure-sanctum h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 3rem;
}.secure-sanctum h2 {
    font-size: calc(29px * 1.1);
    margin: 3.5rem 0 2rem;
    padding-left: 20px;
}.secure-sanctum h3 {
    font-size: calc(29px * 0.9);
    padding-left: 16px;
}.secure-sanctum h4 {
    font-size: calc(29px * 0.75);
    padding-left: 12px;
}.secure-sanctum p {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}.secure-sanctum span {
    padding-left: 20px;
    font-size: 13px;
}.secure-sanctum ul {
    margin-left: 2rem;
}.secure-sanctum li {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.secure-sanctum li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.secure-sanctum {
    padding: 8rem 0;
}.secure-sanctum::after {
    width: 400px;
    right: -150px;
    top: -200px;
    height: 400px;
}.secure-sanctum .container {
    padding: 0;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    padding: 4rem;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}.secure-sanctum .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.secure-sanctum h1 {
    font-size: calc(43px * 1.3);
    margin-bottom: 3.5rem;
}.secure-sanctum h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(29px * 1.15);
}.secure-sanctum p {
    margin-left: 1rem;
    max-width: 80ch;
}.secure-sanctum ul {
    margin-left: 3rem;
}.secure-sanctum li {
    transition: transform 0.3s ease;
}.secure-sanctum li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.secure-sanctum {
    padding: 4rem 1.5rem;
}.secure-sanctum h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.9);
}.secure-sanctum h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.95);
}.secure-sanctum h3, .secure-sanctum h4 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(29px * 0.65);
}.secure-sanctum p, .secure-sanctum span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.secure-sanctum ul {
    margin-left: 0;
}.secure-sanctum li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}}.user-feedback {
    position: relative;
    background: rgb(220,222,224);
    overflow: hidden;
    padding: 100px 0;
}.user-feedback::before {
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 100%;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(30deg, rgb(159,168,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(159,168,178,0.5) 87.5%, rgb(159,168,178,0.5)),
        linear-gradient(150deg, rgb(159,168,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(159,168,178,0.5) 87.5%, rgb(159,168,178,0.5)),
        linear-gradient(30deg, rgb(159,168,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(159,168,178,0.5) 87.5%, rgb(159,168,178,0.5)),
        linear-gradient(150deg, rgb(159,168,178,0.5) 12%, transparent 12.5%, transparent 87%, rgb(159,168,178,0.5) 87.5%, rgb(159,168,178,0.5)),
        linear-gradient(60deg, rgb(104,147,161,0.5) 25%, transparent 25.5%, transparent 75%, rgb(104,147,161,0.5) 75%, rgb(104,147,161,0.5)),
        linear-gradient(60deg, rgb(104,147,161,0.5) 25%, transparent 25.5%, transparent 75%, rgb(104,147,161,0.5) 75%, rgb(104,147,161,0.5));
    z-index: 1;
    left: 0;
}.user-feedback .quick-training {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.user-feedback h4 {
    margin-bottom: 70px;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    transform: skew(-5deg);
}.user-feedback h4::before {
    transform: skew(15deg);
    z-index: -1;
    width: 200%;
    content: "";
    position: absolute;
    background: rgb(104,147,161,0.5);
    bottom: -5px;
    left: -50px;
    height: 10px;
}.user-feedback h4::after {
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30px;
    position: absolute;
    width: 30px;
    background: rgb(159,168,178,0.5);
    right: -40px;
    content: "";
    animation: rotate 6s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user-feedback .review-showcase {
    position: relative;
    gap: 40px;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.user-feedback .user-review {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
    background: #ffffff;
    position: relative;
}.user-feedback .user-review::before {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(159,168,178,0.5), rgb(104,147,161,0.5));
    transform: translate(8px, 8px);
    inset: 0;
    z-index: -1;
    clip-path: inherit;
}.user-feedback .user-review::after {
    transform: rotate(45deg) translateY(25px);
    bottom: 0;
    z-index: -2;
    content: "";
    width: 50px;
    position: absolute;
    height: 50px;
    background: rgb(220,222,224);
    right: 15%;
}.user-feedback .user-review:nth-child(odd)::after {
    background: rgb(159,168,178,0.5);
}.user-feedback .user-review:nth-child(even)::after {
    background: rgb(104,147,161,0.5);
}.user-feedback .user-review:hover {
    transform: translateY(-15px);
}.user-feedback .user-review:hover::before {
    transform: translate(4px, 4px);
}.user-feedback .inline-image {
    z-index: 3;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    width: 80px;
    right: 20px;
    height: 80px;
    position: absolute;
    top: -20px;
}.user-feedback .user-review:nth-child(odd) .inline-image {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.user-feedback .user-review:nth-child(even) .inline-image {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.user-feedback .user-review:hover .inline-image {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}.user-feedback .user-review span {
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-weight: 700;
    display: block;
    font-size: 19px;
    position: relative;
    border-bottom: 1px dashed rgb(159,168,178,0.5);
    margin-bottom: 15px;
}.user-feedback .user-review p {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}.user-feedback .user-review p::first-letter {
    color: rgb(159,168,178);
    font-weight: 700;
    font-size: 1.5em;
}.user-feedback .review-showcase::before {
    top: -50px;
    content: "";
    left: 10%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    border: 10px solid rgb(104,147,161,0.5);
    position: absolute;
}.user-feedback .review-showcase::after {
    right: 10%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0.2;
    background: rgb(159,168,178,0.5);
    bottom: -75px;
}

@media (max-width: 767px) {.user-feedback {
    padding: 70px 0;
}.user-feedback h4 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.85);
    text-align: center;
    transform: none;
    display: block;
}.user-feedback h4::before {
    transform: none;
    width: 100%;
    left: 0;
}.user-feedback .review-showcase {
    gap: 50px;
    grid-template-columns: 1fr;
}.user-feedback .user-review {
    padding: 30px 25px;
}.user-feedback .inline-image {
    top: -15px;
    height: 70px;
    width: 70px;
    right: 15px;
}.user-feedback .user-review span {
    font-size: calc(19px * 0.9);
}.user-feedback .user-review p {
    font-size: calc(18px * 0.9);
}}.cookie-popup-interrupt {
    position: fixed;
    border-top: 2px solid rgb(159,168,178);
    width: 100%;
    bottom: 0;
    z-index: 90;
    background: rgb(220,222,224);
}.digital-tracking {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#cookie-alert-info {
    display: none;
}#cookie-alert-info:checked ~ .cookie-popup-interrupt {
    opacity: 0;
    visibility: hidden;
}.cookie-popup-interrupt h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-popup-interrupt p {
    font-size: 18px;
}.visitor-privacy {
    margin-right: 10px;
    flex-shrink: 0;
}.visitor-privacy svg, .visitor-privacy svg path, .visitor-privacy img {
    height: 100px;
    fill: rgb(159,168,178);
    width: 100px;
}.consent-box {
    flex-shrink: 0;
    color: rgb(159,168,178);
    margin-left: 10px;
    min-width: 120px;
    border-bottom: 2px solid rgb(159,168,178);
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}.cookie-popup-interrupt p a {
    text-decoration: none;
    color: rgb(159,168,178);
}
@media only screen and (max-width: 1200px) {.cookie-popup-interrupt {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.visitor-privacy {
    display: none;
}.digital-tracking {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-popup-interrupt h5 {
    text-align: center;
}.cookie-popup-interrupt p {
    text-align: center;
}.cookie-edu {
    margin-bottom: 20px;
}body .wrapper-section .consent-box {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-section .cookie-popup-interrupt {
    box-shadow: rgb(159,168,178,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.wrapper-section .consent-box {
    padding: 10px;
    margin-left: 30px;
    border: none;
    color: #ffffff;
    background: rgb(159,168,178);
    font-weight: 400;
    font-size: 20px;
}.wrapper-section .visitor-privacy {
    justify-content: center;
    align-items: center;
    background:rgb(159,168,178);
    border-radius: 50%;
    display: flex;
    width: 80px;
    height: 80px;
}.wrapper-section .visitor-privacy svg, .wrapper-section .visitor-privacy svg path, .wrapper-section .visitor-privacy img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-section .cookie-edu h5, .wrapper-section .cookie-edu p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-section .visitor-privacy {
    margin: 0;
    margin-bottom: 14px;
}}.homepage {
    min-height: 100vh;
    display: flex;
    width: 100%;
    background: linear-gradient(135deg, rgb(220,222,224) 0%, rgba(240, 245, 255, 1) 100%);
    position: relative;
    padding: 4rem 2rem;
    flex-direction: column;
    overflow: hidden;
}.homepage::before {
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(94, 170, 168, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94, 170, 168, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94, 170, 168, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94, 170, 168, 0.05) 75%);
    pointer-events: none;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    height: 100%;
}.homepage h1 {
    z-index: 2;
    color: rgb(159,168,178);
    text-align: center;
    font-size: calc(21px * 1.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease;
    margin-bottom: 2rem;
    opacity: 1;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
}.homepage h1::after {
    border-radius: 10px;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(159,168,178), rgb(104,147,161));
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.homepage .quick-training {
    gap: 3rem;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    flex: 1;
    align-items: center;
}.homepage .text-panel {
    position: relative;
    width: 100%;
    max-width: 600px;
}.homepage ol {
    display: flex;
    gap: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}.homepage li {
    border-radius: 16px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.85);
}.homepage li:hover {
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.15), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.homepage .start-primary {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}.homepage svg {
    transform: rotate(0deg) scale(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                filter 0.5s ease;
    width: 120px;
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.2));
    height: 120px;
}.homepage li:hover svg {
    transform: rotate(5deg) scale(1.05);
    filter: drop-shadow(0 8px 15px rgba(94, 170, 168, 0.3));
}.homepage svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.homepage li:hover svg text {
    fill: rgb(159,168,178);
}.homepage svg path {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.homepage li:hover svg path {
    transform: scale(1.03);
    fill: rgb(159,168,178);
}.homepage .start-primary p {
    margin: 0;
    text-align: center;
    font-size: calc(18px * 1.1);
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
}.homepage .help-panel {
    padding: 1rem 2rem;
    font-size: 15px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease,
                color 0.3s ease;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    z-index: 1;
    background: linear-gradient(135deg, rgb(159,168,178) 0%, rgb(104,147,161) 100%);
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    border-radius: 16px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    position: relative;
}.homepage .help-panel::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(104,147,161) 0%, rgb(159,168,178) 100%);
    opacity: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}.homepage .help-panel:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
}.homepage .help-panel:hover::before {
    opacity: 1;
}.homepage .help-panel:active {
    transform: translateY(1px) scale(0.99);
    box-shadow: 0 3px 10px rgba(94, 170, 168, 0.2);
}.homepage .inline-image {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    border-radius: 16px;
    height: 400px;
    position: relative;
    transform: perspective(1000px) rotateY(0) rotateX(0);
    width: 100%;
}.homepage .inline-image::before {
    top: 0;
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, 
                rgba(94, 170, 168, 0.2) 0%, 
                rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    width: 100%;
    height: 100%;
}.homepage .inline-image:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.homepage .inline-image:hover::before {
    opacity: 0.5;
}

@media (min-width: 768px) {.homepage {
    padding: 5rem 3rem;
}.homepage h1 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.homepage .quick-training {
    align-items: center;
    gap: 5rem;
    flex-direction: row;
    justify-content: space-between;
}.homepage .text-panel {
    flex: 1;
    max-width: 50%;
}.homepage .inline-image {
    max-width: 50%;
    flex: 1;
    height: 500px;
}.homepage svg {
    width: 140px;
    height: 140px;
}.homepage .start-primary p {
    font-size: calc(18px * 1.2);
}.homepage .help-panel {
    padding: 1.2rem 2.5rem;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.homepage {
    padding: 6rem 5rem;
}.homepage h1 {
    font-size: 35px;
}.homepage .quick-training {
    gap: 8rem;
}.homepage svg {
    width: 160px;
    height: 160px;
}.homepage li {
    padding: 2.5rem;
}.homepage .inline-image {
    height: 600px;
}
}

@media (max-width: 767px) {.homepage {
    padding: 3rem 1.5rem;
}.homepage h1 {
    font-size: calc(21px * 1.1);
}.homepage li {
    padding: 1.5rem;
}.homepage .start-primary {
    gap: 1rem;
}.homepage svg {
    height: 100px;
    width: 100px;
}.homepage .start-primary p {
    font-size: 18px;
}.homepage .help-panel {
    padding: 0.9rem 1.5rem;
    max-width: 300px;
    width: 100%;
}.homepage .inline-image {
    height: 300px;
}}.contact-box {
    position: relative;
    background: rgb(220,222,224);
    overflow: hidden;
    padding: 100px 0;
}.contact-box::before {
    opacity: 0.05;
    content: '';
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(159,168,178,0.5) 0,
        rgb(159,168,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    animation: patternShift 30s linear infinite;
}.contact-box .inline-image {
    left: 0;
    opacity: 0.2;
    animation: slowZoom 20s alternate infinite;
    position: absolute;
    top: 0;
    transform: scale(1.1);
    filter: saturate(0.6) brightness(0.7);
    z-index: 0;
    transition: transform 10s ease-in-out;
    height: 100%;
    width: 100%;
}.contact-box .inline-image::after {
    content: '';
    background: linear-gradient(0deg, rgb(220,222,224) 0%, transparent 80%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.contact-box .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.contact-box h3 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(159,168,178);
    margin-bottom: 50px;
    font-size: 29px;
}.contact-box h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(104,147,161);
    left: 50%;
    content: '';
    width: 60px;
    position: absolute;
    height: 4px;
}.contact-box .feedback-form {
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: grid;
    overflow: hidden;
    grid-template-columns: 1.2fr 0.8fr;
}.contact-box .connect-widget {
    padding: 50px;
    background: #ffffff;
    position: relative;
}.contact-box .connect-widget::after {
    transform: translateY(-50%);
    position: absolute;
    width: 2px;
    right: 0;
    top: 50%;
    height: 80%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(104,147,161,0.5), transparent);
}.contact-box .connect-widget h3 {
    font-size: 21px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}.contact-box .connect-widget h3::after {
    transform: none;
    width: 40px;
    height: 3px;
    left: 0;
}.contact-box form {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact-box input[type="text"],
.contact-box textarea {
    font-size: 17px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 16px 20px;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.contact-box input[type="text"]:focus,
.contact-box textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(159,168,178,0.5);
    border-color: rgb(159,168,178);
}.contact-box textarea {
    min-height: 140px;
    resize: vertical;
}.contact-box .help-reach {
    font-size: calc(17px * 0.9);
    display: flex;
    color: #000000;
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
}.contact-box input[type="checkbox"] {
    cursor: pointer;
    background: #ffffff;
    transition: all 0.2s ease;
    margin-top: 2px;
    -webkit-appearance: none;
    height: 22px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 2px solid rgb(104,147,161,0.5);
    width: 22px;
    appearance: none;
    position: relative;
}.contact-box input[type="checkbox"]:checked {
    background: rgb(159,168,178);
    border-color: rgb(159,168,178);
}.contact-box input[type="checkbox"]:checked::after {
    width: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    border-right: 2px solid #ffffff;
    top: 3px;
    height: 12px;
    transform: rotate(45deg);
    content: '';
    left: 7px;
}.contact-box .help-reach label {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
    cursor: pointer;
}.contact-box .help-reach a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(159,168,178);
    transition: color 0.2s ease;
}.contact-box .help-reach a:hover {
    color: rgb(104,147,161);
}.contact-box .help-panel {
    overflow: hidden;
    z-index: 1;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    align-self: flex-start;
    border: none;
    padding: 16px 32px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(159,168,178);
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(159,168,178,0.5);
}.contact-box .help-panel::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    content: '';
    height: 100%;
    transform: scaleX(0);
    top: 0;
    background: rgb(104,147,161);
    z-index: -1;
    transform-origin: right;
    width: 100%;
    position: absolute;
}.contact-box .help-panel:hover {
    box-shadow: 0 6px 15px rgba(rgb(159,168,178), 0.4);
}.contact-box .help-panel:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-box .request-reach {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    display: flex;
    background: rgb(104,147,161,0.5);
    padding: 50px;
    justify-content: center;
}.contact-box .request-reach::before {
    opacity: 0.4;
    background: rgb(159,168,178,0.5);
    bottom: 0;
    border-radius: 50%;
    height: 150px;
    right: 0;
    content: '';
    position: absolute;
    filter: blur(60px);
    width: 150px;
}.contact-box .request-reach h4 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 21px;
    margin-bottom: 35px;
    font-weight: 700;
}.contact-box .request-reach h4::after {
    left: 0;
    background: rgb(159,168,178);
    position: absolute;
    bottom: -15px;
    height: 3px;
    width: 40px;
    content: '';
}.contact-box .inquiry-info {
    padding: 0;
    flex-direction: column;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 30px;
}.contact-box .inquiry-info li {
    align-items: center;
    display: flex;
    position: relative;
    gap: 18px;
    transition: transform 0.3s ease;
}.contact-box .inquiry-info li:hover {
    transform: translateX(5px);
}.contact-box .inquiry-info li svg {
    align-items: center;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 46px;
    width: 22px;
    display: flex;
    padding: 12px;
    flex-shrink: 0;
    height: 46px;
    height: 22px;
    border-radius: 50%;
}.contact-box .inquiry-info li svg path {
    fill: rgb(159,168,178);
}.contact-box .inquiry-info li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
}.contact-box .inquiry-info li a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact-box .inquiry-info li:hover a {
    color: rgb(159,168,178);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact-box {
    padding: 80px 0;
}.contact-box .feedback-form {
    grid-template-columns: 1fr;
}.contact-box .connect-widget::after {
    display: none;
}.contact-box .connect-widget,
    .contact-box .request-reach {
    padding: 40px;
}.contact-box h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.contact-box {
    padding: 60px 0;
}.contact-box .container {
    padding: 0 20px;
}.contact-box .connect-widget,
    .contact-box .request-reach {
    padding: 30px 25px;
}.contact-box h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.contact-box .connect-widget h3,
    .contact-box .request-reach h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 25px;
}.contact-box input[type="text"],
    .contact-box textarea {
    padding: 14px 18px;
}.contact-box .help-panel {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact-box {
    padding: 50px 0;
}.contact-box .connect-widget,
    .contact-box .request-reach {
    padding: 25px 20px;
}.contact-box h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.contact-box .connect-widget h3,
    .contact-box .request-reach h4 {
    font-size: calc(21px * 0.9);
}.contact-box form {
    gap: 20px;
}.contact-box .help-panel {
    text-align: center;
    width: 100%;
}.contact-box .inquiry-info li svg {
    width: 40px;
    padding: 10px;
    height: 40px;
}.contact-box .inquiry-info {
    gap: 25px;
}}.statistical-data {
    padding: 80px 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.statistical-data::before {
    opacity: 0.85;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    background-color: #000000;
    top: 0;
}.statistical-data .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.statistical-data .extra-pro {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.statistical-data .mentor-statistics {
    display: block;
    margin-bottom: 30px;
}.statistical-data .mentor-statistics svg {
    fill: rgb(159,168,178);
    height: 60px;
    width: 60px;
    filter: drop-shadow(0 0 5px rgb(159,168,178,0.5));
}.statistical-data .mentor-statistics svg path {
    fill: rgb(159,168,178);
}.statistical-data .statistics-highlights {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}.statistical-data .statistics-highlights::after {
    left: 0;
    width: 60px;
    height: 4px;
    bottom: -10px;
    background: rgb(159,168,178);
    position: absolute;
    content: "";
}.statistical-data .statistics-expert {
    margin-bottom: 40px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    max-width: 90%;
    font-size: 17px;
}.statistical-data .statistics-pro {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
}.statistical-data .extra-statistics {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    display: flex;
    border-left: 4px solid rgb(159,168,178);
    padding: 30px;
    border-radius: 18px;
    position: relative;
}.statistical-data .extra-statistics:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.statistical-data .edge-statistics {
    justify-content: center;
    position: absolute;
    display: flex;
    height: 40px;
    width: 40px;
    right: 20px;
    align-items: center;
    top: 20px;
}.statistical-data .edge-statistics svg {
    height: 100%;
    width: 100%;
    fill: rgb(104,147,161);
}.statistical-data .edge-statistics svg path {
    fill: rgb(104,147,161);
}.statistical-data .extra-statistics span {
    line-height: 1;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 2.5rem;
}.statistical-data .extra-statistics p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.4;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.statistical-data .extra-pro {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistical-data .statistics-highlights,
    .statistical-data .statistics-expert {
    max-width: 100%;
    text-align: center;
}.statistical-data .mentor-statistics {
    margin-right: auto;
    margin-left: auto;
}.statistical-data .statistics-highlights::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 768px) {.statistical-data {
    padding: 60px 0;
}.statistical-data .statistics-pro {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical-data .extra-statistics {
    padding: 20px;
}.statistical-data .extra-statistics span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.statistical-data .extra-pro > div:first-child {
    order: 2;
}.statistical-data .extra-pro > div:last-child {
    order: 1;
}}

.statistical-data .extra-statistics:nth-child(1) {
    border-left-color: rgb(159,168,178);
}.statistical-data .extra-statistics:nth-child(2) {
    border-left-color: rgb(104,147,161);
}.statistical-data .extra-statistics:nth-child(3) {
    border-left-color: rgb(159,168,178);
}.statistical-data .extra-statistics:nth-child(4) {
    border-left-color: rgb(104,147,161);
}.statistical-data .extra-statistics:nth-child(even) .edge-statistics svg,
.statistical-data .extra-statistics:nth-child(even) .edge-statistics svg path {
    fill: rgb(159,168,178);
}.statistical-data .extra-statistics:nth-child(odd) .edge-statistics svg,
.statistical-data .extra-statistics:nth-child(odd) .edge-statistics svg path {
    fill: rgb(104,147,161);
}.statistical-data .extra-statistics::after {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(159,168,178,0.5), transparent);
    bottom: 0;
    content: "";
    height: 1px;
}

@media screen and (max-width: 576px) {.statistical-data {
    padding: 40px 0;
}.statistical-data .extra-pro {
    gap: 30px;
}.statistical-data .statistics-highlights {
    font-size: calc(37px * 0.85);
}.statistical-data .statistics-expert {
    font-size: calc(17px * 0.95);
    margin-bottom: 30px;
}.statistical-data .extra-statistics {
    padding: 20px 15px;
}.statistical-data .edge-statistics {
    top: 15px;
    width: 30px;
    height: 30px;
    right: 15px;
}.statistical-data .extra-statistics span {
    font-size: 1.8rem;
}.statistical-data .extra-statistics p {
    font-size: calc(17px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}footer .abuse-ctrl {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(159,168,178), rgb(104,147,161));
}footer .abuse-ctrl::before {
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}footer .eco-foot {
    position: relative;
    z-index: 1;
}footer .edu-guide {
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: center;
    z-index: 1;
    padding: 20px;
    height: 220px;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    background-color: rgb(159,168,178,0.5);
    transition: all 0.4s ease;
    position: relative;
    flex: 0 1 220px;
    align-items: center;
    display: flex;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    z-index: 2;
    transform: scale(1.05) translateY(0);
    background-color: rgb(104,147,161,0.5);
}footer .info_item svg {
    width: 24px;
    fill: #ffffff;
    margin-right: 10px;
    flex-shrink: 0;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 12px;
    max-width: 80%;
    text-align: center;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}footer .head-edu, footer .top-core, footer .subscribe_holder {
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    max-width: 400px;
    align-items: center;
    flex: 1 1 300px;
    background-color: rgb(159,168,178,0.5);
    transition: all 0.3s ease;
    flex-direction: column;
    text-align: center;
}footer .head-edu:hover, footer .top-core:hover, footer .subscribe_holder:hover {
    background-color: rgb(104,147,161,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .head-edu::before, footer .top-core::before, footer .subscribe_holder::before {
    border-radius: 50%;
    z-index: -1;
    width: 150px;
    content: "";
    height: 150px;
    opacity: 0.1;
    position: absolute;
}footer .head-edu::before {
    left: -50px;
    top: -50px;
    background-color: rgb(159,168,178);
}footer .top-core::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(104,147,161);
}footer .subscribe_holder::before {
    background-color: rgb(159,168,178);
    bottom: -50px;
    left: -50px;
}footer .head-edu svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}footer .mentor-cta {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 300px;
    font-size: 14px;
}footer .top-core h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    display: inline-block;
    font-weight: 600;
}footer .top-core h5::after, footer .subscribe_holder h5::after {
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
    height: 2px;
    background-color: #ffffff;
    bottom: -8px;
}footer .top-core:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head-main {
    margin-bottom: 20px;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 300px;
    display: flex;
}footer .head-main a {
    background-color: rgb(159,168,178,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
}footer .head-main a:hover {
    transform: translateY(-3px);
    background-color: rgb(104,147,161,0.5);
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 300px;
}footer .input_holder {
    display: flex;
    width: 100%;
    gap: 15px;
    flex-direction: column;
    max-width: 300px;
    align-items: center;
}footer .input_holder input[type="email"] {
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(159,168,178,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-verification {
    width: 100%;
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(159,168,178);
    border: none;
    font-size: 15px;
}footer .sub-verification:hover {
    transform: translateY(-3px);
    background-color: rgb(104,147,161);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .testimonial {
    text-align: center;
    margin-top: 60px;
    position: relative;
}footer .job-board {
    font-size: 14px;
    display: inline-block;
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(159,168,178,0.5);
    padding: 8px 20px;
    border-radius: 10px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .abuse-ctrl {
    padding: 60px 0 30px;
}footer .edu-guide {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    flex: 0 1 100px;
    height: 100px;
    padding: 15px;
}footer .head-edu, footer .top-core, footer .subscribe_holder {
    padding: 25px 20px;
}footer .testimonial {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .abuse-ctrl {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .top-core h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .head-main a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}footer .input_holder input[type="email"],
    footer .sub-verification {
    padding: 12px 15px;
}footer .job-board {
    padding: 6px 15px;
}}.gratArea {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,224) 0%, rgb(159,168,178,0.5) 30%, rgb(220,222,224) 70%, rgb(104,147,161,0.5) 100%);
}.gratArea::before {
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(159,168,178,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
    animation: pulseGlow 10s ease-in-out infinite;
    height: 100%;
}.gratArea::after {
    opacity: 0.7;
    top: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    left: 0;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.gratArea .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.gratArea .quick-training {
    display: flex;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2.5rem;
}.gratArea .quick-training::before {
    top: -5px;
    width: 80%;
    border-radius: 10px;
    height: 10px;
    opacity: 0.6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(159,168,178) 50%, transparent);
    content: "";
}.gratArea .quick-training::after {
    width: 80%;
    transform: translateX(-50%);
    height: 10px;
    opacity: 0.6;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(104,147,161) 50%, transparent);
    position: absolute;
    content: "";
    left: 50%;
    bottom: -5px;
}.gratArea .quick-training > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.gratArea .quick-training > div:first-child::after {
    animation: expandLine 1.5s ease-out forwards;
    width: 60px;
    height: 3px;
    bottom: 0;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(159,168,178);
}.gratArea h5 {
    margin: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}.gratArea a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}.gratArea a::before {
    height: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, transparent, rgb(159,168,178,0.5), transparent);
    opacity: 0;
    top: 0;
    position: absolute;
    width: 10px;
    content: "";
    left: -30px;
    transform: skewX(-20deg);
    animation: shine 3s infinite;
}.gratArea a:hover::before {
    opacity: 1;
}.gratArea p {
    margin: 0;
    position: relative;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    border-left: 3px solid rgb(104,147,161,0.5);
    line-height: 1.7;
}.gratArea a:hover p {
    color: rgb(159,168,178);
    transform: translateX(5px);
}.gratArea .quick-training:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.gratArea {
    padding: 150px 0;
}.gratArea .quick-training {
    padding: 4rem 5rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
}.gratArea .quick-training:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.gratArea h5 {
    font-size: calc(20px * 1.2);
}.gratArea p {
    font-size: calc(15px * 1.1);
    line-height: 1.8;
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.gratArea .quick-training {
    max-width: 75%;
    gap: 3rem;
}.gratArea .quick-training > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.gratArea {
    padding: 60px 0;
}.gratArea .quick-training {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.gratArea h5 {
    font-size: calc(20px * 0.9);
}.gratArea p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.gratArea {
    padding: 40px 0;
}.gratArea .quick-training {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.gratArea h5 {
    font-size: calc(20px * 0.8);
}.gratArea p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.education-framework {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,224) 0%, rgba(244, 247, 255, 0.92) 100%);
    position: relative;
}.education-framework::before {
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,168,178,0.5) 0%, transparent 80%),
        radial-gradient(circle at 90% 80%, rgb(104,147,161,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.05;
}.education-framework::after {
    animation: gradientShift 25s infinite alternate ease-in-out;
    opacity: 0.03;
    content: "";
    width: 80%;
    pointer-events: none;
    top: -50%;
    right: -25%;
    height: 200%;
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(159,168,178,0.5) 0%, transparent 70%);
}.education-framework .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.education-framework .quick-training {
    justify-content: center;
    perspective: 1000px;
    position: relative;
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
}.education-framework .quick-training > div {
    position: relative;
    transform: translateZ(0);
    padding: 3.5rem;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.education-framework .quick-training > div::before {
    transform: scaleY(1);
    transform-origin: top;
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(159,168,178), rgb(104,147,161));
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}.education-framework .quick-training > div::after {
    opacity: 0.05;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(159,168,178,0.5) 0%, transparent 70%);
    z-index: -1;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    height: 200px;
    transform: translate(30%, 30%);
    position: absolute;
}.education-framework h3 {
    transform: translateX(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 0.8rem;
    font-size: calc(23px * 1.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 1.8rem;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
}.education-framework h3::after {
    content: "";
    width: 60px;
    transform-origin: left;
    bottom: 0;
    height: 2px;
    background: rgb(159,168,178);
    position: absolute;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transform: scaleX(1);
}.education-framework p {
    margin: 0;
    opacity: 0.95;
    font-size: 16px;
    position: relative;
    transform: translateY(0);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}.education-framework p span {
    z-index: 1;
    display: inline-block;
    position: relative;
}.education-framework .quick-training > div:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.education-framework .quick-training > div:hover h3 {
    transform: translateX(5px);
    color: rgb(159,168,178);
}.education-framework .quick-training > div:hover h3::after {
    transform: scaleX(1.5);
}.education-framework .quick-training > div:hover::before {
    transform: scaleY(1.03);
}

@media (max-width: 991px) {.education-framework {
    padding: 90px 0;
}.education-framework .quick-training > div {
    padding: 2.5rem;
}.education-framework h3 {
    font-size: 23px;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.education-framework {
    padding: 70px 0;
}.education-framework .quick-training > div {
    padding: 2rem;
}.education-framework h3 {
    padding-bottom: 0.7rem;
    margin-bottom: 1.3rem;
    font-size: calc(19px * 1.1);
}.education-framework p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.education-framework h3::after {
    width: 50px;
}
}

@media (max-width: 480px) {.education-framework {
    padding: 50px 0;
}.education-framework .quick-training > div {
    padding: 1.5rem;
}.education-framework h3 {
    font-size: 19px;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
}.education-framework p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.education-framework h3::after {
    width: 40px;
    height: 1px;
}}

@keyframes gradientShift {
    0% {
        transform: rotate(-15deg) translateX(0);
        opacity: 0.02;
    }
    50% {
        opacity: 0.04;
    }
    100% {
        transform: rotate(-15deg) translateX(5%);
        opacity: 0.03;
    }
}.plan-option {
    overflow: hidden;
    background-color: rgb(220,222,224);
    padding: 5rem 0;
    position: relative;
}.plan-option::before {
    height: 12rem;
    transform: rotate(15deg);
    content: "";
    width: 12rem;
    right: -3rem;
    top: -3rem;
    background: linear-gradient(135deg, rgb(159,168,178), rgb(104,147,161));
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.07;
}.plan-option::after {
    left: -5rem;
    height: 18rem;
    background: linear-gradient(45deg, rgb(104,147,161), rgb(159,168,178,0.5));
    position: absolute;
    transform: rotate(-10deg);
    width: 18rem;
    content: "";
    opacity: 0.05;
    bottom: -5rem;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.plan-option .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.plan-option .promo-rates {
    flex-direction: column;
    display: flex;
}.plan-option .learn-packs {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.plan-option .learn-packs h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    color: #000000;
}.plan-option .learn-packs h2::after {
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(159,168,178), transparent);
    width: 60%;
    height: 3px;
    content: "";
}.plan-option .monthly-rate {
    color: #000000;
    margin-bottom: 1rem;
    max-width: 800px;
    line-height: 1.6;
    font-size: 13px;
}.plan-option .pricing-pack {
    display: grid;
    width: 100%;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.plan-option .tuition-table {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    z-index: 2;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: #000000;
}.plan-option .study-packages {
    min-height: 480px;
    overflow: hidden;
    background-color: #ffffff;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
}.plan-option .tuition-table:hover .study-packages {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.plan-option .cost-schemes {
    overflow: hidden;
    display: flex;
    flex: 1;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.plan-option .cost-schemes h3 {
    font-size: calc(23px + 0.1rem);
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 600;
}.plan-option .tuition-table:hover .cost-schemes h3 {
    color: rgb(159,168,178);
}.plan-option .learn-offers {
    font-weight: 700;
    font-size: calc(23px + 0.5rem);
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    color: rgb(159,168,178);
}.plan-option .learn-offers::before {
    transform-origin: left;
    height: 2px;
    content: "";
    transform: scaleX(1);
    transition: transform 0.4s ease;
    width: 3rem;
    position: absolute;
    background-color: rgb(159,168,178,0.5);
    bottom: -0.75rem;
    left: 0;
}.plan-option .tuition-table:hover .learn-offers::before {
    transform: scaleX(1.5);
}.plan-option .cost-schemes p {
    color: #000000;
    font-size: calc(13px - 0.1rem);
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}.plan-option .inline-image {
    overflow: hidden;
    height: 180px;
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
}.plan-option .inline-image::after {
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
    right: 0;
    opacity: 0.7;
}.plan-option .tuition-table:hover .inline-image {
    transform: scale(1.03);
}.plan-option .tuition-table:hover .inline-image::after {
    opacity: 0.4;
}.plan-option .study-packages::before {
    background: linear-gradient(90deg, rgb(159,168,178), rgb(104,147,161));
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    transform-origin: left;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.plan-option .tuition-table:hover .study-packages::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.plan-option .promo-rates {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.plan-option .learn-packs {
    padding-top: 2rem;
    margin-bottom: 0;
    order: 0;
    flex: 0 0 30%;
}.plan-option .pricing-pack {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.plan-option .study-packages {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.plan-option {
    padding: 3rem 0;
}.plan-option .pricing-pack {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan-option .learn-packs h2 {
    text-align: center;
    display: block;
}.plan-option .learn-packs h2::after {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}.plan-option .monthly-rate {
    text-align: center;
}.plan-option .study-packages {
    min-height: auto;
}.plan-option .cost-schemes {
    padding: 1.5rem;
}.plan-option .inline-image {
    height: 160px;
}
}

@media (min-width: 1024px) {.plan-option .pricing-pack {
    grid-template-columns: repeat(2, 1fr);
}.plan-option .tuition-table:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.plan-option .learn-packs {
    padding-top: 4rem;
}.plan-option .tuition-table:hover {
    z-index: 5;
}.plan-option .pricing-pack {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.plan-option .tuition-table,
    .plan-option .study-packages,
    .plan-option .inline-image,
    .plan-option .learn-offers::before,
    .plan-option .study-packages::before {
    transition: none;
}
}