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

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


.contact-section-data {
    background: linear-gradient(135deg, rgb(231,230,242) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.contact-section-data h2 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-section-data .support-map-data {
    position: relative;
    display: grid;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-section-data .pic-list-wrap-data::before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    left: 0;
}

.contact-section-data form {
    width: 100%;
}

.contact-section-data form h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}

.contact-section-data form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-section-data .support-grid-data input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-section-data .support-grid-data input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,199,217);
    background: rgb(200,199,217);
}

.contact-section-data .support-grid-data label a:hover {
    color: rgb(164,163,185);
}

.contact-section-data form .query-help-data {
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 19px;
    border: none;
    padding: 16px 40px;
    display: inline-block;
    font-family: Arial, sans-serif;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(200,199,217), rgb(164,163,185));
    font-weight: 600;
    overflow: hidden;
}

.learning-profits-data .pic-list-wrap-data::after {
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}

.learning-profits-data h2 {
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
}

.learning-profits-data .text_main_holder > div::before {
    bottom: 0;
    background: rgb(200,199,217);
    transition: height 0.3s ease;
    position: absolute;
    content: '';
    height: 0;
    width: 5px;
    left: 0;
}

.learning-profits-data .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.secure-harbor-data {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #ffffff;
}

.secure-harbor-data h3, .secure-harbor-data h4, .secure-harbor-data h5, .secure-harbor-data h6 {
    color: #000000;
    font-size: 19px;
    margin: 1em 0;
}

.price-card-item-data .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

.price-card-item-data .value-deals-data h2 {
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 38px;
    display: inline-block;
}

.price-card-item-data .pro-rates-data {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.price-card-item-data .access-rates-data h3 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
}

.price-card-item-data .pricing-rates-data::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(200,199,217,0.5), transparent);
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -5px;
    content: "";
}

.price-card-item-data .pic-list-wrap-data::after {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
    left: 0;
}

.our-background-data .method-innov-data {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: fadeIn 1s ease-in-out;
    border-radius: 21px;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "director logo"
        "text text";
    overflow: hidden;
    display: grid;
    gap: 40px;
    background: rgb(231,230,242);
    padding: 60px;
}

.our-background-data .value-prop-data::after {
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(200,199,217);
    bottom: 0;
    width: 40px;
    content: "";
}

.our-background-data .study-pro-data:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.our-background-data .study-pro-data:hover svg path {
    fill: rgb(164,163,185);
}

.our-background-data p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

.program-overview-data::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(200,199,217,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    left: 0;
}

.program-overview-data .pic-list-wrap-data::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(200,199,217,0.5) 100%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.program-overview-data .text-region-data::before {
    transition: height 0.6s ease-out;
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(200,199,217), rgb(164,163,185));
}

.program-overview-data p.description {
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 1;
    position: relative;
    line-height: 1.75;
    color: #000000;
    display: block;
}

header .site-start-data {
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
}

header .site-main-data:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .head-train-data:hover {
    box-shadow: 0 3px 8px rgb(200,199,217,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(200,199,217), rgb(164,163,185));
}

.instructor-history-data .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.instructor-history-data .review-voices-data::after {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(200,199,217,0.5) 0%, transparent 50%);
    top: 0;
}

.instructor-history-data .review-voices-data span:not(.name) {
    padding: 0 2rem 1rem 3rem;
    font-weight: 400;
    grid-row: 2 / 3;
    font-size: 17px;
    grid-column: 2 / 3;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    color: rgb(164,163,185);
    z-index: 2;
}

.track-manage-data {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-approval-data {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}

.learn-prefs-data:hover {
    box-shadow: 0 0 10px rgb(164,163,185,0.5);
    background: rgb(164,163,185);
}

.cookie-message-panel-data p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(200,199,217);
}

.thanksNode-data::before {
    z-index: 1;
    width: 60%;
    transform: rotate(-5deg);
    content: "";
    opacity: 0.1;
    left: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    height: 120%;
    top: -10%;
    background: rgb(200,199,217,0.5);
    position: absolute;
}

.thanksNode-data .method-innov-data::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(200,199,217) 0%, rgb(164,163,185) 100%);
    width: 100%;
    content: "";
}

.thanksNode-data h5::before {
    background: rgb(200,199,217);
    height: 8px;
    width: 8px;
    content: "";
    top: 0.4em;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}

.thanksNode-data a:hover::before {
    transform: scaleX(1);
}

.thanksNode-data a:hover {
    background-color: rgba(rgb(231,230,242), 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

footer .info_item {
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    background-color: rgb(231,230,242);
    margin: 10px;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    fill: rgb(200,199,217);
    width: 20px;
    height: 20px;
}

footer .info_item a:hover {
    color: rgb(200,199,217);
}

footer .text_main_holder::before {
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: calc(100% + 80px);
    top: -40px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}

footer .main-info-data h5::after {
    width: 50px;
    left: 0;
    height: 2px;
    background-color: rgb(200,199,217);
    content: "";
    position: absolute;
    bottom: -7px;
}

footer .head-mentor-data a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    margin-top: -10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-left: 40px;
    position: relative;
    z-index: 0;
    background-color: rgb(200,199,217);
    margin-right: 40px;
    border-radius: 21px;
    color: #ffffff;
}

footer .sub-codes-data {
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 14px 20px;
    background-color: #000000;
}

.education-framework-data::after {
    z-index: -1;
    animation: shape-pulse 15s ease-in-out infinite alternate;
    bottom: -20%;
    position: absolute;
    content: "";
    right: -10%;
    height: 60%;
    background: rgb(164,163,185,0.5);
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.education-framework-data h3 {
    font-size: 48px;
    transform: translateX(-50px);
    line-height: 1.2;
    position: relative;
    color: #000000;
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-weight: 700;
    margin-right: -40px;
    padding-right: 40px;
    border-right: 4px solid rgb(200,199,217);
    text-align: right;
    grid-column: 1;
    z-index: 2;
}

.education-framework-data h3 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 4px solid rgb(200,199,217);
    padding-right: 0;
}

.welcome-board-data {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgb(231,230,242);
    overflow: hidden;
    position: relative;
}

.welcome-board-data .study-tools-data {
    justify-content: center;
    padding: 80px 40px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.welcome-board-data .study-tools-data h3 {
    transform: skewX(-5deg);
    background: linear-gradient(90deg, 
        rgb(200,199,217) 0%, 
        rgb(200,199,217,0.5) 100%);
    color: #ffffff;
    border-left: 3px solid rgb(164,163,185);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-weight: 400;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 0.9);
    padding: 12px 20px;
    margin-bottom: 1.5rem;
}

.welcome-board-data .study-tools-data p {
    border-left: 1px solid rgb(164,163,185);
    font-weight: 400;
    line-height: 1.6;
    padding-left: 25px;
    color: #ffffff;
    font-size: calc(13px * 1.2);
    margin-top: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
}



@media (max-width: 1200px) {.learning-profits-data .text-region-data {
    width: 65%;
}.learning-profits-data .pic-list-wrap-data {
    width: 40vw;
}
}



@media (max-width: 992px) {.learning-profits-data {
    padding: 0;
}.learning-profits-data::before {
    right: -80%;
}.learning-profits-data .method-innov-data {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}.learning-profits-data .pic-list-wrap-data {
    position: relative;
    border-radius: 0;
    width: 100%;
    order: 1;
    height: 350px;
}.learning-profits-data .pic-list-wrap-data::before {
    display: none;
}.learning-profits-data .text-region-data {
    margin: -50px auto 3rem;
    border-radius: 19px;
    width: 90%;
    order: 2;
}.learning-profits-data .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.learning-profits-data .text_main_holder > div:nth-child(even):hover {
    transform: translateX(10px);
}
}



@media (max-width: 767px) {.price-card-item-data {
    padding: 80px 0;
}.price-card-item-data .member-plans-data {
    gap: 40px;
}.price-card-item-data .value-deals-data h2 {
    font-size: calc(38px - 4px);
}.price-card-item-data .pic-list-wrap-data {
    height: 200px;
}.price-card-item-data .access-rates-data {
    padding: 25px;
}.price-card-item-data .pricing-rates-data {
    font-size: 1.5rem;
}}



@media screen and (max-width: 480px) {.our-background-data {
    padding: 40px 0;
}.our-background-data .method-innov-data {
    padding: 25px 15px;
    gap: 20px;
}.our-background-data .quick-training-data .pic-list-wrap-data {
    height: 180px;
    width: 150px;
}.our-background-data .value-prop-data {
    font-size: calc(22px * 0.9);
}.our-background-data .learning-dna-data {
    font-size: calc(15px * 0.9);
}.our-background-data .study-pro-data svg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}.our-background-data h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.our-background-data p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 767px) {.program-overview-data {
    padding: 80px 0;
}.program-overview-data h3 {
    font-size: calc(30px * 0.85);
}.program-overview-data p.description {
    font-size: calc(15px * 0.95);
}.program-overview-data .text-region-data {
    padding: 25px 20px;
}
}



@media (max-width: 576px) {.instructor-history-data {
    padding: 4rem 1rem;
}.instructor-history-data .review-voices-data .pic-list-wrap-data {
    min-height: 280px;
}.instructor-history-data .review-voices-data .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.instructor-history-data .review-voices-data span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.instructor-history-data .review-voices-data .exp-summary-data {
    padding: 1.2rem;
}}



@media screen and (min-width: 768px) {.thanksNode-data {
    padding: 150px 0;
}.thanksNode-data .method-innov-data {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 80px 60px;
}.thanksNode-data h5 {
    max-width: 90%;
    font-size: calc(23px * 1.1);
}.thanksNode-data p {
    font-size: calc(17px * 1.05);
}.thanksNode-data a {
    padding: 25px;
}
}



@media (prefers-reduced-motion: reduce) {.thanksNode-data .method-innov-data,
    .thanksNode-data .method-innov-data:hover,
    .thanksNode-data a,
    .thanksNode-data a:hover,
    .thanksNode-data p,
    .thanksNode-data a:hover p,
    .thanksNode-data a::before,
    .thanksNode-data a:hover::before {
    animation: none;
    transition: none;
    transform: none;
}}



@media (max-width: 479px) {.education-framework-data {
    padding: 50px 10px;
}.education-framework-data h3 {
    padding-bottom: 15px;
    font-size: calc(48px - 12px);
}.education-framework-data h3::before {
    left: 10px;
    bottom: -12px;
    width: 20px;
    height: 20px;
}.education-framework-data h3::after {
    height: 15px;
    left: calc(100% - 20px);
    width: 15px;
}.education-framework-data span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.education-framework-data .method-innov-data::before,
    .education-framework-data .method-innov-data::after {
    height: 10px;
}}



@media (hover: hover) {.welcome-board-data .study-tools-data {
    transition: transform 0.3s ease;
}.welcome-board-data .study-tools-data:hover {
    transform: scale(1.01);
}
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(200,199,217,0.5), 0 0 20px rgb(200,199,217,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(200,199,217), 0 0 30px rgb(200,199,217);
  }
}



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


    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

