* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.enroll-info-G {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.top-head-F {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1166px;
    margin: auto;
}.viewport-container-M {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.trackingSettingsPopup-P {
    position: fixed;
    background: rgb(226,224,204);
    border-top: 3px solid rgb(192,181,179);
    justify-content: center;
    bottom: 0;
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    padding: 20px 0;
}.cookie-layer-y {
    max-width: 1200px;
    padding: 20px;
    align-items: center;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 17px;
    justify-content: space-between;
    margin: auto;
    border: 2px solid rgb(192,181,179);
}.cookies-terms-c {
    margin-right: 20px;
    flex-shrink: 0;
}.cookies-terms-c svg {
    fill: rgb(192,181,179);
    height: 50px;
    width: 50px;
}.consent-track-H {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.consent-track-H h5 {
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(192,181,179);
    font-size: 20px;
}.consent-track-H p {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.consent-track-H p a {
    color: rgb(192,181,179);
    text-decoration: underline;
}.cookie-preference-c {
    flex-shrink: 0;
    font-size: 19px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    background: rgb(192,181,179);
    min-width: 120px;
}.cookie_button.cookie-show-P {
    margin-right: 10px;
}#popupConsentNotice-l {
    display: none;
}#popupConsentNotice-l:checked ~ .trackingSettingsPopup-P {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-layer-y {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookies-terms-c {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie-preference-c {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.contact-us-c {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(226,224,204) 50%, rgb(192,181,179,0.5) 150%);
    position: relative;
}.contact-us-c::before {
    content: "";
    background-image: 
        linear-gradient(to right, rgb(192,181,179,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(192,181,179,0.5) 1px, transparent 1px);
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
}.contact-us-c::after {
    left: 0;
    animation: scanline 3s infinite linear;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,181,179) 15%, 
        rgb(154,141,143) 35%, 
        rgb(192,181,179) 65%, 
        transparent 100%);
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact-us-c .photo-grid-b {
    mix-blend-mode: luminosity;
    top: 0;
    opacity: 0.06;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    position: absolute;
}.contact-us-c .photo-grid-b::before {
    left: 0;
    opacity: 0.03;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: color-burn;
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,181,179) 0,
        rgb(192,181,179) 5px,
        transparent 5px,
        transparent 10px
    );
}.contact-us-c .container {
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact-us-c h3 {
    font-size: 35px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    color: rgb(192,181,179);
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}.contact-us-c .connect-box-c {
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(226,224,204),
        0 0 30px rgb(192,181,179,0.5);
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}.contact-us-c .connect-box-c::before {
    position: absolute;
    left: 0;
    z-index: 3;
    height: 3px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    content: "";
    width: 100%;
    top: 0;
}.contact-us-c .feedback-box-O {
    position: relative;
    flex: 1 1 60%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(226,224,204), 0.3) 100%
    );
    padding: 50px;
    z-index: 2;
}.contact-us-c .feedback-box-O::after {
    height: 40px;
    content: "";
    position: absolute;
    opacity: 0.5;
    border-right: 2px solid rgb(192,181,179,0.5);
    border-top: 2px solid rgb(192,181,179,0.5);
    right: 20px;
    top: 20px;
    width: 40px;
}.contact-us-c .feedback-box-O::before {
    content: "";
    border-left: 2px solid rgb(192,181,179,0.5);
    bottom: 20px;
    opacity: 0.5;
    left: 20px;
    height: 40px;
    position: absolute;
    border-bottom: 2px solid rgb(192,181,179,0.5);
    width: 40px;
}.contact-us-c .feedback-box-O h3 {
    padding: 0 0 10px 0;
    letter-spacing: normal;
    border-bottom: 1px solid rgb(226,224,204);
    margin-bottom: 30px;
    text-transform: none;
    font-size: 21px;
    text-align: left;
    color: #000000;
}.contact-us-c .feedback-box-O h3::before,
.contact-us-c .feedback-box-O h3::after {
    display: none;
}.contact-us-c .feedback-box-O input[type="text"],
.contact-us-c .feedback-box-O textarea {
    background: rgb(226,224,204);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 13px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: none;
}.contact-us-c .feedback-box-O input[type="text"]:focus,
.contact-us-c .feedback-box-O textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(192,181,179,0.5);
    background: #ffffff;
    outline: none;
}.contact-us-c .feedback-box-O input[type="text"]::placeholder,
.contact-us-c .feedback-box-O textarea::placeholder {
    opacity: 0.6;
    transition: all 0.3s ease;
    color: #000000;
}.contact-us-c .feedback-box-O input[type="text"]:focus::placeholder,
.contact-us-c .feedback-box-O textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.contact-us-c .feedback-box-O textarea {
    min-height: 150px;
    resize: vertical;
}.contact-us-c .feedback-box-O .reach-list-V {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact-us-c .feedback-box-O .reach-list-V input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-c .feedback-box-O .reach-list-V label {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.contact-us-c .feedback-box-O .reach-list-V label::before {
    top: 2px;
    background: #ffffff;
    transition: all 0.2s ease;
    border-radius: 2px;
    border: 1px solid rgb(226,224,204);
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
}.contact-us-c .feedback-box-O .reach-list-V input[type="checkbox"]:checked + label::before {
    border-color: rgb(192,181,179);
    background: rgb(192,181,179);
}.contact-us-c .feedback-box-O .reach-list-V input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    position: absolute;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
}.contact-us-c .feedback-box-O .reach-list-V a {
    color: rgb(192,181,179);
    background-size: 0% 100%;
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(192,181,179,0.5) 2px
    );
    font-weight: 600;
    transition: background-size 0.3s ease;
    text-decoration: none;
    background-repeat: no-repeat;
}.contact-us-c .feedback-box-O .reach-list-V a:hover {
    background-size: 100% 100%;
}.contact-us-c .feedback-box-O .connect-grid-s {
    transition: all 0.4s ease;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(192,181,179,0.5);
    border-radius: 10px;
    letter-spacing: 1px;
    z-index: 1;
    border: none;
    background: rgb(192,181,179);
    font-weight: 600;
    position: relative;
    padding: 16px 30px;
}.contact-us-c .feedback-box-O .connect-grid-s::before {
    top: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(154,141,143) 0%,
        rgb(154,141,143) 10%,
        rgb(192,181,179) 10%,
        rgb(192,181,179) 20%
    );
    background-size: 200% 200%;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    height: 100%;
}.contact-us-c .feedback-box-O .connect-grid-s:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(192,181,179,0.5);
}.contact-us-c .feedback-box-O .connect-grid-s:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact-us-c .request-feedback-c {
    overflow: hidden;
    z-index: 2;
    background: rgb(226,224,204);
    flex: 1 1 35%;
    padding: 50px;
    position: relative;
}.contact-us-c .request-feedback-c::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,181,179,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 10px);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background-size: 60px 60px;
    opacity: 0.1;
}.contact-us-c .request-feedback-c::after {
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(192,181,179,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(192,181,179,0.5) 100%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
}.contact-us-c .request-feedback-c h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
}.contact-us-c .request-feedback-c h4::after {
    left: 0;
    width: 50px;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    bottom: -1px;
}.contact-us-c .request-feedback-c .query-panel-5 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact-us-c .request-feedback-c .query-panel-5 li {
    margin-bottom: 25px;
    border-left: 3px solid rgb(192,181,179);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}.contact-us-c .request-feedback-c .query-panel-5 li::before {
    position: absolute;
    background: rgb(192,181,179);
    content: "";
    height: 100%;
    top: 0;
    z-index: 2;
    width: 3px;
    left: 0;
}.contact-us-c .request-feedback-c .query-panel-5 li::after {
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    background: rgb(192,181,179,0.5);
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
}.contact-us-c .request-feedback-c .query-panel-5 li:hover {
    border-left-color: rgb(154,141,143);
    transform: translateX(5px);
}.contact-us-c .request-feedback-c .query-panel-5 li:hover::after {
    opacity: 0.05;
}.contact-us-c .request-feedback-c .query-panel-5 li svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    position: relative;
    height: 22px;
    width: 22px;
    z-index: 2;
}.contact-us-c .request-feedback-c .query-panel-5 li:hover svg {
    transform: scale(1.2);
}.contact-us-c .request-feedback-c .query-panel-5 li svg path {
    transition: all 0.3s ease;
    fill: rgb(192,181,179);
}.contact-us-c .request-feedback-c .query-panel-5 li:hover svg path {
    fill: rgb(154,141,143);
}.contact-us-c .request-feedback-c .query-panel-5 li span {
    position: relative;
    font-size: 13px;
    color: #000000;
    z-index: 2;
}.contact-us-c .request-feedback-c .query-panel-5 li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    position: relative;
}.contact-us-c .request-feedback-c .query-panel-5 li a::before {
    background: rgb(192,181,179);
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    content: "";
    bottom: -2px;
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
}.contact-us-c .request-feedback-c .query-panel-5 li a:hover {
    color: rgb(192,181,179);
}.contact-us-c .request-feedback-c .query-panel-5 li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.contact-us-c {
    padding: 80px 0 60px;
}.contact-us-c h3 {
    margin-bottom: 40px;
}.contact-us-c .connect-box-c {
    flex-direction: column;
}.contact-us-c .feedback-box-O,
    .contact-us-c .request-feedback-c {
    flex: 1 1 100%;
}.contact-us-c .request-feedback-c {
    border-top: 1px solid rgb(226,224,204);
}
}

@media (max-width: 768px) {.contact-us-c {
    padding: 60px 0;
}.contact-us-c h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 35px;
}.contact-us-c .feedback-box-O h3,
    .contact-us-c .request-feedback-c h4 {
    font-size: calc(21px * 0.9);
}.contact-us-c .feedback-box-O,
    .contact-us-c .request-feedback-c {
    padding: 35px;
}.contact-us-c .feedback-box-O::before,
    .contact-us-c .feedback-box-O::after {
    width: 30px;
    height: 30px;
}.contact-us-c .feedback-box-O input[type="text"],
    .contact-us-c .feedback-box-O textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact-us-c {
    padding: 50px 0;
}.contact-us-c h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
}.contact-us-c .connect-box-c {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(226,224,204);
}.contact-us-c .feedback-box-O,
    .contact-us-c .request-feedback-c {
    padding: 25px 20px;
}.contact-us-c .feedback-box-O::before,
    .contact-us-c .feedback-box-O::after {
    display: none;
}.contact-us-c .feedback-box-O input[type="text"],
    .contact-us-c .feedback-box-O textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-us-c .feedback-box-O .reach-list-V label {
    font-size: calc(14px * 0.9);
}.contact-us-c .feedback-box-O .connect-grid-s {
    padding: 14px 20px;
    width: 100%;
}.contact-us-c .request-feedback-c .query-panel-5 li {
    padding: 12px;
    margin-bottom: 15px;
}}footer {
    width: 100%;
    position: relative;
}footer .enroll-info-G {
    background-color: rgb(226,224,204);
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}footer .enroll-info-G::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(192,181,179,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(154,141,143,0.5) 0%, transparent 20%);
    opacity: 0.3;
    z-index: 0;
}footer .mod-tools-j {
    position: relative;
    z-index: 1;
}footer .edu-tutor-T {
    flex-wrap: wrap;
    gap: 15px;
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 85%;
    z-index: 3;
}footer .info_item {
    border-radius: 10px;
    align-items: center;
    flex: 1 1 200px;
    display: flex;
    padding: 15px;
    background-color: rgb(226,224,204);
    transition: all 0.3s ease;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    transition: transform 0.3s ease;
    fill: rgb(192,181,179);
    margin-right: 12px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(192,181,179);
}footer .text_main_holder {
    flex-direction: column;
    perspective: 2000px;
    display: flex;
    margin-top: 40px;
    position: relative;
    gap: 20px;
}footer .nav-sitebar-a, footer .head-pagebar-W, footer .subscribe_holder {
    transform-origin: center center;
    padding: 30px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform-style: preserve-3d;
    border-radius: 10px;
}footer .nav-sitebar-a {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .nav-sitebar-a:hover {
    transform: translateZ(30px) scale(1.02);
}footer .head-pagebar-W {
    transform: translateZ(-10px) scale(0.98);
    margin-right: 20px;
    margin-top: -20px;
    margin-left: 20px;
    color: #ffffff;
    background-color: rgb(154,141,143);
    z-index: 1;
}footer .subscribe_holder {
    z-index: 0;
    margin-top: -20px;
    margin-right: 40px;
    color: #ffffff;
    background-color: rgb(192,181,179);
    transform: translateZ(-20px) scale(0.96);
    margin-left: 40px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .nav-sitebar-a::after, footer .head-pagebar-W::after, footer .subscribe_holder::after {
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    width: 100%;
    opacity: 0;
}footer .nav-sitebar-a:hover::after, footer .head-pagebar-W:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .nav-sitebar-a svg {
    display: block;
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .testimonial-V {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}footer .head-pagebar-W h5 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}footer .head-pagebar-W h5::after {
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(192,181,179), transparent);
    position: absolute;
    height: 2px;
    content: "";
}footer .head-pagebar-W h5:hover::after {
    width: 100%;
}footer .top-mentor-L {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 20px;
}footer .top-mentor-L a {
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}footer .top-mentor-L a::before {
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    background-color: rgb(192,181,179);
    content: "";
    left: 0;
    height: 1px;
}footer .top-mentor-L a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .top-mentor-L a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 13px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .access-lessons-P {
    font-size: 18px;
    padding: 14px 20px;
    color: rgb(192,181,179);
    background-color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}footer .access-lessons-P:hover {
    background-color: rgb(154,141,143);
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .science-ref-x {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .debate-club-p {
    border-radius: 30px;
    color: #000000;
    padding: 8px 20px;
    background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .nav-sitebar-a, footer .head-pagebar-W, footer .subscribe_holder {
    display: flex;
    flex: 1;
    margin-top: 0;
    flex-direction: column;
}footer .nav-sitebar-a {
    margin-right: -20px;
}footer .head-pagebar-W {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .edu-tutor-T {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .enroll-info-G {
    padding: 80px 0 30px;
}footer .edu-tutor-T {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav-sitebar-a, footer .head-pagebar-W, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .head-pagebar-W, footer .subscribe_holder {
    margin-top: -10px;
}footer .science-ref-x {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .enroll-info-G {
    padding: 70px 0 20px;
}footer .edu-tutor-T {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .nav-sitebar-a, footer .head-pagebar-W, footer .subscribe_holder {
    padding: 20px 15px;
}footer .head-pagebar-W h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .top-mentor-L {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .access-lessons-P {
    padding: 12px;
}}.subscribe-to-newsletter-N {
    position: relative;
    padding: 5rem 0;
    background: radial-gradient(ellipse at center, rgb(192,181,179,0.5), rgb(226,224,204) 70%);
    overflow: hidden;
}.subscribe-to-newsletter-N::before {
    height: 200%;
    left: -50%;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(135deg, transparent 30%, rgb(154,141,143,0.5) 35%, transparent 40%);
    transform: rotate(15deg);
    top: -50%;
    animation: orbitalShift 25s infinite linear;
    content: "";
    pointer-events: none;
    width: 200%;
}.subscribe-to-newsletter-N::after {
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.03;
    left: 0;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        60deg,
        rgb(154,141,143,0.5) 0,
        rgb(154,141,143,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.subscribe-to-newsletter-N .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.subscribe-to-newsletter-N .learn-learn-F {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 2.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(192,181,179,0.5),
        0 -5px 25px rgba(255,255,255,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
}.subscribe-to-newsletter-N .learn-learn-F:hover {
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(192,181,179),
        0 -5px 25px rgba(255,255,255,0.8);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.subscribe-to-newsletter-N .learn-learn-F::before {
    transform-origin: center;
    top: -50px;
    height: 100px;
    filter: blur(20px);
    animation: pulseOrbit 12s infinite ease-in-out;
    width: 100px;
    background: linear-gradient(to right, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    content: "";
    opacity: 0.1;
    right: -50px;
    border-radius: 50%;
}.subscribe-to-newsletter-N .learn-learn-F::after {
    width: 60%;
    height: 3px;
    content: "";
    transform-origin: center;
    bottom: -20px;
    position: absolute;
    animation: widthPulse 8s infinite alternate ease-in-out;
    background: linear-gradient(90deg, transparent, rgb(154,141,143,0.5) 50%, transparent);
    filter: blur(1px);
    left: 20%;
}.subscribe-to-newsletter-N h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 2rem;
}.subscribe-to-newsletter-N h3::before {
    opacity: 0.7;
    background: rgb(192,181,179);
    height: 3px;
    width: 60px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.subscribe-to-newsletter-N .input_holder {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    position: relative;
    gap: 1.25rem;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
}.subscribe-to-newsletter-N .input_holder div {
    position: relative;
    width: 100%;
}.subscribe-to-newsletter-N .input_holder div::before {
    height: 18px;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    transition: all 0.3s ease;
}.subscribe-to-newsletter-N input[type="email"] {
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 12px;
    padding: 15px 15px 15px 45px;
    border: 1px solid rgba(0,0,0,0.1);
}.subscribe-to-newsletter-N input[type="email"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgb(192,181,179,0.5);
    border-color: rgb(192,181,179);
}.subscribe-to-newsletter-N input[type="email"]::placeholder {
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}.subscribe-to-newsletter-N input[type="email"]:focus + .input_holder div::before {
    opacity: 1;
}.subscribe-to-newsletter-N .access-lessons-P {
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px -5px rgb(192,181,179,0.5);
    border: none;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    align-self: center;
    padding: 12px 30px;
}.subscribe-to-newsletter-N .access-lessons-P::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: all 0.6s ease;
    left: -100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}.subscribe-to-newsletter-N .access-lessons-P:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px -5px rgb(192,181,179);
}.subscribe-to-newsletter-N .access-lessons-P:hover::before {
    left: 100%;
}.subscribe-to-newsletter-N .access-lessons-P:active {
    box-shadow: 0 2px 10px -5px rgb(192,181,179);
    transform: translateY(1px);
}

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

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(180deg);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}

@media screen and (min-width: 768px) {.subscribe-to-newsletter-N .input_holder {
    align-items: center;
    flex-direction: row;
}.subscribe-to-newsletter-N .input_holder div {
    flex: 1;
}.subscribe-to-newsletter-N .access-lessons-P {
    align-self: stretch;
    white-space: nowrap;
}.subscribe-to-newsletter-N .learn-learn-F {
    border-radius: 28px;
    padding: 4rem 3.5rem;
}.subscribe-to-newsletter-N h3 {
    max-width: 80%;
    margin-right: auto;
    font-size: calc(22px * 1.1);
    margin-left: auto;
}
}

@media screen and (max-width: 767px) {.subscribe-to-newsletter-N {
    padding: 3rem 0;
}.subscribe-to-newsletter-N .learn-learn-F {
    border-radius: 10px;
    padding: 2.5rem 1.5rem;
}.subscribe-to-newsletter-N h3 {
    font-size: calc(17px * 1.1);
    line-height: 1.4;
}.subscribe-to-newsletter-N .access-lessons-P {
    width: 100%;
    padding: 12px 20px;
}.subscribe-to-newsletter-N input[type="email"] {
    padding: 12px 12px 12px 40px;
}.subscribe-to-newsletter-N .input_holder div::before {
    width: 16px;
    left: 12px;
    height: 16px;
}
}

@media screen and (max-width: 480px) {.subscribe-to-newsletter-N {
    padding: 2rem 0;
}.subscribe-to-newsletter-N .learn-learn-F {
    padding: 2rem 1.25rem;
}.subscribe-to-newsletter-N h3 {
    font-size: 17px;
}.subscribe-to-newsletter-N h3::before {
    width: 40px;
}
}

@media (prefers-reduced-motion) {.subscribe-to-newsletter-N .learn-learn-F,
    .subscribe-to-newsletter-N .learn-learn-F::before,
    .subscribe-to-newsletter-N .learn-learn-F::after,
    .subscribe-to-newsletter-N::before,
    .subscribe-to-newsletter-N .access-lessons-P::before {
    animation: none;
    transition: opacity 0.3s ease;
}}.plan-showcase-B {
    background: rgb(226,224,204);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.plan-showcase-B::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(192,181,179,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}.plan-showcase-B .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
}.plan-showcase-B .study-cost-O {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.plan-showcase-B .payment-plan-W {
    text-align: center;
    max-width: 800px;
    transform: translateY(-10px);
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
}.plan-showcase-B .payment-plan-W h2 {
    margin-bottom: 20px;
    position: relative;
    font-size: 33px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.plan-showcase-B .payment-plan-W h2::after {
    content: "";
    left: 50%;
    width: 80px;
    bottom: -10px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(192,181,179);
}.plan-showcase-B .pricing-card-7 {
    margin: 0 auto;
    line-height: 1.7;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 17px;
    max-width: 600px;
    margin-bottom: 0;
}.plan-showcase-B .cost-fee-E {
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}.plan-showcase-B .pricing-pack-e {
    height: 100%;
    border-radius: 10px;
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    overflow: hidden;
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.plan-showcase-B .pricing-pack-e:nth-child(1) {
    --index: 1;
}.plan-showcase-B .pricing-pack-e:nth-child(2) {
    --index: 2;
}.plan-showcase-B .pricing-pack-e:nth-child(3) {
    --index: 3;
}.plan-showcase-B .pricing-pack-e:nth-child(4) {
    --index: 4;
}.plan-showcase-B .pricing-pack-e:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.plan-showcase-B .fee-deals-x {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}.plan-showcase-B .fee-deals-x::before {
    width: 100%;
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    left: 0;
}.plan-showcase-B .learn-sub-1 {
    box-sizing: border-box;
    flex-direction: column;
    padding: 40px 30px;
    flex: 1;
    display: flex;
}.plan-showcase-B .learn-sub-1 h3 {
    word-break: break-word;
    font-weight: 700;
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 19px;
}.plan-showcase-B .learn-sub-1 h3::after {
    bottom: -8px;
    left: 0;
    background-color: rgb(192,181,179);
    height: 2px;
    width: 40px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
}.plan-showcase-B .pricing-pack-e:hover .learn-sub-1 h3::after {
    width: 70px;
}.plan-showcase-B .indv-sub-p {
    overflow-wrap: break-word;
    padding: 8px 16px;
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: 700;
    border-radius: 10px;
    color: rgb(192,181,179);
    font-size: calc(19px * 1.2);
    word-break: break-word;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
}.plan-showcase-B .learn-sub-1 p {
    flex-grow: 1;
    line-height: 1.7;
    margin-bottom: 0;
    white-space: normal;
    font-size: 17px;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}.plan-showcase-B .photo-grid-b {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.plan-showcase-B .pricing-pack-e:hover .photo-grid-b {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.plan-showcase-B .cost-fee-E {
    grid-template-columns: repeat(2, 1fr);
}.plan-showcase-B .learn-sub-1 {
    padding: 40px;
}.plan-showcase-B .photo-grid-b {
    height: 220px;
}
}

@media (min-width: 992px) {.plan-showcase-B .study-cost-O {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.plan-showcase-B .cost-fee-E {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.plan-showcase-B .payment-plan-W {
    margin: 0;
    text-align: left;
    width: 35%;
}.plan-showcase-B .payment-plan-W h2::after {
    left: 0;
    transform: none;
}.plan-showcase-B .pricing-card-7 {
    margin: 0;
}
}

@media (min-width: 1200px) {.plan-showcase-B .cost-fee-E {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-showcase-B .learn-sub-1 h3 {
    font-size: calc(19px * 1.1);
}.plan-showcase-B .indv-sub-p {
    font-size: calc(19px * 1.3);
}.plan-showcase-B .photo-grid-b {
    height: 240px;
}
}

@media (max-width: 767px) {.plan-showcase-B {
    padding: 80px 0;
}.plan-showcase-B .learn-sub-1 {
    padding: 30px 20px;
}.plan-showcase-B .indv-sub-p {
    padding: 6px 12px;
    font-size: 19px;
}.plan-showcase-B .photo-grid-b {
    height: 180px;
}
}

@media (max-width: 480px) {.plan-showcase-B {
    padding: 60px 0;
}.plan-showcase-B .payment-plan-W h2 {
    font-size: calc(33px * 0.85);
}.plan-showcase-B .learn-sub-1 h3 {
    font-size: calc(19px * 0.95);
}.plan-showcase-B .photo-grid-b {
    height: 160px;
}}.secure-hideout-G {
    gap: 25px;
    flex-direction: column;
    background: rgb(154,141,143);
    display: flex;
    box-shadow: 0 0 10px rgb(192,181,179,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px;
    border: 2px solid rgb(192,181,179);
    color: #ffffff;
    width: 100%;
}.secure-hideout-G h1 {
    margin: 0;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 44px;
    font-family: Arial, sans-serif;
    color: rgb(192,181,179);
    border-bottom: 2px solid rgb(154,141,143);
}.secure-hideout-G h2 {
    font-size: 38px;
    margin: 0;
    text-align: left;
    font-weight: 600;
    border-left: 4px solid rgb(192,181,179);
    color: rgb(154,141,143);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 15px;
    font-family: Arial, sans-serif;
}.secure-hideout-G h3, .secure-hideout-G h4, .secure-hideout-G h5 {
    color: #ffffff;
    font-size: 22px;
}.secure-hideout-G ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}.secure-hideout-G li {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgb(192,181,179);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    background: rgb(154,141,143,0.5);
}.secure-hideout-G div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    border: 1px solid rgb(154,141,143);
    font-size: 14px;
    padding: 20px;
    background: rgb(192,181,179,0.5);
    font-family: Arial, sans-serif;
    border-radius: 26px;
    color: #000000;
}.secure-hideout-G p, .secure-hideout-G span {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure-hideout-G {
    padding: 20px;
}.secure-hideout-G h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.secure-hideout-G h2 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.secure-hideout-G ul {
    padding-left: 15px;
}.secure-hideout-G li {
    margin-bottom: 8px;
    padding: 8px;
}.secure-hideout-G div {
    padding: 15px;
}}.sign-up-now-i {
    position: relative;
    padding: 5rem 2rem;
    margin: 4rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgb(154,141,143) 85%);
    overflow: hidden;
}.sign-up-now-i::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.8;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: translateZ(0);
}.sign-up-now-i::after {
    position: absolute;
    top: -50%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.15;
    z-index: -1;
    filter: blur(80px);
    width: 100%;
    right: -50%;
    height: 100%;
    animation: light-sweep 8s ease-in-out infinite alternate;
    content: "";
    transform: rotate(35deg) translateZ(0);
}.sign-up-now-i .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    max-width: 1200px;
    align-items: flex-start;
}.sign-up-now-i h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    padding-left: 2rem;
    animation: slide-in 0.7s cubic-bezier(0.25, 1, 0.5, 1) both;
    border-left: 6px solid rgb(154,141,143);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateX(-1rem);
    line-height: 1.3;
    margin-bottom: 2.5rem;
    max-width: 85%;
}.sign-up-now-i .learn-learn-F {
    animation-delay: 0.3s;
    width: fit-content;
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 8px 12px rgba(0, 0, 0, 0.05),
              0 4px 6px rgba(rgb(154,141,143), 0.1);
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-left: 4px solid rgb(192,181,179);
    animation: fade-in-up 0.9s cubic-bezier(0.25, 1, 0.5, 1) both;
    transform: translateX(2rem) translateY(-1rem);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: flex-start;
}.sign-up-now-i .learn-learn-F:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 12px 16px rgba(0, 0, 0, 0.08),
              0 6px 8px rgba(rgb(154,141,143), 0.15);
    transform: translateX(2.5rem) translateY(-1.5rem) scale(1.02);
}.sign-up-now-i svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 50px;
    margin-right: 2rem;
    transition: transform 0.3s ease;
    height: 50px;
    transform: scale(1.2);
}.sign-up-now-i .learn-learn-F:hover svg {
    transform: scale(1.3) rotate(5deg);
}.sign-up-now-i svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,181,179);
}.sign-up-now-i .learn-learn-F:hover svg path {
    fill: rgb(154,141,143);
}.sign-up-now-i .connect-grid-s {
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(192,181,179), rgb(154,141,143));
}.sign-up-now-i .connect-grid-s::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    width: 100%;
    left: -100%;
}.sign-up-now-i .connect-grid-s:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.sign-up-now-i .connect-grid-s:hover::before {
    left: 100%;
}.sign-up-now-i .connect-grid-s:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-1rem);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateX(1rem) translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(2rem) translateY(-1rem);
  }
}

@keyframes light-sweep {
  0% {
    opacity: 0.05;
    transform: rotate(35deg) translate(0, 0);
  }
  100% {
    opacity: 0.2;
    transform: rotate(35deg) translate(-30%, -20%);
  }
}

@media screen and (max-width: 1024px) {.sign-up-now-i {
    padding: 4rem 1.5rem;
}.sign-up-now-i h2 {
    font-size: calc(32px * 0.9);
    transform: translateX(-0.5rem);
    max-width: 90%;
}.sign-up-now-i .learn-learn-F {
    transform: translateX(1rem) translateY(-0.5rem);
}.sign-up-now-i .learn-learn-F:hover {
    transform: translateX(1.5rem) translateY(-1rem) scale(1.02);
}
}

@media screen and (max-width: 768px) {.sign-up-now-i {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.sign-up-now-i h2 {
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(32px * 0.8);
    border-left-width: 4px;
    padding-left: 1.5rem;
}.sign-up-now-i .learn-learn-F {
    padding: 1.5rem;
    width: 100%;
    transform: translateX(0) translateY(0);
    justify-content: center;
}.sign-up-now-i .learn-learn-F:hover {
    transform: translateX(0) translateY(-0.5rem) scale(1.01);
}.sign-up-now-i svg {
    width: 40px;
    margin-right: 1.5rem;
    height: 40px;
}.sign-up-now-i .connect-grid-s {
    padding: 0.875rem 2rem;
}
  
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0;
      transform: translateY(1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 480px) {.sign-up-now-i {
    margin: 2rem 0;
    padding: 3rem 1rem;
}.sign-up-now-i h2 {
    padding-left: 1rem;
    margin-bottom: 2rem;
    border-left-width: 3px;
    font-size: calc(32px * 0.7);
}.sign-up-now-i .learn-learn-F {
    text-align: center;
    flex-direction: column;
    padding: 1.25rem;
}.sign-up-now-i svg {
    margin-bottom: 1rem;
    margin-right: 0;
}.sign-up-now-i .connect-grid-s {
    padding: 0.75rem 1.75rem;
    width: 100%;
    text-align: center;
}}.course-program-details-v {
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    background: rgb(154,141,143);
    position: relative;
    display: grid;
    overflow: hidden;
}.course-program-details-v .lesson-route-4 {
    top: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    overflow: hidden;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-program-details-v .career-learn-L {
    animation: verticalScroll 25s ease-in-out infinite alternate;
    height: 400%;
    width: 100%;
    display: flex;
    flex-direction: column;
}.course-program-details-v .lesson-route-4:hover .career-learn-L {
    animation-play-state: paused;
}.course-program-details-v .program-route-w {
    transition: transform 0.5s ease;
    height: 25%;
    transform: scale(1.1);
    position: relative;
    width: 100%;
}.course-program-details-v .program-route-w::after {
    z-index: 1;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    inset: 0;
    content: "";
    position: absolute;
}.course-program-details-v .program-route-w img {
    transition: filter 0.5s ease;
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    object-fit: cover;
    width: 100%;
}.course-program-details-v .program-route-w:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-program-details-v .container {
    display: flex;
    height: 100%;
    z-index: 5;
    position: relative;
    align-items: center;
    grid-column: 1;
}.course-program-details-v .learn-learn-F {
    padding-left: 10%;
    width: 100%;
    padding-right: 10%;
}.course-program-details-v .tech-classes-P {
    background: transparent;
    position: relative;
    border-left: 4px solid rgb(192,181,179);
    padding: 4rem 3rem;
}.course-program-details-v .tech-classes-P::before {
    transition: width 0.6s ease;
    background: rgb(192,181,179,0.5);
    z-index: -1;
    width: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.course-program-details-v .tech-classes-P:hover::before {
    width: 100%;
}.course-program-details-v .tech-classes-P::after {
    content: "";
    background: rgb(192,181,179);
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    position: absolute;
    height: 40px;
    left: -20px;
    top: 50%;
}.course-program-details-v .tech-classes-P h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 48px;
}.course-program-details-v .tech-classes-P span > * {
    display: inline-block;
    transform: skewX(15deg);
}.course-program-details-v .tech-classes-P p {
    border-left: 2px solid rgb(154,141,143);
    line-height: 1.8;
    padding-left: 1rem;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.course-program-details-v .tech-classes-P .connect-grid-s {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transition: color 0.3s ease;
    border: 2px solid rgb(192,181,179);
    z-index: 1;
}.course-program-details-v .tech-classes-P .connect-grid-s::before {
    transition: width 0.3s ease;
    background: rgb(192,181,179);
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 0;
}.course-program-details-v .tech-classes-P .connect-grid-s:hover {
    color: #000000;
}.course-program-details-v .tech-classes-P .connect-grid-s:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-program-details-v .tech-classes-P h3 {
    font-size: calc(48px * 0.85);
}.course-program-details-v .learn-learn-F {
    padding-left: 5%;
    padding-right: 0;
}
}

@media screen and (max-width: 992px) {.course-program-details-v {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course-program-details-v .lesson-route-4 {
    width: 100%;
    clip-path: none;
    height: 40vh;
    position: relative;
}.course-program-details-v .career-learn-L {
    flex-direction: row;
    width: 400%;
    height: 100%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
}.course-program-details-v .program-route-w {
    height: 100%;
    width: 25%;
}.course-program-details-v .program-route-w::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-program-details-v .container {
    padding: 3rem 0;
    grid-row: 2;
    grid-column: auto;
}.course-program-details-v .learn-learn-F {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-program-details-v .tech-classes-P {
    padding: 3rem 1.5rem;
}.course-program-details-v .tech-classes-P h3 {
    font-size: 34px;
    margin-bottom: 1.5rem;
}.course-program-details-v .tech-classes-P::after {
    height: 30px;
    left: -15px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.course-program-details-v {
    grid-template-rows: 30vh 1fr;
}.course-program-details-v .lesson-route-4 {
    height: 30vh;
}.course-program-details-v .career-learn-L {
    animation-duration: 20s;
    width: 300%;
}.course-program-details-v .program-route-w {
    width: 33.333%;
}.course-program-details-v .tech-classes-P {
    padding: 2rem 1rem;
    border-left-width: 3px;
}.course-program-details-v .tech-classes-P h3 {
    font-size: calc(34px * 0.9);
    letter-spacing: 1px;
}.course-program-details-v .tech-classes-P p {
    padding-left: 0.5rem;
    font-size: calc(15px * 0.9);
}.course-program-details-v .tech-classes-P .connect-grid-s {
    font-size: calc(19px * 0.9);
    display: block;
    padding: 0.8rem 1.5rem;
    text-align: center;
}.course-program-details-v .tech-classes-P::after {
    height: 20px;
    width: 20px;
    left: -10px;
}@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}.education-framework-T {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0;
}.education-framework-T::before {
    content: "";
    top: 0;
    opacity: 0.15;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(154,141,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(192,181,179,0.5) 0%, transparent 40%);
    width: 100%;
}.education-framework-T::after {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    right: -50%;
    position: absolute;
    top: -50%;
    height: 100%;
    filter: blur(30px);
    transform: rotate(-15deg) scale(2);
    content: "";
    background: linear-gradient(45deg, transparent 65%, rgb(154,141,143,0.5) 100%);
    opacity: 0.08;
    z-index: 0;
}.education-framework-T:hover::after {
    transform: rotate(-12deg) scale(2.05);
    opacity: 0.15;
}.education-framework-T .learn-learn-F {
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 30px;
}.education-framework-T h2 {
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    transition: transform 0.5s ease-out;
    font-size: 38px;
    font-weight: 700;
    transform: translateZ(20px);
}.education-framework-T h2::after {
    width: 80px;
    height: 4px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
}.education-framework-T:hover h2::after {
    width: 120px;
}.education-framework-T .reading-block-N {
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    transform: translateZ(10px) translateX(0);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    border-left: 4px solid rgb(192,181,179);
    padding: 40px;
}.education-framework-T .reading-block-N::before {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: 25px;
    height: 30px;
    transform: rotate(45deg);
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    width: 30px;
    background: #ffffff;
    content: "";
}.education-framework-T:hover .reading-block-N {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
}.education-framework-T p {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 17px;
    z-index: 2;
    line-height: 1.7;
}.education-framework-T p::first-letter {
    font-weight: 600;
    color: rgb(192,181,179);
    font-size: 1.3em;
}

@media (max-width: 991px) {.education-framework-T {
    padding: 90px 0;
}.education-framework-T h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.education-framework-T .reading-block-N {
    padding: 35px;
}
}

@media (max-width: 767px) {.education-framework-T {
    padding: 70px 0;
}.education-framework-T::after {
    opacity: 0.05;
}.education-framework-T .learn-learn-F {
    padding: 0 20px;
}.education-framework-T h2 {
    font-size: calc(38px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.education-framework-T h2::after {
    height: 3px;
    width: 60px;
}.education-framework-T:hover h2::after {
    width: 90px;
}.education-framework-T .reading-block-N {
    transform: translateZ(5px) translateX(0);
    padding: 30px 25px;
}.education-framework-T:hover .reading-block-N {
    transform: translateZ(7px) translateX(3px);
}.education-framework-T p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.education-framework-T {
    padding: 60px 0;
}.education-framework-T .learn-learn-F {
    padding: 0 15px;
}.education-framework-T h2 {
    font-size: calc(38px * 0.8);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.education-framework-T .reading-block-N {
    border-left: 3px solid rgb(192,181,179);
    padding: 25px 20px;
}.education-framework-T .reading-block-N::before {
    left: 20px;
    width: 20px;
    top: -10px;
    height: 20px;
}.education-framework-T p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}header .nav-mainbar-3 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    z-index: 100;
}header .nav-mainbar-3::before {
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(154,141,143,0.5) 10px,
        rgb(154,141,143,0.5) 11px
    );
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    content: "";
    width: 100%;
}header .nav-mainbar-3::after {
    opacity: 0.1;
    z-index: -2;
    width: 150%;
    content: "";
    height: 100px;
    top: -50px;
    position: absolute;
    background: rgb(192,181,179);
    transform: rotate(-2deg);
    left: -25%;
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .main-learning-h {
    align-items: center;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    display: grid;
}header .nav-sitebar-a {
    position: relative;
    z-index: 2;
}header .first-teach-Z {
    background: #ffffff;
    box-shadow: 5px 5px 0 rgb(192,181,179,0.5);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: block;
    transform: rotate(-3deg);
    transition: all 0.3s ease;
}header .first-teach-Z::before {
    right: -5px;
    top: -5px;
    left: -5px;
    border: 2px dashed rgb(192,181,179,0.5);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    bottom: -5px;
    position: absolute;
}header .first-teach-Z:hover {
    box-shadow: 8px 8px 0 rgb(192,181,179);
    transform: rotate(0deg) translateY(-5px);
}header .first-teach-Z:hover::before {
    right: -8px;
    left: -8px;
    top: -8px;
    opacity: 1;
    bottom: -8px;
}header .first-teach-Z svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
}header .head-pagebar-W {
    align-items: center;
    position: relative;
    margin: 0;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
}header .head-pagebar-W::before {
    border-radius: 0 28px 28px 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(154,141,143,0.5) 100%);
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: -1;
    width: 85%;
    top: 0;
    right: 0;
    transition: width 0.3s ease;
}header .head-pagebar-W:hover::before {
    width: 100%;
}header .head-top-l {
    position: relative;
    margin: 5px 3px;
}header .head-top-l:nth-child(odd) {
    transform: translateY(-3px);
}header .head-top-l:nth-child(even) {
    transform: translateY(3px);
}header .head-top-l a {
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 0 10px;
    border-left: 3px solid transparent;
    overflow: hidden;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 12px;
    background: #ffffff;
    font-weight: 600;
    display: block;
}header .head-top-l a::before {
    top: 0;
    height: 100%;
    right: 0;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleY(0);
    width: 5px;
    background: rgb(192,181,179);
    position: absolute;
    transform-origin: top;
}header .head-top-l a::after {
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
}header .head-top-l a:hover {
    color: rgb(192,181,179);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    border-left-color: rgb(192,181,179);
}header .head-top-l a:hover::before {
    transform: scaleY(1);
}header .head-top-l a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .main-learning-h {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .nav-sitebar-a {
    justify-self: center;
}header .head-pagebar-W {
    justify-content: center;
}header .head-pagebar-W::before {
    width: 100%;
    background: rgb(154,141,143,0.5);
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .head-pagebar-W {
    width: 100%;
    flex-direction: column;
}header .head-top-l {
    width: 100%;
    margin: 3px 0;
    transform: none !important;
}header .head-top-l a {
    text-align: center;
    border-radius: 10px;
    border-left: none;
    border-bottom: 3px solid transparent;
}header .head-top-l a:hover {
    border-bottom-color: rgb(192,181,179);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .head-top-l a::before {
    bottom: 0;
    width: 100%;
    top: auto;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    right: auto;
}header .head-top-l a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .first-teach-Z {
    transform: none;
    padding: 10px;
}header .first-teach-Z svg {
    height: 40px;
}header .first-teach-Z:hover {
    transform: translateY(-3px);
}}.welcome-page-N {
    overflow: hidden;
    width: 100%;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    height: 100vh;
}.welcome-page-N .page-hero-M {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.welcome-page-N .page-hero-M::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 40%, 
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
}.welcome-page-N .page-hero-M::after {
    background: linear-gradient(to bottom, 
        rgb(192,181,179,0.5) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(192,181,179,0.5) 100%);
    position: absolute;
    z-index: 3;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.welcome-page-N .skill-philo-A {
    margin: 0 auto;
    max-width: 1200px;
    transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
    position: relative;
    padding: 5rem;
    transform: translateY(0);
    z-index: 5;
    height: 100%;
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
}.welcome-page-N .skill-philo-A:hover {
    transform: translateY(-10px);
}.welcome-page-N .skill-philo-A > div {
    position: relative;
    opacity: 0;
    animation: fadeSlideIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateX(-30px);
}.welcome-page-N .skill-philo-A > div:nth-child(1) {
    animation-delay: 0.3s;
}.welcome-page-N .skill-philo-A > div:nth-child(2) {
    animation-delay: 0.6s;
}.welcome-page-N .skill-philo-A > div:nth-child(3) {
    animation-delay: 0.9s;
}.welcome-page-N .skill-philo-A > div::before {
    top: 50%;
    width: 4px;
    content: "";
    height: 0;
    left: -20px;
    background: rgb(154,141,143);
    animation: growLine 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    position: absolute;
    transform: translateY(-50%);
    animation-delay: inherit;
}.welcome-page-N .skill-philo-A p {
    letter-spacing: 0.05em;
    background: rgba(rgb(154,141,143,0.5), 0.15);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    backdrop-filter: blur(5px);
    font-weight: 600;
    border-left: 3px solid rgb(154,141,143);
    font-size: calc(15px * 1.2);
    padding: 0.5rem 1rem;
}.welcome-page-N .title_style_header {
    font-size: clamp(2.5rem, 5vw, 45px);
    line-height: 1.1;
    color: transparent;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform-origin: left center;
    margin: 0;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #ffffff 30%,
        rgb(154,141,143) 100%
    );
}.welcome-page-N h3 {
    border-radius: 0 10px 10px 0;
    font-weight: 400;
    border-left: 5px solid rgb(192,181,179);
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    margin: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(192,181,179,0.5), 0.2) 0%, 
        rgba(rgb(192,181,179,0.5), 0.05) 100%);
    padding: 1.5rem;
    font-size: calc(20px * 1.1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    line-height: 1.5;
    max-width: 700px;
    backdrop-filter: blur(10px);
}.welcome-page-N h3::after {
    position: absolute;
    height: 1px;
    content: "";
    transform: translateZ(-10px);
    bottom: -5px;
    right: 20px;
    width: 60%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(154,141,143), 
        transparent);
}

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

@keyframes growLine {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@media (max-width: 1200px) {.welcome-page-N .skill-philo-A {
    grid-gap: 1.5rem;
    padding: 4rem 3rem;
}.welcome-page-N .title_style_header {
    font-size: clamp(2rem, 4vw, 36px);
}.welcome-page-N h3 {
    padding: 1.2rem;
    font-size: 20px;
}
}

@media (max-width: 768px) {.welcome-page-N .skill-philo-A {
    padding: 3rem 2rem;
    grid-gap: 1.2rem;
}.welcome-page-N .skill-philo-A > div::before {
    width: 3px;
    left: -15px;
}.welcome-page-N .skill-philo-A p {
    padding: 0.4rem 0.8rem;
    font-size: 15px;
}.welcome-page-N h3 {
    padding: 1rem;
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 576px) {.welcome-page-N {
    min-height: 100vh;
    height: auto;
}.welcome-page-N .skill-philo-A {
    padding: 2rem 1.5rem;
    grid-gap: 1rem;
}.welcome-page-N .skill-philo-A > div::before {
    left: -12px;
    width: 2px;
}.welcome-page-N .title_style_header {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
}.welcome-page-N h3 {
    padding: 0.8rem;
    font-size: 15px;
}.welcome-page-N h3::after {
    width: 40%;
}
}

@media (hover: hover) {.welcome-page-N .title_style_header {
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}.welcome-page-N .skill-philo-A:hover .title_style_header {
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: scale(1.02);
}.welcome-page-N h3 {
    transition: transform 0.5s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.welcome-page-N .skill-philo-A:hover h3 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(10px);
}}.future-attendees-c {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    background-color: rgb(226,224,204);
}.future-attendees-c::before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    width: 100%;
    left: 0;
}.future-attendees-c::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(192,181,179,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(154,141,143,0.5), 0.1) 0%, transparent 40%);
    z-index: -1;
    position: absolute;
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
}.future-attendees-c .learn-learn-F {
    padding: 0 2rem;
    display: flex;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}.future-attendees-c h3 {
    opacity: 0.9;
    color: rgb(192,181,179);
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 38px;
}.future-attendees-c h3::after {
    bottom: -15px;
    left: 50%;
    height: 2px;
    width: 50px;
    background: rgb(192,181,179);
    content: "";
    position: absolute;
    opacity: 0.6;
    transform: translateX(-50%);
}.future-attendees-c ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
    margin: 0;
    width: 100%;
}.future-attendees-c li {
    display: flex;
    position: relative;
    text-align: center;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 18px;
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    background: rgba(#ffffff, 0.08);
    align-items: center;
}.future-attendees-c li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}.future-attendees-c li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(192,181,179,0.5), 0.2);
    transform: translateY(-10px);
}.future-attendees-c li:hover::after {
    left: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(192,181,179) 0%,
        rgb(154,141,143) 100%
    );
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: 0;
}.future-attendees-c li svg {
    fill: rgb(154,141,143);
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
}.future-attendees-c li svg path {
    fill: rgb(154,141,143);
    transition: fill 0.5s ease;
}.future-attendees-c li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.future-attendees-c li:hover svg path {
    fill: rgb(192,181,179);
}.future-attendees-c li {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.future-attendees-c ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.future-attendees-c {
    padding: 5rem 0;
}.future-attendees-c h3 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.future-attendees-c {
    padding: 4rem 0;
}.future-attendees-c .learn-learn-F {
    padding: 0 1.5rem;
}.future-attendees-c h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.future-attendees-c ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future-attendees-c li {
    padding: 1.5rem;
}.future-attendees-c li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.future-attendees-c {
    padding: 3rem 0;
}.future-attendees-c .learn-learn-F {
    padding: 0 1rem;
}.future-attendees-c h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2.5rem;
}.future-attendees-c li {
    padding: 1.25rem;
}.future-attendees-c li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}.who-we-are-A {
    position: relative;
    z-index: 1;
    padding: 120px 0 160px;
    overflow: hidden;
}.who-we-are-A::before {
    left: 0;
    content: "";
    top: 0;
    backdrop-filter: blur(5px);
    right: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(#000000, 0.85) 0%,
        rgba(#000000, 0.75) 50%,
        rgba(rgb(192,181,179), 0.65) 100%);
    bottom: 0;
    position: absolute;
}.who-we-are-A::after {
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    position: absolute;
    content: "";
    transform: rotate(-3deg);
    background: #ffffff;
    bottom: -75px;
    z-index: -1;
    height: 150px;
    width: 150%;
    left: -25%;
}.who-we-are-A .container {
    perspective: 1000px;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.who-we-are-A h2 {
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    transform: translateZ(0);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 34px);
    margin-bottom: 60px;
    display: inline-block;
}.who-we-are-A h2::after {
    height: 4px;
    position: absolute;
    background: rgb(192,181,179);
    content: "";
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(1);
}.who-we-are-A:hover h2::after {
    transform: scaleX(1.5);
}.who-we-are-A .reading-block-N {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(rgb(192,181,179), 0.1);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding: 50px;
}.who-we-are-A .reading-block-N::before {
    content: "";
    background: linear-gradient(to bottom, 
        rgb(192,181,179) 0%, 
        rgb(154,141,143) 100%);
    left: 0;
    position: absolute;
    width: 6px;
    top: 0;
    height: 100%;
}.who-we-are-A .reading-block-N:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(192,181,179), 0.15);
    transform: translateY(-5px);
}.who-we-are-A .reading-block-N > div {
    z-index: 2;
    position: relative;
}.who-we-are-A .reading-block-N p {
    margin-bottom: 20px;
    position: relative;
    color: rgb(192,181,179);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    display: inline-block;
}.who-we-are-A .reading-block-N p::after {
    transform: scaleX(0.3);
    left: 0;
    bottom: -8px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, 
        rgb(192,181,179) 0%, 
        rgb(154,141,143) 100%);
    transition: transform 0.4s ease-out;
    width: 100%;
    height: 2px;
    transform-origin: left center;
}.who-we-are-A .reading-block-N:hover p::after {
    transform: scaleX(1);
}.who-we-are-A .reading-block-N div div {
    line-height: 1.8;
    max-width: 100%;
    text-align: justify;
    transform: translateZ(0);
    opacity: 0.9;
    column-count: 1;
    color: #000000;
    font-size: 16px;
    column-gap: 40px;
}

@media (min-width: 768px) {.who-we-are-A .reading-block-N div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.who-we-are-A {
    padding: 150px 0 200px;
}.who-we-are-A .reading-block-N {
    padding: 60px 70px;
}.who-we-are-A .reading-block-N div div {
    column-count: 2;
}
}

@media (max-width: 767px) {.who-we-are-A {
    padding: 80px 0 120px;
}.who-we-are-A .reading-block-N {
    padding: 30px;
}.who-we-are-A h2 {
    margin-bottom: 40px;
}.who-we-are-A h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.who-we-are-A {
    padding: 60px 0 100px;
}.who-we-are-A .reading-block-N {
    padding: 25px 20px;
}.who-we-are-A h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.who-we-are-A h2::after {
    bottom: -8px;
    width: 50px;
}.who-we-are-A .reading-block-N p {
    font-size: 1.125rem;
}
}

@media (prefers-reduced-motion: reduce) {.who-we-are-A .reading-block-N,
    .who-we-are-A h2::after,
    .who-we-are-A .reading-block-N:hover,
    .who-we-are-A .reading-block-N p::after {
    transition: none;
    transform: none;
}
}

@media (hover: hover) {.who-we-are-A .reading-block-N::after {
    content: "";
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(135deg, 
            rgba(rgb(192,181,179,0.5), 0.05) 0%,
            rgba(rgb(192,181,179,0.5), 0) 50%);
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
}.who-we-are-A .reading-block-N:hover::after {
    opacity: 1;
}}.client-testimonials-x {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(rgb(192,181,179,0.5), 0.05) 100%);
    overflow: hidden;
}.client-testimonials-x::before {
    z-index: 0;
    content: "";
    top: -10%;
    position: absolute;
    width: 300px;
    right: -5%;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(192,181,179) 0%, rgba(rgb(192,181,179,0.5), 0) 70%);
    opacity: 0.1;
    height: 300px;
    filter: blur(50px);
}.client-testimonials-x::after {
    left: -5%;
    filter: blur(40px);
    z-index: 0;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(154,141,143) 0%, rgba(rgb(154,141,143,0.5), 0) 70%);
    width: 250px;
    bottom: -10%;
    height: 250px;
    content: "";
    position: absolute;
}.client-testimonials-x .container {
    z-index: 1;
    position: relative;
}.client-testimonials-x h2 {
    position: relative;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    color: #000000;
    font-weight: 700;
}.client-testimonials-x h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 4px;
    content: "";
    background: rgb(192,181,179);
    transform: translateX(-50%) skewX(-20deg);
    bottom: -20px;
}.client-testimonials-x .user-voices-9 {
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client-testimonials-x .review-carousel-8 {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 30px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.client-testimonials-x .review-carousel-8::before {
    font-size: calc(46px * 2);
    color: rgba(rgb(192,181,179,0.5), 0.1);
    right: 20px;
    z-index: -1;
    top: 10px;
    font-weight: 700;
    line-height: 1;
    content: "";
    position: absolute;
}.client-testimonials-x .review-carousel-8:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.client-testimonials-x .review-carousel-8 div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.client-testimonials-x .review-carousel-8 img {
    border: 3px solid #ffffff;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    transition: transform 0.4s ease-out;
    margin-right: 15px;
    box-shadow: 0 5px 15px -5px rgba(rgb(192,181,179,0.5), 0.3);
}.client-testimonials-x .review-carousel-8:hover img {
    transform: scale(1.05);
}.client-testimonials-x .review-carousel-8 h4 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 23px;
}.client-testimonials-x .review-carousel-8 h4::after {
    transition: transform 0.3s ease-out 0.1s;
    transform-origin: left;
    background: rgb(192,181,179);
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 40px;
    content: "";
    transform: scaleX(0);
    position: absolute;
}.client-testimonials-x .review-carousel-8:hover h4::after {
    transform: scaleX(1);
}.client-testimonials-x .description {
    z-index: 1;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    margin: 0;
}.client-testimonials-x .description::before {
    z-index: -1;
    top: -10px;
    content: "";
    left: -15px;
    width: 30px;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(154,141,143) 0%, rgba(rgb(154,141,143,0.5), 0.2) 100%);
    transition: transform 0.3s ease-out;
    position: absolute;
    transform: rotate(45deg) scale(0);
    height: 30px;
    border-radius: 10px;
}.client-testimonials-x .review-carousel-8:hover .description::before {
    transform: rotate(45deg) scale(1);
}.client-testimonials-x a {
    overflow: hidden;
    display: inline-block;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    background: linear-gradient(135deg, rgb(192,181,179) 0%, rgba(rgb(192,181,179,0.5), 0.8) 100%);
    font-weight: 600;
    border: none;
    color: #ffffff;
    margin-right: auto;
    text-decoration: none;
    padding: 15px 35px;
    margin-left: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}.client-testimonials-x a::before {
    width: 100%;
    transition: left 0.5s ease;
    left: -100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    content: "";
    top: 0;
}.client-testimonials-x a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(rgb(192,181,179,0.5), 0.4);
}.client-testimonials-x a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client-testimonials-x {
    padding: 100px 0;
}.client-testimonials-x .user-voices-9 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.client-testimonials-x {
    padding: 80px 0;
}.client-testimonials-x h2 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.client-testimonials-x .user-voices-9 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-testimonials-x .review-carousel-8 {
    padding: 25px;
}
}

@media (max-width: 768px) {.client-testimonials-x {
    padding: 70px 0;
}.client-testimonials-x h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.85);
}.client-testimonials-x .user-voices-9 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client-testimonials-x .review-carousel-8 {
    padding: 25px 20px;
}.client-testimonials-x .review-carousel-8 img {
    height: 50px;
    width: 50px;
}.client-testimonials-x a {
    margin-top: 40px;
    padding: 12px 30px;
}
}

@media (max-width: 576px) {.client-testimonials-x {
    padding: 60px 0;
}.client-testimonials-x h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.client-testimonials-x h2::after {
    bottom: -15px;
    width: 60px;
}.client-testimonials-x .review-carousel-8 {
    padding: 20px 15px;
}.client-testimonials-x .review-carousel-8 div {
    margin-bottom: 15px;
}.client-testimonials-x .review-carousel-8 img {
    margin-right: 10px;
    height: 45px;
    width: 45px;
}.client-testimonials-x a {
    width: 100%;
    margin-top: 30px;
    padding: 10px 25px;
}}.teaching-experience-h {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(226,224,204), rgba(245, 247, 250, 0.92));
    overflow: hidden;
}.teaching-experience-h::before {
    z-index: 0;
    height: 40%;
    top: -5%;
    position: absolute;
    left: -5%;
    width: 40%;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(192,181,179,0.5), transparent);
}.teaching-experience-h::after {
    bottom: -5%;
    transform: rotate(10deg);
    content: "";
    height: 50%;
    background: linear-gradient(45deg, rgb(154,141,143,0.5), transparent);
    right: -5%;
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    width: 30%;
}.teaching-experience-h .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}.teaching-experience-h .review-carousel-8 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    padding: 3rem 2rem;
    transform: translateY(0);
    gap: 2.5rem;
}.teaching-experience-h .review-carousel-8:hover {
    transform: translateY(-5px);
}.teaching-experience-h .review-carousel-8 > div:first-child {
    width: 100%;
    position: relative;
}.teaching-experience-h .review-carousel-8 .photo-grid-b {
    overflow: hidden;
    height: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    padding-bottom: 85%;
    position: relative;
    border-radius: 10px;
}.teaching-experience-h .review-carousel-8:hover .photo-grid-b {
    transform: scale(1.02);
}.teaching-experience-h .review-carousel-8 .photo-grid-b::after {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    width: 100%;
}.teaching-experience-h .review-carousel-8 > div:nth-child(2) {
    text-align: left;
    position: relative;
}.teaching-experience-h .review-carousel-8 .name {
    color: #000000;
    font-weight: 700;
    margin: 0 0 0.5rem;
    font-size: calc(19px * 1.1);
    position: relative;
    display: inline-block;
}.teaching-experience-h .review-carousel-8 .name::after {
    background: rgb(192,181,179);
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease-out;
    position: absolute;
    height: 2px;
    width: 2.5rem;
    left: 0;
    bottom: -0.35rem;
    content: "";
}.teaching-experience-h .review-carousel-8:hover .name::after {
    transform: scaleX(1.5);
}.teaching-experience-h .review-carousel-8 > div:nth-child(2) > div {
    font-size: calc(16px * 0.95);
    letter-spacing: 0.02em;
    color: rgb(192,181,179);
    margin-top: 0.75rem;
    font-weight: 600;
}.teaching-experience-h .review-carousel-8 > div:nth-child(3) {
    position: relative;
}.teaching-experience-h .review-carousel-8 .emp-summary-H {
    line-height: 1.7;
    padding-left: 1.25rem;
    color: #000000;
    border-left: 3px solid rgb(154,141,143,0.5);
    font-size: 16px;
    position: relative;
    margin: 0;
}.teaching-experience-h .review-carousel-8 .emp-summary-H::before {
    left: -8px;
    transform: scale(0);
    top: -15px;
    background: #ffffff;
    height: 25px;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0.2s;
    box-shadow: 0 0 0 3px rgb(154,141,143,0.5);
    width: 25px;
    border-radius: 50%;
    position: absolute;
    content: "";
}.teaching-experience-h .review-carousel-8:hover .emp-summary-H::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.teaching-experience-h {
    padding: 8rem 0;
}.teaching-experience-h .review-carousel-8 {
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
}.teaching-experience-h .review-carousel-8 > div:first-child {
    grid-row: span 2;
}.teaching-experience-h .review-carousel-8 .photo-grid-b {
    padding-bottom: 130%;
}.teaching-experience-h .review-carousel-8 > div:nth-child(2) {
    align-self: end;
}.teaching-experience-h .review-carousel-8 .name {
    font-size: calc(19px * 1.2);
}.teaching-experience-h .review-carousel-8 > div:nth-child(3) {
    grid-column: 2;
}.teaching-experience-h .review-carousel-8 .emp-summary-H {
    font-size: calc(16px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.teaching-experience-h {
    padding: 10rem 0;
}.teaching-experience-h .review-carousel-8 {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.teaching-experience-h .review-carousel-8 .name {
    font-size: calc(19px * 1.3);
}.teaching-experience-h .review-carousel-8 > div:nth-child(2) > div {
    font-size: 16px;
}.teaching-experience-h .review-carousel-8 .emp-summary-H {
    font-size: calc(16px * 1.1);
    line-height: 1.8;
}.teaching-experience-h .review-carousel-8::before {
    position: absolute;
    opacity: 0.1;
    top: 3.5rem;
    content: "";
    height: 80px;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), transparent 70%);
    transform: rotate(45deg);
    transition: all 0.5s ease-out;
    z-index: 0;
    border-radius: 0 10px 0 100px;
    right: 3.5rem;
    width: 80px;
}.teaching-experience-h .review-carousel-8:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.teaching-experience-h .review-carousel-8 {
    padding: 5rem;
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
}.teaching-experience-h .review-carousel-8 .emp-summary-H {
    padding-left: 2rem;
    border-left: 4px solid rgb(154,141,143,0.5);
}}.tyDiv-a {
    position: relative;
    background: linear-gradient(135deg, rgb(154,141,143,0.5) 0%, rgb(192,181,179,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.tyDiv-a::before {
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(120deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
    height: 70%;
    right: -5%;
    width: 50%;
    transform: rotate(-15deg) skew(10deg);
    content: "";
    top: -10%;
    pointer-events: none;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    animation: float 12s ease-in-out infinite;
}.tyDiv-a::after {
    position: absolute;
    z-index: 1;
    bottom: -5%;
    content: "";
    pointer-events: none;
    animation: float 15s ease-in-out infinite reverse;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    opacity: 0.08;
    left: -5%;
    background: linear-gradient(210deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    width: 40%;
}.tyDiv-a .container {
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
}.tyDiv-a h2 {
    margin-bottom: 2.5rem;
    font-size: 35px;
    position: relative;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-10px);
    opacity: 0;
    max-width: 90%;
    color: #000000;
}.tyDiv-a h2::after {
    left: 0;
    content: "";
    transform-origin: left;
    width: 120px;
    position: absolute;
    transform: scaleX(0);
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
}.tyDiv-a .learn-learn-F {
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    background: #ffffff;
    transform: translateY(20px);
    width: 100%;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3rem;
}.tyDiv-a .learn-learn-F::before {
    transform: scaleX(0);
    transform-origin: left;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(154,141,143) 0%, rgb(192,181,179) 100%);
    top: 0;
    height: 5px;
}.tyDiv-a ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyDiv-a li {
    position: relative;
    padding-left: 1.5rem;
}.tyDiv-a li::before {
    background: rgb(154,141,143);
    width: 8px;
    position: absolute;
    content: "";
    height: 8px;
    left: 0;
    transform: rotate(45deg) scale(0);
    opacity: 0;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 0.5rem;
}.tyDiv-a span {
    display: block;
    line-height: 1.7;
    animation: fadeIn 1s 1.2s ease-out forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    font-size: 14px;
}

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

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.tyDiv-a {
    padding: 4rem 1.5rem;
}.tyDiv-a h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.tyDiv-a .learn-learn-F {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.tyDiv-a {
    padding: 3.5rem 1.25rem;
}.tyDiv-a h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.tyDiv-a h2::after {
    height: 3px;
    width: 100px;
}.tyDiv-a .learn-learn-F {
    padding: 2rem 1.5rem;
}.tyDiv-a span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.tyDiv-a {
    padding: 3rem 1rem;
}.tyDiv-a h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.tyDiv-a h2::after {
    width: 80px;
    bottom: -10px;
    height: 3px;
}.tyDiv-a .learn-learn-F {
    padding: 1.5rem 1.25rem;
}.tyDiv-a li {
    padding-left: 1.25rem;
}.tyDiv-a li::before {
    width: 6px;
    height: 6px;
}.tyDiv-a span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}
}