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

.head-pagewrap-jtb {
    flex: 1 0 auto;
}

.head-pagewrap-jtb {
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
}


.contact-box-hZW {
    padding: 80px 0;
    position: relative;
}

.contact-box-hZW .connect-message-zVs {
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 45% 55%;
    background: #ffffff;
    border-radius: 0;
}

.contact-box-hZW .feedback-support-HXL h3 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: rgb(182,175,202);
}

.contact-box-hZW .feedback-support-HXL div:last-of-type {
    border-bottom: none;
}

.contact-box-hZW .feedback-support-HXL div svg path {
    fill: rgb(182,175,202);
    transition: fill 0.3s ease;
}

.contact-box-hZW .feedback-support-HXL div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.contact-box-hZW form input[type="text"],
.contact-box-hZW form input[type="email"] {
    border: none;
    height: 55px;
    padding: 0 20px;
    color: #000000;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: rgb(226,224,230);
    margin-bottom: 20px;
}

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

.contact-box-hZW .feedback-support-HXL div:nth-child(3) {
    --n: 1;
}

.pricing-plan-card-nmc {
    background-color: rgb(226,224,230);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    overflow: hidden;
}

.pricing-plan-card-nmc .qtr-cost-By2 h2 {
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    font-size: 35px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.pricing-plan-card-nmc .plan-pricing-og8 {
    animation-delay: calc(0.15s * var(--i, 1));
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    perspective: 1000px;
}

.pricing-plan-card-nmc .plan-pricing-og8:hover .study-fees-9EQ h3 {
    color: rgb(182,175,202);
    transform: translateX(5px);
}

.pricing-plan-card-nmc .member-fees-bgH::before {
    height: 3px;
    width: 40px;
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(143,110,175), transparent);
    border-radius: 2px;
    content: "";
    left: 0;
}

.pricing-plan-card-nmc .plan-pricing-og8:hover .img-display-nb1 {
    transform: scale(1.05);
}

.gratNote-khZ {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,175,202,0.5) 0%, rgb(226,224,230) 40%, rgb(143,110,175,0.5) 100%);
    padding: 6rem 0;
}

.gratNote-khZ h2 {
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    opacity: 0;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    position: relative;
}

.gratNote-khZ .learn-academy-uSL:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.gratNote-khZ ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
}

.gratNote-khZ li::before {
    transform: scale(0);
    width: 32px;
    opacity: 0;
    left: -40px;
    position: absolute;
    content: "";
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    height: 32px;
    box-shadow: 0 5px 15px -5px rgb(143,110,175,0.5);
    background: linear-gradient(135deg, rgb(143,110,175) 0%, rgb(182,175,202) 100%);
    top: -5px;
    border-radius: 50%;
}

.landing-page-vm7 > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}

.landing-page-vm7 > div > div:first-child::before {
    background: linear-gradient(to bottom, rgb(182,175,202), rgb(143,110,175));
    top: 0.5rem;
    width: 6px;
    transform-origin: top;
    left: 0;
    height: calc(100% - 1rem);
    content: "";
    position: absolute;
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: scaleY(0);
}

.landing-page-vm7 .mission-why-XMF {
    position: relative;
    margin-bottom: 1.8rem;
}

.landing-page-vm7 .mission-why-XMF h3 {
    color: #ffffff;
    transform: translateY(1rem);
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    font-weight: 600;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
}

.ideal-participants-SO8 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    position: relative;
}

.ideal-participants-SO8 h3 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 70px;
    padding: 0 20px;
}

.ideal-participants-SO8 h3::after {
    right: -60px;
}

.ideal-participants-SO8 ul li {
    border-radius: 25px;
    gap: 20px;
    padding: 40px 30px;
    width: calc(33.333% - 27px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    background-color: #ffffff;
    min-width: 280px;
    align-items: flex-start;
    text-align: left;
    display: flex;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
}



.ideal-participants-SO8 ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}

.ideal-participants-SO8 ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.ideal-participants-SO8 ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}

.cookie-review-pVY {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.data-control-78O {
    margin-right: 10px;
    flex-shrink: 0;
}


.warp-container-7ZM .modalCookieAgreement-nm8 {
    border: none;
    background: #ffffff;
    box-shadow: rgb(182,175,202,0.5) 0px 0px 40px 39px;
}

.warp-container-7ZM .data-control-78O svg, .warp-container-7ZM .data-control-78O svg path, .warp-container-7ZM .data-control-78O img {
    height: 40px;
    width: 40px;
    fill:#000000;
}

.program-information-FZo::after {
    animation: shiftBackground 30s linear infinite;
    width: 100%;
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.program-information-FZo .learn-plan-zQR {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 3;
    min-height: 400px;
    padding: 60px 50% 60px 60px;
}

.program-information-FZo .header-navbar-sF7 {
    display: inline-block;
    z-index: 4;
    margin-bottom: 25px;
    position: relative;
}

.program-information-FZo h3 {
    margin-bottom: 20px;
    font-size: 29px;
    position: relative;
    color: #ffffff;
    z-index: 4;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.program-information-FZo .learn-academy-uSL::after {
    filter: blur(80px);
    opacity: 0.3;
    border-radius: 50%;
    bottom: -50px;
    z-index: 1;
    position: absolute;
    width: 200px;
    height: 200px;
    left: -50px;
    background: rgb(143,110,175,0.5);
    content: "";
}

.secure-safehold-VZY h3,
.secure-safehold-VZY h4,
.secure-safehold-VZY h5,
.secure-safehold-VZY h6 {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0.75em;
}

.secure-safehold-VZY h3 {
    font-size: calc(20px - 0.2em);
}

.secure-safehold-VZY span {
    color: rgb(182,175,202);
    font-weight: 600;
}

.secure-safehold-VZY h2::before {
    height: 3px;
    display: block;
    content: "";
    background-color: rgb(143,110,175);
    width: 30px;
    margin-bottom: 0.5em;
}

.meet-us-juK {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.meet-us-juK::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(182,175,202,0.5), rgba(0, 0, 0, 0.5) 85%);
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
}

.meet-us-juK .text-area-WfD:hover::before {
    transform: scaleY(1);
}

.meet-us-juK .text-area-WfD::after {
    transform: rotate(25deg);
    top: 20px;
    right: 20px;
    height: 80px;
    width: 80px;
    z-index: -1;
    content: "";
    border: 1px solid rgb(143,110,175,0.5);
    opacity: 0.3;
    position: absolute;
}

.meet-us-juK p {
    font-weight: 400;
    font-size: calc(15px * 1.2);
    color: #000000;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.meet-us-juK ol li {
    color: #000000;
    position: relative;
    line-height: 1.8;
    text-align: justify;
    column-gap: 2.5rem;
    hyphens: auto;
    font-size: 15px;
    margin-bottom: 0.5rem;
    column-count: 1;
}

header:hover::after {
    transform: scaleX(1);
}

header .main-pro-Kal {
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}

header .header-base-FkS {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    transform-style: preserve-3d;
}

header .nav-base-Sq4 {
    padding: 0;
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
    list-style: none;
    perspective: 1000px;
    display: flex;
}

header .nav-lesson-wFP a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

header .nav-lesson-wFP a::after {
    opacity: 0;
    transform: translateZ(-10px);
    left: 5px;
    transition: all 0.4s ease;
    right: 5px;
    content: '';
    background: rgb(182,175,202);
    position: absolute;
    bottom: -5px;
    height: 5px;
}

.educational-rewards-Z4U::before {
    position: absolute;
    background-image: radial-gradient(circle at 10% 10%, rgb(182,175,202,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(143,110,175,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.08;
    content: "";
    z-index: 0;
}

.educational-rewards-Z4U .img-display-nb1 {
    height: auto;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 13px;
    width: 100%;
}

.educational-rewards-Z4U ul {
    gap: 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}

.educational-rewards-Z4U li p {
    gap: 15px;
    color: #000000;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    position: relative;
    line-height: 1.6;
    align-items: flex-start;
}

.training-structure-D02 .learn-academy-uSL {
    display: grid;
    max-width: 1000px;
    gap: 3rem;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.training-structure-D02 .learn-academy-uSL::after {
    bottom: -100px;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    right: -50px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.training-structure-D02 h3::after {
    background: linear-gradient(to left, rgb(143,110,175), transparent);
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
}

.training-structure-D02 span::after {
    top: -5px;
    bottom: -5px;
    left: -5px;
    filter: blur(15px);
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    right: -5px;
}

.instructor-profile-FBj {
    overflow: hidden;
    padding: 80px 40px;
    background: rgb(226,224,230);
    position: relative;
    min-height: 450px;
}

.instructor-profile-FBj .img-display-nb1 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-left: 60px;
    overflow: hidden;
    border: 4px solid #ffffff;
    z-index: 5;
    position: relative;
    width: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 140px;
    border-radius: 50%;
}

.instructor-profile-FBj .name {
    transition: all 0.4s ease;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 5px;
    font-size: 33px;
    letter-spacing: 1px;
}

.instructor-profile-FBj .career-milestones-ufS {
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
    transform: translateY(0);
    transition: all 0.4s ease 0.2s;
    padding: 20px 0;
}

.cert-display-4Hz::before {
    bottom: 0;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(182,175,202,0.5) 0%, transparent 50%);
    content: '';
    right: 0;
    z-index: -1;
    position: absolute;
}

.cert-display-4Hz .talk-experts-WPL {
    border: 1px solid rgb(143,110,175,0.5);
    border-radius: 23px;
    flex-wrap: wrap;
    padding: 1.5rem;
    gap: 2rem;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.cert-display-4Hz .info_item a:hover {
    box-shadow: 0 0 15px rgb(182,175,202,0.5);
    border-color: rgb(182,175,202,0.5);
    background: #000000;
}

.cert-display-4Hz .header-navbar-sF7 svg:hover {
    filter: drop-shadow(0 0 10px rgb(182,175,202));
}

.cert-display-4Hz .nav-base-Sq4 {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.cert-display-4Hz .nav-base-Sq4:hover h5::after {
    width: 80px;
}

.cert-display-4Hz .main-mainbar-BOj a {
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 1rem;
}

.cert-display-4Hz .subscribe_holder::before {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at top right, rgb(182,175,202,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
    content: '';
    right: 0;
    top: 0;
}

.cert-display-4Hz .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(182,175,202,0.5);
    border-color: rgb(182,175,202);
}

.cert-display-4Hz .discover-learning-xAm:hover {
    transform: translateY(-2px);
    background: rgb(143,110,175);
    box-shadow: 0 0 15px rgb(143,110,175,0.5);
}

.cert-display-4Hz .abuse-ctrl-P97::before {
    background: linear-gradient(90deg, transparent, rgb(143,110,175,0.5), transparent);
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    height: 1px;
}



@media (max-width: 1199px) {.pricing-plan-card-nmc {
    padding: 80px 0;
}.pricing-plan-card-nmc .qtr-cost-By2 {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.pricing-plan-card-nmc .qtr-cost-By2 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (hover: none) {.pricing-plan-card-nmc .plan-pricing-og8:hover .price-schemes-zog {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing-plan-card-nmc .plan-pricing-og8:hover .study-fees-9EQ h3 {
    transform: none;
}.pricing-plan-card-nmc .plan-pricing-og8:hover .member-fees-bgH {
    transform: none;
}.pricing-plan-card-nmc .plan-pricing-og8:hover .img-display-nb1 {
    transform: none;
}}



@media (max-width: 768px) {.landing-page-vm7 {
    min-height: 90vh;
    padding: 2rem 1rem;
}.landing-page-vm7 > div {
    gap: 1.5rem;
}.landing-page-vm7 > div > div:first-child {
    padding-left: 1.5rem;
}.landing-page-vm7 > div > div:first-child::before {
    width: 4px;
}.landing-page-vm7 .fast-knowledge-HSj {
    padding: 1.8rem;
}.landing-page-vm7 .mission-why-XMF::after {
    width: 50%;
}
}



@media (max-width: 576px) {.ideal-participants-SO8 {
    padding: 70px 0;
}.ideal-participants-SO8 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
}.ideal-participants-SO8 h3::before,
    .ideal-participants-SO8 h3::after {
    display: none;
}.ideal-participants-SO8 ul {
    gap: 25px;
}.ideal-participants-SO8 ul li {
    padding: 30px 20px;
}.ideal-participants-SO8 ul li svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 767px) {.program-information-FZo {
    padding: 60px 0;
}.program-information-FZo .learn-plan-zQR {
    padding: 200px 30px 40px 30px;
}.program-information-FZo .img-display-nb1 {
    height: 180px;
}.program-information-FZo .header-navbar-sF7 {
    top: 140px;
    left: 30px;
}.program-information-FZo .header-navbar-sF7 svg {
    width: 60px;
}.program-information-FZo h3 {
    font-size: calc(29px * 0.8);
}.program-information-FZo p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.meet-us-juK {
    padding: 80px 0;
}.meet-us-juK .text-area-WfD {
    padding: 2rem;
}.meet-us-juK h5 {
    font-size: calc(19px * 0.9);
}.meet-us-juK p b {
    font-size: calc(18px * 0.9);
}.meet-us-juK ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.meet-us-juK .text-area-WfD::after {
    height: 60px;
    width: 60px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main-pro-Kal {
    padding: 0.8rem 1.5rem;
}header .header-navbar-sF7 {
    max-width: 140px;
}header .header-base-FkS img {
    max-height: 35px;
}header .nav-base-Sq4 {
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .nav-base-Sq4::-webkit-scrollbar {
    height: 3px;
}header .nav-base-Sq4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(182,175,202,0.5);
}header .nav-lesson-wFP {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav-lesson-wFP a {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}
}



@media (max-width: 992px) {.training-structure-D02 {
    padding: 5rem 1.5rem;
}.training-structure-D02::before {
    background-size: 30px 30px;
}.training-structure-D02 h3 {
    font-size: calc(29px * 0.9);
}.training-structure-D02 .learn-academy-uSL::before {
    height: 150px;
    left: -70px;
    top: -30px;
    width: 150px;
}.training-structure-D02 .learn-academy-uSL::after {
    height: 150px;
    width: 150px;
    right: -30px;
    bottom: -70px;
}
}



@media (min-width: 769px) {.cert-display-4Hz .input_holder {
    flex-direction: row;
}.cert-display-4Hz .discover-learning-xAm {
    width: auto;
}
}

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(182,175,202,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}



@keyframes scaleIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



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



@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

