﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapper-border-core {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1166px;
}svg {
    height: 30px;
    width: 30px;
}.nav-block-core {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.eco-foot-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;
}}
.training-method-core {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(205,218,218);
}.training-method-core::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}.training-method-core::after {
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    animation: moveGradient 20s infinite alternate ease-in-out;
    right: -50%;
    height: 100%;
    top: -50%;
    width: 100%;
    content: "";
    background: radial-gradient(circle, rgb(132,148,148,0.5) 0%, transparent 70%);
}.training-method-core .study-tracks-core {
    position: relative;
    margin: 0 auto;
    gap: 2.5rem;
    max-width: 900px;
    flex-direction: column;
    z-index: 2;
    display: flex;
}.training-method-core h3 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 34px;
    animation: fadeInDown 0.8s ease-out forwards;
    margin: 0;
    color: #000000;
    border-radius: 13px;
    background: #ffffff;
    padding: 2rem;
    font-weight: 700;
    text-align: center;
}.training-method-core h3::before {
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.5;
    border: 2px solid rgb(168,183,183,0.5);
    border-radius: inherit;
    pointer-events: none;
    transform: translate(8px, 8px);
    width: 100%;
}.training-method-core span {
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    line-height: 1.8;
    background: #ffffff;
    font-size: 15px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    padding: 2rem;
    border-radius: 13px;
    color: #000000;
}.training-method-core span::before {
    left: 0;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translate(-8px, -8px);
    border: 2px solid rgb(132,148,148,0.5);
    content: "";
    opacity: 0.5;
    border-radius: inherit;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.training-method-core {
    padding: 5rem 1.5rem;
}.training-method-core h3 {
    font-size: calc(34px * 0.9);
    padding: 1.8rem;
}.training-method-core span {
    padding: 1.8rem;
}.training-method-core h3::before,
    .training-method-core span::before {
    transform: translate(6px, 6px);
}.training-method-core span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.training-method-core {
    padding: 4rem 1rem;
}.training-method-core h3 {
    padding: 1.5rem;
    font-size: calc(34px * 0.8);
}.training-method-core span {
    padding: 1.5rem;
    font-size: calc(15px * 0.95);
}.training-method-core .study-tracks-core {
    gap: 2rem;
}.training-method-core h3::before,
    .training-method-core span::before {
    transform: translate(4px, 4px);
}.training-method-core span::before {
    transform: translate(-4px, -4px);
}}.privacy-sanctum-core {
    box-shadow: 0 0 15px rgb(168,183,183,0.5);
    color: #ffffff;
    width: 100%;
    border: 2px solid rgb(168,183,183);
    height: auto;
    overflow: hidden;
    padding: 40px;
    font-family: Arial, sans-serif;
}.privacy-sanctum-core h1 {
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 2px solid rgb(168,183,183);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    text-shadow: 0 0 10px rgb(168,183,183,0.5);
    margin-bottom: 20px;
    color: rgb(168,183,183);
}.privacy-sanctum-core h2 {
    text-shadow: 0 0 10px rgb(132,148,148,0.5);
    padding-bottom: 5px;
    margin-top: 25px;
    color: rgb(132,148,148);
    border-bottom: 1px solid rgb(132,148,148);
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}.privacy-sanctum-core h3, .privacy-sanctum-core h4, .privacy-sanctum-core h5, .privacy-sanctum-core h6 {
    font-size: 22px;
    color: rgb(168,183,183);
    margin-top: 20px;
    text-shadow: 0 0 5px rgb(168,183,183,0.5);
    font-weight: 600;
    margin-bottom: 10px;
}.privacy-sanctum-core li {
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}.privacy-sanctum-core li::before {
    content: "▸";
    left: -15px;
    position: absolute;
    color: rgb(168,183,183);
    top: 0;
}.privacy-sanctum-core section {
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(168,183,183,0.5);
    border-radius: 10px;
}.privacy-sanctum-core p, .privacy-sanctum-core span, .privacy-sanctum-core div {
    text-shadow: 0 0 5px rgb(168,183,183,0.5);
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy-sanctum-core {
    padding: 20px 10px;
}.privacy-sanctum-core h1 {
    font-size: calc(22px * 0.8);
}.privacy-sanctum-core h2 {
    font-size: calc(22px * 0.8);
}.privacy-sanctum-core h3, .privacy-sanctum-core h4, .privacy-sanctum-core h5, .privacy-sanctum-core h6 {
    font-size: calc(22px * 0.8);
}.privacy-sanctum-core p, .privacy-sanctum-core span, .privacy-sanctum-core div {
    font-size: calc(16px * 0.9);
}}.service-connect-core {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: rgb(205,218,218);
}.service-connect-core::before {
    content: "";
    background: linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 50%, rgb(132,148,148,0.5) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    left: 0;
}.service-connect-core::after {
    animation: pulseBackground 15s infinite alternate ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    content: "";
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(168,183,183,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(132,148,148,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(168,183,183,0.5) 0%, transparent 10%);
}@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.service-connect-core .container {
    position: relative;
    z-index: 10;
}.service-connect-core .get-contactus-core {
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    padding: 3.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.service-connect-core .get-contactus-core::before {
    background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
    content: "";
    left: -50%;
    top: -50%;
    transform: rotate(25deg);
    animation: shimmer 8s infinite linear;
    position: absolute;
    z-index: -1;
    height: 200%;
    width: 200%;
}@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.service-connect-core .get-contactus-core:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.service-connect-core .get-contactus-core h2 {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    color: rgb(168,183,183);
    font-size: 30px;
}.service-connect-core .get-contactus-core h2::after {
    content: "";
    height: 3px;
    border-radius: 10px;
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 60px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(168,183,183), rgb(132,148,148));
}.service-connect-core .get-contactus-core:hover h2::after {
    width: 100%;
}.service-connect-core .get-contactus-core p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    max-width: 90%;
}.service-connect-core .get-contactus-core p:last-of-type {
    color: rgb(168,183,183);
    position: relative;
    align-items: center;
    font-weight: 600;
    display: flex;
    padding-left: 30px;
}.service-connect-core .get-contactus-core p:last-of-type svg {
    height: 20px;
    width: 20px;
    fill: rgb(168,183,183);
    margin-right: 10px;
    left: 0;
    position: absolute;
}.service-connect-core .get-contactus-core p:last-of-type svg path {
    fill: rgb(168,183,183);
}.service-connect-core .send-request-core {
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.5rem;
    display: flex;
}.service-connect-core .learn-ask-core {
    font-size: calc(20px * 1.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: rgb(168,183,183);
    min-width: 200px;
    overflow: hidden;
    padding: 1rem 2rem;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}.service-connect-core .learn-ask-core::before {
    top: 0;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    position: absolute;
    content: "";
}.service-connect-core .learn-ask-core:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(168,183,183,0.5);
}.service-connect-core .learn-ask-core:hover::before {
    left: 100%;
}.service-connect-core .learn-ask-core svg {
    margin-right: 10px;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}.service-connect-core .learn-ask-core svg {
    fill: rgb(168,183,183);
}.service-connect-core .learn-ask-core:hover svg {
    transform: scale(1.1);
    fill: #ffffff;
}.service-connect-core .learn-ask-core svg path {
    fill: rgb(168,183,183);
    transition: fill 0.3s ease;
}.service-connect-core .learn-ask-core:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.service-connect-core {
    padding: 4rem 0;
}.service-connect-core .get-contactus-core {
    padding: 2.5rem;
}.service-connect-core .get-contactus-core h2 {
    font-size: calc(30px * 0.9);
}.service-connect-core .get-contactus-core p {
    max-width: 100%;
}.service-connect-core .send-request-core {
    gap: 1rem;
}
}

@media (max-width: 767px) {.service-connect-core {
    padding: 3rem 0;
}.service-connect-core .get-contactus-core {
    padding: 2rem 1.5rem;
}.service-connect-core .get-contactus-core h2 {
    font-size: calc(30px * 0.8);
}.service-connect-core .send-request-core {
    gap: 1rem;
    flex-direction: column;
}.service-connect-core .learn-ask-core {
    width: 100%;
}.service-connect-core::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
}@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}.teacher-profile-core {
    position: relative;
    isolation: isolate;
    background: rgb(205,218,218);
    padding: 5rem 2rem;
    overflow: hidden;
}.teacher-profile-core::before {
    content: "";
    transform: rotate(15deg);
    background: rgb(168,183,183,0.5);
    z-index: -1;
    width: 60%;
    position: absolute;
    top: -20%;
    height: 140%;
    right: -5%;
    filter: blur(3px);
}.teacher-profile-core::after {
    content: "";
    z-index: -1;
    animation: morph 15s linear infinite alternate;
    left: -5%;
    bottom: -5%;
    height: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 30%;
    background: rgb(132,148,148,0.5);
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teacher-profile-core .review-space-core {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    gap: 0;
    margin: 0 auto;
}.teacher-profile-core .snap-shot-core {
    width: 100%;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    position: relative;
    border-radius: 0;
    height: 450px;
    transform: translateX(-5%);
    grid-column: 1 / 2;
}.teacher-profile-core .snap-shot-core::after {
    width: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    content: "";
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.teacher-profile-core .review-space-core:hover .snap-shot-core {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.teacher-profile-core .career-section-core {
    transform: translateX(-15%);
    padding: 3rem 3rem 3rem 5rem;
    display: flex;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    flex-direction: column;
    grid-column: 2 / 3;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-row: 1 / 2;
}.teacher-profile-core .review-space-core:hover .career-section-core {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.teacher-profile-core .name {
    color: rgb(168,183,183);
    font-size: 34px;
    position: relative;
    font-weight: 700;
    margin-bottom: 0.7rem;
    display: inline-block;
}.teacher-profile-core .name::before {
    z-index: -1;
    top: -10px;
    transition: transform 0.4s ease 0.2s;
    left: -20px;
    border-radius: 10px;
    transform: rotate(45deg) scale(0);
    background: rgb(132,148,148,0.5);
    position: absolute;
    height: 30px;
    content: "";
    width: 30px;
}.teacher-profile-core .review-space-core:hover .name::before {
    transform: rotate(45deg) scale(1);
}.teacher-profile-core .career-section-core > div:nth-child(2) {
    font-weight: 600;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
    opacity: 0.9;
    color: rgb(132,148,148);
    opacity: 0;
    font-size: 16px;
}.teacher-profile-core .review-space-core:hover .career-section-core > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.teacher-profile-core .experience-log-core {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.7;
    padding-top: 20px;
    color: #000000;
    position: relative;
    opacity: 0;
    font-style: italic;
    transform: translateY(20px);
    transition: all 0.5s ease 0.5s;
}.teacher-profile-core .review-space-core:hover .experience-log-core {
    transform: translateY(0);
    opacity: 1;
}.teacher-profile-core .experience-log-core::before {
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(168,183,183), transparent);
    height: 3px;
    content: "";
    top: 0;
    left: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teacher-profile-core .career-section-core::after {
    background: rgb(168,183,183,0.5);
    height: 40px;
    right: 20px;
    border-radius: 50%;
    width: 40px;
    position: absolute;
    z-index: -1;
    bottom: 20px;
    animation: float 4s ease-in-out infinite;
    content: "";
}

@media (max-width: 992px) {.teacher-profile-core .review-space-core {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.teacher-profile-core .snap-shot-core {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform: none;
    height: 300px;
}.teacher-profile-core .snap-shot-core::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teacher-profile-core .career-section-core {
    transform: none;
    padding: 2rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    clip-path: none;
}.teacher-profile-core .review-space-core:hover .career-section-core {
    transform: translateY(-5px);
}}.access-now-core {
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(132,148,148,0.5) 100%);
    position: relative;
    overflow: hidden;
}.access-now-core::before {
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(205,218,218) 0%,
        transparent 70%
    );
}.access-now-core .study-tracks-core {
    z-index: 10;
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}.access-now-core .container p {
    line-height: 1.4;
    max-width: 800px;
    background: #ffffff;
    font-weight: 700;
    padding: 40px;
    margin: 0 auto 80px;
    position: relative;
    text-align: center;
    z-index: 5;
    color: #000000;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(168,183,183,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    font-size: 28px;
}.access-now-core .reach-map-core {
    transform: rotate(-2deg);
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    padding: 20px 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
    transform-origin: center;
    position: relative;
    box-shadow: 
        5px 5px 0 rgb(168,183,183),
        10px 10px 0 rgb(132,148,148,0.5);
    background: #ffffff;
    font-weight: 600;
}.access-now-core .reach-map-core:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(168,183,183),
        16px 16px 0 rgb(132,148,148,0.5);
}.access-now-core .container p::before {
    right: -5px;
    content: '';
    height: 40px;
    background: rgb(168,183,183);
    width: 40px;
    z-index: -1;
    position: absolute;
    top: -5px;
}.access-now-core .reach-map-core::before {
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    border: 2px dashed rgb(168,183,183);
    left: 5px;
    width: 100%;
    top: 5px;
}.access-now-core .reach-map-core:hover::before {
    top: 8px;
    left: 8px;
}.access-now-core::after {
    background: rgb(168,183,183,0.5);
    content: '';
    transform: rotate(45deg);
    top: -200px;
    width: 400px;
    border-radius: 0 50% 50% 50%;
    position: absolute;
    height: 400px;
    opacity: 0.1;
    z-index: 1;
    right: -200px;
}.access-now-core .study-tracks-core::after {
    content: '';
    height: 300px;
    opacity: 0.1;
    z-index: 1;
    border-radius: 50% 0 50% 50%;
    width: 300px;
    background: rgb(132,148,148,0.5);
    bottom: -150px;
    left: -150px;
    transform: rotate(-45deg);
    position: absolute;
}

@media (max-width: 991px) {.access-now-core {
    padding: 100px 0;
}.access-now-core .container p {
    margin-bottom: 70px;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(168,183,183,0.5);
    padding: 35px;
    font-size: calc(21px * 1.2);
}.access-now-core .reach-map-core {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.access-now-core {
    padding: 80px 0;
}.access-now-core .container p {
    margin-bottom: 60px;
    font-size: 21px;
    padding: 30px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}.access-now-core .reach-map-core {
    transform: rotate(-1deg);
    padding: 15px 35px;
}.access-now-core .container p::before {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.access-now-core {
    padding: 60px 0;
}.access-now-core .container p {
    padding: 25px;
    font-size: calc(14px * 1.2);
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(168,183,183,0.5);
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    margin-bottom: 50px;
}.access-now-core .reach-map-core {
    transform: rotate(0);
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
    box-shadow: 
            3px 3px 0 rgb(168,183,183),
            6px 6px 0 rgb(132,148,148,0.5);
}.access-now-core .reach-map-core::before {
    left: 3px;
    top: 3px;
}.access-now-core .reach-map-core:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(168,183,183),
            10px 10px 0 rgb(132,148,148,0.5);
}.access-now-core .reach-map-core:hover::before {
    top: 5px;
    left: 5px;
}}.program-overview-core {
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.program-overview-core::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, rgb(168,183,183,0.5) 0%, rgb(132,148,148,0.5) 100%);
    width: 300px;
    filter: blur(120px);
    content: "";
    height: 300px;
    right: -5%;
    opacity: 0.4;
    top: -10%;
}.program-overview-core::after {
    position: absolute;
    height: 250px;
    left: -5%;
    opacity: 0.3;
    width: 250px;
    content: "";
    background: linear-gradient(225deg, rgb(132,148,148,0.5) 0%, rgb(168,183,183,0.5) 100%);
    bottom: -10%;
    z-index: 0;
    filter: blur(100px);
}.program-overview-core .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.program-overview-core .knowledge-map-core {
    display: grid;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 40px;
    border-left: 3px solid rgb(168,183,183);
}.program-overview-core .knowledge-map-core:hover {
    transform: translateY(-5px);
}.program-overview-core .snap-shot-core {
    overflow: hidden;
    height: 250px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
    width: 100%;
    position: relative;
}.program-overview-core .snap-shot-core::after {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.program-overview-core .snap-shot-core:hover {
    transform: scale(1.02);
}.program-overview-core .text-holder-core {
    padding: 40px 30px;
    position: relative;
}.program-overview-core .text-holder-core::before {
    background: linear-gradient(90deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0.7);
    top: 0;
    content: "";
}.program-overview-core .knowledge-map-core:hover .text-holder-core::before {
    transform: scaleX(1);
}.program-overview-core h3 {
    transform: translateY(0);
    transition: transform 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 24px;
    color: #000000;
}.program-overview-core .knowledge-map-core:hover h3 {
    padding-left: 15px;
    transform: translateY(-3px);
    color: rgb(168,183,183);
}.program-overview-core h3::after {
    height: 2px;
    content: "";
    width: 60px;
    bottom: -8px;
    background-color: rgb(132,148,148);
    transition: width 0.4s ease-out, background-color 0.3s ease;
    position: absolute;
    left: 0;
}.program-overview-core .knowledge-map-core:hover h3::after {
    background-color: rgb(168,183,183);
    width: 100px;
}.program-overview-core .text-holder-core div {
    position: relative;
    overflow: hidden;
}.program-overview-core p.description {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    overflow-y: auto;
    position: relative;
    max-height: 300px;
    padding-right: 15px;
}.program-overview-core p.description::-webkit-scrollbar {
    width: 4px;
}.program-overview-core p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program-overview-core p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,183,183,0.5);
}.program-overview-core span.description {
    display: none;
}

@media (min-width: 768px) {.program-overview-core .knowledge-map-core {
    align-items: start;
    grid-template-columns: 1fr 1.5fr;
}.program-overview-core .snap-shot-core {
    height: 100%;
    min-height: 400px;
}.program-overview-core h3 {
    font-size: calc(24px * 1.1);
}.program-overview-core p.description {
    font-size: calc(13px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 992px) {.program-overview-core .knowledge-map-core {
    grid-template-columns: 1fr 1.8fr;
}.program-overview-core .snap-shot-core {
    min-height: 450px;
}.program-overview-core .text-holder-core {
    padding: 50px 40px;
}.program-overview-core h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 1.2);
}.program-overview-core p.description {
    line-height: 1.9;
    max-height: 450px;
}
}

@media (max-width: 767px) {.program-overview-core {
    padding: 70px 0;
}.program-overview-core .text-holder-core {
    padding: 30px 20px;
}.program-overview-core h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.program-overview-core p.description {
    font-size: calc(13px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {.program-overview-core {
    padding: 50px 0;
}.program-overview-core .snap-shot-core {
    height: 180px;
}.program-overview-core .text-holder-core {
    padding: 25px 15px;
}.program-overview-core h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 15px;
}
}

@media (hover: hover) {.program-overview-core .knowledge-map-core {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.program-overview-core .knowledge-map-core:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.greeting-page-core {
    color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    padding: 2rem;
}.greeting-page-core::before {
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 1;
    top: 0;
    backdrop-filter: blur(3px) saturate(110%);
    content: "";
    position: absolute;
}.greeting-page-core::after {
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    z-index: 2;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(168,183,183,0.5) 0,
    rgb(168,183,183,0.5) 1px,
    transparent 1px,
    transparent 30px
  );
    top: 0;
}.greeting-page-core > div {
    width: 100%;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
    position: relative;
    max-width: 1200px;
    display: flex;
    gap: 3rem;
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.greeting-page-core > div > div:first-child {
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}.greeting-page-core .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 39px);
    transform-origin: left center;
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    position: relative;
    animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.greeting-page-core .title_style_header::after {
    height: 4px;
    position: absolute;
    bottom: -0.5rem;
    background: rgb(168,183,183);
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    left: 0;
    transform-origin: left center;
    transform: scaleX(0);
    content: "";
    width: 6rem;
}.greeting-page-core .course-entry-core {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.greeting-page-core .learning-growth-core {
    padding: 2rem;
    animation: slideInRight 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    opacity: 0;
    border-left: 3px solid rgb(168,183,183);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(-20px);
}.greeting-page-core .learning-growth-core h3 {
    font-size: clamp(1.25rem, 3vw, 24px);
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}.greeting-page-core .course-entry-core > div:last-child {
    transform: translateY(20px);
    animation: fadeUp 1s ease 0.6s forwards;
    margin-top: 1rem;
    opacity: 0;
    position: relative;
}.greeting-page-core .course-entry-core > div:last-child::before {
    position: absolute;
    height: 2px;
    background-color: rgb(132,148,148);
    width: 30px;
    content: "";
    left: 0;
    top: -10px;
}.greeting-page-core span p {
    color: #ffffff;
    position: relative;
    padding-left: 1rem;
    font-size: clamp(1rem, 2.5vw, 15px);
    line-height: 1.6;
    margin: 0;
}.greeting-page-core span p::before {
    left: 0;
    transform: translateY(-50%);
    height: 70%;
    width: 5px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(168,183,183), rgb(132,148,148));
    content: "";
    opacity: 0.8;
    position: absolute;
}

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

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

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

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

@media (min-width: 768px) {.greeting-page-core {
    padding: 3rem;
}.greeting-page-core > div {
    gap: 4rem;
}.greeting-page-core .title_style_header::after {
    width: 8rem;
}.greeting-page-core .course-entry-core {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}.greeting-page-core .learning-growth-core {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.greeting-page-core .learning-growth-core:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.greeting-page-core .course-entry-core > div:last-child {
    margin-top: 0;
}
}

@media (min-width: 1200px) {.greeting-page-core {
    padding: 0 5rem;
}.greeting-page-core > div {
    gap: 5rem;
}.greeting-page-core .title_style_header {
    margin-left: -2px;
}.greeting-page-core .title_style_header::after {
    width: 10rem;
}.greeting-page-core .learning-growth-core {
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: -1rem;
}.greeting-page-core .learning-growth-core:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.03) 100%
    );
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.greeting-page-core span p {
    max-width: 90%;
    font-size: 15px;
}
}

@media (max-width: 767px) {.greeting-page-core {
    padding: 2rem 1.5rem;
    min-height: 80vh;
}.greeting-page-core .title_style_header {
    font-size: clamp(2rem, 8vw, 38px);
}.greeting-page-core .learning-growth-core {
    padding: 1.5rem;
}}.program-outcomes-core {
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(247, 248, 255, 0.95) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.program-outcomes-core::before {
    filter: blur(60px);
    width: 300px;
    top: -5%;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    z-index: 0;
    content: "";
    opacity: 0.6;
    background: linear-gradient(225deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    height: 300px;
}.program-outcomes-core::after {
    width: 200px;
    transform: rotate(30deg);
    content: "";
    filter: blur(50px);
    z-index: 0;
    background: linear-gradient(45deg, rgb(132,148,148,0.5) 0%, transparent 70%);
    position: absolute;
    left: -50px;
    height: 200px;
    opacity: 0.5;
    bottom: -50px;
}.program-outcomes-core .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.program-outcomes-core .study-tracks-core {
    gap: 4rem;
    display: flex;
    align-items: center;
    transform: perspective(1200px) rotateY(-2deg);
    justify-content: space-between;
}.program-outcomes-core .text-holder-core {
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    flex: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) translateZ(20px);
}.program-outcomes-core .text-holder-core:hover {
    transform: perspective(1000px) translateZ(40px) translateY(-5px);
}.program-outcomes-core .text-holder-core::before {
    content: "";
    position: absolute;
    transform: scaleY(0.94);
    height: 100%;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,183,183), rgb(132,148,148));
    left: 0;
}.program-outcomes-core h4 {
    font-size: calc(21px * 1.1);
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-weight: 700;
}.program-outcomes-core h4::after {
    width: 80px;
    position: absolute;
    background: rgb(168,183,183);
    height: 3px;
    animation: expand 3s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
    left: 0;
    content: "";
    bottom: -12px;
    transform-origin: left;
}@keyframes expand {
    0% { transform: scaleX(0.7); }
    100% { transform: scaleX(1); }
}

.program-outcomes-core .text-holder-core > div {
    gap: 1.5rem;
    display: flex;
    margin-top: 1rem;
}.program-outcomes-core ul {
    flex: 1;
    padding: 0;
    margin: 0;
    list-style: none;
}.program-outcomes-core li {
    transform: translateX(0);
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    position: relative;
}.program-outcomes-core li:hover {
    transform: translateX(5px);
}.program-outcomes-core li p {
    line-height: 1.6;
    margin: 0;
    gap: 15px;
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: flex-start;
}.program-outcomes-core li p span:last-child {
    flex: 1;
}.program-outcomes-core svg {
    transition: transform 0.3s ease;
    width: 24px;
    margin-top: 3px;
    transform: translateY(-2px);
    height: 24px;
}.program-outcomes-core li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.program-outcomes-core svg path {
    fill: rgb(168,183,183);
    transition: fill 0.3s ease;
}.program-outcomes-core li:hover svg path {
    fill: rgb(132,148,148);
}.program-outcomes-core .snap-shot-core {
    height: auto;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(5deg) translateZ(30px);
    box-shadow: 25px 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 4px;
    max-width: 45%;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    object-fit: cover;
}.program-outcomes-core .snap-shot-core:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(50px);
}

@media (max-width: 1024px) {.program-outcomes-core {
    padding: 6rem 0;
}.program-outcomes-core .study-tracks-core {
    gap: 3rem;
    transform: perspective(1200px) rotateY(-1deg);
}.program-outcomes-core .text-holder-core {
    padding: 2rem;
}.program-outcomes-core h4 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.program-outcomes-core {
    padding: 4rem 0;
}.program-outcomes-core .study-tracks-core {
    flex-direction: column-reverse;
    transform: none;
}.program-outcomes-core .text-holder-core {
    transform: none;
    width: 100%;
    padding: 2rem 1.5rem;
}.program-outcomes-core .text-holder-core > div {
    flex-direction: column;
    gap: 0;
}.program-outcomes-core .snap-shot-core {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 0% 97%);
    max-width: 90%;
    margin: 0 auto 2rem;
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.program-outcomes-core h4 {
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
}.program-outcomes-core li {
    margin-bottom: 1.2rem;
}.program-outcomes-core li p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.program-outcomes-core {
    padding: 3rem 0;
}.program-outcomes-core .text-holder-core {
    padding: 1.5rem 1rem;
}.program-outcomes-core .snap-shot-core {
    clip-path: polygon(0 0, 100% 2%, 98% 100%, 0% 98%);
    max-width: 100%;
}.program-outcomes-core h4 {
    font-size: 20px;
}.program-outcomes-core li p {
    gap: 10px;
    font-size: calc(18px * 0.9);
}.program-outcomes-core svg {
    height: 20px;
    width: 20px;
}}header {
    background: #ffffff;
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: visible;
}header::before {
    background: linear-gradient(to right, rgb(168,183,183), rgb(132,148,148));
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}header .top-header-core {
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 25px 30px;
    display: flex;
}header .top-header-core::after {
    height: 1px;
    background-color: rgb(205,218,218);
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}header .top-header-core .header-lesson-core {
    position: relative;
    z-index: 2;
}header .top-header-core .header-lesson-core .head-top-core {
    position: relative;
    display: block;
    overflow: hidden;
}header .top-header-core .header-lesson-core .head-top-core svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 40px;
    width: auto;
}header .top-header-core .header-lesson-core .head-top-core:hover svg {
    transform: scale(1.08);
}header .top-header-core .header-site-core {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}header .top-header-core .header-site-core .top-teach-core {
    margin: 0 15px;
    position: relative;
}header .top-header-core .header-site-core .top-teach-core:last-child {
    margin-right: 0;
}header .top-header-core .header-site-core .top-teach-core a {
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}header .top-header-core .header-site-core .top-teach-core a:hover {
    letter-spacing: 1px;
    color: rgb(168,183,183);
}header .top-header-core .header-site-core .top-teach-core a::before,
header .top-header-core .header-site-core .top-teach-core a::after {
    height: 1px;
    content: "";
    left: 0;
    width: 100%;
    background-color: rgb(168,183,183);
    transform-origin: right center;
    bottom: 0;
    position: absolute;
}header .top-header-core .header-site-core .top-teach-core a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .top-header-core .header-site-core .top-teach-core a::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0);
    transform-origin: left center;
    background-color: rgb(132,148,148);
}header .top-header-core .header-site-core .top-teach-core a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .top-header-core .header-site-core .top-teach-core a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .top-header-core .header-site-core .top-teach-core a::after {
    height: 3px;
    opacity: 0.3;
    bottom: -2px;
}header .top-header-core .header-site-core .top-teach-core:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .top-header-core {
    flex-direction: column;
    padding: 20px 15px;
}header .top-header-core .header-lesson-core {
    margin-bottom: 20px;
}header .top-header-core .header-site-core {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top-header-core .header-site-core .top-teach-core {
    margin: 5px 12px;
}header .top-header-core .header-site-core .top-teach-core a {
    padding: 5px 0;
    font-size: calc(14px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .top-header-core {
    padding: 15px 10px;
}header .top-header-core .header-lesson-core {
    margin-bottom: 15px;
}header .top-header-core .header-lesson-core .head-top-core svg {
    height: 35px;
}header .top-header-core .header-site-core {
    gap: 5px;
}header .top-header-core .header-site-core .top-teach-core {
    margin: 2px 10px;
}}.cookie-dialog-banner-core {
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 15px 20px;
    z-index: 1050;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(168,183,183);
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
}.track-optin-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.track-bar-core {
    margin-right: 15px;
    flex-shrink: 0;
}.track-bar-core svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(168,183,183);
    width: 50px;
    height: 50px;
}.learn-prefs-core {
    margin-right: 15px;
    flex-grow: 1;
}.learn-prefs-core h5 {
    color: rgb(168,183,183);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 19px;
}.learn-prefs-core p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}.track-edu-core {
    white-space: nowrap;
    border: 1px solid transparent;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
}.cookie_button.cookie-all-core {
    border-color: rgb(168,183,183);
    background-color: rgb(168,183,183);
    color: #ffffff;
}#cookie-box-overlay-core {
    display: none;
}#cookie-box-overlay-core:checked ~ .cookie-dialog-banner-core {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie-all-core:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-explained-core {
    background-color: rgb(132,148,148);
    border-color: rgb(132,148,148);
    color: #000000;
}.cookie_button.cookie-explained-core:hover {
    border-color: rgb(168,183,183);
    color: #ffffff;
    background-color: rgb(168,183,183);
}.cookie-dialog-banner-core p a {
    color: rgb(168,183,183);
    text-decoration: underline;
}.cookie-dialog-banner-core p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.learn-prefs-core h5 {
    font-size: calc(19px - 2px);
}.learn-prefs-core p {
    font-size: calc(16px - 2px);
}.track-edu-core {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.track-optin-core {
    flex-direction: column;
    align-items: center;
}.track-bar-core {
    margin-bottom: 10px;
}.learn-prefs-core {
    text-align: center;
    margin-bottom: 15px;
}.track-edu-core {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.gratArea-core {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(205,218,218), rgba(245, 247, 250, 0.95));
}.gratArea-core::before {
    width: 50%;
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(to bottom right, rgb(168,183,183,0.5), transparent);
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    content: "";
}.gratArea-core::after {
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(132,148,148), 
    rgb(168,183,183), 
    transparent);
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 3px;
}.gratArea-core .container {
    z-index: 3;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.gratArea-core h2 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    opacity: 0;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    max-width: 85%;
    font-size: 34px;
    transform: translateX(-1rem);
    font-family: Arial, sans-serif;
    position: relative;
}.gratArea-core h2::after {
    transform-origin: left;
    position: absolute;
    bottom: -0.8rem;
    transform: scaleX(0);
    left: 0;
    height: 3px;
    content: "";
    background: rgb(168,183,183);
    width: 5rem;
    animation: growLine 1s ease-out forwards 0.8s;
}.gratArea-core .study-tracks-core {
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(168,183,183);
    animation: slideUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(1rem);
    padding: 3rem;
}.gratArea-core .study-tracks-core::before {
    right: 2rem;
    content: "";
    width: 8rem;
    background: linear-gradient(135deg, rgb(132,148,148,0.5), transparent);
    position: absolute;
    z-index: 0;
    height: 8rem;
    opacity: 0.12;
    top: 2rem;
    border-radius: 50%;
}.gratArea-core ul {
    position: relative;
    list-style: none;
    z-index: 2;
    padding: 0;
    margin: 0;
}.gratArea-core li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.5rem;
}.gratArea-core li:last-child {
    margin-bottom: 0;
}.gratArea-core li::before {
    position: absolute;
    left: 0;
    top: 0.6rem;
    background: rgb(168,183,183);
    width: 0.5rem;
    content: "";
    animation: growBox 0.6s ease-out forwards 1.2s;
    transform: rotate(45deg) scale(0);
    height: 0.5rem;
}.gratArea-core li span {
    display: block;
    transform: translateX(0.5rem);
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    line-height: 1.7;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.gratArea-core .study-tracks-core:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
}.gratArea-core .study-tracks-core:hover::before {
    transition: transform 0.5s ease;
    transform: scale(1.1);
}
}

@media (max-width: 991px) {.gratArea-core {
    padding: 4rem 0;
}.gratArea-core h2 {
    max-width: 95%;
    font-size: calc(34px * 0.9);
}.gratArea-core .study-tracks-core {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratArea-core {
    padding: 3rem 0;
}.gratArea-core::before {
    width: 70%;
}.gratArea-core .container {
    padding: 0 1.5rem;
}.gratArea-core h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
    max-width: 100%;
}.gratArea-core .study-tracks-core {
    padding: 2rem 1.5rem;
}.gratArea-core .study-tracks-core::before {
    height: 6rem;
    width: 6rem;
    top: 1.5rem;
    right: 1.5rem;
}
}

@media (max-width: 480px) {.gratArea-core {
    padding: 2.5rem 0;
}.gratArea-core h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.7);
}.gratArea-core h2::after {
    width: 4rem;
}.gratArea-core .study-tracks-core {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.gratArea-core li {
    padding-left: 1.25rem;
}.gratArea-core li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}footer {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    perspective: 1000px;
}footer::before {
    position: absolute;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(168,183,183,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.85;
}footer::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    animation: scanline 10s linear infinite;
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    height: 100%;
}.eco-foot-core {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.eco-foot-core::before {
    top: 0;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(132,148,148) 50%, 
                transparent 100%);
    animation: glowPulse 3s ease-in-out infinite alternate;
    width: 100%;
}.eco-foot-core .container {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.eco-foot-core .company_holder {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(168,183,183);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 2rem;
}.eco-foot-core .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(168,183,183,0.5);
}.eco-foot-core .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.9);
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
}.eco-foot-core .company_holder h3::after {
    transition: width 0.4s ease-in-out;
    background: rgb(168,183,183);
    bottom: 0;
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    height: 3px;
}.eco-foot-core .company_holder:hover h3::after {
    width: 100%;
}.eco-foot-core .collab-space-core {
    max-width: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
}.eco-foot-core .collab-space-core::before {
    width: 2px;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
                rgb(168,183,183) 0%, 
                transparent 100%);
    top: 0;
    content: "";
}.eco-foot-core .reg-remind-core {
    position: relative;
}.eco-foot-core .nav-lead-core {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.eco-foot-core .header-site-core {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 21px;
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(5px);
}.eco-foot-core .header-site-core::before {
    top: -50%;
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    width: 200%;
    transform: rotate(45deg);
    left: -50%;
    z-index: -1;
    height: 200%;
    transition: all 0.6s ease;
    content: "";
}.eco-foot-core .header-site-core:hover::before {
    top: -100%;
    left: -100%;
}.eco-foot-core .header-site-core::after {
    transition: all 0.4s ease;
    border-color: transparent rgb(168,183,183) transparent transparent;
    top: 0;
    transform-style: preserve-3d;
    right: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    width: 0;
    transform: translateZ(5px);
    border-width: 0 25px 25px 0;
    content: "";
}.eco-foot-core .header-site-core:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(132,148,148) transparent transparent;
}.eco-foot-core .header-site-core:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}.eco-foot-core .header-site-core h5 {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.eco-foot-core .header-site-core h5::before {
    width: 100%;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 1px;
    background: rgb(132,148,148);
}.eco-foot-core .header-site-core h5::after {
    position: absolute;
    left: 0;
    width: 30%;
    content: "";
    bottom: -8px;
    transition: width 0.4s ease-in-out;
    height: 3px;
    background: rgb(168,183,183);
}.eco-foot-core .header-site-core:hover h5::after {
    width: 100%;
}.eco-foot-core .header-site-core .nav-lead-core {
    flex-direction: column;
    display: flex;
    gap: 0.875rem;
}.eco-foot-core .header-site-core a {
    font-size: 12px;
    text-decoration: none;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    transition: all 0.3s ease;
}.eco-foot-core .header-site-core a::before {
    opacity: 0;
    left: -20px;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateZ(5px);
    content: "→";
}.eco-foot-core .header-site-core a:hover {
    transform: translateX(20px);
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.eco-foot-core .header-site-core a:hover::before {
    left: 0;
    opacity: 1;
}.referral-prog-core {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 3rem;
    backdrop-filter: blur(10px);
}.referral-prog-core::before {
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(168,183,183) 30%, 
                #ffffff 50%, 
                rgb(132,148,148) 70%, 
                transparent 100%);
    top: 0;
    content: "";
    left: 0;
}.referral-prog-core .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.referral-prog-core .challenge-cta-core {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
}.referral-prog-core .challenge-cta-core:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(168,183,183), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(132,148,148,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(132,148,148);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.eco-foot-core .company_holder::before,
.eco-foot-core .header-site-core::before {
    height: 100px;
    filter: blur(30px);
    border-radius: 50%;
    position: absolute;
    width: 100px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
    background: radial-gradient(circle, rgb(168,183,183,0.5) 0%, transparent 70%);
}.eco-foot-core .company_holder::before {
    bottom: -20px;
    right: -20px;
}.eco-foot-core .header-site-core::before {
    left: -20px;
    top: -20px;
}.eco-foot-core .company_holder:hover::before,
.eco-foot-core .header-site-core:hover::before {
    opacity: 0.5;
}.eco-foot-core .company_holder::after {
    height: 30px;
    position: absolute;
    width: 30px;
    right: 20px;
    transition: all 0.4s ease;
    border-top: 2px solid rgb(168,183,183);
    content: "";
    top: 20px;
    opacity: 0.7;
    border-right: 2px solid rgb(168,183,183);
}.eco-foot-core .company_holder:hover::after {
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
}

@media (max-width: 992px) {.eco-foot-core {
    padding: 4rem 0 2rem;
}.eco-foot-core .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.eco-foot-core .company_holder,
    .eco-foot-core .reg-remind-core {
    width: 100%;
}.eco-foot-core .nav-lead-core {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.eco-foot-core {
    padding: 3.5rem 0 1.5rem;
}.eco-foot-core .nav-lead-core {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.eco-foot-core .company_holder,
    .eco-foot-core .header-site-core {
    padding: 1.5rem;
}.eco-foot-core .company_holder h3,
    .eco-foot-core .header-site-core h5 {
    margin-bottom: 1.25rem;
}.referral-prog-core {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.eco-foot-core {
    padding: 3rem 0 1rem;
}.eco-foot-core .company_holder {
    padding: 1.25rem;
}.eco-foot-core .company_holder h3 {
    font-size: calc(36px * 0.8);
}.eco-foot-core .header-site-core h5 {
    font-size: calc(24px * 0.9);
}.eco-foot-core .header-site-core a,
    .eco-foot-core .collab-space-core {
    font-size: calc(12px * 0.9);
}.referral-prog-core .challenge-cta-core {
    font-size: calc(16px * 0.9);
    padding: 0.4rem 1rem;
}}

.eco-foot-core .company_holder .collab-space-core::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(168,183,183), transparent);
    bottom: -10px;
    left: 1rem;
    content: "";
    width: 70px;
    transition: width 0.4s ease;
}.eco-foot-core .company_holder:hover .collab-space-core::after {
    width: calc(100% - 1rem);
}.eco-foot-core::after {
    z-index: -2;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    opacity: 0.3;
    content: "";
    left: 0;
    background-size: 40px 40px;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.eco-foot-core .header-site-core:nth-child(1)::before {
    background: radial-gradient(circle, rgb(168,183,183,0.5) 0%, transparent 70%);
}.eco-foot-core .header-site-core:nth-child(2)::before {
    background: radial-gradient(circle, rgb(132,148,148,0.5) 0%, transparent 70%);
}.eco-foot-core .nav-lead-core a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgb(168,183,183), rgb(132,148,148));
}.eco-foot-core .nav-lead-core a:hover::after {
    width: 100%;
}.our-background-core {
    padding: 6rem 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.our-background-core::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.45) 100%);
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    top: 0;
}.our-background-core::after {
    z-index: 0;
    width: 40%;
    height: 80%;
    opacity: 0.5;
    content: "";
    position: absolute;
    background: rgb(168,183,183,0.5);
    right: -5%;
    filter: blur(60px);
    top: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    animation: glow 8s infinite alternate;
}.our-background-core .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}.our-background-core .text-holder-core {
    max-width: 900px;
    display: flex;
    margin-left: 5%;
    opacity: 0;
    animation: fadeUp 1s forwards 0.3s ease-out;
    transform: translateY(20px);
    flex-direction: column;
    position: relative;
}.our-background-core h1 {
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    font-size: calc(40px * 1.2);
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.our-background-core h1::before {
    background: rgb(132,148,148);
    width: 80px;
    content: "";
    height: 4px;
    transform-origin: left;
    animation: lineGrow 1.5s forwards ease-out;
    left: 0;
    position: absolute;
    bottom: 0;
}.our-background-core h1::after {
    content: "";
    background: rgb(168,183,183);
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 4px;
    animation: lineGrow 1.5s forwards 0.3s ease-out;
    width: 40px;
    transform: translateX(20px);
}.our-background-core ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}.our-background-core li {
    margin-bottom: 1.5rem;
}.our-background-core li:first-child {
    margin-bottom: 1rem;
}.our-background-core h4 {
    opacity: 0;
    position: relative;
    transform: translateX(-10px);
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    letter-spacing: 0.5px;
    font-size: calc(23px * 1.15);
    color: rgb(132,148,148);
    display: inline-block;
    font-weight: 600;
}.our-background-core h4::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: rgb(132,148,148);
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
}.our-background-core span {
    font-size: 12px;
    text-align: justify;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.1), 
        rgba(rgba(0, 0, 0, 0.5), 0.4));
    color: #ffffff;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    opacity: 0;
    line-height: 1.8;
    animation: fadeUp 1s forwards 0.9s ease-out;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-left: 3px solid rgb(168,183,183);
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}

@media (min-width: 992px) {.our-background-core {
    padding: 8rem 0;
}.our-background-core .text-holder-core {
    margin-left: 8%;
}.our-background-core h1 {
    font-size: calc(40px * 1.5);
}.our-background-core span {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
    padding: 2rem;
}.our-background-core h1::before {
    width: 120px;
    height: 5px;
}.our-background-core h1::after {
    bottom: -15px;
    width: 60px;
}
}

@media (min-width: 1200px) {.our-background-core .container {
    padding: 0 3rem;
}.our-background-core .text-holder-core {
    margin-left: 10%;
}.our-background-core span {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}.our-background-core::after {
    width: 50%;
    height: 90%;
}
}

@media (max-width: 991px) {.our-background-core {
    padding: 5rem 0;
}.our-background-core h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 1.1);
}.our-background-core .text-holder-core {
    margin-left: 3%;
}
}

@media (max-width: 768px) {.our-background-core {
    padding: 4rem 0;
}.our-background-core .container {
    padding: 0 1.5rem;
}.our-background-core h1 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 40px;
}.our-background-core h4 {
    font-size: 23px;
}.our-background-core span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    padding: 1.25rem;
}.our-background-core .text-holder-core {
    margin-left: 0;
}.our-background-core h1::before {
    height: 3px;
    width: 60px;
}.our-background-core h1::after {
    bottom: -8px;
    width: 30px;
    height: 3px;
}
}

@media (max-width: 576px) {.our-background-core {
    padding: 3rem 0;
}.our-background-core .container {
    padding: 0 1rem;
}.our-background-core h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.25rem;
}.our-background-core span {
    padding: 1rem;
    font-size: calc(12px * 0.9);
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    line-height: 1.6;
}.our-background-core h1::before {
    width: 50px;
}.our-background-core h1::after {
    width: 25px;
}}.plan-deal-core {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.plan-deal-core::before {
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    content: "";
    backdrop-filter: blur(4px);
}.plan-deal-core .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}.plan-deal-core .plan-options-core {
    flex-direction: column;
    width: 100%;
    align-items: center;
    display: flex;
}.plan-deal-core h2 {
    margin-bottom: 20px;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 1px;
    animation: fadeSlideUp 0.7s ease forwards;
    font-weight: 700;
}.plan-deal-core .price-plan-core {
    transform: translateY(20px);
    margin-bottom: 50px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    font-size: 15px;
    max-width: 700px;
}.plan-deal-core .pricing-levels-core {
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    width: 100%;
    padding: 0;
    display: grid;
}.plan-deal-core .pricing-levels-core li {
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}.plan-deal-core .pricing-levels-core li:nth-child(1) {
    --li-index: 1;
}.plan-deal-core .pricing-levels-core li:nth-child(2) {
    --li-index: 2;
}.plan-deal-core .pricing-levels-core li:nth-child(3) {
    --li-index: 3;
}.plan-deal-core .pricing-levels-core li:nth-child(4) {
    --li-index: 4;
}.plan-deal-core .training-fees-core {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    height: 100%;
}.plan-deal-core .training-fees-core::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
    top: 0;
    content: "";
}.plan-deal-core .training-fees-core:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan-deal-core .training-fees-core:hover::before {
    transform: scaleX(1);
}.plan-deal-core .study-costs-core {
    flex-direction: column;
    height: 100%;
    padding: 30px;
    display: flex;
}.plan-deal-core .study-rates-core {
    display: flex;
    height: 100%;
    flex-direction: column;
}.plan-deal-core .study-rates-core h4 {
    letter-spacing: 0.5px;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}.plan-deal-core .study-rates-core h4::after {
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(132,148,148);
    position: absolute;
    width: 40px;
}.plan-deal-core .study-rates-core p {
    font-size: calc(15px - 2px);
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    overflow-wrap: break-word;
}.plan-deal-core .cost-plan-core {
    background: linear-gradient(135deg, rgb(168,183,183,0.5), rgb(132,148,148,0.5));
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    padding: 10px 20px;
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    font-size: calc(23px + 4px);
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
}.plan-deal-core .training-fees-core:hover .cost-plan-core {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.plan-deal-core {
    padding: 80px 0;
}.plan-deal-core h2 {
    font-size: calc(36px - 4px);
}.plan-deal-core .pricing-levels-core {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan-deal-core .study-costs-core {
    padding: 25px;
}.plan-deal-core .cost-plan-core {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 768px) {.plan-deal-core {
    padding: 60px 0;
}.plan-deal-core h2 {
    margin-bottom: 15px;
    font-size: calc(36px - 6px);
}.plan-deal-core .price-plan-core {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.plan-deal-core .pricing-levels-core {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan-deal-core .study-rates-core p {
    font-size: calc(15px - 3px);
}
}

@media (max-width: 480px) {.plan-deal-core {
    padding: 50px 0;
}.plan-deal-core .study-costs-core {
    padding: 20px;
}.plan-deal-core .study-rates-core h4 {
    font-size: calc(23px - 2px);
}.plan-deal-core .cost-plan-core {
    padding: 8px 15px;
    font-size: 23px;
}}.contact-section-core {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.contact-section-core::before {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(168,183,183), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(132,148,148), 0.05) 0%, transparent 30%);
    content: "";
    z-index: 0;
}.contact-section-core::after {
    width: 100%;
    animation: gridMove 20s linear infinite;
    content: "";
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(168,183,183), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(168,183,183), 0.03) 1px, transparent 1px);
    position: absolute;
    left: 0;
    opacity: 0.6;
    z-index: 1;
    background-size: 20px 20px;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.contact-section-core .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact-section-core h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    color: #000000;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}.contact-section-core h2::after {
    position: absolute;
    width: 70%;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(168,183,183), transparent);
}.contact-section-core .support-query-core {
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(168,183,183), 0.05);
}.contact-section-core .support-query-core:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(168,183,183), 0.1);
    transform: translateY(-5px);
}.contact-section-core .support-query-core::before {
    width: 5px;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(168,183,183), rgb(132,148,148));
}.contact-section-core .snap-shot-core {
    position: relative;
    overflow: hidden;
    width: 45%;
}.contact-section-core .snap-shot-core::after {
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(168,183,183), 0.3) 0%, 
                rgba(rgb(132,148,148), 0.3) 100%);
}.contact-section-core .snap-shot-core::before {
    background: rgba(255, 255, 255, 0.2);
    top: -100px;
    width: 150%;
    left: -100px;
    content: "";
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    height: 150px;
    animation: shine 6s infinite;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.contact-section-core .inquiry-widget-core {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.contact-section-core .inquiry-widget-core::before {
    border-radius: 50%;
    top: -50px;
    width: 200px;
    position: absolute;
    z-index: 0;
    content: "";
    right: -50px;
    height: 200px;
    background: radial-gradient(circle, rgba(rgb(168,183,183), 0.05) 0%, transparent 70%);
}.contact-section-core form {
    position: relative;
    z-index: 2;
}.contact-section-core form h3 {
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}.contact-section-core form h3::after {
    width: 40px;
    bottom: -10px;
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(168,183,183);
    content: "";
}.contact-section-core form input[type="text"] {
    padding: 15px 20px;
    position: relative;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
    border: 1px solid rgba(#000000, 0.1);
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 13px;
}.contact-section-core form input[type="text"]:focus {
    outline: none;
    border-color: rgb(168,183,183);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(168,183,183), 0.1);
}.contact-section-core form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-section-core form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.contact-section-core .request-widget-core {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact-section-core .request-widget-core input[type="checkbox"] {
    height: 0;
    cursor: pointer;
    width: 0;
    position: absolute;
    opacity: 0;
}.contact-section-core .request-widget-core label {
    font-size: 15px;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
    padding-left: 35px;
    color: #000000;
    user-select: none;
}.contact-section-core .request-widget-core label::before {
    border-radius: 10px;
    width: 22px;
    top: 0;
    height: 22px;
    background: rgba(#ffffff, 0.8);
    left: 0;
    content: "";
    position: absolute;
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
}.contact-section-core .request-widget-core input[type="checkbox"]:checked + label::before {
    background: rgb(168,183,183);
    border-color: rgb(168,183,183);
}.contact-section-core .request-widget-core input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    left: 8px;
    width: 6px;
}.contact-section-core .request-widget-core label a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(168,183,183);
    text-decoration: none;
}.contact-section-core .request-widget-core label a::after {
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    background: rgb(168,183,183);
    transform-origin: left;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    content: "";
}.contact-section-core .request-widget-core label a:hover {
    color: rgb(132,148,148);
}.contact-section-core .request-widget-core label a:hover::after {
    transform: scaleX(1);
    background: rgb(132,148,148);
}.contact-section-core .reach-map-core {
    background: linear-gradient(90deg, rgb(168,183,183), rgb(132,148,148));
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border: none;
    width: 100%;
    padding: 15px 20px;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
}.contact-section-core .reach-map-core::before {
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(132,148,148), rgb(168,183,183));
    top: 0;
    opacity: 0;
}.contact-section-core .reach-map-core:hover::before {
    opacity: 1;
}.contact-section-core .reach-map-core:active {
    transform: translateY(2px);
}.contact-section-core svg {
    fill: rgb(168,183,183);
    width: 20px;
    height: 20px;
    transition: fill 0.3s ease;
    margin-right: 10px;
}.contact-section-core svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,183,183);
}.contact-section-core svg:hover,
.contact-section-core svg:hover path {
    fill: rgb(132,148,148);
}.contact-section-core form input {
    background: rgb(205,218,218);
}
@media (max-width: 1024px) {.contact-section-core {
    padding: 60px 0;
}.contact-section-core .container {
    padding: 0 15px;
}.contact-section-core h2 {
    margin-bottom: 40px;
}.contact-section-core .inquiry-widget-core {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.contact-section-core {
    padding: 50px 0;
}.contact-section-core h2 {
    margin-bottom: 30px;
}.contact-section-core .support-query-core {
    flex-direction: column;
}.contact-section-core .snap-shot-core {
    width: 100%;
    height: 250px;
}.contact-section-core .inquiry-widget-core {
    width: 100%;
    padding: 30px 25px;
}.contact-section-core form h3 {
    margin-bottom: 25px;
}.contact-section-core form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-section-core .request-widget-core {
    margin-bottom: 25px;
}.contact-section-core .reach-map-core {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact-section-core {
    padding: 40px 0;
}.contact-section-core h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.85);
}.contact-section-core .snap-shot-core {
    height: 200px;
}.contact-section-core .inquiry-widget-core {
    padding: 25px 20px;
}.contact-section-core form h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.contact-section-core form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.contact-section-core .request-widget-core {
    margin-bottom: 20px;
}.contact-section-core .request-widget-core label {
    font-size: calc(15px * 0.9);
    padding-left: 30px;
}.contact-section-core .request-widget-core label::before {
    width: 18px;
    height: 18px;
}.contact-section-core .request-widget-core input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
}.contact-section-core .reach-map-core {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.contact-section-core::after,
    .contact-section-core .snap-shot-core::before {
    animation: none;
}.contact-section-core .support-query-core:hover {
    transform: none;
}}.customer-feedback-core {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(168,183,183,0.5) 100%);
}.customer-feedback-core::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        30deg,
        rgb(132,148,148,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(132,148,148,0.5) 12px
    );
    top: 0;
    opacity: 0.05;
    pointer-events: none;
    height: 100%;
}.customer-feedback-core::after {
    top: -5%;
    animation: floating 15s infinite ease-in-out;
    position: absolute;
    content: "";
    right: -5%;
    z-index: 0;
    height: 300px;
    width: 300px;
    background: rgb(168,183,183);
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    opacity: 0.07;
}.customer-feedback-core .container {
    max-width: 1400px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.customer-feedback-core h2 {
    font-size: 37px;
    max-width: 80%;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(5%);
    text-align: left;
}.customer-feedback-core h2::after {
    height: 4px;
    position: absolute;
    content: "";
    width: 120px;
    animation: expandWidth 1s ease-out forwards;
    background: linear-gradient(90deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    bottom: -15px;
    transform-origin: left center;
    left: 0;
}.customer-feedback-core .learning-testimonials-core {
    gap: 30px;
    list-style: none;
    position: relative;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.customer-feedback-core .review-space-core {
    border-radius: 2px;
    animation: fadeUpIn 0.6s forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    transform: translateY(30px);
    flex-direction: column;
    display: flex;
    animation-delay: calc(0.15s * var(--i, 0));
    justify-content: space-between;
    padding: 30px 25px;
    background: #ffffff;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
}.customer-feedback-core .review-space-core:nth-child(odd) {
    transform: translateY(40px);
}.customer-feedback-core .review-space-core:nth-child(even) {
    transform: translateY(20px);
}.customer-feedback-core .review-space-core:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.customer-feedback-core .review-space-core::before {
    line-height: 1;
    position: absolute;
    top: -20px;
    right: 20px;
    font-family: Georgia, serif;
    content: "";
    font-size: 150px;
    z-index: 0;
    font-weight: 700;
    opacity: 0.15;
    color: rgb(132,148,148,0.5);
}.customer-feedback-core .review-space-core::after {
    background: linear-gradient(90deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    height: 4px;
    transition: transform 0.4s ease-out;
}.customer-feedback-core .review-space-core:hover::after {
    transform: scaleX(1);
}.customer-feedback-core .review-space-core div {
    z-index: 2;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    align-items: center;
}.customer-feedback-core .review-space-core img {
    height: 60px;
    margin-right: 15px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
}.customer-feedback-core .review-space-core:hover img {
    transform: scale(1.1);
}.customer-feedback-core .review-space-core h4 {
    position: relative;
    color: #000000;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}.customer-feedback-core .review-space-core h4::after {
    content: "";
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: rgb(132,148,148);
    transition: width 0.3s ease;
    position: absolute;
}.customer-feedback-core .review-space-core:hover h4::after {
    width: 50px;
}.customer-feedback-core .review-space-core .description {
    font-size: calc(17px - 1px);
    margin: 0;
    position: relative;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    z-index: 2;
}.customer-feedback-core a {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    text-decoration: none;
    position: relative;
    padding: 14px 32px;
    background: linear-gradient(45deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 19px;
    display: inline-block;
    margin-top: 50px;
    color: #ffffff;
    font-weight: 600;
}.customer-feedback-core a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.customer-feedback-core a::before {
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
}.customer-feedback-core a:hover::before {
    left: 100%;
}

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

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

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(2%, 10%) rotate(-5deg);
    }
    75% {
        transform: translate(-5%, 5%) rotate(2deg);
    }
}

@media (max-width: 1200px) {.customer-feedback-core {
    padding: 100px 0 60px;
}.customer-feedback-core h2 {
    max-width: 90%;
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.customer-feedback-core .learning-testimonials-core {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.customer-feedback-core {
    padding: 80px 20px 50px;
}.customer-feedback-core h2 {
    transform: translateX(0);
    text-align: center;
    max-width: 100%;
}.customer-feedback-core h2::after {
    transform: translateX(-50%);
    left: 50%;
}.customer-feedback-core .learning-testimonials-core {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-feedback-core .review-space-core {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.customer-feedback-core {
    padding: 60px 15px 40px;
}.customer-feedback-core h2 {
    font-size: calc(37px - 8px);
    margin-bottom: 40px;
}.customer-feedback-core .learning-testimonials-core {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer-feedback-core a {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.customer-feedback-core {
    padding: 50px 10px 30px;
}.customer-feedback-core h2 {
    font-size: calc(37px - 12px);
    margin-bottom: 30px;
}.customer-feedback-core .review-space-core {
    padding: 20px 15px;
}.customer-feedback-core .review-space-core div {
    margin-bottom: 15px;
}.customer-feedback-core .review-space-core img {
    height: 50px;
    width: 50px;
}.customer-feedback-core a {
    padding: 12px 25px;
    font-size: calc(19px - 2px);
}
}