html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    auto;
    auto
contain
touch-action: none;
}

html {
    scrollbar-color: rgb(179,168,161) rgb(179,168,161,0.5);
    scrollbar-width: none;
}

.faculty-info {
    flex: 0 0 auto;
}

.faculty-info {
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.course-offering::after {
    width: 250px;
    content: "";
    background: linear-gradient(135deg, rgb(179,168,161) 0%, transparent 80%);
    animation: float 18s infinite ease-in-out alternate-reverse;
    transform: rotate(-15deg);
    bottom: -5%;
    height: 250px;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    filter: blur(30px);
    left: -5%;
}

.course-offering h2:hover::after {
    width: 120px;
}

.course-offering .tech-skills {
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    border-radius: 13px;
    overflow: hidden;
    transform: translateY(20px);
    background: #ffffff;
    display: flex;
    opacity: 0;
    gap: 40px;
}

.course-offering .img-overlay:hover::after {
    transform: rotate(15deg) scale(1.2);
}

.course-offering .message-box {
    padding: 30px 40px 40px;
    position: relative;
}

.course-offering .description:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    margin-bottom: 0;
}

.test-drive {
    overflow: hidden;
    background: rgb(239,237,234);
    position: relative;
    padding: 150px 0;
}

.test-drive .container {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.test-drive .container p::before {
    filter: blur(20px);
    content: '';
    z-index: -1;
    left: 2.5%;
    border-radius: 10px;
    width: 95%;
    top: 15px;
    height: 100%;
    background: rgb(212,203,198,0.5);
    opacity: 0.3;
    position: absolute;
}

.test-drive .connect-list::before {
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    width: 100%;
    content: '';
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    left: 0;
}

.test-drive .container p::after {
    content: '';
    background: rgb(212,203,198);
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    width: 30px;
    bottom: -15px;
    left: 50%;
    position: absolute;
}

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

.reach-outcqu h2 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;
    color: rgb(212,203,198);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.reach-outcqu .query-links {
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
}

.reach-outcqu form {
    position: relative;
    width: 100%;
}

.reach-outcqu form input[type="text"] {
    border: none;
    position: relative;
    margin-bottom: 25px;
    background: rgb(239,237,234);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    padding: 16px 20px 16px 50px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.reach-outcqu .connect-panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.reach-outcqu .connect-panel label::before {
    background: rgb(239,237,234);
    left: 0;
    position: absolute;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    border-radius: 10px;
}

.reach-outcqu .connect-panel label a::after {
    background: rgb(212,203,198);
    left: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    width: 0;
    height: 1px;
}

.reach-outcqu form .connect-list:hover::before {
    width: 100%;
}

.reach-outcqu form .connect-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(212,203,198);
}

.reach-outcqu svg {
    top: 50%;
    transform: translateY(-50%);
    fill: rgb(212,203,198);
    left: 20px;
    width: 20px;
    position: absolute;
    height: 20px;
}

.mentorship-profile {
    position: relative;
    background: linear-gradient(170deg, rgb(239,237,234), #ffffff);
    overflow: hidden;
    padding: 100px 0;
}

.mentorship-profile .review-carousel:hover {
    transform: translateY(-10px);
}

.mentorship-profile .review-carousel::before {
    position: absolute;
    content: "";
    background-color: rgb(179,168,161);
    top: -15px;
    left: 50px;
    height: 30px;
    width: 30px;
    z-index: -1;
    transform: rotate(45deg);
}

.mentorship-profile .img-overlay {
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
    align-self: center;
    margin-bottom: 30px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mentorship-profile .name {
    font-weight: 700;
    order: 1;
    color: #000000;
    text-align: center;
    margin: 5px 0;
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
}

.mentorship-profile span:not(.name) {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(179,168,161);
    text-transform: uppercase;
    order: 2;
    font-size: calc(14px * 0.9);
}

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

.potential-learners .expert-study {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    overflow: hidden;
    padding: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 21px;
}



.potential-learners h4 {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}

.potential-learners h4::after {
    height: 4px;
    width: 80px;
    position: absolute;
    content: "";
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
}

.potential-learners div p svg {
    margin-right: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    min-width: 24px;
    height: 24px;
    width: 24px;
}

.locate {
    background: linear-gradient(135deg, rgb(212,203,198,0.5) 0%, rgb(179,168,161,0.5) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

.locate:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    background: radial-gradient(circle at 80% 80%, rgb(179,168,161,0.5) 0%, transparent 60%);
    width: 70%;
    right: 0;
    height: 70%;
    animation: pulseWave 12s infinite ease-in-out;
    opacity: 0.12;
}

.locate .message-request:after {
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    animation: expandLine 2s infinite ease;
    height: 3px;
    background: rgb(179,168,161);
    width: 80px;
    border-radius: 10px;
}

.locate .img-overlay:hover:before {
    opacity: 0.3;
}

.locate .course-faq {
    align-self: center;
    gap: 25px;
    flex: 1 1 55%;
    display: grid;
}

.locate .course-faq p svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin: 0 15px;
    transition: all 0.3s ease;
}

.locate .course-faq p a {
    position: relative;
    text-decoration: none;
    color: rgb(179,168,161);
    transition: all 0.3s ease;
}

.locate .course-ask {
    text-align: center;
    box-shadow: 0 15px 35px rgb(212,203,198,0.5);
    max-width: 600px;
    background: rgb(239,237,234);
    transition: all 0.4s ease;
    margin: 0 auto;
    padding: 40px;
    border-radius: 14px;
    width: 100%;
}

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

.locate .message-form {
    display: grid;
    gap: 20px;
}

.locate .contact-assistance svg {
    width: 0;
    height: 18px;
    margin-right: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.locate .contact-assistance svg path {
    fill: rgb(212,203,198);
}

.locate .contact-assistance:hover svg {
    opacity: 1;
    margin-right: 8px;
    width: 18px;
}

.title-intro .expert-study {
    width: 100%;
    position: relative;
    height: 100vh;
}

.title-intro .tech-master {
    position: relative;
    height: 100%;
}

.title-intro .quick-edu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.title-intro .main-first {
    top: 50%;
    z-index: 10;
    left: 50px;
    display: flex;
    position: absolute;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-50%);
}

.title-intro .main-first label::after {
    content: '';
    top: 50%;
    height: 7px;
    position: absolute;
    background: rgb(212,203,198);
    transition: transform 0.3s ease;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    width: 7px;
    left: 50%;
}

.title-intro .message-box h1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    background: rgb(212,203,198);
    height: 3px;
}

.title-intro .learn-start input:nth-child(1):checked ~ .tech-master .quick-edu:nth-child(1),
.title-intro .learn-start input:nth-child(2):checked ~ .tech-master .quick-edu:nth-child(2),
.title-intro .learn-start input:nth-child(3):checked ~ .tech-master .quick-edu:nth-child(3),
.title-intro .learn-start input:nth-child(4):checked ~ .tech-master .quick-edu:nth-child(4),
.title-intro .learn-start input:nth-child(5):checked ~ .tech-master .quick-edu:nth-child(5),
.title-intro .learn-start input:nth-child(6):checked ~ .tech-master .quick-edu:nth-child(6),
.title-intro .learn-start input:nth-child(7):checked ~ .tech-master .quick-edu:nth-child(7),
.title-intro .learn-start input:nth-child(8):checked ~ .tech-master .quick-edu:nth-child(8),
.title-intro .learn-start input:nth-child(9):checked ~ .tech-master .quick-edu:nth-child(9),
.title-intro .learn-start input:nth-child(10):checked ~ .tech-master .quick-edu:nth-child(10) {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
}

.title-intro .learn-start input:checked ~ .message-box .container {
    transform: translateY(0);
}

.meet-us::before {
    content: "";
    background: 
        linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(240deg, rgba(255, 255, 255, 0.8) 10%, transparent 80%),
        linear-gradient(0deg, #ffffff 0%, transparent 25%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.meet-us h2 {
    left: 50%;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 60px;
    text-align: center;
    font-size: 37px;
    position: relative;
    color: rgb(212,203,198);
    transform: translateX(-50%);
}

.meet-us h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}



.meet-us .smart-guide {
    position: relative;
    display: flex;
    gap: 40px;
}

.meet-us .mission-why::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(212,203,198,0.5), 0.1) 70%
    );
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
}

.meet-us .mission-why h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    transition: padding-left 0.3s ease;
    padding-left: 0;
    color: #000000;
    font-size: 23px;
}

.meet-us .mission-why h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}

.meet-us .mission-why::after {
    width: 40%;
    z-index: 0;
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(212,203,198,0.5) 100%
    );
    right: 0;
}

.faculty-info::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    backdrop-filter: blur(8px);
    top: 0;
    left: 0;
}



.faculty-info::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.faculty-info .company_holder h3::after {
    background: rgb(212,203,198);
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
}

.faculty-info .career-help {
    justify-content: flex-end;
    display: flex;
}

.faculty-info .top-nav {
    position: relative;
}

.faculty-info .top-nav .main-sitewrap {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.faculty-info .top-nav .main-sitewrap a {
    padding-left: 0;
    font-size: calc(18px * 0.95);
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

.privacy-cta {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}



.privacy-cta {
    overflow: hidden;
    position: relative;
}

.faculty-info .container::before {
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 150px;
    animation: pulse 10s infinite alternate-reverse;
    bottom: -75px;
    background: radial-gradient(
        circle, 
        rgb(179,168,161,0.5), 
        transparent 70%
    );
    left: -75px;
    filter: blur(30px);
    height: 150px;
}

.faculty-info .top-nav .main-sitewrap a:hover::after {
    width: 100%;
}

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

.privacy-cta::after {
    bottom: 0;
    height: 1px;
    width: 30%;
    left: 35%;
    content: "";
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,168,161,0.5), 
        transparent);
    position: absolute;
}

.program-results::after {
    top: -50%;
    right: -20%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(212,203,198,0.5), 0.05) 0%, rgba(rgb(179,168,161,0.5), 0.12) 100%);
    width: 60%;
    height: 200%;
}

.program-results .img-overlay {
    margin-bottom: 2.5rem;
    border-radius: 18px;
    height: auto;
    max-height: 420px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(212,203,198,0.5), 0.1);
}

.program-results h1::after {
    background: linear-gradient(90deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
    bottom: -12px;
    height: 3px;
    position: absolute;
    border-radius: 5px;
    left: 0;
    content: "";
    width: 80px;
}

.program-results li:hover {
    transform: translateX(5px);
}

.program-results li:hover svg {
    transform: scale(1.1);
}

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

.cookie-popup-overlay {
    border-top: 2px solid rgb(212,203,198);
    width: 100%;
    background: rgb(239,237,234);
    position: fixed;
    z-index: 90;
    bottom: 0;
}

.cookie-data svg, .cookie-data svg path, .cookie-data img {
    height: 100px;
    fill: rgb(212,203,198);
    width: 100px;
}

#cookie-banneralert:checked ~ .cookie-popup-overlay {
    visibility: hidden;
    opacity: 0;
}

.privacy-retreat h1 {
    color: rgb(179,168,161);
    font-size: 45px;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid rgb(179,168,161,0.5);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.privacy-retreat li {
    margin-bottom: 15px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    padding: 15px;
}

.privacy-retreat a:hover {
    border-bottom: 1px dashed rgb(212,203,198);
    color: rgb(212,203,198);
}

.pricing-section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(239,237,234), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
    overflow: hidden;
    position: relative;
}

.pricing-section .cost-breakdown {
    transform: translateY(20px);
    max-width: 800px;
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    opacity: 0;
    text-align: center;
    margin: 0 auto 2rem;
}

.pricing-section .pricing-options {
    gap: 2rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

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

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

.pricing-section .trial-pricing::before {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(212,203,198), rgb(179,168,161));
    top: 0;
}

.pricing-section .trial-pricing:hover .deal-opts h3 {
    color: rgb(212,203,198);
}

.pricing-section .learning-packages::after {
    position: absolute;
    content: "";
    bottom: -8px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(179,168,161);
    width: 40px;
}

.pricing-section .img-overlay {
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    position: relative;
}

.pricing-section .trial-pricing:hover .img-overlay {
    transform: scale(1.05);
}

header:before {
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
}

header .main-learning:after {
    transform: translateY(-50%);
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    top: 50%;
    width: 60px;
    left: 0;
    pointer-events: none;
    filter: blur(8px);
    content: '';
    opacity: 0.5;
    height: 60px;
}

header .header-mainbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

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

header .top-nav:before {
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 0;
    bottom: -10px;
    position: absolute;
    content: '';
}

header .head-learn:after {
    width: 20px;
    transform-origin: right;
    height: 1px;
    left: -30px;
    content: '';
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
}

header .main-skill:after {
    content: '';
    opacity: 0;
    height: 10px;
    width: 10px;
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #ffffff;
}

.thankYouWeb::after {
    border: 2px solid rgb(212,203,198,0.5);
    position: absolute;
    animation: rotate 24s linear infinite;
    content: "";
    width: 200px;
    right: -50px;
    z-index: 1;
    top: -50px;
    height: 200px;
    opacity: 0.4;
    border-radius: 50%;
}

.thankYouWeb h2::after {
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(212,203,198) 0%, rgb(179,168,161) 100%);
    animation: growLine 1.2s ease-out forwards 0.8s;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
}

.thankYouWeb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thankYouWeb li span {
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
}

.thankYouWeb .container::after {
    left: 10%;
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(179,168,161),
        70px 20px 0 -1px rgb(212,203,198),
        120px -40px 0 -1px rgb(179,168,161),
        180px 10px 0 -1px rgb(212,203,198);
}


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


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



@media (min-width: 768px) {.course-offering .tech-skills {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}.course-offering .img-overlay {
    flex: 0 0 45%;
    height: auto;
}.course-offering .message-box {
    justify-content: center;
    display: flex;
    padding: 40px 50px;
    flex-direction: column;
    flex: 0 0 55%;
}.course-offering .description {
    max-height: 230px;
}
}



@media (min-width: 1200px) {.course-offering {
    padding: 180px 0;
}.course-offering .tech-skills {
    max-width: 85%;
}.course-offering .img-overlay {
    flex: 0 0 45%;
}.course-offering .message-box {
    padding: 60px 70px;
    flex: 0 0 55%;
}.course-offering .description {
    max-height: 320px;
}
}



@media (max-width: 767px) {.course-offering {
    padding: 80px 0;
}.course-offering h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.course-offering .img-overlay {
    height: 220px;
}.course-offering .message-box {
    padding: 25px 30px 35px;
}.course-offering .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 180px;
}}



@media screen and (max-width: 1024px) {.reach-outcqu .query-links {
    max-width: 800px;
}.reach-outcqu .help-form {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.reach-outcqu {
    padding: 80px 0 60px;
}.reach-outcqu .query-links {
    grid-template-columns: 1fr;
}.reach-outcqu .img-overlay {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.reach-outcqu .help-form {
    order: 2;
    padding: 40px 30px;
}.reach-outcqu .help-form::before {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, rgb(212,203,198), rgb(179,168,161));
    top: 0;
    right: 0;
}.reach-outcqu h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.mentorship-profile {
    padding: 50px 0;
}.mentorship-profile .review-carousel {
    padding: 30px 20px;
}.mentorship-profile .career-back {
    margin-top: 20px;
    padding: 15px 20px;
}}



@media (max-width: 767px) {.potential-learners {
    padding: 60px 0;
}.potential-learners .expert-study {
    padding: 30px 20px;
}.potential-learners h4 {
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-size: calc(28px - 4px);
}.potential-learners h4::after {
    width: 60px;
    height: 3px;
}.potential-learners div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(14px - 1px);
}.potential-learners div p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}.potential-learners::before,
    .potential-learners::after {
    opacity: 0.05;
}
}



@media screen and (max-width: 480px) {.locate {
    padding: 60px 0;
}.locate .reach-team {
    padding: 30px;
}.locate .img-overlay {
    height: 250px;
}.locate .message-request {
    font-size: calc(37px * 0.85);
}.locate .course-ask {
    padding: 25px;
}.locate .contact-assistance {
    padding: 12px 20px;
}.locate .course-faq p svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.locate .ask-questions svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}}



@media (max-width: 575px) {.title-intro .learn-start {
    height: 50vh;
}.title-intro .message-box {
    padding: 20px 15px;
}.title-intro .message-box .container {
    padding: 20px;
}.title-intro .main-first {
    bottom: 15px;
    right: 15px;
    gap: 10px;
}.title-intro .main-first label {
    width: 12px;
    height: 12px;
}.title-intro .main-first label::after {
    width: 6px;
    height: 6px;
}.title-intro .message-box h1 {
    padding-bottom: 10px;
    font-size: calc(45px * 0.7);
    margin-bottom: 10px;
}.title-intro .message-box h1::after {
    height: 2px;
    width: 60px;
}.title-intro .message-box h3 {
    margin-bottom: 15px;
    font-size: calc(23px * 0.7);
}.title-intro .message-box p {
    font-size: calc(17px * 0.8);
    line-height: 1.5;
}}



@media (max-width: 480px) {.faculty-info {
    padding: 40px 0 20px;
}.faculty-info .company_holder h3 {
    font-size: calc(28px * 0.8);
}.faculty-info .campus-links {
    font-size: calc(18px * 0.9);
}.privacy-cta .mentor-cta {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 991px) {.faculty-info .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(212,203,198,0.5), 
            transparent);
    transform: translateX(-50%);
}}



@media (min-width: 768px) {.program-results {
    padding: 8rem 0;
}.program-results .container {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.program-results .img-overlay {
    width: 45%;
    margin-bottom: 0;
    max-height: 500px;
}.program-results .expert-study {
    transform: translateY(0) translateX(-30px);
    width: 55%;
}.program-results ul {
    grid-template-columns: repeat(2, 1fr);
}.program-results h1 {
    font-size: 45px;
}
}



@media (hover: hover) {.program-results .expert-study {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.program-results .expert-study:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(212,203,198,0.5), 0.1);
}}



@media (min-width: 768px) {.pricing-section {
    padding: 7rem 2rem;
}.pricing-section .rate-choices {
    flex-direction: row;
    align-items: flex-start;
}.pricing-section .cost-breakdown {
    margin: 0;
    flex: 0 0 30%;
    justify-content: center;
    flex-direction: column;
    padding-right: 2rem;
    display: flex;
    order: 0;
    text-align: left;
}.pricing-section .cost-breakdown h2 {
    text-align: left;
}.pricing-section .cost-breakdown h2::after {
    transform: none;
    left: 0;
}.pricing-section .pro-fees {
    max-width: 100%;
    margin: 0;
}.pricing-section .pricing-options {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media screen and (max-width: 992px) {.thankYouWeb {
    padding: 80px 0 60px;
}.thankYouWeb h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.thankYouWeb .expert-study {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}



@media screen and (max-width: 576px) {.thankYouWeb {
    padding: 50px 0 30px;
}.thankYouWeb h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.thankYouWeb .expert-study {
    padding: 20px;
}.thankYouWeb li span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.thankYouWeb h2::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}
}



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



@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes expandLine {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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



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

