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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(185,164,186) #ffffff;
}

.module-end-9 {
    flex: 0 0 auto;
}

.module-end-9 {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}

.operation-process-8::before {
    right: 0;
    animation: gridMove 50s linear infinite;
    top: 0;
    background-position: -1px -1px;
    opacity: 0.2;
    background-size: 40px 40px;
    left: 0;
    position: absolute;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgb(217,200,218,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(217,200,218,0.5) 1px, transparent 1px);
    content: "";
}

.operation-process-8 h3::before,
.operation-process-8 h3::after {
    left: 50%;
    border-radius: 10px;
    position: absolute;
    width: 100px;
    content: "";
    height: 4px;
    background: linear-gradient(to right, rgb(217,200,218), transparent);
    transform: translateX(-50%);
}

.operation-process-8 h3::before {
    animation: slideWidth 3s ease-in-out infinite alternate;
    bottom: 0;
}

.future-students-9 {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(242,231,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.future-students-9 .skill-pro-3 {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
}

.future-students-9 div p {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 20px 20px 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: calc(100% - 30px);
    border-left: 3px solid rgb(217,200,218);
    background: #ffffff;
    overflow: hidden;
    margin: 0 15px 0 15px;
    z-index: 1;
    flex: 1 1 calc(100% - 30px);
}

.future-students-9 div p svg path {
    fill: rgb(217,200,218);
    transition: fill 0.3s ease;
}

.opening-board-9::after {
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(40px);
    z-index: -1;
    content: "";
    top: -10%;
    width: 30%;
    right: -5%;
    background: linear-gradient(135deg, rgb(217,200,218,0.5) 0%, transparent 70%);
    height: 30%;
}

.opening-board-9 .skill-pro-3 {
    margin: 0 auto;
    gap: 2rem;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    max-width: 1400px;
}

.opening-board-9 .heading-frame-7:hover svg {
    transform: scale(1);
}

.opening-board-9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,218);
}

.opening-board-9 .skill-plus-8 p {
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    font-size: 13px;
    color: #000000;
}

.opening-board-9 .inquiry-query-5:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.25), 0 10px 10px rgba(94,170,168,0.15);
}

.opening-board-9 .img-strip-8::after {
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}

.tyBox-2::after {
    animation: floating 8s infinite ease-in-out;
    bottom: -50px;
    content: "";
    filter: blur(40px);
    background: radial-gradient(circle, rgb(217,200,218,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.4;
    height: 200px;
    position: absolute;
    right: -50px;
}

.tyBox-2 .skill-pro-3 {
    transition: transform 0.5s ease;
    padding: 40px;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    border-left: 5px solid rgb(217,200,218);
    position: relative;
    animation: fadeIn 1s 0.3s both;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.module-end-9 .company_holder h3::after {
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 2px;
    background: #ffffff;
}

.module-end-9 .head-prime-7 {
    position: relative;
}

.module-end-9 .head-prime-7 .main-nav-5 {
    display: grid;
    gap: 1rem;
}

.module-end-9 .head-prime-7 .main-nav-5 a::after {
    opacity: 0;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    transform: translateX(-5px);
    content: "\2192";
}

.rating-stars-3 .intern-ship-5 {
    text-align: center;
    font-size: 15px;
    padding: 0 1rem;
    opacity: 0.9;
    position: relative;
    color: #ffffff;
}

.module-end-9 .qna-board-7::after {
    position: absolute;
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    right: 0;
    height: 50px;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.pricing-structure-2 .value-pricing-5 {
    display: flex;
    flex-direction: column;
}

.pricing-structure-2 .edu-deals-7 h2 {
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}

.pricing-structure-2 .learning-rates-1 {
    height: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
}

.pricing-structure-2 .learning-rates-1:hover .edu-rates-3 h3::after {
    width: 80px;
}

.pricing-structure-2 .study-rates-2UohWF::before {
    background: rgb(217,200,218);
    transition: width 0.3s ease;
    width: 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}

.pricing-structure-2 .learning-rates-1:hover .img-strip-8 {
    transform: scale(1.05);
}

.pricing-structure-2 .learning-rates-1:nth-child(3n+2) {
    border-top: 3px solid rgb(185,164,186);
}

.get-in-touch-7::before {
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(217,200,218), 0.05) 100%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.get-in-touch-7 .request-info-9 {
    border-radius: 18px;
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.get-in-touch-7 h3 {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}

.get-in-touch-7 .connect-inquiry-0 {
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
    gap: 12px;
}

.get-in-touch-7 .connect-inquiry-0 input[type="checkbox"]:checked {
    border-color: rgb(217,200,218);
    background: rgb(217,200,218);
}

.get-in-touch-7 .connect-inquiry-0 a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(217,200,218);
}

.get-in-touch-7 .connect-inquiry-0 a:hover::after {
    background: #ffffff;
}

.get-in-touch-7 .inquiry-query-5:hover {
    transform: translateY(-3px);
    background: rgb(185,164,186);
}

.get-in-touch-7 svg {
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(217,200,218), 0.5));
    transition: all 0.3s ease;
    fill: rgb(217,200,218);
    width: 22px;
}

header::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    z-index: 0;
    background-size: 20px 20px;
}

header .nav-learning-6:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(217,200,218,0.5);
}

header .first-teach-4 a {
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 18px;
}

.stay-informed-6 {
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,200,218), rgb(185,164,186) 70%);
}

.stay-informed-6::after {
    height: 50%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateZ(0);
}

.stay-informed-6 h4 {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin: 0;
    position: relative;
    transition: transform 0.5s ease-out;
    letter-spacing: 0.02em;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    transform: translateZ(10px);
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.stay-informed-6 h4 {
    margin-bottom: 1.5rem;
}

.stay-informed-6 .input_holder span:last-child {
    flex: 0 0 auto;
    animation-delay: 0.8s;
}

.stay-informed-6 .input_holder span:last-child {
    margin-top: 0.5rem;
}

.stay-informed-6 input[type="email"]:focus {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    background: rgba(255,255,255,0.25);
    border-color: #ffffff;
    outline: none;
}

.stay-informed-6 .sub-form-0:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.stay-informed-6 .sub-form-0:active {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

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

.leadership-experience-7 .exp-timeline-9 {
    margin: 0;
    backdrop-filter: blur(10px);
    grid-area: quote;
    transform: translateZ(20px);
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(217,200,218,0.5);
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 14px;
    position: relative;
    z-index: 1;
    padding: 50px 40px;
}

.leadership-experience-7 .client-ratings-1 > span:not(.name) {
    padding: 10px 15px;
    color: rgb(185,164,186);
    font-size: 16px;
    transition: transform 0.3s ease;
    z-index: 2;
    transform: translateZ(25px);
    grid-area: job;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.privacy-wrapper-7 li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy-wrapper-7 span {
    font-weight: 600;
    color: rgb(217,200,218);
}

.course-program-details-6::after {
    background: linear-gradient(150deg, rgb(185,164,186,0.5) 0%, transparent 90%);
    opacity: 0.12;
    height: 60%;
    content: "";
    z-index: 1;
    pointer-events: none;
    bottom: -10%;
    left: -5%;
    transform: rotate(10deg) skewX(-15deg);
    position: absolute;
    width: 50%;
}

.course-program-details-6 .img-strip-8::after {
    top: -20%;
    z-index: 2;
    pointer-events: none;
    transform: scale(1.2);
    transition: opacity 0.8s ease, transform 0.8s ease;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    left: -20%;
    content: "";
    position: absolute;
    width: 140%;
    opacity: 0;
    height: 140%;
}

.course-program-details-6 h3 {
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    transform: translateX(-5px);
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    font-size: calc(22px * 1.1);
}

.course-program-details-6 .description {
    opacity: 0.95;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    margin-bottom: 25px;
}

.client-opinions-1::before {
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.4;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,200,218,0.5) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(185,164,186,0.5) 0%, transparent 8%);
}

.client-opinions-1 .client-ratings-1:nth-child(3n+2) {
    transform: translateY(-5px) rotate(0.5deg);
    --i: 2;
}

.client-opinions-1 .client-ratings-1::before {
    color: rgb(217,200,218,0.5);
    position: absolute;
    font-weight: 700;
    top: -20px;
    left: 20px;
    z-index: 0;
    font-size: 120px;
    content: "\"";
    opacity: 0.1;
}

.client-opinions-1 .client-ratings-1 h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.client-opinions-1 .description {
    position: relative;
    z-index: 1;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    margin: 0;
}

.client-opinions-1 a:hover::before {
    transform: scaleX(1);
}

.our-background-9 {
    padding: 120px 0;
    background: linear-gradient(135deg, #000000 0%, rgb(217,200,218) 100%);
    overflow: hidden;
    position: relative;
}

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

.our-background-9 .skill-pro-3:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.our-background-9 .fast-guide-8:hover {
    transform: translateY(-10px);
}

.our-background-9 .fast-guide-8 .img-strip-8::before {
    top: 0;
    width: 50%;
    animation: shine 3s infinite;
    transform: skewX(-25deg);
    content: "";
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.our-background-9 .learn-studio-0 {
    opacity: 0.8;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
}

.our-background-9 .edu-promise-8 {
    margin-bottom: 20px;
    transform: translateY(0);
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
}

.our-background-9 .edu-promise-8 svg path {
    transition: all 0.3s ease;
}

.our-background-9 h2::after {
    width: 80px;
    content: "";
    background: rgb(185,164,186);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
}

.cookie-notice-message-9 p {
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    position: relative;
    line-height: 1.5;
}

.track-manage-2 {
    border-radius: 27px;
    flex-shrink: 0;
    align-items: center;
    padding: 10px;
    justify-content: center;
    margin-right: 20px;
    display: flex;
    background: rgb(217,200,218,0.5);
}

.cookie-notice-message-9 p a {
    color: rgb(217,200,218);
    border-bottom: 1px dashed rgb(217,200,218);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-6::after {
    filter: blur(150px);
    position: absolute;
    right: -300px;
    background: rgb(185,164,186,0.5);
    z-index: 0;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    top: -300px;
    content: '';
    animation: float 20s ease-in-out infinite;
}

.contact-6 .quick-reach-5:nth-child(2) {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    grid-area: photo;
    border-radius: 30px;
    transition: transform 0.5s ease;
}

.contact-6 .quick-reach-5 h2 {
    font-size: 36px;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

.contact-6 .query-form-8 {
    margin-bottom: 1rem;
    font-size: calc(15px * 1.2);
    font-weight: 600;
    color: #ffffff;
}

.contact-6 .reach-experts-4 {
    border-top: 1px solid rgb(217,200,218,0.5);
    margin-top: 2rem;
    padding-top: 1.5rem;
}

.contact-6 .quick-reach-5 .img-strip-8 {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.contact-6 .quick-reach-5 .img-strip-8::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
}



.contact-6 .contact-form-3 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgb(217,200,218,0.5);
}

.contact-6 svg path {
    fill: rgb(185,164,186);
    transition: fill 0.3s ease;
}


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



@media (max-width: 991px) {.future-students-9 {
    padding: 100px 0;
}.future-students-9 h4 {
    padding: 25px;
    font-size: calc(36px - 2px);
}.future-students-9 div {
    padding: 30px;
}.future-students-9 div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.future-students-9 div p svg {
    left: 18px;
    width: 22px;
    height: 22px;
}
}



@media (max-width: 479px) {.future-students-9 {
    padding: 60px 0;
}.future-students-9 h4 {
    padding: 18px 15px;
    font-size: calc(36px - 6px);
}.future-students-9 div {
    padding: 20px 15px;
}.future-students-9 div p {
    font-size: calc(17px - 1px);
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
}.future-students-9 div p svg {
    left: 12px;
    height: 18px;
    width: 18px;
}}



@media (min-width: 1200px) {.opening-board-9 .skill-pro-3 {
    gap: 8rem;
}.opening-board-9 .skill-plus-8 p {
    font-size: calc(13px * 1.1);
}.opening-board-9 .img-strip-8 {
    height: 600px;
}
}



@media (max-width: 575px) {.tyBox-2 {
    padding: 50px 0 30px;
}.tyBox-2 h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: calc(32px * 0.7);
}.tyBox-2 h2::after {
    height: 3px;
    width: 80px;
}.tyBox-2 .skill-pro-3 {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: none;
    padding: 20px 15px;
}.tyBox-2 .skill-pro-3:hover {
    transform: translateY(-3px);
}.tyBox-2 li {
    padding-left: 20px;
}.tyBox-2 li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.tyBox-2 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.tyBox-2 .skill-pro-3::after {
    display: none;
}}



@media (min-width: 768px) {.pricing-structure-2 .value-pricing-5 {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.pricing-structure-2 .edu-deals-7 {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
    order: 2;
}.pricing-structure-2 .edu-deals-7 h2 {
    text-align: left;
}.pricing-structure-2 .edu-deals-7 h2::after {
    left: 0;
    transform: none;
}.pricing-structure-2 .rate-schemes-5 {
    text-align: left;
    margin: 0;
}.pricing-structure-2 .price-grid-7 {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1400px) {header .head-site-5 {
    max-width: 1300px;
    margin: 0 auto;
}header .first-teach-4 {
    margin: 0 0.5rem;
}header .first-teach-4 a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 479px) {header .head-site-5 {
    padding: 0.7rem 1rem;
}header .nav-learning-6 {
    max-width: 110px;
}header .first-teach-4 a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 768px) {.stay-informed-6 {
    padding: 5rem 3rem;
}.stay-informed-6 .skill-pro-3 {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.stay-informed-6 .skill-pro-3 > div {
    width: 40%;
}.stay-informed-6 .input_holder {
    width: 60%;
}.stay-informed-6 h4 {
    font-size: calc(19px * 1.2);
}.stay-informed-6 h4::before {
    width: 0.4rem;
    left: -2rem;
}
}


@media only screen and (max-width: 800px) {.privacy-wrapper-7 {
    padding: 20px;
}.privacy-wrapper-7 h1 {
    font-size: calc(22px - 10px);
}.privacy-wrapper-7 h2 {
    font-size: calc(22px - 8px);
}.privacy-wrapper-7 ul,
    .privacy-wrapper-7 ol {
    padding-left: 15px;
}.privacy-wrapper-7 li {
    font-size: calc(18px - 2px);
}.privacy-wrapper-7 p {
    font-size: calc(18px - 2px);
}}



@media (min-width: 992px) {.course-program-details-6 {
    padding: 150px 0;
}.course-program-details-6 .class-plan-2 {
    gap: 80px;
}.course-program-details-6 .img-strip-8 {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
    height: 500px;
}.course-program-details-6 .heading-frame-7 {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.course-program-details-6 p.description {
    max-height: 300px;
}
}



@media (max-width: 768px) {.client-opinions-1 {
    padding: 3.5rem 0;
}.client-opinions-1 .edu-ratings-5 {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-opinions-1 .client-ratings-1 {
    padding: 1.8rem;
}.client-opinions-1 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2.5rem;
}.client-opinions-1 .client-ratings-1 img {
    height: 55px;
    width: 55px;
}
}



@media screen and (max-width: 480px) {.our-background-9 {
    padding: 40px 0;
}.our-background-9 .skill-pro-3 {
    padding: 20px 15px;
}.our-background-9 .fast-guide-8 .img-strip-8 {
    height: 240px;
    width: 180px;
}.our-background-9 .history-tl-8 {
    width: 90%;
    padding: 15px 20px;
}.our-background-9 .skill-studio-9 {
    font-size: calc(19px * 0.9);
}.our-background-9 .learn-studio-0 {
    font-size: calc(15px * 0.9);
}.our-background-9 .edu-promise-8 svg {
    height: 45px;
    width: 45px;
}.our-background-9 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.our-background-9 p {
    font-size: calc(15px * 0.9);
}}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}



@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

