﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1268px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
}.top-main-core {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.wrapper-template-core {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.volunteer-core {
    flex: 0 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;
}}
.our-team-core {
    background-color: rgb(245,210,206);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.our-team-core::before {
    width: 40%;
    top: 0;
    height: 100%;
    background-color: rgb(222,150,142,0.5);
    content: "";
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
    right: 0;
}.our-team-core::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(197,102,85,0.5);
    z-index: 1;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    width: 30%;
    height: 40%;
}.our-team-core .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.our-team-core .class-experts-core {
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.our-team-core .founder-bio-core {
    flex: 0 0 350px;
    position: relative;
}.our-team-core .founder-bio-core::before {
    left: 20px;
    content: "";
    background-color: rgb(222,150,142);
    position: absolute;
    transition: transform 0.4s ease;
    top: 20px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: -1;
}.our-team-core .founder-bio-core:hover::before {
    transform: translate(-8px, 8px);
}.our-team-core .pic-wrap-item-core {
    border-radius: 10px;
    width: 100%;
    transition: transform 0.4s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 400px;
}.our-team-core .founder-bio-core:hover .pic-wrap-item-core {
    transform: translate(8px, -8px);
}.our-team-core .study-programs-core {
    right: -30px;
    background-color: #ffffff;
    transition: transform 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    bottom: -30px;
    border-radius: 10px;
    padding: 25px;
    min-width: 230px;
    position: absolute;
}.our-team-core .founder-bio-core:hover .study-programs-core {
    transform: translateY(-5px);
}.our-team-core .pro-program-core {
    color: #000000;
    font-size: 20px;
    margin: 0 0 8px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.our-team-core .creds-sect-core {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    color: rgb(222,150,142);
    font-size: 16px;
}.our-team-core .text-cell-core {
    gap: 25px;
    display: flex;
    flex: 1;
    flex-direction: column;
}.our-team-core .class-pro-core {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
}.our-team-core .class-pro-core svg {
    fill: rgb(222,150,142);
    height: 50px;
    width: 50px;
}.our-team-core .class-pro-core svg path {
    fill: rgb(222,150,142);
}.our-team-core h2 {
    color: #000000;
    margin: 0 0 5px 0;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
}.our-team-core h2::after {
    width: 70px;
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    background-color: rgb(222,150,142);
    bottom: -10px;
}.our-team-core p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 15px 0 0 0;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
}

@media (max-width: 992px) {.our-team-core {
    padding: 70px 0;
}.our-team-core::before {
    width: 50%;
}.our-team-core .class-experts-core {
    flex-direction: column;
    gap: 80px;
}.our-team-core .founder-bio-core {
    width: 100%;
    max-width: 450px;
    flex: 0 0 auto;
}.our-team-core .pic-wrap-item-core {
    height: 350px;
}.our-team-core .study-programs-core {
    padding: 20px;
    min-width: 200px;
}

}

@media (max-width: 768px) {.our-team-core {
    padding: 60px 0;
}.our-team-core::before,
    .our-team-core::after {
    opacity: 0.5;
}.our-team-core .founder-bio-core {
    max-width: 380px;
}.our-team-core .pic-wrap-item-core {
    height: 300px;
}.our-team-core .study-programs-core {
    right: -25px;
    bottom: -25px;
    padding: 18px;
}.our-team-core .pro-program-core {
    font-size: calc(20px * 0.9);
}.our-team-core .creds-sect-core {
    font-size: calc(16px * 0.9);
}.our-team-core h2 {
    font-size: calc(34px * 0.9);
}.our-team-core h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.our-team-core {
    padding: 50px 0;
}.our-team-core .class-experts-core {
    gap: 60px;
}.our-team-core .founder-bio-core {
    max-width: 100%;
}.our-team-core .pic-wrap-item-core {
    height: 280px;
}.our-team-core .founder-bio-core::before {
    top: 15px;
    left: 15px;
}.our-team-core .study-programs-core {
    right: -15px;
    bottom: -20px;
    padding: 15px;
    min-width: 180px;
}.our-team-core .class-pro-core svg {
    height: 40px;
    width: 40px;
}.our-team-core h2 {
    font-size: calc(34px * 0.8);
}.our-team-core h2::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}.our-team-core p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.course-program-info-core {
    background: linear-gradient(45deg, rgb(245,210,206) 0%, rgb(197,102,85,0.5) 40%, rgb(245,210,206) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.course-program-info-core::before {
    content: "";
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, rgb(197,102,85,0.5) 0px, rgb(197,102,85,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(222,150,142,0.5) 0px, rgb(222,150,142,0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.course-program-info-core .container {
    position: relative;
    z-index: 2;
}.course-program-info-core .class-experts-core {
    min-height: 480px;
    flex-direction: column;
    display: flex;
    position: relative;
}.course-program-info-core .pic-wrap-item-core {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course-program-info-core .pic-wrap-item-core::after {
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(135deg, rgb(222,150,142,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}.course-program-info-core .training-core {
    backdrop-filter: blur(8px);
    margin-top: auto;
    padding: 2.5rem;
    z-index: 3;
    position: relative;
    margin-left: auto;
    width: 60%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
}.course-program-info-core .training-core::before {
    position: absolute;
    content: "";
    top: 0;
    width: 50px;
    left: -50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    height: 100%;
}.course-program-info-core .top-prime-core {
    transition: transform 0.3s ease-in-out;
    border-radius: 50%;
    z-index: 4;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    left: 2.5rem;
    top: -35px;
    position: absolute;
    padding: 15px;
}.course-program-info-core .top-prime-core:hover {
    transform: translateY(-5px) rotate(5deg);
}.course-program-info-core .top-prime-core svg {
    height: 45px;
    width: 45px;
    filter: drop-shadow(0 3px 5px rgb(222,150,142,0.5));
    display: block;
}.course-program-info-core .top-prime-core svg path {
    transition: fill 0.3s ease;
    fill: rgb(222,150,142);
}.course-program-info-core .top-prime-core:hover svg path {
    fill: rgb(197,102,85);
}.course-program-info-core .training-core h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 38px;
}.course-program-info-core .training-core h3::after {
    left: 0;
    border-radius: 10px;
    background: rgb(222,150,142);
    width: 60px;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -0.5rem;
}.course-program-info-core .training-core p {
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
}.course-program-info-core .class-experts-core::before {
    border: 2px solid rgb(222,150,142,0.5);
    position: absolute;
    animation: floatAnimation 8s infinite ease-in-out;
    z-index: 0;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 120px;
    width: 120px;
    top: 10%;
    right: 65%;
}.course-program-info-core .class-experts-core::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 80px;
    left: 10%;
    border: 2px solid rgb(197,102,85,0.5);
    animation: floatAnimation 12s infinite ease-in-out reverse;
    z-index: 0;
    bottom: 20%;
    content: "";
    position: absolute;
    height: 80px;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.course-program-info-core .class-experts-core {
    min-height: 420px;
}.course-program-info-core .training-core {
    width: 75%;
    padding: 2rem;
}.course-program-info-core .top-prime-core {
    top: -30px;
    left: 2rem;
    padding: 12px;
}.course-program-info-core .top-prime-core svg {
    height: 40px;
    width: 40px;
}.course-program-info-core .training-core h3 {
    font-size: calc(38px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.course-program-info-core {
    padding: 4rem 0;
}.course-program-info-core .class-experts-core {
    min-height: auto;
}.course-program-info-core .pic-wrap-item-core {
    margin-bottom: -50px;
    height: 250px;
    position: relative;
}.course-program-info-core .training-core {
    width: 90%;
    border-radius: 30px;
    margin-right: auto;
    padding: 2rem 1.5rem;
    margin-left: auto;
}.course-program-info-core .training-core::before {
    display: none;
}.course-program-info-core .training-core::after {
    height: 70px;
    width: 70px;
}.course-program-info-core .top-prime-core {
    left: 50%;
    transform: translateX(-50%);
}.course-program-info-core .top-prime-core:hover {
    transform: translateX(-50%) translateY(-5px);
}.course-program-info-core .training-core h3 {
    font-size: calc(38px - 0.3rem);
    margin-top: 1rem;
}.course-program-info-core .class-experts-core::before,
    .course-program-info-core .class-experts-core::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course-program-info-core {
    padding: 3rem 0;
}.course-program-info-core .pic-wrap-item-core {
    height: 200px;
}.course-program-info-core .training-core {
    width: 100%;
    padding: 1.5rem 1.25rem;
}.course-program-info-core .top-prime-core {
    padding: 10px;
}.course-program-info-core .top-prime-core svg {
    height: 35px;
    width: 35px;
}.course-program-info-core .training-core h3 {
    font-size: calc(38px - 0.5rem);
    margin-top: 0.75rem;
}.course-program-info-core .training-core p {
    font-size: calc(13px - 0.1rem);
}}.offer-card-core {
    overflow: hidden;
    background-color: rgb(245,210,206);
    position: relative;
    padding: 6rem 0;
}.offer-card-core::before {
    pointer-events: none;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(222,150,142,0.5) 0%, transparent 70%);
}.offer-card-core::after {
    width: 20rem;
    bottom: -5rem;
    right: -5rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(197,102,85) 0%, transparent 80%);
    pointer-events: none;
    z-index: 1;
    height: 20rem;
    transform: rotate(-15deg);
    opacity: 0.15;
    content: "";
}.offer-card-core .container {
    z-index: 2;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}.offer-card-core .cost-card-core {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.offer-card-core .fee-package-core {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #ffffff;
    transform: translateZ(0);
    border-left: 4px solid rgb(222,150,142);
    position: relative;
}.offer-card-core .fee-package-core::before {
    height: 40px;
    content: "";
    position: absolute;
    top: 20px;
    width: 40px;
    z-index: -1;
    background-color: rgb(222,150,142);
    transform: rotate(45deg);
    left: -20px;
}.offer-card-core .fee-package-core h2 {
    transform: perspective(800px) translateZ(30px);
    position: relative;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.offer-card-core .fee-package-core h2::after {
    content: "";
    height: 3px;
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
    position: absolute;
    left: 0;
}.offer-card-core .fee-package-core .learning-fees-core {
    max-width: 80%;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.offer-card-core .group-plans-core {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.offer-card-core .plan-rates-core {
    display: block;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
}.offer-card-core .plan-rates-core:hover {
    transform: translateY(-10px);
}.offer-card-core .pay-plans-core {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    flex-direction: column;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    background-color: #ffffff;
}.offer-card-core .plan-rates-core:hover .pay-plans-core {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(222,150,142,0.5);
    transform: translateZ(20px);
}.offer-card-core .plan-rates-core:nth-child(odd) .pay-plans-core {
    transform: rotate(-1deg);
}.offer-card-core .plan-rates-core:nth-child(even) .pay-plans-core {
    transform: rotate(1deg);
}.offer-card-core .plan-rates-core:hover .pay-plans-core {
    transform: rotate(0) translateZ(20px);
}.offer-card-core .plan-options-core {
    display: flex;
    position: relative;
    overflow-wrap: break-word;
    z-index: 2;
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    word-break: break-word;
}.offer-card-core .plan-options-core::before {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
}.offer-card-core .plan-options-core h3 {
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateZ(10px);
    color: #000000;
    font-size: calc(20px * 1.2);
    margin-bottom: 1rem;
}.offer-card-core .plan-rates-core:hover .plan-options-core h3 {
    transform: translateZ(25px);
}.offer-card-core .plan-options-core h3::after {
    left: 0;
    background: rgb(222,150,142);
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    content: "";
}.offer-card-core .plan-rates-core:hover .plan-options-core h3::after {
    width: 60px;
}.offer-card-core .study-rates-core {
    transform: translateZ(15px);
    position: relative;
    font-size: calc(20px * 1.8);
    color: rgb(222,150,142);
    font-weight: 700;
    margin: 0.5rem 0 1.5rem;
    display: block;
}.offer-card-core .study-rates-core::before {
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(222,150,142,0.5), transparent);
    left: 0;
    width: 80px;
}.offer-card-core .plan-options-core p {
    word-break: break-word;
    flex: 1;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-top: 1rem;
}.offer-card-core .pic-wrap-item-core {
    width: 100%;
    height: 200px;
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.offer-card-core .plan-rates-core:hover .pic-wrap-item-core {
    transform: scale(1.05) translateZ(0);
}.offer-card-core .pic-wrap-item-core::after {
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    height: 50%;
}.offer-card-core .pic-wrap-item-core::before {
    top: 0;
    height: 100%;
    background: rgb(222,150,142);
    left: 0;
    opacity: 0.15;
    width: 100%;
    z-index: 1;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
}.offer-card-core .plan-rates-core:hover .pic-wrap-item-core::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.offer-card-core .cost-card-core {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.offer-card-core .fee-package-core {
    padding: 3rem;
}.offer-card-core .group-plans-core {
    grid-row: 1;
    grid-column: 1;
}.offer-card-core .fee-package-core {
    position: sticky;
    grid-column: 2;
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    grid-row: 1;
}.offer-card-core .fee-package-core:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.offer-card-core .group-plans-core {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.offer-card-core .plan-options-core {
    min-height: 300px;
}
}

@media (max-width: 991px) {.offer-card-core {
    padding: 4rem 0;
}.offer-card-core .fee-package-core {
    order: -1;
}.offer-card-core .fee-package-core h2 {
    font-size: calc(32px * 0.9);
}.offer-card-core .fee-package-core .learning-fees-core {
    max-width: 100%;
}
}

@media (max-width: 767px) {.offer-card-core {
    padding: 3rem 0;
}.offer-card-core .container {
    padding: 0 1.5rem;
}.offer-card-core .group-plans-core {
    grid-template-columns: 1fr;
}.offer-card-core .fee-package-core h2 {
    font-size: calc(32px * 0.8);
}.offer-card-core .plan-options-core {
    padding: 1.5rem;
}.offer-card-core .study-rates-core {
    font-size: calc(20px * 1.5);
}.offer-card-core .pic-wrap-item-core {
    height: 180px;
}
}

@media (max-width: 480px) {.offer-card-core .plan-options-core p {
    font-size: calc(14px * 0.9);
}.offer-card-core .plan-options-core h3 {
    font-size: 20px;
}.offer-card-core .study-rates-core {
    font-size: calc(20px * 1.3);
}.offer-card-core .pic-wrap-item-core {
    height: 160px;
}}.potential-students-core {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgb(197,102,85,0.5) 100%);
}.potential-students-core::before {
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(222,150,142,0.5) 46%, rgb(222,150,142,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(197,102,85,0.5) 46%, rgb(197,102,85,0.5) 54%, transparent 55%);
    opacity: 0.1;
    left: 0;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
}.potential-students-core::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.4;
    animation: pulseDots 10s infinite alternate;
    top: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(222,150,142,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(222,150,142,0.5) 0%, transparent 2%);
    height: 100%;
    background-size: 180px 180px;
    content: '';
    left: 0;
}.potential-students-core .class-experts-core {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.potential-students-core h3 {
    border-left: 4px solid rgb(222,150,142);
    font-weight: 700;
    padding-left: 1.5rem;
    position: relative;
    text-align: left;
    box-shadow: -5px 0 15px rgb(222,150,142,0.5);
    color: rgb(197,102,85);
    font-size: 36px;
    margin-bottom: 3rem;
}.potential-students-core ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: grid;
    gap: 2rem;
    list-style-type: none;
    margin: 0;
}.potential-students-core li {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    padding: 1.8rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 18px;
}.potential-students-core li::before {
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    pointer-events: none;
    left: 0;
    position: absolute;
}.potential-students-core li::after {
    top: 0;
    width: 5px;
    position: absolute;
    background: rgb(222,150,142);
    opacity: 0.7;
    transition: width 0.4s ease, opacity 0.4s ease;
    content: '';
    height: 100%;
    left: 0;
}.potential-students-core li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(222,150,142,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.potential-students-core li:hover::after {
    width: 8px;
    opacity: 1;
}.potential-students-core li svg {
    width: 40px;
    height: 40px;
    fill: rgb(222,150,142);
    flex-shrink: 0;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 8px rgb(222,150,142,0.5));
    animation: pulseIcon 3s infinite alternate;
}.potential-students-core li:hover svg {
    animation-duration: 1.5s;
}.potential-students-core li svg path {
    transition: all 0.4s ease;
}.potential-students-core li:hover svg path {
    fill: rgb(222,150,142);
}.potential-students-core li {
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}.potential-students-core li:nth-child(1)::after {
    animation-delay: 0s;
}.potential-students-core li:nth-child(2)::after {
    animation-delay: 0.5s;
}.potential-students-core li:nth-child(3)::after {
    animation-delay: 1s;
}.potential-students-core li:nth-child(4)::after {
    animation-delay: 1.5s;
}.potential-students-core li:nth-child(1) svg {
    animation-delay: 0s;
}.potential-students-core li:nth-child(2) svg {
    animation-delay: 1s;
}.potential-students-core li:nth-child(3) svg {
    animation-delay: 0.5s;
}.potential-students-core li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(222,150,142,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(222,150,142));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(222,150,142,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(222,150,142);
    }
}

@media (max-width: 991px) {.potential-students-core {
    padding: 4rem 0;
}.potential-students-core h3 {
    font-size: calc(36px * 0.9);
    padding-left: 1.2rem;
}.potential-students-core li {
    padding: 1.5rem;
}.potential-students-core li svg {
    height: 35px;
    width: 35px;
    margin-right: 1.2rem;
}
}

@media (max-width: 767px) {.potential-students-core {
    padding: 3rem 0;
}.potential-students-core ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential-students-core h3 {
    padding-left: 0;
    text-align: center;
    border-bottom: 4px solid rgb(222,150,142);
    box-shadow: 0 5px 15px rgb(222,150,142,0.5);
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-left: none;
    font-size: calc(36px * 0.8);
}.potential-students-core li {
    padding: 1.2rem;
}.potential-students-core li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: rgb(222,150,142);
    right: 0;
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    bottom: 0;
    position: absolute;
    opacity: 0.95;
}footer::after {
    content: "";
    right: 0;
    left: 0;
    background-size: 50px 50px;
    opacity: 0.1;
    top: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(197,102,85) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(197,102,85) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(197,102,85) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(197,102,85) 1px, transparent 1px);
}.volunteer-core {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.volunteer-core::before {
    width: 100%;
    top: 0;
    background: rgb(197,102,85);
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
}.volunteer-core::after {
    width: 100%;
    content: "";
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            rgb(197,102,85) 0px, rgb(197,102,85) 10px,
            transparent 10px, transparent 15px,
            rgb(197,102,85) 15px, rgb(197,102,85) 30px,
            transparent 30px, transparent 35px,
            rgb(197,102,85) 35px, rgb(197,102,85) 40px,
            transparent 40px, transparent 60px,
            rgb(197,102,85) 60px, rgb(197,102,85) 70px,
            transparent 70px, transparent 80px,
            rgb(197,102,85) 80px, rgb(197,102,85) 90px,
            transparent 90px, transparent 110px,
            rgb(197,102,85) 110px, rgb(197,102,85) 120px,
            transparent 120px, transparent 140px
        );
    height: 8px;
    left: 0;
    top: 3px;
    opacity: 0.5;
    position: absolute;
}.volunteer-core .container {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}.volunteer-core .company_holder {
    padding: 0;
    flex: 1 1 400px;
    border-radius: 12px;
    position: relative;
}.volunteer-core .company_holder::before {
    position: absolute;
    border-radius: 12px;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(197,102,85) 25px, rgb(197,102,85) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(197,102,85) 25px, rgb(197,102,85) 26px, transparent 27px, transparent 49px);
    content: "";
    background-size: 50px 50px;
}.volunteer-core .company_holder h3 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0;
    position: relative;
    color: #ffffff;
    padding: 1.5rem 2rem;
    background: rgb(197,102,85);
    font-weight: 700;
    font-size: 36px;
}.volunteer-core .company_holder h3::after {
    content: "";
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
}.volunteer-core .hackathon-core {
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    border-bottom-left-radius: 12px;
    color: #ffffff;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    border-bottom-right-radius: 12px;
}.volunteer-core .hackathon-core::before {
    top: 2rem;
    opacity: 0.6;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 20px;
    left: -10px;
    background: rgb(197,102,85);
    height: 20px;
}.volunteer-core .hackathon-core::after {
    background: rgb(197,102,85);
    opacity: 0.6;
    position: absolute;
    bottom: 2rem;
    height: 20px;
    width: 20px;
    right: -10px;
    content: "";
    border-radius: 50%;
}.volunteer-core .converter-core {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.volunteer-core .top-head-core {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.volunteer-core .top-primary-core {
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 12px;
    position: relative;
    min-width: 200px;
    overflow: hidden;
}.volunteer-core .top-primary-core::before {
    top: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 12px;
    position: absolute;
    z-index: -1;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
}.volunteer-core .top-primary-core h5 {
    color: #ffffff;
    background: rgb(197,102,85);
    margin: 0;
    align-items: center;
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 18px;
    display: flex;
}.volunteer-core .top-primary-core h5::before {
    content: "";
    width: 8px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    height: 8px;
}.volunteer-core .top-primary-core h5::after {
    right: 15px;
    height: 6px;
    top: 50%;
    content: "";
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    width: 6px;
}.volunteer-core .top-primary-core .top-head-core {
    flex-direction: column;
    gap: 2px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
}.volunteer-core .top-primary-core .top-head-core a {
    display: block;
    position: relative;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.8rem 1rem 0.8rem 2rem;
    text-decoration: none;
    border-radius: 10px;
}.volunteer-core .top-primary-core .top-head-core a::before {
    border-radius: 50%;
    width: 6px;
    transition: all 0.3s ease;
    top: 50%;
    height: 6px;
    left: 0.7rem;
    transform: translateY(-50%);
    background: rgb(197,102,85);
    content: "";
    position: absolute;
}.volunteer-core .top-primary-core .top-head-core a:hover {
    background: rgba(255, 255, 255, 0.1);
}.volunteer-core .top-primary-core .top-head-core a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.tech-stack-core {
    padding: 2rem 0;
    margin-top: 2.5rem;
    background: rgb(197,102,85);
    position: relative;
}.tech-stack-core::before {
    left: 0;
    width: 100%;
    content: "";
    top: -5px;
    height: 5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(222,150,142) 20px, rgb(222,150,142) 40px,
            transparent 40px, transparent 60px,
            rgb(222,150,142) 60px, rgb(222,150,142) 80px,
            transparent 80px, transparent 100px,
            rgb(222,150,142) 100px, rgb(222,150,142) 120px
        );
    position: absolute;
    background-repeat: repeat-x;
}.tech-stack-core .container {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}.tech-stack-core .container::before,
.tech-stack-core .container::after {
    background: rgb(222,150,142);
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 15px;
    border-radius: 50%;
    width: 15px;
}.tech-stack-core .container::before {
    left: 15%;
}.tech-stack-core .container::after {
    right: 15%;
}.tech-stack-core .flag-content-core {
    display: inline-block;
    color: #ffffff;
    border-radius: 30px;
    background: rgb(222,150,142);
    font-size: 12px;
    padding: 0.5rem 2rem;
    position: relative;
    text-align: center;
}.tech-stack-core .flag-content-core::before,
.tech-stack-core .flag-content-core::after {
    background: rgb(222,150,142);
    top: 50%;
    height: 1px;
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    content: "";
}.tech-stack-core .flag-content-core::before {
    margin-right: 15px;
    right: 100%;
}.tech-stack-core .flag-content-core::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.volunteer-core .container {
    gap: 2rem;
}.volunteer-core .company_holder {
    flex: 1 1 350px;
}.volunteer-core .converter-core {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.volunteer-core .top-head-core {
    gap: 2rem;
}.tech-stack-core .container::before {
    left: 5%;
}.tech-stack-core .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.volunteer-core {
    padding: 3.5rem 0 1.5rem;
}.volunteer-core .container {
    flex-direction: column;
    gap: 2.5rem;
}.volunteer-core .company_holder,
    .volunteer-core .converter-core {
    min-width: 100%;
    flex: 1 1 100%;
}.volunteer-core .top-primary-core {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.tech-stack-core .container::before,
    .tech-stack-core .container::after {
    display: none;
}
}

@media (max-width: 768px) {.volunteer-core {
    padding: 3rem 0 1rem;
}.volunteer-core .top-head-core {
    gap: 1.5rem;
}.volunteer-core .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(36px - 2px);
}.volunteer-core .hackathon-core {
    padding: 1.5rem;
}.volunteer-core .hackathon-core::before,
    .volunteer-core .hackathon-core::after {
    display: none;
}.tech-stack-core {
    margin-top: 2rem;
}.tech-stack-core .flag-content-core::before,
    .tech-stack-core .flag-content-core::after {
    width: 30px;
}
}

@media (max-width: 576px) {.volunteer-core {
    padding: 2.5rem 0 0.8rem;
}.volunteer-core .top-primary-core {
    min-width: 100%;
    flex: 1 1 100%;
}.volunteer-core .top-head-core {
    gap: 1rem;
}.volunteer-core .top-primary-core .top-head-core a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.volunteer-core .top-primary-core .top-head-core a::before {
    left: 0.6rem;
}.tech-stack-core {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.tech-stack-core .flag-content-core::before,
    .tech-stack-core .flag-content-core::after {
    display: none;
}
}

@media (max-width: 420px) {.volunteer-core::after {
    background-size: 100px 5px;
    height: 5px;
}.volunteer-core .company_holder h3::after,
    .volunteer-core .top-primary-core h5::before,
    .volunteer-core .top-primary-core h5::after {
    display: none;
}.volunteer-core .top-primary-core h5 {
    padding: 0.8rem 1rem;
}.volunteer-core .top-primary-core .top-head-core {
    padding: 1rem;
}.tech-stack-core .flag-content-core {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}header {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(245,210,206), #ffffff);
    overflow: visible;
    z-index: 99;
}header::before {
    content: "";
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(222,150,142,0.5) 6px,
            rgb(222,150,142,0.5) 10px,
            transparent 10px
        ) repeat-x;
    width: 100%;
    bottom: 0;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    height: 15px;
}header .nav-top-core {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    padding: 25px 30px;
}header .nav-top-core::before,
header .nav-top-core::after {
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(222,150,142), transparent);
}header .nav-top-core::before {
    top: 10px;
    left: 0;
}header .nav-top-core::after {
    background: linear-gradient(to left, rgb(197,102,85), transparent);
    right: 0;
    bottom: 10px;
}header .nav-top-core .top-prime-core {
    z-index: 2;
    position: relative;
}header .nav-top-core .top-prime-core::before {
    z-index: -1;
    top: -20%;
    transition: transform 0.5s ease-in-out;
    width: 140%;
    position: absolute;
    opacity: 0.05;
    background: rgb(222,150,142,0.5);
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    height: 140%;
    left: -20%;
    content: "";
}header .nav-top-core .top-prime-core:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .nav-top-core .top-prime-core .top-expert-core {
    display: block;
    transition: transform 0.3s ease;
}header .nav-top-core .top-prime-core:hover .top-expert-core {
    transform: translateY(-3px);
}header .nav-top-core .top-prime-core .top-expert-core svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .nav-top-core .top-primary-core {
    list-style: none;
    margin: 0;
    display: flex;
    position: relative;
    padding: 0;
}header .nav-top-core .top-primary-core::before {
    left: 0;
    height: 100%;
    top: 0;
    transition: all 0.5s ease;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    background: rgb(197,102,85,0.5);
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
}header .nav-top-core .top-primary-core:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .nav-top-core .top-primary-core .top-section-core {
    position: relative;
    margin: 0 8px;
}header .nav-top-core .top-primary-core .top-section-core a {
    color: #000000;
    font-size: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 600;
    position: relative;
    padding: 10px 15px;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-family: Arial, sans-serif;
}header .nav-top-core .top-primary-core .top-section-core a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .nav-top-core .top-primary-core .top-section-core a::before {
    left: 0;
    background: rgb(222,150,142);
    height: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    z-index: -1;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    width: 100%;
    transform-origin: right top;
    transform: scale(0);
    content: "";
    position: absolute;
    top: 0;
}header .nav-top-core .top-primary-core .top-section-core a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .nav-top-core .top-primary-core .top-section-core:nth-child(2n) a::before {
    background: rgb(197,102,85);
    transform-origin: left bottom;
}header .nav-top-core .top-primary-core .top-section-core:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .nav-top-core .top-primary-core .top-section-core:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .nav-top-core {
    padding: 20px 15px;
    flex-direction: column;
}header .nav-top-core .top-prime-core {
    margin-bottom: 15px;
}header .nav-top-core .top-primary-core {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .nav-top-core .top-primary-core .top-section-core {
    margin: 5px;
}header .nav-top-core .top-primary-core .top-section-core a {
    font-size: calc(18px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .nav-top-core {
    padding: 15px 10px;
}header .nav-top-core .top-prime-core .top-expert-core svg {
    height: 40px;
}header .nav-top-core .top-primary-core .top-section-core a {
    font-size: calc(18px - 2px);
    padding: 6px 10px;
}}.teaching-experience-core {
    background: linear-gradient(170deg, rgb(245,210,206) 0%, rgb(222,150,142,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.teaching-experience-core::before {
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(222,150,142,0.5) 20px,
            rgb(222,150,142,0.5) 21px
        );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.04;
}.teaching-experience-core::after {
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(222,150,142,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(197,102,85,0.5) 0%, transparent 40%);
    filter: blur(80px);
    left: 0;
    opacity: 0.3;
    height: 100%;
    content: "";
}.teaching-experience-core .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.teaching-experience-core .review-opinions-core {
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
}.teaching-experience-core .review-opinions-core::before {
    width: 500px;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    left: 50%;
    border: 1px solid rgb(222,150,142,0.5);
    top: 50%;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    content: "";
    animation: orbit 20s linear infinite;
}.teaching-experience-core .review-opinions-core::after {
    border-radius: 50%;
    height: 400px;
    opacity: 0.15;
    top: 50%;
    animation: orbit 15s linear infinite reverse;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 1px dashed rgb(197,102,85,0.5);
    left: 50%;
    width: 400px;
    content: "";
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.teaching-experience-core .pic-wrap-item-core {
    height: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    z-index: 5;
    margin-bottom: 30px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
    position: relative;
}.teaching-experience-core .pic-wrap-item-core::before {
    animation: spin 12s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(222,150,142,0.5) 90deg,
        transparent 180deg,
        rgb(197,102,85,0.5) 270deg,
        transparent 360deg
    );
    content: "";
    position: absolute;
    inset: -30px;
    opacity: 0.4;
    z-index: -1;
    border-radius: 50%;
}.teaching-experience-core .pic-wrap-item-core::after {
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    position: absolute;
    content: "";
    z-index: 2;
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching-experience-core .name {
    margin-bottom: 15px;
    color: #000000;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    position: relative;
    text-align: center;
    font-size: 47px;
    text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(222,150,142) 100%
    );
    transition: all 0.3s ease;
    z-index: 3;
}.teaching-experience-core .name::after {
    bottom: -8px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(222,150,142) 0%,
        rgb(197,102,85) 100%
    );
    width: 0;
    transition: width 0.4s ease;
    height: 2px;
    content: "";
}.teaching-experience-core .review-opinions-core:hover .name::after {
    width: 80px;
}.teaching-experience-core .review-opinions-core span:not(.name) {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    opacity: 0.9;
    text-align: center;
    transition: all 0.3s ease;
    color: rgb(197,102,85);
    z-index: 3;
    letter-spacing: 2px;
    position: relative;
    padding: 8px 20px;
}.teaching-experience-core .review-opinions-core:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}.teaching-experience-core .job-container-core {
    font-size: 18px;
    line-height: 1.8;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    max-width: 650px;
    border-radius: 27px;
    padding: 35px 45px;
    position: relative;
    text-align: center;
    background: #ffffff;
    z-index: 3;
    color: #000000;
    margin: 0;
}.teaching-experience-core .job-container-core::before,
.teaching-experience-core .job-container-core::after {
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
}.teaching-experience-core .job-container-core::before {
    top: 25px;
    border-top: 2px solid rgb(222,150,142);
    left: 25px;
    border-left: 2px solid rgb(222,150,142);
}.teaching-experience-core .job-container-core::after {
    border-right: 2px solid rgb(197,102,85);
    right: 25px;
    border-bottom: 2px solid rgb(197,102,85);
    bottom: 25px;
}.teaching-experience-core .review-opinions-core:hover .pic-wrap-item-core {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.teaching-experience-core {
    padding: 90px 0;
}.teaching-experience-core .pic-wrap-item-core {
    width: 200px;
    margin-bottom: 25px;
    height: 200px;
}.teaching-experience-core .review-opinions-core::before {
    height: 400px;
    width: 400px;
}.teaching-experience-core .review-opinions-core::after {
    height: 320px;
    width: 320px;
}.teaching-experience-core .name {
    font-size: calc(47px * 0.9);
}.teaching-experience-core .job-container-core {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.teaching-experience-core {
    padding: 70px 0;
}.teaching-experience-core .pic-wrap-item-core {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.teaching-experience-core .review-opinions-core::before {
    width: 320px;
    height: 320px;
}.teaching-experience-core .review-opinions-core::after {
    height: 260px;
    width: 260px;
}.teaching-experience-core .name {
    font-size: calc(47px * 0.8);
}.teaching-experience-core .review-opinions-core span:not(.name) {
    padding: 6px 16px;
    font-size: calc(19px * 0.95);
    margin-bottom: 25px;
}.teaching-experience-core .job-container-core {
    max-width: 100%;
    padding: 25px 30px;
    font-size: calc(18px * 0.95);
}.teaching-experience-core .job-container-core::before,
    .teaching-experience-core .job-container-core::after {
    height: 8px;
    width: 8px;
}.teaching-experience-core .job-container-core::before {
    top: 20px;
    left: 20px;
}.teaching-experience-core .job-container-core::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.teaching-experience-core {
    padding: 50px 0;
}.teaching-experience-core .pic-wrap-item-core {
    margin-bottom: 18px;
    width: 150px;
    height: 150px;
}.teaching-experience-core .review-opinions-core::before {
    width: 260px;
    height: 260px;
}.teaching-experience-core .review-opinions-core::after {
    width: 200px;
    height: 200px;
}.teaching-experience-core .name {
    font-size: calc(47px * 0.7);
}.teaching-experience-core .review-opinions-core span:not(.name) {
    padding: 5px 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.teaching-experience-core .job-container-core {
    font-size: calc(18px * 0.9);
    padding: 20px 25px;
}.teaching-experience-core .job-container-core::before,
    .teaching-experience-core .job-container-core::after {
    height: 6px;
    width: 6px;
}.teaching-experience-core .job-container-core::before {
    top: 15px;
    left: 15px;
}.teaching-experience-core .job-container-core::after {
    right: 15px;
    bottom: 15px;
}}.contact-form-section-core {
    background: #ffffff;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.contact-form-section-core::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}.contact-form-section-core .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.contact-form-section-core h2 {
    border-left: 5px solid rgb(222,150,142);
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: left;
    color: #000000;
}.contact-form-section-core .connect-box-core {
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    background: #ffffff;
}.contact-form-section-core .pic-wrap-item-core {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact-form-section-core .pic-wrap-item-core::before {
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(222,150,142,0.5);
    top: 0;
    z-index: 1;
    left: 0;
}.contact-form-section-core .help-panel-core {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact-form-section-core .help-panel-core::after {
    top: 0;
    right: 0;
    position: absolute;
    height: 150px;
    z-index: -1;
    width: 150px;
    background: rgb(245,210,206);
    content: "";
    border-radius: 0 0 0 100%;
}.contact-form-section-core #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact-form-section-core h3 {
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.contact-form-section-core h3::after {
    content: "";
    background: rgb(222,150,142);
    width: 40px;
    position: absolute;
    height: 2px;
    bottom: -10px;
    left: 0;
}.contact-form-section-core input[type="text"] {
    padding: 18px 20px;
    border: none;
    width: 100%;
    background: rgb(245,210,206);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    font-size: 12px;
}.contact-form-section-core input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(222,150,142,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.contact-form-section-core input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-form-section-core .request-map-core {
    gap: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
}.contact-form-section-core .request-map-core input[type="checkbox"] {
    height: 22px;
    width: 22px;
    appearance: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    position: relative;
    border: 2px solid rgb(245,210,206);
    cursor: pointer;
}.contact-form-section-core .request-map-core input[type="checkbox"]:checked {
    border-color: rgb(222,150,142);
    background: rgb(222,150,142);
}.contact-form-section-core .request-map-core input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    height: 11px;
    left: 7px;
    transform: rotate(45deg);
    top: 3px;
}.contact-form-section-core .request-map-core label {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
}.contact-form-section-core .request-map-core a {
    text-decoration: none;
    position: relative;
    color: rgb(222,150,142);
    transition: all 0.3s ease;
}.contact-form-section-core .request-map-core a:hover {
    color: rgb(197,102,85);
}.contact-form-section-core .request-map-core a::after {
    transition: all 0.3s ease;
    bottom: -2px;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(222,150,142);
    left: 0;
    position: absolute;
}.contact-form-section-core .request-map-core a:hover::after {
    background: rgb(197,102,85);
}.contact-form-section-core .help-inquiry-core {
    font-size: 19px;
    align-self: flex-start;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(222,150,142,0.5);
    margin-top: 20px;
    color: #ffffff;
    border-radius: 24px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 18px 40px;
    background: rgb(222,150,142);
}.contact-form-section-core .help-inquiry-core:hover {
    transform: translateY(-2px);
    background: rgb(197,102,85);
    box-shadow: 0 7px 20px rgb(197,102,85,0.5);
}.contact-form-section-core svg {
    height: 20px;
    width: 20px;
    fill: rgb(222,150,142);
    transition: all 0.3s ease;
}.contact-form-section-core svg path {
    fill: rgb(222,150,142);
    transition: all 0.3s ease;
}.contact-form-section-core svg:hover {
    fill: rgb(197,102,85);
}.contact-form-section-core svg:hover path {
    fill: rgb(197,102,85);
}

@media (max-width: 992px) {.contact-form-section-core .connect-box-core {
    flex-direction: column;
}.contact-form-section-core .pic-wrap-item-core {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact-form-section-core .help-panel-core {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.contact-form-section-core h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-form-section-core {
    padding: 60px 0;
}.contact-form-section-core h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 30px;
}.contact-form-section-core .help-panel-core {
    padding: 40px 30px;
}.contact-form-section-core #contact {
    gap: 25px;
}.contact-form-section-core .pic-wrap-item-core {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-section-core {
    padding: 40px 0;
}.contact-form-section-core .container {
    padding: 0 15px;
}.contact-form-section-core h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(28px - 6px);
}.contact-form-section-core .help-panel-core {
    padding: 30px 20px;
}.contact-form-section-core #contact {
    gap: 20px;
}.contact-form-section-core input[type="text"] {
    padding: 15px;
}.contact-form-section-core .help-inquiry-core {
    width: 100%;
    padding: 15px 20px;
}.contact-form-section-core .pic-wrap-item-core {
    min-height: 200px;
}}.program-assets-core {
    background: linear-gradient(210deg, #000000 0%, rgb(245,210,206) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.program-assets-core::before {
    position: absolute;
    opacity: 0.07;
    animation: gridMove 40s linear infinite;
    top: -50%;
    transform: rotate(15deg);
    content: '';
    width: 140%;
    height: 200%;
    left: -20%;
    background: repeating-linear-gradient(
        45deg,
        rgb(222,150,142,0.5),
        rgb(222,150,142,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.program-assets-core::after {
    filter: blur(80px);
    background: radial-gradient(circle, rgb(197,102,85,0.5) 0%, transparent 70%);
    width: 600px;
    border-radius: 50%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    height: 600px;
    bottom: -300px;
    right: -300px;
    content: '';
}.program-assets-core .class-experts-core {
    z-index: 1;
    gap: 70px;
    max-width: 1280px;
    grid-template-columns: 1fr 1.2fr;
    padding: 0 20px;
    display: grid;
    margin: 0 auto;
    position: relative;
}.program-assets-core .pic-wrap-item-core {
    transition: transform 0.7s ease;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    position: relative;
    transform: perspective(1200px) rotateY(5deg);
    min-height: 550px;
}.program-assets-core .pic-wrap-item-core::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    inset: 0;
    position: absolute;
    z-index: 2;
    content: '';
}.program-assets-core .pic-wrap-item-core::after {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgb(222,150,142,0.5) 100%);
    position: absolute;
    width: 100%;
    content: '';
    z-index: 3;
}.program-assets-core .pic-wrap-item-core:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program-assets-core .text-cell-core {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.program-assets-core .text-cell-core::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.3;
    animation: morphing 10s linear infinite;
    width: 150px;
    z-index: -1;
    border: 2px solid rgb(222,150,142,0.5);
    content: '';
    position: absolute;
    top: -30px;
    height: 150px;
    right: -30px;
}.program-assets-core h2 {
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 38px;
    display: inline-block;
}.program-assets-core h2::before {
    height: 2px;
    left: -30px;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    top: 50%;
    background-color: rgb(222,150,142);
}.program-assets-core .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.program-assets-core .text_main_holder > div {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 25px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
}.program-assets-core .text_main_holder > div::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(222,150,142), rgb(197,102,85));
    transition: width 0.3s ease;
    opacity: 0.8;
    height: 100%;
    top: 0;
    left: 0;
    width: 5px;
    content: '';
}.program-assets-core .text_main_holder > div::after {
    background: linear-gradient(to right, transparent, rgb(222,150,142,0.5));
    width: 30%;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 1px;
    content: '';
}.program-assets-core .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program-assets-core .text_main_holder > div:hover::before {
    width: 10px;
}.program-assets-core .text_main_holder svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transform: translateY(-2px);
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}.program-assets-core .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program-assets-core .text_main_holder svg path {
    fill: rgb(197,102,85);
    transition: fill 0.3s ease;
}.program-assets-core .text_main_holder > div:hover svg path {
    fill: rgb(222,150,142);
}.program-assets-core .text_main_holder p {
    margin: 0;
    z-index: 1;
    font-size: 13px;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.program-assets-core .class-experts-core {
    grid-template-columns: 1fr;
    gap: 50px;
}.program-assets-core .pic-wrap-item-core {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.program-assets-core {
    padding: 80px 0;
}.program-assets-core .pic-wrap-item-core {
    min-height: 350px;
}.program-assets-core h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.program-assets-core .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.program-assets-core .text_main_holder > div {
    padding: 20px;
}.program-assets-core .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.program-assets-core {
    padding: 60px 0;
}.program-assets-core .class-experts-core {
    gap: 40px;
}.program-assets-core .pic-wrap-item-core {
    min-height: 280px;
}.program-assets-core h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.program-assets-core h2::before {
    left: -20px;
    width: 15px;
}.program-assets-core .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.program-assets-core .text_main_holder svg {
    width: 24px;
    height: 24px;
}}.enroll-instantly-core {
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(245,210,206) 100%);
    overflow: hidden;
    padding: 120px 0;
}.enroll-instantly-core::before {
    position: absolute;
    background-image: 
        linear-gradient(rgb(222,150,142,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(222,150,142,0.5) 1px, transparent 1px);
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
    opacity: 0.07;
    background-size: 40px 40px;
    width: 100%;
}.enroll-instantly-core .class-experts-core {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    z-index: 10;
    backdrop-filter: blur(10px);
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    padding: 70px 50px;
}.enroll-instantly-core .class-experts-core::before,
.enroll-instantly-core .class-experts-core::after {
    width: 300px;
    position: absolute;
    filter: blur(60px);
    opacity: 0.5;
    height: 300px;
    content: '';
    z-index: -1;
    border-radius: 50%;
}.enroll-instantly-core .class-experts-core::before {
    top: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
    left: -100px;
    background: rgb(222,150,142);
}.enroll-instantly-core .class-experts-core::after {
    animation: float-blob2 20s ease-in-out infinite alternate;
    bottom: -100px;
    right: -100px;
    background: rgb(197,102,85);
}.enroll-instantly-core .container p {
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 5;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 50px;
}.enroll-instantly-core .container p::first-letter {
    color: rgb(222,150,142);
    font-size: 130%;
}.enroll-instantly-core .help-inquiry-core {
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 16px 42px;
    z-index: 5;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    backdrop-filter: blur(5px);
}.enroll-instantly-core .help-inquiry-core::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    opacity: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(222,150,142), rgb(197,102,85));
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
}.enroll-instantly-core .help-inquiry-core:hover {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px) scale(1.05);
}.enroll-instantly-core .help-inquiry-core:hover::before {
    opacity: 0.8;
}.enroll-instantly-core::after {
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.1;
    z-index: 1;
    left: 0;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    animation: twinkle 10s linear infinite;
    width: 100%;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.enroll-instantly-core {
    padding: 90px 0;
}.enroll-instantly-core .class-experts-core {
    padding: 50px 30px;
}.enroll-instantly-core .container p {
    font-size: calc(21px * 1.3);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.enroll-instantly-core {
    padding: 70px 0;
}.enroll-instantly-core .class-experts-core {
    padding: 40px 25px;
}.enroll-instantly-core .container p {
    margin-bottom: 30px;
    font-size: 21px;
}.enroll-instantly-core .help-inquiry-core {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.enroll-instantly-core {
    padding: 50px 0;
}.enroll-instantly-core .class-experts-core {
    padding: 30px 20px;
}.enroll-instantly-core .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 25px;
}.enroll-instantly-core .help-inquiry-core {
    padding: 12px 28px;
    font-size: calc(14px * 0.9);
}.enroll-instantly-core .class-experts-core::before,
    .enroll-instantly-core .class-experts-core::after {
    width: 200px;
    height: 200px;
}}.welcome-core {
    background: linear-gradient(135deg, #000000, rgb(222,150,142,0.5));
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.welcome-core .pic-wrap-item-core {
    transform: scale(1.05);
    opacity: 0.25;
    height: 100%;
    filter: contrast(1.2) saturate(0.8);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    left: 0;
    z-index: 1;
}.welcome-core:hover .pic-wrap-item-core {
    transform: scale(1.1);
}.welcome-core .class-experts-core {
    width: 100%;
    justify-content: center;
    gap: 2rem;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
    align-items: flex-start;
    padding: 3rem 2rem;
    margin: auto;
    position: relative;
    display: flex;
}.welcome-core h1 {
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 40px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 800px;
    font-weight: 700;
}.welcome-core h1::after {
    transform: scaleX(0);
    content: "";
    height: 4px;
    position: absolute;
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 80px;
    bottom: -0.5rem;
    left: 0;
    background: rgb(197,102,85);
    transform-origin: left;
}.welcome-core .text-cell-core {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: flex;
    max-width: 600px;
    flex-direction: column;
    gap: 2rem;
}.welcome-core p {
    font-size: clamp(1rem, 2vw, 17px);
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
}.welcome-core .learning-lead-core {
    display: flex;
    transform: translateY(20px);
    opacity: 0;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.welcome-core svg {
    height: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
}.welcome-core svg:hover {
    transform: translateY(-5px) scale(1.05);
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
}.welcome-core svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.5s ease;
}.welcome-core svg:hover path {
    fill: rgb(197,102,85);
}.welcome-core svg text {
    transition: fill 0.5s ease;
    font-family: Arial, sans-serif;
}.welcome-core svg:hover text {
    fill: #ffffff;
}.welcome-core h6 {
    transform: translateY(20px);
    margin-top: 1rem;
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.welcome-core .help-inquiry-core {
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    padding: 0.8rem 1.8rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    z-index: 1;
    background: linear-gradient(135deg, rgb(197,102,85), rgb(94, 170, 168));
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.welcome-core .help-inquiry-core::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(197,102,85));
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.welcome-core .help-inquiry-core:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.welcome-core .help-inquiry-core:hover::before {
    opacity: 1;
}.welcome-core .help-inquiry-core:active {
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
    transform: translateY(1px);
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.welcome-core .class-experts-core {
    align-items: flex-start;
    padding: 4rem;
}.welcome-core h1 {
    max-width: 70%;
}.welcome-core .text-cell-core {
    max-width: 60%;
}.welcome-core svg {
    height: 150px;
    width: 150px;
}.welcome-core .pic-wrap-item-core {
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
}

@media (min-width: 992px) {.welcome-core .class-experts-core {
    padding: 5rem;
}.welcome-core h1 {
    max-width: 60%;
}.welcome-core .text-cell-core {
    max-width: 50%;
}.welcome-core svg {
    width: 180px;
    height: 180px;
}.welcome-core .pic-wrap-item-core {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
    opacity: 0.35;
}
}

@media (max-width: 767px) {.welcome-core .class-experts-core {
    padding: 3rem 1.5rem;
    text-align: center;
    align-items: center;
}.welcome-core h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome-core .text-cell-core {
    align-items: center;
}}.privacy-stockade-core {
    background-color: rgb(245,210,206);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}.privacy-stockade-core h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(222,150,142);
}.privacy-stockade-core h2 {
    font-size: 31px;
    color: rgb(197,102,85);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}.privacy-stockade-core h3, .privacy-stockade-core h4, .privacy-stockade-core h5, .privacy-stockade-core h6 {
    color: rgb(222,150,142);
    margin: 1rem 0;
    font-weight: 400;
}.privacy-stockade-core ul {
    list-style-type: disc;
    margin-left: 20px;
}.privacy-stockade-core ol {
    margin-left: 20px;
    list-style-type: decimal;
}.privacy-stockade-core li {
    font-size: 13px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
}.privacy-stockade-core section {
    margin-top: 20px;
    margin-bottom: 20px;
}.privacy-stockade-core p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #000000;
}.privacy-stockade-core span {
    font-weight: 600;
    color: rgb(197,102,85);
}.privacy-stockade-core div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-stockade-core {
    padding: 20px 10px;
}.privacy-stockade-core h1 {
    font-size: calc(24px - 5px);
}.privacy-stockade-core h2 {
    font-size: calc(24px - 5px);
}.privacy-stockade-core p, .privacy-stockade-core li {
    font-size: calc(13px - 2px);
}}
#cookieNoticePopup-core {
    display: none;
}#cookieNoticePopup-core:checked ~ .cookieNotificationPanel-core {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationPanel-core {
    z-index: 90;
    border-top: 3px solid rgb(222,150,142);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(197,102,85);
    bottom: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    width: 100%;
}.track-optin-core {
    border-radius: 29px;
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(222,150,142);
    align-items: center;
}.cookieNotificationPanel-core h5 {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: 0;
    color: rgb(222,150,142);
    font-weight: 700;
    text-transform: uppercase;
}.cookieNotificationPanel-core p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    position: relative;
}.cookie-hide-core {
    align-items: center;
    background: rgb(222,150,142,0.5);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 29px;
    padding: 10px;
    margin-right: 20px;
}.cookie-hide-core svg {
    fill: rgb(222,150,142);
    height: 60px;
    width: 60px;
}.track-manage-core {
    border: 2px solid rgb(222,150,142);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    font-size: 18px;
    margin-left: 10px;
    background: rgb(222,150,142);
    flex-shrink: 0;
    padding: 10px 20px;
    color: #000000;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
}.track-manage-core:hover {
    background-color: rgb(197,102,85);
    box-shadow: 0 0 10px rgb(197,102,85);
}.cookie_button.cookie-all-core {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(197,102,85);
    color: #ffffff;
}.cookie_button.cookie-all-core:hover {
    box-shadow: 0 0 10px rgb(197,102,85);
}.cookieNotificationPanel-core p a {
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(222,150,142);
    color: rgb(222,150,142);
}.cookieNotificationPanel-core p a:hover {
    color: rgb(197,102,85);
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanel-core {
    padding: 15px 0;
}.track-optin-core {
    padding: 15px 5%;
}.cookie-hide-core {
    display: none;
}.track-optin-core {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationPanel-core h5 {
    margin-bottom: 10px;
    font-size: 19px;
}.privacy-learn-core {
    margin-bottom: 15px;
}.track-manage-core {
    min-width: 100%;
    margin: 10px 0;
}}
.newsletter-signup-core {
    box-shadow: inset 0 15px 25px -15px rgba(0,0,0,0.1);
    padding: 4rem 0;
    position: relative;
    background: rgb(245,210,206);
    overflow: hidden;
}.newsletter-signup-core::before {
    height: 300px;
    right: -100px;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(135deg, rgb(197,102,85,0.5) 0%, transparent 70%);
    filter: blur(30px);
    width: 300px;
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.6;
    top: -100px;
}.newsletter-signup-core::after {
    border-radius: 50%;
    animation: float 18s infinite ease-in-out reverse;
    content: "";
    transform: rotate(15deg);
    width: 250px;
    position: absolute;
    left: -80px;
    height: 250px;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(222,150,142,0.5) 0%, transparent 70%);
    bottom: -80px;
    filter: blur(25px);
}.newsletter-signup-core .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.newsletter-signup-core .class-experts-core {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 16px;
    padding: 3rem;
    background: #ffffff;
    box-shadow: 12px 12px 30px rgba(0,0,0,0.06), 
                -12px -12px 30px rgba(255,255,255,0.8),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.newsletter-signup-core .class-experts-core:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 35px rgba(0,0,0,0.08), 
                -15px -15px 35px rgba(255,255,255,0.9),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
}.newsletter-signup-core h3 {
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: calc(21px * 1.1);
    padding-bottom: 1rem;
    color: #000000;
    text-align: center;
    font-weight: 700;
    position: relative;
}.newsletter-signup-core h3::after {
    border-radius: 3px;
    bottom: 0;
    height: 3px;
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
    content: "";
    transform: translateX(-50%);
    width: 80px;
}.newsletter-signup-core .class-experts-core:hover h3::after {
    width: 120px;
}.newsletter-signup-core .input_holder {
    position: relative;
    z-index: 1;
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr auto;
    display: grid;
}.newsletter-signup-core .input_holder div {
    position: relative;
    flex-grow: 1;
}.newsletter-signup-core input[type="email"] {
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8);
    color: #000000;
    padding: 0 1.5rem;
    height: 54px;
    transition: all 0.3s ease;
    border: 2px solid rgba(0,0,0,0.04);
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 12px;
}.newsletter-signup-core input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8),
                0 0 0 3px rgb(222,150,142,0.5);
    border-color: rgb(222,150,142,0.5);
}.newsletter-signup-core input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0,0,0,0.3);
}.newsletter-signup-core input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.newsletter-signup-core .sub-unit-core {
    overflow: hidden;
    color: #ffffff;
    height: 54px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    min-width: 150px;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.08),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    cursor: pointer;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(222,150,142), rgb(197,102,85));
    font-family: Arial, sans-serif;
}.newsletter-signup-core .sub-unit-core:hover {
    box-shadow: 8px 8px 20px rgba(0,0,0,0.1),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    transform: translateY(-3px);
}.newsletter-signup-core .sub-unit-core:active {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05),
                -1px -1px 3px rgba(255,255,255,0.5),
                inset 2px 2px 5px rgba(0,0,0,0.1);
    transform: translateY(0);
}.newsletter-signup-core .sub-unit-core::before {
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
}.newsletter-signup-core .sub-unit-core:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.newsletter-signup-core .class-experts-core {
    padding: 2.5rem 2rem;
}.newsletter-signup-core h3 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.newsletter-signup-core {
    padding: 3rem 0;
}.newsletter-signup-core .class-experts-core {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.newsletter-signup-core h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    font-size: calc(18px * 1.2);
}.newsletter-signup-core .input_holder {
    grid-template-columns: 1fr;
}.newsletter-signup-core .sub-unit-core {
    width: 100%;
}
}

@media (max-width: 576px) {.newsletter-signup-core {
    padding: 2.5rem 0;
}.newsletter-signup-core .class-experts-core {
    padding: 1.8rem 1.2rem;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.06), 
                -8px -8px 20px rgba(255,255,255,0.8),
                inset 2px 2px 5px rgba(255,255,255,0.8),
                inset -2px -2px 5px rgba(0,0,0,0.05);
}.newsletter-signup-core h3 {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0.7rem;
}.newsletter-signup-core h3::after {
    width: 60px;
    height: 2px;
}.newsletter-signup-core .class-experts-core:hover h3::after {
    width: 80px;
}.newsletter-signup-core input[type="email"] {
    font-size: calc(12px * 0.9);
    height: 50px;
}.newsletter-signup-core .sub-unit-core {
    font-size: calc(19px * 0.9);
    min-width: auto;
    height: 50px;
}}.service-info-core {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(245,210,206) 40%, rgb(197,102,85,0.5) 140%);
    position: relative;
    padding: 80px 0;
}.service-info-core::before {
    opacity: 0.4;
    width: 80%;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    position: absolute;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(197,102,85,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -20%;
}.service-info-core::after {
    content: "";
    bottom: -20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: linear-gradient(90deg, 
        rgb(222,150,142,0.5) 0%, 
        rgb(197,102,85,0.5) 25%, 
        rgb(222,150,142,0.5) 50%, 
        rgb(197,102,85,0.5) 75%, 
        rgb(222,150,142,0.5) 100%);
    width: 100%;
    opacity: 0.2;
    height: 40px;
    left: 0;
    position: absolute;
}.service-info-core .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.service-info-core .contact-team-core {
    background: #ffffff;
    padding: 40px;
    gap: 30px;
    border-radius: 17px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: grid;
}.service-info-core .contact-team-core:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.service-info-core h3 {
    padding-bottom: 15px;
    color: rgb(222,150,142);
    font-size: 28px;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px 0;
}.service-info-core h3::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    background: rgb(222,150,142);
    animation: expandWidth 1s ease-out forwards;
}.service-info-core p {
    color: #000000;
    line-height: 1.6;
    margin: 0 0 15px 0;
    font-size: 14px;
}.service-info-core h5 {
    gap: 10px;
    font-size: 23px;
    align-items: center;
    color: #000000;
    font-weight: 600;
    display: flex;
    margin: 0 0 10px 0;
}.service-info-core svg {
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.service-info-core svg path {
    fill: rgb(222,150,142);
    transition: fill 0.3s ease;
}.service-info-core .request-team-core {
    gap: 15px;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}.service-info-core .request-team-core li {
    transition: transform 0.3s ease;
}.service-info-core .request-team-core li:hover {
    transform: translateX(5px);
}.service-info-core .talk-now-core {
    font-size: 14px;
    align-items: center;
    transform-origin: left;
    padding: 10px 15px;
    gap: 10px;
    background: linear-gradient(to right, rgb(245,210,206), transparent);
    color: #000000;
    display: flex;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}.service-info-core .talk-now-core:hover {
    background: linear-gradient(to right, rgb(245,210,206) 70%, transparent);
    color: rgb(222,150,142);
}.service-info-core .talk-now-core:hover svg {
    transform: scale(1.1);
}.service-info-core .talk-now-core:hover svg path {
    fill: rgb(197,102,85);
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.6; transform: rotate(-15deg) scale(1.05); }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@media (min-width: 768px) {.service-info-core .contact-team-core {
    grid-template-columns: 2fr 1fr;
    padding: 50px;
    grid-template-areas: 
            "title title"
            "description address"
            "links links";
}.service-info-core h3 {
    font-size: calc(28px * 1.1);
    grid-area: title;
}.service-info-core .contact-team-core > div:nth-child(2) {
    grid-area: description;
}.service-info-core .contact-team-core > div:nth-child(3) {
    grid-area: address;
}.service-info-core .request-team-core {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    grid-area: links;
}.service-info-core .request-team-core li {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media (min-width: 992px) {.service-info-core {
    padding: 100px 0;
}.service-info-core .contact-team-core {
    grid-template-columns: 3fr 2fr;
    padding: 60px;
    gap: 40px;
}.service-info-core h3 {
    font-size: calc(28px * 1.2);
}.service-info-core h3::after {
    width: 100px;
}.service-info-core .request-team-core li {
    flex: 0 0 calc(33.333% - 30px);
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 100px; }
    }
}

@media (max-width: 767px) {.service-info-core {
    padding: 60px 0;
}.service-info-core .contact-team-core {
    padding: 30px 20px;
}.service-info-core h3 {
    font-size: calc(28px * 0.9);
}.service-info-core h5 {
    font-size: calc(23px * 0.9);
}.service-info-core .talk-now-core {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.service-info-core {
    padding: 40px 0;
}.service-info-core .contact-team-core {
    padding: 25px 15px;
}.service-info-core h3 {
    font-size: calc(28px * 0.8);
}.service-info-core svg {
    height: 20px;
    width: 20px;
}}.ty-success-core {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgba(rgb(222,150,142), 0.1) 100%);
    position: relative;
}.ty-success-core::before {
    width: 200px;
    opacity: 0.07;
    border-radius: 10px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 1;
    height: 200px;
    top: -50px;
    background: linear-gradient(225deg, rgb(222,150,142) 0%, rgb(197,102,85) 100%);
    content: "";
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    right: -50px;
}.ty-success-core::after {
    bottom: -30px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(197,102,85) 0%, rgb(222,150,142) 100%);
    opacity: 0.05;
    left: -30px;
    width: 150px;
    height: 150px;
    z-index: 1;
    content: "";
    transform: rotate(30deg);
}.ty-success-core:hover::before {
    transform: rotate(55deg) scale(1.1);
}.ty-success-core .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.ty-success-core .class-experts-core {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    gap: 30px;
    padding: 40px;
    display: grid;
    position: relative;
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    transform: translateY(0);
    background: #ffffff;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(222,150,142);
}.ty-success-core .class-experts-core:hover {
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
    transform: translateY(-5px);
}.ty-success-core .class-experts-core::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    background: linear-gradient(to right, rgba(rgb(222,150,142), 0.02) 0%, transparent 100%);
}.ty-success-core .class-experts-core > div:first-child {
    position: relative;
}.ty-success-core .class-experts-core > div:first-child::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(222,150,142);
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    width: 60px;
    bottom: -15px;
}.ty-success-core .class-experts-core:hover > div:first-child::after {
    transform: scaleX(1.5);
}.ty-success-core h5 {
    line-height: 1.4;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.ty-success-core p {
    line-height: 1.7;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 16px;
    transition: transform 0.3s ease;
}.ty-success-core a {
    color: inherit;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
}.ty-success-core a::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: rgb(222,150,142);
    transform-origin: right;
    position: absolute;
    bottom: 0;
}.ty-success-core a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.ty-success-core a:hover p {
    transform: translateY(-2px);
}.ty-success-core .class-experts-core > div:last-child {
    position: relative;
}.ty-success-core .class-experts-core > div:last-child::before {
    color: rgb(222,150,142);
    transform: rotate(-10deg);
    top: -15px;
    content: "✓";
    opacity: 0.2;
    position: absolute;
    font-size: 18px;
    right: 0;
    transition: all 0.3s ease;
}.ty-success-core .class-experts-core:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.ty-success-core {
    padding: 100px 0;
}.ty-success-core .class-experts-core {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.ty-success-core h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 15px;
}.ty-success-core p {
    font-size: calc(16px * 1.05);
}.ty-success-core .class-experts-core > div:first-child::after {
    bottom: -20px;
    width: 80px;
}
}

@media (max-width: 767px) {.ty-success-core {
    padding: 60px 0;
}.ty-success-core .class-experts-core {
    padding: 30px;
}.ty-success-core h5 {
    font-size: calc(22px * 0.9);
}.ty-success-core::before,
  .ty-success-core::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.ty-success-core {
    padding: 40px 0;
}.ty-success-core .class-experts-core {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.ty-success-core h5 {
    font-size: calc(22px * 0.85);
}.ty-success-core p {
    font-size: calc(16px * 0.95);
}.ty-success-core .class-experts-core > div:first-child::after {
    bottom: -10px;
    width: 50px;
}
}

@media (hover: none) {.ty-success-core .class-experts-core {
    transform: none !important;
}.ty-success-core a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.ty-success-core *,
  .ty-success-core *::before,
  .ty-success-core *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}.instructional-approach-core {
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(245,210,206), #ffffff);
    padding: 7rem 1.5rem;
}.instructional-approach-core::before {
    height: 100%;
    opacity: 0.3;
    background-image: radial-gradient(circle at 10% 20%, rgb(222,150,142,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}.instructional-approach-core::after {
    position: absolute;
    height: 100%;
    background-image: radial-gradient(circle at 90% 80%, rgb(197,102,85,0.5) 0%, transparent 40%);
    bottom: 0;
    right: 0;
    content: "";
    z-index: 0;
    width: 100%;
    opacity: 0.3;
}.instructional-approach-core .class-experts-core {
    margin: 0 auto;
    padding: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    flex-direction: column;
    position: relative;
    gap: 4px;
    display: flex;
    border-radius: 28px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
}.instructional-approach-core h3 {
    text-align: left;
    font-weight: 700;
    border-radius: 28px 28px 0 0;
    position: relative;
    animation: tabSlideDown 0.6s ease-out forwards;
    color: #ffffff;
    font-size: 29px;
    margin: 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
}.instructional-approach-core h3::before {
    content: "";
    background: #ffffff;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 2rem;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    top: 50%;
}.instructional-approach-core h3::after {
    left: 0;
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    border-radius: inherit;
    position: absolute;
    width: 100%;
    animation: shine 3s infinite ease-in-out;
    top: 0;
    height: 100%;
    content: "";
}.instructional-approach-core span {
    animation: tabContent 0.8s 0.3s ease-out forwards;
    opacity: 0;
    line-height: 1.8;
    border-radius: 0 0 28px 28px;
    padding: 2rem;
    font-size: 15px;
    transform-origin: top center;
    color: #000000;
    background: #ffffff;
    position: relative;
}.instructional-approach-core span::before {
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgb(222,150,142,0.5),
        rgb(197,102,85,0.5)
    );
    top: 0;
}.instructional-approach-core span::after {
    content: "";
    background-size: 10px 10px;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(222,150,142) 45%,
            rgb(222,150,142) 55%,
            transparent 55%
        );
    border-radius: 50%;
    opacity: 0.3;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    border: 2px solid rgb(222,150,142,0.5);
    height: 40px;
    position: absolute;
    animation: rotate 15s linear infinite;
}

@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructional-approach-core {
    padding: 6rem 1.5rem;
}.instructional-approach-core h3 {
    font-size: calc(29px * 0.9);
    padding: 1.3rem 2rem;
}.instructional-approach-core span {
    padding: 1.8rem;
}.instructional-approach-core h3::before {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.instructional-approach-core {
    padding: 5rem 1rem;
}.instructional-approach-core h3 {
    font-size: calc(29px * 0.8);
    text-align: center;
    padding: 1.2rem 1.5rem;
}.instructional-approach-core span {
    font-size: calc(15px * 0.95);
    padding: 1.5rem;
}.instructional-approach-core h3::before {
    right: 1.5rem;
    width: 14px;
    height: 14px;
}.instructional-approach-core span::after {
    height: 30px;
    width: 30px;
}}header .top_plank {
    background: rgb(222,150,142);
    color:  #ffffff;
}header .top_plank .learn-peak-core div svg, header .top_plank .learn-peak-core div svg path {
    fill: #ffffff;
}header .top_plank .learn-peak-core div span {
    color: #ffffff;
}header .top_plank .learn-peak-core {
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    line-height: 21px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
}header .top_plank .learn-peak-core div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .learn-peak-core div img, header .top_plank .learn-peak-core div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}