﻿.top-teach {
    flex: 1 0 auto;
}

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


.title-greeting {
    overflow: hidden;
    min-height: 650px;
    width: 100%;
    background-color: rgb(238,239,234);
    height: 100vh;
    position: relative;
}

.title-greeting .study-smart {
    animation: slide-sequence 35s linear infinite;
    display: flex;
    height: 100%;
}



.title-greeting .study-smart {
    --image-count: 5;
    animation-duration: calc(var(--image-count, 5) * 7s);
}

.title-greeting .learning-lead::before {
    inset: 0;
    content: '';
    position: absolute;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    z-index: 1;
    opacity: 0.3;
}

.title-greeting .text-cloud h1::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(208,212,198,0.5),
        transparent
    );
}

.title-greeting .text-cloud .inquiry-list:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #000000;
}

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

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

.training-results::before {
    width: 400px;
    opacity: 0.4;
    position: absolute;
    transform: translate(30%, -30%);
    background: radial-gradient(circle, rgb(208,212,198,0.5) 0%, transparent 70%);
    height: 400px;
    top: 0;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    right: 0;
    filter: blur(60px);
}

.training-results .text-cloud {
    transform: translateY(10px);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 15px;
    padding: 30px 25px;
    z-index: 2;
    background: #ffffff;
}

.training-results h3::after {
    z-index: -1;
    background: rgb(173,179,161,0.5);
    position: absolute;
    top: -15px;
    opacity: 0.3;
    right: -15px;
    content: "";
    width: 30px;
    border-radius: 50%;
    height: 30px;
}

.training-results li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}

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

.training-results li:hover svg path {
    fill: #ffffff;
}

.course-overview::before {
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(45deg, rgb(208,212,198,0.5) 0%, rgb(173,179,161,0.5) 100%);
    opacity: 0.2;
    top: -10%;
    height: 70%;
    z-index: 0;
    width: 40%;
    position: absolute;
    right: -5%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    filter: blur(30px);
}

.course-overview h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course-overview .pic-strip-wrap {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
               0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 24px;
    height: 350px;
    transform: perspective(1000px) rotateY(-4deg) translateZ(30px);
    overflow: hidden;
}

.course-overview .text-cloud:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.course-overview .description:last-child {
    margin-bottom: 0;
}

header .top_plank .elite-learnpro div svg, header .top_plank .elite-learnpro div svg path {
    fill: #ffffff;
}

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

.customer-reviews::before {
    left: 0;
    height: 100%;
    z-index: 1;
    content: '';
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(208,212,198,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(173,179,161,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    opacity: 0.2;
    width: 100%;
}

.customer-reviews .learner-ratings {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    box-shadow: 
        0 15px 25px -10px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    transform: translateY(0) scale(1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    z-index: 2;
    display: flex;
}

.customer-reviews .learner-ratings:nth-child(odd):hover {
    transform: translateY(2px) scale(1.02);
}

.customer-reviews .learner-ratings:nth-child(3n+2) {
    border-top: 3px solid rgb(173,179,161);
}

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

.pricing-column .price-choices {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    width: 100%;
    padding: 0;
    gap: 30px;
}

.pricing-column .price-choices li:nth-child(2) {
    animation-delay: 0.4s;
}

.pricing-column .cert-fees:hover {
    transform: translateY(-8px) scale(1.02);
}

.pricing-column .pricing-card {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    padding: 5px;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
}

.pricing-column .price-sheet p {
    font-size: calc(14px - 2px);
    margin: 0 0 30px;
    max-height: 200px;
    overflow-wrap: break-word;
    scrollbar-color: rgb(208,212,198,0.5) transparent;
    line-height: 1.6;
    overflow-y: auto;
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
}

.stay-updated::before {
    top: -10%;
    content: "";
    position: absolute;
    width: 40%;
    z-index: -1;
    transform: rotate(-15deg) skewX(-15deg);
    right: -5%;
    background: rgb(255, 255, 255, 0.5);
    animation: float 15s infinite alternate ease-in-out;
    height: 70%;
    filter: blur(40px);
}

.stay-updated h3 {
    color: #ffffff;
    transform: translateX(5px);
    position: relative;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.stay-updated input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    padding: 1.2rem 1.5rem;
}

.stay-updated .mail-list:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
    background: rgb(208,212,198);
}

.training-specialist {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgb(173,179,161,0.5) 100%);
}

.training-specialist .learner-ratings {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}

.training-specialist .name::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: rgb(208,212,198);
    bottom: -4px;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
}

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

.training-specialist .learner-ratings:hover .emp-overview::before,
.training-specialist .learner-ratings:hover .emp-overview::after {
    opacity: 0.4;
    transform: scale(1.1);
}

.training-method .container {
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.training-method .learn-way:hover {
    transform: translateZ(40px) scale(1.02);
}

.training-method .learn-way > div::before {
    opacity: 0.1;
    content: "";
    right: -2px;
    left: -2px;
    z-index: -1;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    transition: opacity 0.4s ease;
    top: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(208,212,198), rgb(173,179,161));
    transform: translateZ(-10px);
}

.training-method p span {
    opacity: 0.9;
    position: relative;
    transition: opacity 0.3s ease;
    display: block;
}

header .header-edu {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
    background: rgb(238,239,234);
    overflow: hidden;
}

header .nav-core {
    position: relative;
    z-index: 2;
}

header .site-core {
    display: block;
    position: relative;
    z-index: 2;
}

header .site-core::after {
    width: 25px;
    background: rgb(173,179,161,0.5);
    right: -10px;
    bottom: -5px;
    height: 25px;
}

header .header-top {
    position: relative;
    display: flex;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    justify-content: flex-end;
    list-style: none;
    padding: 10px 20px;
    border-radius: 0 15px 15px 0;
    flex-wrap: wrap;
    background: linear-gradient(to right, transparent, #ffffff);
    margin: 0;
}

header .header-site a::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    transform: translateZ(-1px);
    content: "";
    z-index: -1;
    width: 100%;
    background: #ffffff;
}

header .header-site a:hover::after {
    width: 80%;
}

.privacy-lock {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(246, 246, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.privacy-lock h1::after {
    transform-origin: left center;
    position: absolute;
    animation: widthPulse 3s infinite alternate ease-in-out;
    height: 4px;
    width: 80px;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(208,212,198) 0%, rgb(173,179,161) 100%);
}

.privacy-lock h4 {
    padding-left: 1rem;
    font-weight: 600;
    position: relative;
    border-left: 1px solid rgb(173,179,161,0.5);
    font-size: calc(29px * 0.7);
    color: #000000;
    margin: 1.8rem 0 1rem;
}

.privacy-lock li::before {
    content: "";
    transition: transform 0.3s ease;
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    border-radius: 10px;
    position: absolute;
    top: 0.65rem;
    background-color: rgb(208,212,198);
}

footer::before {
    left: 0;
    opacity: 0.92;
    z-index: -1;
    right: 0;
    background: linear-gradient(135deg, rgb(208,212,198,0.5) 0%, rgb(173,179,161,0.5) 100%);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
}

.footer-address .footer-benefit {
    padding: 1.5rem;
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    font-size: 17px;
    border-left: 3px solid rgb(208,212,198);
    transform-origin: left top;
    color: #ffffff;
    line-height: 1.6;
}

.footer-address .header-top h5::before {
    top: 0;
    background: rgb(208,212,198);
    transform: skewX(5deg);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
}

.footer-address .header-top .top-bar a:hover::before {
    left: 100%;
}

.idea-pool {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
}

.thanksNote::before {
    opacity: 0.05;
    content: "";
    background: linear-gradient(210deg, rgb(173,179,161) 0%, rgb(208,212,198) 100%);
    height: 70%;
    z-index: 1;
    transform: rotate(15deg) skewX(-15deg);
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    width: 45%;
    top: -10%;
    position: absolute;
}

.thanksNote .learn-way > div:first-child::before {
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(208,212,198), rgb(173,179,161));
    top: 0;
    content: "";
    position: absolute;
}

.thanksNote h5::after {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(208,212,198), transparent);
    width: 70px;
    display: block;
    margin-top: 1rem;
}

.thanksNote p::first-line {
    color: rgb(208,212,198);
    font-weight: 600;
}



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

.reach-out .inquiry-request {
    max-width: 1000px;
    border-radius: 26px;
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.reach-out form {
    width: 100%;
    position: relative;
}

.reach-out form input[type="text"] {
    position: relative;
    background: rgb(238,239,234);
    font-size: 13px;
    padding: 16px 20px 16px 50px;
    border: none;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
}

.reach-out .connect-widget input[type="checkbox"]:checked + label::before {
    background: rgb(208,212,198);
}

.reach-out .connect-widget label a {
    color: rgb(208,212,198);
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.reach-out form .inquiry-list {
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    background: rgb(208,212,198);
    padding: 16px 40px;
    border: none;
    letter-spacing: 1px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
}



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

.our-mission h2::before {
    left: 50%;
    width: 60px;
    bottom: -20px;
    content: "";
    transform: translateX(-50%);
    background: rgb(208,212,198);
    position: absolute;
    height: 4px;
}

.our-mission .learn-space:hover {
    transform: translateY(-10px);
    border-color: rgb(208,212,198,0.5);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.our-mission .learn-space:hover::before {
    transform: scaleY(1);
}

.our-mission .learn-space h3 {
    position: relative;
    align-items: center;
    display: flex;
    font-size: 19px;
    margin-bottom: 25px;
    color: rgb(208,212,198);
    font-weight: 600;
}

.our-mission .learn-space:first-child {
    animation: slideUp 0.7s ease forwards;
}



.our-mission .fast-classes::before {
    background: radial-gradient(circle, rgb(208,212,198,0.5) 0%, transparent 70%);
    filter: blur(30px);
    width: 200px;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    height: 200px;
    opacity: 0.1;
    position: absolute;
}

.cookie-edu {
    cursor: pointer;
    flex-shrink: 0;
    font-size: 24px;
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    color: rgb(208,212,198);
    min-width: 120px;
    border-bottom: 2px solid rgb(208,212,198);
    text-align: center;
    margin-left: 10px;
}

.service-contact .container {
    position: relative;
    z-index: 2;
}

.service-contact .chat-form::before {
    z-index: -1;
    background: 
    radial-gradient(circle at 20% 20%, rgb(208,212,198,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(173,179,161,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
}

.service-contact h2::before {
    width: 10px;
    box-shadow: 0 0 15px rgb(208,212,198);
    border-radius: 2px;
    height: 10px;
    animation: pulse 3s infinite;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(208,212,198);
}

.service-contact p:hover svg {
    transform: scale(1.1);
}

.service-contact .request-form {
    padding-top: 20px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 30px;
}

.service-contact .edu-asksup::after {
    position: absolute;
    right: -2px;
    background: linear-gradient(45deg, rgb(208,212,198), rgb(173,179,161), rgb(208,212,198));
    border-radius: 17px;
    z-index: -2;
    background-size: 200% 200%;
    bottom: -2px;
    animation: gradient-animation 6s linear infinite;
    left: -2px;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0;
    top: -2px;
}

.service-contact .edu-asksup span {
    background: rgb(208,212,198);
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    animation: ripple 1s linear infinite;
    opacity: 0;
}



@media (max-width: 768px) {.title-greeting {
    height: 90vh;
}.title-greeting .text-cloud {
    width: 85%;
    padding: 1.8rem;
    max-width: 500px;
}.title-greeting .text-cloud h1 {
    margin-bottom: 1.2rem;
}.title-greeting .text-cloud h1::after {
    bottom: -8px;
}.title-greeting .text-cloud p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.title-greeting .text-cloud .inquiry-list {
    padding: 0.7rem 2rem;
}

}



@media (max-width: 992px) {.training-results {
    padding: 60px 0;
}.training-results .learn-way {
    grid-template-columns: 1fr;
    gap: 20px;
}.training-results .pic-strip-wrap {
    object-fit: cover;
    max-height: 350px;
    width: 100%;
    transform: rotate(0);
}.training-results .text-cloud {
    transform: translateY(0);
}
}



@media (max-width: 767px) {.course-overview {
    padding: 4rem 0;
}.course-overview h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.course-overview .pic-strip-wrap {
    height: 250px;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course-overview .text-cloud {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course-overview .description {
    margin-bottom: 1rem;
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 576px) {.customer-reviews {
    padding: 3rem 0;
}.customer-reviews .container {
    padding: 0 1.25rem;
}.customer-reviews h2 {
    font-size: calc(34px * 0.7);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.customer-reviews h2::after {
    width: 60px;
    height: 3px;
}.customer-reviews .learn-way {
    padding: 1rem 0;
}.customer-reviews .client-stories {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.customer-reviews .learner-ratings {
    padding: 1.5rem 1.25rem;
}.customer-reviews .learner-ratings img {
    height: 50px;
    width: 50px;
}
}



@media (max-width: 767px) {.stay-updated .learn-way {
    padding: 2rem 1.5rem;
}.stay-updated h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 5vw, 1.25rem);
}.stay-updated input[type="email"] {
    padding: 1rem;
}.stay-updated .mail-list {
    padding: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}.stay-updated::before,
    .stay-updated::after {
    opacity: 0.5;
}
}



@media (max-width: 767px) {.training-specialist .learner-ratings {
    text-align: center;
    padding: 2rem 1.5rem;
}.training-specialist .emp-overview {
    text-align: left;
}.training-specialist .emp-overview::before {
    left: 0;
    font-size: 3rem;
    top: -20px;
}.training-specialist .emp-overview::after {
    right: 0;
    bottom: -40px;
    font-size: 3rem;
}
}



@media screen and (max-width: 767px) {.training-method {
    padding: 5rem 0;
}.training-method::before,
    .training-method::after {
    width: 60%;
}.training-method .learn-way > div {
    transform: perspective(800px) rotateY(0deg);
    padding: 2rem;
}.training-method h3 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
    padding-bottom: 0.8rem;
}.training-method p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.privacy-lock {
    padding: 3rem 1.5rem;
}.privacy-lock .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.privacy-lock h1 {
    font-size: calc(43px * 0.9);
}.privacy-lock h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 1200px) {.footer-address .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.footer-address .biz-learnings {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.footer-address {
    padding: 3.5rem 0 1.5rem;
}.footer-address::before {
    height: 10px;
}.footer-address .company_holder h3 {
    font-size: calc(35px - 2px);
}.footer-address .footer-benefit {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.footer-address .header-top h5, 
    .footer-address .header-top .top-bar a {
    transform: skewX(-3deg);
}.footer-address .header-top .top-bar a:hover {
    transform: skewX(-3deg) translateX(5px);
}.idea-pool {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.idea-pool .facebook-cta {
    transform: skewX(-3deg);
}
}



@media (min-width: 992px) {.thanksNote .learn-way {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.thanksNote .learn-way > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thanksNote .learn-way > div:first-child::after {
    transform: rotate(15deg);
    height: 40px;
    content: "";
    position: absolute;
    right: -1.5rem;
    top: 2rem;
    background: rgb(173,179,161);
    width: 3px;
}.thanksNote .learn-way > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thanksNote h5 {
    font-size: calc(18px * 1.3);
}.thanksNote h5::after {
    width: 100px;
}
}



@media (max-width: 768px) {.our-mission {
    padding: 80px 0 60px;
}.our-mission h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 50px;
}.our-mission .fast-classes {
    gap: 40px;
    grid-template-columns: 1fr;
}.our-mission .learn-space {
    padding: 30px;
}.our-mission .learn-space:last-child {
    animation-delay: 0.1s;
}
}



@media (max-width: 992px) {.service-contact {
    padding: 70px 0;
}.service-contact .chat-form {
    padding: 45px 35px;
}.service-contact h2 {
    font-size: calc(36px * 0.9);
}.service-contact .request-form {
    gap: 20px;
}.service-contact .edu-asksup {
    width: 65px;
    height: 65px;
}.service-contact .edu-asksup svg {
    height: 26px;
    width: 26px;
}
}



@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}



@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-13deg) skewX(12deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-15deg) skewX(15deg) translate(-5px, 5px);
    }
}



@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}



@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}



@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

