* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
section {
    background-color: rgb(207,253,248);
}
.main-skill-rOF4 {
    flex: 1 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
.wrapper-bundle-lCZb {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.footer {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.thankYouBox-Bl5W {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(207,253,248);
    padding: 60px 0;
}
.thankYouBox-Bl5W .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(101,192,186,0.5);
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 17px;
    box-shadow: inset 0 0 10px rgb(101,192,186,0.5);
    max-width: 80%;
    width: 100%;
}
.thankYouBox-Bl5W h2 {
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
    color: rgb(101,192,186);
    text-transform: none;
    border-bottom: 2px solid rgb(101,192,186);
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.thankYouBox-Bl5W p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    width: 100%;
    text-align: left;
    border-left: 3px solid rgb(101,192,186);
    padding-left: 15px;
}
@media only screen and (max-width: 800px) {
    .thankYouBox-Bl5W {
        padding: 20px;
    }
    .thankYouBox-Bl5W .container {
        padding: 40px 20px;
    }
    .thankYouBox-Bl5W h2 {
        font-size: 31px;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
    }
    .thankYouBox-Bl5W p {
        font-size: 20px;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
}
.test-drive-fW2A {
    padding-bottom: 80px;
    padding-top: 80px;
}

.test-drive-fW2A h2 {
    color: rgb(33,101,131);
}

.test-drive-fW2A .button {
    background: rgb(33,101,131);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.test-drive-fW2A .button:hover {
    background: rgb(101,192,186);
}

.test-drive-fW2A .info-item-wrap-goye {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.test-drive-fW2A h2 {
    font-size: 37px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.test-drive-fW2A .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .test-drive-fW2A .info-item-wrap-goye {
        flex-direction: column;
    }

    .wrapper-bundle-lCZb section.test-drive-fW2A h2 {
        font-size: 26px;
    }

    .test-drive-fW2A h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .test-drive-fW2A .button {
        font-size: 24px;
    }

    .test-drive-fW2A {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-bundle-lCZb .test-drive-fW2A .info-item-wrap-goye {
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.wrapper-bundle-lCZb .test-drive-fW2A {
    background: #ffffff;
    position: relative;
    padding: 140px 0;
}

.wrapper-bundle-lCZb .test-drive-fW2A::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(33,101,131);
    top: 0;
    left: 0;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 90%, 0 75%);
}

.wrapper-bundle-lCZb .test-drive-fW2A::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(101,192,186);
    top: 0;
    left: 0;
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 88%, 0 65%);
}

.wrapper-bundle-lCZb .test-drive-fW2A h2 {
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

.wrapper-bundle-lCZb .test-drive-fW2A .button {
    padding: 12px 34px;
    border-radius: 0;
    border: 3px solid #ffffff;
    font-size: 20px;
    font-weight: 400;
    background: none;
}

.wrapper-bundle-lCZb .test-drive-fW2A .button:hover {
    background: rgb(33,101,131);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-lCZb .test-drive-fW2A {
        padding-top: 80px;
    }

    .wrapper-bundle-lCZb .test-drive-fW2A h2 {
        font-size: 30px;
    }

    .wrapper-bundle-lCZb .test-drive-fW2A::after {
        clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 90%, 0 75%);
    }
}header .head-mainwrap-pfFd {
    min-height: 100px;
    background: rgb(33,101,131);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 2px solid rgb(101,192,186);
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.head-mainwrap-pfFd .head-mainbar-eDty {
    display: flex;
    align-items: center;
}
.head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii {
    margin-right: 30px;
    border-right: 2px solid rgb(101,192,186);
    padding-right: 30px;
}
.head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii svg, 
.head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii img {
    height: 50px;
    width: auto;
    fill: #ffffff;
}
.head-mainwrap-pfFd .header-start-5sVU svg text {
    fill: #ffffff;
}
.head-mainwrap-pfFd .nav-class-HN1M {
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
    position: relative;
}
.head-mainwrap-pfFd .nav-teach-VLQ4 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.head-mainwrap-pfFd .nav-teach-VLQ4 a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    header .head-mainwrap-pfFd {
        flex-direction: column;
        align-items: flex-start;
        min-height: 80px;
        padding: 20px;
    }
    .head-mainwrap-pfFd .head-mainbar-eDty {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii svg, 
    .head-mainwrap-pfFd .head-mainbar-eDty .first-class-o8Ii img {
        height: 40px;
    }
    .head-mainwrap-pfFd .nav-class-HN1M {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .head-mainwrap-pfFd .nav-class-HN1M::before {
        width: 8px;
        height: 8px;
    }
    .head-mainwrap-pfFd .nav-teach-VLQ4 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .head-mainwrap-pfFd .nav-teach-VLQ4 a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(101,192,186);
        padding: 10px 15px;
    }
    .head-mainwrap-pfFd .nav-teach-VLQ4 a:last-child {
        border-bottom: none;
    }
}.instructor-history-R9lV {
    background: radial-gradient(circle, rgba(rgb(207,253,248), 0.9), rgba(rgb(101,192,186), 0.1));
    padding: 60px 20px;
    font-family: Merriweather, sans-serif;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px; 
}
.instructor-history-R9lV .container {
    max-width: 1200px;
    margin: 0 auto;
}
.instructor-history-R9lV .learning-feedback-Tqjc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(rgb(101,192,186), 0.1), rgba(rgb(33,101,131), 0.2));
    border: 1px solid #000000;
    box-shadow: 0 4px 10px rgba(#000000, 0.3);
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    transition: box-shadow 0.3s ease, background 0.3s ease;
}
.instructor-history-R9lV .learning-feedback-Tqjc::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgb(101,192,186);
    pointer-events: none; 
    z-index: 0;
    opacity: 0.5;
}
.instructor-history-R9lV .learning-feedback-Tqjc .img-round-JVLE {
    width: 130px;
    height: 130px;
    background-size: cover;
    border: 3px solid #000000;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease, border 0.3s ease;
}
.instructor-history-R9lV .learning-feedback-Tqjc .img-round-JVLE::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
    transition: opacity 0.3s ease;
}
.instructor-history-R9lV .career-overview-taPr {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.instructor-history-R9lV .career-overview-taPr::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgb(101,192,186);
    transition: width 0.3s ease;
}
.instructor-history-R9lV .career-overview-taPr p.name {
    font-size: 48px;
    font-weight: 700;
    color: rgb(101,192,186);
    margin: 0;
    transition: color 0.3s ease;
}
.instructor-history-R9lV .career-overview-taPr p.experience-tasks-98XN {
    font-size: 22px;
    color: #000000;
    margin: 5px 0 0;
}
.instructor-history-R9lV .worker_info {
    text-align: center;
    border-top: 2px solid rgb(101,192,186,0.5);
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.instructor-history-R9lV .worker_info::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgb(33,101,131);
    border-radius: 2px;
}
.instructor-history-R9lV .worker_info p.emp-details-Rzkw {
    font-size: 13px;
    font-style: italic;
    color: rgb(33,101,131);
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgb(33,101,131,0.5);
}
.instructor-history-R9lV .worker_info p.career-table-a0WE {
    font-size: 13px;
    color: #000000;
    margin: 10px 0 0;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.instructor-history-R9lV .learning-feedback-Tqjc {
    animation: fadeInUp 1s ease-out;
}
@media only screen and (max-width: 800px) {
    .instructor-history-R9lV .learning-feedback-Tqjc {
        padding: 15px;
        margin-bottom: 20px;
    }
    .instructor-history-R9lV .learning-feedback-Tqjc .img-round-JVLE {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .instructor-history-R9lV .career-overview-taPr {
        margin-bottom: 15px;
    }
    
    .instructor-history-R9lV .worker_info {
        padding-top: 15px;
    }
}
.course-description-vnkz {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(101,192,186,0.5);
    box-shadow: 0 10px 20px rgb(101,192,186,0.5);
}

.course-description-vnkz h2 {
    color: rgb(101,192,186);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.course-description-vnkz .info-item-wrap-goye {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.course-description-vnkz .skill-up-ksDY {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
}

.course-description-vnkz .job-classes-8vfp {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.course-description-vnkz .main-skill-rOF4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

.course-description-vnkz .main-skill-rOF4:hover {
    background-color: rgb(101,192,186,0.5);
}

.course-description-vnkz .img-round-JVLE {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgb(101,192,186);
}

.course-description-vnkz .text-pod-6sPl {
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.course-description-vnkz .text-pod-6sPl:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.course-description-vnkz h3 {
    color: rgb(101,192,186);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.course-description-vnkz p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-description-vnkz .button {
    background: rgb(101,192,186);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.course-description-vnkz .button:hover {
    background: rgb(33,101,131);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .course-description-vnkz {
        padding: 50px 0;
    }

    .course-description-vnkz .skill-up-ksDY {
        flex-direction: column;
        gap: 20px;
    }

    .course-description-vnkz .job-classes-8vfp {
        width: 100%;
        margin-bottom: 20px;
    }

    .course-description-vnkz .img-round-JVLE {
        height: 200px;
    }
}

.wrapper-bundle-lCZb .course-description-vnkz {
    background: none;
    border: none;
    box-shadow: none;
}

.wrapper-bundle-lCZb .course-description-vnkz .skill-up-ksDY {
    width: 100%;
    flex-direction: column;
}

.wrapper-bundle-lCZb .course-description-vnkz .job-classes-8vfp .main-skill-rOF4 {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.wrapper-bundle-lCZb .course-description-vnkz .img-round-JVLE {
    border-radius: 30px;
    width: 100%;
    height: 400px;
    margin: 0 0 20px 0;
}

.wrapper-bundle-lCZb .course-description-vnkz .text-pod-6sPl {
    border-radius: 30px;
    border: 3px solid rgb(101,192,186);
    width: 80%;
    margin-top: -100px;
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.wrapper-bundle-lCZb .course-description-vnkz h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.wrapper-bundle-lCZb .course-description-vnkz .button {
    display: inline-block;
    width: fit-content;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 30px;
    background: rgb(101,192,186);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrapper-bundle-lCZb .course-description-vnkz .button:hover {
    background: rgb(33,101,131);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-lCZb .course-description-vnkz .img-round-JVLE {
        width: 100%;
        height: 250px;
    }

    .wrapper-bundle-lCZb .course-description-vnkz .text-pod-6sPl {
        width: 90%;
        margin-top: -50px;
        padding: 15px;
    }

    .wrapper-bundle-lCZb .course-description-vnkz h3 {
        font-size: 21px;
    }
}
.course-methodology-xAOP {
    position: relative;
    background: linear-gradient(
        135deg,
        rgb(101,192,186,0.5) 0%,
        rgb(207,253,248) 50%,
        rgb(33,101,131,0.5) 100%
    );
    padding: 180px 0;
    overflow: hidden;
}

.course-methodology-xAOP::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 20% 20%,
            rgb(101,192,186,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgb(33,101,131,0.5) 0%,
            transparent 30%
        );
    filter: blur(60px);
    opacity: 0.6;
}

.course-methodology-xAOP::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(33,101,131,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(101,192,186,0.5) 100%);
    background-size: 20px 20px;
    opacity: 0.3;
    animation: hologramGrid 15s linear infinite;
}

@keyframes hologramGrid {
    0% {
        background-position: 0 0;
        opacity: 0.1;
    }
    50% {
        background-position: 10px 10px;
        opacity: 0.3;
    }
    100% {
        background-position: 20px 20px;
        opacity: 0.1;
    }
}

.course-methodology-xAOP .learning-units-gRlo {
    position: relative;
    z-index: 2;
}

.course-methodology-xAOP .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.course-methodology-xAOP .img-round-JVLE {
    width: 90%;
    height: 500px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    transform: perspective(1000px) rotateX(10deg);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
}

.course-methodology-xAOP .img-round-JVLE::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgb(101,192,186,0.5) 100%
    );
    mix-blend-mode: screen;
}

.course-methodology-xAOP .img-round-JVLE::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid rgb(101,192,186,0.5);
    backdrop-filter: blur(5px);
    animation: borderPulse 4s ease-in-out infinite;
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgb(101,192,186,0.5);
    }
    50% {
        border-color: rgb(33,101,131,0.5);
    }
}

.course-methodology-xAOP .info-item-wrap-goye {
    width: 80%;
    margin-top: -100px;
    position: relative;
    z-index: 3;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 2px;
}

.course-methodology-xAOP .info-item-wrap-goye::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        45deg,
        rgb(101,192,186),
        rgb(33,101,131)
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.course-methodology-xAOP .info-item-wrap-goye h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 30px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgb(33,101,131,0.5);
}

.course-methodology-xAOP .info-item-wrap-goye h3::before {
    content: '';
    width: 8px;
    height: 40px;
    background: linear-gradient(
        to bottom,
        rgb(101,192,186),
        rgb(33,101,131)
    );
    border-radius: 10px;
}

.course-methodology-xAOP .info-item-wrap-goye span {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    padding: 40px;
    position: relative;
    display: block;
}

.course-methodology-xAOP .info-item-wrap-goye span::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 40px;
    width: 60px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(33,101,131)
    );
}

.course-methodology-xAOP .info-item-wrap-goye span::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 60px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(101,192,186),
        transparent
    );
}

@media (max-width: 1200px) {
    .course-methodology-xAOP {
        padding: 140px 0;
    }

    .course-methodology-xAOP .img-round-JVLE {
        width: 95%;
        height: 450px;
    }

    .course-methodology-xAOP .info-item-wrap-goye {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .course-methodology-xAOP {
        padding: 100px 0;
    }

    .course-methodology-xAOP .img-round-JVLE {
        height: 400px;
        transform: perspective(1000px) rotateX(5deg);
    }

    .course-methodology-xAOP .info-item-wrap-goye {
        width: 90%;
        margin-top: -70px;
    }

    .course-methodology-xAOP .info-item-wrap-goye h3 {
        font-size: calc(36px * 0.9);
        padding: 25px 30px;
    }

    .course-methodology-xAOP .info-item-wrap-goye span {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .course-methodology-xAOP {
        padding: 80px 0;
    }

    .course-methodology-xAOP .img-round-JVLE {
        width: 100%;
        height: 300px;
        transform: none;
    }

    .course-methodology-xAOP .info-item-wrap-goye {
        width: 95%;
        margin-top: -50px;
    }

    .course-methodology-xAOP .info-item-wrap-goye h3 {
        font-size: calc(36px * 0.8);
        padding: 20px 25px;
    }

    .course-methodology-xAOP .info-item-wrap-goye h3::before {
        width: 6px;
        height: 30px;
    }

    .course-methodology-xAOP .info-item-wrap-goye span {
        padding: 25px;
    }
}.title-page-CXvk .info-item-wrap-goye {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
.title-page-CXvk .info-item-wrap-goye:after {
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(101,192,186,0.5);
    right: 0;
    width: 20%;
    clip-path: polygon(100% 50%, 50% 0, 100% 0, 100% 100%, 50% 100%);
}
.title-page-CXvk .img-round-JVLE {
    width: 100%;
}
.title-page-CXvk .text-pod-6sPl {
    display: flex;
    flex-direction: column;
    background: rgb(101,192,186);
    padding: 50px 0;
    color: #ffffff;
    width: 40%;
    flex-shrink: 0;
    padding-left: calc((100% - 1200px)/2);
    padding-right: 30px;
    position: relative;
}

.title-page-CXvk .text-pod-6sPl:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: calc(-50% + 1px);
    top:0;
    clip-path: polygon(0% 0%, 0 0, 50% 50%, 0 100%, 0% 100%);
    background: rgb(101,192,186);
}
.title-page-CXvk .text-pod-6sPl:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: calc(-50% + 1px);
    top:0;
    clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0 100%);
    background: rgb(101,192,186,0.5);
}
.title-page-CXvk .edu-open-SFrR {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.title-page-CXvk .edu-open-SFrR svg {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    margin-bottom: 10px;
}
.title-page-CXvk .edu-open-SFrR .h2 {
    font-size: 3.5rem;
    line-height: 1.3;
    margin: 0 0 3.5rem 0;
}
.title-page-CXvk .edu-open-SFrR span {
    font-size: 1.2rem;
}
.title-page-CXvk .text-pod-6sPl .button {
    padding: 10px 20px;
    background: rgb(33,101,131);
    color: #ffffff;
    text-decoration: none;
    width: fit-content;
    transition: all 0.5s ease-out;
}
.title-page-CXvk .text-pod-6sPl .button:hover {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) {
    .title-page-CXvk .text-pod-6sPl {
        padding-left: 20px;
        width: 60%;
    }
}
@media only screen and (max-width: 800px) {
    .title-page-CXvk .text-pod-6sPl {
        width: 100%;
    }
    .title-page-CXvk .info-item-wrap-goye {
        flex-direction: column;
    }
    .title-page-CXvk .img-round-JVLE {
        height: 200px;
    }
    .title-page-CXvk .info-item-wrap-goye:after {
        height: 200px;
    }
}header .top_plank {
    background: rgb(101,192,186);
    color:  #ffffff;
}
header .top_plank .header-row-bk4y div svg, header .top_plank .header-row-bk4y div svg path {
    fill: #ffffff;
}
header .top_plank .header-row-bk4y div span {
    color: #ffffff;
}
header .top_plank .header-row-bk4y {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .header-row-bk4y div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .header-row-bk4y div img, header .top_plank .header-row-bk4y div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}footer {
    background: rgb(33,101,131);
    color: #ffffff;
}

footer .edu-links-PMLf {
    background: rgb(101,192,186);
}

footer .first-class-o8Ii svg, footer .first-class-o8Ii svg path {
    fill: rgb(101,192,186);
}

footer h5 {
    color: rgb(101,192,186);
}

footer .menu a {
    color: #ffffff;
}

footer .cookie-ctrl-8xAr {
    color: #ffffff;
}

footer .cookie-ctrl-8xAr a {
    color: #ffffff;
    text-decoration: underline;
}

footer .support-inquiry-e0oD div svg, footer .support-inquiry-e0oD div svg path {
    fill: #ffffff;
}

footer .support-inquiry-e0oD div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .edu-links-PMLf {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .site-map-kt8I {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .first-class-o8Ii svg, footer .first-class-o8Ii img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .support-inquiry-e0oD {
    display: flex;
    flex-direction: column;
}

footer .support-inquiry-e0oD div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .support-inquiry-e0oD div img, footer .support-inquiry-e0oD div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .top-pagebar-qZIr {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .edu-links-PMLf {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .site-map-kt8I {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .site-map-kt8I {
        flex-direction: column;
    }

    footer .support-inquiry-e0oD {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-bundle-lCZb footer .footer {
    padding: 0;
    border-bottom: 3px solid rgb(101,192,186);
}

.wrapper-bundle-lCZb footer .site-map-kt8I {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.wrapper-bundle-lCZb footer .top-pagebar-qZIr {
    flex-direction: row;
}

.wrapper-bundle-lCZb footer .menu a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(101,192,186);
    font-size: 20px;
    color: #ffffff;
}

.wrapper-bundle-lCZb footer .edu-links-PMLf {
    background: rgb(101,192,186,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-bundle-lCZb footer .cookie-ctrl-8xAr {
    text-align: right;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-lCZb footer .top-pagebar-qZIr {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-bundle-lCZb footer .menu a {
        padding-left: 0;
        font-size: 18px
    }

    .wrapper-bundle-lCZb footer .menu a:first-child {
        margin-bottom: 10px;
    }

    .wrapper-bundle-lCZb footer .site-map-kt8I {
        padding: 20px 10px;
    }

    .wrapper-bundle-lCZb footer .cookie-ctrl-8xAr {
        text-align: center;
    }

    .wrapper-bundle-lCZb footer .cookie-ctrl-8xAr a {
        display: block;
        margin-top: 5px;
    }
}
.about-this-6NpH {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    color: #ffffff;
}

.about-this-6NpH::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.15;
}

.about-this-6NpH::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    opacity: 0.2;
    animation: rotateBackground 60s linear infinite;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this-6NpH .container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-this-6NpH h2 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 80px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.about-this-6NpH h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: rgb(101,192,186);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.about-this-6NpH h2::after {
    content: attr(data-text);
    position: absolute;
    top: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.15em;
    letter-spacing: 5px;
    color: rgb(101,192,186);
    white-space: nowrap;
}

.about-this-6NpH .value-prop-IUsK {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}

.about-this-6NpH .path-edu-ZElv {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 40px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.about-this-6NpH .path-edu-ZElv:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgb(101,192,186,0.5);
}

.about-this-6NpH .path-edu-ZElv:first-child:hover {
    border-color: rgb(101,192,186,0.5);
}

.about-this-6NpH .path-edu-ZElv:last-child:hover {
    border-color: rgb(33,101,131,0.5);
}

.about-this-6NpH .path-edu-ZElv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: rgb(101,192,186);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s ease;
}

.about-this-6NpH .path-edu-ZElv:last-child::before {
    background: rgb(33,101,131);
}

.about-this-6NpH .path-edu-ZElv:hover::before {
    transform: scaleY(1);
}

.about-this-6NpH .path-edu-ZElv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgb(101,192,186,0.5);
    border-radius: 50%;
    opacity: 0.05;
    filter: blur(40px);
    z-index: -1;
}

.about-this-6NpH .path-edu-ZElv:last-child::after {
    background: rgb(33,101,131,0.5);
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.about-this-6NpH .path-edu-ZElv h3 {
    font-size: 19px;
    color: rgb(101,192,186);
    margin-bottom: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.about-this-6NpH .path-edu-ZElv:last-child h3 {
    color: rgb(33,101,131);
}

.about-this-6NpH .path-edu-ZElv h3::before {
    content: "";
    width: 8px;
    height: 8px;
    background: currentColor;
    margin-right: 15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about-this-6NpH .path-edu-ZElv p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

.about-this-6NpH .path-edu-ZElv:first-child {
    animation: slideUp 0.7s ease forwards;
}

.about-this-6NpH .path-edu-ZElv:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-this-6NpH .value-prop-IUsK::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(101,192,186,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(30px);
    z-index: -1;
}

.about-this-6NpH .value-prop-IUsK::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(101,192,186,0.5), rgb(33,101,131,0.5), transparent);
    bottom: -30px;
    left: 0;
}

@media (max-width: 1100px) {
    .about-this-6NpH {
        padding: 100px 0 80px;
    }
    
    .about-this-6NpH h2 {
        font-size: calc(45px * 0.9);
        margin-bottom: 60px;
    }
    
    .about-this-6NpH .path-edu-ZElv {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .about-this-6NpH {
        padding: 80px 0 60px;
    }
    
    .about-this-6NpH h2 {
        font-size: calc(45px * 0.8);
        margin-bottom: 50px;
    }
    
    .about-this-6NpH .value-prop-IUsK {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-this-6NpH .path-edu-ZElv {
        padding: 30px;
    }
    
    .about-this-6NpH .path-edu-ZElv:last-child {
        animation-delay: 0.1s;
    }
}

@media (max-width: 576px) {
    .about-this-6NpH {
        padding: 60px 0 50px;
    }
    
    .about-this-6NpH h2 {
        font-size: calc(31px);
        margin-bottom: 40px;
    }
    
    .about-this-6NpH h2::before {
        width: 50px;
        height: 3px;
        bottom: -15px;
    }
    
    .about-this-6NpH .value-prop-IUsK {
        gap: 30px;
    }
    
    .about-this-6NpH .path-edu-ZElv {
        padding: 25px;
    }
    
    .about-this-6NpH .path-edu-ZElv h3 {
        font-size: calc(19px * 0.9);
        margin-bottom: 20px;
    }
    
    .about-this-6NpH .path-edu-ZElv p {
        font-size: calc(17px * 0.95);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-this-6NpH::after {
        animation: none;
    }
    
    .about-this-6NpH .about_us_description,
    .about-this-6NpH .path-edu-ZElv::before {
        transition: none;
    }
    
    .about-this-6NpH .path-edu-ZElv:hover {
        transform: none;
    }
    
    .about-this-6NpH .path-edu-ZElv:first-child,
    .about-this-6NpH .path-edu-ZElv:last-child {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@supports not (backdrop-filter: blur(10px)) {
    .about-this-6NpH .path-edu-ZElv {
        background: rgba(30, 30, 30, 0.7);
    }
}
.advantages-summary-umdf .learning-edge-RZ2N h2 {
    color: rgb(33,101,131);
}

.advantages-summary-umdf .value-learn-O7wt svg, .advantages-summary-umdf .value-learn-O7wt svg path {
    fill: rgb(101,192,186);
}

.advantages-summary-umdf .value-learn-O7wt p {
    color: #000000;
}

.advantages-summary-umdf .value-learn-O7wt b {
    color: rgb(101,192,186);
}

.advantages-summary-umdf {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-summary-umdf .program-edges-hz8W {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-summary-umdf .learning-edge-RZ2N {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-summary-umdf .learning-edge-RZ2N h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.advantages-summary-umdf .learning-edge-RZ2N h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-summary-umdf .study-advantages-xH8h {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-summary-umdf .value-learn-O7wt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-summary-umdf .value-learn-O7wt svg, .advantages-summary-umdf .value-learn-O7wt img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-lCZb .advantages-summary-umdf .program-edges-hz8W .value-learn-O7wt {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-summary-umdf .learning-edge-RZ2N h2 {
        font-size: 30px;
    }

    .advantages-summary-umdf .program-edges-hz8W {
        flex-direction: column;
    }

    .advantages-summary-umdf {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundle-lCZb .advantages-summary-umdf .program-edges-hz8W .value-learn-O7wt {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle-lCZb .advantages-summary-umdf {
    position: relative;
    background: linear-gradient(135deg, rgb(101,192,186,0.5), rgb(33,101,131,0.5));
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.wrapper-bundle-lCZb .advantages-summary-umdf::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(101,192,186) 0%, transparent 70%);
    opacity: 0.3;
    z-index: 0;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .learning-edge-RZ2N {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #000000;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .learning-edge-RZ2N h2 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(33,101,131);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px #ffffff;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .study-advantages-xH8h {
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .program-edges-hz8W {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .value-learn-O7wt {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px;
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .value-learn-O7wt:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.wrapper-bundle-lCZb .advantages-summary-umdf .smart-benefits-RKxa {
    margin-bottom: 20px;
}

.wrapper-bundle-lCZb .advantages-summary-umdf .smart-benefits-RKxa img,
.wrapper-bundle-lCZb .advantages-summary-umdf .smart-benefits-RKxa svg {
    width: 80px;
    height: 80px;
    fill: rgb(101,192,186);
}

.wrapper-bundle-lCZb .advantages-summary-umdf .value-learn-O7wt h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-lCZb .advantages-summary-umdf .value-learn-O7wt {
        flex: 1 1 calc(45% - 40px);
        max-width: calc(45% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-lCZb .advantages-summary-umdf .program-edges-hz8W {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-bundle-lCZb .advantages-summary-umdf .value-learn-O7wt {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 20px 0;
    }

    .wrapper-bundle-lCZb .advantages-summary-umdf .learning-edge-RZ2N h2 {
        font-size: 24px;
    }
}.reach-us-9aPc {
  position: relative;
  background: rgb(207,253,248);
  padding: 100px 0;
  overflow: hidden;
}

.reach-us-9aPc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(45deg, rgb(101,192,186,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(33,101,131,0.5) 25%, rgb(33,101,131,0.5) 50%, transparent 50%, transparent 75%, rgb(33,101,131,0.5) 75%, rgb(33,101,131,0.5)) -50px 0;
  background-size: 100px 100px;
  opacity: 0.03;
  z-index: 1;
  animation: backgroundMove 60s linear infinite;
}

.reach-us-9aPc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(101,192,186), rgb(33,101,131), transparent);
  animation: scanline 4s linear infinite;
}

.reach-us-9aPc .container {
  position: relative;
  z-index: 2;
}

.reach-us-9aPc .query-form-4im9 {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
  padding: 60px 50px;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.reach-us-9aPc .query-form-4im9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 20%, rgb(101,192,186,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(33,101,131,0.5) 0%, transparent 50%);
  opacity: 0.05;
  z-index: -1;
}

.reach-us-9aPc .query-form-4im9::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgb(101,192,186), rgb(33,101,131));
  z-index: 1;
}

.reach-us-9aPc h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.5px;
}

.reach-us-9aPc h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: rgb(101,192,186);
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 15px rgb(101,192,186);
  animation: pulse 3s infinite;
}

.reach-us-9aPc h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, rgb(101,192,186), transparent);
}

.reach-us-9aPc p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
}

.reach-us-9aPc p:last-of-type {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  border-left: 3px solid rgb(101,192,186);
  transition: all 0.3s ease;
}

.reach-us-9aPc p:last-of-type:hover {
  background: rgba(0, 0, 0, 0.04);
  transform: translateX(5px);
}

.reach-us-9aPc p svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  fill: rgb(101,192,186);
  filter: drop-shadow(0 0 2px rgb(101,192,186,0.5));
  transition: all 0.3s ease;
}

.reach-us-9aPc p:hover svg {
  transform: scale(1.1);
}

.reach-us-9aPc p svg path {
  fill: rgb(101,192,186);
  transition: fill 0.3s ease;
}

.reach-us-9aPc .assist-grid-Qest {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  padding-top: 20px;
}

.reach-us-9aPc .assist-grid-Qest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(33,101,131,0.5), transparent);
}

.reach-us-9aPc .connect-block-mOsP {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  overflow: hidden;
}

.reach-us-9aPc .connect-block-mOsP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(45deg, rgb(101,192,186,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(33,101,131,0.5));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.reach-us-9aPc .connect-block-mOsP::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, rgb(101,192,186), rgb(33,101,131), rgb(101,192,186));
  background-size: 200% 200%;
  border-radius: 17px;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: gradient-animation 6s linear infinite;
}

.reach-us-9aPc .connect-block-mOsP svg {
  width: 30px;
  height: 30px;
  fill: rgb(101,192,186);
  transition: all 0.4s ease;
}

.reach-us-9aPc .connect-block-mOsP svg path {
  fill: rgb(101,192,186);
  transition: fill 0.4s ease;
}

.reach-us-9aPc .connect-block-mOsP:hover {
  transform: translateY(-10px) scale(1.05);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.reach-us-9aPc .connect-block-mOsP:hover::before {
  opacity: 0.2;
}

.reach-us-9aPc .connect-block-mOsP:hover::after {
  opacity: 1;
}

.reach-us-9aPc .connect-block-mOsP:hover svg {
  transform: scale(1.1);
  fill: rgb(101,192,186);
}

.reach-us-9aPc .connect-block-mOsP:hover svg path {
  fill: rgb(101,192,186);
}

.reach-us-9aPc .connect-block-mOsP span {
  position: absolute;
  background: rgb(101,192,186);
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  animation: ripple 1s linear infinite;
  opacity: 0;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(101,192,186);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(101,192,186);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {
  .reach-us-9aPc {
    padding: 70px 0;
  }
  
  .reach-us-9aPc .query-form-4im9 {
    padding: 45px 35px;
  }
  
  .reach-us-9aPc h2 {
    font-size: calc(35px * 0.9);
  }
  
  .reach-us-9aPc .assist-grid-Qest {
    gap: 20px;
  }
  
  .reach-us-9aPc .connect-block-mOsP {
    width: 65px;
    height: 65px;
  }
  
  .reach-us-9aPc .connect-block-mOsP svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 768px) {
  .reach-us-9aPc {
    padding: 60px 0;
  }
  
  .reach-us-9aPc .query-form-4im9 {
    padding: 40px 30px;
  }
  
  .reach-us-9aPc h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 25px;
  }
  
  .reach-us-9aPc p {
    font-size: calc(17px * 0.95);
    margin-bottom: 25px;
  }
  
  .reach-us-9aPc p:last-of-type {
    padding: 12px 15px;
  }
  
  .reach-us-9aPc p svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }
  
  .reach-us-9aPc .assist-grid-Qest {
    justify-content: center;
    gap: 15px;
  }
  
  .reach-us-9aPc .connect-block-mOsP {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
  
  .reach-us-9aPc .connect-block-mOsP svg {
    width: 24px;
    height: 24px;
  }
  
  .reach-us-9aPc .connect-block-mOsP:hover {
    border-radius: 15px;
  }
}

@media (max-width: 576px) {
  .reach-us-9aPc {
    padding: 50px 0;
  }
  
  .reach-us-9aPc .query-form-4im9 {
    padding: 35px 25px;
  }
  
  .reach-us-9aPc h2 {
    font-size: calc(35px * 0.8);
    padding-left: 15px;
  }
  
  .reach-us-9aPc h2::before {
    width: 8px;
    height: 8px;
  }
  
  .reach-us-9aPc p {
    font-size: calc(17px * 0.9);
  }
  
  .reach-us-9aPc p:last-of-type {
    padding: 10px 12px;
  }
  
  .reach-us-9aPc p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .reach-us-9aPc .assist-grid-Qest {
    justify-content: space-around;
    gap: 12px;
  }
  
  .reach-us-9aPc .connect-block-mOsP {
    width: 55px;
    height: 55px;
    border-radius: 10px;
  }
  
  .reach-us-9aPc .connect-block-mOsP svg {
    width: 22px;
    height: 22px;
  }
  
  .reach-us-9aPc .connect-block-mOsP:hover {
    border-radius: 12px;
  }
}.confidential-armory-jTOY {
    background-color: rgb(33,101,131);
    color: #ffffff;
    padding: 50px;
    box-shadow: 0 0 15px rgb(101,192,186,0.5);
    font-family: Merriweather, sans-serif;
}
.confidential-armory-jTOY h3, .confidential-armory-jTOY h4, .confidential-armory-jTOY h5, .confidential-armory-jTOY h6 {
    margin: 1rem 0;
}
.confidential-armory-jTOY h1 {
    font-size: 41px;
    color: rgb(101,192,186);
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(101,192,186,0.5);
}
.confidential-armory-jTOY h2 {
    font-size: 30px;
    color: rgb(101,192,186);
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(33,101,131,0.5);
}
.confidential-armory-jTOY h3, .confidential-armory-jTOY h4, .confidential-armory-jTOY h5, .confidential-armory-jTOY h6 {
    margin-top: 30px;
    color: rgb(101,192,186);
}
.confidential-armory-jTOY h3 {
    font-size: calc(20px - 2px);
    font-weight: 700;
    text-shadow: 0 0 6px rgb(101,192,186,0.5);
}
.confidential-armory-jTOY h4 {
    font-size: calc(20px + 2px);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(101,192,186,0.5);
}
.confidential-armory-jTOY h5 {
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 0 3px rgb(101,192,186,0.5);
}
.confidential-armory-jTOY h6 {
    font-size: 17px;
    font-weight: 300;
    text-shadow: 0 0 2px rgb(101,192,186,0.5);
}
.confidential-armory-jTOY ul, .confidential-armory-jTOY ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.confidential-armory-jTOY li {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
.confidential-armory-jTOY li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: rgb(33,101,131);
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(33,101,131,0.5);
}
.confidential-armory-jTOY section {
    margin-top: 50px;
    border-top: 1px solid rgb(33,101,131,0.5);
    padding-top: 30px;
}
.confidential-armory-jTOY p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.confidential-armory-jTOY span {
    color: rgb(33,101,131);
    font-weight: 600;
    text-shadow: 0 0 4px rgb(33,101,131,0.5);
}
.confidential-armory-jTOY div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .confidential-armory-jTOY {
        padding: 30px;
        border-radius: 10px;
    }
    .confidential-armory-jTOY h1 {
        font-size: calc(20px - 8px);
    }
    .confidential-armory-jTOY h2 {
        font-size: calc(20px - 6px);
    }
    .confidential-armory-jTOY ul, .confidential-armory-jTOY ol {
        padding-left: 20px;
    }
    .confidential-armory-jTOY li {
        font-size: calc(12px - 1px);
    }
    .confidential-armory-jTOY p {
        font-size: calc(12px - 1px);
    }
}.course-beneficiaries-Z9s4 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course-beneficiaries-Z9s4 .info-item-wrap-goye {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course-beneficiaries-Z9s4 ul {
    list-style: none;
}

.course-beneficiaries-Z9s4 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course-beneficiaries-Z9s4 ul svg, .course-beneficiaries-Z9s4 ul svg path {
    fill: rgb(101,192,186);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course-beneficiaries-Z9s4 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course-beneficiaries-Z9s4 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 {
    padding: 70px 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 .info-item-wrap-goye {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    padding: 60px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(101,192,186,0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: auto;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 .info-item-wrap-goye:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 h2 {
    font-family: Merriweather, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: rgb(101,192,186);
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(101,192,186,0.5);
    width: 100%;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 .info-item-wrap-goye:hover h2 {
    color: rgb(33,101,131);
    border-color: rgb(33,101,131);
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul li {
    font-family: Merriweather, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgb(101,192,186,0.5);
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul li:hover {
    color: rgb(33,101,131);
    border-color: rgb(33,101,131);
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul svg, .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul svg path {
    margin-right: 12px;
    width: 25px;
    height: 25px;
    fill: rgb(101,192,186);
    transition: fill 0.3s ease;
    position: static;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul li:hover svg, .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul li:hover svg path {
    fill: rgb(33,101,131);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 {
        padding: 40px 0;
    }

    .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 .info-item-wrap-goye {
        padding: 30px 20px;
        width: 90%;
    }

    .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 h2 {
        font-size: calc(35px - 4px);
        margin-bottom: 20px;
    }

    .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul li {
        font-size: calc(14px - 2px);
        padding: 10px 0;
    }

    .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul svg, .wrapper-bundle-lCZb .course-beneficiaries-Z9s4 ul svg path {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(101,192,186,0.5) 0%, transparent 70%);
    z-index: 0;
    transition: opacity 0.3s ease;
}

.wrapper-bundle-lCZb .course-beneficiaries-Z9s4 .info-item-wrap-goye:hover::before {
    opacity: 0.5;
}.connect-with-us-a26H {
    padding-top: 80px;
    padding-bottom: 80px;
}
.connect-with-us-a26H h3 {
    color: rgb(33,101,131);
}
.connect-with-us-a26H .message-list-aq0r {
    background:rgb(207,253,248);
    border-radius: 10px;
}
.connect-with-us-a26H form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.connect-with-us-a26H form  .button {
    background: rgb(33,101,131);
    color:  #ffffff;
    border-radius: 100px;
}
.connect-with-us-a26H form  .button:hover {
    background: rgb(101,192,186);
}
.connect-with-us-a26H .info-item-wrap-goye {
    display: flex;
}
.connect-with-us-a26H .holder>div {
    width: 50%;
    padding: 40px;
}
.connect-with-us-a26H .message-list-aq0r form {
    display: flex;
    flex-direction: column;
}
.connect-with-us-a26H h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 18px;
}
.connect-with-us-a26H form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.connect-with-us-a26H form  .button {
    font-weight: 400;
    cursor: pointer;
}
.connect-with-us-a26H .support-message-hWn1 {
    display: flex;
    justify-content: space-between;
}
.connect-with-us-a26H  .inquiry-form-Uiw7 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect-with-us-a26H  .inquiry-form-Uiw7 label {
    display: block;
}
.connect-with-us-a26H  .inquiry-form-Uiw7 a {
    margin-left: 5px;
    color: rgb(101,192,186);
}
.connect-with-us-a26H .inquiry-links-dWCy {
    margin-bottom: 10px;
}
.connect-with-us-a26H  .inquiry-form-Uiw7 input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .connect-with-us-a26H .info-item-wrap-goye {
        flex-direction: column;
    }
    .connect-with-us-a26H .holder>div {
        width: 100%;
    }
    .connect-with-us-a26H {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connect-with-us-a26H h3 {
        font-size: 30px;
    }
}
.wrapper-bundle-lCZb .connect-with-us-a26H .info-item-wrap-goye {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}
.wrapper-bundle-lCZb .connect-with-us-a26H {
    background: linear-gradient(to right, rgb(101,192,186), rgb(207,253,248));
    padding-top: 100px;
}
.wrapper-bundle-lCZb .connect-with-us-a26H .message-list-aq0r {
    border-radius: 20px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 1;
    padding: 30px;

}
.wrapper-bundle-lCZb .connect-with-us-a26H .inquiry-links-dWCy {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrapper-bundle-lCZb .connect-with-us-a26H form {
    align-items: center;
}
.wrapper-bundle-lCZb .connect-with-us-a26H form input {
    background: none;
    border: none;
    border-bottom: 1px solid rgb(33,101,131);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}
.wrapper-bundle-lCZb .connect-with-us-a26H form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}
.wrapper-bundle-lCZb .connect-with-us-a26H .support-message-hWn1 {
    flex-direction: column;
    width: 100%;
}
.wrapper-bundle-lCZb .connect-with-us-a26H .support-message-hWn1 #surname {
    margin-left: 0;
}
.wrapper-bundle-lCZb .connect-with-us-a26H h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    margin: auto;
    top:-90px;
}
.wrapper-bundle-lCZb .connect-with-us-a26H .inquiry-form-Uiw7 {
    width: 100%;
}
.wrapper-bundle-lCZb .connect-with-us-a26H .inquiry-form-Uiw7 a {
    text-decoration: none;
    color: rgb(101,192,186);
}
.wrapper-bundle-lCZb .connect-with-us-a26H form .button {
    background: rgb(101,192,186);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .wrapper-bundle-lCZb .connect-with-us-a26H {
        padding-top: 80px;
    }
    .wrapper-bundle-lCZb .connect-with-us-a26H .holder>div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .wrapper-bundle-lCZb .connect-with-us-a26H form .button {
        width: 100%;
    }
    .wrapper-bundle-lCZb .connect-with-us-a26H h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.pricing-bundle-kOAD {
    background: rgb(207,253,248);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.pricing-bundle-kOAD::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(101,192,186,0.5) 0%,
        transparent 1px,
        transparent 10px
    );
    animation: gridMove 30s linear infinite;
}

.pricing-bundle-kOAD::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(101,192,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(33,101,131,0.5) 0%, transparent 50%);
    animation: glowPulse 10s ease-in-out infinite alternate;
}

.pricing-bundle-kOAD .container {
    position: relative;
    z-index: 2;
}

.pricing-bundle-kOAD .pricing-card-E8DC {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.pricing-bundle-kOAD .img-round-JVLE {
    height: 600px;
    margin: -120px calc((100vw - 100%) / -2) 80px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.pricing-bundle-kOAD .img-round-JVLE::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.pricing-bundle-kOAD .img-round-JVLE::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(101,192,186,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(33,101,131,0.5) 100%
    );
}

.pricing-bundle-kOAD h2 {
    font-size: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.pricing-bundle-kOAD h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(101,192,186), rgb(33,101,131));
    border-radius: 10px;
}

.pricing-bundle-kOAD h3 {
    font-size: 21px;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}

.pricing-bundle-kOAD .learning-package-ks41 {
    display: grid;
    gap: 40px;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin: 0 auto;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(2):last-child) .fee-board-A40n:first-child {
    transform: translateX(-30px);
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(2):last-child) .fee-board-A40n:last-child {
    transform: translateX(30px);
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(3):last-child) .fee-board-A40n:nth-child(2) {
    transform: translateY(-40px);
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) {
    grid-template-areas:
        "a a b b c c"
        "a a b b c c"
        "d d d d d d";
    gap: 30px;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) .fee-board-A40n:nth-child(1) {
    grid-area: a;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) .fee-board-A40n:nth-child(2) {
    grid-area: b;
    transform: translateY(-20px);
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) .fee-board-A40n:nth-child(3) {
    grid-area: c;
}

.pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) .fee-board-A40n:nth-child(4) {
    grid-area: d;
}

.pricing-bundle-kOAD .fee-board-A40n {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
}

.pricing-bundle-kOAD .fee-board-A40n::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent,
        rgb(101,192,186,0.5)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-bundle-kOAD .fee-board-A40n::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        to right,
        rgb(101,192,186),
        rgb(33,101,131)
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.pricing-bundle-kOAD .fee-board-A40n h3 {
    font-size: 21px;
    color: #000000;
    margin: 0;
    text-align: left;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(101,192,186), rgb(33,101,131));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
}

.pricing-bundle-kOAD .fee-board-A40n .plan-cost-l50x {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.pricing-bundle-kOAD .fee-board-A40n span {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.pricing-bundle-kOAD .fee-board-A40n .button {
    background: #ffffff;
    color: rgb(101,192,186);
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid rgb(101,192,186);
}

.pricing-bundle-kOAD .fee-board-A40n:hover {
    transform: translate(-5px, -5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(101,192,186,0.5);
}

.pricing-bundle-kOAD .fee-board-A40n:hover::before {
    opacity: 0.1;
}

.pricing-bundle-kOAD .fee-board-A40n:hover::after {
    transform: scaleX(1);
}

.pricing-bundle-kOAD .fee-board-A40n:hover .button {
    background: linear-gradient(135deg, rgb(101,192,186), rgb(33,101,131));
    color: #ffffff;
    border-color: transparent;
}

@keyframes gridMove {
    0% {
        transform: translateX(-20px) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(-20px);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
}

@media (max-width: 1200px) {
    .pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) {
        grid-template-areas:
            "a a b b"
            "c c d d";
        gap: 25px;
    }
    
    .pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) .fee-board-A40n {
        transform: none;
    }
}

@media (max-width: 991px) {
    .pricing-bundle-kOAD {
        padding: 80px 0;
    }
    
    .pricing-bundle-kOAD .img-round-JVLE {
        height: 400px;
        margin: -80px calc((100vw - 100%) / -2) 60px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
    
    .pricing-bundle-kOAD .learning-package-ks41 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .pricing-bundle-kOAD .learning-package-ks41:has(.fee-board-A40n:nth-child(4):last-child) {
        grid-template-areas: none;
    }
    
    .pricing-bundle-kOAD .learning-package-ks41 .fee-board-A40n {
        grid-area: unset !important;
        transform: none !important;
    }
    
    .pricing-bundle-kOAD .fee-board-A40n {
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-bundle-kOAD {
        padding: 60px 0;
    }
    
    .pricing-bundle-kOAD .img-round-JVLE {
        height: 300px;
        margin: -60px calc((100vw - 100%) / -2) 40px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }
    
    .pricing-bundle-kOAD .learning-package-ks41 {
        grid-template-columns: 1fr !important;
        max-width: 400px;
        margin: 0 auto;
        gap: 20px;
    }
    
    .pricing-bundle-kOAD h2 {
        font-size: calc(38px * 0.9);
    }
    
    .pricing-bundle-kOAD h3 {
        font-size: calc(21px * 0.9);
        margin-bottom: 40px;
    }
    
    .pricing-bundle-kOAD .fee-board-A40n {
        padding: 25px;
        gap: 15px;
    }
    
    .pricing-bundle-kOAD .fee-board-A40n:hover {
        transform: translateY(-5px);
    }
}