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

header,footer {
    width: 100%;
}

header {
    position: relative;
    margin-top: 0;
    overflow: visible;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    background: linear-gradient(135deg, rgb(167,205,174,0.5) 0%, rgb(229,236,236) 100%);
}

.price-list-style .pricing-levels-style {
    padding: 2rem;
    text-align: center;
    transform: translateY(20px);
    order: 1;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
}

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

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

.price-list-style .plan-cost-style {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    display: flex;
    transition: all 0.4s ease;
}

.price-list-style .pricing-schemes-style h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(18px + 0.2rem);
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
}

.price-list-style .pricing-schemes-style:hover .price-opts-style::before {
    width: 80px;
}

.price-list-style .photo-section-style::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    content: "";
    inset: 0;
}

.join-now-style::after {
    height: 6px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,130,157) 40%, rgb(167,205,174) 60%, transparent);
    z-index: 1;
    bottom: -5px;
}

.join-now-style .history-tl-style {
    padding: 2rem 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    isolation: isolate;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    gap: 1.5rem;
    display: flex;
    transform: perspective(1000px) rotateX(0deg);
}

.join-now-style .query-list-style:hover::before {
    left: 100%;
}

.developer-experience-style {
    background: rgb(229,236,236);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}



.developer-experience-style .review-voices-style {
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0;
    position: relative;
}

.developer-experience-style .photo-section-style::after {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
}

.developer-experience-style .name::before {
    position: absolute;
    background: rgb(183,130,157,0.5);
    left: -20px;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    width: 30px;
    top: -10px;
    content: "";
    height: 30px;
    border-radius: 10px;
    transition: transform 0.4s ease 0.2s;
}

.developer-experience-style .career-card-style::before {
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(167,205,174), transparent);
    height: 3px;
    top: 0;
    left: 0;
    content: "";
}

header .top-train-style {
    padding: 1.3rem 3rem;
    z-index: 5;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .nav-site-style:hover {
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}

header .top-page-style {
    z-index: 2;
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
}

header .header-lesson-style a {
    color: #000000;
    justify-content: center;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    padding: 0.8rem 1.3rem;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    display: flex;
    z-index: 1;
    font-size: 18px;
    overflow: hidden;
    text-decoration: none;
}

header .top-train-style::after {
    width: 150px;
    left: -75px;
    border-radius: 50%;
    content: '';
    filter: blur(30px);
    bottom: -75px;
    background: radial-gradient(circle, rgb(183,130,157,0.5) 0%, transparent 70%);
    height: 150px;
    opacity: 0.1;
    position: absolute;
}

.study-method-style .history-tl-style {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
}

.study-method-style .history-tl-style > div::before {
    opacity: 0.03;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(to right, rgb(167,205,174,0.5) 0%, transparent 100%);
    width: 100%;
}

.study-method-style h3::after {
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    left: 0;
    position: absolute;
    width: 60px;
    bottom: 0;
}

.welcome-board-style::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.12), transparent 60%);
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
}

.welcome-board-style .edu-front-style > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}

.welcome-board-style .learn-corner-style {
    height: 450px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.2),
    -10px -10px 30px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
}

.welcome-board-style .learn-corner-style > div {
    height: 100%;
    justify-content: flex-end;
    flex-direction: column;
    padding: 3rem;
    position: relative;
    display: flex;
    z-index: 2;
}

.welcome-board-style .learn-corner-style > div > div::before {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(183,130,157);
    left: 0;
    content: "";
    animation: expandLine 0.4s 0.8s forwards ease-out;
    width: 4px;
    position: absolute;
}

.educational-rewards-style::before {
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, 
        rgb(167,205,174,0.5) 0%, 
        transparent 70%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    opacity: 0.4;
    left: 0;
}

.educational-rewards-style .history-tl-style {
    position: relative;
    flex-direction: column;
    transform: translateY(0);
    animation: fadeInUp 1s ease-out 0.2s forwards;
    align-items: center;
    gap: 3rem;
    opacity: 1;
    display: flex;
}

.educational-rewards-style .subtext-wrap-style {
    transform: translateX(0);
    padding: 2.5rem 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    position: relative;
    width: 100%;
}

.educational-rewards-style .subtext-wrap-style svg {
    min-width: 24px;
    transform: translateY(0);
    margin-right: 10px;
    transition: transform 0.3s ease;
    margin-top: 2px;
    height: 24px;
}

.thanksSpot-style {
    background: linear-gradient(135deg, rgb(229,236,236) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.thanksSpot-style .history-tl-style::before {
    top: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(45deg, transparent 48%, rgb(183,130,157,0.5) 49%, transparent 51%);
    opacity: 0.08;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 10px 10px;
    height: 100%;
}

.thanksSpot-style .history-tl-style:hover h5 {
    transform: translateX(10px);
}

.thanksSpot-style a {
    transform: translateY(0);
    text-decoration: none;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.course-offering-style {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(229,236,236) 0%, rgba(255,255,255,0.92) 100%);
}

.course-offering-style .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
}

.course-offering-style h2::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    width: 80px;
    left: 0;
    animation: scaleIn 1s 0.3s ease-out forwards;
}

.course-offering-style .photo-section-style:hover::before {
    opacity: 1;
}

.course-offering-style .subtext-wrap-style:hover::before {
    height: 100%;
}

.course-offering-style .description {
    overflow-y: auto;
    line-height: 1.7;
    margin: 0;
    max-height: 200px;
    transition: color 0.3s ease;
    padding-right: 10px;
    font-size: 17px;
    position: relative;
    color: #000000;
}

.contact-box-style .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.contact-box-style .help-panel-style {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    overflow: hidden;
    border-radius: 16px;
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
}

.contact-box-style form h3 {
    font-weight: 600;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 22px;
}

.contact-box-style form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.contact-box-style .support-list-style label {
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.contact-box-style .support-list-style label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(167,205,174);
}

.contact-box-style form .query-list-style::before {
    content: "";
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    left: -10%;
    height: 120%;
    top: -10%;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    transition: all 0.4s ease;
}

.privacy-lair-style h2 {
    text-transform: capitalize;
    color: rgb(183,130,157);
    font-weight: 600;
    font-size: 34px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    border-left: 4px solid rgb(183,130,157,0.5);
    padding-left: 10px;
}

.privacy-lair-style p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
}

.privacy-lair-style button {
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background-color: rgb(167,205,174);
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    transition: background-color 0.3s, transform 0.3s;
}

.customer-support-style .container::before,
.customer-support-style .container::after {
    height: 150px;
    opacity: 0.2;
    width: 150px;
    animation: rotateSlow 20s linear infinite;
    border: 2px solid rgb(167,205,174,0.5);
    border-radius: 50%;
    z-index: 0;
    content: '';
    position: absolute;
}

.customer-support-style .container::before {
    top: -75px;
    right: -75px;
}

.customer-support-style .get-contactpanel-style {
    padding: 25px 35px;
    overflow: hidden;
    font-size: 21px;
    background: linear-gradient(120deg, rgb(167,205,174) 0%, rgb(183,130,157) 100%);
    align-items: center;
    font-weight: 700;
    position: relative;
    display: flex;
    color: #ffffff;
    margin: 0;
}

.customer-support-style .get-contactpanel-style::after {
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    left: -25px;
    content: '';
    position: absolute;
    bottom: -25px;
    border-radius: 50%;
    height: 50px;
}

.customer-support-style .submit-feedback-style p {
    position: relative;
    padding-left: 32px;
    transition: transform 0.3s ease;
    margin: 0 0 15px;
    align-items: flex-start;
    font-size: 13px;
    color: #000000;
    display: flex;
}

.customer-support-style .submit-feedback-style p svg path {
    animation: drawIcon 1s forwards ease-out;
    stroke-dashoffset: 40;
    stroke-dasharray: 40;
}

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

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

.customer-support-style .submit-feedback-style p a:hover {
    color: rgb(183,130,157);
}

.customer-support-style .assist-team-style {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 25px;
    margin-top: 25px;
}

.customer-support-style .start-chat-style {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
    gap: 10px;
}

.customer-support-style .write-feedback-style::before {
    background: rgb(183,130,157);
    width: 3px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleY(0);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.our-mission-style::before {
    filter: blur(20px);
    opacity: 0.15;
    height: 100%;
    width: 100%;
    animation: gradientFlow 15s ease infinite;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: center center;
    background: 
        linear-gradient(217deg, rgb(167,205,174,0.5), transparent 70%),
        linear-gradient(127deg, rgb(183,130,157,0.5), transparent 70%),
        linear-gradient(336deg, rgb(167,205,174,0.5), transparent 70%);
    top: 0;
    z-index: -1;
}



.our-mission-style .training-classes-style {
    align-items: center;
    perspective: 1000px;
    display: flex;
    border-radius: 15px;
    padding: 50px 35px;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
    flex: 0 0 40%;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.our-mission-style .photo-section-style::after {
    border: 1px dashed rgb(167,205,174,0.5);
    border-radius: 50%;
    content: "";
    animation: rotateReverse 20s linear infinite;
    inset: -10px;
    opacity: 0.2;
    position: absolute;
}

.our-mission-style .smart-classes-style::after {
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    background: rgb(167,205,174);
}

.our-mission-style .subtext-wrap-style:hover {
    transform: translateY(-10px);
    border-color: rgb(183,130,157,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(183,130,157,0.5);
}

.our-mission-style .subtext-wrap-style:hover::before,
.our-mission-style .subtext-wrap-style:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}

.our-mission-style .subtext-wrap-style:hover .vision-mission-style::after {
    width: 50%;
}

.our-mission-style .vision-mission-style svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    height: 48px;
    transition: all 0.4s ease;
    fill: rgb(167,205,174);
}

.our-mission-style .subtext-wrap-style h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(167,205,174), rgb(183,130,157,0.5), transparent);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 100px;
    border-radius: 10px;
}

.user-comments-style::after {
    right: -5%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(183,130,157) 0%, transparent 80%);
    transform: rotate(-15deg);
    height: 20rem;
    width: 20rem;
    top: -5%;
    content: "";
    z-index: 1;
}

.user-comments-style h2::after {
    height: 3px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    width: 6rem;
    background: linear-gradient(90deg, rgb(167,205,174), rgb(183,130,157));
    position: absolute;
}

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

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

.user-comments-style .review-voices-style::before {
    color: rgb(167,205,174,0.5);
    font-size: 5rem;
    left: 2rem;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    top: 1rem;
    content: "";
    line-height: 1;
}

.user-comments-style .review-voices-style div {
    margin-top: auto;
    align-items: center;
    display: flex;
}

.cookie-warning-window-style {
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    border-top: 3px solid rgb(167,205,174);
    z-index: 90;
    background: rgb(229,236,236);
    position: fixed;
    transition: transform 0.3s ease-in-out;
}

.track-alert-style:hover {
    background: rgb(183,130,157);
    box-shadow: 0 0 10px rgb(183,130,157,0.5);
}

#refuseTrackingCookiesBtn-style {
    background: rgba(0, 0, 0, 0.5);
}


#cookie-info-window-style {
    display: none;
}

#cookie-info-window-style:checked ~ .cookie-warning-window-style {
    visibility: hidden;
    opacity: 0;
}

.collab-space-style .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}

.collab-space-style .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.3;
    right: 1.5rem;
    width: 1px;
}

.collab-space-style .comm-guide-style {
    flex-wrap: wrap;
    gap: 0;
    flex: 0 0 60%;
    display: flex;
}

.collab-space-style .top-page-style h5 {
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    font-size: 22px;
    color: #ffffff;
    transform: skewX(-5deg);
    margin: 0 0 1.5rem;
}

.collab-space-style .top-page-style .top-know-style a:hover {
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 1.5rem;
}

.report-abuse-style .blog-ref-style {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transform: skewX(-5deg);
}

.receive-updates-style .help-inquiry-style {
    margin: 0 auto;
    width: 90%;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    border-radius: 12px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: rotateX(10deg) rotateY(-5deg);
    max-width: 800px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.receive-updates-style input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.receive-updates-style .updates-cta-style::before {
    top: -10%;
    left: -150%;
    content: "";
    width: 120%;
    position: absolute;
    transition: all 0.5s ease;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.price-list-style .plan-fee-style {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price-list-style .program-rate-style {
    padding: 3rem 2.5rem;
}.price-list-style .pricing-levels-style h2 {
    font-size: calc(29px + 0.3rem);
}
}



@media (max-width: 768px) {.join-now-style {
    padding: 3.5rem 0;
}.join-now-style h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.8rem;
}.join-now-style .history-tl-style {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 2rem;
}.join-now-style svg {
    width: 36px;
    height: 36px;
}.join-now-style .query-list-style {
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 992px) {.developer-experience-style .review-voices-style {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}.developer-experience-style .photo-section-style {
    transform: none;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
}.developer-experience-style .photo-section-style::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.developer-experience-style .work-projects-style {
    grid-column: 1 / 2;
    padding: 2rem;
    grid-row: 2 / 3;
    transform: none;
    clip-path: none;
}.developer-experience-style .review-voices-style:hover .work-projects-style {
    transform: translateY(-5px);
}}



@media (min-width: 1200px) {.study-method-style {
    padding: 10rem 0;
}.study-method-style .history-tl-style > div {
    padding: 5rem 6rem;
}.study-method-style h3 {
    font-size: calc(38px * 0.8);
}.study-method-style p {
    line-height: 1.8;
    font-size: calc(14px * 1.1);
    max-width: 90%;
}
}



@media (min-width: 768px) {.welcome-board-style .edu-front-style > div {
    align-items: center;
    grid-template-columns: 0.5fr 1fr;
}.welcome-board-style .learn-corner-style {
    height: 500px;
}.welcome-board-style h3 {
    font-size: calc(18px * 1.1);
}.welcome-board-style .title_style_header {
    font-size: calc(47px * 1.2);
}
}



@media (min-width: 992px) {.educational-rewards-style .history-tl-style > div:first-child {
    flex: 0 0 40%;
}.educational-rewards-style .subtext-wrap-style {
    padding: 3rem;
    flex: 0 0 55%;
}.educational-rewards-style h5 {
    font-size: calc(22px * 1.15);
}.educational-rewards-style .subtext-wrap-style p {
    font-size: calc(13px * 1.05);
}
}



@media (prefers-reduced-motion) {.educational-rewards-style::after {
    animation: none;
}.educational-rewards-style h5,
    .educational-rewards-style .history-tl-style {
    opacity: 1;
    transform: none;
    animation: none;
}}



@media (min-width: 992px) {.thanksSpot-style {
    padding: 180px 0;
}.thanksSpot-style .history-tl-style {
    padding: 5rem;
}.thanksSpot-style h5 {
    font-size: calc(20px * 1.2);
}.thanksSpot-style .history-tl-style > div:first-child::after {
    width: 100px;
}
}



@media (min-width: 992px) {.course-offering-style {
    padding: 8rem 0;
}.course-offering-style h2 {
    max-width: 70%;
    font-size: calc(36px * 1.2);
}.course-offering-style .photo-section-style {
    height: 500px;
    width: 50%;
}.course-offering-style .subtext-wrap-style {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    padding: 3rem;
    width: 60%;
    margin-left: -5rem;
}.course-offering-style .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
    max-height: 400px;
}
}



@media screen and (max-width: 1024px) {.contact-box-style .reach-inquiry-style {
    padding: 50px 40px;
}
}



@media screen and (max-width: 767px) {.contact-box-style {
    padding: 70px 0;
}.contact-box-style .photo-section-style {
    min-height: 250px;
}.contact-box-style .reach-inquiry-style {
    padding: 40px 30px;
}.contact-box-style .reach-inquiry-style::before {
    left: 30px;
    width: calc(100% - 60px);
}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {.customer-support-style {
    padding: 50px 0;
}.customer-support-style .support-now-style {
    flex-direction: row;
    flex-wrap: wrap;
}.customer-support-style .get-contactpanel-style {
    width: 100%;
    padding: 20px 30px;
}.customer-support-style .get-contactpanel-style svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}.customer-support-style .photo-section-style {
    width: 40%;
    min-height: 300px;
    height: auto;
}.customer-support-style .submit-feedback-style {
    width: 60%;
    padding: 25px 30px;
}.customer-support-style .submit-feedback-style p svg {
    height: 18px;
    width: 18px;
}.customer-support-style .assist-team-style {
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.customer-support-style .quick-contact-style svg {
    height: 18px;
    width: 18px;
}.customer-support-style .start-chat-style {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 768px) {.user-comments-style {
    padding: 4rem 0;
}.user-comments-style h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2rem;
}.user-comments-style .user-experience-style {
    gap: 2rem;
    grid-template-columns: 1fr;
}.user-comments-style .review-voices-style {
    padding: 1.5rem;
}.user-comments-style .review-voices-style::before {
    top: 0.5rem;
    left: 1.5rem;
    font-size: 4rem;
}
}



@media (hover: hover) {.user-comments-style .review-voices-style::after {
    width: 0;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(167,205,174), rgb(183,130,157));
    position: absolute;
    bottom: 0;
    height: 3px;
}.user-comments-style .review-voices-style:hover::after {
    width: 100%;
}}



@media (max-width: 1200px) {.collab-space-style .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.collab-space-style .comm-guide-style {
    flex: 0 0 65%;
}
}



@media (max-width: 420px) {.collab-space-style .company_holder h3 {
    transform: skewX(-5deg);
}.collab-space-style .company_holder h3::after {
    width: 60px;
}.collab-space-style .telegram-ref-style {
    transform: none;
}.collab-space-style .top-page-style h5 {
    transform: none;
}.collab-space-style .top-page-style h5::before {
    transform: none;
}.collab-space-style .top-page-style .top-know-style a,
    .collab-space-style .top-page-style .top-know-style a:hover,
    .report-abuse-style .blog-ref-style {
    transform: none;
}}



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

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



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



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

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



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

