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

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


.price-list-style {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(229,236,236), #ffffff);
    position: relative;
    overflow: hidden;
}

.price-list-style .learning-rates-style {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}

.price-list-style .pricing-levels-style h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(167,205,174), transparent);
}

.price-list-style .pricing-schemes-style:nth-child(2) {
    --i: 2;
}

.price-list-style .pricing-schemes-style:hover {
    transform: translateY(-5px) scale(1.02);
}

.price-list-style .program-rate-style {
    padding: 2.5rem 2rem;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    z-index: 1;
}

.price-list-style .pricing-schemes-style:hover h3 {
    color: rgb(167,205,174);
}

.price-list-style .price-opts-style::before {
    content: "";
    transition: width 0.3s ease;
    bottom: -5px;
    width: 40px;
    position: absolute;
    left: 0;
    background: rgb(183,130,157);
    height: 3px;
}

.price-list-style .pricing-schemes-style:hover .photo-section-style {
    transform: scale(1.05);
}

.join-now-style {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,130,157,0.5), #ffffff 90%);
}

.join-now-style h2 {
    line-height: 1.4;
    text-align: center;
    color: #000000;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 33px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: -0.01em;
    max-width: 860px;
}

.join-now-style .history-tl-style:hover::before {
    opacity: 0.5;
}

.join-now-style .history-tl-style:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}

.join-now-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,130,157);
}

.join-now-style .query-list-style::before {
    transition: left 0.6s ease;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
}

.developer-experience-style::after {
    height: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    content: "";
    left: -5%;
    width: 30%;
    background: rgb(183,130,157,0.5);
    bottom: -5%;
    animation: morph 15s linear infinite alternate;
    position: absolute;
}

.developer-experience-style .work-projects-style {
    display: flex;
    grid-row: 1 / 2;
    z-index: 1;
    transform: translateX(-15%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 2 / 3;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}

.developer-experience-style .career-card-style {
    font-size: 16px;
    transform: translateY(20px);
    font-weight: 400;
    line-height: 1.7;
    padding-top: 20px;
    font-style: italic;
    position: relative;
    color: #000000;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
}

header::after {
    width: 100%;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,205,174,0.5), 
        transparent
    );
    opacity: 0.6;
    left: 0;
    position: absolute;
    height: 10px;
}

header .header-know-style {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

header .header-know-style img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .top-page-style::before {
    opacity: 0.1;
    left: -5%;
    z-index: -1;
    height: 110%;
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    top: -5%;
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    width: 110%;
}

header .header-lesson-style a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .header-lesson-style:hover::after {
    transform: translateX(-50%) scale(1);
}

.study-method-style {
    background: linear-gradient(135deg, rgb(229,236,236) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 6rem 0;
}

.study-method-style::after {
    z-index: -1;
    right: -10%;
    width: 60%;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    height: 200%;
    filter: blur(30px);
    top: -50%;
    transform: rotate(-15deg);
}

.study-method-style .history-tl-style > div:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.study-method-style p {
    margin-bottom: 0;
    z-index: 2;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    color: #000000;
}

.welcome-board-style {
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(183,130,157,0.5), rgb(167,205,174));
    min-height: 100vh;
    display: flex;
}

.welcome-board-style .edu-front-style:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.welcome-board-style h3 {
    border-left: 4px solid rgb(183,130,157);
    background: rgba(rgb(167,205,174,0.5), 0.2);
    font-weight: 600;
    font-size: 18px;
    transform: translateY(0);
    line-height: 1.5;
    font-family: Arial, sans-serif;
    box-shadow: 
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease-out;
    color: #ffffff;
    padding: 2rem;
}



.welcome-board-style .learn-corner-style > div > div {
    position: relative;
    padding-left: 20px;
}



.welcome-board-style .edu-front-style:hover .learn-corner-style::before {
    transition: background 0.5s ease;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(rgb(167,205,174,0.5), 0.7)
  );
}

.educational-rewards-style::after {
    height: 200%;
    top: -50%;
    background: radial-gradient(ellipse at center, 
        rgb(183,130,157,0.5) 0%, 
        transparent 70%);
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    width: 60%;
    content: "";
    transform: rotate(-15deg);
    right: -20%;
    pointer-events: none;
    opacity: 0.2;
}

.educational-rewards-style .history-tl-style > div:first-child {
    position: relative;
}

.educational-rewards-style .history-tl-style > div:first-child:hover .photo-section-style {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
}

.educational-rewards-style .subtext-wrap-style::before {
    content: "";
    opacity: 0.05;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(167,205,174,0.5) 0%, 
        transparent 100%);
    left: 0;
    border-radius: 10px;
    position: absolute;
}

.educational-rewards-style .subtext-wrap-style li:hover::before {
    opacity: 0.05;
}

.educational-rewards-style .subtext-wrap-style li:hover svg {
    transform: translateY(-2px);
}

.educational-rewards-style .subtext-wrap-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,205,174);
}

.thanksSpot-style::before {
    top: -50px;
    filter: blur(80px);
    height: 300px;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    background: rgb(183,130,157,0.5);
    content: "";
    left: -50px;
    width: 300px;
}

.thanksSpot-style .history-tl-style > div:first-child {
    position: relative;
}

.thanksSpot-style .history-tl-style:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thanksSpot-style h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0);
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.thanksSpot-style a::before {
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(167,205,174,0.5) 0%, transparent 100%);
}

.course-offering-style h2 {
    animation: fadeUp 0.8s ease-out forwards;
    color: #000000;
    margin-bottom: 3rem;
    max-width: 90%;
    opacity: 0;
    font-size: 36px;
    font-weight: 700;
    transform: translateY(20px);
    line-height: 1.3;
    position: relative;
}

.course-offering-style .photo-section-style::before {
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
    opacity: 0;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    position: absolute;
}

.course-offering-style .description:first-of-type {
    font-weight: 600;
}

.contact-box-style::before {
    background: linear-gradient(120deg, rgb(167,205,174,0.5) 0%, transparent 75%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.15;
    left: 0;
    width: 100%;
}

.contact-box-style .photo-section-style {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.contact-box-style .reach-inquiry-style::before {
    border-radius: 2.5px;
    content: "";
    left: 0;
    top: 40px;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(167,205,174), rgb(183,130,157));
    width: 5px;
    position: absolute;
}

.contact-box-style .support-list-style {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}

.contact-box-style .support-list-style label::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    border: 2px solid rgb(167,205,174,0.5);
    transition: all 0.2s ease;
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0;
}

.contact-box-style form .query-list-style {
    color: #ffffff;
    background: linear-gradient(45deg, rgb(167,205,174), rgb(183,130,157));
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px 35px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.privacy-lair-style ul,
.privacy-lair-style ol {
    margin-left: 20px;
    list-style-position: inside;
}

.privacy-lair-style li {
    margin-bottom: 10px;
    font-size: 17px;
}

.privacy-lair-style span {
    color: rgb(167,205,174);
    font-weight: 600;
}

.privacy-lair-style a:hover {
    border-color: rgb(183,130,157,0.5);
    color: rgb(183,130,157);
}

.customer-support-style {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    background: rgb(167,205,174,0.5);
    z-index: 1;
}


.customer-support-style .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.customer-support-style .container::after {
    border-color: rgb(183,130,157,0.5);
    bottom: -75px;
    animation-direction: reverse;
    left: -75px;
}


.customer-support-style .support-now-style {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    flex-direction: column;
    transform: translateY(0);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    z-index: 2;
}

.customer-support-style .get-contactpanel-style:hover svg {
    transform: rotate(15deg);
}

.customer-support-style .get-contactpanel-style::before {
    width: 100px;
    right: -50px;
    position: absolute;
    height: 100px;
    top: -50px;
    background: rgba(255, 255, 255, 0.15);
    content: '';
    border-radius: 50%;
    z-index: 1;
}

.customer-support-style .submit-feedback-style::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(229,236,236) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(229,236,236) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(229,236,236) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(229,236,236) 75%);
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    z-index: -1;
    left: 0;
    opacity: 0.03;
}

.customer-support-style .submit-feedback-style p a {
    color: rgb(167,205,174);
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.customer-support-style .quick-contact-style {
    padding-left: 32px;
    font-size: 22px;
    align-items: center;
    display: flex;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 0 0 15px;
}

.customer-support-style .write-feedback-style:hover {
    transform: translateY(-2px);
    color: #000000;
    background: rgb(167,205,174,0.5);
}

.customer-support-style .write-feedback-style:hover::before {
    transform: scaleY(1);
}

.customer-support-style .write-feedback-style:hover svg {
    stroke: #000000;
    transform: translateY(-50%) rotate(15deg);
    opacity: 1;
}



.our-mission-style::after {
    opacity: 0.2;
    left: 0;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,205,174,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(183,130,157,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
}

.our-mission-style .training-classes-style:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(167,205,174,0.5);
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(167,205,174,0.5);
}

.our-mission-style .training-classes-style::after {
    border-radius: calc(15px + 1px);
    inset: -1px;
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    animation: borderGlow 4s linear infinite;
    z-index: -2;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,205,174,0.5), transparent);
}



.our-mission-style .learning-space-style {
    position: relative;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.our-mission-style .smart-classes-style {
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.15);
    display: inline-block;
}

.our-mission-style .knowledge-growth-style {
    font-size: calc(12px * 1.05);
    opacity: 0.9;
    margin-bottom: 0;
    font-weight: 600;
    color: rgb(167,205,174);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.our-mission-style .subtext-wrap-style::after {
    background: rgb(183,130,157,0.5);
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
}

.our-mission-style .vision-mission-style {
    gap: 16px;
    color: rgb(167,205,174);
    display: flex;
    transition: all 0.3s ease;
    font-size: calc(21px * 1.2);
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    align-items: center;
}

.our-mission-style .vision-mission-style svg path {
    transition: fill 0.4s ease;
}

.our-mission-style .subtext-wrap-style p {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.9;
    transition: all 0.4s ease;
    position: relative;
    font-size: calc(12px * 1.05);
}

.user-comments-style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,130,157,0.5), rgb(167,205,174,0.5) 70%, #ffffff 140%);
    position: relative;
    padding: 6rem 0;
}

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

.user-comments-style h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    margin-bottom: 3rem;
    font-size: 32px;
    color: #000000;
    transform: translateY(0.5rem);
    opacity: 0;
}

.user-comments-style .review-voices-style:nth-child(3) {
    --i: 3;
}

.user-comments-style .review-voices-style:nth-child(6) {
    --i: 6;
}

.user-comments-style .review-voices-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.user-comments-style .review-voices-style .description {
    z-index: 1;
    position: relative;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

.secure-cookies-style {
    flex-shrink: 0;
    margin-right: 15px;
}

.secure-cookies-style svg {
    width: 60px;
    height: 60px;
    fill: rgb(167,205,174);
    transition: fill 0.3s ease;
}

.cookie-warning-window-style p {
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

#btnConsentToCookiePolicy-style {
    background: rgb(167,205,174);
}

.cookie-warning-window-style p a:hover {
    color: rgb(183,130,157);
}

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

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

.collab-space-style .company_holder {
    padding: 0 3rem 2rem 0;
    position: relative;
    flex: 0 0 40%;
    margin-bottom: 2rem;
}

.collab-space-style .company_holder h3::after {
    background: rgb(167,205,174);
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(167,205,174);
    height: 3px;
    width: 80px;
    left: 0;
    bottom: 0;
}

.collab-space-style .top-know-style {
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}

.collab-space-style .top-page-style .top-know-style {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

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

.receive-updates-style {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(120deg, rgb(167,205,174,0.5) 0%, rgb(229,236,236) 50%, rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
}

.receive-updates-style h3 {
    font-size: 32px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    width: fit-content;
    transform: translateZ(30px);
    margin-bottom: 2rem;
}

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

.receive-updates-style .updates-cta-style:hover::before {
    left: 150%;
}

.course-offering-style .description::-webkit-scrollbar {
    width: 4px;
}

.course-offering-style .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(var(--dark-color-opacity), 0.05);
}

.course-offering-style .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(167,205,174), rgb(183,130,157));
}



@media (max-width: 767px) {.price-list-style {
    padding: 4rem 0;
}.price-list-style .pricing-levels-style h2 {
    font-size: calc(29px - 0.2rem);
}.price-list-style .pricing-levels-style .learning-fee-style {
    font-size: calc(14px - 0.1rem);
    max-width: 100%;
}.price-list-style .pricing-schemes-style h3 {
    font-size: 18px;
}.price-list-style .price-opts-style {
    font-size: calc(17px + 0.5rem);
}.price-list-style .photo-section-style {
    height: 160px;
}}



@media (prefers-reduced-motion: reduce) {.join-now-style h2,
    .join-now-style svg,
    .join-now-style .history-tl-style,
    .join-now-style .query-list-style::before {
    transition: none;
}.join-now-style:hover h2,
    .join-now-style .history-tl-style:hover svg,
    .join-now-style .history-tl-style:hover {
    transform: none;
}.join-now-style .query-list-style:hover::before {
    left: -100%;
}}



@media (max-width: 479px) {header .top-train-style {
    padding: 0.7rem 1.2rem;
}header .nav-site-style {
    max-width: 120px;
    padding: 0.5rem;
}header .header-lesson-style a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 992px) {.study-method-style .history-tl-style > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4.5rem 5rem;
}.study-method-style .history-tl-style > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.study-method-style h3 {
    padding-bottom: 1rem;
    font-size: calc(38px * 0.75);
}.study-method-style h3::after {
    height: 4px;
    width: 100px;
}
}



@media (max-width: 767px) {.welcome-board-style {
    padding: 2rem 0;
}.welcome-board-style .edu-front-style {
    padding: 1.5rem;
    width: 95%;
}.welcome-board-style h3 {
    padding: 1.5rem;
    font-size: 22px;
}.welcome-board-style .learn-corner-style {
    height: 350px;
}.welcome-board-style .learn-corner-style > div {
    padding: 2rem;
}.welcome-board-style .title_style_header {
    font-size: calc(31px * 1.1);
}.welcome-board-style .learn-corner-style p {
    font-size: 13px;
}
}



@media (hover: none) {.educational-rewards-style .history-tl-style > div:first-child:hover .photo-section-style {
    transform: none;
}.educational-rewards-style .subtext-wrap-style li:hover {
    transform: none;
}.educational-rewards-style .subtext-wrap-style li:hover::before {
    opacity: 0;
}.educational-rewards-style .subtext-wrap-style li:hover svg {
    transform: none;
}
}



@media (max-width: 767px) {.thanksSpot-style {
    padding: 80px 0;
}.thanksSpot-style .history-tl-style {
    padding: 2.5rem;
}.thanksSpot-style h5 {
    font-size: calc(20px * 0.9);
}.thanksSpot-style p {
    font-size: calc(13px * 0.95);
}.thanksSpot-style .history-tl-style > div:first-child::after {
    width: 60px;
}
}



@media (min-width: 1200px) {.course-offering-style .container {
    padding: 0 2rem;
}.course-offering-style h2 {
    font-size: calc(36px * 1.3);
    margin-bottom: 4rem;
}.course-offering-style .learn-explore-style {
    gap: 3rem;
}.course-offering-style .photo-section-style {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course-offering-style .photo-section-style:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course-offering-style .subtext-wrap-style {
    padding: 3.5rem;
    margin-left: -8rem;
}
}



@media screen and (max-width: 480px) {.contact-box-style {
    padding: 50px 0;
}.contact-box-style h2 {
    font-size: calc(30px * 0.8);
}.contact-box-style .photo-section-style {
    min-height: 200px;
}.contact-box-style .reach-inquiry-style {
    padding: 30px 20px;
}.contact-box-style .reach-inquiry-style::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact-box-style form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact-box-style form input[type="text"] {
    padding: 15px 20px;
}.contact-box-style form .query-list-style {
    width: 100%;
    text-align: center;
}}



@media (max-width: 991px) {.our-mission-style {
    padding: 100px 0;
}.our-mission-style .history-tl-style {
    flex-direction: column;
    gap: 50px;
}.our-mission-style .training-classes-style,
    .our-mission-style .subtext-wrap-style {
    width: 100%;
    flex: 0 0 100%;
}.our-mission-style .subtext-wrap-style {
    padding: 40px 30px;
}.our-mission-style .training-classes-style {
    margin: 0 auto;
    max-width: 500px;
}.our-mission-style .history-tl-style::before {
    left: 20%;
    width: 60%;
}.our-mission-style .subtext-wrap-style h2 {
    font-size: 37px;
}
}



@media (max-width: 575px) {.our-mission-style {
    padding: 60px 0;
}.our-mission-style .photo-section-style {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}.our-mission-style .training-classes-style {
    padding: 30px 20px;
}.our-mission-style .subtext-wrap-style {
    padding: 30px 20px;
}.our-mission-style .vision-mission-style {
    font-size: calc(21px * 0.95);
}.our-mission-style .vision-mission-style svg {
    height: 35px;
    width: 35px;
}.our-mission-style .subtext-wrap-style h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.our-mission-style .subtext-wrap-style p {
    font-size: 12px;
    line-height: 1.8;
}.our-mission-style .smart-classes-style {
    font-size: calc(18px * 0.95);
}.our-mission-style .knowledge-growth-style {
    font-size: calc(12px * 0.95);
}.our-mission-style .history-tl-style::before {
    left: 10%;
    width: 80%;
}}



@media (max-width: 576px) {.collab-space-style {
    padding: 3rem 0 1rem;
}.collab-space-style::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.collab-space-style .top-page-style {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.collab-space-style .company_holder {
    margin-bottom: 2rem;
}.collab-space-style .top-page-style .top-know-style a {
    padding: 0.6rem 0.8rem;
}.collab-space-style .top-page-style .top-know-style a:hover {
    padding-left: 1.2rem;
}.report-abuse-style {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 767px) {.receive-updates-style {
    padding: 4rem 1.5rem;
}.receive-updates-style h3 {
    font-size: 24px;
    transform: translateZ(20px);
}.receive-updates-style .help-inquiry-style {
    width: 100%;
    padding: 2rem;
    transform: rotateX(5deg) rotateY(-3deg);
}.receive-updates-style .updates-cta-style {
    width: 100%;
}
}



@keyframes expandLine {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}



@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

