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

.main-mainbar-exp {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    width: 100%;
    background: #ffffff;
}

.program-outcomes-exp .study-experts-exp {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    z-index: 1;
}

.program-outcomes-exp .content-photo-exp {
    position: relative;
    border-radius: 16px;
    flex: 1;
    min-width: 320px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 450px;
}

.program-outcomes-exp .text-block-exp::before {
    content: '';
    left: -30px;
    transform: rotate(45deg);
    border: 2px solid rgb(171,161,179,0.5);
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    height: 120px;
    bottom: -30px;
    border-radius: 16px;
    width: 120px;
}

.program-outcomes-exp .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.program-outcomes-exp .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.program-outcomes-exp .text_main_holder p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
}

.our-team-exp .text-block-exp {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(1deg);
    transition: transform 0.5s ease-out;
}

.our-team-exp .text-block-exp:hover h1::after {
    width: 120px;
}

.our-team-exp li {
    margin-bottom: 20px;
}

.our-team-exp h4 {
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    color: rgb(207,198,212);
    position: relative;
    letter-spacing: 0.5px;
}

.cookie-banner-dialog-exp {
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(207,198,212);
    width: 100%;
    bottom: 0;
    background: rgb(238,234,239);
}

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

.secure-haven-exp .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.secure-haven-exp h1::before {
    bottom: 0;
    transform-origin: left;
    left: 0;
    position: absolute;
    content: "";
    height: 4px;
    width: 120px;
    animation: scaleIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
}

.secure-haven-exp h4::before {
    background: rgb(171,161,179);
    height: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    width: 4px;
    opacity: 0.7;
    top: 50%;
}

.secure-haven-exp li:hover::before {
    transform: rotate(135deg);
    background-color: rgba(rgb(207,198,212,0.5), 0.1);
}

footer {
    position: relative;
    width: 100%;
}

footer .gdpr-block-exp {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

footer .info_item {
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 15px;
    background-color: rgb(238,234,239);
    border-radius: 10px;
    margin: 10px;
    flex: 1 1 200px;
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .info_item svg {
    width: 20px;
    fill: rgb(207,198,212);
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
}

footer .info_item a:hover {
    color: rgb(207,198,212);
}

footer .header-tutor-exp {
    position: relative;
    padding: 0 30px;
}

footer .header-tutor-exp svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .nav-sitebar-exp {
    margin-right: 20px;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: rgb(238,234,239);
    margin-left: 20px;
    margin-top: -10px;
    z-index: 1;
    position: relative;
}

footer .header-pro-exp a:hover {
    transform: translateX(5px);
    color: rgb(207,198,212);
}

footer .subscribe_holder::before {
    height: 30px;
    content: "";
    width: 30px;
    transform: rotate(45deg);
    z-index: -1;
    top: -15px;
    position: absolute;
    background-color: rgb(207,198,212);
    right: 30px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

footer .recycle-info-exp {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.support-exp {
    position: relative;
    background: linear-gradient(to right, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}


.support-exp {
    animation: floatBackground 15s ease infinite;
    background-size: 400% 400%;
}

.support-exp .connect-block-exp h3::after {
    background: linear-gradient(to right, rgb(207,198,212), rgb(171,161,179));
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
    content: '';
}

.support-exp .instant-help-exp > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.support-exp .instant-help-exp > span:nth-child(even)::before {
    background-color: rgb(171,161,179);
}

.support-exp .instant-help-exp > span svg {
    position: absolute;
    height: 24px;
    top: 1rem;
    right: 1rem;
    width: 24px;
    transition: all 0.3s ease;
    fill: rgb(207,198,212);
    opacity: 0.7;
}

.support-exp .instant-help-exp p svg {
    width: 18px;
    opacity: 0.9;
    position: static;
    height: 18px;
    margin-right: 8px;
}

.support-exp .instant-help-exp a {
    text-decoration: none;
    padding-bottom: 2px;
    display: inline-flex;
    color: rgb(207,198,212);
    font-weight: 600;
    align-items: center;
    transition: color 0.3s ease;
    position: relative;
}

.support-exp .feedback-form-exp::before {
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.1;
    background: radial-gradient(circle at top right, rgb(207,198,212,0.5) 0%, transparent 70%);
}

.support-exp .feedback-form-exp span:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.7);
}

.support-exp .feedback-form-exp span:hover svg {
    transform: scale(1.2);
    opacity: 1;
}

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

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

.support-exp .container::after {
    height: 250px;
    width: 250px;
    z-index: 0;
    left: -5%;
    content: '';
    bottom: -10%;
    opacity: 0.2;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(171,161,179,0.5) 0%, transparent 70%);
    position: absolute;
}



.access-now-exp .study-experts-exp {
    background-color: rgb(238,234,239);
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    padding: 60px;
    transition: all 0.5s ease;
    border-radius: 20px;
    text-align: center;
    position: relative;
}



.access-now-exp .study-experts-exp {
    position: relative;
}

.access-now-exp .reach-out-exp {
    z-index: 1;
    text-decoration: none;
    padding: 16px 40px;
    transition: all 0.3s ease;
    background: rgb(238,234,239);
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    letter-spacing: 1.5px;
    display: inline-block;
    color: #000000;
}

.future-students-exp {
    overflow: hidden;
    position: relative;
    padding: 110px 0;
    background: #ffffff;
}

.future-students-exp .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.future-students-exp .study-experts-exp {
    position: relative;
}

.future-students-exp h4 {
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    color: #000000;
    font-size: 31px;
}

.future-students-exp div > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.future-students-exp p::after {
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, 
                rgb(207,198,212,0.5) 0%, 
                transparent 30%);
    opacity: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.future-students-exp p:nth-child(even)::before {
    background: rgb(171,161,179);
}

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

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

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

.course-highlights-exp h2::after {
    bottom: -10px;
    transform: scaleX(0);
    transform-origin: left;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
    left: 0;
    content: "";
}

.course-highlights-exp .content-photo-exp:hover::after {
    opacity: 0;
}

.course-highlights-exp .text-block-exp {
    transform: translateY(20px);
    opacity: 0;
    gap: 30px;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    display: flex;
    flex-direction: column;
}

.tyMessage-exp {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(171,161,179,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
}

.tyMessage-exp .study-experts-exp {
    flex-direction: column;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.tyMessage-exp h5::after {
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
}

.tyMessage-exp a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}

.stay-informed-exp {
    perspective: 1500px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
    padding: 5rem 2rem;
}

.stay-informed-exp .study-experts-exp {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.stay-informed-exp h3 {
    transform: translateZ(30px);
    margin: 0 3rem 0 0;
    font-weight: 700;
    font-size: 21px;
    position: relative;
    flex: 1;
    color: #000000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.stay-informed-exp input[type="email"]:focus {
    transform: translateZ(40px);
    outline: none;
    border-color: rgb(207,198,212);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(207,198,212,0.5);
}

.stay-informed-exp input[type="submit"]::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(171,161,179) 0%, rgb(207,198,212) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
}

header .page-header-exp svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    transition: all 0.3s ease;
}

header .main-train-exp {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: 17px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
}

.leadership-experience-exp .content-photo-exp::after {
    position: absolute;
    opacity: 0.4;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(207,198,212,0.5) 100%
    );
    transition: opacity 0.6s ease;
    border-radius: 18px;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.leadership-experience-exp .job-overview-exp::before {
    transition: transform 0.8s ease;
    width: 200%;
    height: 200%;
    left: -50%;
    content: "";
    top: -50%;
    position: absolute;
    transform: scale(0);
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(171,161,179,0.5) 0%,
        transparent 70%
    );
}

.leadership-experience-exp .past-experience-exp {
    position: relative;
    font-style: italic;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    border-left: 3px solid rgb(207,198,212,0.5);
    padding-left: 2rem;
}

.data-insights-exp::after {
    animation: backgroundPulse 20s infinite alternate;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.6;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(207,198,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(171,161,179,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(207,198,212,0.5) 97%, rgb(207,198,212,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(171,161,179,0.5) 97%, rgb(171,161,179,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    content: '';
}

.data-insights-exp .statistics-tracks-exp::after {
    content: '';
    right: 10px;
    bottom: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid rgb(207,198,212);
    opacity: 0.6;
    border-right: 2px solid rgb(207,198,212);
}

.data-insights-exp .expert-benefits-exp::before {
    height: 2px;
    left: -2px;
    content: '';
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(207,198,212), transparent);
    opacity: 0.6;
    right: -2px;
    position: absolute;
}

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

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

.welcome-section-exp::after {
    height: 60%;
    content: "";
    background: linear-gradient(45deg, 
    rgb(207,198,212,0.5) 0%, 
    transparent 80%);
    transform: rotate(-5deg);
    width: 70%;
    animation: float 15s ease-in-out infinite alternate;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    top: -10%;
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    right: -10%;
}

.welcome-section-exp .edu-skill-exp::before {
    content: "";
    background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 15%,
    rgba(255, 255, 255, 0.08) 30%,
    transparent 50%
  );
    top: 0;
    animation: shimmer 5s infinite;
    transform: translateX(-100%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.welcome-section-exp .edu-skill-exp p {
    margin: 0;
    color: #ffffff;
    padding-left: 1rem;
    font-size: clamp(1rem, 2vw, 12px);
    position: relative;
    line-height: 1.6;
}

.contact-information-exp::after {
    background-size: 30px 30px;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(171,161,179,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(171,161,179,0.5) 1px, transparent 1px);
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.contact-information-exp .inquiry-block-exp {
    border-radius: 0;
    display: flex;
    background: #ffffff;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}

.contact-information-exp .contact-request-exp::after {
    left: -50px;
    border-radius: 0;
    content: "";
    width: 100px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 0;
    height: 100px;
    background: rgb(171,161,179,0.5);
    bottom: -50px;
}

.contact-information-exp form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(207,198,212);
}

.contact-information-exp .request-help-exp {
    margin-bottom: 40px;
    position: relative;
}

.contact-information-exp .request-help-exp input[type="checkbox"]:checked + label::before {
    border-color: rgb(207,198,212);
    background: rgb(207,198,212);
}

.contact-information-exp .request-help-exp label a::after {
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(207,198,212);
    transform: scaleX(1);
    width: 100%;
    height: 1px;
    transform-origin: left;
    bottom: -1px;
}

.contact-information-exp svg {
    width: 24px;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(207,198,212);
    height: 24px;
}


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



@media (max-width: 768px) {.program-outcomes-exp {
    padding: 80px 0;
}.program-outcomes-exp h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.program-outcomes-exp .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@media (max-width: 992px) {.our-team-exp h1 {
    font-size: calc(45px * 0.9);
}.our-team-exp span {
    column-count: 1;
}.our-team-exp .text-block-exp {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (prefers-reduced-motion: reduce) {.our-team-exp .text-block-exp,
  .our-team-exp h1,
  .our-team-exp ul,
  .our-team-exp h4::before,
  .our-team-exp::after {
    transition: none;
    transform: none;
    animation: none;
}}



@media (min-width: 768px) {.secure-haven-exp {
    padding: 7rem 3rem;
}.secure-haven-exp .container {
    padding: 0 30px;
}.secure-haven-exp h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3rem;
    transform: translateX(-15px);
}.secure-haven-exp h1::before {
    width: 180px;
    height: 5px;
}.secure-haven-exp h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.secure-haven-exp h2::before {
    width: 10px;
}.secure-haven-exp p {
    max-width: 85%;
}.secure-haven-exp ul {
    margin-left: 2rem;
}.secure-haven-exp span {
    padding-left: 1.5rem;
}
}



@media (min-width: 992px) {footer .nav-sitebar-exp {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}



@media (max-width: 576px) {footer .progress-bar-exp {
    padding: 60px 0 20px;
}footer .get-answers-exp {
    padding: 15px;
    transform: translateY(-20px);
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .header-tutor-exp {
    padding: 0 20px;
}footer .header-tutor-exp::after {
    right: 20px;
    left: 20px;
}footer .nav-sitebar-exp h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header-pro-exp a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub-strategy-exp {
    padding: 12px 15px;
}}



@media screen and (max-width: 992px) {.access-now-exp {
    padding: 80px 0;
}.access-now-exp .study-experts-exp {
    padding: 40px;
    max-width: 90%;
}.access-now-exp h3 {
    font-size: calc(28px * 0.9);
}.access-now-exp .study-experts-exp::before {
    height: 150px;
    width: 150px;
}.access-now-exp .study-experts-exp::after {
    width: 120px;
    height: 120px;
}
}



@media (max-width: 768px) {.future-students-exp {
    padding: 70px 0;
}.future-students-exp h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.future-students-exp h4::after {
    width: 60px;
}.future-students-exp div > div {
    gap: 15px;
}.future-students-exp p {
    padding: 18px 20px;
}
}



@media (min-width: 1200px) {.course-highlights-exp .education-exp {
    gap: 80px;
}.course-highlights-exp h2 {
    max-width: 60%;
}.course-highlights-exp .content-photo-exp {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 600px;
}.course-highlights-exp .content-photo-exp:hover {
    transform: perspective(1000px) rotateY(0);
}.course-highlights-exp .text-block-exp {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease;
}.course-highlights-exp .text-block-exp:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media screen and (max-width: 767px) {.tyMessage-exp {
    padding: 4rem 0;
}.tyMessage-exp .study-experts-exp {
    padding: 2rem;
    transform: rotateX(2deg);
}.tyMessage-exp h5 {
    font-size: 23px;
}.tyMessage-exp p {
    font-size: 18px;
    line-height: 1.6;
}.tyMessage-exp .study-experts-exp > div:first-child {
    margin-bottom: 1.5rem;
}.tyMessage-exp .study-experts-exp:hover > div:first-child {
    transform: translateZ(20px);
}.tyMessage-exp .study-experts-exp:hover > div:last-child {
    transform: translateZ(10px);
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .page-header-exp {
    width: 30%;
    padding: 1rem 0;
}header .page-header-exp svg {
    width: 130px;
}header .nav-sitebar-exp {
    padding: 1rem 2.5%;
    gap: 0.5rem;
    width: 70%;
}header .main-train-exp {
    font-size: calc(17px);
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 991px) {.data-insights-exp {
    padding: 100px 0;
}.data-insights-exp .statistics-support-exp {
    grid-gap: 30px;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
}.data-insights-exp .statistics-tracks-exp {
    max-width: 100%;
}.data-insights-exp .statistics-advance-exp {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (min-width: 1200px) {.welcome-section-exp {
    padding: 6rem 3rem;
}.welcome-section-exp > div {
    gap: 3rem;
}.welcome-section-exp .title_style_header {
    padding-left: 3rem;
}.welcome-section-exp .title_style_header::before {
    width: 10px;
}.welcome-section-exp .edu-skill-exp {
    margin-left: -4rem;
    padding: 4rem;
}
}



@media (prefers-reduced-motion) {.welcome-section-exp::after {
    animation: none;
}.welcome-section-exp > div > div:first-child,
  .welcome-section-exp .edu-skill-exp,
  .welcome-section-exp .title_style_header::before,
  .welcome-section-exp .method-ped-exp::after,
  .welcome-section-exp .method-ped-exp h3,
  .welcome-section-exp .edu-skill-exp span,
  .welcome-section-exp .edu-skill-exp p::before {
    animation-duration: 0.1s;
}.welcome-section-exp .edu-skill-exp::before {
    animation: none;
}}



@media (max-width: 480px) {.contact-information-exp {
    padding: 50px 0;
}.contact-information-exp h2 {
    font-size: calc(31px * 0.85);
}.contact-information-exp .inquiry-block-exp {
    margin-top: 30px;
}.contact-information-exp .content-photo-exp {
    min-height: 200px;
}.contact-information-exp .contact-request-exp {
    padding: 30px 20px;
}.contact-information-exp form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact-information-exp form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-information-exp .request-help-exp {
    margin-bottom: 25px;
}.contact-information-exp .request-help-exp label {
    font-size: calc(14px * 0.9);
}.contact-information-exp .contact-query-exp {
    padding: 12px 25px;
}
}

@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}



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



@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



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

