.container {
    margin: auto;
    max-width: 100%;
    width: 1199px;
}

html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}

header .top_plank .style-skill-peak div span {
    color: #ffffff;
}

header .top_plank .style-skill-peak div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}

.style-leadership-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(179,215,182,0.5) 100%);
    padding: 120px 0;
}

.style-leadership-experience .style-student-votes {
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
}

.style-leadership-experience .style-img-effect::after {
    background: linear-gradient(135deg, rgb(179,215,182,0.5) 0%, transparent 50%, rgb(136,192,141,0.5) 100%);
    top: 0;
    opacity: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    transition: opacity 0.6s ease;
}

.style-leadership-experience .style-student-votes:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.style-leadership-experience .style-career-wrap::before,
.style-leadership-experience .style-career-wrap::after {
    content: "";
    font-size: 60px;
    font-family: Georgia, serif;
    line-height: 1;
    color: rgb(179,215,182,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.style-leadership-experience .style-career-wrap::before {
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    opacity: 0.5;
    left: -10px;
}

header .style-nav-mainwrap:after {
    top: 50%;
    content: '';
    height: 60px;
    filter: blur(8px);
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 60px;
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    transform: translateY(-50%);
}

header .style-top-lesson:before {
    content: '';
    position: absolute;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    opacity: 0.5;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}

header .style-head-learn {
    color: #ffffff;
    font-weight: 400;
    padding: 8px 0;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

header .style-head-learn:hover:before {
    left: -20px;
    opacity: 1;
}

header .style-head-site:after {
    background: #ffffff;
    top: -5px;
    position: absolute;
    transition: all 0.3s ease;
    width: 10px;
    content: '';
    opacity: 0;
    left: -5px;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.style-homepage > div {
    z-index: 3;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
}

.style-homepage .title_style_header {
    padding: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgb(179,215,182,0.5);
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 45px);
}

.style-homepage .style-expert-learning {
    position: relative;
    margin-bottom: 2rem;
}

.style-homepage .style-expert-learning::after {
    bottom: -10px;
    position: absolute;
    width: 60px;
    right: -20px;
    opacity: 0.7;
    border-bottom: 2px solid rgb(136,192,141);
    content: "";
    height: 60px;
    border-right: 2px solid rgb(136,192,141);
}

.style-homepage span {
    display: inline-block;
    position: relative;
    transform: translateY(20px);
    animation: slideUpText 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    opacity: 0;
}

.style-secure-safehold h2 {
    margin: 15px 0;
    font-weight: 600;
    color: #000000;
    font-size: 33px;
}

.style-secure-safehold ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.style-prospective-members::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
}

.style-prospective-members li {
    border: 1px solid rgba(#ffffff, 0.1);
    position: relative;
    padding: 2rem;
    display: flex;
    text-align: center;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    background: rgba(#ffffff, 0.08);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    flex-direction: column;
    border-radius: 15px;
}

.style-prospective-members li {
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.style-metrics-summary .container::before {
    top: 0;
    background-image: 
        linear-gradient(0deg, rgb(179,215,182,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(136,192,141,0.5) 1px, transparent 1px);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    animation: lineShift 30s infinite linear;
    left: 0;
    opacity: 0.03;
    background-size: 100% 50px, 100% 100px;
}




.style-metrics-summary .style-key-classes:nth-child(1) {
    animation-delay: 0.1s;
}

.style-metrics-summary .style-key-classes:nth-child(2) {
    animation-delay: 0.2s;
}

.style-metrics-summary .style-key-classes:nth-child(3) {
    animation-delay: 0.3s;
}

.style-metrics-summary .style-key-classes:nth-child(5) {
    animation-delay: 0.5s;
}

.style-metrics-summary .style-key-classes:nth-child(8) {
    animation-delay: 0.8s;
}

.style-metrics-summary .style-key-classes:nth-child(5n)::before {
    display: none;
}

.style-metrics-summary .style-key-classes p {
    margin: 0 0 1.5rem;
    font-size: calc(43px * 1.3);
    position: relative;
    font-weight: 700;
    color: rgb(179,215,182);
    transition: all 0.3s ease;
    text-align: center;
}

.style-metrics-summary .style-key-classes:nth-child(even) p {
    color: rgb(136,192,141);
}

.style-metrics-summary .style-key-classes:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}

.style-metrics-summary .style-key-classes:hover p::before {
    opacity: 1;
    transform: scale(1);
}

.style-metrics-summary .style-key-classes:nth-child(2) p::before {
    content: "02";
    background: rgb(136,192,141);
}

.style-metrics-summary .style-key-classes:nth-child(4) p::before {
    content: "04";
    background: rgb(136,192,141);
}

.style-metrics-summary .style-key-classes:nth-child(6) p::before {
    background: rgb(136,192,141);
    content: "06";
}

.style-metrics-summary .style-key-classes:nth-child(10) p::before {
    content: "10";
    background: rgb(136,192,141);
}

.style-tyBox .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 90%;
}

.style-tyBox .style-achieve-stats {
    padding: 3.5rem;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    backdrop-filter: blur(10px);
    transform: rotateX(2deg) rotateY(1deg);
    position: relative;
    border-radius: 3px;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.style-tyBox a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: inherit;
    display: inline-block;
    transform: scale(1);
}

.style-tyBox a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

footer::after {
    background-size: 50px 50px;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(179,215,182,0.5) 25%, rgb(179,215,182,0.5) 26%, transparent 27%, transparent 74%, rgb(136,192,141,0.5) 75%, rgb(136,192,141,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(179,215,182,0.5) 25%, rgb(179,215,182,0.5) 26%, transparent 27%, transparent 74%, rgb(136,192,141,0.5) 75%, rgb(136,192,141,0.5) 76%, transparent 77%, transparent);
    right: 0;
    content: "";
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    left: 0;
    top: 0;
}

.style-insta-feed .company_holder h3::after {
    width: 50px;
    content: "";
    left: 0;
    box-shadow: 0 0 10px rgb(179,215,182);
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141));
    position: absolute;
    bottom: -8px;
    height: 3px;
    border-radius: 10px;
    transition: width 0.3s ease-out;
}

.style-insta-feed .style-head-mainbar::after {
    position: absolute;
    transform: translateY(1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
}

.style-insta-feed .style-head-mainbar:hover h5::after {
    width: 100%;
}

.style-insta-feed .style-head-mainbar .style-header-start {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.style-insta-feed .style-head-mainbar .style-header-start a::before {
    opacity: 0.5;
    width: 3px;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(179,215,182), rgb(136,192,141));
    top: 0;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.style-footer-social::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,215,182), rgb(136,192,141), transparent);
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.5;
    top: 0;
    height: 1px;
}

.style-program-structure .container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.style-program-structure .style-info-card .description {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
}

.style-help-center {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(136,192,141,0.5);
}

.style-help-center::after {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
}

.style-help-center .content-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    top: 0;
    left: 0;
}

.style-help-center .style-img-effect::after {
    top: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.style-help-center .style-get-contactpanel p:hover svg {
    filter: drop-shadow(0 0 5px rgb(179,215,182));
    transform: translateY(-50%) scale(1.2);
}

.style-help-center .style-get-contactpanel p:nth-child(even) {
    border-left: 2px solid rgb(136,192,141);
}

.style-help-center .style-get-contactpanel p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(136,192,141));
}

.style-help-center .style-get-contactpanel p a:hover {
    text-shadow: 0 0 8px rgb(179,215,182,0.5);
    color: rgb(179,215,182);
}

.style-help-center .style-get-contactpanel p:nth-child(even) a:hover {
    color: rgb(136,192,141);
    text-shadow: 0 0 8px rgb(136,192,141,0.5);
}

.style-help-center .style-message-us svg {
    stroke: rgb(179,215,182);
    width: 22px;
    stroke-width: 2;
    margin-right: 12px;
    stroke-linejoin: round;
    height: 22px;
    fill: none;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgb(179,215,182,0.5));
}

.style-help-center .style-get-help svg {
    transition: all 0.3s ease;
    height: 14px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 2px rgb(179,215,182,0.5));
    stroke-width: 2;
    width: 14px;
    stroke-linecap: round;
    margin-right: 8px;
    stroke: rgb(179,215,182);
    opacity: 0.7;
    fill: none;
}

.style-pricing-bucket .style-discount-grid {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
}

.style-pricing-bucket .style-rate-schemes {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.style-pricing-bucket .style-value-pricing:hover {
    transform: translateY(-8px);
}

.style-pricing-bucket .style-study-rates {
    z-index: 2;
    padding: 30px;
    flex: 1;
    position: relative;
}

.style-pricing-bucket .style-study-rates h3::after {
    background: rgb(179,215,182);
    height: 3px;
    position: absolute;
    border-radius: 2px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: 0;
    width: 40px;
}

.style-pricing-bucket .style-img-effect {
    transition: all 0.5s ease;
    width: 100%;
    overflow: hidden;
    height: 220px;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.style-trackingSettingsBox {
    position: fixed;
    z-index: 1050;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    max-width: 500px;
    border-radius: 19px;
    transform: translateX(-50%);
    background: #ffffff;
    width: 90%;
    bottom: 20px;
    left: 50%;
}

.style-user-dialog:hover {
    background: rgb(136,192,141);
}

.style-trackingSettingsBox p a {
    text-decoration: none;
    color: rgb(179,215,182);
    transition: color 0.3s ease-in-out;
}

.style-testimonials::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgb(179,215,182,0.5) 0%, transparent 25%),
                     radial-gradient(circle at 90% 90%, rgb(136,192,141,0.5) 0%, transparent 30%);
    opacity: 0.15;
    z-index: 1;
}

.style-testimonials .style-alumni-testimonials {
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}

.style-testimonials .style-student-votes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 3px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}

.style-testimonials .style-student-votes h3::after {
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(136,192,141);
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    width: 30px;
}

.style-testimonials .style-student-votes div::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.2));
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    z-index: 1;
}

.style-attempt-now::after {
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    bottom: -5px;
    height: 10px;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
}

.style-attempt-now .style-query-grid:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.style-our-mission::after {
    z-index: 1;
    animation: pulse 20s infinite alternate-reverse;
    content: '';
    height: 100%;
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle at 90% 80%, rgb(136,192,141,0.5) 0%, transparent 50%);
    right: 0;
    width: 100%;
}

.style-our-mission .style-smart-study:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.style-our-mission .style-img-effect::before {
    right: -10px;
    position: absolute;
    content: '';
    bottom: -10px;
    border-radius: 50%;
    top: -10px;
    animation: rotate 15s linear infinite;
    border: 1px solid rgb(179,215,182,0.5);
    left: -10px;
}

.style-our-mission .style-heritage-edu::after {
    bottom: -8px;
    width: 50px;
    left: 50%;
    height: 2px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    background: rgb(179,215,182);
}

.style-our-mission .style-info-card::after {
    border-bottom: 2px solid rgb(136,192,141);
    right: 20px;
    bottom: 20px;
    width: 40px;
    content: '';
    height: 40px;
    opacity: 0.5;
    border-right: 2px solid rgb(136,192,141);
    position: absolute;
}

.style-our-mission h2::after {
    content: '';
    background: linear-gradient(90deg, rgb(179,215,182) 0%, rgb(136,192,141) 100%);
    height: 3px;
    width: 80px;
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
    position: absolute;
}



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

.style-contact-section h2::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    bottom: -15px;
    content: "";
    position: absolute;
    width: 70%;
    left: 15%;
}

.style-contact-section .style-query-card::before {
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(179,215,182), rgb(136,192,141));
    height: 100%;
    content: "";
}

.style-contact-section .style-connect-map::before {
    z-index: 0;
    content: "";
    position: absolute;
    top: -50px;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(179,215,182), 0.05) 0%, transparent 70%);
}

.style-contact-section form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(179,215,182), 0.1);
    border-color: rgb(179,215,182);
    outline: none;
}

.style-contact-section .style-query-inquiry label {
    padding-left: 35px;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

.style-contact-section .style-query-inquiry label a {
    text-decoration: none;
    color: rgb(179,215,182);
    position: relative;
    transition: all 0.3s ease;
}

.style-contact-section .style-query-inquiry label a:hover::after {
    transform: scaleX(1);
    background: rgb(136,192,141);
}

.style-contact-section .style-query-grid:hover::before {
    opacity: 1;
}

.style-contact-section .style-query-grid:active {
    transform: translateY(2px);
}

.style-contact-section svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,215,182);
}

.style-contact-section form input {
    background: rgb(216,236,218);
}



@media (min-width: 768px) {.style-leadership-experience .style-student-votes {
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.style-leadership-experience .style-student-votes > div:first-child {
    grid-row: 1 / 3;
    justify-content: center;
    display: flex;
    align-items: center;
}.style-leadership-experience .style-student-votes > div:nth-child(2) {
    align-self: end;
}.style-leadership-experience .style-student-votes > div:nth-child(3) {
    grid-column: 2 / 3;
}.style-leadership-experience .style-img-effect {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .style-head-site svg {
    height: 30px;
}}



@media (max-width: 576px) {.style-homepage {
    padding: 3rem 1rem;
}.style-homepage .style-start-primary {
    padding: 1.5rem;
}.style-homepage .title_style_header::after {
    width: 80%;
}.style-homepage .style-expert-learning::before,
  .style-homepage .style-expert-learning::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 992px) {.style-prospective-members {
    padding: 5rem 0;
}.style-prospective-members h3 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 0.9);
}
}




@media screen and (max-width: 1024px) {.style-metrics-summary {
    padding: 6rem 0;
}.style-metrics-summary ul {
    height: 350px;
}.style-metrics-summary .style-key-classes p {
    font-size: calc(43px * 1.2);
}
}



@media screen and (max-width: 480px) {.style-metrics-summary {
    padding: 4rem 0;
}.style-metrics-summary h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.style-metrics-summary ul {
    flex-wrap: wrap;
    display: flex;
}.style-metrics-summary .style-key-classes {
    margin-bottom: 2.5rem;
    flex: 0 0 100%;
    padding: 0;
}.style-metrics-summary .style-key-classes::before {
    display: none;
}.style-metrics-summary .style-key-classes:last-child {
    margin-bottom: 0;
}.style-metrics-summary .style-key-classes p {
    font-size: calc(43px * 1.1);
}.style-metrics-summary .style-key-classes:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}



@media (max-width: 768px) {.style-insta-feed {
    padding: 3rem 0 1.5rem;
}.style-insta-feed .company_holder,
    .style-insta-feed .style-head-mainbar {
    padding: 1.5rem;
}.style-insta-feed .style-header-start {
    gap: 1.5rem;
}.style-insta-feed .company_holder h3 {
    font-size: calc(37px - 2px);
}.style-insta-feed .style-head-mainbar h5 {
    font-size: calc(24px - 1px);
}.style-insta-feed .company_holder:hover,
    .style-insta-feed .style-head-mainbar:hover {
    transform: translateY(-3px);
}
}


@media (max-width: 1023px) {.style-help-center .style-img-effect {
    width: 100%;
    position: relative;
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}.style-help-center .style-get-contactpanel,
    .style-help-center .style-connect-today {
    width: 100%;
}.style-help-center .content-wrapper {
    flex-direction: column;
    display: flex;
}.style-help-center .style-get-contactpanel {
    padding: 30px;
    order: 2;
}.style-help-center .style-connect-today {
    margin-top: 0;
    border-top: none;
    border-radius: 0 0 20px 20px;
    order: 3;
}.style-help-center .style-course-ask svg {
    height: 30px;
    width: 30px;
}
}



@media (prefers-reduced-motion: no-preference) {.style-pricing-bucket .style-value-pricing:active .style-fee-options {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}



@media (max-width: 767px) {.style-pricing-bucket {
    padding: 80px 0;
}.style-pricing-bucket .style-fee-plan {
    gap: 40px;
}.style-pricing-bucket .style-discount-grid h2 {
    font-size: calc(30px - 4px);
}.style-pricing-bucket .style-img-effect {
    height: 200px;
}.style-pricing-bucket .style-study-rates {
    padding: 25px;
}.style-pricing-bucket .style-price-options {
    font-size: 1.5rem;
}}



@media (max-width: 576px) {.style-testimonials {
    padding: 60px 0 40px;
}.style-testimonials .style-student-votes {
    padding: 20px 18px;
}.style-testimonials h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.75);
}.style-testimonials h2::after {
    width: 50px;
    bottom: -10px;
}
}



@media (prefers-reduced-motion) {.style-attempt-now h6 {
    animation: none;
}.style-attempt-now .style-query-grid::before {
    transition: none;
}}



@media (max-width: 992px) {.style-our-mission {
    padding: 80px 0;
}.style-our-mission .container {
    padding: 0 20px;
}.style-our-mission .style-achieve-stats {
    gap: 30px;
    grid-template-columns: 1fr;
}.style-our-mission .style-smart-study {
    max-width: 400px;
    margin: 0 auto;
}.style-our-mission .style-info-card {
    transform: none;
    padding: 30px;
}.style-our-mission h2 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 768px) {.style-contact-section {
    padding: 50px 0;
}.style-contact-section h2 {
    margin-bottom: 30px;
}.style-contact-section .style-query-card {
    flex-direction: column;
}.style-contact-section .style-img-effect {
    height: 250px;
    width: 100%;
}.style-contact-section .style-connect-map {
    padding: 30px 25px;
    width: 100%;
}.style-contact-section form h3 {
    margin-bottom: 25px;
}.style-contact-section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.style-contact-section .style-query-inquiry {
    margin-bottom: 25px;
}.style-contact-section .style-query-grid {
    padding: 12px 15px;
}
}



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



@keyframes constellationMovement {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 400px;
  }
}



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

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



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

