﻿.main-navbar-id {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.ar-tools-id {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}


header {
    z-index: 1000;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(134,182,182,0.5), rgb(188,205,210));
    overflow: visible;
    position: relative;
}

header .first-lesson-id {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

header .head-learn-id:hover::after {
    opacity: 1;
    width: 80%;
}

header .head-learn-id svg {
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(188,205,210,0.5));
}

header .nav-page-id::before {
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    height: 100%;
}

header .main-class-id:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(188,205,210);
}

.mentorship-experience-id {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, #ffffff 100%);
    overflow: hidden;
}

.mentorship-experience-id .user-testimonials-id {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3rem;
}

.mentorship-experience-id .user-testimonials-id > div:nth-child(1) {
    grid-area: photo;
}

.mentorship-experience-id .user-testimonials-id > div:nth-child(3) {
    grid-area: quote;
}

.mentorship-experience-id .img-rounded-id::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

.mentorship-experience-id .name::after {
    left: 0;
    position: absolute;
    background: rgb(134,182,182);
    transform-origin: left;
    content: "";
    bottom: -10px;
    transition: transform 0.4s ease-out;
    transform: scaleX(0.7);
    width: 60px;
    height: 3px;
}

.mentorship-experience-id .work-details-id::before {
    font-family: Georgia, serif;
    opacity: 0.2;
    position: absolute;
    transform: translateZ(5px);
    left: -1.5rem;
    color: rgb(188,205,210,0.5);
    content: "";
    font-size: 6rem;
    transition: all 0.4s ease;
    top: -3.5rem;
}

footer .project-ref-id {
    z-index: 1;
    position: relative;
}

footer .contact-panel-id {
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(2) {
    transform: translateY(20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:nth-child(4) {
    transform: translateY(10px);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    max-width: 80%;
    text-align: center;
}

footer .header-edu-id:hover, footer .nav-page-id:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(134,182,182,0.5);
}

footer .nav-page-id::before {
    background-color: rgb(134,182,182);
    bottom: -50px;
    right: -50px;
}

footer .subscribe_holder::before {
    background-color: rgb(188,205,210);
    bottom: -50px;
    left: -50px;
}

footer .nav-page-id h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
}

footer .page-head-id {
    display: flex;
    justify-content: center;
    max-width: 300px;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

footer .page-head-id a:hover {
    background-color: rgb(134,182,182,0.5);
    transform: translateY(-3px);
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    font-size: 12px;
}

footer .abuse-ctrl-id {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

footer .knowl-base-id {
    padding: 8px 20px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(188,205,210,0.5);
}

.privacy-switch-id {
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    gap: 20px;
}

.cookie-popup-warning-id p {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.user-status-id:hover svg {
    transform: scale(1.1);
}

.accept-cookies-id {
    min-width: 140px;
    box-shadow: 0 0 15px rgb(188,205,210);
    white-space: nowrap;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 22px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    color: #000000;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 18px;
}

.sign-up-now-id::after {
    width: 200%;
    animation: rotateLightSource 15s infinite linear;
    pointer-events: none;
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    left: -50%;
    content: '';
    height: 200%;
    mix-blend-mode: overlay;
}

.sign-up-now-id div div span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: relative;
    transform: translateZ(30px);
}

.sign-up-now-id .contact-query-id::before {
    right: -2px;
    left: -2px;
    content: '';
    z-index: -1;
    opacity: 0;
    top: -2px;
    transform: translateZ(-5px);
    background: linear-gradient(45deg, 
        rgb(134,182,182), 
        rgb(188,205,210), 
        rgb(134,182,182));
    transition: opacity 0.4s ease;
    position: absolute;
    filter: blur(10px);
    bottom: -2px;
}

.sign-up-now-id .contact-query-id:hover::before {
    opacity: 0.7;
}

.sign-up-now-id .contact-query-id:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease;
    transform: translateY(0) translateZ(0);
}

.price-plan-id .bundle-price-id {
    flex-direction: column;
    display: flex;
}

.price-plan-id .fee-deals-id h2::after {
    height: 3px;
    content: "";
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(188,205,210);
    position: absolute;
}

.price-plan-id .learning-rates-id {
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.price-plan-id .cost-table-id h3 {
    position: relative;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: calc(21px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.price-plan-id .pay-options-id {
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.5);
    font-weight: 700;
    color: rgb(188,205,210);
}

.price-plan-id .img-rounded-id {
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.price-plan-id .learning-rates-id:hover .img-rounded-id {
    transform: scale(1.05);
}

.price-plan-id .learning-rates-id:nth-child(3n+1) {
    border-top: 3px solid rgb(188,205,210);
}

.course-highlights-id {
    position: relative;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}

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

.course-highlights-id .program-route-id {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
}

.course-highlights-id .img-rounded-id::after {
    opacity: 0.7;
    border-right: 4px solid rgb(188,205,210);
    border-top: 4px solid rgb(188,205,210);
    width: 60px;
    height: 60px;
    z-index: 2;
    position: absolute;
    right: -15px;
    top: -15px;
    content: "";
}

.course-highlights-id .description-wrap-id::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    transform-origin: top;
    left: -20px;
    height: 80%;
    content: "";
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform: scaleY(0);
    top: 10%;
}

.course-highlights-id p.description {
    padding-right: 1rem;
    position: relative;
    max-height: 400px;
    display: block;
    overflow-y: auto;
    scrollbar-color: rgb(134,182,182) transparent;
    scrollbar-width: thin;
}

.tyBlock-id::after {
    position: absolute;
    filter: blur(70px);
    height: 50%;
    opacity: 0.25;
    background: linear-gradient(145deg, rgb(188,205,210,0.5), rgb(134,182,182,0.5));
    z-index: 0;
    top: -10%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    right: -5%;
    width: 30%;
    content: "";
}

.tyBlock-id h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    box-shadow: 0 2px 10px rgba(rgb(188,205,210,0.5), 0.2);
    content: "";
    bottom: -1rem;
    width: 6rem;
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.8);
    height: 3px;
}

.tyBlock-id .learning-program-id::after {
    bottom: 0;
    content: "";
    z-index: 0;
    height: 30%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(233,236,237), 0.05));
    position: absolute;
}

.tyBlock-id:hover .learning-program-id {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}

.tyBlock-id span {
    line-height: 1.7;
    color: #000000;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    display: block;
    position: relative;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.newsletter-subscription-id::before {
    z-index: -1;
    animation: float 12s ease-in-out infinite;
    top: -10%;
    background: linear-gradient(225deg, rgb(188,205,210) 0%, rgb(188,205,210,0.5) 90%);
    opacity: 0.2;
    filter: blur(20px);
    height: 60%;
    content: '';
    width: 30%;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    right: -5%;
}

.newsletter-subscription-id .learning-program-id:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.newsletter-subscription-id h3::before {
    left: 0;
    border-radius: 2px;
    width: 4px;
    top: 0.5rem;
    content: '';
    transform: scaleY(0.7);
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    bottom: 0.5rem;
}

.newsletter-subscription-id .input_holder div {
    position: relative;
    flex: 1;
}

.newsletter-subscription-id .sub-unit-id::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}

.newsletter-subscription-id .sub-unit-id:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.newsletter-subscription-id .sub-material-id:hover {
    box-shadow: 0 6px 15px rgba(rgb(188,205,210,0.5), 0.3);
    transform: translateY(-2px);
}

.newsletter-subscription-id .sub-material-id::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    content: '';
    transition: transform 0.6s ease;
    height: 100%;
    left: 0;
    position: absolute;
}

.about-this-id .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.about-this-id .description-wrap-id {
    margin-left: auto;
    max-width: 90%;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%);
    position: relative;
}

.about-this-id h5 {
    font-size: 23px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    color: rgb(188,205,210);
    font-weight: 700;
}

.about-this-id p {
    margin: 0 0 20px;
    font-size: calc(14px * 1.2);
    line-height: 1.5;
    color: #000000;
}

.about-this-id ol {
    margin: 0;
    opacity: 0;
    padding: 0 0 0 20px;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
}

.secure-vault-id::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    background: linear-gradient(225deg, rgb(134,182,182,0.5) 0%, transparent 70%);
    transform: translateY(-15%) translateX(15%);
    right: 0;
    height: 30vh;
    opacity: 0.2;
    width: 30vw;
}

.secure-vault-id h1 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    color: #000000;
    position: relative;
    font-size: calc(40px * 1.1);
    font-weight: 700;
    margin-bottom: 2rem;
}

.secure-vault-id h2:hover {
    transform: translateX(5px);
}

.secure-vault-id h4 {
    font-size: calc(34px * 0.7);
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 1.5rem 0 1rem;
}

.secure-vault-id p {
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 13px;
    transform: translateY(0);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    max-width: 90ch;
    color: #000000;
}

.secure-vault-id ul {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.secure-vault-id li {
    transition: transform 0.3s ease;
    font-size: 13px;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
}

.secure-vault-id span {
    border-left: 2px solid rgb(188,205,210,0.5);
    color: #000000;
    font-size: 13px;
    padding: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    display: block;
    background: rgba(#ffffff, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: perspective(1000px) rotateX(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.title-greeting-id::after {
    height: 200%;
    left: -50%;
    opacity: 0.1;
    content: "";
    animation: lightSweep 12s infinite linear;
    transform: rotate(15deg);
    z-index: 2;
    top: -50%;
    width: 200%;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(188,205,210,0.5) 45%, transparent 50%);
}

.title-greeting-id .study-pro-id {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(30px) rotateX(2deg);
}

.title-greeting-id .study-pro-id:hover {
    transform: translateZ(40px) rotateX(0deg);
}

.title-greeting-id .study-pro-id > div {
    padding: 3rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.title-greeting-id .study-pro-id h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 2rem 0;
    padding-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    z-index: 5;
    font-weight: 400;
    font-size: calc(20px * 1.1);
    font-family: Arial, sans-serif;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.connect-form-id::after {
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    top: 0;
    left: 0;
}

.connect-form-id .img-rounded-id::after {
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(188,205,210,0.5), transparent 70%);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px 0 0 100px;
}

.connect-form-id .message-request-id::before {
    left: -100px;
    top: -100px;
    position: absolute;
    height: 200px;
    width: 200px;
    background: rgb(188,205,210,0.5);
    opacity: 0.05;
    border-radius: 50%;
    content: '';
}

.connect-form-id form h3 {
    margin-bottom: 30px;
    font-size: 19px;
    color: rgb(188,205,210);
    text-align: left;
}

.connect-form-id input[type="text"]:focus,
.connect-form-id textarea:focus {
    box-shadow: 0 0 15px rgb(188,205,210,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
    border-color: rgb(188,205,210,0.5);
}

.connect-form-id .reach-panel-id label {
    padding-left: 35px;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    color: #000000;
}

.connect-form-id .reach-panel-id input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 10px;
    border: solid #ffffff;
    content: '';
    top: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    width: 6px;
}

.connect-form-id .contact-query-id:hover {
    box-shadow: 0 5px 20px rgb(188,205,210,0.5);
    transform: translateY(-3px);
}

.connect-form-id .contact-query-id:hover::before {
    transform: translateY(0);
}

.connect-form-id .help-card-id {
    border-radius: 70px 0 0 70px;
    right: 0;
    width: 40%;
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    top: 50%;
    flex-direction: column;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 3;
}

.connect-form-id .support-info-idwCDW li {
    padding: 5px;
    display: flex;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: flex-start;
}

.connect-form-id .support-info-idwCDW svg path {
    fill: #ffffff;
}

.connect-form-id .support-info-idwCDW span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}


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



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .first-lesson-id {
    gap: 1.2rem;
}header .head-learn-id svg {
    width: 180px;
}header .nav-page-id {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main-class-id {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (min-width: 768px) {.mentorship-experience-id .user-testimonials-id {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    align-items: center;
    grid-template-areas:
            "photo info"
            "quote quote";
}.mentorship-experience-id .user-testimonials-id > div:nth-child(2) {
    padding-left: 2rem;
}.mentorship-experience-id .work-details-id {
    margin-top: 2rem;
}
}



@media (max-width: 767px) {.mentorship-experience-id .user-testimonials-id {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
    grid-template-areas:
            "img-rounded-id"
            "help-card-id"
            "work-details-id";
}.mentorship-experience-id .img-rounded-id {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.mentorship-experience-id .name {
    margin-top: 1.5rem;
    text-align: center;
}.mentorship-experience-id .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.mentorship-experience-id .user-testimonials-id:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship-experience-id .user-testimonials-id > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.mentorship-experience-id .work-details-id {
    margin-top: 1.5rem;
    text-align: left;
}}



@media (max-width: 576px) {.sign-up-now-id {
    padding: 2.5rem 1rem;
}.sign-up-now-id h6 {
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(21px * 0.85);
}.sign-up-now-id .contact-query-id {
    font-size: calc(16px * 0.85);
    padding: 0.75rem 1.75rem;
}.sign-up-now-id .container {
    gap: 1.5rem;
}
}



@media (prefers-reduced-motion) {.sign-up-now-id::after {
    animation: none;
}.sign-up-now-id .contact-query-id:hover,
    .sign-up-now-id .contact-query-id:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.sign-up-now-id h6,
    .sign-up-now-id .container,
    .sign-up-now-id div div span {
    transform: none;
}}



@media (max-width: 767px) {.price-plan-id {
    padding: 4rem 0;
}.price-plan-id .cost-table-id {
    padding: 1.5rem;
}.price-plan-id .cost-table-id h3 {
    font-size: 21px;
}.price-plan-id .pay-options-id {
    font-size: 21px;
}.price-plan-id .cost-table-id p {
    overflow-y: auto;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    max-height: 150px;
}.price-plan-id .img-rounded-id {
    height: 150px;
}
}



@media (min-width: 992px) {.course-highlights-id {
    padding: 9rem 0;
}.course-highlights-id .img-rounded-id {
    height: 500px;
}.course-highlights-id .description-wrap-id {
    padding-right: 2rem;
}.course-highlights-id .description-wrap-id::before {
    left: -40px;
}.course-highlights-id h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.course-highlights-id .description {
    font-size: calc(15px * 1.05);
}.course-highlights-id p.description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.tyBlock-id {
    padding: 3.5rem 0;
}.tyBlock-id h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
    line-height: 1.4;
}.tyBlock-id h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.tyBlock-id .learning-program-id {
    padding: 2rem 1.5rem;
}.tyBlock-id span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.newsletter-subscription-id {
    padding: 6rem 2rem;
}.newsletter-subscription-id .learning-program-id {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.newsletter-subscription-id h3 {
    font-size: 22px;
}.newsletter-subscription-id .sub-unit-id {
    padding: 1rem 1.5rem;
}.newsletter-subscription-id .sub-material-id {
    padding: 1rem 2rem;
}
}



@media (max-width: 1200px) {.about-this-id {
    padding: 100px 0;
}.about-this-id .description-wrap-id {
    max-width: 95%;
    padding: 40px;
}
}



@media (max-width: 768px) {.about-this-id {
    padding: 60px 0;
}.about-this-id .description-wrap-id {
    padding: 30px;
    max-width: 100%;
    transform: none;
}.about-this-id .description-wrap-id::before {
    width: 4px;
    top: 30px;
    height: calc(100% - 60px);
    left: -15px;
}.about-this-id h5 {
    font-size: calc(23px * 0.9);
}.about-this-id p {
    font-size: 14px;
    margin-bottom: 15px;
}.about-this-id p b {
    font-size: calc(14px * 1.3);
}.about-this-id li {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}
}



@media (min-width: 992px) {.secure-vault-id {
    padding: 8rem 4rem;
}.secure-vault-id::before {
    height: 40vh;
    width: 40vw;
}.secure-vault-id::after {
    width: 50vw;
    height: 50vh;
}.secure-vault-id h1 {
    font-size: calc(40px * 1.5);
    transform: translateZ(0);
    margin-bottom: 4rem;
}.secure-vault-id h1::after {
    width: 8rem;
}.secure-vault-id h2 {
    font-size: calc(34px * 1.2);
    margin: 4rem 0 2rem;
    padding-left: 1.5rem;
    border-left-width: 4px;
}.secure-vault-id p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.secure-vault-id ul {
    margin: 2rem 0 2.5rem;
}.secure-vault-id li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.secure-vault-id span {
    line-height: 1.8;
    padding: 2rem;
    margin-left: 2rem;
}
}



@media (min-width: 992px) {.title-greeting-id .learn-title-id {
    gap: 4rem;
}.title-greeting-id .learn-title-id > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title-greeting-id .study-pro-id > div {
    background-position: center center !important;
    transition: background-position 8s ease;
    min-height: 450px;
}.title-greeting-id .study-pro-id > div:hover {
    background-position: bottom right !important;
}.title-greeting-id .study-pro-id h3 {
    max-width: 70%;
}.title-greeting-id .title_style_header {
    margin-left: 2rem;
    transform: translateZ(20px);
}
}



@media (max-width: 768px) {.connect-form-id {
    padding: 70px 0;
}.connect-form-id h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.connect-form-id .inquiry-request-id,
    .connect-form-id .help-card-id {
    padding: 30px;
}
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}



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



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



@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(188,205,210,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

