header,footer {
    width: 100%;
}

header {
    z-index: 100;
    overflow: visible;
    padding: 0;
    position: relative;
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.nav-train {
    flex: 1 0 auto;
}

.nav-train {
    margin-top: 0;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(236,234,239);
}

.program-details::after {
    width: 100%;
    position: absolute;
    background-image: 
    linear-gradient(90deg, rgb(201,198,212,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(201,198,212,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.1;
    content: "";
    background-size: 40px 40px;
    z-index: 1;
    top: 0;
    background-position: -1px -1px;
    height: 100%;
}

.program-details .head-wrap::before {
    z-index: -1;
    height: calc(100% + 30px);
    left: -15px;
    width: calc(100% + 30px);
    background-color: #ffffff;
    top: -15px;
    border-radius: 10px;
    position: absolute;
    transform: translateZ(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    content: "";
}

.program-details .head-wrap:hover svg {
    transform: scale(1.05);
}

.program-details .head-wrap:hover svg path {
    fill: rgb(165,161,179);
}

.program-details p {
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
}

.program-details .rounded-image::after {
    position: absolute;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    inset: 15px;
    content: "";
    z-index: 2;
    border-radius: 50% 0 0 50%;
}

.program-details .rounded-image::after {
    border-radius: 0 0 30% 30%;
}

.program-details .teach-style::after {
    transform: translateX(-50%);
    left: 50%;
    top: calc(350px - 15px);
}

.meet-us::before {
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    content: "";
    top: 0;
}

.meet-us::before {
    background-size: 200% 200%;
    background-position: 0% 0%;
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.meet-us:hover h4 {
    transform: translateY(-5px);
}

.meet-us:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}

.meet-us .text-holder-item {
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
}

.meet-us .text-holder-item h6::after {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(201,198,212) 0%,
        rgb(165,161,179) 100%
    );
    width: 100%;
    transform-origin: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    transform: scaleX(0.5);
}

.thanksNote::before {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(201,198,212,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
}

.thanksNote .teach-style {
    opacity: 0;
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    gap: 2.5rem;
    transform: translateX(-20px);
    position: relative;
}

.thanksNote .teach-style > div:last-child::after {
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
}

.thanksNote a:hover {
    transform: translateY(-5px);
}

.thanksNote a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(201,198,212,0.5);
}

.pledge-block::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179), rgb(201,198,212));
    height: 10px;
}

.pledge-block .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.pledge-block .company_holder h3::after {
    position: absolute;
    content: "";
    height: 2px;
    background: #ffffff;
    left: 0;
    bottom: -2px;
    width: 80px;
}

.pledge-block .affiliate-cta {
    grid-column: span 7;
}

.pledge-block .head-class h5 {
    font-size: 19px;
    position: relative;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.pledge-block .head-class .first-expert a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.pledge-block .head-class .first-expert a:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.collab-space .footer-workshops {
    color: #ffffff;
    position: relative;
    font-size: 13px;
    opacity: 0.9;
    text-align: center;
    padding: 0 1rem;
}

.pledge-block .company_holder::after {
    height: 50px;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    left: 0;
}

.contact-panel::before {
    z-index: 1;
    background: rgb(236,234,239);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(201,198,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(165,161,179,0.5) 0%, transparent 30%);
}

.contact-panel h2::before {
    content: "";
    height: 2px;
    bottom: -15px;
    position: absolute;
    background: rgb(201,198,212);
    width: 100px;
    box-shadow: 
        0 0 5px rgb(201,198,212),
        0 0 10px rgb(201,198,212),
        0 0 15px rgb(201,198,212);
    left: calc(50% - 50px);
}

.contact-panel .message-reach::before {
    inset: 0;
    position: absolute;
    pointer-events: none;
    border-radius: 12px;
    z-index: 3;
    content: "";
    opacity: 0.2;
    border: 1px solid rgb(201,198,212);
}

.contact-panel .feedback-links {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}

.contact-panel .feedback-links::after {
    z-index: 0;
    height: 150px;
    background: rgb(165,161,179,0.5);
    position: absolute;
    filter: blur(80px);
    left: -75px;
    bottom: -75px;
    content: "";
    opacity: 0.3;
    width: 150px;
}

.contact-panel form input[type="text"] {
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 18px 25px;
    color: #000000;
    background: rgb(236,234,239);
    border: 1px solid rgb(201,198,212,0.5);
    font-size: 13px;
}

.contact-panel .feedback-section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-panel .feedback-section input[type="checkbox"]:checked + label::before {
    border-color: rgb(201,198,212);
    box-shadow: 0 0 5px rgb(201,198,212,0.5);
    background: rgb(201,198,212);
}

.contact-panel .feedback-section label a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: rgb(201,198,212);
    transition: all 0.3s ease;
}

.contact-panel .feedback-section label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-panel .help-support::before {
    z-index: -1;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    height: 100%;
    transform-origin: right;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(165,161,179);
    content: "";
}

.contact-panel svg path {
    fill: rgb(201,198,212);
    transition: all 0.3s ease;
}

.welcome-page {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,234,239), rgb(165,161,179,0.5) 70%);
    min-height: 100vh;
    position: relative;
}

.welcome-page h1 {
    opacity: 0;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    font-weight: 700;
    font-size: calc(43px * 1.2);
    position: relative;
    transform: translateZ(60px);
    margin-bottom: 2rem;
    grid-column: 1 / -1;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #000000;
}

.welcome-page h1 {
    font-size: calc(43px * 1.1);
    text-align: center;
}



.welcome-page .intro-title {
    flex-direction: column;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    border-left: 4px solid rgb(201,198,212);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    gap: 1.5rem;
    transform: rotate(-2deg);
    display: flex;
}

.welcome-page svg path {
    fill: rgb(165,161,179);
    transition: fill 0.3s ease;
}

.welcome-page svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}

.welcome-page .help-support::before {
    content: "";
    transition: left 0.7s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}



.welcome-page .rounded-image::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgb(201,198,212,0.5) 0%,
        transparent 70%
    );
    height: 100%;
}

.welcome-page .rounded-image:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

.privacySettingsWindow {
    background: rgb(165,161,179);
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    padding: 20px 0;
    border-top: 2px solid rgb(201,198,212);
    bottom: 0;
}

.consent-track {
    margin-right: 20px;
    flex-shrink: 0;
}

.consent-track:hover svg {
    transform: rotate(10deg);
}

.cookie_button.online-cookies {
    background: rgb(201,198,212);
}

.cookie_button.user-dialog {
    background: rgb(165,161,179);
}

.privacySettingsWindow p a {
    font-weight: 600;
    color: rgb(201,198,212);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.wrapper-structure .gdpr-banner {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin-left: 30px;
    background: rgb(201,198,212);
    color: #ffffff;
    font-size: 16px;
}



header .top-study {
    justify-content: space-between;
    z-index: 5;
    position: relative;
    padding: 1.3rem 2rem;
    align-items: center;
    display: flex;
}

header .head-wrap {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}

header .nav-teach:hover {
    transform: translateY(-3px) scale(1.02);
}

header .head-wrap::before {
    border-radius: 10px;
    left: -8px;
    content: '';
    border: 1px solid rgb(201,198,212);
    position: absolute;
    opacity: 0.3;
    top: -8px;
    bottom: -8px;
    right: -8px;
    transform: skew(-3deg);
    transition: all 0.3s ease;
}

header .main-mentor a::before {
    left: 10%;
    opacity: 0.7;
    transform: scaleX(0);
    background: rgb(201,198,212);
    height: 1px;
    bottom: 5px;
    width: 80%;
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
}

header .main-mentor a:hover::before {
    transform: scaleX(1);
}

header .top-study::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(201,198,212), transparent);
    top: 0;
    width: 30%;
    height: 1px;
    left: 35%;
}

.customer-support {
    background: linear-gradient(135deg, rgb(236,234,239), rgba(245, 248, 255, 0.95));
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.customer-support h1 {
    margin-bottom: 3rem;
    text-align: center;
    transform: translateY(0);
    z-index: 2;
    color: #000000;
    font-size: 47px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}

.customer-support .contact-feedback {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    border-radius: 12px;
}

.customer-support .contact-feedback > div:nth-child(2) {
    background: linear-gradient(145deg, rgba(245, 248, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-left: 3px solid rgb(201,198,212);
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    transition: border-left 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    display: flex;
}

.customer-support .message-info > div {
    transition: transform 0.3s ease;
    position: relative;
}

.customer-support .get-helpdesk svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}

.customer-support svg {
    width: 20px;
    height: 20px;
}

.customer-support .get-helpdesk:hover svg path {
    fill: rgb(165,161,179);
}

.customer-support h1:hover {
    transform: translateY(-3px);
}

.data-insights::before {
    background-color: #000000;
    top: 0;
    z-index: -2;
    width: 100%;
    content: '';
    position: absolute;
    height: 30%;
    left: 0;
    opacity: 0.92;
}

.data-insights::before {
    opacity: 0.3;
    background-position: center center;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
    background-size: 20px 20px;
}

.data-insights .statistics-boosters svg {
    animation: pulse 3s infinite alternate ease-in-out;
    fill: rgb(201,198,212);
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 12px rgb(201,198,212,0.5));
}

.data-insights .statistics-value::before {
    animation: rotate 60s linear infinite;
    height: 120px;
    content: '';
    opacity: 0.6;
    width: 120px;
    border: 1px solid rgb(201,198,212,0.5);
    right: -60px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
}

.data-insights .statistics-points {
    gap: 20px;
    grid-area: items;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    position: relative;
}

.data-insights .edge-statistics:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
    z-index: 2;
}

.data-insights .edge-statistics:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}

.data-insights .edge-statistics::before,
.data-insights .edge-statistics::after {
    content: '';
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    background: rgb(201,198,212,0.5);
    transition: all 0.5s ease;
}

.data-insights .edge-statistics::before {
    height: 120px;
    width: 120px;
    right: -60px;
    top: -60px;
}

.data-insights .statistics-gains::after {
    height: 40px;
    opacity: 0.5;
    left: 50%;
    top: 50%;
    width: 40px;
    position: absolute;
    background: rgb(201,198,212,0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
    filter: blur(15px);
    z-index: -1;
}

.data-insights .edge-statistics p {
    line-height: 1.4;
    max-width: 90%;
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
    font-size: 16px;
}

.data-insights .edge-statistics:hover .stat_item_inner::before {
    opacity: 1;
}

.data-insights .stat_item_inner::after {
    animation: shine 3s infinite;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 30%;
    transform: translateY(-100%);
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    width: 100%;
}



.data-insights .edge-statistics:nth-child(1) {
    transform: translateY(-5px);
}

.data-insights .edge-statistics:nth-child(4) {
    transform: translateY(8px);
}

.course-benefits {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(236,234,239) 30%, rgb(201,198,212,0.5) 100%);
}

.course-benefits::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(165,161,179,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.4;
    width: 100%;
    content: "";
    top: 0;
}

.course-benefits .rounded-image:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}

.course-benefits .text-holder-item {
    border-radius: 12px;
    z-index: 1;
    padding: 40px 35px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 0 0 50%;
    position: relative;
}

.course-benefits h3::after {
    bottom: -12px;
    position: absolute;
    width: 80px;
    background: rgb(201,198,212);
    content: "";
    left: 15px;
    height: 3px;
    border-radius: 10px;
}

.course-benefits li p {
    align-items: center;
    display: flex;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    gap: 16px;
}

.course-benefits li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.training-specialist::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(201,198,212,0.5), transparent);
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    transform-origin: left center;
    left: 0;
    width: 40%;
    height: 1px;
    top: 40%;
}

.training-specialist .rounded-image::after {
    background: linear-gradient(135deg, rgb(201,198,212,0.5) 0%, transparent 50%);
    transition: all 0.7s ease;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}

.training-specialist .name {
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
    color: #000000;
    font-size: calc(44px * 1.2);
}

.training-specialist .career-experience {
    padding-left: 2rem;
    font-size: 21px;
    transition: all 0.5s ease 0.2s;
    position: relative;
    transform: translateX(0);
    line-height: 1.8;
    color: #000000;
    font-weight: 300;
}

.training-specialist .learner-views:hover .rounded-image {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.training-specialist .learner-views:hover .name::after {
    transform: scaleX(1);
}

.course-beneficiaries {
    padding: 100px 0;
    background: rgb(236,234,239);
    position: relative;
    overflow: hidden;
}

.course-beneficiaries .teach-style {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.course-beneficiaries h3 {
    box-shadow: 0 10px 25px -10px rgb(201,198,212,0.5);
    padding: 0 20px 20px;
    font-family: Arial, sans-serif;
    left: 50%;
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
    position: relative;
    margin-bottom: 80px;
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
}

.course-beneficiaries ul {
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}

.course-beneficiaries ul li::before {
    width: 10px;
    border-radius: 50%;
    background: rgb(201,198,212);
    position: absolute;
    height: 10px;
    top: -5px;
    content: "";
    left: -5px;
}

.course-beneficiaries ul li:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid rgb(201,198,212);
    border-left: 3px solid rgb(165,161,179);
    transform: translateY(-5px);
}

.course-beneficiaries ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(201,198,212);
}



.course-beneficiaries ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.client-testimonials {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(201,198,212,0.5) 100%);
    padding: 6rem 0;
}

.client-testimonials::after {
    pointer-events: none;
    z-index: 0;
    left: -10%;
    content: "";
    transform: rotate(12deg);
    bottom: -10%;
    opacity: 0.25;
    background: linear-gradient(225deg, transparent, rgb(165,161,179,0.5), transparent);
    width: 35%;
    position: absolute;
    height: 35%;
}

.client-testimonials .learning-views {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.client-testimonials .learner-views:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.15),
                0 10px 15px -5px rgba(0,0,0,0.08),
                0 0 0 1px rgba(255,255,255,0.1);
}

.client-testimonials .learner-views:hover::before {
    transform: translateX(100%);
}

.client-testimonials .learner-views img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    margin-right: 1rem;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
    object-fit: cover;
    width: 50px;
    border-radius: 50%;
}

.client-testimonials .learner-views:hover h4::after {
    width: 100%;
}

.client-testimonials .description::before {
    top: -25px;
    font-size: 80px;
    color: rgb(165,161,179,0.5);
    opacity: 0.2;
    position: absolute;
    content: "";
    font-family: serif;
    left: -15px;
    z-index: -1;
    transition: transform 0.3s ease;
}

.client-testimonials a::before {
    transition: opacity 0.4s ease;
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgb(165,161,179), rgb(201,198,212));
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.privacy-area h1 {
    font-size: 43px;
    color: rgb(165,161,179);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid rgb(165,161,179,0.5);
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 700;
}

.privacy-area li {
    font-size: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    border-radius: 10px;
}

.privacy-area a:hover {
    border-bottom: 1px dashed rgb(201,198,212);
    color: rgb(201,198,212);
}

.plan-wrapper {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.pricing-fees {
    position: relative;
}

.plan-wrapper h2 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.plan-wrapper .study-costs {
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}

.plan-wrapper .learn-packs:hover .learning-fees {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}

.plan-wrapper .learning-fees::before {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 5px;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
}

.plan-wrapper .group-rates h4::after {
    height: 2px;
    width: 40px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgb(165,161,179);
}

.plan-wrapper .fee-pricing::before {
    content: "";
    background: linear-gradient(135deg, rgb(201,198,212,0.5) 0%, rgb(165,161,179,0.5) 100%);
    border-radius: 3px;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    z-index: -1;
    position: absolute;
    inset: 0;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.program-details {
    padding: 60px 0;
}.program-details .teach-style {
    gap: 50px;
}.program-details .rounded-image {
    min-height: 300px;
}.program-details .teach-style::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.program-details .teach-style::after {
    top: calc(300px - 15px);
    height: 25px;
    width: 25px;
}.program-details h3 {
    font-size: calc(33px - 4px);
    padding-left: 15px;
}.program-details p {
    padding-left: 15px;
}.program-details .head-wrap {
    margin-bottom: 25px;
}.program-details .head-wrap svg {
    max-width: 120px;
}
}



@media (min-width: 1024px) {.meet-us {
    padding: 120px 0;
}.meet-us .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.meet-us .text-holder-item {
    padding: 60px 70px;
}.meet-us .text-holder-item span {
    column-count: 2;
}
}



@media (max-width: 480px) {.meet-us {
    padding: 50px 0;
}.meet-us .text-holder-item {
    padding: 25px 20px;
}.meet-us .text-holder-item span::first-letter {
    font-size: 2em;
}}



@media (min-width: 1200px) {.thanksNote .teach-style > div:last-child {
    padding: 4.5rem;
    margin-left: 8rem;
    max-width: 75%;
}.thanksNote h5 {
    font-size: calc(18px * 1.5);
}
}



@media (max-width: 767px) {.thanksNote {
    padding: 3rem 0;
}.thanksNote .teach-style > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.thanksNote h5 {
    padding-left: 0.75rem;
    font-size: calc(18px * 0.9);
}.thanksNote .teach-style > div:last-child {
    padding: 1.75rem;
}}



@media (max-width: 768px) {.pledge-block {
    padding: 3rem 0 1.5rem;
}.pledge-block .first-expert {
    gap: 1.5rem;
}.pledge-block .company_holder h3 {
    font-size: calc(29px - 2px);
}.collab-space {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.pledge-block .company_holder h3::after,
    .pledge-block .head-class h5::after {
    width: 30px;
}.pledge-block .head-class .first-expert a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 480px) {.contact-panel {
    padding: 50px 0;
}.contact-panel h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.contact-panel .rounded-image {
    min-height: 200px;
}.contact-panel .feedback-links {
    padding: 30px 20px;
}.contact-panel form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-panel form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-panel .feedback-section {
    margin-bottom: 20px;
}.contact-panel .feedback-section label {
    font-size: calc(12px * 0.9);
}.contact-panel .help-support {
    padding: 12px 20px;
}}



@media (min-width: 1400px) {header .top-study {
    margin: 0 auto;
    max-width: 1300px;
}header .main-mentor {
    margin: 0 0.5rem;
}header .main-mentor a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .top-study {
    flex-direction: row;
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}header .head-wrap {
    margin-bottom: 0;
}header .head-class {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .main-mentor {
    margin: 0 0.2rem;
}header .main-mentor a {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 1px);
}header .head-wrap::before {
    right: -5px;
    left: -5px;
    top: -5px;
    bottom: -5px;
}
}



@media (min-width: 992px) {.customer-support {
    padding: 8rem 0;
}.customer-support .contact-feedback {
    grid-template-columns: 2fr 1fr 1.5fr;
}.customer-support .contact-feedback > div:last-child {
    grid-column: auto;
}.customer-support .message-info {
    flex-direction: column;
}.customer-support h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.1);
}.customer-support .contact-feedback > div:first-child {
    padding: 2rem;
}
}



@media screen and (max-width: 992px) {.data-insights {
    padding: 100px 0;
}.data-insights .statistics-plus {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "coding-expert";
}.data-insights .statistics-boosters {
    justify-content: center;
    margin-bottom: 20px;
}.data-insights .statistics-reasons {
    justify-content: center;
    text-align: center;
}.data-insights .statistics-reasons::before,
    .data-insights .statistics-reasons::after {
    left: 50%;
}.data-insights .statistics-reasons::before {
    transform: translateX(calc(-50% - 10px));
}.data-insights .statistics-reasons::after {
    transform: translateX(calc(-50% + 30px));
}.data-insights .statistics-value {
    max-width: 90%;
}
}



@media screen and (max-width: 991px) {.training-specialist .learner-views {
    gap: 3rem;
    grid-template-columns: 1fr;
}.training-specialist .rounded-image {
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    height: 350px;
}.training-specialist .employee-progress::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    left: 20%;
    top: -1.5rem;
}.training-specialist .learner-views:hover .name,
    .training-specialist .learner-views:hover .employee-progress div:nth-child(2),
    .training-specialist .learner-views:hover .career-experience {
    transform: translateX(0);
}}



@media (max-width: 767px) {.client-testimonials {
    padding: 4rem 1.5rem;
}.client-testimonials .learning-views {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client-testimonials h2 {
    font-size: calc(38px - 6px);
    transform: none;
}.client-testimonials .learner-views {
    padding: 1.5rem;
}.client-testimonials a {
    width: 100%;
    margin-top: 2rem;
    padding: 0.9rem 1.5rem;
}
}


@media only screen and (max-width: 800px) {.privacy-area {
    padding: 30px;
}.privacy-area h1 {
    font-size: calc(22px * 0.8);
}.privacy-area h2 {
    font-size: calc(22px * 0.8);
}.privacy-area p {
    font-size: calc(15px * 0.9);
}.privacy-area li {
    padding: 10px;
}}



@media (max-width: 480px) {.plan-wrapper {
    padding: 50px 0;
}.plan-wrapper .group-rates {
    padding: 25px 20px;
}.plan-wrapper h2 {
    font-size: calc(28px - 6px);
}.plan-wrapper .plan-matrix {
    font-size: calc(12px - 2px);
}
}



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}


    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(201,198,212,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(201,198,212);
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
