﻿a {
    color: inherit;
    text-decoration: none;
}

.wrap-container-style {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.collab-space-style {
    flex: 0 0 auto;
}

.collab-space-style {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}

.price-list-style .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.price-list-style .pricing-levels-style h2 {
    color: rgb(167,205,174);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 1.5rem;
}

.price-list-style .plan-fee-style {
    gap: 2rem;
    order: 2;
    grid-template-columns: 1fr;
    display: grid;
}

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

.price-list-style .pricing-schemes-style:hover .plan-cost-style {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.price-list-style .program-rate-style::before {
    position: absolute;
    content: "";
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    right: 0;
    z-index: -1;
    opacity: 0;
    transform: translate(30px, -30px);
    width: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(167,205,174,0.5) 50%);
    top: 0;
}

.price-list-style .pricing-schemes-style p {
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 14px;
    -ms-word-break: break-all;
}

.join-now-style .container {
    flex-direction: column;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.join-now-style:hover h2 {
    transform: translateY(-5px);
}

.join-now-style .history-tl-style:hover {
    box-shadow: 
        0 20px 35px -10px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(2deg);
}

.join-now-style svg {
    width: 42px;
    transform: translateY(0) rotate(0);
    height: 42px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.join-now-style .query-list-style {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.9rem 2rem;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(135deg, rgb(167,205,174), rgb(183,130,157));
}

.developer-experience-style .photo-section-style {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-row: 1 / 2;
    z-index: 2;
    grid-column: 1 / 2;
    transform: translateX(-5%);
    width: 100%;
    position: relative;
    border-radius: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 450px;
}

.developer-experience-style .name {
    font-weight: 700;
    color: rgb(167,205,174);
    font-size: 31px;
    position: relative;
    margin-bottom: 0.7rem;
    display: inline-block;
}

.developer-experience-style .review-voices-style:hover .work-projects-style > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.developer-experience-style .review-voices-style:hover .career-card-style {
    transform: translateY(0);
    opacity: 1;
}

header::before {
    position: absolute;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    height: 100%;
    content: '';
    z-index: 0;
    top: 0;
    opacity: 0.4;
}

header .header-lesson-style {
    position: relative;
    margin: 0 0.5rem;
}

header .header-lesson-style a::before {
    left: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    z-index: -1;
    position: absolute;
    transform: scale(1.1);
    height: 100%;
    opacity: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
}

header .top-train-style::before {
    top: -100px;
    filter: blur(30px);
    position: absolute;
    width: 200px;
    right: -100px;
    border-radius: 50%;
    content: '';
    height: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(167,205,174,0.5) 0%, transparent 70%);
}

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

.study-method-style .history-tl-style > div {
    transform: translateY(0);
    border-left: 4px solid rgb(167,205,174);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.welcome-board-style::after {
    bottom: -100px;
    width: 300px;
    opacity: 0.15;
    content: "";
    background: rgb(167,205,174);
    border-radius: 50%;
    height: 300px;
    filter: blur(120px);
    position: absolute;
    z-index: 0;
    right: -100px;
}

.welcome-board-style h3:hover {
    transform: translateY(-5px);
}

.welcome-board-style .learn-corner-style::before {
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(167,205,174,0.5), 0.8)
  );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
}

.welcome-board-style .learn-corner-style p {
    max-width: 600px;
    font-size: calc(13px * 1.2);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1.6;
    transform: translateY(20px);
    animation: fadeUp 0.6s 0.3s forwards ease-out;
    margin-bottom: 1rem;
    opacity: 0;
    font-weight: 300;
}

.welcome-board-style .learn-corner-style:hover {
    transform: scale(1.01);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.educational-rewards-style h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 3rem;
    max-width: 800px;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(0);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    opacity: 1;
    text-align: center;
}

.educational-rewards-style .history-tl-style > div:first-child::before {
    opacity: 0.3;
    height: 100%;
    left: 20px;
    position: absolute;
    z-index: -1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(-10px);
    width: 100%;
    border-radius: 10px;
    top: 20px;
    background: rgb(167,205,174,0.5);
    filter: blur(10px);
    content: "";
}

.educational-rewards-style .subtext-wrap-style li {
    transition: transform 0.4s ease-out;
    position: relative;
    padding-left: 2.5rem;
}

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

.thanksSpot-style .container {
    position: relative;
    z-index: 2;
}

.thanksSpot-style .history-tl-style {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    backdrop-filter: blur(15px);
    position: relative;
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
}

.thanksSpot-style a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.course-offering-style::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    position: absolute;
}

.course-offering-style .learn-explore-style {
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    gap: 2rem;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    opacity: 0;
}

.course-offering-style .photo-section-style:hover {
    transform: translateY(0);
}

.course-offering-style .subtext-wrap-style {
    position: relative;
    background: rgba(255,255,255,0.7);
    padding: 2rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 1.5rem;
    transform: translateX(0);
    transition: transform 0.4s ease;
    display: flex;
}

.contact-box-style::after {
    width: 70%;
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    height: 70%;
    content: "";
    background: linear-gradient(240deg, rgb(183,130,157,0.5) 0%, transparent 70%);
    right: 0;
}

.contact-box-style .photo-section-style::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.contact-box-style form input[type="text"] {
    padding: 18px 25px;
    border: none;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(229,236,236);
    width: 100%;
}

.contact-box-style .support-list-style input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    height: 11px;
    top: 9px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    position: absolute;
}

.contact-box-style form .query-list-style:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.contact-box-style svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,205,174);
}

.privacy-lair-style h1 {
    text-transform: uppercase;
    color: rgb(167,205,174);
    border-bottom: 2px solid rgb(167,205,174,0.5);
    margin-bottom: 20px;
    font-size: 44px;
    font-family: Arial, sans-serif;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    font-weight: 700;
}

.privacy-lair-style section {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    background-color: rgb(229,236,236);
    padding: 20px;
}

.privacy-lair-style button:hover {
    transform: scale(1.05);
    background-color: rgb(183,130,157);
}

.customer-support-style::after {
    top: 0;
    animation: pulseBackground 15s infinite alternate;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,130,157,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(167,205,174,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: '';
}

.customer-support-style .support-now-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.customer-support-style .get-contactpanel-style svg {
    stroke-linecap: round;
    margin-right: 12px;
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    height: 24px;
    stroke: #ffffff;
}

.customer-support-style .photo-section-style {
    overflow: hidden;
    height: 250px;
    position: relative;
    width: 100%;
}

.customer-support-style .submit-feedback-style {
    background: #ffffff;
    padding: 30px 35px;
    position: relative;
}

.customer-support-style .submit-feedback-style p:last-child {
    margin-bottom: 0;
}

.customer-support-style .submit-feedback-style p:hover {
    transform: translateX(5px);
}

.customer-support-style .submit-feedback-style p:hover svg {
    background: rgb(167,205,174);
    stroke: #ffffff;
    transform: rotate(0deg);
}

.customer-support-style .submit-feedback-style p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.customer-support-style .submit-feedback-style p:nth-child(3) svg path {
    animation-delay: 0.3s;
}


.customer-support-style .submit-feedback-style p span {
    z-index: 1;
    position: relative;
}

.customer-support-style .submit-feedback-style p a:hover::after {
    width: 100%;
}

.customer-support-style .quick-contact-style svg {
    width: 20px;
    box-sizing: content-box;
    stroke: rgb(183,130,157);
    border-radius: 10px;
    stroke-linejoin: round;
    top: 3px;
    height: 20px;
    background: rgb(183,130,157,0.5);
    fill: none;
    stroke-linecap: round;
    transform: rotate(45deg);
    stroke-width: 2;
    position: absolute;
    transition: all 0.3s ease;
    padding: 3px;
    left: 0;
}

.customer-support-style .write-feedback-style svg {
    fill: none;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    opacity: 0.8;
    stroke-width: 2;
    left: 10px;
    width: 14px;
    top: 50%;
    stroke-linecap: round;
    position: absolute;
    height: 14px;
    stroke-linejoin: round;
    stroke: rgb(183,130,157);
}



.our-mission-style .history-tl-style {
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.our-mission-style .history-tl-style::before {
    bottom: -30px;
    width: 40%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,205,174), transparent);
    left: 30%;
    height: 1px;
    position: absolute;
    opacity: 0.4;
    animation: scanline 4s ease-in-out infinite;
}

.our-mission-style .training-classes-style:hover::before {
    opacity: 0.12;
}



.our-mission-style .training-classes-style:hover::after {
    opacity: 1;
}

.our-mission-style .photo-section-style::before {
    content: "";
    -webkit-mask-composite: xor;
    opacity: 0.2;
    inset: -3px;
    background: conic-gradient(rgb(167,205,174), rgb(183,130,157), rgb(167,205,174));
    padding: 3px;
    mask-composite: exclude;
    animation: rotate 8s linear infinite;
    -webkit-mask: linear-gradient(rgb(183,130,157,0.5)) content-box, linear-gradient(rgb(167,205,174,0.5));
    position: absolute;
    border-radius: 50%;
}

.our-mission-style .training-classes-style:hover .smart-classes-style::after {
    width: 80%;
}

.our-mission-style .subtext-wrap-style {
    border: 1px solid rgba(255, 255, 255, 0.03);
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
    padding: 50px 45px;
}

.our-mission-style .vision-mission-style::after {
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(167,205,174), transparent);
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
}

.our-mission-style .subtext-wrap-style h2 {
    letter-spacing: 0.5px;
    font-size: calc(37px * 1.1);
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    transition: all 0.4s ease;
    padding-bottom: 20px;
}

.our-mission-style .history-tl-style::after {
    z-index: -1;
    width: 100%;
    opacity: 0.03;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    background-image: 
        radial-gradient(rgb(167,205,174,0.5) 1px, transparent 1px),
        radial-gradient(rgb(183,130,157,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    background-position: 0 0, 20px 20px;
}

.user-comments-style .user-experience-style {
    display: grid;
    gap: 2.5rem;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}

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

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

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

.user-comments-style .review-voices-style h3 {
    font-weight: 600;
    font-size: calc(20px + 0.1rem);
    z-index: 1;
    color: rgb(167,205,174);
    position: relative;
    margin-bottom: 0.5rem;
}

.user-comments-style .review-voices-style:hover div img {
    border-color: rgb(183,130,157);
    transform: scale(1.1);
}

.visitor-controls-style {
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.cookie-warning-window-style h5 {
    margin-bottom: 8px;
    color: rgb(167,205,174);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.cookie-warning-window-style p a {
    color: rgb(167,205,174);
    transition: color 0.3s ease;
    text-decoration: underline;
}

footer::before {
    top: 0;
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(183,130,157,0.5) 100%);
    content: "";
    opacity: 0.92;
    bottom: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
}

.collab-space-style .company_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 1px;
    transform: skewX(-10deg);
    margin: 0 0 1.5rem;
    position: relative;
    color: #ffffff;
    padding-bottom: 1rem;
}

.collab-space-style .top-page-style {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.collab-space-style .top-page-style .top-know-style a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    transform: skewX(-5deg);
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
}

.report-abuse-style .container {
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.receive-updates-style .history-tl-style {
    perspective: 1500px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.receive-updates-style .help-inquiry-style:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(0deg) rotateY(0deg);
}

.receive-updates-style .input_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    transform: translateZ(20px);
}

.receive-updates-style input[type="email"]:focus {
    border-color: rgb(167,205,174);
    box-shadow: 0 5px 20px rgb(167,205,174,0.5);
    outline: none;
    transform: translateZ(40px) scale(1.02);
}

.receive-updates-style .updates-cta-style:hover {
    background: linear-gradient(to right, rgb(167,205,174), rgb(183,130,157));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateZ(40px) translateX(10px);
}


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



@media (min-width: 992px) {.price-list-style .learning-rates-style {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.price-list-style .pricing-levels-style {
    height: 100%;
    text-align: left;
    justify-content: center;
    order: 2;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
}.price-list-style .pricing-levels-style h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(167,205,174), transparent);
    width: 100px;
    transform: none;
}.price-list-style .pricing-levels-style .learning-fee-style {
    max-width: 100%;
    margin: 0;
}.price-list-style .plan-fee-style {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1400px) {header .top-train-style {
    margin: 0 auto;
    max-width: 1320px;
}header .header-lesson-style {
    margin: 0 0.7rem;
}header .header-lesson-style a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .top-train-style {
    padding: 0.8rem 1.5rem;
}header .nav-site-style {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .header-know-style img {
    max-height: 35px;
}header .top-page-style {
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .top-page-style::-webkit-scrollbar {
    height: 3px;
}header .top-page-style::-webkit-scrollbar-thumb {
    background: rgb(167,205,174,0.5);
    border-radius: 10px;
}header .header-lesson-style {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .header-lesson-style a {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
}header .header-lesson-style::after {
    display: none;
}header::after {
    height: 5px;
}
}



@media (max-width: 480px) {.welcome-board-style .edu-front-style {
    padding: 1rem;
}.welcome-board-style h3 {
    font-size: calc(13px * 1.1);
    padding: 1rem;
}.welcome-board-style .learn-corner-style {
    height: 300px;
}.welcome-board-style .learn-corner-style > div {
    padding: 1.5rem;
}.welcome-board-style .title_style_header {
    font-size: 31px;
}}



@media (max-width: 767px) {.educational-rewards-style {
    padding: 4rem 0;
}.educational-rewards-style h5 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}.educational-rewards-style .photo-section-style {
    transform: none;
    max-width: 100%;
}.educational-rewards-style .history-tl-style > div:first-child::before {
    left: 10px;
    top: 10px;
}.educational-rewards-style .subtext-wrap-style {
    padding: 1.5rem;
}.educational-rewards-style .subtext-wrap-style ul {
    gap: 1rem;
}.educational-rewards-style .subtext-wrap-style p {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 480px) {.thanksSpot-style {
    padding: 60px 0;
}.thanksSpot-style .history-tl-style {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.thanksSpot-style h5 {
    font-size: calc(20px * 0.85);
}.thanksSpot-style p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 767px) {.course-offering-style {
    padding: 4rem 0;
}.course-offering-style h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.course-offering-style h2::after {
    width: 60px;
    height: 3px;
}.course-offering-style .learn-explore-style {
    gap: 1.5rem;
}.course-offering-style .photo-section-style {
    height: 250px;
}.course-offering-style .subtext-wrap-style {
    padding: 1.5rem;
}.course-offering-style .description {
    max-height: 150px;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}


@media only screen and (max-width: 800px) {.privacy-lair-style {
    padding: 20px;
}.privacy-lair-style h1 {
    font-size: calc(23px - 4px);
}.privacy-lair-style h2 {
    font-size: calc(23px - 4px);
}.privacy-lair-style p {
    font-size: calc(17px - 2px);
}.privacy-lair-style button {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 1199px) {.our-mission-style {
    padding: 120px 0;
}.our-mission-style .history-tl-style {
    gap: 50px;
}.our-mission-style .subtext-wrap-style {
    padding: 40px 35px;
}.our-mission-style .training-classes-style {
    padding: 40px 30px;
}
}



@media (max-width: 767px) {.our-mission-style {
    padding: 80px 0;
}.our-mission-style .photo-section-style {
    height: 180px;
    width: 180px;
}.our-mission-style .training-classes-style {
    padding: 35px 25px;
}.our-mission-style .subtext-wrap-style {
    padding: 35px 25px;
}.our-mission-style .subtext-wrap-style h2 {
    padding-bottom: 15px;
    font-size: calc(37px * 0.9);
    margin-bottom: 25px;
}.our-mission-style .smart-classes-style {
    font-size: 18px;
}.our-mission-style .knowledge-growth-style {
    font-size: 12px;
}.our-mission-style .vision-mission-style {
    font-size: 21px;
}.our-mission-style .vision-mission-style svg {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 769px) and (max-width: 1024px) {.user-comments-style .user-experience-style {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (prefers-reduced-motion: reduce) {.user-comments-style .review-voices-style,
    .user-comments-style h2 {
    opacity: 1;
    animation: none;
}.user-comments-style .review-voices-style:hover {
    transform: none;
}
}


@media only screen and (max-width: 800px) {.visitor-controls-style {
    padding: 15px;
}.secure-cookies-style {
    display: none;
}.cookie-warning-window-style h5 {
    font-size: 22px;
}.cookie-warning-window-style p {
    font-size: 13px;
}}



@media (max-width: 768px) {.collab-space-style {
    padding: 3.5rem 0 1.5rem;
}.collab-space-style::before {
    height: 10px;
}.collab-space-style .company_holder h3 {
    font-size: calc(31px - 2px);
}.collab-space-style .telegram-ref-style {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.collab-space-style .top-page-style h5, 
    .collab-space-style .top-page-style .top-know-style a {
    transform: skewX(-3deg);
}.collab-space-style .top-page-style .top-know-style a:hover {
    transform: skewX(-3deg) translateX(5px);
}.report-abuse-style {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.report-abuse-style .blog-ref-style {
    transform: skewX(-3deg);
}
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

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



@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@keyframes gridPulse {
    0%, 100% {
        opacity: 0.02;
    }
    50% {
        opacity: 0.05;
    }
}

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

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

