﻿.container {
    width: 1237px;
    max-width: 100%;
    margin: auto;
}

svg {
    width: 30px;
    height: 30px;
}

html,body {
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    auto;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

header .head-learn-id {
    align-items: center;
    padding: 1rem;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
    display: flex;
    position: relative;
}

header .head-learn-id:hover svg {
    transform: translateY(-5px);
}

header .nav-page-id {
    gap: 0.8rem;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    max-width: 800px;
    justify-content: center;
    display: flex;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    position: relative;
    padding: 0.6rem 1rem;
}

header .main-class-id::before {
    top: 0;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translateY(100%) scale(0.8);
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
}

.mentorship-experience-id .container {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
}

.mentorship-experience-id .user-testimonials-id:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.mentorship-experience-id .user-testimonials-id::before {
    left: -10px;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    content: "";
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.5s ease;
    position: absolute;
    right: -10px;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182,0.5) 100%);
}

.mentorship-experience-id .user-testimonials-id:hover .img-rounded-id {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}

.mentorship-experience-id .user-testimonials-id:hover .img-rounded-id::after {
    opacity: 0.5;
}

.mentorship-experience-id .name {
    margin: 0 0 0.5rem;
    color: rgb(188,205,210);
    font-weight: 700;
    transform: translateZ(15px);
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(20px * 1.2);
}

.mentorship-experience-id .work-details-id {
    position: relative;
    transform: translateZ(5px);
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}

footer {
    position: relative;
    width: 100%;
}

footer .ar-tools-id {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
    color: #ffffff;
    position: relative;
}

footer .info_item {
    height: 220px;
    background-color: rgb(188,205,210,0.5);
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    flex: 0 1 220px;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    border-radius: 50%;
    display: flex;
    padding: 20px;
    z-index: 1;
    justify-content: center;
}

footer .info_item svg {
    margin-right: 10px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

footer .text_main_holder {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

footer .header-edu-id::before, footer .nav-page-id::before, footer .subscribe_holder::before {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

footer .header-edu-id::before {
    top: -50px;
    background-color: rgb(188,205,210);
    left: -50px;
}

footer .header-edu-id svg {
    margin-bottom: 20px;
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
}

footer .nav-page-id h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 2px;
    background-color: #ffffff;
    width: 40px;
    left: 50%;
    bottom: -8px;
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    font-size: 12px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(188,205,210,0.5);
}

footer .sub-material-id:hover {
    transform: translateY(-3px);
    background-color: rgb(134,182,182);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cookie-popup-warning-id {
    position: fixed;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(134,182,182);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    padding: 20px 0;
    transform: translateY(100%);
    width: 100%;
    border-top: 3px solid rgb(134,182,182);
}

.user-status-id {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(188,205,210));
    justify-content: center;
    margin-right: 15px;
}

.accept-cookies-id:hover {
    box-shadow: 0 0 20px rgb(134,182,182);
}

.cookie_button.cookie-screen-id:hover {
    box-shadow: 0 0 15px rgb(134,182,182);
    background: rgba(0, 0, 0, 0.5);
}

.cookie-popup-warning-id p a:hover {
    color: rgb(134,182,182);
}


.sign-up-now-id {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    perspective: 1000px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(188,205,210), rgb(134,182,182));
    transform-style: preserve-3d;
}

.sign-up-now-id .container {
    gap: 2.5rem;
    position: relative;
    max-width: 1140px;
    transform: translateZ(20px);
    z-index: 1;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.sign-up-now-id div div {
    perspective: 600px;
    display: flex;
    justify-content: center;
}

.sign-up-now-id .contact-query-id {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    display: inline-block;
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-size: 16px;
    padding: 1rem 2.5rem;
    color: rgb(188,205,210);
}

.sign-up-now-id .contact-query-id:hover span {
    transform: scale(1.05);
}

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

.price-plan-id .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}

.price-plan-id .fee-deals-id h2 {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    font-size: 29px;
}

.price-plan-id .pricing-offers-id {
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
}

.price-plan-id .pro-fees-id {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-plan-id .cost-table-id {
    padding: 2rem;
    word-break: break-word;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 1;
    overflow-wrap: break-word;
    display: flex;
}

.price-plan-id .cost-table-id h3::after {
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(134,182,182);
}

.price-plan-id .learning-rates-id:hover .pay-options-id::before {
    width: 100%;
}

.price-plan-id .cost-table-id p {
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 17px;
    margin-top: auto;
}

.price-plan-id .learning-rates-id:nth-child(odd) .pro-fees-id {
    flex-direction: column-reverse;
}

.price-plan-id .learning-rates-id:nth-child(3n+2) {
    border-top: 3px solid rgb(134,182,182);
}

.course-highlights-id::after {
    left: -3%;
    background: linear-gradient(45deg, rgb(134,182,182) 0%, rgb(134,182,182,0.5) 70%);
    position: absolute;
    width: 250px;
    height: 250px;
    transform: rotate(10deg);
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    animation: floatElement 18s infinite ease-in-out reverse;
    bottom: -8%;
    opacity: 0.1;
    content: "";
    z-index: 1;
}

.course-highlights-id .img-rounded-id::before {
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
}

.course-highlights-id .description-wrap-id {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
}

.course-highlights-id h3::before {
    position: absolute;
    width: 0.4rem;
    top: 50%;
    background-color: rgb(134,182,182);
    left: 0;
    content: "";
    height: 0.4rem;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.course-highlights-id span.description {
    display: none;
}

.tyBlock-id {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}

.tyBlock-id .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    transform: translateZ(0);
    position: relative;
}

.tyBlock-id h2 {
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    font-size: 34px;
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
}

.tyBlock-id:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.tyBlock-id .learning-program-id::before {
    left: -2px;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182), rgb(188,205,210));
    z-index: 1;
    top: -2px;
    position: absolute;
    height: 5px;
    background-size: 200% 100%;
    animation: gradientMove 6s linear infinite;
    right: -2px;
    content: "";
}

.tyBlock-id ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    z-index: 2;
}

.tyBlock-id li {
    position: relative;
    z-index: 2;
}

.tyBlock-id:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}

.tyBlock-id span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(188,205,210);
}

.newsletter-subscription-id {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    z-index: 1;
}

.newsletter-subscription-id .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.newsletter-subscription-id .learning-program-id {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    gap: 2rem;
    border-left: 4px solid rgb(188,205,210);
    grid-template-columns: 1fr;
    padding: 3rem 2.5rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
}

.newsletter-subscription-id .learning-program-id:hover h3::before {
    opacity: 1;
    transform: scaleY(1);
}

.newsletter-subscription-id .sub-unit-id {
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 0.875rem 1.25rem;
    color: #000000;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

.newsletter-subscription-id .sub-material-id:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(rgb(188,205,210,0.5), 0.2);
}

.newsletter-subscription-id .sub-material-id:hover::before {
    transform: translateX(100%);
}

.about-this-id {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.about-this-id::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgb(188,205,210,0.5) 100%);
    top: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
}

.about-this-id .description-wrap-id::before {
    height: calc(100% - 80px);
    transform: scaleY(0);
    width: 5px;
    position: absolute;
    left: -20px;
    transform-origin: top;
    animation: lineReveal 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 40px;
    background: linear-gradient(to bottom, 
        rgb(188,205,210) 0%, 
        rgb(134,182,182) 100%);
}

.about-this-id .description-wrap-id > div:nth-child(2) {
    opacity: 0;
    animation: slideIn 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 25px;
    transform: translateX(-20px);
}

.about-this-id .description-wrap-id:hover h5::after {
    width: 100%;
}

.about-this-id .description-wrap-id:hover p b {
    transform: translateY(-5px);
}

.about-this-id li {
    position: relative;
    text-align: justify;
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.secure-vault-id {
    padding: 4rem 2rem;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
}

.secure-vault-id .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}

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

.secure-vault-id h1:hover::after {
    transform: scaleX(1.5);
}

.secure-vault-id h2 {
    transform: translateX(0);
    font-size: 34px;
    color: #000000;
    margin: 2.5rem 0 1rem;
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(134,182,182);
    font-weight: 600;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.secure-vault-id h4::before {
    transform: translateY(-50%);
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    width: 5px;
    background: rgb(134,182,182);
    top: 50%;
}

.secure-vault-id strong::after {
    left: 0;
    background: rgb(188,205,210,0.5);
    content: "";
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.3);
    transition: transform 0.3s ease;
    bottom: -2px;
    height: 1px;
    position: absolute;
}

.secure-vault-id li::before {
    width: 6px;
    position: absolute;
    border-radius: 10px;
    top: 1rem;
    height: 6px;
    left: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
    background: rgb(134,182,182);
}

.title-greeting-id {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(188,205,210,0.5), rgb(233,236,237), rgb(134,182,182,0.5));
    perspective: 1000px;
    display: flex;
}

.title-greeting-id .learn-title-id {
    animation: fadeIn 1.2s ease-out;
    transform-style: preserve-3d;
    gap: 2rem;
    max-width: 1200px;
    z-index: 5;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    width: 90%;
}

.title-greeting-id .learn-title-id > div:first-child p {
    color: #ffffff;
    font-size: calc(17px * 1.3);
    transform: translateZ(10px);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.title-greeting-id .study-pro-id > div::after {
    z-index: 2;
    width: 120%;
    animation: rotateGradient 25s infinite linear;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(188,205,210,0.5) 100%);
    position: absolute;
    height: 120%;
    left: -10%;
    opacity: 0.15;
    content: "";
    top: -10%;
}

.connect-form-id {
    overflow: hidden;
    background: rgb(233,236,237);
    position: relative;
    padding: 90px 0;
}

.connect-form-id::before {
    left: 0;
    width: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 60%);
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
}

.connect-form-id .img-rounded-id {
    width: 45%;
    height: 95%;
    position: absolute;
    top: 2.5%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    right: 0;
    border-radius: 100px 0 0 100px;
    z-index: 1;
}

.connect-form-id .message-request-id {
    position: relative;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    background: #ffffff;
}

.connect-form-id .inquiry-request-id {
    position: relative;
    width: 60%;
    padding: 50px;
}

.connect-form-id form h3::before,
.connect-form-id form h3::after {
    display: none;
}

.connect-form-id input[type="text"],
.connect-form-id textarea {
    border-radius: 30px;
    padding: 15px 25px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
}

.connect-form-id .reach-panel-id input[type="checkbox"]:checked + label::before {
    background: rgb(188,205,210);
    border-color: rgb(188,205,210);
}

.connect-form-id .reach-panel-id a {
    transition: all 0.3s ease;
    color: rgb(188,205,210);
    text-decoration: none;
}

.connect-form-id .contact-query-id {
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border: none;
    font-weight: 600;
    background: rgb(188,205,210);
    z-index: 1;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 15px;
}

.connect-form-id .help-card-id h4 {
    font-weight: 600;
    position: relative;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

.connect-form-id .help-card-id h4::after {
    border-radius: 3px;
    bottom: -10px;
    left: 0;
    width: 40px;
    position: absolute;
    background: #ffffff;
    content: '';
    height: 3px;
}

.connect-form-id .support-info-idwCDW li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.connect-form-id .support-info-idwCDW li:hover svg {
    transform: scale(1.2);
}

.connect-form-id .support-info-idwCDW a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .first-lesson-id {
    gap: 1rem;
}header .head-learn-id svg {
    width: 150px;
}header .nav-page-id {
    padding: 0.4rem;
    gap: 0.4rem;
}header .main-class-id {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (min-width: 992px) {.mentorship-experience-id {
    padding: 8rem 0;
}.mentorship-experience-id .user-testimonials-id {
    padding: 5rem;
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
}.mentorship-experience-id .work-details-id {
    margin-top: 0;
    padding-left: 2rem;
}.mentorship-experience-id .img-rounded-id {
    height: 280px;
    width: 280px;
}
}



@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}



@media (max-width: 576px) {footer .ar-tools-id {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .nav-page-id h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .page-head-id a {
    padding: 6px 12px;
    font-size: calc(12px - 1px);
}footer .input_holder input[type="email"],
    footer .sub-material-id {
    padding: 12px 15px;
}footer .knowl-base-id {
    padding: 6px 15px;
}}



@media (max-width: 768px) {.sign-up-now-id {
    padding: 3rem 1.5rem;
}.sign-up-now-id h6 {
    transform: perspective(1000px) rotateX(3deg);
    font-size: calc(21px * 0.9);
}.sign-up-now-id .contact-query-id {
    padding: 0.875rem 2rem;
    font-size: calc(16px * 0.9);
}.sign-up-now-id .container {
    gap: 2rem;
}
}



@media (min-width: 1200px) {.sign-up-now-id h6 {
    font-size: calc(21px * 1.1);
}.sign-up-now-id .contact-query-id {
    padding: 1.25rem 3rem;
    font-size: calc(16px * 1.1);
}
}



@media (min-width: 768px) {.price-plan-id .bundle-price-id {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.price-plan-id .fee-deals-id {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
}.price-plan-id .fee-deals-id h2 {
    text-align: left;
}.price-plan-id .fee-deals-id h2::after {
    transform: none;
    left: 0;
}.price-plan-id .edu-deals-id {
    text-align: left;
    margin: 0;
}.price-plan-id .pricing-offers-id {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}



@media (min-width: 768px) {.course-highlights-id .program-route-id {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-highlights-id .img-rounded-id {
    height: 450px;
}.course-highlights-id h3 {
    padding-left: 1.5rem;
    font-size: calc(21px * 1.2);
}.course-highlights-id h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course-highlights-id .description-wrap-id::before {
    left: -30px;
}
}



@media (max-width: 767px) {.course-highlights-id {
    padding: 5rem 0;
}.course-highlights-id .img-rounded-id {
    margin-bottom: 1rem;
    height: 280px;
}.course-highlights-id h3 {
    font-size: calc(21px * 1);
    margin-bottom: 1rem;
}.course-highlights-id .description-wrap-id::before {
    left: -15px;
}.course-highlights-id p.description {
    max-height: 350px;
}}



@media (max-width: 575px) {.tyBlock-id {
    padding: 3rem 0;
}.tyBlock-id h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.8rem;
}.tyBlock-id h2::after {
    width: 4rem;
}.tyBlock-id .learning-program-id {
    padding: 1.5rem 1.25rem;
}.tyBlock-id span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.tyBlock-id li::before {
    top: -0.3rem;
    height: 1.5rem;
    width: 1.5rem;
    left: -0.5rem;
}}



@media (max-width: 767px) {.newsletter-subscription-id .learning-program-id {
    border-left: none;
    transform: none;
    border-top: 4px solid rgb(188,205,210);
}.newsletter-subscription-id h3 {
    padding-left: 0;
    padding-top: 1.25rem;
}.newsletter-subscription-id h3::before {
    height: 4px;
    bottom: auto;
    left: 0;
    top: 0;
    width: 40px;
    transform: scaleX(0.7);
}.newsletter-subscription-id .learning-program-id:hover h3::before {
    transform: scaleX(1);
}}



@media (max-width: 576px) {.about-this-id {
    padding: 50px 0;
}.about-this-id::after {
    display: none;
}.about-this-id .description-wrap-id {
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.about-this-id .description-wrap-id::before {
    left: -10px;
    width: 3px;
}.about-this-id h5 {
    font-size: calc(23px * 0.8);
    letter-spacing: 1px;
}.about-this-id p b {
    font-size: calc(14px * 1.2);
}.about-this-id ol {
    padding-left: 15px;
}.about-this-id li {
    line-height: 1.6;
    font-size: calc(14px * 0.85);
}}



@media (max-width: 767px) {.secure-vault-id {
    padding: 3rem 1.5rem;
}.secure-vault-id h1 {
    font-size: calc(40px * 1);
    margin-bottom: 1.5rem;
}.secure-vault-id h1::after {
    height: 2px;
    width: 3rem;
}.secure-vault-id h2 {
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    border-left-width: 2px;
    font-size: 34px;
}.secure-vault-id h3, 
    .secure-vault-id h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(34px * 0.8);
}.secure-vault-id p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.secure-vault-id ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.secure-vault-id li {
    line-height: 1.5;
    margin-bottom: 0.4rem;
    font-size: calc(13px * 0.95);
    padding: 0.4rem 0 0.4rem 1.2rem;
}.secure-vault-id span {
    margin-left: 0;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 1200px) {.connect-form-id .message-request-id {
    width: 70%;
}.connect-form-id .help-card-id {
    width: 35%;
}
}



@media (max-width: 992px) {.connect-form-id .img-rounded-id {
    display: none;
}.connect-form-id .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.connect-form-id .message-request-id {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.connect-form-id .help-card-id {
    width: 100%;
    top: auto;
    right: auto;
    max-width: 600px;
    border-radius: 20px;
    transform: none;
    position: relative;
    margin-top: 30px;
}.connect-form-id .help-card-id::before {
    border-radius: 20px;
}
}



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



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



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}



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



@keyframes gradientShift {
    0% {
        transform: rotate(15deg) translateX(0);
    }
    100% {
        transform: rotate(15deg) translateX(5%);
    }
}



@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

