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

html,body {
    min-height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}

svg {
    width: 30px;
    height: 30px;
}

.nav-primary {
    flex: 1 0 auto;
}

.wrapper-border {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}


.data-summary {
    background-color: rgb(242,230,231);
    overflow: hidden;
    padding: 150px 0;
    position: relative;
}

.data-summary::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at center, rgb(217,199,200,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
}

.data-summary .container {
    flex-direction: column;
    padding: 0 30px;
    z-index: 5;
    display: flex;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    align-items: center;
}

.data-summary h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    z-index: 3;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 80px;
    padding: 0 20px;
}

.data-summary h2::after {
    left: calc(100% + 20px);
}

.data-summary ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
    gap: 30px;
    margin: 0;
    width: 100%;
}

.data-summary .statistics-edge::before {
    border-radius: 50%;
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(217,199,200,0.5), transparent);
    opacity: 0;
    z-index: -1;
}

.data-summary .statistics-edge:nth-child(1) {
    --rotation: 0deg;
}

.data-summary .statistics-edge:nth-child(3) {
    --rotation: 72deg;
}

.data-summary .statistics-edge:nth-child(5) {
    --rotation: 144deg;
}

.data-summary .statistics-edge:nth-child(7) {
    --rotation: 216deg;
}

.data-summary .statistics-edge:nth-child(9) {
    --rotation: 288deg;
}

.data-summary .statistics-edge p {
    margin: 0 0 5px;
    font-size: calc(30px * 1.1);
    color: rgb(217,199,200);
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.data-summary svg {
    opacity: 0.7;
    height: 18px;
    transition: transform 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    fill: rgb(185,163,164);
}

.data-summary ul.items-1 {
    justify-content: center;
}

.data-summary ul.items-5,
.data-summary ul.items-6 {
    margin: 0 auto;
    max-width: 900px;
}

header::before {
    z-index: -1;
    width: 100%;
    animation: pulse 15s infinite alternate;
    opacity: 0.3;
    content: "";
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,199,200,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(185,163,164,0.5) 0%, transparent 20%);
    left: 0;
    height: 100%;
}

header .header-mentor::before {
    width: calc(100% + 60px);
    left: -30px;
    background: linear-gradient(90deg, transparent 0%, rgb(217,199,200,0.5) 50%, transparent 100%);
    z-index: -1;
    content: "";
    opacity: 0.1;
    transform: skewX(-15deg);
    position: absolute;
    height: calc(100% + 30px);
    border-radius: 23px;
    top: -15px;
}

header .top-guide:hover {
    color: rgb(217,199,200);
    transform: translateY(-2px);
}

header .top-guide:hover::before {
    width: 100%;
}

header .site-info {
    position: relative;
    display: flex;
    z-index: 2;
    text-decoration: none;
    align-items: center;
}

header .site-info:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(217,199,200,0.5));
}

.find-us::before {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(0deg, transparent 50%, rgb(217,199,200,0.5) 50%) 0 0 / 40px 40px,
        linear-gradient(90deg, transparent 50%, rgb(217,199,200,0.5) 50%) 0 0 / 40px 40px;
    transform: skewY(-5deg);
    opacity: 0.15;
    top: 0;
    position: absolute;
}


.find-us .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.find-us .online-questions::before {
    left: 0;
    width: 100%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    position: absolute;
    z-index: 1;
    top: 0;
}

.find-us h3 {
    font-size: 34px;
    grid-column: 1 / -1;
    font-weight: 700;
    padding-left: 18px;
    border-left: 4px solid rgb(185,163,164);
    color: rgb(217,199,200);
    position: relative;
    margin: 40px 40px 20px;
}

.find-us h3 svg {
    animation: pulseIcon 3s ease-in-out infinite;
    width: 28px;
    vertical-align: middle;
    height: 28px;
    fill: rgb(217,199,200);
    margin-right: 10px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    stroke: rgb(185,163,164);
    stroke-width: 0.5;
    transform-origin: center;
}

.find-us .reach-team::before {
    position: absolute;
    width: 50px;
    border-radius: 10px;
    content: "";
    left: 40px;
    height: 3px;
    background: rgb(217,199,200);
    top: -10px;
}

.find-us .reach-team span::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,199,200), rgb(185,163,164));
    top: 0;
    left: 0;
    width: 3px;
    opacity: 0.7;
    transition: width 0.3s ease;
    height: 100%;
}

.find-us .reach-team span:hover::before {
    width: 5px;
}

.find-us .reach-team span:hover svg {
    transform: translateY(-2px) scale(1.1);
    fill: rgb(185,163,164);
}

.find-us .reach-team span svg path {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
    transition: all 0.5s ease;
}

.find-us .reach-team span:hover svg path {
    stroke-dashoffset: 100;
}

.find-us .reach-team span span {
    font-weight: 400;
    margin-left: 5px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    display: inline;
    color: rgb(217,199,200);
    background: transparent;
}

.find-us .reach-team span span a svg {
    stroke: rgb(217,199,200);
    height: 16px;
    opacity: 0.8;
    fill: rgb(217,199,200);
    transition: all 0.3s ease;
    stroke-width: 0.5;
    width: 16px;
    margin-right: 5px;
}

.find-us .reach-team span span a::after {
    content: "";
    left: 0;
    width: 0;
    background: rgb(217,199,200);
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    height: 1px;
}

.find-us .chat-form::before {
    opacity: 0.8;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 4px;
    background: rgb(185,163,164);
}

.find-us .chat-form::after {
    right: 0;
    top: 0;
    width: 30px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.3;
    height: 30px;
    content: "";
    position: absolute;
    background: rgb(185,163,164,0.5);
}

.find-us .chat-form h4 svg {
    stroke: rgb(217,199,200);
    fill: rgb(185,163,164);
    margin-right: 8px;
    height: 24px;
    animation: clockRotate 8s linear infinite;
    width: 24px;
    stroke-width: 0.5;
}

.find-us .chat-form:hover h4::after {
    width: 100%;
}

.find-us .chat-form span {
    color: #000000;
    padding: 8px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(217,199,200,0.5);
    transition: all 0.3s ease;
    display: flex;
    font-size: 17px;
}

.find-us .chat-form span:hover svg {
    transform: rotate(10deg) scale(1.1);
    opacity: 1;
    fill: rgb(185,163,164);
}

.find-us .chat-form span:hover svg path {
    fill-opacity: 1;
}

.find-us .chat-form span:hover {
    color: rgb(217,199,200);
    transform: translateX(8px);
}

.course-program-details::before {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(185,163,164,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
}

.course-program-details::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(217,199,200,0.5),
        80px 200px 0 -1px rgb(185,163,164,0.5),
        200px 50px 0 -0.5px rgb(217,199,200,0.5),
        280px 160px 0 -1px rgb(185,163,164,0.5),
        320px 280px 0 -0.5px rgb(217,199,200,0.5);
}

.course-program-details .media-image {
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.course-program-details .media-image::after {
    position: absolute;
    right: -10%;
    height: 50px;
    border-radius: 50%;
    background: rgb(185,163,164);
    filter: blur(30px);
    top: -10%;
    width: 50px;
    animation: floatOrbit 15s infinite ease-in-out;
    opacity: 0.15;
    content: "";
}

.course-program-details h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    font-size: calc(22px * 1.1);
    color: #000000;
    line-height: 1.3;
    transform-origin: left center;
}

.course-program-details .description {
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 18px;
    transition: color 0.3s ease;
}

.course-program-details span.description {
    column-gap: 2rem;
    display: block;
    padding: 0.5rem 0;
    column-count: 1;
    position: relative;
}

.course-program-details .media-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course-program-details .body-content::after {
    opacity: 0.2;
    content: "";
    position: absolute;
    right: 10%;
    pointer-events: none;
    border-radius: 50%;
    width: 100px;
    border: 1px solid rgb(185,163,164,0.5);
    height: 100px;
    bottom: 10%;
}

.thxWrap::after {
    content: "";
    transform: rotate(30deg);
    height: 150px;
    background: linear-gradient(45deg, rgb(185,163,164) 0%, rgb(217,199,200) 100%);
    opacity: 0.05;
    left: -30px;
    border-radius: 10px;
    position: absolute;
    width: 150px;
    z-index: 1;
    bottom: -30px;
}

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

.thxWrap .learn-study:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}

.thxWrap .learn-study::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgba(rgb(217,199,200), 0.02) 0%, transparent 100%);
}

.thxWrap .learn-study > div:first-child::after {
    bottom: -15px;
    width: 60px;
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    background: rgb(217,199,200);
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
}

.thxWrap a {
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    overflow: hidden;
}

.thxWrap a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.thxWrap a:hover p {
    transform: translateY(-2px);
}

.thxWrap .learn-study > div:last-child {
    position: relative;
}

.thxWrap .learn-study > div:last-child::before {
    opacity: 0.2;
    content: "✓";
    right: 0;
    transform: rotate(-10deg);
    color: rgb(217,199,200);
    position: absolute;
    transition: all 0.3s ease;
    top: -15px;
    font-size: 18px;
}

.privacy-fortification::before {
    left: 0;
    transform: scaleX(0.97);
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(217,199,200), rgb(185,163,164));
    transform-origin: left;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

.privacy-fortification .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}

.privacy-fortification h1 {
    color: rgb(217,199,200);
    transition: transform 0.3s ease;
    transform: translateX(-0.5rem);
    font-weight: 700;
    position: relative;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 40px;
}

.privacy-fortification h2 {
    margin-top: 2.5rem;
    color: #000000;
    margin-bottom: 1.25rem;
    font-size: 31px;
    position: relative;
    border-left: 3px solid rgb(217,199,200);
    padding-left: 1rem;
    font-weight: 600;
    transition: padding-left 0.3s ease;
}

.privacy-fortification h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 0.75rem;
    display: inline-block;
    font-weight: 400;
    margin-top: 1.75rem;
    color: #000000;
    position: relative;
}

.privacy-fortification p {
    position: relative;
    transition: transform 0.3s ease;
    font-size: 17px;
    padding-right: 1rem;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.privacy-fortification p strong::after {
    bottom: -2px;
    transform: scaleX(0.7);
    left: 0;
    transform-origin: left;
    transition: transform 0.3s ease;
    width: 100%;
    background-color: rgb(217,199,200,0.5);
    height: 1px;
    position: absolute;
    content: "";
}

.privacy-fortification ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}

.privacy-fortification li:hover {
    transform: translateX(5px);
}

.privacy-fortification li::before {
    width: 8px;
    position: absolute;
    height: 8px;
    left: 0;
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: rgb(185,163,164);
    transform: rotate(45deg);
    content: "";
}

.title-opener > div {
    padding: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.title-opener::after {
    filter: blur(40px);
    opacity: 0.1;
    animation: pulse 8s infinite alternate;
    height: 200px;
    bottom: -50px;
    background: rgb(185,163,164);
    width: 200px;
    content: "";
    border-radius: 50%;
    position: absolute;
    right: -50px;
}

.title-opener .learn-lead {
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    display: inline-block;
    color: rgb(217,199,200);
    line-height: 1.2;
    font-size: 43px;
}

.title-opener:hover .learn-lead::after {
    transform: scaleX(1);
}

.title-opener .learning-page {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    position: relative;
    border-radius: 22px;
    opacity: 0;
    padding: 3rem;
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
}

.title-opener .learning-page > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.title-opener .learning-page p {
    opacity: 0;
    position: relative;
    font-size: calc(13px * 1.2);
    transform: translateY(15px);
    border-left: 3px solid rgb(185,163,164);
    color: #ffffff;
    padding-left: 1rem;
    font-weight: 400;
    animation: fadeInUp 0.8s 0.6s forwards ease-out;
    line-height: 1.5;
    margin: 0;
}

.meet-us {
    color: #ffffff;
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
}

.meet-us::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
}

.meet-us .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}



.meet-us .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.meet-us h2::after {
    height: 3px;
    bottom: -12px;
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    transform-origin: left;
    left: 0;
    background: rgb(217,199,200);
    position: absolute;
    content: "";
}



.meet-us .body-content > div {
    position: relative;
}

.meet-us .body-content p {
    font-weight: 600;
    display: inline-block;
    font-size: calc(16px * 1.5);
    margin-bottom: 20px;
    transform: translateX(-10px);
    color: rgb(185,163,164);
    letter-spacing: 0.5px;
    position: relative;
}

.meet-us .body-content div div {
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    column-gap: 40px;
    line-height: 1.8;
    margin-bottom: 15px;
    column-count: 1;
    font-size: 16px;
    position: relative;
}


#cookieWarningPanel {
    display: none;
}

#cookieWarningPanel:checked ~ .dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}

.data-consent {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
}

.dialogCookieSettings p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.cookie-view svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(217,199,200);
}

.cookie-view:hover svg {
    transform: scale(1.1);
}

.privacy-cookies:hover {
    box-shadow: 0 0 20px rgb(185,163,164);
}

.cookie_button.user-default {
    color: #ffffff;
    border: 2px solid rgb(185,163,164);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.user-default:hover {
    box-shadow: 0 0 15px rgb(185,163,164);
    background: rgba(0, 0, 0, 0.5);
}

.dialogCookieSettings p a {
    color: rgb(217,199,200);
    transition: color 0.3s ease;
    text-decoration: none;
}

.dialogCookieSettings p a:hover {
    color: rgb(185,163,164);
}

.teaching-experience::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(217,199,200,0.5) 10%, 
        transparent 11%);
    width: 100%;
    background-size: 150px 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
    animation: gradientSlide 30s linear infinite;
    content: "";
}

.teaching-experience .student-ratings:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.teaching-experience .media-image {
    width: 120px;
    height: 120px;
    top: -60px;
    border-radius: 2px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s ease;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(217,199,200);
    position: absolute;
    left: 40px;
}

.teaching-experience .student-ratings span:not(.name) {
    transform: translateX(0);
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 13px;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 300;
    text-transform: uppercase;
}

.teaching-experience .work-area::before {
    transition: transform 0.5s ease;
    position: absolute;
    transform-origin: right;
    background: rgb(217,199,200);
    left: -40px;
    top: 15px;
    height: 2px;
    transform: scaleX(0);
    width: 30px;
    content: "";
}

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

footer {
    background-position: center !important;
    background-size: cover !important;
}

.app-store::before {
    position: absolute;
    height: 15px;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    background: rgb(217,199,200);
    top: 0;
}

.app-store .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
}

.app-store .company_holder h3 {
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    font-size: 34px;
    padding-bottom: 1rem;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.app-store .facebook-cta {
    font-size: 18px;
    border-left: 3px solid rgb(217,199,200);
    transform: skewX(-5deg);
    line-height: 1.6;
    transform-origin: left top;
    color: #ffffff;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}

.app-store .header-mentor {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}

.app-store .header-mentor h5::before {
    position: absolute;
    width: 3px;
    left: 0;
    content: "";
    transform: skewX(5deg);
    background: rgb(217,199,200);
    top: 0;
    bottom: 0;
}

.app-store .header-mentor .top-sitewrap a {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    color: #ffffff;
    display: block;
    text-decoration: none;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
    position: relative;
}

.app-store .header-mentor .top-sitewrap a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
}

.leaderboard .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.get-in-touch {
    background: linear-gradient(145deg, rgb(242,230,231) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.get-in-touch::after {
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    pointer-events: none;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(217,199,200,0.5) 0%, transparent 60%);
    left: -50%;
    content: "";
}

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

.get-in-touch h2::after {
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(217,199,200), transparent);
    left: 50%;
    height: 3px;
    width: 80px;
    content: "";
    position: absolute;
}

.get-in-touch .connect-grid::before {
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom right, rgb(217,199,200,0.5), transparent);
    left: 0;
    opacity: 0.03;
    top: 0;
}

.get-in-touch .media-image::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
}

.get-in-touch .connect-map::after {
    bottom: 20px;
    opacity: 0.7;
    height: 50px;
    border-bottom: 2px solid rgb(217,199,200,0.5);
    position: absolute;
    width: 50px;
    border-left: 2px solid rgb(217,199,200,0.5);
    left: 20px;
    content: "";
}

.get-in-touch form h3::before {
    width: 5px;
    transform: translateY(-50%);
    background: rgb(217,199,200);
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    border-radius: 10px;
    height: 25px;
}

.get-in-touch form input[type="text"]:focus {
    border-color: rgb(217,199,200);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(217,199,200), 0.2);
}

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

.get-in-touch .connect-card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get-in-touch .connect-card label::before {
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
    top: 2px;
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
}

.get-in-touch .connect-card input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: "";
    border-left: 2px solid #ffffff;
    left: 7px;
    width: 8px;
    transform: rotate(-45deg);
    height: 4px;
    top: 11px;
    border-bottom: 2px solid #ffffff;
}

.get-in-touch form .reach-inquiry::before {
    content: "";
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(185,163,164), rgb(217,199,200));
    top: 0;
    height: 100%;
}

.get-in-touch form .reach-inquiry:hover::before {
    left: 0;
}

.get-in-touch form .reach-inquiry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.plan-card {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.price-choices {
    position: relative;
}

.plan-card h2 {
    font-weight: 700;
    animation: titleFadeIn 0.8s ease-out forwards;
    transform: translateY(0);
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    font-size: 37px;
    color: #ffffff;
}

.plan-card .tuition-grid {
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    padding: 0;
}

.plan-card .payment-scheme:hover {
    transform: translateY(-10px) scale(1.02);
}

.plan-card .learning-price {
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
}

.plan-card .payment-scheme:hover .learning-price::before {
    transform: scaleX(1);
}

.plan-card .study-sub {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.plan-card .study-sub h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.1);
}

.plan-card .payment-scheme:hover .study-sub h4::after {
    width: 60px;
}

.plan-card .study-sub p {
    overflow-wrap: break-word;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    word-break: break-word;
    margin: 0 0 25px;
    flex-grow: 1;
    color: #000000;
}

.plan-card .payment-scheme:hover .value-rates {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,199,200,0.5), rgb(217,199,200));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
}

.plan-card .value-rates::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
}



@media (max-width: 1200px) {.data-summary .statistics-edge {
    height: 130px;
    width: 130px;
}.data-summary .statistics-edge p {
    font-size: 30px;
}.data-summary h2::before,
    .data-summary h2::after {
    width: 40px;
}
}



@media (max-width: 768px) {.data-summary {
    padding: 80px 0;
}.data-summary h2 {
    margin-bottom: 50px;
}.data-summary h2::before,
    .data-summary h2::after {
    display: none;
}.data-summary .statistics-edge {
    border-radius: 18px;
}.data-summary .statistics-edge::before {
    border-radius: 18px;
}
}



@media (max-width: 375px) {.data-summary .statistics-edge {
    max-width: 150px;
    width: 100%;
}}



@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .header-mentor {
    gap: 1.5rem;
}header .top-guide {
    font-size: calc(12px - 1px);
}
}


@media (max-width: 991px) {.find-us {
    padding: 70px 0;
}.find-us .online-questions {
    gap: 20px;
    grid-template-columns: 1fr;
}.find-us h3 {
    font-size: calc(34px - 0.2rem);
    margin: 30px 30px 15px;
}.find-us h3 svg {
    width: 24px;
    height: 24px;
}.find-us .edu-tutor {
    margin: 0 30px 25px;
}.find-us .reach-team {
    padding: 0 30px 20px;
}.find-us .reach-team span svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.find-us .chat-form {
    margin: 0 30px 30px;
    grid-row: auto;
    grid-column: 1 / 2;
}.find-us .chat-form h4 svg {
    height: 22px;
    width: 22px;
}.find-us .chat-form span svg {
    width: 16px;
    height: 16px;
}
}


@media (max-width: 480px) {.find-us {
    padding: 40px 0;
}.find-us .container {
    padding: 0 15px;
}.find-us .online-questions {
    gap: 10px;
}.find-us h3 {
    font-size: calc(34px - 0.4rem);
    margin: 20px 20px 15px;
}.find-us h3 svg {
    height: 20px;
    width: 20px;
    margin-right: 6px;
}.find-us .edu-tutor {
    margin: 0 20px 20px;
}.find-us .reach-team {
    padding: 0 20px 15px;
}.find-us .reach-team::before {
    left: 20px;
}.find-us .reach-team span {
    padding: 12px 15px;
}.find-us .reach-team span svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.find-us .reach-team span span a svg {
    width: 14px;
    margin-right: 4px;
    height: 14px;
}.find-us .chat-form {
    margin: 0 20px 20px;
    padding: 20px;
}.find-us .chat-form span {
    padding: 6px 0;
}.find-us .chat-form h4 svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}.find-us .chat-form span svg {
    margin-right: 8px;
    width: 14px;
    height: 14px;
}}



@media (min-width: 1200px) {.course-program-details .media-image {
    height: 600px;
}.course-program-details h3 {
    margin-bottom: 2rem;
}.course-program-details .body-content::before {
    width: 200px;
}
}



@media (max-width: 767px) {.course-program-details {
    padding: 5rem 0;
}.course-program-details .media-image {
    margin-bottom: 1.5rem;
    height: 250px;
}.course-program-details h3 {
    margin-bottom: 1rem;
    font-size: 22px;
}.course-program-details .body-content::before {
    top: -10px;
    width: 80px;
}}



@media (max-width: 767px) {.thxWrap {
    padding: 60px 0;
}.thxWrap .learn-study {
    padding: 30px;
}.thxWrap h5 {
    font-size: calc(24px * 0.9);
}.thxWrap::before,
  .thxWrap::after {
    width: 100px;
    height: 100px;
}
}



@media (hover: none) {.thxWrap .learn-study {
    transform: none !important;
}.thxWrap a::before {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.thxWrap *,
  .thxWrap *::before,
  .thxWrap *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}




@media (max-width: 991px) {.privacy-fortification {
    padding: 3rem 1.5rem;
}.privacy-fortification h1 {
    font-size: calc(40px * 0.9);
}.privacy-fortification h2 {
    font-size: calc(31px * 0.9);
}.privacy-fortification p, .privacy-fortification span, .privacy-fortification li {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 480px) {.privacy-fortification {
    padding: 2rem 1rem;
}.privacy-fortification h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.7);
}.privacy-fortification h1::after {
    width: 60px;
}.privacy-fortification:hover h1::after {
    width: 80px;
}.privacy-fortification h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: calc(31px * 0.7);
}.privacy-fortification p, .privacy-fortification span, .privacy-fortification li {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.25rem;
}.privacy-fortification li::before {
    height: 6px;
    width: 6px;
    top: 0.4rem;
}.privacy-fortification p:hover, .privacy-fortification li:hover {
    transform: translateX(3px);
}}



@media (max-width: 767px) {.title-opener {
    padding: 4rem 0;
    min-height: auto;
}.title-opener .learn-lead {
    font-size: calc(43px * 0.85);
}.title-opener .learning-page {
    padding: 2rem;
}.title-opener .learning-page p {
    font-size: 13px;
}.title-opener .learning-page h3 {
    font-size: calc(19px * 0.9);
}
}



@media (min-width: 768px) {.meet-us .body-content div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.meet-us {
    padding: 150px 0 180px;
}.meet-us .container {
    padding: 0 40px;
}.meet-us h2 {
    font-size: calc(30px * 1.4);
    margin-bottom: 60px;
}.meet-us .body-content {
    padding: 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}
}



@media (hover: hover) {.meet-us .body-content:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(217,199,200,0.5), 0.2);
}}


@media only screen and (max-width: 1200px) {.dialogCookieSettings {
    padding: 15px 0;
}.data-consent {
    padding: 15px 5%;
}
}



@media (max-width: 768px) {.teaching-experience {
    padding: 80px 0;
}.teaching-experience .student-ratings {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.teaching-experience .media-image {
    height: 100px;
    left: 25px;
    width: 100px;
}.teaching-experience .name {
    font-size: 19px;
}.teaching-experience .work-area {
    font-size: calc(13px * 0.95);
}.teaching-experience .work-area::before {
    left: -25px;
    width: 20px;
}}



@media (max-width: 768px) {.app-store {
    padding: 3.5rem 0 1.5rem;
}.app-store::before {
    height: 10px;
}.app-store .company_holder h3 {
    font-size: calc(34px - 2px);
}.app-store .facebook-cta {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.app-store .header-mentor h5, 
    .app-store .header-mentor .top-sitewrap a {
    transform: skewX(-3deg);
}.app-store .header-mentor .top-sitewrap a:hover {
    transform: skewX(-3deg) translateX(5px);
}.leaderboard {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.leaderboard .event-cal {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.app-store .company_holder h3 {
    transform: skewX(-5deg);
}.app-store .company_holder h3::after {
    width: 60px;
}.app-store .facebook-cta {
    transform: none;
}.app-store .header-mentor h5 {
    transform: none;
}.app-store .header-mentor h5::before {
    transform: none;
}.app-store .header-mentor .top-sitewrap a,
    .app-store .header-mentor .top-sitewrap a:hover,
    .leaderboard .event-cal {
    transform: none;
}}



@media screen and (max-width: 767px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    margin-bottom: 40px;
}.get-in-touch .media-image {
    min-height: 200px;
}.get-in-touch .connect-map {
    padding: 30px 20px;
}.get-in-touch form .reach-inquiry {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 1200px) {.plan-card {
    padding: 100px 0;
}.plan-card .tuition-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}



@media (max-width: 767px) {.plan-card {
    padding: 70px 0;
}.plan-card h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.plan-card .payment-deals {
    font-size: calc(13px * 0.9);
    margin-bottom: 40px;
}.plan-card .tuition-grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.plan-card .study-sub h4 {
    font-size: 22px;
}.plan-card .study-sub p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
}.plan-card .value-rates {
    padding: 10px 20px;
    font-size: calc(22px * 1.3);
}
}



@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes blobMovement {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(0deg);
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(180deg);
    }
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(360deg);
    }
}



@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

