.pledge-block {
    flex: 0 0 auto;
}

.pledge-block {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

svg {
    height: 30px;
    width: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}

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

.program-details .tech-classes {
    justify-content: center;
    position: relative;
    padding: 0 50px 0 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.program-details .tech-classes {
    padding: 0;
    order: 2;
}

.program-details .head-wrap svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    max-width: 140px;
}

.program-details .head-wrap svg path {
    fill: rgb(201,198,212);
    transition: fill 0.3s ease;
}

.program-details h3::after {
    bottom: -5px;
    position: absolute;
    left: -3px;
    content: "";
    width: 30px;
    background-color: rgb(165,161,179);
    height: 3px;
}

.program-details .rounded-image {
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 50% 0 0 50%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 550px;
}

.program-details .rounded-image {
    min-height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 30% 30%;
    order: 1;
}

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

.meet-us::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(201,198,212), 0.03) 0px,
        rgba(rgb(201,198,212), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
}

.meet-us h4::after {
    background: rgb(201,198,212);
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    content: "";
    left: 50%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 60px;
    height: 3px;
    bottom: -12px;
}

.meet-us .text-holder-item::before {
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    clip-path: inherit;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(201,198,212), 0.08) 0%,
        rgba(rgb(165,161,179), 0.05) 100%
    );
    left: 0;
}

.meet-us .text-holder-item:hover h6 {
    transform: translateX(5px);
}

.meet-us .text-holder-item:hover h6::after {
    transform: scaleX(1);
}

.meet-us .text-holder-item span {
    line-height: 1.8;
    column-gap: 40px;
    font-size: 18px;
    column-count: 1;
    color: #000000;
    transition: opacity 0.3s;
    text-align: justify;
    opacity: 0.9;
    display: block;
}

.meet-us:hover::before {
    background-position: 100% 100%;
}

.thanksNote::after {
    position: absolute;
    bottom: -5rem;
    content: "";
    height: 15rem;
    z-index: 0;
    opacity: 0.15;
    right: -5rem;
    background: linear-gradient(225deg, rgb(165,161,179) 0%, transparent 70%);
    width: 15rem;
    transform: rotate(-15deg);
}

.thanksNote .teach-style > div:first-child::before {
    position: absolute;
    height: 50%;
    content: "";
    left: -2rem;
    background: rgb(201,198,212);
    top: 50%;
    width: 0.5rem;
    transform: translateY(-50%);
}

.thanksNote h5 {
    margin: 0;
    position: relative;
    transform: translateY(0);
    padding-left: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-size: 18px;
    transition: transform 0.4s ease;
}

.thanksNote p {
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    position: relative;
}

.thanksNote a:hover p {
    color: rgb(201,198,212);
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    z-index: -2;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(165,161,179), rgb(201,198,212));
    opacity: 0.9;
    bottom: 0;
    right: 0;
}

.pledge-block .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}

.pledge-block .twitter-cta {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    color: #ffffff;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
}

.pledge-block .head-class {
    position: relative;
}

.pledge-block .head-class h5::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 40px;
    background: #ffffff;
}

.pledge-block .head-class .first-expert a::after {
    transform: translateX(-5px);
    opacity: 0;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    content: "\2192";
}

.collab-space .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pledge-block::after {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    right: 2rem;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    top: 2rem;
    position: absolute;
}

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



.contact-panel .container {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.contact-panel h2 {
    font-weight: 700;
    color: #000000;
    font-size: 43px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
}

.contact-panel .message-reach {
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(201,198,212,0.5);
    overflow: hidden;
    border-radius: 12px;
}

.contact-panel .rounded-image {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.contact-panel .rounded-image::after {
    z-index: 2;
    inset: 0;
    opacity: 0.7;
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(201,198,212,0.5) 100%);
}

.contact-panel form {
    position: relative;
    z-index: 2;
}

.contact-panel form h3 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.contact-panel form input[type="text"]:focus {
    border-color: rgb(201,198,212);
    box-shadow: 
        0 0 0 1px rgb(201,198,212),
        0 0 5px rgb(201,198,212,0.5);
    outline: none;
}

.contact-panel .feedback-section {
    margin-bottom: 35px;
    position: relative;
}

.contact-panel .feedback-section label::before {
    border-radius: 4px;
    top: 0;
    background: rgb(236,234,239);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    border: 1px solid rgb(201,198,212,0.5);
    content: "";
    left: 0;
    position: absolute;
}

.contact-panel .feedback-section label a::after {
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    background: rgb(201,198,212);
    transition: transform 0.3s ease;
    transform-origin: right;
    content: "";
}

.contact-panel .help-support:hover {
    box-shadow: 
        0 5px 20px rgb(165,161,179,0.5),
        0 0 0 1px rgb(165,161,179);
}

.contact-panel .help-support:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-panel svg {
    filter: drop-shadow(0 0 2px rgb(201,198,212,0.5));
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(201,198,212);
}

.welcome-page::before {
    z-index: 1;
    content: "";
    background-size: 80px 80px;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: backgroundShift 40s linear infinite;
}

.welcome-page h1::after {
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(201,198,212);
    transform-origin: left center;
    left: 0;
    width: 80px;
    content: "";
    position: absolute;
    height: 4px;
}

.welcome-page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.welcome-page .intro-title p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    color: #000000;
}

.welcome-page svg:hover {
    transform: translateZ(40px) scale(1.1);
}

.welcome-page svg:hover path {
    fill: rgb(201,198,212);
}



.welcome-page .intro-title div {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.welcome-page .help-support:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
    transform: translateZ(20px) scale(1.05);
}

.welcome-page .help-support:hover::before {
    left: 100%;
}

.welcome-page .rounded-image {
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    border-radius: 22px;
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    overflow: hidden;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    min-height: 400px;
    opacity: 0;
    position: relative;
}

.welcome-page .rounded-image {
    order: 1;
    margin-bottom: 2rem;
    transform: translateZ(10px) perspective(800px) rotateY(0);
    min-height: 300px;
}

.privacySettingsWindow h5 {
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
}

.gdpr-banner {
    background: rgb(201,198,212);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    line-height: 35px;
    box-shadow: rgb(201,198,212,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 16px;
    font-size: 16px;
    padding: 10px 20px;
}

.wrapper-structure .cookie-updates h5, .wrapper-structure .cookie-updates p {
    color: #ffffff;
}


#cookie-info-alert {
    display: none;
}

header::before {
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    left: 0;
    z-index: 0;
    content: '';
    height: 100%;
}

header .nav-teach {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
}

header .head-class {
    position: relative;
    z-index: 5;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

header .main-mentor a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    display: block;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    padding: 0.8rem 1.2rem;
    font-size: 13px;
    z-index: 1;
    font-weight: 600;
    border: 1px solid transparent;
}

header .main-mentor::after {
    background: radial-gradient(circle at center, rgb(201,198,212,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.customer-support::after {
    background: linear-gradient(220deg, rgb(165,161,179,0.5), rgb(201,198,212,0.5));
    content: "";
    border-radius: 27px;
    left: -5%;
    filter: blur(20px);
    z-index: 1;
    position: absolute;
    bottom: -5%;
    transform: rotate(10deg) skewY(5deg);
    height: 60%;
    width: 25%;
}

.customer-support .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}

.customer-support .contact-feedback:hover {
    transform: translateY(-5px);
}

.customer-support .contact-feedback > div {
    position: relative;
    z-index: 2;
}

.customer-support .contact-feedback > div:first-child > div {
    color: #000000;
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: 400;
}

.customer-support .contact-feedback > div:nth-child(2):hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-left: 3px solid rgb(165,161,179);
}

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

.customer-support h6:hover svg {
    transform: translateY(-2px);
}

.customer-support .message-info {
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
    gap: 1.2rem;
}

.customer-support .get-helpdesk {
    display: flex;
    align-items: center;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}

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

.data-insights {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    isolation: isolate;
    position: relative;
}

.data-insights .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.data-insights .statistics-plus {
    gap: 30px;
    grid-template-columns: 3fr 1fr;
    margin: 0 auto;
    display: grid;
    z-index: 1;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    grid-template-rows: auto auto auto;
    position: relative;
}

.data-insights .statistics-boosters svg path {
    fill: rgb(201,198,212);
    stroke-width: 0.5;
    stroke: #ffffff;
}

.data-insights .statistics-value {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    opacity: 0.9;
    padding: 20px;
    color: #ffffff;
    line-height: 1.7;
    border-radius: 21px;
    grid-area: description;
    backdrop-filter: blur(5px);
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 85%;
}

.data-insights .edge-statistics {
    max-width: 280px;
    height: 220px;
    transform-style: preserve-3d;
    flex: 1 1 200px;
    min-width: 220px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    perspective: 1000px;
}

.data-insights .edge-statistics::after {
    left: -50px;
    width: 100px;
    height: 100px;
    bottom: -50px;
    background: rgb(165,161,179,0.5);
}

.data-insights .edge-statistics:hover::before,
.data-insights .edge-statistics:hover::after {
    opacity: 0.2;
}

.data-insights .statistics-gains {
    position: relative;
    margin-bottom: 15px;
}

.data-insights .statistics-gains svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    height: 45px;
    width: 45px;
    fill: rgb(201,198,212);
}

.data-insights .statistics-gains svg path {
    fill: rgb(201,198,212);
    stroke: #ffffff;
    stroke-width: 0.5;
}

.data-insights .edge-statistics span {
    position: relative;
    background-clip: text !important;
    display: block;
    -webkit-background-clip: text !important;
    font-size: calc(30px * 1.1);
    background: linear-gradient(to right, #ffffff, rgb(165,161,179));
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    text-fill-color: transparent;
    font-weight: 700;
}

.data-insights .statistics-reasons::before {
    height: 3px;
    width: 50px;
    content: '';
    left: 0;
    background: rgb(201,198,212);
    bottom: -10px;
    border-radius: 2px;
    position: absolute;
}

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

.data-insights .container::before {
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(165,161,179,0.5);
    position: absolute;
    border-radius: 10px;
    right: -30px;
    height: 60px;
    width: 60px;
    content: '';
    top: -30px;
    opacity: 0.3;
}

.course-benefits .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.course-benefits .rounded-image {
    transition: all 0.5s ease;
    transform: translateY(-10px);
    border-radius: 30% 10% 30% 10%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 45%;
    flex: 0 0 45%;
    position: relative;
}

.course-benefits .text-holder-item::before {
    background: linear-gradient(to bottom, rgb(201,198,212), rgb(165,161,179));
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 10px;
    width: 6px;
    top: 0;
}

.course-benefits li {
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffffff, rgb(236,234,239) 180%);
}

.course-benefits svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 50%;
    width: 24px;
    flex-shrink: 0;
    background: #ffffff;
    height: 24px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px;
    justify-content: center;
}

.training-specialist::after {
    transform-origin: right center;
    position: absolute;
    right: 0;
    width: 40%;
    bottom: 40%;
    height: 1px;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    background: linear-gradient(to left, transparent, rgb(165,161,179,0.5), transparent);
}

.training-specialist .employee-progress {
    transition: all 0.7s ease;
    display: flex;
    opacity: 0.9;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.training-specialist .employee-progress::before {
    position: absolute;
    top: 15%;
    width: 1px;
    left: -2rem;
    height: 70%;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.training-specialist .employee-progress div:nth-child(2) {
    font-size: 18px;
    transform: translateX(0);
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    color: rgb(165,161,179);
    margin-bottom: 3rem;
}

.training-specialist .learner-views:hover .rounded-image::after {
    opacity: 0.3;
}

.training-specialist .learner-views:hover .employee-progress div:nth-child(2) {
    transform: translateX(20px);
}

.course-beneficiaries::after {
    content: "";
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(201,198,212,0.5) 47%, rgb(201,198,212,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(165,161,179,0.5) 47%, rgb(165,161,179,0.5) 53%, transparent 53%);
    width: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    filter: blur(1px);
    height: 100%;
    background-size: 40px 40px;
}

.course-beneficiaries h3::before {
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(201,198,212),
        rgb(165,161,179),
        rgb(201,198,212)
    );
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
}

.course-beneficiaries ul li {
    font-size: 15px;
    border-top: 1px solid rgb(165,161,179,0.5);
    border-bottom: 3px solid rgb(165,161,179);
    font-family: Arial, sans-serif;
    background: #ffffff;
    position: relative;
    padding: 25px 25px 25px 70px;
    border-left: 3px solid rgb(201,198,212);
    border-right: 1px solid rgb(165,161,179,0.5);
    color: #000000;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
}

.course-beneficiaries ul li:hover svg path {
    fill: rgb(165,161,179);
}

.course-beneficiaries ul::before {
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(201,198,212,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(165,161,179,0.5) 97%);
    left: 0;
    height: 100%;
    z-index: -1;
}

.client-testimonials .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.client-testimonials h2::after {
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(165,161,179), rgb(201,198,212));
}

.client-testimonials .learner-views::before {
    content: "";
    transform: translateX(-100%);
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease-out;
    height: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05), transparent);
}

.client-testimonials .learner-views div {
    align-items: center;
    margin-bottom: 1.2rem;
    display: flex;
}

.client-testimonials .learner-views:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgb(165,161,179,0.5), 
                0 0 20px rgba(0,0,0,0.2);
}

.client-testimonials .learner-views h4::after {
    content: "";
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(165,161,179);
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    bottom: -6px;
}

.client-testimonials a {
    overflow: hidden;
    transform: translateZ(0);
    font-size: 14px;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.15);
    position: relative;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    margin-top: 3rem;
    display: inline-block;
    font-weight: 600;
    z-index: 2;
}

.privacy-area h2 {
    border-left: 5px solid rgb(201,198,212);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
    padding-left: 15px;
    color: rgb(165,161,179);
    font-weight: 600;
    margin-top: 40px;
}

.privacy-area p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #ffffff;
}

.privacy-area span {
    color: black;
    background-color: rgb(201,198,212,0.5);
    border-radius: 10px;
    padding: 3px 6px;
    font-weight: 600;
}

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

.plan-wrapper .plan-matrix {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 12px;
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}

.plan-wrapper .learn-packs:hover {
    transform: translateY(-8px);
}

.plan-wrapper .learning-fees {
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.plan-wrapper .group-rates p {
    opacity: 0.85;
    white-space: normal;
    hyphens: auto;
    margin: 0 0 25px;
    flex-grow: 1;
    word-wrap: break-word;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.plan-wrapper .learn-packs:hover .fee-pricing::before {
    opacity: 1;
}

.plan-wrapper li:nth-child(even) .learning-fees::before {
    background: linear-gradient(90deg, rgb(165,161,179), rgb(201,198,212));
}



@media screen and (max-width: 1200px) {.program-details {
    padding: 80px 0;
}.program-details .tech-classes {
    padding: 0 30px 0 0;
}
}



@media screen and (max-width: 576px) {.program-details {
    padding: 50px 0;
}.program-details .rounded-image {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.program-details .rounded-image::before {
    border-radius: 0 0 25% 25%;
}.program-details .rounded-image::after {
    border-radius: 0 0 25% 25%;
}.program-details .teach-style::before {
    height: 40px;
    width: 40px;
    top: calc(250px - 25px);
}.program-details .teach-style::after {
    width: 20px;
    height: 20px;
    top: calc(250px - 12px);
}.program-details h3 {
    margin-bottom: 20px;
    font-size: calc(33px - 6px);
}.program-details p {
    font-size: calc(12px - 1px);
}.program-details .head-wrap {
    margin-bottom: 20px;
}.program-details .head-wrap::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
}}



@media (min-width: 768px) {.thanksNote {
    padding: 6rem 0;
}.thanksNote .teach-style {
    gap: 3.5rem;
}.thanksNote .teach-style > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thanksNote h5 {
    font-size: calc(18px * 1.2);
    padding-left: 1.5rem;
}.thanksNote .teach-style > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}



@media (max-width: 1200px) {.pledge-block .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.pledge-block {
    padding: 4rem 0 2rem;
}.pledge-block .container {
    grid-template-columns: 1fr;
}.pledge-block .company_holder,
    .pledge-block .affiliate-cta {
    grid-column: span 12;
}.pledge-block .company_holder {
    margin-bottom: 2rem;
}.pledge-block::after,
    .pledge-block .company_holder::before,
    .pledge-block .company_holder::after,
    .pledge-block .affiliate-cta::after {
    display: none;
}
}



@media (max-width: 768px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.contact-panel .message-reach {
    flex-direction: column;
}.contact-panel .rounded-image {
    min-height: 300px;
    width: 100%;
}.contact-panel .feedback-links {
    padding: 40px 30px;
    width: 100%;
}.contact-panel form h3 {
    margin-bottom: 30px;
}.contact-panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-panel .feedback-section {
    margin-bottom: 25px;
}.contact-panel .help-support {
    padding: 15px 25px;
}
}


@media only screen and (max-width: 1200px) {.privacySettingsWindow {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.consent-track {
    display: none;
}.cookies-tech {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacySettingsWindow h5 {
    text-align: center;
}.privacySettingsWindow p {
    text-align: center;
}.cookie-updates {
    text-align: center;
    margin-bottom: 20px;
}.gdpr-banner {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}



@media (max-width: 479px) {header .top-study {
    padding: 0.7rem 1rem;
}header .head-wrap {
    max-width: 110px;
}header .main-mentor a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 768px) {.customer-support .contact-feedback {
    grid-template-columns: 1fr 1fr;
}.customer-support .contact-feedback > div:last-child {
    grid-column: span 2;
}.customer-support .message-info {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}.customer-support .message-info > div {
    flex: 0 0 auto;
}
}



@media (max-width: 767px) {.customer-support {
    padding: 4rem 0;
}.customer-support h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.customer-support .contact-feedback {
    padding: 1.5rem;
}.customer-support .contact-feedback > div:first-child {
    padding: 1.2rem;
}.customer-support svg {
    width: 18px;
    height: 18px;
}
}



@media screen and (max-width: 576px) {.data-insights {
    padding: 60px 0;
}.data-insights .statistics-boosters svg {
    width: 60px;
    height: 60px;
}.data-insights .statistics-value {
    max-width: 100%;
    padding: 15px 10px;
}.data-insights .edge-statistics {
    flex: 1 1 100%;
    min-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}.data-insights .statistics-points {
    flex-direction: column;
}}



@media (max-width: 576px) {.course-benefits {
    padding: 50px 0;
}.course-benefits .rounded-image {
    max-width: 90%;
}.course-benefits .rounded-image::after {
    display: none;
}.course-benefits .text-holder-item {
    padding: 30px 20px;
    width: 100%;
}.course-benefits h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.course-benefits ul {
    gap: 15px;
}.course-benefits li {
    padding: 12px;
}.course-benefits svg {
    width: 22px;
    height: 22px;
}}



@media (max-width: 768px) {.course-beneficiaries {
    padding: 60px 0;
}.course-beneficiaries ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.course-beneficiaries ul li {
    padding: 20px 20px 20px 65px;
}.course-beneficiaries h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 40px;
}
}



@media (max-width: 991px) {.client-testimonials {
    padding: 5rem 0;
}.client-testimonials .learning-views {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.client-testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(38px - 4px);
}
}



@media (hover: none) {.client-testimonials .learner-views:hover {
    transform: none;
}.client-testimonials .learner-views:hover::before,
    .client-testimonials .learner-views:hover h4::after,
    .client-testimonials .learner-views:hover .description::before {
    transform: none;
}.client-testimonials .learner-views:hover img {
    transform: none;
}.client-testimonials a:hover {
    transform: none;
}}



@media (max-width: 991px) {.plan-wrapper {
    padding: 80px 0;
}.plan-wrapper .study-costs {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.plan-wrapper .group-rates {
    padding: 30px 25px;
}
}


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



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

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

@keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.15); }
        100% { transform: scale(1); }
    }



@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(201,198,212,0.5);
    }
}

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