html,body {
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

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


.operation-process-8 {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(242,231,242);
}

.operation-process-8 .skill-pro-3 {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1000px;
    display: grid;
    gap: 3rem;
    margin: 0 auto;
}

.operation-process-8 .skill-pro-3::after {
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    right: -50px;
}

.operation-process-8 h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    bottom: 0;
    background: linear-gradient(to left, rgb(185,164,186), transparent);
}

.operation-process-8 span::after {
    top: -5px;
    filter: blur(15px);
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

.future-students-9::before {
    content: "";
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(217,200,218), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(185,164,186), 0.05) 0%, transparent 50%);
    width: 100%;
    height: 100%;
}

.future-students-9 div {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 0;
}

.future-students-9 div p:hover {
    background: linear-gradient(90deg, rgba(rgb(217,200,218), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.future-students-9 div p:hover::after {
    right: 15px;
    opacity: 1;
}

.future-students-9 div p svg {
    position: absolute;
    transform: translateY(-50%);
    width: 24px;
    transition: all 0.3s ease;
    top: 50%;
    height: 24px;
    left: 20px;
}

.opening-board-9 h1 {
    position: relative;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    text-align: center;
    color: rgb(217,200,218);
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    transform: translateY(20px);
    margin-bottom: 2rem;
}

.opening-board-9 .heading-frame-7 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.03);
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    justify-content: center;
    transform: translateY(30px);
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    border-left: 3px solid rgb(217,200,218);
    background: rgba(255, 255, 255, 0.8);
}

.opening-board-9 .inquiry-query-5:hover::before {
    left: 100%;
}

.opening-board-9 .img-strip-8 {
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    width: 100%;
    transform: translateY(30px);
}

.tyBox-2 h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    animation: slideIn 0.8s ease-out forwards;
    line-height: 1.3;
    font-weight: 700;
    transform: translateZ(20px);
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}

.tyBox-2 .skill-pro-3:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}

.tyBox-2 li::before {
    position: absolute;
    left: 0;
    top: 8px;
    box-shadow: 0 0 0 4px rgb(185,164,186,0.5);
    content: "";
    animation: pulse 3s infinite;
    background-color: rgb(185,164,186);
    height: 8px;
    border-radius: 50%;
    width: 8px;
}

.module-end-9::before {
    height: 10px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(217,200,218), rgb(185,164,186), rgb(217,200,218));
    left: 0;
    position: absolute;
    content: "";
}

.module-end-9 .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    font-size: 28px;
}

.module-end-9 .head-prime-7 h5::after {
    width: 40px;
    height: 2px;
    position: absolute;
    background: #ffffff;
    left: 0;
    bottom: -2px;
    content: "";
}

.module-end-9 .head-prime-7 .main-nav-5 a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.rating-stars-3 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.module-end-9 .company_holder::before {
    position: absolute;
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    left: 0;
    content: "";
}

.pricing-structure-2::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(217,200,218,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    left: 0;
}

.pricing-structure-2 .rate-schemes-5 {
    margin: 0 auto;
    max-width: 600px;
    font-size: 17px;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
}

.pricing-structure-2 .pricing-pack-8 {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.pricing-structure-2 .edu-rates-3::before {
    opacity: 0.7;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
}

.pricing-structure-2 .learning-rates-1:hover .study-rates-2UohWF::before {
    width: 100%;
}

.pricing-structure-2 .img-strip-8 {
    height: 200px;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
}

.pricing-structure-2 .learning-rates-1:nth-child(odd) .pricing-pack-8 {
    flex-direction: column-reverse;
}

.pricing-structure-2 .learning-rates-1:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

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

.get-in-touch-7 h2::before {
    height: 2px;
    background: rgb(217,200,218);
    bottom: -20px;
    position: absolute;
    content: "";
    left: calc(50% - 50px);
    width: 30px;
}

.get-in-touch-7 .img-strip-8::before {
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.get-in-touch-7 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.get-in-touch-7 h3::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(217,200,218);
}

.get-in-touch-7 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.get-in-touch-7 .connect-inquiry-0 input[type="checkbox"] {
    width: 24px;
    position: relative;
    border-radius: 3px;
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    background: rgba(0, 0, 0, 0.2);
}

.get-in-touch-7 .connect-inquiry-0 a::after {
    transition: all 0.3s ease;
    content: "";
    height: 1px;
    bottom: -2px;
    background: rgb(217,200,218);
    left: 0;
    position: absolute;
    width: 100%;
}

.get-in-touch-7 .inquiry-query-5:hover::before {
    left: 100%;
}

.get-in-touch-7 svg path {
    transition: all 0.3s ease;
    fill: rgb(217,200,218);
}

.get-in-touch-7 svg:hover path {
    fill: #ffffff;
}



header .head-site-5 {
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    display: flex;
    z-index: 5;
    position: relative;
}

header .nav-sitewrap-0:hover {
    transform: translateY(-3px) scale(1.02);
}

header .nav-sitewrap-0 img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}

header .first-teach-4 {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}

header .first-teach-4 a::before {
    background: rgb(217,200,218);
    content: '';
    height: 1px;
    bottom: 5px;
    transform: scaleX(0);
    opacity: 0.7;
    width: 80%;
    position: absolute;
    transition: transform 0.3s ease;
    left: 10%;
}

header .head-site-5::before {
    width: 30%;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(217,200,218), transparent);
    height: 1px;
    position: absolute;
    content: '';
    top: 0;
}

.stay-informed-6::before {
    left: -5%;
    width: 120%;
    animation: subtleShift 20s infinite alternate ease-in-out;
    top: -10%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
    height: 120%;
    content: "";
    transform: rotate(-3deg) translateZ(0);
    z-index: -1;
}

.stay-informed-6 .input_holder::before {
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    transform: scaleX(0.7);
    top: -1rem;
}

.stay-informed-6 input[type="email"] {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    font-size: 12px;
    backdrop-filter: blur(10px);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
}

.stay-informed-6 .sub-form-0:hover::before {
    opacity: 1;
}

.leadership-experience-7 {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(242,231,242) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.leadership-experience-7 .client-ratings-1:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.leadership-experience-7 .exp-timeline-9::before {
    position: absolute;
    line-height: 1;
    content: "";
    top: 15px;
    left: 20px;
    font-size: calc(39px * 2);
    color: rgb(217,200,218);
}

.leadership-experience-7 .client-ratings-1:hover .img-strip-8 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(217,200,218,0.5);
}

.leadership-experience-7 .client-ratings-1:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.privacy-wrapper-7 {
    background-color: rgb(242,231,242);
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.privacy-wrapper-7 h3,
.privacy-wrapper-7 h4,
.privacy-wrapper-7 h5,
.privacy-wrapper-7 h6 {
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(217,200,218);
    font-weight: 400;
}

.course-program-details-6::before {
    right: -5%;
    top: -10%;
    z-index: 1;
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) skewX(20deg);
    content: "";
    height: 70%;
    opacity: 0.15;
    background: linear-gradient(210deg, rgb(217,200,218,0.5) 0%, transparent 80%);
    pointer-events: none;
}

.course-program-details-6 .img-strip-8::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(217,200,218), 0.05) 50%, 
                rgba(rgb(185,164,186), 0.1) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
}

.course-program-details-6 .heading-frame-7::before {
    left: -30px;
    background-color: rgb(217,200,218);
    position: absolute;
    top: 30px;
    opacity: 0.15;
    transform: rotate(45deg);
    height: 60px;
    z-index: -1;
    content: "";
    width: 60px;
}

.course-program-details-6 .heading-frame-7:hover h3::after {
    transform: scaleX(1.5);
}

.course-program-details-6 p.description {
    scrollbar-color: rgb(217,200,218,0.5) transparent;
    max-height: 250px;
    padding-right: 15px;
    scrollbar-width: thin;
    margin-bottom: 30px;
    overflow-y: auto;
    display: block;
}

.client-opinions-1 h2 {
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    opacity: 1;
    font-size: 30px;
    animation: fadeInUp 0.8s ease-out;
    margin-bottom: 4rem;
}

.client-opinions-1 .client-ratings-1 {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    transform: translateY(0) rotate(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.1s);
    flex-direction: column;
    padding: 2rem;
    animation: fadeInStagger 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.client-opinions-1 .client-ratings-1:hover h4::after {
    width: 60px;
}

.client-opinions-1 a::before {
    top: 0;
    left: 0;
    content: "";
    transform-origin: 0 50%;
    position: absolute;
    z-index: -1;
    right: 0;
    transition: transform 0.5s ease-out;
    background: linear-gradient(135deg, rgb(185,164,186) 0%, rgb(217,200,218) 100%);
    transform: scaleX(0);
    bottom: 0;
}

.our-background-9::after {
    right: 0;
    opacity: 0.3;
    height: 100%;
    top: 0;
    z-index: 1;
    background-size: 100% 100%, 20px 20px;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(185,164,186,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(217,200,218,0.5) 50%, transparent 52%) #000000;
    width: 100%;
}

.our-background-9 .history-tl-8 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: translateY(-30px) translateX(20px);
    background: rgb(217,200,218);
    border-left: 4px solid rgb(185,164,186);
    z-index: 2;
    position: relative;
    padding: 20px 30px;
}

.our-background-9 .heading-frame-7 {
    position: relative;
    flex: 1;
    padding-left: 20px;
}

.our-background-9 .edu-promise-8:hover {
    transform: translateY(-5px);
}

.our-background-9 .edu-promise-8 svg:hover {
    fill: rgb(185,164,186);
    transform: scale(1.1);
}

.our-background-9 .edu-promise-8 svg:hover path {
    fill: rgb(185,164,186);
}

.our-background-9 p {
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.data-consent-2 {
    align-items: center;
    border: 2px dashed rgb(217,200,218);
    justify-content: space-between;
    display: flex;
    gap: 20px;
    padding: 20px 5%;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.5);
}

.cookies-tracking-8 {
    margin-left: 10px;
    min-width: 140px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    background: rgb(217,200,218);
    border: 2px solid rgb(217,200,218);
    text-align: center;
    font-size: 20px;
    color: #000000;
    flex-shrink: 0;
    line-height: 40px;
}

.contact-6 .edu-ask-0 {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "info photo"
        "contact contact";
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.contact-6 .quick-reach-5:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-6 .quick-reach-5:nth-child(3) {
    padding: 2.5rem;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(217,200,218,0.5) 100%
    );
    overflow: hidden;
    position: relative;
    grid-area: contact;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.contact-6 .quick-reach-5 p {
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    display: flex;
    color: #ffffff;
}

.contact-6 .write-page-7 span {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: calc(15px * 0.9);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.contact-6 .contact-form-3 a::before {
    width: 30px;
    top: 0;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    animation-delay: calc(var(--i, 0) * 1s);
    position: absolute;
    height: 100%;
    animation: shine 4s infinite;
    left: -30px;
    content: '';
}

.contact-6 svg {
    height: 20px;
    width: 20px;
    fill: none;
}


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



@media (max-width: 768px) {.operation-process-8 {
    padding: 4rem 1rem;
}.operation-process-8::before {
    background-size: 20px 20px;
}.operation-process-8 h3 {
    font-size: calc(35px * 0.8);
}.operation-process-8 span {
    padding: 1.5rem;
    font-size: calc(17px * 0.95);
}.operation-process-8 .skill-pro-3::before {
    height: 100px;
    left: -40px;
    width: 100px;
    top: -20px;
}.operation-process-8 .skill-pro-3::after {
    height: 100px;
    bottom: -40px;
    width: 100px;
    right: -20px;
}}



@media (min-width: 768px) {.opening-board-9 {
    padding: 8rem 2rem;
}.opening-board-9 .skill-pro-3 {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.opening-board-9 .heading-frame-7 {
    flex: 1;
    padding: 2rem;
}.opening-board-9 .img-strip-8 {
    height: 450px;
    flex: 1;
}.opening-board-9 svg {
    width: 120px;
    height: 120px;
}.opening-board-9 .skill-plus-8 {
    text-align: left;
    align-items: flex-start;
}
}



@media (max-width: 767px) {.tyBox-2 {
    padding: 60px 0 40px;
}.tyBox-2 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.tyBox-2 .skill-pro-3 {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.tyBox-2 .skill-pro-3:hover {
    transform: translateZ(8px) rotateX(0deg);
}.tyBox-2 li {
    padding-left: 25px;
}.tyBox-2 span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.tyBox-2 .skill-pro-3::after {
    width: 40px;
    top: -5px;
    height: 40px;
    right: 20px;
}
}



@media (max-width: 420px) {.module-end-9 .company_holder h3::after,
    .module-end-9 .head-prime-7 h5::after {
    width: 30px;
}.module-end-9 .head-prime-7 .main-nav-5 a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 767px) {.pricing-structure-2 {
    padding: 4rem 0;
}.pricing-structure-2 .edu-rates-3 {
    padding: 1.5rem;
}.pricing-structure-2 .edu-rates-3 h3 {
    font-size: 19px;
}.pricing-structure-2 .study-rates-2UohWF {
    font-size: 19px;
}.pricing-structure-2 .edu-rates-3 p {
    overflow-y: auto;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
    max-height: 150px;
}.pricing-structure-2 .img-strip-8 {
    height: 150px;
}
}



@media (max-width: 576px) {.get-in-touch-7 {
    padding: 40px 0;
}.get-in-touch-7 .container {
    padding: 0 15px;
}.get-in-touch-7 h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 6px);
}.get-in-touch-7 h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.get-in-touch-7 h2::after {
    width: 50px;
}.get-in-touch-7 .reach-feedback-6 {
    padding: 30px 20px 40px;
}.get-in-touch-7 #contact {
    gap: 20px;
}.get-in-touch-7 .inquiry-query-5 {
    width: 100%;
}.get-in-touch-7 .img-strip-8 {
    min-height: 200px;
}}



@media (max-width: 480px) {.stay-informed-6 {
    padding: 3rem 1.5rem;
}.stay-informed-6 h4 {
    font-size: 19px;
}.stay-informed-6 input[type="email"],
    .stay-informed-6 .sub-form-0 {
    padding: 0.9rem 1.2rem;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.leadership-experience-7 {
    padding: 80px 0;
}.leadership-experience-7 .client-ratings-1 {
    transform: none;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img-strip-8"
      "name"
      "work-area-6"
      "exp-timeline-9";
    grid-template-columns: 1fr;
    gap: 15px;
}.leadership-experience-7 .exp-timeline-9,
  .leadership-experience-7 .img-strip-8,
  .leadership-experience-7 .name,
  .leadership-experience-7 .client-ratings-1 > span:not(.name) {
    transform: none;
}.leadership-experience-7 .client-ratings-1:hover .exp-timeline-9,
  .leadership-experience-7 .client-ratings-1:hover .img-strip-8,
  .leadership-experience-7 .client-ratings-1:hover .name,
  .leadership-experience-7 .client-ratings-1:hover > span:not(.name) {
    transform: none;
}.leadership-experience-7 .img-strip-8 {
    height: 240px;
    width: 90%;
    margin: 0 auto;
}.leadership-experience-7 .exp-timeline-9 {
    padding: 30px;
}.leadership-experience-7 .name,
  .leadership-experience-7 .client-ratings-1 > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}



@media screen and (max-width: 992px) {.our-background-9 {
    padding: 80px 0;
}.our-background-9 .skill-pro-3 {
    padding: 40px 30px;
    gap: 40px;
    flex-direction: column;
}.our-background-9 .fast-guide-8 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}.our-background-9 .heading-frame-7 {
    text-align: center;
    padding-left: 0;
}.our-background-9 .heading-frame-7::before {
    display: none;
}.our-background-9 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our-background-9 .edu-promise-8 {
    justify-content: center;
}
}



@media (max-width: 768px) {.contact-6 {
    padding: 4rem 0;
}.contact-6 .quick-reach-5:nth-child(1),
    .contact-6 .quick-reach-5:nth-child(3) {
    padding: 2rem;
}.contact-6 .contact-form-3 {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}.contact-6 .contact-form-3 a:nth-child(3) {
    grid-column: span 2;
}
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}



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

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



@keyframes subtleFloat {
    0%, 100% {
        transform: perspective(1000px) rotateX(1deg);
    }
    50% {
        transform: perspective(1000px) rotateX(0deg);
    }
}


    
    @keyframes mobileLineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

