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

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


.secure-shell-lyE {
    background-color: rgb(189,174,153);
    border: 1px solid rgb(189,174,153);
    display: flex;
    gap: 30px;
    padding: 50px;
    font-family: Arial, sans-serif;
    flex-direction: column;
    margin-bottom: 20px;
    color: #000000;
}

.secure-shell-lyE ol {
    list-style-type: decimal;
}

.secure-shell-lyE > div {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(211,204,197);
    border: 1px solid rgb(189,174,153,0.5);
}



.meet-us-UPa .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}



.meet-us-UPa .edu-heritage-qPz {
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.meet-us-UPa .edu-heritage-qPz::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(189,174,153), transparent);
    width: 40%;
    position: absolute;
    left: 30%;
    top: 50%;
    content: "";
    animation: scanline 4s ease-in-out infinite;
    opacity: 0.4;
}

.meet-us-UPa .virtual-training-oQd:hover::before {
    opacity: 0.12;
}



.meet-us-UPa .virtual-training-oQd:hover::after {
    opacity: 1;
}

.meet-us-UPa .img-text-overlay-awf {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    height: 220px;
}

.meet-us-UPa .study-growth-Icy::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(189,174,153), transparent);
    opacity: 0.8;
    width: 70px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
}

.meet-us-UPa .virtual-training-oQd:hover .learn-lab-MVO {
    color: rgb(156,113,104);
    opacity: 1;
    transform: translateY(2px);
}

.meet-us-UPa .text-column-wrap-oRy::before,
.meet-us-UPa .text-column-wrap-oRy::after {
    opacity: 0.03;
    height: 500px;
    filter: blur(60px);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    content: "";
    width: 500px;
    position: absolute;
    animation: blobAnimation 25s infinite alternate;
    z-index: -1;
    transition: all 0.8s ease;
    background: rgb(189,174,153,0.5);
}



.meet-us-UPa .text-column-wrap-oRy::before {
    right: -250px;
    top: -250px;
}

.meet-us-UPa .text-column-wrap-oRy::before,
.meet-us-UPa .text-column-wrap-oRy::after,
.meet-us-UPa .virtual-training-oQd::before,
.meet-us-UPa .virtual-training-oQd::after,
.meet-us-UPa .img-text-overlay-awf::before,
.meet-us-UPa .img-text-overlay-awf::after {
    pointer-events: none;
}

.meet-us-UPa .text-column-wrap-oRy:hover p {
    transform: translateY(3px);
}

.course-highlights-Ewd {
    justify-content: center;
    min-height: 100vh;
    background-color: rgb(211,204,197);
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
}

.course-highlights-Ewd .new-skills-xnS:hover .tech-training-chr {
    animation-play-state: paused;
}

.course-highlights-Ewd .study-track-ZQR img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
}

.course-highlights-Ewd .container {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    margin: auto;
    z-index: 2;
    position: relative;
    padding: 2rem;
}

.course-highlights-Ewd .skill-master-YdJ {
    position: relative;
    border-radius: 15px;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 4rem;
}

.course-highlights-Ewd .skill-master-YdJ {
    padding: 2rem 1.5rem;
}

.course-highlights-Ewd .skill-master-YdJ:hover h3::after {
    width: 60%;
}

.course-highlights-Ewd .skill-master-YdJ p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    opacity: 0.8;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}

.course-highlights-Ewd .skill-master-YdJ p {
    font-size: calc(12px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.course-highlights-Ewd .skill-master-YdJ .connect-grid-iFE:hover {
    box-shadow: 0 12px 30px rgb(189,174,153,0.5);
    transform: translateY(-3px);
}



.course-highlights-Ewd::before {
    width: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    left: 0;
    z-index: 1;
    opacity: 0.7;
    top: 0;
    height: 100%;
}

.course-highlights-Ewd .study-track-ZQR:nth-child(5)::before {
    animation-delay: 8s;
}

.thankYouHub-VJN::after {
    position: absolute;
    z-index: 0;
    width: 60%;
    right: -10%;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(189,174,153,0.5) 0%, transparent 70%);
    content: "";
    height: 70%;
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
    top: -20%;
}

.thankYouHub-VJN .edu-heritage-qPz {
    transform: translateY(30px);
    padding: 3.5rem;
    animation: slideUp 0.8s forwards ease-out 0.5s;
    position: relative;
    opacity: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
}

.training-results-GwR::before {
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(189,174,153,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(156,113,104,0.5) 0%, transparent 35%);
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    opacity: 0.3;
    top: 0;
}

.training-results-GwR .edu-heritage-qPz:hover::before {
    transform: translateY(-40px);
}

.training-results-GwR .img-text-overlay-awf {
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    width: 100%;
    transform-origin: left center;
}

.training-results-GwR h3 {
    position: relative;
    font-weight: 700;
    color: rgb(189,174,153);
    margin-bottom: 30px;
    font-size: 35px;
}

.training-results-GwR li {
    transform: translateX(0);
    border-left: 2px solid rgb(189,174,153,0.5);
    padding: 10px 15px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    border-bottom: 1px solid rgb(156,113,104,0.5);
    border-radius: 15px 5px 15px 5px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    overflow: hidden;
}

.service-package-xlp .container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.service-package-xlp .learning-packages-imC h2::after {
    bottom: -10px;
    border-radius: 2px;
    content: "";
    width: 80px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(156,113,104), rgb(189,174,153));
    left: 0;
}

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

.service-package-xlp .skill-pricing-kiJ {
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    position: relative;
    background-color: #ffffff;
}

.service-package-xlp .monthly-rate-tMH::before {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgb(156,113,104), transparent);
    left: 0;
    top: -10px;
    position: absolute;
    border-radius: 2px;
    content: "";
}

.service-package-xlp .learn-pricing-kFe:hover .img-text-overlay-awf {
    transform: scale(1.05);
}

.title-screen-zwq {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,204,197), rgb(156,113,104,0.5));
    padding: 4rem 0;
    position: relative;
}

.title-screen-zwq .course-entry-per {
    position: relative;
    background-position: center center !important;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.title-screen-zwq .course-entry-per > div {
    transform: translateX(30px);
    z-index: 2;
    opacity: 0;
    animation: slide-in 0.8s forwards 0.3s ease-out;
    position: relative;
    max-width: 70%;
}

.title-screen-zwq .course-entry-per h3:hover {
    transform: perspective(1000px) rotateX(2deg) translateZ(5px);
}

.help-center-eKP {
    position: relative;
    background: rgb(211,204,197);
    padding: 80px 0;
    overflow: hidden;
}

.help-center-eKP .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}

.help-center-eKP .edu-askedu-KfB {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(189,174,153);
    text-align: center;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
    font-size: 47px;
}

.help-center-eKP .reach-out-sVo .edu-askedu-KfB {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 33px;
    margin: 0;
    padding: 30px;
    font-weight: 700;
    align-items: center;
    border-bottom: 1px solid rgb(156,113,104,0.5);
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    color: rgb(189,174,153);
}

.help-center-eKP .learn-faq-oTD p:hover svg {
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    fill: rgb(156,113,104);
}

.help-center-eKP .learn-faq-oTD p::before {
    height: 0;
    transition: height 0.3s ease;
    position: absolute;
    width: 3px;
    background: rgb(156,113,104);
    left: -3px;
    top: 0;
    content: '';
}

.help-center-eKP .learn-faq-oTD p span a::after {
    width: 0;
    left: 0;
    background: rgb(156,113,104);
    transition: width 0.3s ease;
    height: 1px;
    position: absolute;
    content: '';
    bottom: -2px;
}

.help-center-eKP .contact-form-cEJ:hover svg {
    fill: rgb(156,113,104);
    transform: translateY(-50%) rotate(15deg);
}

.help-center-eKP .course-faq-KXF {
    color: #000000;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    border-left: 3px solid rgb(156,113,104);
    padding: 12px 15px 12px 45px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.help-center-eKP .course-faq-KXF:hover::after {
    width: 100%;
}

.teaching-process-gdR::before {
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(189,174,153,0.5) 0%, rgb(156,113,104,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: -100px;
    filter: blur(60px);
    right: -100px;
}

.teaching-process-gdR .edu-heritage-qPz > div::before {
    width: 40px;
    left: -20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    background: rgb(189,174,153);
    opacity: 0.9;
    content: "";
    height: 40px;
    transform: scale(0);
    border-radius: 50%;
    top: 20px;
}

.teaching-process-gdR .edu-heritage-qPz > div:hover h3::after {
    transform: scaleX(1.5);
}

.teaching-process-gdR p span {
    opacity: 0.95;
    display: inline-block;
    transition: opacity 0.3s ease;
    position: relative;
}

header::before {
    z-index: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
}



header .nav-page-VHu {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

header .nav-page-VHu img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

header .main-base-DbY a::before {
    top: -2px;
    bottom: -2px;
    transition: opacity 0.3s ease;
    position: absolute;
    transform: scale(0.9);
    left: -2px;
    opacity: 0;
    content: '';
    background: #ffffff;
    right: -2px;
    z-index: -1;
}

header .nav-primary-vDa::before {
    height: 1px;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
}

.enroll-instantly-HDa::before {
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    opacity: 0.1;
    pointer-events: none;
    content: "";
}

.enroll-instantly-HDa div:not(.container) {
    justify-content: center;
    display: flex;
    position: relative;
    margin-top: 1rem;
}

.enroll-instantly-HDa .connect-grid-iFE::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    position: absolute;
    height: 100%;
}

.enroll-instantly-HDa .connect-grid-iFE:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(189,174,153,0.5);
    transform: translateY(-2px);
    color: #000000;
}

footer {
    position: relative;
}

footer::before {
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(189,174,153) 100%);
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.92;
}

.pitch-comp-Vpb .company_holder h3::after {
    background: rgb(189,174,153);
    width: 60px;
    content: '';
    margin: 15px auto 0;
    height: 3px;
    display: block;
    border-radius: 3px;
}

.pitch-comp-Vpb .nav-mentor-hrD {
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
}

.pitch-comp-Vpb .nav-section-EbM:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.pitch-comp-Vpb .nav-section-EbM h5::before {
    bottom: -1px;
    background: rgb(156,113,104);
    position: absolute;
    height: 1px;
    content: '';
    width: 50px;
    left: 0;
}

.pitch-comp-Vpb .nav-section-EbM .nav-mentor-hrD a {
    font-size: 18px;
    display: flex;
    white-space: normal;
    transition: all 0.3s ease;
    word-break: break-word;
    opacity: 0.8;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}

.linkedin-ref-RqF .container {
    text-align: center;
}

footer::after {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}

.academic-experience-bKc .rating-views-Imv {
    border-left: 5px solid rgb(189,174,153);
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem;
    gap: 2.5rem;
    position: relative;
}

.academic-experience-bKc .rating-views-Imv:hover .name::after {
    width: 90%;
}

.academic-experience-bKc .rating-views-Imv > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(18px - 0.1rem);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(156,113,104);
}

.data-agree-SeY {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.cookie-check-RKC svg, .cookie-check-RKC svg path, .cookie-check-RKC img {
    height: 100px;
    width: 100px;
    fill: rgb(189,174,153);
}

.contact-form-section-Dpr::before {
    background: rgb(211,204,197);
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(189,174,153,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(156,113,104,0.5) 0%, transparent 30%);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}

.contact-form-section-Dpr .query-inquiry-LcZ {
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(189,174,153,0.5);
    overflow: hidden;
    border-radius: 12px;
}

.contact-form-section-Dpr .img-text-overlay-awf::before {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
}

.contact-form-section-Dpr .support-box-hBc::before {
    top: -100px;
    height: 200px;
    position: absolute;
    right: -100px;
    background: rgb(189,174,153,0.5);
    width: 200px;
    z-index: 0;
    opacity: 0.3;
    filter: blur(100px);
    content: "";
}

.contact-form-section-Dpr form input[type="text"] {
    font-size: 18px;
    color: #000000;
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgb(189,174,153,0.5);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    background: rgb(211,204,197);
}

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

.contact-form-section-Dpr .connect-grid-iFE {
    cursor: pointer;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(189,174,153);
    letter-spacing: 1px;
    font-size: 19px;
    box-shadow: 
        0 5px 15px rgb(189,174,153,0.5),
        0 0 0 1px rgb(189,174,153);
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 18px 30px;
    width: 100%;
    border-radius: 8px;
    font-weight: 700;
    border: none;
}


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



@media (max-width: 991px) {.meet-us-UPa {
    padding: 100px 0;
}.meet-us-UPa .edu-heritage-qPz {
    gap: 50px;
}.meet-us-UPa .text-column-wrap-oRy {
    padding: 40px 30px;
}.meet-us-UPa .virtual-training-oQd {
    padding: 40px 30px;
}.meet-us-UPa .text-column-wrap-oRy h2 {
    font-size: 34px;
}.meet-us-UPa .edu-heritage-qPz::after {
    top: 300px;
}
}



@media (max-width: 992px) {.course-highlights-Ewd .skill-master-YdJ {
    padding: 3rem;
}.course-highlights-Ewd .edu-heritage-qPz {
    max-width: 700px;
}.course-highlights-Ewd .skill-master-YdJ h3 {
    font-size: calc(36px * 0.9);
}.course-highlights-Ewd .skill-master-YdJ p {
    max-width: 95%;
}
}



@media (max-width: 991px) {.thankYouHub-VJN {
    padding: 4rem 0;
}.thankYouHub-VJN h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.thankYouHub-VJN .edu-heritage-qPz {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.thankYouHub-VJN {
    padding: 3rem 0;
}.thankYouHub-VJN::before {
    background-size: 25px 25px;
}.thankYouHub-VJN h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.thankYouHub-VJN .edu-heritage-qPz {
    padding: 2rem;
}.thankYouHub-VJN .edu-heritage-qPz li {
    padding-left: 1.5rem;
}.thankYouHub-VJN .edu-heritage-qPz li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}
}



@media (max-width: 1199px) {.service-package-xlp {
    padding: 80px 0;
}.service-package-xlp .learning-packages-imC {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.service-package-xlp .learning-packages-imC h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (hover: none) {.service-package-xlp .learn-pricing-kFe:hover .skill-pricing-kiJ {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.service-package-xlp .learn-pricing-kFe:hover .group-rates-Cwr h3 {
    transform: none;
}.service-package-xlp .learn-pricing-kFe:hover .monthly-rate-tMH {
    transform: none;
}.service-package-xlp .learn-pricing-kFe:hover .img-text-overlay-awf {
    transform: none;
}}



@media (max-width: 767px) {.help-center-eKP {
    padding: 50px 0;
}.help-center-eKP .edu-askedu-KfB {
    padding: 20px;
    font-size: 21px;
}.help-center-eKP .edu-askedu-KfB svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.help-center-eKP .learn-faq-oTD {
    padding: 20px;
}.help-center-eKP .learn-faq-oTD p {
    padding: 12px 12px 12px 45px;
}.help-center-eKP .learn-faq-oTD p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}.help-center-eKP .contact-form-cEJ {
    font-size: 21px;
}.help-center-eKP .contact-form-cEJ svg {
    width: 18px;
    height: 18px;
}.help-center-eKP .course-faq-KXF {
    padding: 10px 10px 10px 40px;
}.help-center-eKP .course-faq-KXF svg {
    left: 12px;
    width: 15px;
    height: 15px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav-primary-vDa {
    padding: 0.8rem 1.5rem;
}header .top-skill-NSZ {
    max-width: 140px;
}header .top-skill-NSZ::before, 
    header .top-skill-NSZ::after {
    bottom: -3px;
    right: -3px;
    left: -3px;
    top: -3px;
}header .nav-page-VHu img {
    max-height: 35px;
}header .nav-section-EbM {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .nav-section-EbM::-webkit-scrollbar {
    height: 3px;
}header .nav-section-EbM::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main-base-DbY {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main-base-DbY a {
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(18px - 2px);
}header .main-base-DbY::after {
    display: none;
}
}



@media (max-width: 480px) {.academic-experience-bKc {
    padding: 2rem 0;
}.academic-experience-bKc .container {
    padding: 0 1rem;
}.academic-experience-bKc .rating-views-Imv {
    padding: 1.5rem;
    gap: 1.5rem;
}.academic-experience-bKc .img-text-overlay-awf {
    height: 120px;
    width: 120px;
}.academic-experience-bKc .emp-skills-MHf::before {
    font-size: 4rem;
    top: -1rem;
}}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

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

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }


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

@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 floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

