.head-bar-PBl {
    flex: 1 0 auto;
}

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

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

.wrapper-structure-Bgc {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.secure-shell-lyE h2 {
    font-size: 38px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(189,174,153);
    color: rgb(156,113,104);
    letter-spacing: 1.5px;
}

.secure-shell-lyE p {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.meet-us-UPa {
    background: rgb(211,204,197);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 140px 0;
}

.meet-us-UPa .container::before {
    right: -100px;
    position: absolute;
    background: rgb(189,174,153,0.5);
    content: "";
    filter: blur(80px);
    animation: float 15s ease-in-out infinite alternate;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    top: -100px;
    border-radius: 50%;
}



.meet-us-UPa .virtual-training-oQd {
    border-radius: 10px;
    backdrop-filter: blur(15px);
    position: relative;
    transform-style: preserve-3d;
    z-index: 3;
    max-width: 500px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    perspective: 1000px;
    display: flex;
    width: 100%;
}

.meet-us-UPa .img-text-overlay-awf::after {
    border: 1px dashed rgb(189,174,153,0.5);
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.5;
    inset: -10px;
}

.meet-us-UPa .virtual-training-oQd:hover .learning-studio-wIo::after {
    width: 80%;
}

.meet-us-UPa .learn-lab-MVO {
    font-weight: 600;
    color: rgb(189,174,153);
    font-size: calc(13px * 1.05);
    opacity: 0.9;
    margin-bottom: 0;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.meet-us-UPa .text-column-wrap-oRy::after {
    background: rgb(156,113,104,0.5);
    animation-delay: -15s;
    bottom: -250px;
    left: -250px;
}

.meet-us-UPa .master-program-QEI {
    color: rgb(189,174,153);
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 25px;
    font-size: calc(17px * 1.2);
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 600;
}

.meet-us-UPa .master-program-QEI svg path {
    transition: fill 0.4s ease;
}

.meet-us-UPa .master-program-QEI:hover svg path {
    fill: rgb(156,113,104);
}

.meet-us-UPa .text-column-wrap-oRy:hover h2 {
    transform: translateX(5px);
}

.meet-us-UPa .text-column-wrap-oRy:hover h2::after {
    width: 150px;
}

.meet-us-UPa .text-column-wrap-oRy p {
    color: #000000;
    line-height: 1.9;
    position: relative;
    margin-bottom: 0;
    transition: all 0.4s ease;
    font-size: calc(13px * 1.05);
}

.course-highlights-Ewd .tech-training-chr {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
    display: flex;
}

.course-highlights-Ewd .tech-training-chr {
    animation-duration: 25s;
}

.course-highlights-Ewd .study-track-ZQR::before {
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    animation: gradient-shift 8s infinite alternate;
    width: 100%;
    position: absolute;
    height: 100%;
}

.course-highlights-Ewd .skill-master-YdJ::after {
    bottom: 0;
    right: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    animation: shine-effect 10s ease-in-out infinite;
    content: "";
    position: absolute;
    left: 0;
}

.course-highlights-Ewd .skill-master-YdJ .connect-grid-iFE {
    padding: 1rem 2.5rem;
    background: linear-gradient(
        45deg,
        rgb(189,174,153) 0%,
        rgb(156,113,104) 100%
    );
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 8px 25px rgb(189,174,153,0.5);
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
}

.course-highlights-Ewd .skill-master-YdJ .connect-grid-iFE {
    font-size: calc(17px * 0.9);
    padding: 0.75rem 1.75rem;
}

.course-highlights-Ewd::after {
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    top: 0;
    height: 100%;
}

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

.thankYouHub-VJN h2::after {
    content: "";
    left: 0;
    width: 80px;
    animation: expandLine 1s forwards ease-out 1s;
    background: linear-gradient(90deg, rgb(189,174,153) 0%, rgb(189,174,153,0.5) 100%);
    position: absolute;
    transform: scaleX(0);
    bottom: -12px;
    transform-origin: left;
    height: 3px;
}

.thankYouHub-VJN .edu-heritage-qPz li::before {
    border-radius: 50%;
    top: 8px;
    content: "";
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    transform: scale(0);
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
    background-color: rgb(189,174,153);
}

.training-results-GwR::after {
    top: 0;
    animation: moveBgPattern 60s linear infinite;
    position: absolute;
    background-size: 20px 20px;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(189,174,153,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(156,113,104,0.5) 100%);
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.1;
}

.training-results-GwR .text-column-wrap-oRy {
    position: relative;
    padding: 40px 30px 40px 10px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.training-results-GwR .text-column-wrap-oRy:hover h3::after {
    width: 80px;
}

.training-results-GwR ul {
    padding: 0;
    flex-direction: column;
    margin: 0;
    gap: 12px;
    display: flex;
    list-style: none;
}

.training-results-GwR li:hover::before {
    opacity: 0.2;
}

.training-results-GwR li p {
    gap: 15px;
    align-items: center;
    z-index: 1;
    font-size: 18px;
    display: flex;
    margin: 0;
    position: relative;
    color: #000000;
}

.training-results-GwR li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

.service-package-xlp::before {
    z-index: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(156,113,104,0.5), 0.05) 0%, rgba(rgb(189,174,153,0.5), 0.08) 100%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}

.service-package-xlp .pricing-options-tYx {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
}

.service-package-xlp .learn-pricing-kFe:nth-child(3) {
    --i: 3;
}

.service-package-xlp .learn-pricing-kFe:hover .skill-pricing-kiJ {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(189,174,153,0.5), 0.1);
}

.service-package-xlp .monthly-rate-tMH {
    font-weight: 700;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(21px + 4px);
    margin: 20px 0;
    color: rgb(156,113,104);
}

.service-package-xlp .img-text-overlay-awf::after {
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}

.title-screen-zwq .learn-front-QoH::after {
    width: 80%;
    transform: translateY(2px);
    transition: width 0.3s ease-in-out;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(189,174,153), transparent);
    left: 0;
    position: absolute;
    bottom: 0;
}

.title-screen-zwq .course-entry-per p {
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: calc(13px * 1.2);
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

.help-center-eKP::before {
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(156,113,104,0.5) 10px,
        rgb(156,113,104,0.5) 11px
    );
    position: absolute;
    opacity: 0.1;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
}

.help-center-eKP .img-text-overlay-awf::after {
    left: 0;
    content: '';
    position: absolute;
    background: rgb(189,174,153,0.5);
    z-index: 1;
    width: 100%;
    opacity: 0.3;
    top: 0;
    height: 100%;
}

.help-center-eKP .edu-askedu-KfB::before {
    margin-right: 15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: '';
    background: rgb(189,174,153);
    width: 20px;
    height: 20px;
}

.help-center-eKP .edu-askedu-KfB svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}

.help-center-eKP .learn-faq-oTD p svg {
    transform: translateY(-50%);
    left: 15px;
    width: 22px;
    fill: rgb(189,174,153);
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
    top: 50%;
    position: absolute;
}

.help-center-eKP .learn-faq-oTD p:hover::before {
    height: 100%;
}

.help-center-eKP .learn-faq-oTD p span b {
    color: rgb(189,174,153);
    font-weight: 600;
}

.help-center-eKP .learn-faq-oTD p span a:hover::after {
    width: 100%;
}

.help-center-eKP .contact-form-cEJ {
    color: rgb(189,174,153);
    position: relative;
    align-items: center;
    font-size: 20px;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
}

.help-center-eKP .contact-help-yfP {
    display: grid;
    gap: 10px;
}

.help-center-eKP .course-faq-KXF:hover svg {
    fill: rgb(189,174,153);
    transform: translateY(-50%) rotate(15deg);
}

.help-center-eKP .course-faq-KXF svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.help-center-eKP .course-faq-KXF:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.teaching-process-gdR {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,204,197) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 6rem 0;
    z-index: 1;
    position: relative;
}

.teaching-process-gdR .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}

.teaching-process-gdR .edu-heritage-qPz > div {
    max-width: 850px;
    padding: 3.5rem;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(189,174,153);
    transform: translateY(0) rotateX(0);
}

.teaching-process-gdR p {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 0;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

header .nav-primary-vDa {
    z-index: 5;
    padding: 1.2rem 2.5rem;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

header .top-skill-NSZ::after {
    bottom: -5px;
    right: -5px;
    left: -5px;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    border: 2px solid #ffffff;
    opacity: 0;
    transform: skew(-5deg);
    content: '';
    top: -5px;
    z-index: -1;
}

header .main-base-DbY a {
    justify-content: center;
    overflow: hidden;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    height: 40px;
    z-index: 1;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    padding: 0 1.2rem;
}

.enroll-instantly-HDa {
    background: linear-gradient(135deg, rgb(156,113,104) 0%, rgb(189,174,153) 100%);
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 6rem 0;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
}

.enroll-instantly-HDa {
    transform: none;
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}

.enroll-instantly-HDa span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}

.enroll-instantly-HDa .connect-grid-iFE {
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: rgb(189,174,153);
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(189,174,153,0.5);
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    overflow: hidden;
}

.enroll-instantly-HDa .connect-grid-iFE {
    padding: 0.85rem 2rem;
    font-size: calc(16px * 0.95);
}

.pitch-comp-Vpb .company_holder {
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: 200% 200%;
    transform: perspective(1000px) rotateX(2deg);
    padding: 30px;
    order: 2;
    animation: shiftGradient 15s ease infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    backdrop-filter: blur(10px);
}

.pitch-comp-Vpb .nav-section-EbM::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    content: '';
    z-index: -1;
    position: absolute;
    inset: 0;
}

.pitch-comp-Vpb .nav-section-EbM .nav-mentor-hrD a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.linkedin-ref-RqF {
    z-index: 2;
    padding: 25px 0;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.linkedin-ref-RqF .exam-prep-Jiv {
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

.academic-experience-bKc::before {
    height: 25rem;
    width: 25rem;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    right: -5%;
    background: linear-gradient(120deg, rgb(189,174,153,0.5) 10%, rgb(156,113,104,0.5) 90%);
    transform: rotate(-15deg);
    top: -10%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    content: "";
}

.academic-experience-bKc .rating-views-Imv:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.academic-experience-bKc .name {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgb(189,174,153);
    font-weight: 700;
    font-size: 23px;
}

.academic-experience-bKc .rating-views-Imv > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.academic-experience-bKc .emp-skills-MHf::before {
    left: -0.8rem;
    position: absolute;
    top: -1.5rem;
    content: "";
    font-size: 5rem;
    opacity: 0.3;
    color: rgb(189,174,153,0.5);
    font-family: Georgia, serif;
}

.cookie-updates-Rgp {
    flex-shrink: 0;
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
    font-size: 24px;
    border-bottom: 2px solid rgb(189,174,153);
    color: rgb(189,174,153);
    min-width: 120px;
}

.contact-form-section-Dpr h2 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.contact-form-section-Dpr .query-inquiry-LcZ::before {
    border: 1px solid rgb(189,174,153);
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: 12px;
    opacity: 0.2;
    content: "";
    z-index: 3;
}

.contact-form-section-Dpr .img-text-overlay-awf::after {
    inset: 0;
    opacity: 0.7;
    z-index: 2;
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(189,174,153,0.5) 100%);
}

.contact-form-section-Dpr form h3 {
    margin-bottom: 40px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
}

.contact-form-section-Dpr form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-form-section-Dpr .query-help-Fvb {
    margin-bottom: 35px;
    position: relative;
}

.contact-form-section-Dpr .query-help-Fvb label::before {
    border: 1px solid rgb(189,174,153,0.5);
    transition: all 0.3s ease;
    left: 0;
    border-radius: 4px;
    background: rgb(211,204,197);
    top: 0;
    width: 22px;
    position: absolute;
    content: "";
    height: 22px;
}

.contact-form-section-Dpr .query-help-Fvb label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-form-section-Dpr .connect-grid-iFE:hover {
    box-shadow: 
        0 5px 20px rgb(156,113,104,0.5),
        0 0 0 1px rgb(156,113,104);
}

.contact-form-section-Dpr svg {
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(189,174,153,0.5));
    transition: all 0.3s ease;
    fill: rgb(189,174,153);
    height: 22px;
}


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


@media only screen and (max-width: 800px) {.secure-shell-lyE {
    padding: 30px;
    gap: 20px;
}.secure-shell-lyE h1 {
    font-size: calc(19px * 0.8);
}.secure-shell-lyE h2 {
    font-size: calc(19px * 0.8);
}.secure-shell-lyE ul,
    .secure-shell-lyE ol {
    padding-left: 15px;
}.secure-shell-lyE > div {
    padding: 15px;
}}



@media (max-width: 575px) {.meet-us-UPa {
    padding: 60px 0;
}.meet-us-UPa .img-text-overlay-awf {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}.meet-us-UPa .virtual-training-oQd {
    padding: 30px 20px;
}.meet-us-UPa .text-column-wrap-oRy {
    padding: 30px 20px;
}.meet-us-UPa .master-program-QEI {
    font-size: calc(17px * 0.95);
}.meet-us-UPa .master-program-QEI svg {
    height: 35px;
    width: 35px;
}.meet-us-UPa .text-column-wrap-oRy h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.meet-us-UPa .text-column-wrap-oRy p {
    line-height: 1.8;
    font-size: 13px;
}.meet-us-UPa .learning-studio-wIo {
    font-size: calc(21px * 0.95);
}.meet-us-UPa .learn-lab-MVO {
    font-size: calc(13px * 0.95);
}.meet-us-UPa .edu-heritage-qPz::after {
    top: 250px;
}}



@media (max-width: 768px) {.training-results-GwR {
    padding: 50px 0;
}.training-results-GwR .img-text-overlay-awf {
    height: 250px;
}.training-results-GwR h3 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 767px) {.service-package-xlp {
    padding: 60px 0;
}.service-package-xlp .pricing-options-tYx {
    gap: 20px;
    grid-template-columns: 1fr;
}.service-package-xlp .group-rates-Cwr {
    padding: 25px 20px;
}.service-package-xlp .img-text-overlay-awf {
    height: 180px;
}.service-package-xlp .learning-packages-imC h2 {
    font-size: calc(34px - 2px);
}.service-package-xlp .rate-options-dNr {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 576px) {.title-screen-zwq {
    padding: 2rem 0;
}.title-screen-zwq > div {
    padding: 0 1rem;
}.title-screen-zwq .knowledge-study-lNh {
    margin-bottom: 1.5rem;
}.title-screen-zwq .learn-front-QoH {
    font-size: calc(48px * 0.7);
}.title-screen-zwq .course-entry-per {
    padding: 1.5rem;
}.title-screen-zwq .course-entry-per p {
    padding-left: 15px;
    font-size: calc(13px * 0.9);
}.title-screen-zwq .course-entry-per h3 {
    padding: 0.7rem 1rem;
    font-size: calc(18px * 0.8);
}.title-screen-zwq .course-entry-per p::before {
    width: 6px;
    height: 6px;
}}



@media (max-width: 576px) {.teaching-process-gdR {
    padding: 3rem 0;
}.teaching-process-gdR .edu-heritage-qPz > div {
    border-left-width: 2px;
    padding: 1.75rem;
}.teaching-process-gdR h3 {
    font-size: calc(32px * 0.65);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}.teaching-process-gdR h3::after {
    width: 40px;
}.teaching-process-gdR p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.teaching-process-gdR .edu-heritage-qPz > div::before {
    top: 15px;
    left: -15px;
    width: 30px;
    height: 30px;
}}



@media (max-width: 992px) {.enroll-instantly-HDa {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.enroll-instantly-HDa .container {
    gap: 2rem;
}.enroll-instantly-HDa h6 {
    font-size: calc(21px * 1.1);
}.enroll-instantly-HDa .connect-grid-iFE {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 768px) {.pitch-comp-Vpb {
    padding: 50px 0 30px;
}.pitch-comp-Vpb .nav-mentor-hrD {
    flex-direction: column;
    gap: 30px;
}.pitch-comp-Vpb .nav-section-EbM {
    min-width: 100%;
    max-width: 100%;
}.pitch-comp-Vpb .company_holder {
    padding: 20px;
}.pitch-comp-Vpb .glossary-RVa {
    max-width: 100%;
}
}



@media (max-width: 767px) {.academic-experience-bKc {
    padding: 3rem 0;
}.academic-experience-bKc .rating-views-Imv {
    padding: 2rem;
}.academic-experience-bKc .img-text-overlay-awf {
    width: 150px;
    height: 150px;
}.academic-experience-bKc .name {
    font-size: calc(23px - 0.1rem);
}.academic-experience-bKc .emp-skills-MHf {
    line-height: 1.6;
    font-size: calc(18px - 0.1rem);
}
}



@media (max-width: 1024px) {.contact-form-section-Dpr {
    padding: 80px 0;
}.contact-form-section-Dpr .img-text-overlay-awf {
    min-height: 500px;
}.contact-form-section-Dpr .support-box-hBc {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact-form-section-Dpr {
    padding: 50px 0;
}.contact-form-section-Dpr h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.contact-form-section-Dpr .img-text-overlay-awf {
    min-height: 200px;
}.contact-form-section-Dpr .support-box-hBc {
    padding: 30px 20px;
}.contact-form-section-Dpr form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-form-section-Dpr form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-form-section-Dpr .query-help-Fvb {
    margin-bottom: 20px;
}.contact-form-section-Dpr .query-help-Fvb label {
    font-size: calc(14px * 0.9);
}.contact-form-section-Dpr .connect-grid-iFE {
    padding: 12px 20px;
}
}



@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}



@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}



@keyframes slide-in {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

