﻿.content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

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

html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

.our-team h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    font-weight: 700;
    animation: fadeIn 0.8s ease-out;
    color: #ffffff;
    opacity: 1;
    letter-spacing: 1px;
}

.our-team .text-scroll:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.our-team .text-scroll h6::after {
    width: 50%;
    transition: transform 0.4s ease;
    left: 0;
    bottom: -8px;
    transform-origin: left;
    height: 2px;
    content: "";
    transform: scaleX(1);
    background: rgb(74,103,161);
    position: absolute;
}

.confidential-lockup::after {
    content: '';
    z-index: 0;
    transform: rotate(12deg) skew(-12deg);
    position: absolute;
    opacity: 0.05;
    height: 60%;
    left: -5%;
    background: linear-gradient(225deg, rgb(74,103,161,0.5), transparent);
    width: 45%;
    bottom: -10%;
}

.confidential-lockup h2::before {
    content: '';
    opacity: 0.7;
    bottom: 0.5rem;
    left: 0;
    border-radius: 2px;
    width: 4px;
    background: rgb(74,103,161);
    top: 0.5rem;
    position: absolute;
}

.confidential-lockup ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style-type: none;
}

.confidential-lockup strong {
    color: #000000;
    font-weight: 600;
}

.pricing-deck {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}

.pricing-deck .premium-plan {
    position: relative;
}

.pricing-deck h2::after {
    bottom: -10px;
    content: '';
    background: rgb(74,103,161);
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}

.pricing-deck .fee-package li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-deck .access-plans::before {
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    transition: transform 0.5s ease;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
}

.pricing-deck .study-sub h4::after {
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    background: rgb(130,150,181);
    content: '';
    bottom: -8px;
    left: 0;
}

.education-experience {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, #ffffff 100%);
}

.education-experience .success-stories {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    gap: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(74,103,161);
    transform: perspective(1000px) rotateY(-2deg);
}

.education-experience .name::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(74,103,161) 0%, transparent 100%);
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    width: 40%;
    bottom: -5px;
}

.target-audience::before {
    bottom: 0;
    top: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(74,103,161,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(130,150,181,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    animation: rotateRings 30s linear infinite;
    left: 0;
    right: 0;
    content: '';
}

.target-audience ul li {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    align-items: center;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    overflow: hidden;
    padding: 1.5rem 2rem;
    position: relative;
}

.target-audience ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(74,103,161);
}

.get-support::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    background-size: 50px 50px;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgba(rgb(130,150,181,0.5), 0.3) 95%),
        linear-gradient(rgba(rgb(130,150,181,0.5), 0.2) 1px, transparent 1px);
}


.get-support::before {
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.5;
    animation: scanline 8s linear infinite;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(130,150,181,0.5), 0.5), transparent);
    z-index: 4;
    height: 5px;
}

.get-support .online-form span::after {
    transition: width 0.3s ease;
    bottom: 0;
    content: '';
    left: 0;
    width: 50px;
    height: 6px;
    position: absolute;
    background: rgb(130,150,181);
}

.get-support .online-form span p::before {
    height: 2px;
    content: '';
    margin-right: 10px;
    background: rgb(130,150,181);
    display: block;
    width: 10px;
}

.get-support .online-form span:hover svg path {
    stroke: rgb(130,150,181);
    stroke-width: 1;
}

.get-support .online-form span > span:hover {
    transform: none;
    box-shadow: none;
}

.get-support .online-form span:hover > span svg {
    opacity: 0.9;
    transform: translateZ(5px) rotate(0) scale(1);
}

.get-support .online-form span a svg {
    opacity: 0.9;
    height: 16px;
    margin-right: 0.5rem;
    width: 16px;
    right: auto;
    position: relative;
    top: auto;
}

.get-support .talk-now h4 {
    position: relative;
    text-transform: uppercase;
    display: flex;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 19px;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 1.5rem;
}

.get-support .talk-now span:hover {
    color: #ffffff;
}

.get-support .talk-now span svg {
    transition: all 0.3s ease;
    fill: rgb(74,103,161);
    height: 14px;
    opacity: 0.7;
    margin-right: 10px;
    width: 14px;
}

.course-program-info {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.course-program-info::after {
    opacity: 0.08;
    position: absolute;
    bottom: -15%;
    transform: rotate(10deg);
    width: 40vw;
    content: "";
    left: -10%;
    filter: blur(70px);
    background: linear-gradient(215deg, rgb(130,150,181,0.5) 0%, rgb(74,103,161) 100%);
    z-index: 0;
    animation: float 25s infinite alternate-reverse ease-in-out;
    height: 40vw;
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
}

.course-program-info .img-gallery-item::before {
    content: "";
    bottom: 0;
    left: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(74,103,161,0.5) 0%, transparent 100%);
    opacity: 0.25;
}

.course-program-info .text-scroll:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}

.course-program-info .description:last-child {
    margin-bottom: 0;
}

.program-assets::before {
    left: 0;
    content: "";
    z-index: 0;
    background-image: radial-gradient(circle at 10% 10%, rgb(130,150,181,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(74,103,161,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    opacity: 0.08;
    top: 0;
    width: 100%;
}

.program-assets .img-gallery-item {
    border-radius: 27px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    object-fit: cover;
    height: auto;
}

.program-assets li {
    position: relative;
    transition: transform 0.3s ease;
}

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

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

.cookie_button.cookie-rules:hover {
    box-shadow: 0 0 15px rgb(74,103,161);
    background: rgba(0, 0, 0, 0.5);
}

.cookie-warning-popup p a:hover {
    color: rgb(74,103,161);
}

.join-our-community::after {
    animation: pulse 6s infinite alternate;
    filter: blur(30px);
    right: -50px;
    bottom: -50px;
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    z-index: 0;
    background: radial-gradient(circle, rgb(74,103,161,0.5), transparent 70%);
    border-radius: 50%;
}

.join-our-community h4 {
    font-size: calc(21px * 1.1);
    position: relative;
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    max-width: 90%;
    line-height: 1.4;
}

.join-our-community .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.join-our-community .input_holder .get-started:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.join-our-community .input_holder .get-started:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.appSpotlight::after {
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.05;
    transform: rotate(25deg);
    top: -50%;
    right: -50%;
}

.appSpotlight .learn-pro::before {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
}



.appSpotlight .learn-pro:hover {
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-box::before {
    filter: blur(70px);
    z-index: 1;
    width: 400px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    top: -150px;
    height: 400px;
    right: -150px;
    content: "";
}

.contact-form-box .contact-message {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
}

.contact-form-box .img-gallery-item::after {
    bottom: 20px;
    content: "";
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 20px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form-box form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(130,150,181), 0.1);
    outline: none;
    background: linear-gradient(rgb(182,191,205), rgb(182,191,205)) padding-box,
                linear-gradient(to right, rgb(130,150,181), rgb(74,103,161)) border-box;
    border: 1px solid transparent;
}

.contact-form-box .request-support input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 4px;
    border-width: 0 2px 2px 0;
    content: "";
    left: 8px;
    width: 6px;
    height: 12px;
    position: absolute;
}

.contact-form-box svg path {
    stroke: rgb(130,150,181);
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
}

.contact-form-box svg:hover,
.contact-form-box svg:hover path {
    stroke: rgb(74,103,161);
}

.welcome-section .expert-team {
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
    width: 90%;
    position: relative;
    transform-style: preserve-3d;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 96%,
    2% 100%
  );
    background: linear-gradient(
    170deg,
    rgb(130,150,181,0.5) 0%,
    rgba(35, 35, 55, 0.9) 100%
  );
    max-width: 1200px;
    z-index: 2;
    padding: 4rem;
}

.welcome-section h3 {
    transform: translateY(20px);
    line-height: 1.5;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    font-weight: 600;
    opacity: 0.95;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    padding-left: 20px;
    max-width: 90%;
    font-size: calc(23px * 1.1);
}

.footer-subscribe .company_holder {
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid rgb(130,150,181);
    animation: borderPulse 4s infinite alternate;
}

.footer-subscribe .enroll-info {
    display: flex;
    justify-content: flex-end;
}

.footer-subscribe .nav-section::before {
    top: -10px;
    border-left: 1px solid rgb(130,150,181);
    content: "";
    opacity: 0.4;
    border-top: 1px solid rgb(130,150,181);
    width: 40px;
    left: -20px;
    height: 40px;
    position: absolute;
}

.footer-subscribe .nav-section .nav-wrap a::before {
    transition: all 0.3s ease;
    background-color: rgb(130,150,181);
    content: "";
    width: 5px;
    left: 0;
    position: absolute;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.alumni-net .equity-pledge {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

header .nav-base::before {
    z-index: -1;
    left: -5px;
    right: -5px;
    content: '';
    top: -5px;
    border: 2px solid #ffffff;
    position: absolute;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    bottom: -5px;
    opacity: 0.1;
}

header .first-section:hover {
    transform: scale(1.05);
}

header .nav-section {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 2;
    display: flex;
    padding: 0;
}

header .main-tutor a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .main-tutor::after {
    filter: blur(3px);
    height: 5px;
    transition: all 0.3s ease;
    content: '';
    left: 10%;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    width: 80%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

header .main-pagewrap {
    background: rgb(182,191,205);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

.course-methodology .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.course-methodology .learn-pro:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.course-methodology .learn-pro > div::before {
    position: absolute;
    transform-origin: top;
    left: -2rem;
    content: "";
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform: scaleY(0);
    width: 4px;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    top: 0;
}

.course-methodology p span::before {
    transform-origin: left;
    width: 100%;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(to right, rgb(74,103,161,0.5), transparent);
    content: "";
    opacity: 0.3;
    bottom: -5px;
    left: 0;
    height: 1px;
    transform: scaleX(0);
}



@media (min-width: 992px) {.our-team {
    padding: 150px 0 130px;
}.our-team h4 {
    margin-bottom: 80px;
    font-size: calc(30px * 1.2);
}.our-team .text-scroll {
    margin: 0 40px;
    padding: 50px 60px;
}.our-team .text-scroll::before {
    width: 8px;
}.our-team .text-scroll h6 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.3);
}.our-team .text-scroll span {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}



@media (hover: hover) {.confidential-lockup li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}



@media (prefers-reduced-motion: reduce) {.confidential-lockup *,
    .confidential-lockup *::before,
    .confidential-lockup *::after {
    animation: none !important;
    transition: none !important;
}}



@media (max-width: 480px) {.pricing-deck {
    padding: 50px 0;
}.pricing-deck h2 {
    font-size: calc(28px - 8px);
}.pricing-deck .package-deals {
    font-size: calc(12px - 2px);
}.pricing-deck .access-plans {
    padding: 20px 15px;
}.pricing-deck .study-sub p {
    font-size: calc(12px - 2px);
}}



@media (max-width: 767px) {.education-experience .success-stories > div:nth-child(2) {
    text-align: center;
}.education-experience .name::after {
    transform: translateX(-50%);
    left: 50%;
}.education-experience .exp-highlights {
    padding: 1.5rem;
    text-align: left;
}}



@media (max-width: 992px) {.target-audience {
    padding: 4rem 0;
}.target-audience h3 {
    font-size: calc(29px * 0.9);
}.target-audience ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.target-audience ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}


@media (max-width: 575px) {.get-support {
    padding: 3rem 0;
}.get-support .ask-feedback h3 {
    font-size: calc(38px * 0.6);
}.get-support .get-helpdesk {
    font-size: calc(13px * 0.95);
}.get-support .online-form span {
    padding: 1.25rem;
}.get-support .talk-now {
    padding: 1.5rem;
}.get-support .talk-now h4 {
    margin-bottom: 1.25rem;
    font-size: calc(19px * 0.9);
}.get-support .talk-now h4 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 480px) {.course-program-info {
    padding: 3rem 0;
}.course-program-info h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.course-program-info h2::after {
    width: 60px;
    bottom: -10px;
}.course-program-info .img-gallery-item {
    height: 200px;
}.course-program-info .text-scroll {
    padding: 1.25rem;
}.course-program-info .description {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: calc(16px * 0.9);
    max-height: 200px;
}}


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



@media (min-width: 992px) {.join-our-community {
    padding: 100px 0;
}.join-our-community .learn-pro {
    gap: 60px;
    padding: 60px;
}.join-our-community h4 {
    font-size: calc(21px * 1.2);
}.join-our-community .input_holder {
    margin-left: auto;
    max-width: 450px;
}
}



@media (hover: none) {.join-our-community .learn-pro {
    transform: none;
}.join-our-community .learn-pro:hover {
    transform: none;
}}



@media (max-width: 575px) {.appSpotlight {
    padding: 2rem 0.8rem;
}.appSpotlight h2 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.7);
}.appSpotlight .learn-pro {
    padding: 1.2rem;
}.appSpotlight li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 1024px) {.contact-form-box {
    padding: 70px 0;
}.contact-form-box .request-request {
    padding: 45px;
}.contact-form-box .img-gallery-item {
    min-height: 450px;
}
}



@media (max-width: 768px) {.welcome-section .expert-team {
    clip-path: polygon(
      0 0,
      100% 0,
      99% 98%,
      1% 100%
    );
    transform: perspective(600px) rotateX(0.5deg);
    padding: 2.5rem;
}.welcome-section .title_style_header {
    font-size: 39px;
    margin-bottom: 1.5rem;
}.welcome-section p {
    font-size: 12px;
}.welcome-section h3 {
    padding-left: 15px;
    font-size: calc(22px * 1.1);
}.welcome-section h3::before {
    width: 3px;
}
}



@media screen and (max-width: 768px) {.footer-subscribe {
    padding: 3rem 0 2rem;
}.footer-subscribe .nav-wrap {
    flex-direction: column;
    gap: 2rem;
}.footer-subscribe .nav-section::before,
    .footer-subscribe .nav-section::after {
    display: none;
}.footer-subscribe .nav-section {
    margin-bottom: 1.5rem;
}.alumni-net {
    padding: 1rem 0;
}
}




@media (max-width: 1200px) {.course-methodology {
    padding: 5rem 0;
}.course-methodology .learn-pro {
    padding: 2.5rem;
    margin: 0 2rem;
}.course-methodology h3 {
    font-size: calc(29px * 0.8);
}
}



@media (max-width: 992px) {.course-methodology {
    padding: 4rem 0;
}.course-methodology .learn-pro {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.course-methodology h3 {
    font-size: calc(29px * 0.75);
}.course-methodology p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.course-methodology::after {
    width: 180px;
    right: -30px;
    top: -30px;
    height: 180px;
}
}



@media (max-width: 480px) {.course-methodology {
    padding: 2.5rem 0;
}.course-methodology .learn-pro {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.course-methodology h3 {
    font-size: calc(29px * 0.6);
}.course-methodology p {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.course-methodology .learn-pro > div::before {
    left: -1rem;
}.course-methodology h3::after {
    width: 50px;
}.course-methodology::after {
    height: 100px;
    width: 100px;
}
}



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

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

@keyframes blinkingLight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

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



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



@keyframes slideRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



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

