.nav-wrap {
    flex: 1 0 auto;
}

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

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

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

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


.course-offering {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(179,168,161,0.5) 100%);
    position: relative;
}

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

.course-offering h2 {
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 60px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    transform: translateY(0);
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
}

.course-offering .img-overlay {
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.course-offering .img-overlay::before {
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}

.course-offering .description {
    margin-bottom: 25px;
    position: relative;
    overflow-y: auto;
    max-height: 200px;
    font-size: 16px;
    color: #000000;
    padding-right: 10px;
    line-height: 1.7;
}

.test-drive::before {
    left: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(239,237,234) 80%);
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    z-index: 1;
}

.test-drive .connect-list {
    width: 250px;
    background: rgb(212,203,198);
    transform: translateZ(30px);
    position: relative;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    display: block;
    overflow: hidden;
    z-index: 5;
    margin: 0 auto;
    transition: all 0.4s ease;
    height: 60px;
    border-radius: 30px;
    color: #ffffff;
    line-height: 60px;
}

.test-drive::after {
    background: 
        radial-gradient(circle at 20% 20%, rgb(212,203,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(179,168,161,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0.1;
    height: 100%;
    top: 0;
}



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

.reach-outcqu h2::after {
    transform: translateX(-50%);
    height: 4px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: rgb(212,203,198);
    width: 60px;
}

.reach-outcqu .img-overlay {
    min-height: 600px;
    height: 100%;
    order: 2;
    position: relative;
}

.reach-outcqu .help-form::before {
    width: 10px;
    position: absolute;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, rgb(212,203,198), rgb(179,168,161));
    top: 0;
    height: 100%;
}

.reach-outcqu form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(212,203,198);
    background: #ffffff;
    outline: none;
}

.reach-outcqu form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.reach-outcqu form input#name::before {
    content: "";
    height: 20px;
    background: rgb(212,203,198);
    transform: translateY(-50%);
    width: 20px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
}

.reach-outcqu .connect-panel input[type="checkbox"]:checked + label::before {
    background: rgb(212,203,198);
}

.reach-outcqu .connect-panel label a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(212,203,198);
    position: relative;
}

.reach-outcqu .connect-panel label a:hover::after {
    width: 100%;
}

.reach-outcqu form .connect-list {
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    background: rgb(212,203,198);
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    z-index: 1;
}

.mentorship-profile .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}

.mentorship-profile .review-carousel {
    background-color: #ffffff;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 50px;
    flex-direction: column;
    border-radius: 11px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.mentorship-profile .img-overlay::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(212,203,198,0.5));
}

.mentorship-profile .career-back::before {
    content: "";
    border-right: 10px solid transparent;
    left: 30px;
    border-left: 10px solid transparent;
    top: -10px;
    position: absolute;
    border-bottom: 10px solid rgb(239,237,234);
}

.mentorship-profile .review-carousel:hover .name::after {
    width: 80px;
}

.potential-learners {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.potential-learners::after {
    top: 0;
    background-size: 120px 120px;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    left: 0;
    content: "";
    opacity: 0.03;
}

.potential-learners .expert-study::after {
    bottom: -75px;
    filter: blur(25px);
    width: 150px;
    position: absolute;
    height: 150px;
    opacity: 0.1;
    border-radius: 50%;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    left: -75px;
    background: linear-gradient(225deg, rgb(179,168,161) 0%, rgb(212,203,198) 100%);
    content: "";
}

.potential-learners div p:last-child {
    margin-bottom: 0;
}

.potential-learners div p:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.potential-learners div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.potential-learners div p svg path {
    fill: rgb(212,203,198);
}

.potential-learners div p:hover::after {
    width: 100%;
}

.locate:before {
    top: -50%;
    width: 200%;
    background: conic-gradient(from 90deg at 50% 50%, rgb(212,203,198) 0%, transparent 25%, rgb(179,168,161) 50%, transparent 75%);
    left: -50%;
    content: '';
    height: 200%;
    z-index: -1;
    opacity: 0.06;
    position: absolute;
    animation: rotateConic 20s infinite linear;
}

.locate .reach-team:hover {
    box-shadow: 0 30px 70px rgb(179,168,161,0.5);
}

.locate .message-request {
    font-size: 37px;
    position: relative;
    width: 100%;
    color: rgb(212,203,198);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto 40px;
    font-weight: 700;
}

.locate .img-overlay:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent 70%, rgb(212,203,198,0.5) 85%, transparent 100%);
    inset: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.locate .course-faq p svg path {
    fill: rgb(179,168,161);
    transition: fill 0.3s ease;
}

.locate .course-faq p span {
    color: rgb(212,203,198);
    font-weight: 600;
}

.locate .course-faq p a:after {
    transform-origin: left;
    transition: transform 0.3s ease;
    width: 100%;
    background: rgb(179,168,161);
    left: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    transform: scaleX(0);
    content: '';
}

.locate .ask-questions svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.locate .course-ask:hover .ask-questions svg path {
    fill: rgb(179,168,161);
}

.locate .contact-assistance {
    font-size: 12px;
    font-weight: 400;
    background: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    padding: 15px 25px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}

.title-intro {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: rgb(239,237,234);
}

.title-intro .learn-start input {
    position: absolute;
    opacity: 0;
}

.title-intro .quick-edu {
    transform-origin: center;
    left: 0;
    width: 100%;
    transform: scale(1.05);
    transition: opacity 0.8s ease, transform 0.8s ease;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
}

.title-intro .main-first label {
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.title-intro .message-box .container {
    padding: 40px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    border-top: 4px solid rgb(212,203,198);
    transition: transform 0.5s ease;
}

.title-intro .message-box p {
    line-height: 1.7;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
}

.title-intro .learn-start input:nth-child(1):checked ~ .main-first label:nth-child(1),
.title-intro .learn-start input:nth-child(2):checked ~ .main-first label:nth-child(2),
.title-intro .learn-start input:nth-child(3):checked ~ .main-first label:nth-child(3),
.title-intro .learn-start input:nth-child(4):checked ~ .main-first label:nth-child(4),
.title-intro .learn-start input:nth-child(5):checked ~ .main-first label:nth-child(5),
.title-intro .learn-start input:nth-child(6):checked ~ .main-first label:nth-child(6),
.title-intro .learn-start input:nth-child(7):checked ~ .main-first label:nth-child(7),
.title-intro .learn-start input:nth-child(8):checked ~ .main-first label:nth-child(8),
.title-intro .learn-start input:nth-child(9):checked ~ .main-first label:nth-child(9),
.title-intro .learn-start input:nth-child(10):checked ~ .main-first label:nth-child(10) {
    border-color: rgb(212,203,198);
    transform: scale(1.2);
}

.title-intro::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(179,168,161,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
    content: '';
    z-index: 0;
}

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

.meet-us .container {
    padding: 0 15px;
}

.meet-us h2::before {
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    width: 120px;
    content: "";
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    left: 50%;
    height: 5px;
    border-radius: 10px;
}

.meet-us h2::before {
    bottom: -15px;
    width: 100px;
    height: 4px;
}

.meet-us .mission-why:nth-child(2) {
    border-left-color: rgb(179,168,161);
}

.meet-us .mission-why:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(179,168,161,0.5), 0.1) 70%
    );
}

.meet-us .mission-why:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.meet-us .mission-why h3::before {
    content: "";
    height: 2px;
    left: 0;
    width: 0;
    background: rgb(212,203,198);
    position: absolute;
    transition: width 0.3s ease;
    bottom: -8px;
}

.meet-us .mission-why:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(179,168,161,0.5) 100%
    );
}

.meet-us .smart-guide::after {
    top: 50%;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 50%;
    content: "";
    background: #ffffff;
    width: 40px;
    z-index: 2;
    transform: translate(-50%, -50%);
    height: 40px;
}

footer {
    position: relative;
}

.faculty-info .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}

.faculty-info .company_holder h3 {
    display: inline-block;
    font-size: calc(28px * 0.9);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}

.faculty-info .campus-links {
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 90%;
}

.faculty-info .top-nav h5::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 30px;
    background: rgb(212,203,198);
    height: 2px;
    bottom: 0;
    left: 0;
}

.faculty-info .top-nav .main-sitewrap a:hover {
    opacity: 1;
    padding-left: 12px;
    color: rgb(212,203,198);
}

.faculty-info .top-nav .main-sitewrap a:hover::before {
    opacity: 1;
    width: 8px;
}

.privacy-cta .mentor-cta {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.6;
    font-size: 12px;
    text-align: center;
}

.privacy-cta .mentor-cta {
    transition: all 0.3s ease;
    position: relative;
}

.faculty-info .top-nav:hover::before {
    animation: glow 2s infinite;
}

.faculty-info .company_holder::before {
    content: "";
    background: linear-gradient(90deg, 
        rgb(212,203,198,0.5), 
        transparent);
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 1px;
}

.faculty-info .top-nav .main-sitewrap a:nth-child(odd):hover {
    transform: translateX(2px);
}

.privacy-cta::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,168,161,0.5), 
        transparent);
    content: "";
    position: absolute;
    height: 1px;
    top: 0;
    width: 100%;
    left: 0;
}

.program-results {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,237,234) 30%, rgba(rgb(179,168,161,0.5), 0.15) 100%);
}

.program-results .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    display: flex;
}

.program-results .expert-study {
    transform: translateY(-20px);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    border-radius: 18px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(212,203,198,0.5), 0.05);
}

.program-results ul {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.program-results li {
    padding-left: 2.5rem;
    position: relative;
    transition: transform 0.3s ease-out;
}

.program-results li svg {
    transform: scale(0.9);
    top: 0;
    width: 24px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    position: absolute;
    left: 0;
    height: 24px;
}

.cookie-popup-overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-data {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-popup-overlay p a {
    text-decoration: none;
    color: rgb(212,203,198);
}


#cookie-banneralert {
    display: none;
}

.privacy-retreat {
    padding: 50px;
    background-color: rgb(212,203,198);
    font-family: Arial, sans-serif;
    margin: 0 auto;
    border: 1px solid rgb(212,203,198,0.5);
    line-height: 1.6;
    box-shadow: 0 0 10px rgb(212,203,198,0.5);
    color: #ffffff;
}

.privacy-retreat ul {
    list-style-type: none;
    margin: 1rem 0;
    padding: 0;
}

.privacy-retreat li::before {
    font-size: 1.2em;
    margin-right: 10px;
    color: rgb(179,168,161);
    content: '✦';
}

.privacy-retreat span {
    padding: 3px 6px;
    font-weight: 600;
    background-color: rgb(212,203,198,0.5);
    color: rgb(212,203,198);
    border-radius: 10px;
}

.pricing-section .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-section .rate-choices {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}

.pricing-section .cost-breakdown h2 {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 35px;
}

.pricing-section .pro-fees {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    max-width: 90%;
}

.pricing-section .trial-pricing {
    position: relative;
    border-radius: 16px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1);
    opacity: 0;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: #ffffff;
    display: block;
}

.pricing-section .deal-opts {
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    display: flex;
}

.pricing-section .learning-packages {
    color: rgb(212,203,198);
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.pricing-section .deal-opts p {
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(17px - 2px);
    word-break: break-word;
}

.pricing-section .trial-pricing:hover .img-overlay::after {
    opacity: 0.4;
}

header:after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background-size: 100px 100px;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    pointer-events: none;
}

header .header-mainbar:before {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    left: 0;
    height: 20px;
    transform: translateY(-50%) translateX(-40px);
    width: 20px;
    border-radius: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header .top-nav {
    position: relative;
    gap: 30px;
    display: flex;
    align-items: center;
}

header .head-learn {
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: all 0.3s ease;
}

header .head-learn:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .head-learn:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .main-skill:before {
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    content: '';
}

header .main-skill svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}

.thankYouWeb {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,203,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}

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

.thankYouWeb .expert-study {
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    transition: transform 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    transform-origin: left center;
    max-width: 900px;
    position: relative;
}

.thankYouWeb li::before {
    animation: pulse 2s infinite;
    left: 0;
    background: rgb(212,203,198);
    width: 8px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    box-shadow: 0 0 0 rgba(rgb(212,203,198), 0.4);
    height: 8px;
}



::-webkit-scrollbar {
    width: 6px;
    padding: 3px;
    background: rgb(179,168,161);
}

::-webkit-scrollbar-button {
    width: 15px;
    background: rgb(212,203,198,0.5);
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -2px 1px 12px 2px rgba(0, 0, 0, 0.2);
    background: rgb(212,203,198);
    border-radius: 11rem;
}

::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 3.2s ease-in-out infinite;
    border-radius: 18.9rem;
    background: rgb(179,168,161,0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: 3px 4px 14px 5px rgba(0, 0, 0, 0.7);
    transform: translateX(-2px);
}

::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: #ffffff;
}

.course-offering .description::-webkit-scrollbar {
    width: 4px;
}

.course-offering .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course-offering .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,168,161,0.5);
}



@media (max-width: 991px) {.test-drive {
    padding: 120px 0;
}.test-drive .container p {
    padding: 40px;
    font-size: calc(18px * 1.2);
    margin-bottom: 70px;
}.test-drive .connect-list {
    height: 55px;
    line-height: 55px;
    width: 220px;
}
}



@media (max-width: 480px) {.test-drive {
    padding: 80px 0;
}.test-drive .container p {
    font-size: calc(13px * 1.2);
    padding: 25px;
    transform: translateZ(20px);
    margin-bottom: 50px;
}.test-drive .connect-list {
    height: 45px;
    line-height: 45px;
    width: 180px;
    font-size: calc(19px * 0.9);
    transform: translateZ(15px);
}.test-drive .connect-list:hover {
    transform: translateZ(18px);
}.test-drive .container p::before {
    top: 10px;
}.test-drive .container p::after {
    height: 20px;
    width: 20px;
    bottom: -10px;
}}



@media (min-width: 768px) {.mentorship-profile .review-carousel {
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    display: grid;
    align-items: center;
}.mentorship-profile .img-overlay {
    width: 180px;
    margin-bottom: 0;
    height: 180px;
    align-self: start;
    grid-area: photo;
}.mentorship-profile .name {
    text-align: left;
    grid-area: name;
    font-size: 30px;
}.mentorship-profile .name::after {
    left: 0;
    transform: none;
}.mentorship-profile span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.mentorship-profile .career-back {
    grid-area: quote;
    margin-top: 30px;
}
}



@media screen and (max-width: 1024px) {.locate {
    padding: 100px 0;
}.locate .reach-team {
    gap: 30px;
    padding: 50px;
}.locate .img-overlay {
    flex: 0 0 35%;
    height: 280px;
}.locate .course-faq {
    flex: 1 1 60%;
}.locate .course-ask {
    padding: 35px;
}.locate .course-faq p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
}



@media (max-width: 1200px) {.title-intro .message-box {
    padding: 60px 40px;
    width: 55%;
}
}



@media (max-width: 991px) {.title-intro {
    min-height: unset;
}.title-intro .expert-study {
    min-height: unset;
}.title-intro .message-box {
    padding: 50px 30px;
    width: 65%;
}.title-intro .message-box .container {
    padding: 30px;
}.title-intro .main-first {
    left: 30px;
    gap: 15px;
}
}



@media screen and (min-width: 992px) {.meet-us .mission-why:hover {
    transform: translateY(-8px) scale(1.03);
}
}



@media screen and (max-width: 991px) {.meet-us {
    padding: 90px 0;
}.meet-us h2 {
    margin-bottom: 50px;
}.meet-us .smart-guide {
    gap: 30px;
}.meet-us .mission-why {
    padding: 35px 30px;
}
}



@media screen and (max-width: 768px) {.meet-us {
    padding: 70px 0;
}.meet-us h2 {
    margin-bottom: 45px;
}.meet-us .smart-guide {
    flex-direction: column;
    gap: 40px;
}.meet-us .smart-guide::after,
    .meet-us .smart-guide::before {
    display: none;
}.meet-us .mission-why {
    width: 100%;
}
}



@media (max-width: 767px) {.faculty-info {
    padding: 50px 0 20px;
}.faculty-info .main-sitewrap {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.faculty-info .top-nav {
    text-align: center;
}.faculty-info .top-nav h5 {
    text-align: center;
}.faculty-info .top-nav h5::after {
    transform: translateX(-50%);
    left: 50%;
}.faculty-info .top-nav .main-sitewrap {
    align-items: center;
}.faculty-info .top-nav .main-sitewrap a {
    text-align: center;
}.faculty-info .top-nav .main-sitewrap a::before {
    display: none;
}.faculty-info .top-nav .main-sitewrap a:hover {
    padding-left: 0;
}
}



@media (max-width: 991px) {.faculty-info .company_holder h3::before {
    display: none;
}}



@media (min-width: 992px) {.program-results .container {
    gap: 4rem;
}.program-results .img-overlay {
    max-height: 600px;
}.program-results .expert-study {
    padding: 3rem;
}.program-results h1 {
    margin-bottom: 2.5rem;
}.program-results h1::after {
    width: 100px;
}
}



@media (max-width: 480px) {.program-results {
    padding: 3rem 0;
}.program-results .expert-study {
    transform: translateY(-10px);
    padding: 1.25rem;
}.program-results h1 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.25rem;
}.program-results ul {
    gap: 1rem;
}.program-results li p {
    font-size: calc(18px * 0.95);
}
}


@media only screen and (max-width: 800px) {.privacy-retreat {
    padding: 30px;
}.privacy-retreat h1 {
    font-size: calc(18px * 0.8);
}.privacy-retreat h2 {
    font-size: calc(18px * 0.8);
}.privacy-retreat p {
    font-size: calc(12px * 0.9);
}.privacy-retreat li {
    padding: 10px;
}}



@media (min-width: 992px) {.pricing-section .pricing-options {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.pricing-section .trial-pricing {
    margin: 0 auto;
    max-width: 400px;
}.pricing-section .cost-breakdown h2 {
    font-size: calc(35px * 0.9);
}.pricing-section .pro-fees {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {header .top-nav {
    background: rgb(212,203,198);
    width: 80%;
    padding: 80px 30px 30px;
    right: -100%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    flex-direction: column;
    gap: 25px;
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 100vh;
}header .top-nav:before {
    bottom: auto;
    left: 10%;
    top: 60px;
    width: 80%;
}header .top-nav:after {
    width: 30px;
    border-radius: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    top: 20px;
    height: 30px;
    position: absolute;
    right: 20px;
}header .menu.active {
    right: 0;
}header .head-learn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    width: 100%;
}header .head-learn:hover {
    transform: translateX(0);
}header .head-learn:last-child {
    border-bottom: none;
}header .main-skill {
    margin: 0 auto;
}
}

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes pulseLine {
    0% {
        width: 40px;
        opacity: 1;
    }
    50% {
        width: 60px;
        opacity: 0.6;
    }
    100% {
        width: 40px;
        opacity: 1;
    }
}



@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(212,203,198,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(212,203,198);
    }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



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

