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

header,footer {
    width: 100%;
}

header {
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(212,203,198) 0%, 
        rgb(212,203,198,0.5) 100%
    );
    z-index: 1000;
}

.course-offering::before {
    position: absolute;
    transform: rotate(15deg);
    content: "";
    right: -5%;
    z-index: 1;
    background: linear-gradient(220deg, rgb(212,203,198,0.5) 0%, transparent 70%);
    top: -10%;
    height: 300px;
    filter: blur(40px);
    width: 300px;
    animation: float 15s infinite ease-in-out alternate;
    opacity: 0.6;
}

.course-offering h2::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
    content: "";
    height: 3px;
    bottom: -15px;
    transition: width 0.3s ease;
    left: 50%;
}

.course-offering .img-overlay::after {
    height: 80px;
    top: -10px;
    transform: rotate(0deg);
    z-index: 2;
    position: absolute;
    background: rgb(212,203,198);
    opacity: 0.7;
    right: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transition: transform 0.5s ease;
    width: 80px;
    content: "";
}

.course-offering .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(212,203,198);
}

.test-drive .expert-study {
    z-index: 10;
    padding: 0;
    position: relative;
    perspective: 1000px;
}

.test-drive .container p {
    background: #ffffff;
    transform: translateZ(50px);
    position: relative;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 29px;
    color: #000000;
    margin: 0 auto 80px;
    padding: 50px;
    font-weight: 700;
    z-index: 5;
    text-align: center;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    max-width: 800px;
}

.test-drive .connect-list:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.test-drive .connect-list:hover::before {
    transform: translateX(100%);
}

.test-drive .expert-study::after {
    width: 90%;
    content: '';
    border-radius: 50%;
    transform: rotateX(70deg);
    bottom: -30px;
    height: 20px;
    opacity: 0.1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    left: 5%;
    filter: blur(15px);
}

.reach-outcqu::before {
    position: absolute;
    opacity: 0.05;
    background-size: 60px 60px;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(212,203,198,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(212,203,198,0.5) 50%, 
        rgb(212,203,198,0.5) 75%, 
        transparent 75%, 
        transparent);
    top: 0;
    content: "";
    left: 0;
    animation: gradientMove 20s linear infinite;
    height: 100%;
}

.reach-outcqu .help-form {
    background: #ffffff;
    padding: 60px;
    position: relative;
    justify-content: center;
    flex-direction: column;
    order: 1;
    display: flex;
}

.reach-outcqu form h3 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(179,168,161,0.5);
    font-weight: 700;
    font-size: 24px;
    position: relative;
    color: #000000;
}

.reach-outcqu form input#name {
    position: relative;
}

.reach-outcqu .connect-panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.reach-outcqu .connect-panel label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}

.reach-outcqu .connect-panel input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 14px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    transform: rotate(45deg);
    top: 4px;
    content: "";
    border-right: 2px solid #ffffff;
    left: 8px;
}

.reach-outcqu form .connect-list::before {
    z-index: -1;
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    width: 0;
    background: rgb(179,168,161);
    top: 0;
    left: 0;
    position: absolute;
}

.reach-outcqu svg path {
    fill: rgb(212,203,198);
    transition: fill 0.3s ease;
}

.reach-outcqu form #name,
.reach-outcqu form #phone {
    position: relative;
}

.mentorship-profile::before {
    background-color: rgb(212,203,198,0.5);
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    width: 500px;
    top: -200px;
    content: "";
    right: -200px;
    height: 500px;
}

.mentorship-profile .review-carousel::after {
    bottom: -15px;
    z-index: -1;
    height: 30px;
    content: "";
    background-color: rgb(212,203,198);
    position: absolute;
    width: 30px;
    transform: rotate(45deg);
    right: 50px;
}

.mentorship-profile .review-carousel:hover .img-overlay {
    transform: scale(1.05);
}

.mentorship-profile .review-carousel:hover .img-overlay::before {
    opacity: 1;
}

.mentorship-profile .career-back {
    margin: 25px 0 0;
    background-color: rgb(239,237,234);
    line-height: 1.8;
    color: #000000;
    border-radius: 11px;
    padding: 20px 30px;
    position: relative;
    order: 3;
    font-size: 14px;
}

.mentorship-profile .name::after {
    width: 40px;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
    background-color: rgb(212,203,198);
    left: 50%;
    position: absolute;
    content: "";
}

.potential-learners::before {
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,203,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(179,168,161,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
}

.potential-learners .expert-study:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.potential-learners .expert-study::before {
    filter: blur(30px);
    top: -100px;
    width: 200px;
    height: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    position: absolute;
    right: -100px;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    background: linear-gradient(45deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
}

.potential-learners div p {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: calc(14px + 2px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    border-left: 3px solid rgb(212,203,198);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.potential-learners div p::after {
    height: 1px;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,203,198) 0%, transparent 100%);
    content: "";
    transition: width 0.5s ease;
    bottom: 0;
    left: 0;
}

.locate .container {
    gap: 60px;
    flex-direction: column;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    display: flex;
}

.locate .reach-team {
    display: flex;
    border-radius: 14px;
    padding: 60px;
    gap: 40px;
    transition: all 0.5s ease;
    background: #ffffff;
    flex-wrap: wrap;
    box-shadow: 0 20px 50px rgb(212,203,198,0.5);
}

.locate .img-overlay {
    border-radius: 14px;
    transition: all 0.4s ease;
    flex: 0 0 40%;
    position: relative;
    max-width: 400px;
    height: 300px;
    overflow: hidden;
}

.locate .img-overlay:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(179,168,161,0.5);
}

.locate .course-faq p {
    position: relative;
    font-family: Arial, sans-serif;
    display: flex;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    align-items: center;
    transition: all 0.3s ease;
    padding-left: 0;
    margin: 0;
}

.locate .course-faq p a:hover:after {
    transform: scaleX(1);
}

.locate .course-ask:hover {
    box-shadow: 0 25px 55px rgb(179,168,161,0.5);
    background: #ffffff;
}

.locate .ask-questions {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(212,203,198);
    font-weight: 600;
    font-size: 22px;
}

.locate .ask-questions:before {
    background: rgb(179,168,161);
    width: 40px;
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    animation: pulseLine 1.5s infinite ease;
    content: '';
    left: 50%;
    top: -10px;
}

.locate .contact-assistance:hover {
    background: rgb(179,168,161,0.5);
    padding-left: 15px;
    box-shadow: 0 10px 20px rgb(212,203,198,0.5);
    transform: translateY(-5px);
}

.title-intro .learn-start {
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.title-intro .quick-edu::after {
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 30%,
        transparent 70%
    );
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}

.title-intro .main-first label:hover {
    border-color: rgb(212,203,198);
}

.title-intro .message-box {
    right: 0;
    position: absolute;
    z-index: 5;
    padding: 80px 50px;
    bottom: 0;
    width: 45%;
}

.title-intro .message-box h1 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 45px;
    padding-bottom: 15px;
}

.title-intro .message-box h3 {
    font-size: 23px;
    font-weight: 600;
    color: rgb(212,203,198);
    margin-bottom: 20px;
}

.title-intro .learn-start input:nth-child(1):checked ~ .main-first label:nth-child(1)::after,
.title-intro .learn-start input:nth-child(2):checked ~ .main-first label:nth-child(2)::after,
.title-intro .learn-start input:nth-child(3):checked ~ .main-first label:nth-child(3)::after,
.title-intro .learn-start input:nth-child(4):checked ~ .main-first label:nth-child(4)::after,
.title-intro .learn-start input:nth-child(5):checked ~ .main-first label:nth-child(5)::after,
.title-intro .learn-start input:nth-child(6):checked ~ .main-first label:nth-child(6)::after,
.title-intro .learn-start input:nth-child(7):checked ~ .main-first label:nth-child(7)::after,
.title-intro .learn-start input:nth-child(8):checked ~ .main-first label:nth-child(8)::after,
.title-intro .learn-start input:nth-child(9):checked ~ .main-first label:nth-child(9)::after,
.title-intro .learn-start input:nth-child(10):checked ~ .main-first label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

.meet-us {
    padding: 110px 0;
    overflow: hidden;
    background: rgb(239,237,234);
    position: relative;
}

.meet-us {
    padding: 60px 0;
}

.meet-us::after {
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(212,203,198,0.5), 0.03) 15px,
            rgba(rgb(212,203,198,0.5), 0.03) 16px
        );
    position: absolute;
    top: 0;
}

.meet-us h2::after {
    border-radius: 50%;
    animation: moveDot 4s infinite alternate;
    height: 12px;
    content: "";
    border: 3px solid rgb(212,203,198);
    bottom: -23px;
    width: 12px;
    position: absolute;
    background: #ffffff;
    left: calc(50% - 60px - 6px);
}

.meet-us .mission-why {
    border-left: 5px solid rgb(212,203,198);
    border-radius: 0 16px 16px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    transition: all 0.4s ease;
    padding: 40px 35px;
    overflow: hidden;
    flex: 1;
    position: relative;
}



    .meet-us .mission-why {
    padding: 30px 25px;
}

.meet-us .mission-why:hover h3 {
    padding-left: 15px;
}

.meet-us .mission-why:nth-child(2) h3::before {
    background: rgb(179,168,161);
}

.meet-us .mission-why:hover h3::before {
    width: 50px;
}

.meet-us .mission-why p {
    line-height: 1.8;
    z-index: 1;
    font-size: 14px;
    position: relative;
    color: #000000;
}

.meet-us .mission-why p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}

.meet-us .smart-guide::before {
    animation: rotate 15s linear infinite;
    content: "";
    width: 70px;
    position: absolute;
    height: 70px;
    transform: translate(-50%, -50%);
    border: 2px dashed rgb(212,203,198,0.5);
    border-radius: 50%;
    top: 50%;
    z-index: 1;
    left: 50%;
}

.faculty-info .company_holder {
    position: relative;
    padding-right: 40px;
}

.faculty-info .company_holder::after {
    height: 60%;
    top: 20%;
    width: 1px;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(179,168,161,0.5), 
        transparent);
    content: "";
}

.faculty-info .main-sitewrap {
    gap: 60px;
    display: flex;
}

.faculty-info .top-nav h5 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}

.faculty-info .top-nav .main-sitewrap a::before {
    transform: translateY(-50%);
    opacity: 0;
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(212,203,198);
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
}

.privacy-cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faculty-info::after {
    box-shadow: 0 0 40px rgb(212,203,198,0.5);
}

.faculty-info .top-nav::before {
    border-radius: 50%;
    content: "";
    width: 5px;
    opacity: 0.7;
    left: -15px;
    height: 5px;
    background: rgb(212,203,198);
    position: absolute;
    top: 10px;
}



.faculty-info .top-nav .main-sitewrap a::after {
    transition: width 0.3s ease;
    background: rgb(212,203,198);
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    bottom: -2px;
    width: 0;
}



.faculty-info .company_holder h3::before {
    top: 50%;
    width: 20px;
    opacity: 0.7;
    position: absolute;
    background: rgb(212,203,198);
    left: -30px;
    height: 1px;
    content: "";
}

.privacy-cta .mentor-cta:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

.program-results::before {
    left: 0;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(212,203,198,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,168,161,0.5), 0.15) 0%, transparent 60%);
    top: 0;
    position: absolute;
}

.program-results .img-overlay:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(212,203,198,0.5), 0.15);
}

.program-results .message-box {
    position: relative;
}

.program-results h1 {
    color: #000000;
    font-weight: 700;
    background: linear-gradient(90deg, #000000 0%, rgb(212,203,198) 100%);
    color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.3;
    background-clip: text !important;
    margin-bottom: 2rem;
    position: relative;
    font-size: calc(28px * 1.1);
}

.program-results li p {
    color: #000000;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: calc(18px * 1.05);
}

.program-results li:hover svg path {
    fill: rgb(179,168,161);
}

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

.cookie-popup-overlay p {
    font-size: 18px;
}

.data-approve {
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 35px;
    border-bottom: 2px solid rgb(212,203,198);
    margin-left: 10px;
    color: rgb(212,203,198);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    font-size: 24px;
}

.privacy-retreat h2 {
    font-size: 37px;
    margin-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 5px solid rgb(212,203,198);
    margin-bottom: 20px;
    padding-left: 15px;
    color: rgb(179,168,161);
}

.privacy-retreat p {
    font-size: 12px;
    margin-bottom: 20px;
    color: #ffffff;
}

.privacy-retreat a {
    border-bottom: 1px dashed rgb(179,168,161);
    color: rgb(179,168,161);
    text-decoration: none;
    font-weight: 600;
}

.pricing-section::before {
    opacity: 0.1;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(212,203,198,0.5) 30%, transparent 70%);
    content: "";
    z-index: 1;
}

.pricing-section .cost-breakdown h2::after {
    position: absolute;
    width: 80px;
    border-radius: 10px;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    left: 50%;
}

.pricing-section .trial-pricing:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-section .trial-pricing:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing-section .trial-pricing:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-section .trial-pricing:hover::before {
    transform: scaleX(1);
}

.pricing-section .cost-card {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.pricing-section .deal-opts h3 {
    transition: color 0.3s ease;
    position: relative;
    font-size: 20px;
    color: #000000;
    margin: 0 0 1rem;
    font-weight: 700;
}

.pricing-section .trial-pricing:hover .learning-packages {
    transform: translateY(-3px);
}

.pricing-section .trial-pricing:hover .learning-packages::after {
    width: 80px;
}

.pricing-section .img-overlay::after {
    left: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    opacity: 0.7;
}

header .main-learning {
    position: relative;
}

header .main-learning:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    content: '';
    opacity: 0.3;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
}

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

header .container:before {
    opacity: 0.5;
    background-position: 0 0, 0 10px;
    height: 30px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    pointer-events: none;
    right: 20px;
    width: 50px;
    content: '';
    background-repeat: repeat-x;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

header .top-nav:hover:before {
    opacity: 0.7;
}

header .head-learn:before {
    background: #ffffff;
    border-radius: 50%;
    width: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -12px;
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    height: 6px;
}

header .head-learn:hover:before {
    left: -20px;
    opacity: 1;
}

header .main-skill {
    position: relative;
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px;
}

header .main-skill:hover:before {
    opacity: 1;
}

header .main-skill:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .main-skill:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.thankYouWeb::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(179,168,161,0.5) 0%, transparent 60%);
}

.thankYouWeb h2 {
    font-size: 29px;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: translateX(-20px);
    margin-bottom: 40px;
    max-width: 800px;
    font-weight: 700;
    position: relative;
}

.thankYouWeb .expert-study:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thankYouWeb li {
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s ease forwards 1s;
    padding-left: 25px;
    opacity: 0;
}




.thankYouWeb .container::before,
.thankYouWeb .container::after {
    content: "";
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background: rgb(212,203,198);
    opacity: 0.7;
    position: absolute;
}

.thankYouWeb .container::before {
    right: 15%;
    box-shadow: 
        30px 50px 0 -1px rgb(179,168,161),
        80px -20px 0 -1px rgb(212,203,198),
        120px 60px 0 -1px rgb(179,168,161),
        200px 40px 0 -1px rgb(212,203,198);
    top: 30px;
}



@media (min-width: 992px) {.course-offering {
    padding: 150px 0;
}.course-offering h2 {
    margin-bottom: 70px;
    font-size: calc(29px * 1.1);
}.course-offering .tech-skills {
    max-width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 0 auto;
}.course-offering .tech-skills:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.course-offering .img-overlay {
    flex: 0 0 40%;
}.course-offering .message-box {
    padding: 50px 60px;
    flex: 0 0 60%;
}.course-offering .description {
    max-height: 280px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 767px) {.test-drive {
    padding: 100px 0;
}.test-drive .container p {
    transform: translateZ(30px);
    font-size: 18px;
    padding: 30px;
    margin-bottom: 60px;
}.test-drive .connect-list {
    height: 50px;
    transform: translateZ(20px);
    width: 200px;
    line-height: 50px;
}.test-drive .connect-list:hover {
    transform: translateZ(25px);
}.test-drive .container p::after {
    width: 25px;
    bottom: -12px;
    height: 25px;
}
}



@media screen and (max-width: 480px) {.reach-outcqu {
    padding: 60px 0 40px;
}.reach-outcqu h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.reach-outcqu .img-overlay {
    min-height: 200px;
}.reach-outcqu .help-form {
    padding: 30px 20px;
}.reach-outcqu form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.reach-outcqu form .connect-list {
    padding: 14px 20px;
    width: 100%;
}}



@media (max-width: 768px) {.mentorship-profile {
    padding: 70px 0;
}.mentorship-profile .review-carousel {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.potential-learners {
    padding: 80px 0;
}.potential-learners .expert-study {
    padding: 40px 30px;
}.potential-learners h4 {
    margin-bottom: 30px;
    font-size: calc(28px - 2px);
}.potential-learners div p {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-size: 14px;
}
}



@media (max-width: 479px) {.potential-learners {
    padding: 40px 0;
}.potential-learners .expert-study {
    padding: 25px 15px;
}.potential-learners h4 {
    font-size: calc(28px - 6px);
}.potential-learners div p {
    padding: 8px 10px;
    font-size: calc(14px - 2px);
}.potential-learners div p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    min-width: 18px;
}}



@media screen and (max-width: 768px) {.locate {
    padding: 80px 0;
}.locate .reach-team {
    padding: 40px;
    flex-direction: column;
}.locate .img-overlay {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex: unset;
    height: 300px;
}.locate .course-faq {
    flex: 0 0 100%;
}.locate .course-ask {
    padding: 30px;
}.locate .course-faq p svg {
    margin: 0 10px;
    width: 18px;
    height: 18px;
}.locate .ask-questions svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}
}



@media (max-width: 767px) {.title-intro .expert-study {
    height: auto;
}.title-intro .learn-start {
    position: relative;
    height: 60vh;
}.title-intro .message-box {
    width: 100%;
    position: relative;
    padding: 30px 20px;
}.title-intro .message-box .container {
    padding: 25px;
}.title-intro .main-first {
    top: initial;
    bottom: 20px;
    right: 20px;
    transform: none;
    left: initial;
    gap: 12px;
    flex-direction: row;
}.title-intro .message-box h1 {
    font-size: calc(45px * 0.85);
}.title-intro .message-box h3 {
    font-size: calc(23px * 0.85);
}
}



@media (max-width: 991px) {.faculty-info {
    padding: 60px 0 30px;
}.faculty-info .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.faculty-info .company_holder {
    padding-right: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}.faculty-info .company_holder::after {
    display: none;
}.faculty-info .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.faculty-info .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.faculty-info .campus-links {
    max-width: 100%;
    text-align: center;
}.faculty-info .career-help {
    justify-content: center;
}
}



@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(179,168,161,0.5), 
            transparent);
    position: absolute;
    right: 0;
    height: 1px;
    left: 0;
    top: 0;
    content: "";
}.faculty-info::before {
    background-blend-mode: overlay;
}}



@media (max-width: 767px) {.program-results {
    padding: 4rem 0;
}.program-results .expert-study {
    padding: 1.5rem;
}.program-results h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.9);
}.program-results li {
    padding-left: 2rem;
}.program-results li p {
    font-size: 18px;
}.program-results svg {
    transform: scale(0.8);
}
}


@media only screen and (max-width: 1200px) {.cookie-popup-overlay {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.cookie-data {
    display: none;
}.data-agree {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-popup-overlay h5 {
    text-align: center;
}.cookie-popup-overlay p {
    text-align: center;
}.digital-cookies {
    margin-bottom: 20px;
}body .wrapper-structure .data-approve {
    margin-left: 0;
}}



@media (min-width: 1200px) {.pricing-section {
    padding: 8rem 2rem;
}.pricing-section .cost-breakdown {
    flex: 0 0 25%;
}.pricing-section .pricing-options {
    flex: 0 0 75%;
}.pricing-section .deal-opts {
    padding: 2.5rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-nav {
    gap: 20px;
}header .main-skill svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main-skill svg {
    height: 30px;
}}



@media screen and (max-width: 768px) {.thankYouWeb {
    padding: 60px 0 40px;
}.thankYouWeb h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.thankYouWeb .expert-study {
    transform: none;
    padding: 25px;
    clip-path: none;
}.thankYouWeb li {
    padding-left: 20px;
}.thankYouWeb li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.thankYouWeb li span {
    font-size: calc(13px * 0.95);
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



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

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



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



@keyframes pulseWave {
    0% {
        transform: scale(1);
        opacity: 0.12;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.18;
    }
    100% {
        transform: scale(1);
        opacity: 0.12;
    }
}

@keyframes moveDot {
        0% {
            left: calc(50% - 50px - 6px);
        }
        100% {
            left: calc(50% + 50px - 6px);
        }
    }



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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



@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

