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

.wrap-container-id {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

header::before {
    opacity: 0.1;
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    left: 0;
    height: 100%;
    width: 100%;
}

header .head-learn-id::after {
    position: absolute;
    width: 50%;
    height: 2px;
    content: '';
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    background: #ffffff;
    left: 50%;
    opacity: 0.6;
}

header .main-class-id {
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem;
    font-size: 17px;
}

header .main-class-id:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mentorship-experience-id::before {
    width: 100%;
    opacity: 0.1;
    height: 100%;
    left: 0;
    background-size: 120px 120px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(188,205,210,0.5) 49.5%, rgb(188,205,210,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(134,182,182,0.5) 49.5%, rgb(134,182,182,0.5) 50.5%, transparent 50.5%);
    top: 0;
    position: absolute;
    z-index: 0;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
}

.mentorship-experience-id .user-testimonials-id:hover::before {
    opacity: 0.7;
}

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

.mentorship-experience-id .img-rounded-id {
    width: 240px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    transform: translateZ(30px);
    position: relative;
    height: 240px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.mentorship-experience-id .user-testimonials-id:hover .name::after {
    transform: scaleX(1);
}

.mentorship-experience-id .user-testimonials-id > div:nth-child(2) > div {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 1.5rem;
    position: relative;
    font-size: calc(12px * 1.1);
    color: rgb(134,182,182);
    transform: translateZ(10px);
}

.mentorship-experience-id .user-testimonials-id:hover .work-details-id::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

footer .ar-tools-id::before {
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

footer .info_item:hover {
    z-index: 2;
    transform: scale(1.05) translateY(0);
    background-color: rgb(134,182,182,0.5);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .header-edu-id, footer .nav-page-id, footer .subscribe_holder {
    position: relative;
    align-items: center;
    border-radius: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    background-color: rgb(188,205,210,0.5);
    padding: 30px;
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
}

footer .subscr-info-id {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

footer .nav-page-id:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .page-head-id a {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 15px;
    background-color: rgb(188,205,210,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .input_holder {
    width: 100%;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    display: flex;
    max-width: 300px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub-material-id {
    width: 100%;
    padding: 15px 20px;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(188,205,210);
    cursor: pointer;
    transition: all 0.3s ease;
}


#bannerCookieNotice-id {
    display: none;
}

#bannerCookieNotice-id:checked ~ .cookie-popup-warning-id {
    opacity: 0;
    visibility: hidden;
}

.cookie-popup-warning-id h5 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
}

.user-status-id svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(188,205,210);
    width: 80px;
}

.cookie_button.cookie-screen-id {
    border: 2px solid rgb(134,182,182);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.cookie-popup-warning-id p a {
    text-decoration: none;
    color: rgb(188,205,210);
    transition: color 0.3s ease;
}

.sign-up-now-id::before {
    content: '';
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    transform: translateZ(-10px);
}

.sign-up-now-id h6 {
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    padding: 0.5rem 1rem;
    font-size: 21px;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    max-width: 800px;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(5deg);
    border-left: 3px solid #ffffff;
}

.sign-up-now-id .contact-query-id span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: relative;
    z-index: 2;
}

.sign-up-now-id .contact-query-id:hover {
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
}

.price-plan-id::before {
    width: 100%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}

.price-plan-id .fee-deals-id {
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    order: 1;
}

.price-plan-id .edu-deals-id {
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    max-width: 600px;
    font-size: 17px;
}

.price-plan-id .learning-rates-id:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}

.price-plan-id .cost-table-id::before {
    height: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
}

.price-plan-id .learning-rates-id:hover .cost-table-id h3::after {
    width: 80px;
}

.price-plan-id .pay-options-id::before {
    bottom: -5px;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(188,205,210);
    transition: width 0.3s ease;
    width: 0;
}

.price-plan-id .img-rounded-id::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

.price-plan-id .learning-rates-id:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.course-highlights-id::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: -5%;
    height: 300px;
    background: linear-gradient(225deg, rgb(188,205,210) 0%, rgb(188,205,210,0.5) 70%);
    right: -5%;
    animation: floatElement 15s infinite ease-in-out;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    transform: rotate(-15deg);
    opacity: 0.1;
    width: 300px;
}

.course-highlights-id .img-rounded-id {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
}

.course-highlights-id .img-rounded-id:hover {
    transform: perspective(1000px) rotateY(0);
}

.course-highlights-id h3 {
    margin-bottom: 1.5rem;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    opacity: 0;
    color: rgb(188,205,210);
    font-size: calc(21px * 1.1);
    padding-left: 1rem;
    transform: translateY(20px);
    font-weight: 700;
}

.course-highlights-id .description {
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.2rem;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    font-size: 15px;
}

.tyBlock-id::before {
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    animation: patternShift 60s linear infinite;
    background-image: 
        linear-gradient(45deg, rgba(rgb(188,205,210,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(188,205,210,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(188,205,210,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(188,205,210,0.5), 0.05) 75%);
    content: "";
    z-index: 0;
    width: 100%;
}

.tyBlock-id .learning-program-id {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateY(0);
    padding: 3rem 2.5rem;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.tyBlock-id li::before {
    transform: scale(0.8);
    z-index: -1;
    height: 2rem;
    background-image: radial-gradient(circle, rgb(134,182,182,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    transition: transform 0.6s ease, opacity 0.6s ease;
    top: -0.5rem;
    left: -1rem;
    width: 2rem;
    opacity: 0.3;
}

.newsletter-subscription-id::after {
    height: 50%;
    position: absolute;
    left: -5%;
    opacity: 0.15;
    transform: rotate(15deg) skewX(-10deg);
    z-index: -1;
    width: 25%;
    content: '';
    background: linear-gradient(45deg, rgb(134,182,182) 0%, rgb(134,182,182,0.5) 90%);
    animation: float 15s ease-in-out infinite reverse;
    bottom: -10%;
    filter: blur(15px);
}

.newsletter-subscription-id h3 {
    line-height: 1.4;
    font-size: clamp(1.5rem, 3vw, 22px);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    position: relative;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding-left: 1.25rem;
    margin: 0 0 1rem;
}

.newsletter-subscription-id .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
}

.newsletter-subscription-id .sub-unit-id:focus {
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(188,205,210,0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.newsletter-subscription-id .sub-material-id {
    border: none;
    padding: 0.875rem 1.75rem;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-self: flex-start;
    position: relative;
    overflow: hidden;
}

.about-this-id::after {
    animation: gradientShift 20s infinite alternate ease-in-out;
    right: -20%;
    z-index: 2;
    height: 200%;
    top: -50%;
    opacity: 0.4;
    content: "";
    width: 80%;
    background: linear-gradient(45deg, 
        transparent 20%,
        rgb(134,182,182,0.5) 40%, 
        transparent 60%);
    transform: rotate(15deg);
    position: absolute;
}

.about-this-id .description-wrap-id:hover {
    transform: perspective(1000px) rotateY(0);
}

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

.about-this-id h5::after {
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    background: rgb(134,182,182);
    left: 0;
    height: 2px;
    position: absolute;
    width: 40%;
}

.about-this-id p b {
    transition: transform 0.3s ease;
    color: rgb(134,182,182);
    transform: translateY(0);
    font-size: calc(14px * 1.6);
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}

.about-this-id li::first-line {
    font-weight: 600;
    color: rgb(188,205,210);
}

.secure-vault-id::after {
    background: linear-gradient(45deg, rgb(188,205,210,0.5) 0%, transparent 70%);
    width: 40vw;
    left: 0;
    height: 40vh;
    bottom: 0;
    z-index: 0;
    opacity: 0.15;
    content: "";
    transform: translateY(15%) translateX(-15%);
    position: absolute;
}

.secure-vault-id h1::after {
    bottom: -0.6rem;
    left: 0;
    content: "";
    transform-origin: left center;
    transform: scaleX(1);
    width: 4rem;
    height: 3px;
    position: absolute;
    transition: transform 0.5s ease-out;
    background: rgb(188,205,210);
}

.secure-vault-id h3 {
    padding-bottom: 0.3rem;
    font-size: calc(34px * 0.85);
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.secure-vault-id p:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.secure-vault-id strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}

.secure-vault-id strong:hover::after {
    transform: scaleX(1);
}

.secure-vault-id ul::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(134,182,182,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    width: 2px;
    bottom: 0;
    content: "";
}

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

.secure-vault-id li:hover::before {
    background: rgb(188,205,210);
    transform: scale(1.3);
}

.secure-vault-id span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.title-greeting-id::before {
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 5%, transparent 20%);
    animation: pulseBg 15s infinite alternate ease-in-out;
    top: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
}

.title-greeting-id .learn-title-id > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transform: translateZ(20px);
    position: relative;
    border-left: 4px solid rgb(134,182,182);
    background: rgb(188,205,210,0.5);
}

.title-greeting-id .study-pro-id > div::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
    to bottom,
    rgb(188,205,210,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(134,182,182,0.5) 100%
  );
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.title-greeting-id .title_style_header {
    color: #ffffff;
    letter-spacing: 1px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(188,205,210,0.5), rgb(134,182,182,0.5));
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 47px;
    position: relative;
    animation: pulseHeader 3s infinite alternate ease-in-out;
    transform: translateZ(15px);
    font-weight: 700;
    margin: 0;
    z-index: 5;
}

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

.connect-form-id h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    font-size: 33px;
    text-align: center;
    color: #000000;
}

.connect-form-id .message-request-id::after {
    width: 150px;
    opacity: 0.05;
    right: -75px;
    bottom: -75px;
    border-radius: 50%;
    height: 150px;
    background: rgb(134,182,182,0.5);
    position: absolute;
    content: '';
}

.connect-form-id textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}

.connect-form-id .reach-panel-id {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.connect-form-id .reach-panel-id input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-form-id .reach-panel-id label::before {
    top: 2px;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 50%;
    content: '';
    border: 2px solid rgb(188,205,210,0.5);
    width: 22px;
    position: absolute;
    background: #ffffff;
    height: 22px;
}

.connect-form-id .reach-panel-id a:hover {
    color: rgb(134,182,182);
}

.connect-form-id .contact-query-id::before {
    height: 100%;
    background: rgb(134,182,182);
    border-radius: 50px;
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    top: 0;
    transition: all 0.5s ease;
    content: '';
    z-index: -1;
    left: 0;
}

.connect-form-id .help-card-id::before {
    border-radius: 70px 0 0 70px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
}

.connect-form-id .support-info-idwCDW {
    padding: 0;
    margin: 0;
    list-style: none;
}

.connect-form-id .support-info-idwCDW svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px;
    transition: transform 0.3s ease;
}

.connect-form-id .support-info-idwCDW a:hover {
    opacity: 0.8;
}

.course-highlights-id p.description::-webkit-scrollbar {
    width: 6px;
}

.course-highlights-id p.description::-webkit-scrollbar-track {
    background: transparent;
}

.course-highlights-id p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(134,182,182,0.5);
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first-lesson-id {
    gap: 0.8rem;
}header .head-learn-id svg {
    width: 140px;
}header .nav-page-id {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
}header .nav-page-id::-webkit-scrollbar {
    height: 3px;
}header .nav-page-id::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-class-id {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(17px - 3px);
}}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 767px) {footer .ar-tools-id {
    padding: 60px 0 30px;
}footer .contact-panel-id {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .header-edu-id, footer .nav-page-id, footer .subscribe_holder {
    padding: 25px 20px;
}footer .abuse-ctrl-id {
    margin-top: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookie-popup-warning-id {
    padding: 15px 0;
}.privacy-switch-id {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.user-status-id {
    display: none;
}.privacy-switch-id {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie-popup-warning-id h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.user-default-id {
    margin-bottom: 15px;
}.accept-cookies-id {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 992px) {.sign-up-now-id {
    padding: 5rem 2rem;
}.sign-up-now-id .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}.sign-up-now-id h6 {
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
    flex: 1;
    max-width: 60%;
    text-align: left;
}.sign-up-now-id div div {
    flex: 0 0 auto;
}.sign-up-now-id .contact-query-id {
    padding: 1.125rem 2.75rem;
}
}



@media (min-width: 992px) {.price-plan-id .pricing-offers-id {
    grid-template-columns: repeat(2, 1fr);
}.price-plan-id .learning-rates-id:nth-child(4n+1) {
    transform: translateY(20px);
}.price-plan-id .learning-rates-id:nth-child(4n+3) {
    transform: translateY(-20px);
}.price-plan-id .learning-rates-id:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (max-width: 480px) {.price-plan-id .pricing-offers-id {
    grid-template-columns: 1fr;
}.price-plan-id .fee-deals-id h2 {
    font-size: calc(29px * 0.8);
}.price-plan-id .edu-deals-id {
    font-size: calc(17px * 0.9);
}.price-plan-id .cost-table-id p {
    max-height: 120px;
}}



@media (min-width: 1200px) {.course-highlights-id .program-route-id {
    gap: 6rem;
}.course-highlights-id .img-rounded-id {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.course-highlights-id .img-rounded-id:hover {
    transform: perspective(1500px) rotateY(0);
}.course-highlights-id h3 {
    font-size: calc(30px * 0.8);
}.course-highlights-id p.description {
    max-height: 500px;
}
}



@media (max-width: 991px) {.tyBlock-id {
    padding: 4rem 0;
}.tyBlock-id h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.tyBlock-id .learning-program-id {
    padding: 2.5rem 2rem;
}
}



@media (min-width: 768px) {.newsletter-subscription-id {
    padding: 5rem 2rem;
}.newsletter-subscription-id .learning-program-id {
    align-items: center;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    padding: 3.5rem;
}.newsletter-subscription-id h3 {
    margin: 0;
    padding-left: 1.5rem;
}.newsletter-subscription-id .input_holder {
    flex-direction: row;
    margin-top: 0;
}.newsletter-subscription-id .sub-unit-id {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.newsletter-subscription-id .sub-material-id {
    align-self: stretch;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}



@media (max-width: 992px) {.about-this-id {
    padding: 80px 0;
}.about-this-id::after {
    top: -30%;
    width: 100%;
}.about-this-id .description-wrap-id {
    padding: 35px;
    transform: perspective(1000px) rotateY(1deg);
}.about-this-id p b {
    font-size: calc(14px * 1.4);
}
}



@media (min-width: 768px) {.secure-vault-id {
    padding: 6rem 3rem;
}.secure-vault-id .container {
    padding: 0 2rem;
}.secure-vault-id h1 {
    font-size: calc(40px * 1.3);
    margin-bottom: 3rem;
}.secure-vault-id h1::after {
    width: 6rem;
    height: 4px;
}.secure-vault-id h2 {
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
    font-size: calc(34px * 1.1);
}.secure-vault-id h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.9);
}.secure-vault-id h4 {
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
    font-size: calc(34px * 0.75);
}.secure-vault-id ul {
    padding-left: 2rem;
}.secure-vault-id li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.secure-vault-id span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}



@media (min-width: 768px) {.title-greeting-id .learn-title-id {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title-greeting-id .learn-title-id > div:first-child {
    padding: 3rem;
    align-items: center;
    display: flex;
}.title-greeting-id .learn-title-id > div:first-child p {
    font-size: calc(17px * 1.5);
}.title-greeting-id .study-pro-id > div {
    padding: 4rem;
    justify-content: space-between;
    min-height: 400px;
    flex-direction: column;
    display: flex;
}.title-greeting-id .study-pro-id h3 {
    max-width: 80%;
    font-size: 20px;
}.title-greeting-id .title_style_header {
    padding: 2rem;
    font-size: calc(47px * 1.2);
}
}



@media (max-width: 767px) {.title-greeting-id {
    padding: 3rem 1rem;
}.title-greeting-id .learn-title-id > div:first-child {
    padding: 1.5rem;
}.title-greeting-id .learn-title-id > div:first-child p {
    font-size: 17px;
}.title-greeting-id .study-pro-id > div {
    padding: 2rem;
}.title-greeting-id .study-pro-id h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.title-greeting-id .title_style_header {
    padding: 1rem;
    font-size: calc(38px * 0.9);
}}



@media (max-width: 576px) {.connect-form-id {
    padding: 50px 0;
}.connect-form-id h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.connect-form-id .inquiry-request-id,
    .connect-form-id .help-card-id {
    padding: 25px 20px;
}.connect-form-id input[type="text"],
    .connect-form-id textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.connect-form-id .contact-query-id {
    padding: 12px;
    width: 100%;
}
}



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg) skewX(15deg);
    }
    50% {
        transform: translate(5%, 5%) rotate(-15deg) skewX(15deg);
    }
}



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



@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}



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

