* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 100%;
    width: 1245px;
    margin: auto;
}

.wrapper-structure {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}


.program-details {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(201,198,212,0.5) 100%);
}

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

.program-details .teach-style {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    position: relative;
}

.program-details .teach-style {
    grid-template-columns: 1fr;
    gap: 60px;
}

.program-details .head-wrap {
    perspective: 500px;
    transform-style: preserve-3d;
    margin-bottom: 30px;
    position: relative;
}

.program-details .head-wrap::after {
    content: "";
    left: -5px;
    top: -5px;
    z-index: -1;
    height: calc(100% + 10px);
    position: absolute;
    width: calc(100% + 10px);
    border: 1px solid rgb(201,198,212,0.5);
    border-radius: calc(10px - 2px);
    transform: translateZ(-5px);
}

.program-details h3 {
    color: #000000;
    border-left: 3px solid rgb(201,198,212);
    line-height: 1.3;
    padding-left: 20px;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 30px;
    position: relative;
}

.program-details .rounded-image::before {
    border-left: 10px solid rgb(201,198,212,0.5);
    inset: 0;
    z-index: 2;
    border: 10px solid transparent;
    content: "";
    position: absolute;
    border-radius: 50% 0 0 50%;
}

.program-details .rounded-image::before {
    border-bottom: 10px solid rgb(201,198,212,0.5);
    border-radius: 0 0 30% 30%;
    border: 10px solid transparent;
}

.meet-us {
    padding: 80px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.meet-us .container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 10;
}

.meet-us h4 {
    opacity: 1;
    font-weight: 700;
    font-size: 37px;
    z-index: 10;
    letter-spacing: 2px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(201,198,212);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.meet-us .text-holder-item:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
}

.meet-us .text-holder-item h6 {
    color: rgb(201,198,212);
    transform: translateX(0);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.1);
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.meet-us .text-holder-item div {
    position: relative;
    overflow: hidden;
}

.meet-us .text-holder-item:hover span {
    opacity: 1;
}

.meet-us .text-holder-item span::first-letter {
    margin-right: 8px;
    font-size: 2.5em;
    float: left;
    font-weight: 700;
    line-height: 0.8;
    color: rgb(201,198,212);
}

.thanksNote {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(165,161,179,0.5) 100%);
}

.thanksNote .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.thanksNote .teach-style > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}

.thanksNote .teach-style > div:last-child {
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    transform: translateY(15px);
}

.thanksNote a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

footer::after {
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    content: "";
    bottom: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}

.pledge-block .company_holder h3 {
    color: #ffffff;
    font-size: 29px;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.pledge-block .first-expert {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.pledge-block .head-class .first-expert {
    gap: 1rem;
    display: grid;
}

.pledge-block .head-class .first-expert a {
    display: flex;
    text-decoration: none;
    align-items: center;
    font-size: 16px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.collab-space {
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

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

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

.contact-panel::after {
    position: absolute;
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(201,198,212,0.5) 0, rgb(201,198,212,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(165,161,179,0.5) 0, rgb(165,161,179,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(201,198,212,0.5), transparent 70%),
        linear-gradient(180deg, rgb(165,161,179,0.5), transparent 70%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    background-position: 0 0, 0 0, 0 0, 0 0;
    left: 0;
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
}

.contact-panel .rounded-image::before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    z-index: 1;
}

.contact-panel .feedback-links::before {
    top: -100px;
    background: rgb(201,198,212,0.5);
    width: 200px;
    height: 200px;
    right: -100px;
    filter: blur(100px);
    opacity: 0.3;
    position: absolute;
    content: "";
    z-index: 0;
}

.contact-panel form h3::after {
    bottom: -15px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(201,198,212,0.5),
        0 0 10px rgb(201,198,212,0.5);
    width: 40px;
    height: 2px;
    left: 0;
    content: "";
    background: rgb(201,198,212);
}

.contact-panel form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact-panel .feedback-section label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.contact-panel .feedback-section input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    content: "";
    top: 4px;
}

.contact-panel .help-support {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    background: rgb(201,198,212);
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(201,198,212,0.5),
        0 0 0 1px rgb(201,198,212);
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 18px 30px;
    border-radius: 8px;
    font-weight: 700;
}

.contact-panel svg:hover,
.contact-panel svg:hover path {
    fill: rgb(165,161,179);
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(165,161,179,0.5));
}



.welcome-page .teach-style {
    grid-gap: 2rem;
    display: grid;
    min-height: 85vh;
    max-width: 1400px;
    z-index: 5;
    position: relative;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.welcome-page .teach-style {
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    min-height: auto;
}



.welcome-page .text-holder-item {
    flex-direction: column;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    justify-content: center;
    display: flex;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    opacity: 0;
}


    
    .welcome-page .text-holder-item {
    order: 2;
}

.welcome-page .intro-title:hover {
    transform: rotate(0deg) translateY(-10px);
}

.welcome-page svg {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    height: 100px;
    align-self: center;
    width: 100px;
    transform: translateZ(20px);
}

.welcome-page .help-support {
    padding: 0.8rem 2rem;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgb(201,198,212), rgb(165,161,179));
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    text-decoration: none;
    position: relative;
    font-size: 18px;
    z-index: 10;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    overflow: hidden;
    font-weight: 600;
    border: none;
}

.welcome-page .rounded-image::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    content: "";
    height: 40%;
    z-index: 3;
    bottom: 0;
}

.cookies-tech {
    align-items: center;
    display: flex;
    padding: 20px 30px;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
}

.privacySettingsWindow p {
    color: #ffffff;
    font-size: 17px;
    max-width: 500px;
}

.consent-track svg, .consent-track svg path {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(201,198,212);
}

.gdpr-banner:hover {
    box-shadow: rgb(201,198,212,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}

.privacySettingsWindow p a:hover {
    color: rgb(165,161,179);
}

.wrapper-structure .privacySettingsWindow {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(165,161,179);
    padding: 40px 0;
    border: none;
}

#cookie-info-alert:checked ~ .privacySettingsWindow {
    opacity: 0;
    visibility: hidden;
}

header::after {
    content: '';
    height: 4px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(201,198,212) 0%,
        rgb(165,161,179) 50%,
        rgb(201,198,212) 100%
    );
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
}

header .nav-teach img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

header .head-wrap:hover::before {
    box-shadow: 0 0 15px rgb(201,198,212,0.5);
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
}

header .main-mentor {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}

header .main-mentor a:hover {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(201,198,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
}

header .main-mentor:hover::after {
    opacity: 0.4;
}

header .top-study::after {
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    content: '';
    bottom: 0;
    opacity: 0.1;
    left: 20%;
}

.customer-support::before {
    height: 70%;
    background: linear-gradient(120deg, rgb(201,198,212,0.5), rgb(165,161,179,0.5));
    border-radius: 100px;
    content: "";
    right: -5%;
    top: -10%;
    position: absolute;
    width: 30%;
    filter: blur(25px);
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
}

.customer-support h1::after {
    width: 80px;
    content: "";
    left: 50%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 4px;
}

.customer-support .contact-feedback > div:first-child {
    padding: 1.5rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.5), rgba(240, 245, 255, 0.8));
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.customer-support h6 {
    font-weight: 600;
    align-items: center;
    display: flex;
    text-transform: capitalize;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.customer-support span {
    font-size: 12px;
    color: #000000;
    margin-left: 1.8rem;
}

.customer-support .message-info > div:hover {
    transform: translateX(5px);
}

.customer-support .get-helpdesk:hover {
    color: rgb(201,198,212);
}

.customer-support .get-helpdesk:hover svg {
    transform: scale(1.1);
}

.customer-support .get-helpdesk:hover svg {
    animation: pulse 1s ease infinite;
}

.customer-support .contact-feedback:hover > div:first-child {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.data-insights::after {
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(201,198,212,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(165,161,179,0.5) 0%, transparent 50%);
    top: 0;
    opacity: 0.4;
}

@media(max-width: 768px) {
    .data-insights::after {
        height: 30px !important;
    }
}

.data-insights .statistics-boosters {
    grid-area: minisvg;
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
}

.data-insights .statistics-reasons {
    color: #ffffff;
    align-items: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    grid-area: header;
    margin: 0;
    display: flex;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}

.data-insights .statistics-value::after {
    width: 80px;
    border: 1px solid rgb(165,161,179,0.5);
    height: 80px;
    position: absolute;
    content: '';
    opacity: 0.6;
    animation: rotate 40s linear infinite reverse;
    border-radius: 50%;
    bottom: -40px;
    left: -40px;
}

.data-insights .statistics-points::before {
    content: '';
    height: 1px;
    left: 50%;
    opacity: 0.5;
    top: 0;
    width: 90%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: absolute;
    transform: translateX(-50%);
}

.data-insights .stat_item_inner {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    justify-content: center;
    text-align: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
    display: flex;
    transition: transform 0.4s ease;
    position: relative;
    height: 100%;
    border-radius: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    padding: 20px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
}

.data-insights .edge-statistics:hover .statistics-gains svg {
    transform: scale(1.1);
}

.data-insights .stat_item_inner::before {
    border-radius: calc(21px + 2px);
    top: -2px;
    background: linear-gradient(45deg, transparent, rgb(201,198,212,0.5), transparent);
    content: '';
    left: -2px;
    transition: opacity 0.4s ease;
    bottom: -2px;
    position: absolute;
    right: -2px;
    opacity: 0;
    z-index: -1;
}

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

.data-insights .statistics-reasons::after {
    content: '';
    background: rgb(165,161,179);
    bottom: -10px;
    border-radius: 2px;
    position: absolute;
    left: 60px;
    height: 3px;
    width: 20px;
}

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

.data-insights .container::after {
    border: 1px solid rgb(201,198,212,0.5);
    left: -20px;
    position: absolute;
    transform: rotate(45deg);
    animation: rotate 25s linear infinite reverse;
    width: 40px;
    content: '';
    bottom: -20px;
    opacity: 0.3;
    height: 40px;
}

.course-benefits .teach-style {
    align-items: center;
    gap: 40px;
    display: flex;
}

.course-benefits .rounded-image::after {
    z-index: -1;
    right: -20px;
    content: "";
    top: 20px;
    position: absolute;
    left: 20px;
    border: 3px solid rgb(201,198,212,0.5);
    border-radius: 30% 10% 30% 10%;
    bottom: -20px;
}

.course-benefits h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    padding-left: 15px;
}

.course-benefits ul {
    list-style: none;
    gap: 20px;
    flex-direction: column;
    padding: 0 0 0 15px;
    margin: 0;
    display: flex;
}

.course-benefits li:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, #ffffff, rgb(165,161,179,0.5) 180%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

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

.training-specialist {
    overflow: hidden;
    background: rgb(236,234,239);
    padding: 6rem 2rem;
    position: relative;
}

.training-specialist .learner-views {
    margin: 0 auto;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 4rem;
    max-width: 1100px;
}

.training-specialist .rounded-image {
    width: 100%;
    border-radius: 0;
    filter: grayscale(100%);
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    overflow: hidden;
    transform: scale(1);
}

.training-specialist .name::after {
    left: 0;
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
    bottom: -0.5rem;
    transition: transform 0.5s ease 0.2s;
    background: rgb(201,198,212);
    content: "";
    position: absolute;
    width: 50px;
}

.training-specialist .career-experience::before {
    content: "";
    color: rgb(201,198,212,0.5);
    font-family: serif;
    line-height: 1;
    font-size: 4rem;
    top: -1rem;
    left: 0;
    position: absolute;
}

.training-specialist .learner-views:hover .name {
    transform: translateX(10px);
}

.training-specialist .learner-views:hover .career-experience {
    transform: translateX(5px);
}

.course-beneficiaries::before {
    content: "";
    top: 0;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(201,198,212,0.5) 20px,
        rgb(201,198,212,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(165,161,179,0.5) 20px,
        rgb(165,161,179,0.5) 22px,
        transparent 22px
    );
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
}

.course-beneficiaries h3::after {
    box-shadow: 0 0 15px rgb(201,198,212,0.5);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 12px;
    bottom: -6px;
    background: rgb(201,198,212);
    left: 50%;
    animation: pulseCircle 2s infinite;
    border-radius: 50%;
    height: 12px;
}

.course-beneficiaries ul li::after {
    background: rgb(165,161,179);
    border-radius: 50%;
    content: "";
    right: -5px;
    height: 10px;
    width: 10px;
    bottom: -5px;
    position: absolute;
}

.course-beneficiaries ul li svg {
    position: absolute;
    height: 35px;
    width: 35px;
    transition: all 0.4s ease;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.course-beneficiaries ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}

.course-beneficiaries ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.client-testimonials::before {
    height: 40%;
    top: -10%;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent, rgb(201,198,212,0.5), transparent);
    position: absolute;
    pointer-events: none;
    content: "";
    right: -10%;
    transform: rotate(-15deg);
    width: 40%;
}

.client-testimonials h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 38px;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.client-testimonials .learner-views {
    z-index: 1;
    border-left: 3px solid rgb(165,161,179);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1), 
                0 5px 10px -5px rgba(0,0,0,0.04),
                0 0 0 1px rgba(255,255,255,0.05);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease-out;
    padding: 2rem;
    overflow: hidden;
}

.client-testimonials .learner-views h4 {
    font-size: calc(21px - 2px);
    color: #ffffff;
    margin: 0;
    position: relative;
    font-weight: 600;
}

.client-testimonials .description {
    margin: 0;
    font-size: 15px;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
}

.client-testimonials .learner-views:hover .description::before {
    opacity: 0.3;
    transform: scale(1.1) rotate(-5deg);
}

.client-testimonials a:hover::before {
    opacity: 1;
}

.client-testimonials a:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -5px rgba(0,0,0,0.25);
}

.client-testimonials a:active {
    transform: translateY(1px);
}

.privacy-area {
    border: 1px solid rgb(201,198,212,0.5);
    box-shadow: 0 0 10px rgb(201,198,212,0.5);
    background-color: rgb(201,198,212);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 50px;
    line-height: 1.6;
    margin: 0 auto;
}

.privacy-area ul {
    margin: 1rem 0;
    list-style-type: none;
    padding: 0;
}

.privacy-area li::before {
    margin-right: 10px;
    font-size: 1.2em;
    color: rgb(165,161,179);
    content: '✦';
}

.privacy-area a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(165,161,179);
    border-bottom: 1px dashed rgb(165,161,179);
}

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

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

.plan-wrapper .learn-packs {
    display: block;
    position: relative;
    will-change: transform;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.plan-wrapper .group-rates {
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
    height: 100%;
    z-index: 2;
    display: flex;
}

.plan-wrapper .group-rates h4 {
    font-size: calc(18px + 2px);
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 20px;
}

.plan-wrapper .fee-pricing {
    border-radius: 3px;
    z-index: 1;
    letter-spacing: 0.5px;
    font-size: calc(18px + 4px);
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(201,198,212,0.5) 0%, rgb(165,161,179,0.5) 100%);
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (min-width: 1600px) {.program-details .teach-style {
    grid-template-columns: 1fr 1.5fr;
}.program-details .rounded-image {
    border-radius: 45% 0 0 45%;
}
}




@media (min-width: 768px) {.meet-us {
    padding: 100px 0;
}.meet-us h4 {
    font-size: calc(37px * 1.2);
    margin-bottom: 60px;
}.meet-us .text-holder-item {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.meet-us .text-holder-item h6 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.3);
}.meet-us .text-holder-item span {
    column-count: 2;
    column-gap: 50px;
}
}



@media (max-width: 767px) {.meet-us {
    padding: 60px 0;
}.meet-us h4 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.2);
}.meet-us .text-holder-item {
    padding: 30px 25px;
}.meet-us .text-holder-item h6 {
    font-size: 22px;
    margin-bottom: 15px;
}.meet-us .text-holder-item span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 992px) {.thanksNote {
    padding: 8rem 0;
}.thanksNote .container {
    padding: 0 2rem;
}.thanksNote .teach-style {
    gap: 4rem;
}.thanksNote .teach-style > div:first-child {
    padding-left: 2rem;
}.thanksNote .teach-style > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thanksNote h5 {
    padding-left: 2rem;
    font-size: calc(18px * 1.4);
}.thanksNote .teach-style > div:last-child {
    margin-left: 6rem;
    max-width: 80%;
    padding: 4rem;
}.thanksNote p {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 576px) {.pledge-block {
    padding: 2.5rem 0 1rem;
}.pledge-block .first-expert {
    gap: 2rem;
    grid-template-columns: 1fr;
}.pledge-block .twitter-cta {
    padding-left: 1rem;
}.collab-space {
    margin-top: 2rem;
}
}



@media (max-width: 1024px) {.contact-panel {
    padding: 80px 0;
}.contact-panel .rounded-image {
    min-height: 500px;
}.contact-panel .feedback-links {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.welcome-page .teach-style {
    padding: 2rem 1rem;
}.welcome-page h1 {
    font-size: 43px;
    margin-bottom: 1.5rem;
}.welcome-page .intro-title {
    padding: 1.5rem;
    transform: rotate(0);
}.welcome-page .intro-title p {
    font-size: 12px;
}.welcome-page svg {
    height: 80px;
    width: 80px;
}.welcome-page .rounded-image {
    min-height: 250px;
}
}



@media (max-width: 576px) {.welcome-page {
    padding-top: 1rem;
}.welcome-page .teach-style {
    padding: 1.5rem 1rem;
    grid-gap: 1.5rem;
}.welcome-page h1 {
    font-size: calc(43px * 0.9);
}.welcome-page .intro-title {
    padding: 1.25rem;
}.welcome-page svg {
    width: 60px;
    height: 60px;
}.welcome-page .help-support {
    padding: 0.7rem 1.5rem;
}.welcome-page .rounded-image {
    min-height: 200px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .top-study {
    padding: 0.8rem 1.2rem;
}header .head-wrap {
    max-width: 130px;
}header .head-wrap::before {
    display: none;
}header .head-class {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .head-class::-webkit-scrollbar {
    height: 2px;
}header .head-class::-webkit-scrollbar-thumb {
    background: rgb(201,198,212);
    border-radius: 10px;
}header .main-mentor {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .main-mentor a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .main-mentor a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media screen and (max-width: 1200px) {.data-insights .edge-statistics {
    flex: 1 1 180px;
    min-width: 200px;
    height: 200px;
}
}



@media screen and (max-width: 768px) {.data-insights {
    padding: 80px 0;
}.data-insights .statistics-reasons {
    font-size: calc(30px * 0.9);
}.data-insights .statistics-value {
    max-width: 95%;
    font-size: calc(16px * 0.95);
    padding: 15px;
}.data-insights .edge-statistics {
    flex: 1 1 170px;
    height: 190px;
    min-width: 170px;
}.data-insights .edge-statistics span {
    font-size: 30px;
}.data-insights .edge-statistics p {
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 992px) {.course-benefits {
    padding: 70px 0;
}.course-benefits .teach-style {
    flex-direction: column;
    gap: 40px;
}.course-benefits .rounded-image {
    max-width: 70%;
    flex: none;
    margin: 0 auto;
}.course-benefits .text-holder-item {
    margin: 0 auto;
    flex: none;
    width: 90%;
}.course-benefits .text-holder-item::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
}



@media (max-width: 992px) {.course-beneficiaries {
    padding: 80px 0;
}.course-beneficiaries ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course-beneficiaries h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}
}



@media (max-width: 480px) {.course-beneficiaries {
    padding: 50px 0;
}.course-beneficiaries .teach-style {
    padding: 0 15px;
}.course-beneficiaries h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 35px;
}.course-beneficiaries ul li {
    padding: 18px 15px 18px 60px;
}.course-beneficiaries ul li svg {
    left: 15px;
    width: 30px;
    height: 30px;
}}



@media (max-width: 480px) {.client-testimonials {
    padding: 3rem 1rem;
}.client-testimonials h2 {
    font-size: calc(38px - 8px);
}.client-testimonials .learner-views {
    padding: 1.25rem;
}.client-testimonials .learner-views div {
    margin-bottom: 1rem;
}.client-testimonials .learner-views img {
    height: 40px;
    width: 40px;
}.client-testimonials .description {
    font-size: calc(15px - 1px);
}
}



@media (max-width: 1200px) {.plan-wrapper {
    padding: 100px 0;
}.plan-wrapper .study-costs {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.plan-wrapper {
    padding: 60px 0;
}.plan-wrapper h2 {
    font-size: calc(28px - 4px);
}.plan-wrapper .plan-matrix {
    font-size: calc(12px - 1px);
    margin-bottom: 40px;
}.plan-wrapper .study-costs {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan-wrapper .group-rates h4 {
    font-size: 18px;
}.plan-wrapper .fee-pricing {
    font-size: 18px;
}
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes textPulse {
    0% { fill: rgb(165,161,179); }
    100% { fill: rgb(201,198,212); }
}

@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

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