﻿header,footer {
    width: 100%;
}

.footer-address {
    flex: 0 0 auto;
}

.footer-address {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

.title-greeting .learn-way {
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: center;
    height: 100%;
    display: flex;
}

.title-greeting .learning-lead {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title-greeting .learning-lead img {
    animation: zoom-pan 30s ease alternate infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
}

.title-greeting .text-cloud::before {
    inset: -3px;
    border-radius: calc(24px + 3px);
    opacity: 0.4;
    position: absolute;
    content: '';
    animation: border-glow 6s ease-in-out infinite alternate;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(208,212,198,0.5) 50%,
        #000000 100%
    );
    z-index: -1;
}

.title-greeting .text-cloud .inquiry-list::before {
    top: 0;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(208,212,198) 100%
    );
    left: 0;
    content: '';
    transition: opacity 0.5s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}

.title-greeting:has(.learning-lead:nth-child(3)):not(.learning-lead:nth-child(4)) .study-smart {
    --image-count: 3;
}

.training-results {
    background: linear-gradient(110deg, rgb(238,239,234) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.training-results .learn-way {
    grid-template-columns: 0.8fr 1.2fr;
    position: relative;
    display: grid;
    gap: 30px;
}

.training-results .pic-strip-wrap:hover {
    transform: rotate(0) scale(1.02);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
}

.training-results h3 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 37px;
    color: rgb(208,212,198);
    border-bottom: 2px dashed rgb(208,212,198,0.5);
    padding-bottom: 10px;
}

.training-results li:last-child {
    margin-bottom: 0;
}

.training-results li:hover {
    transform: translateX(8px);
}

.training-results li:hover::before {
    height: 100%;
}

.training-results svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    background: #ffffff;
    border: 1px solid rgb(208,212,198,0.5);
    border-radius: 10px;
    padding: 8px;
    transition: all 0.3s ease;
}

.course-overview {
    position: relative;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.course-overview h2 {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 37px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    color: #000000;
    text-align: center;
}

.course-overview h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.course-overview .pic-strip-wrap::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(208,212,198), 0.3) 0%,
        rgba(rgb(173,179,161), 0.2) 100%
    );
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.course-overview .text-cloud:hover::before {
    height: 100%;
}

.course-overview .description {
    line-height: 1.8;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    max-height: 300px;
    color: #000000;
    position: relative;
    font-size: 16px;
    padding-right: 10px;
}

header .top_plank .elite-learnpro {
    flex-wrap: wrap;
    font-size: 13px;
    align-items: center;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    width: 100%;
    justify-content: flex-start;
}

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

.customer-reviews h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    position: absolute;
    border-radius: 2px;
    content: '';
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    height: 4px;
}

.customer-reviews .learner-ratings:hover {
    box-shadow: 
        0 20px 30px -10px rgba(0, 0, 0, 0.15),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px) scale(1.02);
}

.customer-reviews .learner-ratings h3::after {
    position: absolute;
    height: 2px;
    content: '';
    left: 0;
    bottom: -4px;
    background: linear-gradient(90deg, rgb(208,212,198), transparent);
    width: 40px;
}

.customer-reviews .learner-ratings:hover img {
    transform: scale(1.1);
}

.customer-reviews .learner-ratings:nth-child(3n+1) {
    border-top: 3px solid rgb(208,212,198);
}

.customer-reviews .learner-ratings:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.pricing-column .cost-breakdown {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-column .rate-list {
    text-align: center;
    margin-bottom: 40px;
    max-width: 700px;
    opacity: 0;
    transform: translateY(20px);
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
}

.pricing-column .cert-fees {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
}

.pricing-column .pricing-card::after {
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(208,212,198), rgb(173,179,161));
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
}

.pricing-column .price-sheet h4::after {
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(173,179,161);
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
}

.pricing-column .premium-cost::before {
    content: "";
    position: absolute;
    opacity: 0;
    left: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    width: 200%;
    transform: scale(0);
    height: 200%;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
}

.stay-updated .learn-way {
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    border-left: 4px solid rgb(173,179,161);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.stay-updated .input_holder::before {
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    height: 100%;
    content: "";
}

.stay-updated .mail-list {
    color: #ffffff;
    position: relative;
    transform-origin: left;
    letter-spacing: 0.5px;
    background: rgb(173,179,161);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    padding: 1.1rem 2rem;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border: none;
    font-size: 15px;
    align-self: flex-start;
}

.training-specialist .learner-ratings:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.training-specialist .pic-strip-wrap::before {
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgb(208,212,198,0.5) 100%);
    top: 0;
}

.training-specialist .learner-ratings > div:nth-child(2) {
    display: flex;
    position: relative;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.training-specialist .learner-ratings:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}

.training-specialist .emp-overview::after {
    position: absolute;
    transition: all 0.4s ease;
    bottom: -50px;
    right: -10px;
    opacity: 0.2;
    color: rgb(208,212,198,0.5);
    content: "";
    font-size: 4rem;
}

.training-method::before {
    height: 120%;
    filter: blur(20px);
    pointer-events: none;
    top: -10%;
    z-index: 0;
    opacity: 0.3;
    transform: rotate(-15deg) translateZ(-50px);
    width: 40%;
    position: absolute;
    background: linear-gradient(45deg, rgb(173,179,161,0.5) 0%, rgb(208,212,198,0.5) 100%);
    right: -5%;
    content: "";
}

.training-method .learn-way > div {
    padding: 3rem 3.5rem;
    border-left: 5px solid rgb(208,212,198);
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 800px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.training-method .learn-way > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}

.training-method p span:hover {
    opacity: 1;
}

.training-method p span::first-letter {
    font-weight: 600;
    font-size: 1.25em;
    color: rgb(208,212,198);
}

header .container {
    padding: 1.8rem 2rem;
    position: relative;
}

header .main-skill {
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 3rem;
    align-items: center;
}

header .site-core::before,
header .site-core::after {
    background: rgb(208,212,198,0.5);
    content: "";
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    opacity: 0;
}

header .site-core::before {
    top: -15px;
    width: 50px;
    height: 50px;
    left: -15px;
}

header .header-site::before {
    border-left: 5px solid rgb(208,212,198);
    border-top: 5px solid transparent;
    left: -10px;
    transform: translateY(-50%) scale(0);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    content: "";
}

header .header-site a::after {
    transition: width 0.3s ease;
    background: rgb(208,212,198);
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
}

.privacy-lock h1 {
    color: rgb(208,212,198);
    position: relative;
    font-size: 43px;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
}

.privacy-lock h2 {
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 29px;
    border-left: 3px solid rgb(173,179,161);
    padding-left: 1rem;
    position: relative;
}

.privacy-lock p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}

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

.privacy-lock li:hover::before {
    transform: rotate(135deg);
}

.privacy-lock span::before {
    height: 100%;
    content: "";
    top: 0;
    left: -1rem;
    width: 3px;
    background: linear-gradient(to bottom, transparent, rgb(208,212,198,0.5), transparent);
    opacity: 0.5;
    position: absolute;
}

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

.footer-address .company_holder h3::after {
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(208,212,198);
    background: rgb(208,212,198);
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.footer-address .top-bar {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0;
}

.footer-address .header-top .top-bar {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.footer-address .header-top .top-bar a::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s ease;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.thanksNote {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(208,212,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.thanksNote .learn-way {
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 2.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}

.thanksNote .learn-way > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}

.thanksNote .learn-way > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}

.thanksNote a {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}

.thanksNote p {
    font-size: 17px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
}

.reach-out h2 {
    text-align: center;
    color: rgb(208,212,198);
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    font-family: Arial, sans-serif;
}

.reach-out .pic-strip-wrap {
    min-height: 600px;
    order: 2;
    height: 100%;
    position: relative;
}

.reach-out .inquiry-map::before {
    right: 0;
    height: 100%;
    top: 0;
    width: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(208,212,198), rgb(173,179,161));
    position: absolute;
}

.reach-out form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.reach-out .connect-widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach-out .connect-widget label::before {
    width: 24px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 24px;
    top: 0;
    background: rgb(238,239,234);
    content: "";
}

.reach-out .connect-widget label a:hover::after {
    width: 100%;
}

.reach-out form .inquiry-list::before {
    position: absolute;
    z-index: -1;
    top: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    height: 100%;
    left: 0;
    background: rgb(173,179,161);
}

.reach-out svg path {
    fill: rgb(208,212,198);
    transition: fill 0.3s ease;
}

.our-mission::before {
    position: absolute;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.15;
    background-size: 30px 30px;
    content: "";
}

.our-mission .fast-classes {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
    position: relative;
}

.our-mission .learn-space:first-child:hover {
    border-color: rgb(208,212,198,0.5);
}

.our-mission .learn-space::before {
    width: 4px;
    background: rgb(208,212,198);
    transition: transform 0.5s ease;
    transform: scaleY(0);
    transform-origin: bottom;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.our-mission .learn-space:last-child h3 {
    color: rgb(173,179,161);
}

.our-mission .learn-space p {
    z-index: 2;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
}



@supports not (backdrop-filter: blur(10px)) {.our-mission .learn-space {
    background: rgba(30, 30, 30, 0.7);
}}

.visitor-settings {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#cookiePolicyPanel:checked ~ .cookie-banner-window {
    opacity: 0;
    visibility: hidden;
}



.core-container .cookie-banner-window {
    border: none;
    box-shadow: rgb(173,179,161,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(173,179,161);
}

.service-contact {
    background: rgb(238,239,234);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.service-contact .chat-form {
    padding: 60px 50px;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
    perspective: 1000px;
    background: #ffffff;
    overflow: hidden;
}

.service-contact h2 {
    color: #000000;
    letter-spacing: 0.5px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 35px;
}

.service-contact p:last-of-type {
    margin-bottom: 50px;
    background: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    align-items: center;
    padding: 15px 20px;
    border-left: 3px solid rgb(208,212,198);
    border-radius: 10px;
    display: flex;
}

.service-contact .request-form::before {
    top: 0;
    background: linear-gradient(to right, rgb(173,179,161,0.5), transparent);
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
}

.service-contact .edu-asksup svg {
    transition: all 0.4s ease;
    fill: rgb(208,212,198);
    width: 30px;
    height: 30px;
}

.service-contact .edu-asksup svg path {
    fill: rgb(208,212,198);
    transition: fill 0.4s ease;
}

.service-contact .edu-asksup:hover svg {
    fill: rgb(208,212,198);
    transform: scale(1.1);
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 1200px) {.title-greeting .text-cloud {
    max-width: 700px;
    padding: 2.5rem;
}.title-greeting .text-cloud h1 {
    font-size: calc(46px * 0.9);
}
}



@media (max-width: 576px) {.title-greeting {
    height: 80vh;
}.title-greeting .text-cloud {
    padding: 1.5rem;
    width: 90%;
}.title-greeting .text-cloud h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1rem;
}.title-greeting .text-cloud h1::after {
    bottom: -6px;
    height: 1px;
}.title-greeting .text-cloud p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    margin-bottom: 1.2rem;
}.title-greeting .text-cloud .inquiry-list {
    padding: 0.6rem 1.8rem;
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 576px) {.training-results {
    padding: 40px 0;
}.training-results .pic-strip-wrap {
    max-height: 220px;
}.training-results .text-cloud {
    padding: 20px 15px;
}.training-results h3 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.training-results li {
    margin-bottom: 12px;
}.training-results li p {
    font-size: calc(14px * 0.95);
    padding: 8px 10px;
    gap: 10px;
}.training-results svg {
    height: 18px;
    padding: 6px;
    width: 18px;
}}



@media (max-width: 992px) {.customer-reviews {
    padding: 4rem 0;
}.customer-reviews .client-stories {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-reviews .learner-ratings {
    padding: 1.75rem 1.25rem;
}
}



@media (prefers-reduced-motion: reduce) {.customer-reviews .learner-ratings,
    .customer-reviews .learner-ratings img {
    transition: none;
}.customer-reviews .learner-ratings:hover {
    transform: none;
}.customer-reviews .learner-ratings:hover img {
    transform: none;
}}



@media (max-width: 480px) {.pricing-column {
    padding: 40px 0;
}.pricing-column h2 {
    font-size: calc(36px - 6px);
}.pricing-column .price-sheet {
    min-height: 280px;
    padding: 20px;
}.pricing-column .price-sheet p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.pricing-column .premium-cost {
    padding: 8px 15px;
}}



@media (hover: none) {.stay-updated .learn-way:hover {
    box-shadow: none;
    transform: none;
}.stay-updated .mail-list:hover {
    transform: none;
    background: rgb(173,179,161);
    box-shadow: none;
}
}



@media (min-width: 992px) {.training-specialist .learner-ratings {
    margin: 0 3rem;
}.training-specialist .pic-strip-wrap {
    width: 220px;
    height: 220px;
}.training-specialist .name {
    font-size: calc(22px * 1.2);
}.training-specialist .learner-ratings > div:nth-child(2) > div {
    font-size: 14px;
}.training-specialist .emp-overview {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



@media screen and (max-width: 991px) {.training-method {
    padding: 6rem 0;
}.training-method .learn-way > div {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.training-method h3 {
    font-size: calc(35px * 0.75);
}
}



@media (max-width: 991px) {header .main-skill {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .header-top {
    clip-path: none;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
}
}



@media (max-width: 768px) {.privacy-lock {
    padding: 2rem 1rem;
}.privacy-lock .container {
    padding: 1.5rem;
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy-lock h1 {
    font-size: calc(43px * 0.8);
    transform: translateX(0);
}.privacy-lock h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.privacy-lock h3 {
    font-size: calc(29px * 0.7);
}.privacy-lock h4 {
    font-size: calc(29px * 0.6);
}.privacy-lock p, 
    .privacy-lock li,
    .privacy-lock span {
    font-size: calc(18px * 0.95);
}.privacy-lock ul {
    margin-left: 0.5rem;
}
}



@media (max-width: 420px) {.footer-address .company_holder h3 {
    transform: skewX(-5deg);
}.footer-address .company_holder h3::after {
    width: 60px;
}.footer-address .footer-benefit {
    transform: none;
}.footer-address .header-top h5 {
    transform: none;
}.footer-address .header-top h5::before {
    transform: none;
}.footer-address .header-top .top-bar a,
    .footer-address .header-top .top-bar a:hover,
    .idea-pool .facebook-cta {
    transform: none;
}}



@media (hover: hover) {.thanksNote .learn-way > div:first-child:hover::after {
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    position: absolute;
    inset: 0;
}.thanksNote .learn-way > div:last-child:hover::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    content: "";
}}



@media (max-width: 1100px) {.our-mission {
    padding: 100px 0 80px;
}.our-mission h2 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.9);
}.our-mission .learn-space {
    padding: 35px;
}
}



@media (prefers-reduced-motion: reduce) {.our-mission::after {
    animation: none;
}.our-mission .learn-space,
    .our-mission .learn-space::before {
    transition: none;
}.our-mission .learn-space:hover {
    transform: none;
}.our-mission .learn-space:first-child,
    .our-mission .learn-space:last-child {
    animation: none;
    transform: none;
    opacity: 1;
}
}



@media (max-width: 768px) {.service-contact {
    padding: 60px 0;
}.service-contact .chat-form {
    padding: 40px 30px;
}.service-contact h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.service-contact p {
    margin-bottom: 25px;
    font-size: calc(17px * 0.95);
}.service-contact p:last-of-type {
    padding: 12px 15px;
}.service-contact p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.service-contact .request-form {
    justify-content: center;
    gap: 15px;
}.service-contact .edu-asksup {
    height: 60px;
    border-radius: 12px;
    width: 60px;
}.service-contact .edu-asksup svg {
    height: 24px;
    width: 24px;
}.service-contact .edu-asksup:hover {
    border-radius: 15px;
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

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



@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

