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

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

.framework-wrap-exp {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.program-outcomes-exp::after {
    position: absolute;
    opacity: 0.2;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    content: '';
    left: 0;
}

.program-outcomes-exp h2::after {
    border-radius: 10px;
    background: rgb(171,161,179);
    height: 4px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    width: 100px;
    bottom: 0;
    left: 50%;
}

.program-outcomes-exp .content-photo-exp::after {
    opacity: 0.2;
    z-index: 2;
    position: absolute;
    width: 70px;
    top: 30px;
    right: 30px;
    border: 3px solid #ffffff;
    content: '';
    height: 70px;
    border-radius: 50%;
}

.program-outcomes-exp .text_main_holder > div::before {
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: rgb(171,161,179);
    opacity: 0.7;
    top: 0;
    width: 5px;
}

.program-outcomes-exp .text_main_holder svg {
    transition: transform 0.3s ease;
    width: 32px;
    flex-shrink: 0;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    height: 32px;
}

.our-team-exp {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our-team-exp .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.our-team-exp .text-block-exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our-team-exp h1 {
    padding-bottom: 15px;
    opacity: 0;
    font-size: 45px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    transform: translateX(-10px);
}

.our-team-exp h4::before {
    background: rgb(207,198,212,0.5);
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    height: 1px;
    bottom: -5px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
}

.cookie-banner-dialog-exp h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie-banner-dialog-exp p a {
    color: rgb(207,198,212);
    text-decoration: none;
}


.framework-wrap-exp .privacy-notify-exp {
    justify-content: flex-end;
}

.secure-haven-exp {
    overflow: hidden;
    color: #000000;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(238,234,239) 0%, rgba(245, 248, 250, 0.95) 100%);
    position: relative;
}

.secure-haven-exp h1 {
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    transform: translateX(-8px);
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.secure-haven-exp h3 {
    font-size: calc(33px * 0.85);
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    position: relative;
    padding-left: 1.25rem;
    color: #000000;
}

.secure-haven-exp p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    max-width: 95%;
}

.secure-haven-exp li::before {
    border-radius: 10px;
    transform: rotate(45deg);
    left: 0;
    transition: transform 0.3s ease;
    top: 0.6rem;
    border: 2px solid rgb(207,198,212);
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
}

footer .get-answers-exp {
    padding: 25px;
    position: relative;
    z-index: 2;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    transform: translateY(-30px);
    flex-wrap: wrap;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    display: inline-block;
}

footer .header-tutor-exp::after {
    bottom: -15px;
    right: 30px;
    left: 30px;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(207,198,212), transparent);
    position: absolute;
}

footer .nav-sitebar-exp h5::after {
    position: absolute;
    background-color: rgb(207,198,212);
    left: 0;
    content: "";
    height: 2px;
    bottom: -7px;
    width: 50px;
}

footer .header-pro-exp a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    margin-left: 40px;
    margin-top: -10px;
    margin-right: 40px;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    color: #ffffff;
    background-color: rgb(207,198,212);
    position: relative;
    padding: 30px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

footer .sub-strategy-exp:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(171,161,179);
    transform: translateY(-3px);
}

.support-exp::before {
    z-index: 1;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.support-exp .message-section-exp {
    padding: 0 1.5rem;
    line-height: 1.6;
    max-width: 80%;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 2rem;
    color: #000000;
}

.support-exp .instant-help-exp > span {
    background-color: rgba(rgb(238,234,239), 0.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
}


.support-exp .instant-help-exp > span {
    opacity: 0;
    animation: item-appear 0.5s ease-out forwards;
}

.support-exp .instant-help-exp p {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.support-exp .instant-help-exp a svg {
    height: 14px;
    transition: all 0.3s ease;
    opacity: 0.9;
    position: static;
    width: 14px;
    margin-right: 6px;
}

.support-exp .instant-help-exp a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background-color: rgb(171,161,179);
}

.support-exp .feedback-form-exp h4 {
    color: rgb(207,198,212);
    display: inline-flex;
    font-size: 23px;
    align-items: center;
    margin-right: 10px;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.support-exp .feedback-form-exp span svg {
    fill: rgb(171,161,179);
    opacity: 0.7;
    transition: transform 0.3s ease;
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

.support-exp .instant-help-exp > span:nth-child(1) {
    animation-delay: 0.1s;
}

.support-exp .instant-help-exp > span:nth-child(3) {
    animation-delay: 0.3s;
}


.support-exp .container::before {
    right: -5%;
    z-index: 0;
    content: '';
    opacity: 0.2;
    background: radial-gradient(circle, rgb(207,198,212,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

.access-now-exp::after {
    animation: bgPulse 10s ease-in-out infinite alternate;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(rgb(207,198,212,0.5) 1px, transparent 2px),
        radial-gradient(rgb(171,161,179,0.5) 1px, transparent 2px);
    top: 0;
    z-index: -1;
    content: '';
    background-size: 30px 30px, 50px 50px;
    background-position: 0 0, 25px 25px;
    opacity: 0.06;
    width: 100%;
    left: 0;
}



.access-now-exp::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}

.access-now-exp .reach-out-exp::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(207,198,212,0.5), 
        rgb(171,161,179,0.5),
        rgb(207,198,212,0.5)
    );
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.access-now-exp .study-experts-exp::before,
.access-now-exp .study-experts-exp::after {
    content: '';
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
}

.access-now-exp .study-experts-exp::before {
    height: 200px;
    width: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
    left: -40px;
    background: linear-gradient(135deg, rgb(207,198,212), rgb(171,161,179));
    top: -40px;
}

.access-now-exp .study-experts-exp::before {
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent 49.5%, rgb(207,198,212,0.5) 50%, transparent 50.5%);
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background-size: 80px 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    opacity: 0;
}

.future-students-exp p::before {
    transition: width 0.3s ease;
    content: "";
    background: rgb(207,198,212);
    width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

.future-students-exp p:hover::after {
    opacity: 0.2;
}

.future-students-exp p svg path {
    fill: rgb(207,198,212);
    transition: fill 0.3s ease;
}



.future-students-exp .study-experts-exp > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}

.future-students-exp .study-experts-exp > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.course-highlights-exp {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 100%);
}

.course-highlights-exp h2 {
    opacity: 0;
    margin-bottom: 40px;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    font-size: calc(36px * 1.1);
    transform: translateX(-5%);
    color: #000000;
}

.course-highlights-exp .content-photo-exp::after {
    z-index: 2;
    mix-blend-mode: hue;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    background: rgb(207,198,212);
    inset: 0;
    opacity: 0.2;
}

.course-highlights-exp .description:nth-of-type(2) {
    z-index: 1;
    margin-top: 20px;
    position: relative;
}

.course-highlights-exp .description::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(207,198,212);
}

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

.tyMessage-exp .study-experts-exp:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.tyMessage-exp .study-experts-exp > div:first-child::before {
    content: "";
    top: -10px;
    position: absolute;
    border-radius: 10px;
    opacity: 0.1;
    z-index: -1;
    width: 60px;
    transform: rotate(25deg);
    left: -20px;
    height: 60px;
    background: rgb(207,198,212);
}

.tyMessage-exp .study-experts-exp > div:last-child {
    position: relative;
    transform: translateZ(15px);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tyMessage-exp p {
    transform: translateY(0);
    margin: 0;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.stay-informed-exp .help-widget-exp {
    padding: 3rem 4rem;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(5deg) rotateY(-5deg);
    margin: 0 auto;
    display: flex;
    max-width: 90%;
    flex-direction: row;
    background: #ffffff;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
}

.stay-informed-exp input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(207,198,212,0.5);
}

header::before {
    width: 35%;
    top: 0;
    content: '';
    z-index: 0;
    background: linear-gradient(135deg, rgb(207,198,212), rgb(171,161,179));
    left: 0;
    height: 100%;
    position: absolute;
}

header .page-header-exp:hover svg {
    transform: scale(1.05);
}

header .nav-sitebar-exp::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(207,198,212,0.5), transparent);
    width: 1px;
    left: 0;
}

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

.leadership-experience-exp::before {
    z-index: 1;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(171,161,179,0.5) 0deg,
        rgb(207,198,212,0.5) 90deg,
        rgb(238,234,239) 180deg,
        rgb(207,198,212,0.5) 270deg,
        rgb(171,161,179,0.5) 360deg
    );
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    filter: blur(60px);
    opacity: 0.4;
    content: "";
    top: 0;
}

.leadership-experience-exp .content-photo-exp:hover::after {
    opacity: 0;
}

.leadership-experience-exp .job-overview-exp:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}

.leadership-experience-exp .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 34px;
    font-weight: 700;
    color: rgb(207,198,212);
}

.leadership-experience-exp .job-overview-exp > div:nth-child(2) {
    font-weight: 600;
    color: rgb(171,161,179);
    letter-spacing: 1px;
    opacity: 0.9;
    font-size: 22px;
    margin-bottom: 2rem;
}

.data-insights-exp::before {
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000000;
    content: '';
    position: absolute;
    opacity: 0.9;
    left: 0;
}

.data-insights-exp .statistics-perks-exp::before {
    content: '';
    animation: rotate 10s linear infinite;
    width: 100px;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(207,198,212) 90deg,
        rgb(207,198,212) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(207,198,212) 270deg,
        rgb(207,198,212) 360deg
    );
    left: -10px;
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    top: -10px;
}

.data-insights-exp .statistics-tracks-exp {
    max-width: 800px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: calc(16px * 1.2);
    padding: 40px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    margin: 0 auto 50px;
    position: relative;
    line-height: 1.7;
    z-index: 3;
    grid-column: 1 / -1;
    text-align: center;
}

.data-insights-exp .expert-benefits-exp::after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: 0;
    background-size: cover;
    opacity: 0.05;
    transition: opacity 0.3s ease;
    height: 50%;
    background-position: center;
    left: 0;
    width: 100%;
}

.data-insights-exp .extra-statistics-exp svg path {
    fill: rgb(207,198,212);
}

.data-insights-exp .statistics-advance-exp .expert-benefits-exp:nth-child(4n+2) span,
.data-insights-exp .statistics-advance-exp .expert-benefits-exp:nth-child(4n+3) span {
    font-weight: 700;
    position: relative;
    color: rgb(171,161,179);
    font-size: 2.2rem;
    margin-bottom: 10px;
    display: block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.welcome-section-exp > div {
    gap: 3rem;
    width: 100%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}

.welcome-section-exp .edu-skill-exp {
    background: rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    animation: slideUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(8px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(50px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.welcome-section-exp .edu-skill-exp > div:last-child {
    position: relative;
    margin-top: 2rem;
}

.welcome-section-exp .edu-skill-exp span {
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s 1s ease-out forwards;
    display: inline-block;
}

.contact-information-exp::before {
    top: 0;
    opacity: 0.07;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,198,212,0.5) 0,
        rgb(207,198,212,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
}

.contact-information-exp h2::after {
    bottom: 0;
    background: rgb(171,161,179);
    height: 4px;
    position: absolute;
    width: 30px;
    left: calc(50% - 15px);
    content: "";
}

.contact-information-exp .contact-request-exp {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 60px;
    flex-direction: column;
    flex: 0 0 55%;
}

.contact-information-exp form {
    position: relative;
    z-index: 2;
}

.contact-information-exp form input[type="text"] {
    color: #000000;
    border-bottom: 2px solid rgb(238,234,239);
    transition: all 0.3s ease;
    background: transparent;
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 25px;
    font-size: 18px;
    border: none;
}

.contact-information-exp .request-help-exp label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
}

.contact-information-exp .request-help-exp label a {
    color: rgb(207,198,212);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}

.contact-information-exp .contact-query-exp::before {
    width: 0;
    transition: width 0.5s ease;
    height: 100%;
    background: rgb(171,161,179);
    transform: skewX(-25deg);
    left: -10px;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
}

.contact-information-exp svg:hover,
.contact-information-exp svg:hover path {
    stroke: rgb(171,161,179);
}



@media (min-width: 992px) {.program-outcomes-exp .study-experts-exp > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.program-outcomes-exp .text-block-exp {
    padding-left: 30px;
}
}



@media (max-width: 1200px) {.our-team-exp {
    padding: 100px 0;
}.our-team-exp .text-block-exp {
    padding: 40px;
}
}



@media (max-width: 576px) {.our-team-exp {
    padding: 60px 0;
}.our-team-exp .text-block-exp {
    padding: 25px 20px;
}.our-team-exp h1 {
    font-size: calc(45px * 0.7);
}.our-team-exp span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.our-team-exp .text-block-exp::before {
    width: 3px;
}
}


@media only screen and (max-width: 800px) {.cookie-guard-exp {
    display: none;
}.privacy-notify-exp {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-banner-dialog-exp h5 {
    text-align: center;
}.cookie-banner-dialog-exp p {
    text-align: center;
}.track-bar-exp {
    margin-bottom: 20px;
}body .framework-wrap-exp .user-alert-exp {
    margin-left: 0;
}}



@media (max-width: 480px) {.secure-haven-exp {
    padding: 3rem 1rem;
}.secure-haven-exp h1 {
    font-size: calc(41px * 0.8);
}.secure-haven-exp h2 {
    font-size: calc(33px * 0.8);
    padding-left: 1.25rem;
}.secure-haven-exp h3 {
    padding-left: 1rem;
    font-size: calc(33px * 0.7);
}.secure-haven-exp h4 {
    font-size: calc(33px * 0.6);
    padding-left: 0.75rem;
}.secure-haven-exp p, .secure-haven-exp span, .secure-haven-exp li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.secure-haven-exp li {
    padding-left: 1.5rem;
}.secure-haven-exp span {
    padding-left: 0.75rem;
}}


@media (max-width: 991px) {.support-exp .feedback-form-exp h4 {
    margin-bottom: 20px;
    width: 100%;
}.support-exp {
    padding: 4rem 0;
}.support-exp .instant-help-exp {
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.support-exp .feedback-form-exp {
    grid-column: span 2;
}.support-exp .message-section-exp {
    max-width: 90%;
}.support-exp .instant-help-exp > span svg {
    width: 20px;
    height: 20px;
}.support-exp .feedback-form-exp span svg {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 991px) {.future-students-exp {
    padding: 90px 0;
}.future-students-exp h4 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.future-students-exp div > div {
    gap: 18px;
}.future-students-exp p {
    padding: 20px 25px;
}.future-students-exp p svg {
    width: 25px;
    margin-right: 15px;
    height: 25px;
}
}



@media (max-width: 576px) {.future-students-exp {
    padding: 60px 0;
}.future-students-exp h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
    padding-bottom: 10px;
}.future-students-exp h4::after {
    width: 50px;
    height: 2px;
}.future-students-exp div > div {
    gap: 12px;
}.future-students-exp p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.future-students-exp p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.future-students-exp p:hover {
    transform: translateX(5px);
}}



@media (max-width: 767px) {.course-highlights-exp {
    padding: 80px 0;
}.course-highlights-exp h2 {
    margin-bottom: 30px;
    font-size: 36px;
}.course-highlights-exp .content-photo-exp {
    height: 280px;
}.course-highlights-exp .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 992px) {.stay-informed-exp .help-widget-exp {
    transform: none;
    padding: 2.5rem;
    flex-direction: column;
}.stay-informed-exp h3 {
    margin: 0 0 2rem 0;
    transform: none;
    text-align: center;
}.stay-informed-exp h3::before {
    height: 4px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 50px;
}.stay-informed-exp .input_holder {
    width: 100%;
    transform: none;
}.stay-informed-exp input[type="submit"]:hover {
    transform: none;
}
}



@media (max-width: 767px) {header {
    background: rgb(238,234,239);
}header::before {
    top: 0;
    width: 100%;
    bottom: 50%;
    height: auto;
}header .main-learn-exp {
    flex-direction: column;
    align-items: center;
}header .page-header-exp {
    width: 100%;
    padding: 0.8rem 0;
}header .page-header-exp svg {
    width: 120px;
}header .nav-sitebar-exp {
    width: 95%;
    padding: 0.8rem 0;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}header .nav-sitebar-exp::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(207,198,212,0.5), transparent);
    height: 1px;
    width: 100%;
    top: 0;
}header .main-train-exp {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.welcome-section-exp {
    padding: 5rem 2rem;
}.welcome-section-exp > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
}.welcome-section-exp .title_style_header {
    padding-left: 2rem;
}.welcome-section-exp .title_style_header::before {
    width: 8px;
}.welcome-section-exp .edu-skill-exp {
    transform: translateY(0) translateX(50px);
    animation: slideRight 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-left: -2rem;
    padding: 3rem;
    z-index: 6;
    opacity: 0;
}.welcome-section-exp .method-ped-exp::after {
    width: 120px;
}
}



@media (max-width: 1024px) {.contact-information-exp {
    padding: 80px 0;
}.contact-information-exp .content-photo-exp {
    min-height: 500px;
}.contact-information-exp .contact-request-exp {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-information-exp {
    padding: 60px 0;
}.contact-information-exp .inquiry-block-exp {
    flex-direction: column;
}.contact-information-exp .content-photo-exp {
    width: 100%;
    min-height: 300px;
}.contact-information-exp .contact-request-exp {
    padding: 40px 30px;
    width: 100%;
}.contact-information-exp form h3 {
    margin-bottom: 30px;
}.contact-information-exp form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-information-exp .request-help-exp {
    margin-bottom: 30px;
}.contact-information-exp .contact-query-exp {
    padding: 15px 30px;
    width: 100%;
}
}

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



@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}



@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(207,198,212,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



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

