* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.recycle-info-5 {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 3px;
    height: 4px;
    background: rgb(217,150,203);
}::-webkit-scrollbar-track {
    background: rgb(198,98,119,0.5);
    margin: 1px 0;
    box-shadow: inset 0px -1px 0px 7px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb {
    border-radius: 10.6rem;
    background: rgb(217,150,203,0.5);
    transition: background, box-shadow 1.7s ease-in;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(217,150,203,0.5);
    border-color: rgb(198,98,119,0.5);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset 1px -4px 1px 3px rgba(0, 0, 0, 0.4);
    background: rgb(198,98,119,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(198,98,119);
    border: 1px dotted rgb(198,98,119);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(217,150,203,0.5);
    scrollbar-width: none;
}.segment-wrapper-4 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1172px;
    margin: auto;
}.header-tutor-1 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.recycle-info-5 {
    background-color: rgb(198,98,119);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0;
    color: #ffffff;
}.recycle-info-5 .container {
    position: relative;
    z-index: 2;
}.recycle-info-5 .campus-links-4 {
    flex-direction: column;
    display: flex;
}.recycle-info-5 .get-in-touch-7 {
    padding: 3rem 1.5rem 5rem;
    display: grid;
    background-color: rgb(217,150,203);
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.recycle-info-5 .get-in-touch-7::before {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.recycle-info-5 .info_item {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}.recycle-info-5 .info_item:hover {
    transform: translateX(10px);
}.recycle-info-5 .info_item p,
.recycle-info-5 .info_item a {
    font-size: 16px;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    gap: 0.75rem;
    display: flex;
}.recycle-info-5 .info_item svg {
    height: 20px;
    fill: #ffffff;
    width: 20px;
    transition: transform 0.3s ease;
}.recycle-info-5 .info_item:hover svg {
    transform: scale(1.2);
}.recycle-info-5 .text_main_holder {
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    z-index: 2;
    gap: 0;
}.recycle-info-5 .page-header-1 {
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    z-index: 4;
    display: flex;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    background-color: rgb(198,98,119);
}.recycle-info-5 .page-header-1 svg {
    max-width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}.recycle-info-5 .page-header-1:hover svg {
    transform: scale(1.05);
}.recycle-info-5 .trial-offer-9 {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
}.recycle-info-5 .main-base-7 {
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    background-color: #000000;
    z-index: 2;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    display: flex;
    position: relative;
    flex-direction: column;
}.recycle-info-5 .main-base-7::before {
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}.recycle-info-5 .main-base-7 h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 24px;
    display: inline-block;
    position: relative;
}.recycle-info-5 .main-base-7 h5::after {
    background-color: rgb(217,150,203);
    content: '';
    height: 3px;
    position: absolute;
    width: 40px;
    left: 0;
    bottom: -0.5rem;
}.recycle-info-5 .head-mentor-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.recycle-info-5 .head-mentor-5:not(:last-child) {
    margin-bottom: 1rem;
}.recycle-info-5 .head-mentor-5 a {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    padding: 0.5rem 0;
    opacity: 0.8;
}.recycle-info-5 .head-mentor-5 a::before {
    transition: width 0.3s ease;
    width: 0;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: rgb(217,150,203);
}.recycle-info-5 .head-mentor-5 a:hover {
    opacity: 1;
    padding-left: 10px;
}.recycle-info-5 .head-mentor-5 a:hover::before {
    width: 30px;
}.recycle-info-5 .subscribe_holder {
    padding: 4rem 2rem 3rem;
    display: flex;
    gap: 1.5rem;
    z-index: 3;
    flex-direction: column;
    position: relative;
    background-color: rgb(198,98,119);
}.recycle-info-5 .subscribe_holder::before {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
}.recycle-info-5 .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 24px;
}.recycle-info-5 .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
}.recycle-info-5 .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.recycle-info-5 .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
}.recycle-info-5 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
}.recycle-info-5 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.recycle-info-5 .join-panel-3 {
    border: none;
    cursor: pointer;
    font-size: 16px;
    background-color: rgb(217,150,203);
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    color: #ffffff;
}.recycle-info-5 .join-panel-3::before {
    content: '';
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    height: 100%;
    top: 0;
    position: absolute;
}.recycle-info-5 .join-panel-3:hover {
    background-color: rgb(217,150,203,0.5);
}.recycle-info-5 .join-panel-3:hover::before {
    left: 100%;
}.recycle-info-5 .knowl-base-1 {
    background-color: rgb(198,98,119);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 6rem 0 2rem;
    text-align: center;
}.recycle-info-5 .knowl-base-1::before {
    top: 0;
    z-index: -1;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    left: 0;
    width: 100%;
}.recycle-info-5 .guide-section-3 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
}

@media (max-width: 1200px) {.recycle-info-5 .get-in-touch-7 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.recycle-info-5 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.recycle-info-5 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.recycle-info-5 .text_main_holder {
    grid-template-columns: 1fr;
}.recycle-info-5 .page-header-1,
    .recycle-info-5 .main-base-7,
    .recycle-info-5 .subscribe_holder {
    clip-path: none;
}.recycle-info-5 .main-base-7 {
    padding: 3rem 2rem;
}.recycle-info-5 .page-header-1 {
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}.recycle-info-5 .subscribe_holder {
    padding: 3rem 2rem;
}.recycle-info-5 .knowl-base-1 {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.recycle-info-5 .get-in-touch-7 {
    clip-path: none;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
}.recycle-info-5 .head-mentor-5 {
    grid-template-columns: 1fr;
}.recycle-info-5 .main-base-7 h5,
    .recycle-info-5 .subscribe_holder h5 {
    display: block;
    text-align: center;
}.recycle-info-5 .main-base-7 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.recycle-info-5 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.recycle-info-5 .page-header-1,
    .recycle-info-5 .main-base-7,
    .recycle-info-5 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.recycle-info-5 .knowl-base-1 {
    padding: 2.5rem 0 1.5rem;
}.recycle-info-5 .info_item {
    padding: 0.5rem 0;
}.recycle-info-5 .info_item p,
    .recycle-info-5 .info_item a {
    justify-content: center;
}}.tyBox-3 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
    position: relative;
    overflow: hidden;
}.tyBox-3::before {
    background: linear-gradient(210deg, rgb(198,98,119) 0%, rgb(217,150,203) 100%);
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    width: 45%;
    position: absolute;
    height: 70%;
    top: -10%;
    z-index: 1;
    right: -5%;
    content: "";
    transform: rotate(15deg) skewX(-15deg);
}.tyBox-3::after {
    opacity: 0.07;
    position: absolute;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    height: 60%;
    left: -5%;
    content: "";
    z-index: 1;
    transform: rotate(-10deg) skewX(15deg);
    width: 35%;
    background: linear-gradient(45deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    bottom: -10%;
}.tyBox-3 .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.tyBox-3 .class-space-5 {
    position: relative;
    display: grid;
    gap: 2.5rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.tyBox-3 .class-space-5 > div:first-child {
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateZ(20px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.tyBox-3 .class-space-5 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.tyBox-3 .class-space-5 > div:first-child::before {
    width: 5px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,150,203), rgb(198,98,119));
}.tyBox-3 .class-space-5 > div:last-child {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    padding: 3rem;
    position: relative;
    transform: translateZ(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
}.tyBox-3 .class-space-5 > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}.tyBox-3 h5 {
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #000000;
}.tyBox-3 h5::after {
    display: block;
    width: 70px;
    background: linear-gradient(90deg, rgb(217,150,203), transparent);
    content: "";
    height: 3px;
    margin-top: 1rem;
}.tyBox-3 a {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    text-decoration: none;
}.tyBox-3 a:hover {
    transform: translateX(5px);
}.tyBox-3 p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.tyBox-3 p::first-line {
    color: rgb(217,150,203);
    font-weight: 600;
}

@media (min-width: 768px) {.tyBox-3 {
    padding: 8rem 0;
}.tyBox-3 .class-space-5 {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.tyBox-3 .class-space-5 > div:first-child {
    padding: 4rem;
}.tyBox-3 .class-space-5 > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.tyBox-3 h5 {
    font-size: calc(18px * 1.2);
}.tyBox-3 p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.tyBox-3 .class-space-5 {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.tyBox-3 .class-space-5 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.tyBox-3 .class-space-5 > div:first-child::after {
    height: 40px;
    position: absolute;
    top: 2rem;
    content: "";
    background: rgb(198,98,119);
    right: -1.5rem;
    transform: rotate(15deg);
    width: 3px;
}.tyBox-3 .class-space-5 > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.tyBox-3 h5 {
    font-size: calc(18px * 1.3);
}.tyBox-3 h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.tyBox-3 {
    padding: 4rem 0;
}.tyBox-3 .class-space-5 > div:first-child,
    .tyBox-3 .class-space-5 > div:last-child {
    padding: 2rem;
}.tyBox-3 h5 {
    font-size: 18px;
}.tyBox-3 p {
    font-size: calc(15px * 0.95);
}
}

@media (hover: hover) {.tyBox-3 .class-space-5 > div:first-child:hover::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    inset: 0;
}.tyBox-3 .class-space-5 > div:last-child:hover::after {
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    position: absolute;
    content: "";
}}.pricing-shelf-5 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,205,223), rgba(240, 240, 255, 0.95));
}.pricing-shelf-5::before {
    height: 70%;
    background: linear-gradient(145deg, rgb(217,150,203,0.5), rgb(198,98,119,0.5));
    opacity: 0.4;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    position: absolute;
    width: 40%;
    content: "";
    top: -10%;
    filter: blur(60px);
    z-index: 0;
}.pricing-shelf-5::after {
    bottom: -10%;
    transform: rotate(12deg) skewX(-10deg);
    z-index: 0;
    content: "";
    position: absolute;
    filter: blur(50px);
    opacity: 0.3;
    left: -5%;
    background: linear-gradient(215deg, rgb(198,98,119,0.5), rgb(217,150,203,0.5));
    height: 60%;
    width: 35%;
}.pricing-shelf-5 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
    z-index: 1;
}.pricing-shelf-5 .cost-deals-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.pricing-shelf-5 .discount-plan-2 {
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
    text-align: center;
}.pricing-shelf-5 .discount-plan-2 h2 {
    font-size: 35px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.pricing-shelf-5 .discount-plan-2 h2::after {
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
    content: "";
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
}.pricing-shelf-5 .discount-tier-1 {
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    max-width: 680px;
}.pricing-shelf-5 .pricing-block-5 {
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(40px);
    gap: 30px;
    opacity: 0;
}.pricing-shelf-5 .study-sub-1 {
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    display: block;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
}.pricing-shelf-5 .study-fees-6 {
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    position: relative;
    flex-direction: column;
    height: 100%;
}.pricing-shelf-5 .study-sub-1:hover .study-fees-6 {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing-shelf-5 .rate-choices-2 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
}.pricing-shelf-5 .rate-choices-2 h3 {
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: calc(20px + 2px);
    margin-bottom: 15px;
    word-break: break-word;
    position: relative;
    white-space: normal;
    padding-left: 15px;
    color: #000000;
}.pricing-shelf-5 .rate-choices-2 h3::before {
    top: 5px;
    background: linear-gradient(to bottom, rgb(217,150,203), rgb(198,98,119));
    width: 4px;
    height: calc(100% - 10px);
    left: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
}.pricing-shelf-5 .sub-options-8 {
    font-weight: 700;
    padding: 8px 15px;
    margin: 5px 0 20px;
    color: rgb(217,150,203);
    position: relative;
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    font-size: calc(20px + 4px);
}.pricing-shelf-5 .rate-choices-2 p {
    white-space: normal;
    word-break: break-word;
    margin-bottom: 10px;
    margin-top: 5px;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 12px;
    color: #000000;
}.pricing-shelf-5 .article-image-8 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 220px;
}.pricing-shelf-5 .article-image-8::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.pricing-shelf-5 .study-sub-1:hover .article-image-8 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-shelf-5 .pricing-block-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing-shelf-5 .cost-deals-3 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing-shelf-5 .cost-deals-3 {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing-shelf-5 .discount-plan-2 {
    text-align: left;
    align-self: center;
    grid-column: 2;
    grid-row: 1;
}.pricing-shelf-5 .discount-plan-2 h2 {
    display: inline-block;
}.pricing-shelf-5 .discount-plan-2 h2::after {
    left: 0;
    transform: none;
}.pricing-shelf-5 .discount-tier-1 {
    margin: 25px 0 0;
}.pricing-shelf-5 .pricing-block-5 {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}

@media (min-width: 1200px) {.pricing-shelf-5 .pricing-block-5 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-shelf-5 .rate-choices-2 {
    padding: 40px 35px;
}.pricing-shelf-5 .article-image-8 {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-shelf-5 {
    padding: 80px 0;
}.pricing-shelf-5 .discount-plan-2 {
    margin-bottom: 20px;
}.pricing-shelf-5 .study-fees-6 {
    max-width: 100%;
}.pricing-shelf-5 .rate-choices-2 {
    padding: 30px 25px;
}.pricing-shelf-5 .rate-choices-2 h3 {
    font-size: calc(20px + 1px);
}.pricing-shelf-5 .sub-options-8 {
    font-size: 20px;
    margin: 0 0 15px;
}.pricing-shelf-5 .article-image-8 {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing-shelf-5 {
    padding: 60px 0;
}.pricing-shelf-5 .rate-choices-2 {
    padding: 25px 20px;
}.pricing-shelf-5 .article-image-8 {
    height: 180px;
}}.cookie-popup-warning-1 {
    width: 100%;
    bottom: 0;
    z-index: 1050;
    padding: 20px;
    font-family: Arial, sans-serif;
    position: fixed;
    background: rgb(233,205,223);
    border-top: 3px solid rgb(217,150,203);
    overflow: hidden;
}.privacy-ack-3 {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    z-index: 1;
    justify-content: space-between;
}.cookie-layer-1 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookie-alert-dialog-7 {
    display: none;
}#cookie-alert-dialog-7:checked ~ .cookie-popup-warning-1 {
    opacity: 0;
    visibility: hidden;
}.cookie-layer-1 svg {
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(217,150,203);
}.cookie-preference-1 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie-preference-1 h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 23px;
    color: rgb(217,150,203);
}.cookie-preference-1 p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
}.consent-comply-6 {
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 17px;
}.consent-comply-6 {
    color: #ffffff;
    background-color: rgb(217,150,203);
    border: 1px solid rgb(217,150,203);
}.consent-comply-6:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie-popup-warning-1 p a {
    color: rgb(217,150,203);
    text-decoration: underline;
}.cookie-popup-warning-1 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-preference-1 h5 {
    font-size: calc(23px - 2px);
}.cookie-preference-1 p {
    font-size: calc(17px - 2px);
}.consent-comply-6 {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.privacy-ack-3 {
    align-items: center;
    flex-direction: column;
}.cookie-layer-1 {
    margin-bottom: 15px;
}.cookie-preference-1 {
    margin-bottom: 20px;
    text-align: center;
}.consent-comply-6 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
header {
    position: relative;
    background: rgb(233,205,223);
    overflow: visible;
    z-index: 99;
    width: 100%;
}header::before {
    opacity: 0.15;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(217,150,203,0.5) 0%, transparent 50%, rgb(217,150,203,0.5) 100%);
    content: "";
}header .nav-pagewrap-8 {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
}header .nav-pagewrap-8::after {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(217,150,203,0.5), transparent);
    width: 100%;
    content: "";
    top: 50%;
    position: absolute;
}header .nav-pagewrap-8 .page-header-1 {
    position: relative;
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
}header .nav-pagewrap-8 .page-header-1::before,
header .nav-pagewrap-8 .page-header-1::after {
    border-radius: 30px;
    position: absolute;
    height: 90%;
    width: 90%;
    content: "";
}header .nav-pagewrap-8 .page-header-1::before {
    border-top: 2px solid rgb(217,150,203);
    transform: scale(0);
    transition: transform 0.3s ease;
    left: -5px;
    border-left: 2px solid rgb(217,150,203);
    top: -5px;
    transform-origin: top left;
}header .nav-pagewrap-8 .page-header-1::after {
    bottom: -5px;
    border-bottom: 2px solid rgb(198,98,119);
    transition: transform 0.3s ease;
    transform: scale(0);
    border-right: 2px solid rgb(198,98,119);
    right: -5px;
    transform-origin: bottom right;
}header .nav-pagewrap-8 .page-header-1:hover::before,
header .nav-pagewrap-8 .page-header-1:hover::after {
    transform: scale(1);
}header .nav-pagewrap-8 .page-header-1 .top-site-0 {
    display: block;
    transition: transform 0.3s ease;
}header .nav-pagewrap-8 .page-header-1 .top-site-0 svg {
    width: auto;
    height: 60px;
}header .nav-pagewrap-8 .main-base-7 {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    position: relative;
    padding: 20px 0 10px;
    list-style: none;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(198,98,119) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
}header .nav-pagewrap-8 .main-base-7::before,
header .nav-pagewrap-8 .main-base-7::after {
    top: 15%;
    content: "";
    width: 2px;
    position: absolute;
    background: rgb(217,150,203,0.5);
    height: 70%;
}header .nav-pagewrap-8 .main-base-7::before {
    left: 0;
}header .nav-pagewrap-8 .main-base-7::after {
    right: 0;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0 15px;
    margin: 0;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8:not(:last-child)::after {
    right: 0;
    position: absolute;
    background: rgb(198,98,119,0.5);
    top: 20%;
    height: 60%;
    width: 1px;
    content: "";
}header .nav-pagewrap-8 .main-base-7 .nav-top-8:hover {
    transform: translateY(-3px);
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 a {
    position: relative;
    padding: 10px 5px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 a:hover {
    color: rgb(217,150,203);
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 a::before {
    height: 2px;
    left: 0;
    transform: scaleX(0);
    bottom: 5px;
    background: rgb(198,98,119);
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav-pagewrap-8 {
    grid-template-columns: 1fr;
    padding: 15px 30px;
    grid-template-rows: auto auto;
}header .nav-pagewrap-8 .main-base-7 {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav-pagewrap-8 {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .nav-pagewrap-8 .page-header-1 {
    padding: 5px 10px;
}header .nav-pagewrap-8 .page-header-1 .top-site-0 svg {
    height: 45px;
}header .nav-pagewrap-8 .main-base-7 {
    padding: 15px 0 10px;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 {
    padding: 0 10px;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 a {
    padding: 8px 3px;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .nav-pagewrap-8 .main-base-7 {
    flex-wrap: wrap;
    justify-content: center;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8 {
    margin: 3px 0;
}header .nav-pagewrap-8 .main-base-7 .nav-top-8:not(:last-child)::after {
    display: none;
}}.program-assets-9 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0;
}.program-assets-9::before {
    width: 300px;
    position: absolute;
    background: linear-gradient(225deg, rgb(217,150,203,0.5) 0%, transparent 70%);
    height: 300px;
    right: -100px;
    top: -100px;
    opacity: 0.2;
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
    border-radius: 50%;
}.program-assets-9::after {
    content: "";
    width: 200px;
    left: -50px;
    z-index: 0;
    bottom: -50px;
    background: linear-gradient(45deg, rgb(198,98,119,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    opacity: 0.15;
    border-radius: 50%;
}.program-assets-9 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.program-assets-9 .class-space-5 {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    position: relative;
}.program-assets-9 .text-card-wrap-6 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 30px 20px;
    position: relative;
    flex: 1;
}.program-assets-9 .text-card-wrap-6:hover {
    transform: translateY(-5px);
}.program-assets-9 .text-card-wrap-6::before {
    left: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    position: absolute;
    height: 0;
    top: 0;
    background: rgb(217,150,203);
}.program-assets-9 .text-card-wrap-6:hover::before {
    height: 100%;
}.program-assets-9 h4 {
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-size: calc(20px * 1.1);
    margin: 0 0 30px;
    font-family: Arial, sans-serif;
}.program-assets-9 h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(198,98,119);
    transform-origin: left;
    height: 3px;
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.5s ease;
}.program-assets-9 .text-card-wrap-6:hover h4::after {
    transform: scaleX(1.5);
}.program-assets-9 .text-card-wrap-6 > div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.program-assets-9 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.program-assets-9 li {
    margin-bottom: 15px;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.program-assets-9 li:hover {
    transform: translateX(5px);
}.program-assets-9 li p {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.program-assets-9 li p span:first-child {
    margin-top: 3px;
    flex-shrink: 0;
}.program-assets-9 li p span:last-child {
    transition: color 0.3s ease;
    position: relative;
}.program-assets-9 li:hover p span:last-child {
    color: rgb(217,150,203);
}.program-assets-9 svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.program-assets-9 li:hover svg {
    transform: rotate(10deg);
}.program-assets-9 svg path {
    fill: rgb(198,98,119);
    transition: fill 0.3s ease;
}.program-assets-9 li:hover svg path {
    fill: rgb(217,150,203);
}.program-assets-9 .article-image-8 {
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
    object-fit: cover;
}.program-assets-9 .article-image-8:hover {
    transform: perspective(1000px) rotateY(2deg);
}

@media (min-width: 768px) {.program-assets-9 {
    padding: 150px 0;
}.program-assets-9 .class-space-5 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.program-assets-9 .text-card-wrap-6 {
    padding: 40px;
}.program-assets-9 h4 {
    font-size: 28px;
    margin-bottom: 40px;
}.program-assets-9 .text-card-wrap-6 > div {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}.program-assets-9 .text-card-wrap-6 > div > div {
    flex: 1;
}.program-assets-9 li {
    margin-bottom: 20px;
}.program-assets-9 .article-image-8 {
    max-width: 45%;
    height: 500px;
    object-position: center;
}
}

@media (min-width: 992px) {.program-assets-9 .class-space-5 {
    gap: 80px;
}.program-assets-9 .text-card-wrap-6 {
    padding: 50px;
}.program-assets-9 h4 {
    padding-right: 60px;
}.program-assets-9 li p {
    font-size: calc(14px * 1.05);
}.program-assets-9 .article-image-8 {
    max-width: 42%;
    height: 550px;
}
}

@media (max-width: 767px) {.program-assets-9 {
    padding: 80px 0;
}.program-assets-9 .text-card-wrap-6 > div {
    gap: 10px;
}.program-assets-9 h4 {
    font-size: calc(20px * 1.05);
    margin-bottom: 25px;
}.program-assets-9 li p {
    font-size: calc(14px * 0.95);
}.program-assets-9 svg {
    width: 20px;
    height: 20px;
}.program-assets-9 .article-image-8 {
    height: 300px;
    object-position: center;
}
}

@media (max-width: 480px) {.program-assets-9 {
    padding: 60px 0;
}.program-assets-9 .text-card-wrap-6 {
    padding: 25px 15px;
}.program-assets-9 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 12px;
}.program-assets-9 li {
    margin-bottom: 12px;
}.program-assets-9 li p {
    font-size: calc(14px * 0.9);
    gap: 10px;
}.program-assets-9 .article-image-8 {
    height: 250px;
}}.title-greeting-3 {
    display: flex;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(240, 245, 255, 0.95) 100%);
}.title-greeting-3::before {
    height: 120%;
    top: -10%;
    position: absolute;
    left: -5%;
    content: "";
    opacity: 0.08;
    transform: rotate(-15deg) skewX(-5deg);
    z-index: 1;
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, transparent 80%);
    animation: shiftGradient 15s infinite alternate ease-in-out;
    width: 35%;
}.title-greeting-3::after {
    position: absolute;
    content: "";
    animation: shiftGradient 18s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(198,98,119,0.5) 0%, transparent 70%);
    opacity: 0.12;
    bottom: -10%;
    transform: rotate(10deg) skewX(5deg);
    z-index: 1;
    height: 50%;
    right: -5%;
    width: 40%;
}.title-greeting-3 .class-space-5 {
    display: grid;
    width: 100%;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    position: relative;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    transform: translateZ(0);
}.title-greeting-3 .text-card-wrap-6 {
    transform: translateX(-30px);
    display: flex;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
    padding: 2rem;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
}.title-greeting-3 h1 {
    transform: perspective(500px) rotateX(0deg);
    line-height: 1.2;
    font-weight: 700;
    font-size: calc(43px * 1.2);
    position: relative;
    transition: transform 0.5s ease;
    color: #000000;
    margin-bottom: 1.5rem;
}.title-greeting-3 h1::after {
    width: 60%;
    left: 0;
    position: absolute;
    height: 4px;
    transform: scaleX(0.8);
    animation: expandLine 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(217,150,203) 0%, transparent 100%);
    transform-origin: left;
}.title-greeting-3 .skill-trackfast-7 {
    transform: translateY(0);
    transition: transform 0.4s ease;
    margin: 2rem 0;
    position: relative;
}.title-greeting-3 .skill-trackfast-7:hover {
    transform: translateY(-5px);
}.title-greeting-3 .skill-trackfast-7 svg {
    float: left;
    transform: rotate(-5deg);
    height: 60px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    width: 60px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
}.title-greeting-3 .skill-trackfast-7:hover svg {
    filter: drop-shadow(0 6px 10px rgba(94, 170, 168, 0.3));
    transform: rotate(0deg) scale(1.05);
}.title-greeting-3 .skill-trackfast-7 svg path {
    fill: rgb(217,150,203);
    transition: fill 0.3s ease;
}.title-greeting-3 .skill-trackfast-7:hover svg path {
    fill: rgb(75, 150, 148);
}.title-greeting-3 .skill-trackfast-7 svg text {
    font-family: Arial, sans-serif;
    fill: rgb(217,150,203);
    font-size: 6px;
    transition: fill 0.3s ease;
}.title-greeting-3 .skill-trackfast-7:hover svg text {
    fill: rgb(75, 150, 148);
}.title-greeting-3 .skill-trackfast-7 p {
    margin-top: 0.5rem;
    color: #000000;
    line-height: 1.6;
    max-width: 95%;
    font-size: calc(15px * 1.1);
    overflow: hidden;
    position: relative;
}.title-greeting-3 .skill-trackfast-7 p::after {
    width: 100%;
    transform: translateX(-100%);
    bottom: -5px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,98,119,0.5) 0%, transparent 100%);
    height: 1px;
    content: "";
    animation: slideRight 1.5s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title-greeting-3 ul {
    display: flex;
    margin: 2rem 0 0 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}.title-greeting-3 ul li {
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    margin-right: 1.5rem;
}.title-greeting-3 .inquiry-request-8 {
    z-index: 1;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(217,150,203) 0%, rgb(75, 150, 148) 100%);
    display: inline-block;
    padding: 0.85rem 2rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 20px -5px rgba(94, 170, 168, 0.4);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    transform: translateZ(0);
}.title-greeting-3 .inquiry-request-8::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(75, 150, 148) 0%, rgb(217,150,203) 100%);
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.title-greeting-3 .inquiry-request-8:hover {
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
    transform: translateY(-5px) scale(1.02);
}.title-greeting-3 .inquiry-request-8:hover::before {
    opacity: 1;
}.title-greeting-3 .inquiry-request-8:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px -5px rgba(94, 170, 168, 0.6);
}.title-greeting-3 .article-image-8 {
    position: relative;
    max-height: 700px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 
        25px 25px 50px -10px rgba(0, 0, 0, 0.1),
        -5px -5px 20px 0 rgba(255, 255, 255, 0.6);
    border-radius: 17px;
    transition: transform 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: calc(100vh - 4rem);
}.title-greeting-3 .article-image-8:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0) translateX(-5px);
}.title-greeting-3 .article-image-8::before {
    opacity: 0.7;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 50%,
        rgba(94, 170, 168, 0.1) 100%
    );
    width: 100%;
}.title-greeting-3 .article-image-8:hover::before {
    opacity: 0.4;
}.title-greeting-3 .article-image-8::after {
    z-index: 2;
    width: 200%;
    height: 200%;
    transform: scale(1.5);
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%
    );
    opacity: 0;
    position: absolute;
    pointer-events: none;
    left: -50%;
    content: "";
    transition: transform 0.6s ease, opacity 0.6s ease;
}.title-greeting-3 .article-image-8:hover::after {
    transform: scale(1);
    opacity: 0.8;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0.8);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes shiftGradient {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skewX(-5deg) translateX(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) skewX(-3deg) translateX(10px);
    }
}

@media (max-width: 992px) {.title-greeting-3 .class-space-5 {
    gap: 1rem;
    grid-template-columns: 1fr;
}.title-greeting-3 .text-card-wrap-6 {
    animation: fadeIn 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
    padding: 1rem 0;
    transform: translateX(0);
}.title-greeting-3 h1 {
    font-size: calc(33px * 1.1);
}.title-greeting-3 .article-image-8 {
    min-height: 300px;
    order: -1;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    max-height: 400px;
    height: 50vh;
}.title-greeting-3 .article-image-8:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}
}

@media (max-width: 768px) {.title-greeting-3 {
    min-height: auto;
    padding: 4rem 0;
}.title-greeting-3 .class-space-5 {
    padding: 1rem;
}.title-greeting-3 h1 {
    font-size: 33px;
}.title-greeting-3 .skill-trackfast-7 svg {
    height: 50px;
    width: 50px;
}.title-greeting-3 .skill-trackfast-7 p {
    max-width: 100%;
    font-size: 15px;
}.title-greeting-3 .article-image-8 {
    height: 40vh;
    min-height: 250px;
}.title-greeting-3 ul {
    margin-top: 1.5rem;
}.title-greeting-3 .inquiry-request-8 {
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 576px) {.title-greeting-3 {
    padding: 3rem 0;
}.title-greeting-3 .class-space-5 {
    padding: 0.75rem;
}.title-greeting-3 h1 {
    font-size: calc(33px * 0.9);
}.title-greeting-3 h1::after {
    width: 80%;
}.title-greeting-3 .skill-trackfast-7 {
    margin: 1.5rem 0;
}.title-greeting-3 .skill-trackfast-7 svg {
    width: 40px;
    margin-right: 1rem;
    height: 40px;
}.title-greeting-3 .article-image-8 {
    height: 35vh;
    min-height: 200px;
}}.get-in-touch-0 {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}.get-in-touch-0::before {
    content: '';
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: rgb(217,150,203,0.5);
    position: absolute;
    width: 100%;
    left: 0;
}.get-in-touch-0 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}.get-in-touch-0 .request-feedback-1 {
    flex-direction: column;
    border-radius: 14px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}.get-in-touch-0 .request-card-5 {
    width: 100%;
    padding: 50px 30px;
    z-index: 2;
    position: relative;
    order: 1;
    border-radius: 14px 14px 0 0;
    background-color: #ffffff;
}.get-in-touch-0 .request-card-5 h3 {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.get-in-touch-0 .request-card-5 h3::after {
    width: 50%;
    content: '';
    background-color: rgb(198,98,119);
    bottom: -8px;
    position: absolute;
    height: 3px;
    left: 0;
}.get-in-touch-0 .request-card-5 form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.get-in-touch-0 .request-card-5 input[type="text"],
.get-in-touch-0 .request-card-5 input[type="email"] {
    border: none;
    background-color: rgb(233,205,223);
    flex: 1 0 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 0 20px;
    font-size: 13px;
    height: 60px;
    color: #000000;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}.get-in-touch-0 .request-card-5 input[type="text"]:focus,
.get-in-touch-0 .request-card-5 input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(198,98,119,0.5);
}.get-in-touch-0 .request-card-5 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.get-in-touch-0 .request-card-5 .query-grid-7 {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    flex: 1 0 100%;
}.get-in-touch-0 .request-card-5 .query-grid-7 input[type="checkbox"] {
    margin-right: 10px;
    width: 24px;
    margin-top: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: rgb(233,205,223);
    border-radius: 10px;
    appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 24px;
    position: relative;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}.get-in-touch-0 .request-card-5 .query-grid-7 input[type="checkbox"]:checked {
    background-color: rgb(198,98,119);
}.get-in-touch-0 .request-card-5 .query-grid-7 input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    top: 6px;
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    left: 9px;
    border-width: 0 2px 2px 0;
    content: '';
}.get-in-touch-0 .request-card-5 .query-grid-7 label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.get-in-touch-0 .request-card-5 .query-grid-7 label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(217,150,203);
}.get-in-touch-0 .request-card-5 .query-grid-7 label a::after {
    transform: scaleX(0);
    content: '';
    bottom: -2px;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: rgb(217,150,203);
    transform-origin: right;
}.get-in-touch-0 .request-card-5 .query-grid-7 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.get-in-touch-0 .request-card-5 .inquiry-request-8 {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: rgb(198,98,119);
    box-shadow: 0 4px 10px rgb(198,98,119,0.5);
    height: 60px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 15px;
    flex: 1 0 100%;
}.get-in-touch-0 .request-card-5 .inquiry-request-8::before {
    transform: scaleX(0);
    top: 0;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    background: rgb(217,150,203);
    left: 0;
    transition: transform 0.5s ease;
    content: '';
    transform-origin: right;
    width: 100%;
    height: 100%;
}.get-in-touch-0 .request-card-5 .inquiry-request-8:hover {
    box-shadow: 0 6px 15px rgb(217,150,203,0.5);
}.get-in-touch-0 .request-card-5 .inquiry-request-8:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.get-in-touch-0 .connect-map-1 {
    background-color: rgb(217,150,203);
    align-items: center;
    border-radius: 0 0 14px 14px;
    position: relative;
    order: 2;
    padding: 50px 30px;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    display: flex;
}.get-in-touch-0 .connect-map-1::before {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 30px;
    top: 0;
    transform: translateY(-15px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: rgb(217,150,203);
}.get-in-touch-0 .connect-map-1 h3 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    width: 100%;
}.get-in-touch-0 .connect-map-1 h3::after {
    bottom: -15px;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background-color: rgb(198,98,119);
    content: '';
}.get-in-touch-0 .connect-map-1 div {
    padding: 0;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    max-width: 400px;
    align-items: center;
    position: relative;
}.get-in-touch-0 .connect-map-1 div::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    content: '';
    width: 100%;
    bottom: -10px;
    opacity: 0.2;
    height: 1px;
}.get-in-touch-0 .connect-map-1 div:last-child::before {
    display: none;
}.get-in-touch-0 .connect-map-1 div svg {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    box-shadow: 0 4px 10px rgb(198,98,119,0.5);
    background-color: rgb(198,98,119);
    margin-right: 20px;
    padding: 6px;
}.get-in-touch-0 .connect-map-1 div svg path {
    fill: #ffffff;
}.get-in-touch-0 .connect-map-1 div span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}.get-in-touch-0 .connect-map-1 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
}.get-in-touch-0 .connect-map-1 div span a::after {
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    background-color: #ffffff;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
    bottom: -2px;
}.get-in-touch-0 .connect-map-1 div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.get-in-touch-0 .request-feedback-1 {
    flex-direction: row;
    align-items: stretch;
}.get-in-touch-0 .request-card-5 {
    border-radius: 14px 0 0 14px;
    order: 1;
    padding: 60px;
    width: 60%;
}.get-in-touch-0 .connect-map-1 {
    width: 40%;
    padding: 60px 40px;
    justify-content: center;
    border-radius: 0 14px 14px 0;
    order: 2;
}.get-in-touch-0 .connect-map-1::before {
    transform: translateX(-15px);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    left: 0;
    width: 30px;
    height: 100%;
}.get-in-touch-0 .request-card-5 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.get-in-touch-0 {
    padding: 80px 0;
}.get-in-touch-0 .connect-map-1 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.get-in-touch-0 {
    padding: 60px 0;
}.get-in-touch-0 .request-card-5,
    .get-in-touch-0 .connect-map-1 {
    padding: 40px 25px;
}.get-in-touch-0 .request-card-5 h3,
    .get-in-touch-0 .connect-map-1 h3 {
    font-size: calc(23px + 2px);
}.get-in-touch-0 .request-card-5 input[type="text"],
    .get-in-touch-0 .request-card-5 input[type="email"],
    .get-in-touch-0 .request-card-5 .inquiry-request-8 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.get-in-touch-0 {
    padding: 40px 0;
}.get-in-touch-0 .request-card-5,
    .get-in-touch-0 .connect-map-1 {
    padding: 30px 20px;
}.get-in-touch-0 .connect-map-1 div svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
}}.program-details-2 {
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(198,98,119,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.program-details-2::before {
    transform: rotate(15deg);
    height: 300px;
    width: 300px;
    animation: float 15s infinite ease-in-out alternate;
    content: "";
    background: linear-gradient(220deg, rgb(217,150,203,0.5) 0%, transparent 70%);
    filter: blur(40px);
    position: absolute;
    opacity: 0.6;
    right: -5%;
    z-index: 1;
    top: -10%;
}.program-details-2::after {
    width: 250px;
    left: -5%;
    filter: blur(30px);
    height: 250px;
    content: "";
    background: linear-gradient(135deg, rgb(198,98,119) 0%, transparent 80%);
    bottom: -5%;
    transform: rotate(-15deg);
    opacity: 0.5;
    animation: float 18s infinite ease-in-out alternate-reverse;
    position: absolute;
    z-index: 1;
}.program-details-2 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.program-details-2 h2 {
    color: #000000;
    position: relative;
    line-height: 1.3;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(0);
    letter-spacing: -0.02em;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}.program-details-2 h2::after {
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    transition: width 0.3s ease;
    content: "";
    bottom: -15px;
}.program-details-2 h2:hover::after {
    width: 120px;
}.program-details-2 .class-plan-4 {
    gap: 40px;
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    border-radius: 17px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}.program-details-2 .article-image-8 {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 300px;
}.program-details-2 .article-image-8::before {
    top: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.program-details-2 .article-image-8::after {
    transition: transform 0.5s ease;
    top: -10px;
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 80px;
    transform: rotate(0deg);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 80px;
    right: -10px;
    background: rgb(217,150,203);
}.program-details-2 .article-image-8:hover::after {
    transform: rotate(15deg) scale(1.2);
}.program-details-2 .text-card-wrap-6 {
    position: relative;
    padding: 30px 40px 40px;
}.program-details-2 .description {
    line-height: 1.7;
    margin-bottom: 25px;
    color: #000000;
    padding-right: 10px;
    overflow-y: auto;
    position: relative;
    font-size: 13px;
    max-height: 200px;
}.program-details-2 .description::-webkit-scrollbar {
    width: 4px;
}.program-details-2 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program-details-2 .description::-webkit-scrollbar-thumb {
    background: rgb(198,98,119,0.5);
    border-radius: 10px;
}.program-details-2 .description:last-child {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.program-details-2 .description::first-letter {
    font-size: 1.3em;
    color: rgb(217,150,203);
    font-weight: 600;
}

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@media (min-width: 768px) {.program-details-2 .class-plan-4 {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
}.program-details-2 .article-image-8 {
    height: auto;
    flex: 0 0 45%;
}.program-details-2 .text-card-wrap-6 {
    flex: 0 0 55%;
    padding: 40px 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.program-details-2 .description {
    max-height: 230px;
}
}

@media (min-width: 992px) {.program-details-2 {
    padding: 150px 0;
}.program-details-2 h2 {
    margin-bottom: 70px;
    font-size: calc(36px * 1.1);
}.program-details-2 .class-plan-4 {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.program-details-2 .class-plan-4:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.program-details-2 .article-image-8 {
    flex: 0 0 40%;
}.program-details-2 .text-card-wrap-6 {
    flex: 0 0 60%;
    padding: 50px 60px;
}.program-details-2 .description {
    max-height: 280px;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.program-details-2 {
    padding: 180px 0;
}.program-details-2 .class-plan-4 {
    max-width: 85%;
}.program-details-2 .article-image-8 {
    flex: 0 0 45%;
}.program-details-2 .text-card-wrap-6 {
    flex: 0 0 55%;
    padding: 60px 70px;
}.program-details-2 .description {
    max-height: 320px;
}
}

@media (max-width: 767px) {.program-details-2 {
    padding: 80px 0;
}.program-details-2 h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.85);
}.program-details-2 .article-image-8 {
    height: 220px;
}.program-details-2 .text-card-wrap-6 {
    padding: 25px 30px 35px;
}.program-details-2 .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    max-height: 180px;
}}.teaching-experience-6 {
    background: linear-gradient(135deg, rgb(233,205,223) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.teaching-experience-6::before {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    position: absolute;
    left: -50px;
    background: rgb(217,150,203,0.5);
    top: -50px;
    transform: rotate(-15deg);
    z-index: 1;
    width: 200px;
    content: "";
    height: 200px;
}.teaching-experience-6::after {
    position: absolute;
    bottom: -50px;
    width: 250px;
    transform: rotate(15deg);
    height: 250px;
    z-index: 1;
    right: -50px;
    background: rgb(198,98,119,0.5);
    content: "";
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}.teaching-experience-6 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.teaching-experience-6 .user-feedback-3 {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    display: grid;
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}.teaching-experience-6 .user-feedback-3:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.teaching-experience-6 .user-feedback-3 > div:first-child {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
}.teaching-experience-6 .user-feedback-3 .article-image-8 {
    height: 300px;
    transform: scale(1);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}.teaching-experience-6 .user-feedback-3:hover .article-image-8 {
    transform: scale(1.02);
}.teaching-experience-6 .user-feedback-3 .article-image-8::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    content: "";
}.teaching-experience-6 .user-feedback-3:hover .article-image-8::after {
    opacity: 1;
}.teaching-experience-6 .user-feedback-3 > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(217,150,203);
    transition: transform 0.4s ease;
    transform: translateX(0);
}.teaching-experience-6 .user-feedback-3:hover > div:nth-child(2) {
    transform: translateX(5px);
}.teaching-experience-6 .name {
    margin: 0 0 0.5rem;
    color: #000000;
    display: inline-block;
    font-size: 21px;
    position: relative;
    font-weight: 700;
}.teaching-experience-6 .name::after {
    background: rgb(217,150,203);
    bottom: -3px;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.4s ease-out;
    height: 2px;
    width: 0;
}.teaching-experience-6 .user-feedback-3:hover .name::after {
    width: 100%;
}.teaching-experience-6 .user-feedback-3 > div:nth-child(2) > div {
    font-style: italic;
    font-size: calc(16px * 0.95);
    color: rgb(198,98,119);
    margin-bottom: 0.5rem;
    opacity: 0.85;
    font-weight: 600;
}.teaching-experience-6 .employee-view-4 {
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
}.teaching-experience-6 .employee-view-4::before {
    content: "";
    line-height: 1;
    color: rgb(217,150,203,0.5);
    left: 0;
    font-family: serif;
    position: absolute;
    top: -10px;
    font-size: 60px;
}

@media (min-width: 768px) {.teaching-experience-6 {
    padding: 7rem 0;
}.teaching-experience-6 .user-feedback-3 {
    padding: 3rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.teaching-experience-6 .user-feedback-3:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.teaching-experience-6 .user-feedback-3 > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.teaching-experience-6 .user-feedback-3 > div:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.teaching-experience-6 .user-feedback-3 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
    gap: 2.5rem 4rem;
}.teaching-experience-6 .article-image-8 {
    height: 400px;
}.teaching-experience-6 .employee-view-4 {
    font-size: calc(16px * 1.05);
    padding-left: 2rem;
}.teaching-experience-6 .employee-view-4::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.teaching-experience-6 .user-feedback-3 {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.teaching-experience-6 .article-image-8 {
    height: 450px;
}.teaching-experience-6 .name {
    font-size: calc(21px * 1.1);
}.teaching-experience-6 .user-feedback-3 > div:nth-child(2) > div {
    font-size: 16px;
}.teaching-experience-6 .employee-view-4 {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teaching-experience-6 {
    padding: 4rem 0;
}.teaching-experience-6 .user-feedback-3 {
    padding: 1.5rem;
}.teaching-experience-6 .article-image-8 {
    height: 250px;
    margin-bottom: 1.5rem;
}.teaching-experience-6 .name {
    font-size: calc(21px * 0.95);
}.teaching-experience-6 .employee-view-4 {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.meet-us-4 {
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
}.meet-us-4::before {
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    content: "";
}.meet-us-4::after {
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    width: 60%;
    content: "";
    height: 60%;
    background: linear-gradient(to bottom right, 
        rgb(198,98,119) 0%, 
        rgb(217,150,203) 100%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(40px);
    z-index: -1;
    top: -10%;
    opacity: 0.15;
}.meet-us-4 h4 {
    letter-spacing: 3px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: calc(21px * 1.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    margin-bottom: 40px;
    transform: translateY(0);
    text-transform: uppercase;
}.meet-us-4 h4::after {
    content: "";
    height: 2px;
    width: 60px;
    background: rgb(198,98,119);
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}.meet-us-4 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.meet-us-4 .text-card-wrap-6 {
    border-left: 4px solid rgb(198,98,119);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    padding: 50px;
}.meet-us-4 .text-card-wrap-6:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.meet-us-4 .text-card-wrap-6::before {
    height: 100%;
    z-index: -1;
    opacity: 0.07;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, 
        rgb(217,150,203,0.5) 0%, 
        transparent 40%);
    width: 100%;
    content: "";
}.meet-us-4 h6 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(198,98,119);
    margin-bottom: 25px;
    font-size: calc(22px * 1.2);
    letter-spacing: 1px;
}.meet-us-4 h6::after {
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    bottom: -8px;
    background: rgb(198,98,119);
    height: 2px;
    content: "";
    width: 40%;
}.meet-us-4 .text-card-wrap-6:hover h6::after {
    width: 70%;
}.meet-us-4 span {
    color: #ffffff;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    text-align: justify;
    font-weight: 400;
    font-size: 12px;
    display: block;
    columns: 1;
    line-height: 1.8;
    column-gap: 40px;
}

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

@media screen and (min-width: 768px) {.meet-us-4 span {
    columns: 2;
}.meet-us-4 .text-card-wrap-6 {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.meet-us-4 {
    padding: 140px 0 160px;
}.meet-us-4 h4 {
    font-size: calc(21px * 1.3);
    margin-bottom: 60px;
}.meet-us-4 h6 {
    font-size: calc(22px * 1.4);
    margin-bottom: 30px;
}.meet-us-4 .text-card-wrap-6 {
    max-width: 90%;
    padding: 70px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.meet-us-4 {
    padding: 70px 0 80px;
}.meet-us-4 h4 {
    margin-bottom: 30px;
    font-size: 21px;
}.meet-us-4 .text-card-wrap-6 {
    padding: 30px 25px;
}.meet-us-4 h6 {
    font-size: 22px;
    margin-bottom: 20px;
}.meet-us-4 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.meet-us-4 .text-card-wrap-6::after {
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    bottom: 0;
    opacity: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}.meet-us-4 .text-card-wrap-6:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.meet-us-4 .text-card-wrap-6,
    .meet-us-4 .text-card-wrap-6:hover,
    .meet-us-4 h6::after,
    .meet-us-4 .text-card-wrap-6:hover h6::after,
    .meet-us-4::after {
    transform: none;
    transition: none;
    animation: none;
}}.confidential-armory-8 {
    background: rgb(198,98,119);
    padding: 40px;
    flex-direction: column;
    color: #ffffff;
    width: 100%;
    border: 2px solid rgb(217,150,203);
    display: flex;
    box-shadow: 0 0 10px rgb(217,150,203,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    gap: 25px;
    height: auto;
}.confidential-armory-8 h1 {
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: rgb(217,150,203);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(198,98,119);
    font-family: Arial, sans-serif;
    font-size: 39px;
    font-weight: 700;
}.confidential-armory-8 h2 {
    color: rgb(198,98,119);
    padding-left: 15px;
    margin: 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    border-left: 4px solid rgb(217,150,203);
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
}.confidential-armory-8 h3, .confidential-armory-8 h4, .confidential-armory-8 h5 {
    font-size: 22px;
    color: #ffffff;
}.confidential-armory-8 ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}.confidential-armory-8 li {
    line-height: 1.6;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    background: rgb(198,98,119,0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgb(217,150,203);
    font-size: 12px;
}.confidential-armory-8 div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    line-height: 1.8;
    background: rgb(217,150,203,0.5);
    padding: 20px;
    color: #000000;
    font-size: 12px;
    border: 1px solid rgb(198,98,119);
    font-family: Arial, sans-serif;
}.confidential-armory-8 p, .confidential-armory-8 span {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.confidential-armory-8 {
    padding: 20px;
}.confidential-armory-8 h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.confidential-armory-8 h2 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.confidential-armory-8 ul {
    padding-left: 15px;
}.confidential-armory-8 li {
    padding: 8px;
    margin-bottom: 8px;
}.confidential-armory-8 div {
    padding: 15px;
}}.attempt-now-4 {
    background: linear-gradient(135deg, rgb(198,98,119,0.5), rgb(217,150,203,0.5));
    overflow: hidden;
    padding: 4rem 2rem;
    perspective: 1000px;
    position: relative;
}.attempt-now-4::before {
    height: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 80px
  );
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.attempt-now-4::after {
    z-index: 0;
    background: radial-gradient(
    circle at center,
    rgb(198,98,119,0.5) 0%,
    transparent 70%
  );
    height: 200%;
    left: -50%;
    top: -50%;
    position: absolute;
    content: "";
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.4;
    transform: translateZ(-10px);
}.attempt-now-4 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
}.attempt-now-4 h2 {
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    font-size: 35px;
    position: relative;
    transform: translateZ(30px);
    color: #000000;
    animation: float 6s infinite ease-in-out;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}.attempt-now-4 h2::after {
    background: rgb(217,150,203);
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    width: 100px;
    bottom: -10px;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
}.attempt-now-4 .class-space-5 {
    position: relative;
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease;
    align-items: center;
    transform: translateZ(20px) translateX(20px);
    justify-content: flex-start;
}.attempt-now-4 .class-space-5:hover {
    transform: translateZ(40px) translateX(25px);
}.attempt-now-4 svg {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 50px;
    width: 50px;
    transform: rotateY(-10deg) rotateX(5deg);
}.attempt-now-4 svg:hover {
    transform: rotateY(-15deg) rotateX(10deg) scale(1.1);
}.attempt-now-4 svg path {
    fill: rgb(198,98,119);
    transition: fill 0.3s ease, transform 0.3s ease;
}.attempt-now-4 svg:hover path {
    fill: rgb(217,150,203);
}.attempt-now-4 .inquiry-request-8 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    transform-origin: bottom;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(145deg, rgb(198,98,119), rgb(217,150,203));
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transform: perspective(800px) rotateX(5deg);
    box-shadow: 0 10px 25px -5px rgb(198,98,119,0.5),
              0 5px 10px -5px rgb(217,150,203,0.5);
}.attempt-now-4 .inquiry-request-8::before {
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    left: -100%;
}.attempt-now-4 .inquiry-request-8:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 30px -10px rgb(198,98,119,0.5),
              0 10px 20px -5px rgb(217,150,203,0.5);
}.attempt-now-4 .inquiry-request-8:hover::before {
    left: 100%;
}.attempt-now-4 .inquiry-request-8:active {
    transform: perspective(800px) rotateX(0deg) translateY(2px);
    box-shadow: 0 5px 15px -5px rgb(198,98,119,0.5);
}.attempt-now-4 .class-space-5 div {
    transform-style: preserve-3d;
    position: relative;
}.attempt-now-4 .class-space-5 div::before {
    transition: all 0.4s ease;
    width: 80%;
    height: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,98,119,0.5), transparent);
    transform: translateZ(-5px) skewX(-30deg);
    bottom: -10px;
    filter: blur(3px);
    content: "";
    opacity: 0.6;
}.attempt-now-4 .class-space-5:hover div::before {
    opacity: 0.8;
    filter: blur(5px);
    width: 90%;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) translateZ(-10px);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) translateZ(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateZ(30px) translateY(0);
  }
  50% {
    transform: translateZ(30px) translateY(-10px);
  }
}

@media (max-width: 992px) {.attempt-now-4 {
    padding: 3.5rem 1.5rem;
}.attempt-now-4 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.attempt-now-4 .class-space-5 {
    gap: 1.5rem;
}.attempt-now-4 svg {
    width: 45px;
    height: 45px;
}.attempt-now-4 .inquiry-request-8 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.attempt-now-4 {
    padding: 3rem 1.2rem;
}.attempt-now-4 h2 {
    animation: none;
    margin-bottom: 1.8rem;
    transform: translateZ(20px);
    font-size: calc(35px * 0.8);
}.attempt-now-4 .class-space-5 {
    flex-direction: column;
    transform: translateZ(20px) translateX(10px);
    gap: 1.2rem;
    align-items: flex-start;
}.attempt-now-4 .class-space-5:hover {
    transform: translateZ(30px) translateX(15px);
}.attempt-now-4 svg {
    width: 40px;
    height: 40px;
}.attempt-now-4 .inquiry-request-8 {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.attempt-now-4 {
    padding: 2.5rem 1rem;
}.attempt-now-4 h2 {
    transform: translateZ(10px);
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
    text-shadow: none;
}.attempt-now-4 h2::after {
    height: 3px;
    width: 70px;
}.attempt-now-4 .class-space-5 {
    align-items: center;
    gap: 1rem;
    transform: translateZ(10px) translateX(0);
    flex-direction: column;
}.attempt-now-4 .class-space-5:hover {
    transform: translateZ(20px) translateX(0);
}.attempt-now-4 svg {
    width: 35px;
    height: 35px;
    transform: none;
}.attempt-now-4 svg:hover {
    transform: scale(1.05);
}.attempt-now-4 .inquiry-request-8 {
    font-size: calc(20px * 0.85);
    transform: none;
    padding: 0.7rem 1.8rem;
}.attempt-now-4 .inquiry-request-8:hover {
    transform: translateY(-3px);
}.attempt-now-4 .class-space-5 div::before {
    display: none;
}
}