﻿header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    position: relative;
    padding: 0;
    overflow: visible;
    background: rgb(226,224,230);
}

.contact-box-hZW::before {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "";
    left: 0;
}

.contact-box-hZW .connect-message-zVs::after {
    border-radius: 50%;
    bottom: -150px;
    z-index: 0;
    height: 300px;
    content: "";
    right: -150px;
    width: 300px;
    position: absolute;
    background: rgb(143,110,175,0.5);
}

.contact-box-hZW .feedback-support-HXL div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-box-hZW .feedback-support-HXL div:hover svg path {
    fill: rgb(143,110,175);
}

.contact-box-hZW .feedback-support-HXL div span a:hover {
    color: rgb(182,175,202);
}

.contact-box-hZW form {
    flex-direction: column;
    display: flex;
}

.contact-box-hZW form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact-box-hZW .help-feedback-Mfc input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.contact-box-hZW .help-feedback-Mfc input[type="checkbox"]:checked + label::before {
    background-color: rgb(182,175,202);
}

.contact-box-hZW .help-feedback-Mfc label a:hover {
    text-decoration: underline;
    color: rgb(143,110,175);
}

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

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

.pricing-plan-card-nmc .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.pricing-plan-card-nmc .qtr-cost-By2 {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
}

.pricing-plan-card-nmc .value-pricing-t36 {
    display: grid;
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.pricing-plan-card-nmc .plan-pricing-og8:nth-child(3) {
    --i: 3;
}

.pricing-plan-card-nmc .plan-pricing-og8:hover .price-schemes-zog {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(182,175,202,0.5), 0.1);
}

.pricing-plan-card-nmc .member-fees-bgH {
    margin: 20px 0;
    font-weight: 700;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(143,110,175);
    font-size: calc(21px + 4px);
}

.pricing-plan-card-nmc .img-display-nb1::after {
    position: absolute;
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    left: 0;
}

.gratNote-khZ .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1140px;
}

.gratNote-khZ h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(182,175,202), rgb(143,110,175));
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    height: 4px;
}

.gratNote-khZ ul::before {
    width: 4px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    height: 0;
    content: "";
    left: -20px;
    background: linear-gradient(to bottom, rgb(182,175,202), rgb(143,110,175));
    top: 0;
    position: absolute;
}

.landing-page-vm7 {
    display: flex;
    position: relative;
    padding: 2rem;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    z-index: 1;
}

.landing-page-vm7 > div {
    position: relative;
    flex-direction: column;
    display: flex;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
    transform: translateY(1.5rem);
    opacity: 0;
}

.landing-page-vm7 .fast-knowledge-HSj {
    border-radius: 3px;
    transform: translateY(2rem);
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
}

.ideal-participants-SO8::before {
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 20%, rgb(182,175,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(143,110,175,0.5) 0%, transparent 40%);
    top: 0;
    content: '';
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
}

.ideal-participants-SO8 ul {
    margin: 0;
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.ideal-participants-SO8 ul li::after {
    z-index: -1;
    position: absolute;
    height: 100px;
    background: rgb(182,175,202,0.5);
    width: 100px;
    border-radius: 50%;
    transition: all 0.6s ease;
    opacity: 0.1;
    left: -50px;
    bottom: -50px;
    content: '';
}

.ideal-participants-SO8 ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(182,175,202);
}

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

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

.modalCookieAgreement-nm8 {
    z-index: 90;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(182,175,202);
    bottom: 0;
    background: rgb(226,224,230);
}

.modalCookieAgreement-nm8 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.data-control-78O svg, .data-control-78O svg path, .data-control-78O img {
    height: 100px;
    width: 100px;
    fill: rgb(182,175,202);
}

.warp-container-7ZM .data-control-78O {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 50%;
    background:rgb(182,175,202);
    width: 80px;
}

.program-information-FZo::before {
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(182,175,202,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(143,110,175,0.5) 0%, transparent 60%);
}

.program-information-FZo .img-display-nb1 {
    animation: morphShape 15s infinite alternate ease-in-out;
    position: absolute;
    right: 3%;
    overflow: hidden;
    z-index: 2;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    height: 440px;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.program-information-FZo .header-navbar-sF7 svg {
    position: relative;
    height: auto;
    width: 70px;
    z-index: 2;
    fill: #ffffff;
}

.program-information-FZo h3::after {
    border-radius: 3px;
    width: 60px;
    background: linear-gradient(90deg, rgb(182,175,202), rgb(143,110,175));
    bottom: -10px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
}

.secure-safehold-VZY {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2em 3em;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    color: #000000;
}

.secure-safehold-VZY h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 37px;
    color: rgb(143,110,175);
}

.secure-safehold-VZY h6 {
    font-size: 18px;
}

.secure-safehold-VZY li {
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #000000;
}


.secure-safehold-VZY h1::before {
    margin-bottom: 0.5em;
    content: "";
    background-color: rgb(182,175,202);
    display: block;
    height: 3px;
    width: 50px;
}

.secure-safehold-VZY a:hover {
    color: rgb(143,110,175);
    border-bottom: 1px solid rgb(143,110,175);
}

.meet-us-juK::after {
    opacity: 0.6;
    width: 40%;
    content: "";
    top: -10%;
    filter: blur(20px);
    z-index: 2;
    animation: float 12s infinite ease-in-out;
    height: 70%;
    background: linear-gradient(45deg, transparent, rgb(143,110,175,0.5), transparent);
    position: absolute;
    right: -10%;
    transform: rotate(-15deg) skewX(30deg);
}

.meet-us-juK h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    color: rgb(182,175,202);
    display: inline-block;
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: 700;
}

.meet-us-juK ol {
    margin: 0;
    counter-reset: item;
    padding-left: 1.5rem;
    list-style: none;
}

.meet-us-juK ol li::before {
    border-radius: 50%;
    height: 10px;
    opacity: 0.5;
    transform: scale(0.8);
    left: -1.5rem;
    content: "";
    width: 10px;
    background: rgb(143,110,175);
    top: 0.5rem;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

header .header-navbar-sF7 {
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    perspective: 800px;
}

header .header-base-FkS:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .header-base-FkS img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .nav-lesson-wFP {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}

header .nav-lesson-wFP a::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(182,175,202,0.5) 0%, 
        rgb(143,110,175,0.5) 100%
    );
    content: '';
    border-radius: 10px;
    height: 100%;
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    transform: translateZ(-5px);
    opacity: 0;
    left: 0;
}



@supports not (transform-style: preserve-3d) {header .header-base-FkS:hover {
    transform: translateY(-3px);
}header .nav-lesson-wFP a:hover {
    transform: translateY(-3px);
}}

.educational-rewards-Z4U h5::after {
    position: absolute;
    content: "";
    bottom: -20px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
}

.educational-rewards-Z4U .learn-academy-uSL:hover .img-display-nb1 {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.educational-rewards-Z4U .text-area-WfD:hover::before {
    opacity: 0.8;
}

.educational-rewards-Z4U li {
    transition: transform 0.3s ease;
    position: relative;
}

.educational-rewards-Z4U li:hover {
    transform: translateX(5px);
}

.educational-rewards-Z4U li p svg {
    position: relative;
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(0.95);
    margin-top: 3px;
    flex-shrink: 0;
}

.training-structure-D02::after {
    top: -150px;
    animation: pulseGlow 8s ease-in-out infinite alternate;
    right: -150px;
    background: rgb(182,175,202,0.5);
    position: absolute;
    width: 300px;
    height: 300px;
    filter: blur(100px);
    opacity: 0.5;
    border-radius: 50%;
    content: "";
}

.training-structure-D02 h3 {
    position: relative;
    padding-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
}

.training-structure-D02 span {
    max-width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
    z-index: 2;
    color: #000000;
    border-radius: 16px;
}

.instructor-profile-FBj .testimonial-sharing-YTR {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.instructor-profile-FBj .career-section-YnU {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    margin-top: -40px;
    overflow: hidden;
    padding: 60px 40px 40px;
}

.instructor-profile-FBj .career-section-YnU > div:nth-child(2) {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.4s ease 0.1s;
    transform: translateX(0);
    opacity: 0.8;
    color: rgb(143,110,175);
    letter-spacing: 0.5px;
}

.cert-display-4Hz::after {
    content: '';
    z-index: 2;
    animation: glowLine 3s infinite alternate;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(182,175,202), transparent);
    right: 0;
    position: absolute;
}



.cert-display-4Hz .info_item {
    min-width: 200px;
    flex: 1;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}

.cert-display-4Hz .info_item svg {
    fill: rgb(143,110,175);
    width: 1.25rem;
    height: 1.25rem;
    transition: fill 0.3s ease;
}

.cert-display-4Hz .info_item a:hover svg {
    fill: rgb(182,175,202);
}

.cert-display-4Hz .header-navbar-sF7 {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.cert-display-4Hz .digital-res-XWu {
    font-size: calc(16px - 1px);
    opacity: 0.7;
    max-width: 280px;
    color: #ffffff;
    line-height: 1.5;
}

.cert-display-4Hz .main-mainbar-BOj {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}

.cert-display-4Hz .main-mainbar-BOj a:hover {
    color: rgb(182,175,202);
    transform: translateX(5px);
    opacity: 1;
}

.cert-display-4Hz .subscribe_holder {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(143,110,175,0.5);
    border-radius: 23px;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.25rem;
    overflow: hidden;
    display: flex;
    position: relative;
}

.cert-display-4Hz .discover-learning-xAm {
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    background: rgb(182,175,202);
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    width: 100%;
}

.cert-display-4Hz .hackathon-nYm {
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
}


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



@media (min-width: 1200px) {.pricing-plan-card-nmc .rate-schemes-cLz {
    flex-direction: row-reverse;
}.pricing-plan-card-nmc .qtr-cost-By2 {
    padding-left: 50px;
    width: 30%;
    margin-bottom: 0;
}.pricing-plan-card-nmc .value-pricing-t36 {
    width: 70%;
}.pricing-plan-card-nmc .qtr-cost-By2 h2 {
    font-size: calc(35px + 4px);
}
}



@media (max-width: 992px) {.gratNote-khZ {
    padding: 5rem 0;
}.gratNote-khZ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.gratNote-khZ .learn-academy-uSL {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.gratNote-khZ {
    padding: 3rem 0;
}.gratNote-khZ h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.gratNote-khZ .learn-academy-uSL {
    transform: none;
    padding: 1.5rem;
}.gratNote-khZ ul::before {
    left: -12px;
}.gratNote-khZ li::before {
    left: -25px;
    height: 20px;
    width: 20px;
    top: -2px;
}.gratNote-khZ li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 768px) {.ideal-participants-SO8 ul li {
    max-width: 400px;
    width: 100%;
}.ideal-participants-SO8 ul li:nth-child(3n+1),
    .ideal-participants-SO8 ul li:nth-child(3n+2),
    .ideal-participants-SO8 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (prefers-reduced-motion: reduce) {.ideal-participants-SO8 ul li {
    opacity: 1;
    animation: none;
}.ideal-participants-SO8 ul li:hover {
    transform: none;
}.ideal-participants-SO8 ul li:hover svg {
    transform: none;
}}



@media (max-width: 1199px) {.program-information-FZo .learn-plan-zQR {
    padding: 50px 50% 50px 50px;
}.program-information-FZo .img-display-nb1 {
    width: 42%;
    height: 85%;
}
}



@media (max-width: 480px) {.program-information-FZo {
    padding: 40px 0;
}.program-information-FZo .learn-plan-zQR {
    padding: 180px 25px 30px 25px;
}.program-information-FZo .img-display-nb1 {
    height: 160px;
}.program-information-FZo .header-navbar-sF7 {
    left: 25px;
    top: 120px;
}.program-information-FZo .header-navbar-sF7 svg {
    width: 50px;
}.program-information-FZo h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.program-information-FZo p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 480px) {.meet-us-juK {
    padding: 60px 0;
}.meet-us-juK .text-area-WfD {
    padding: 1.5rem;
}.meet-us-juK h5 {
    margin-bottom: 1rem;
}.meet-us-juK p {
    margin-bottom: 1.5rem;
}.meet-us-juK .text-area-WfD::after {
    display: none;
}.meet-us-juK ol {
    padding-left: 1rem;
}.meet-us-juK ol li::before {
    left: -1rem;
}
}



@media (max-width: 479px) {header .main-pro-Kal {
    padding: 0.7rem 1.2rem;
}header .header-navbar-sF7 {
    max-width: 120px;
}header .nav-lesson-wFP a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}header::after {
    height: 3px;
}
}



@media (min-width: 992px) {.educational-rewards-Z4U {
    padding: 150px 0 100px;
}.educational-rewards-Z4U .learn-academy-uSL {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.educational-rewards-Z4U .img-display-nb1 {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.educational-rewards-Z4U .text-area-WfD {
    padding: 50px;
}.educational-rewards-Z4U h5 {
    font-size: calc(20px * 1.2);
    margin-bottom: 70px;
}.educational-rewards-Z4U li p {
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 768px) {.instructor-profile-FBj .testimonial-sharing-YTR {
    align-items: center;
    flex-direction: row;
}.instructor-profile-FBj .img-display-nb1 {
    z-index: 5;
    margin-right: -80px;
    width: 180px;
    height: 180px;
    margin-left: 0;
}.instructor-profile-FBj .career-section-YnU {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}



@media (max-width: 1024px) {.cert-display-4Hz {
    padding: 4rem 0 1rem;
}.cert-display-4Hz .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.cert-display-4Hz .subscribe_holder {
    grid-column: span 2;
}
}



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



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



@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



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

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



@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(182,175,202,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(182,175,202);
    }
}

