* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

* {
    scrollbar-color: rgb(127,173,137,0.5) rgb(203,238,212);
    scrollbar-width: auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    overflow: visible;
    padding: 0;
    margin-top: 0;
    position: relative;
    background: rgb(127,173,137);
}


.user-comments-9 {
    position: relative;
    perspective: 1200px;
    overflow: hidden;
    padding: 7rem 2rem;
    background: rgb(203,238,212);
}

.user-comments-9 h4 {
    position: relative;
    text-align: center;
    transform: perspective(800px) rotateX(10deg);
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    letter-spacing: 1px;
    margin-bottom: 5rem;
}

.user-comments-9 h4::after {
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    content: "";
    background: rgb(127,173,137);
    width: 100px;
    position: absolute;
}

.user-comments-9 .feedback-track-4 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(203,238,212),
        20px 20px 0 0px rgb(166,209,174,0.5);
    transform: translateZ(0) translateY(0);
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 30px;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
}

.user-comments-9 .feedback-track-4:hover::before {
    opacity: 0.1;
}

.user-comments-9 .feedback-track-4:hover::after {
    transform: scaleY(1);
}

.user-comments-9 .feedback-track-4 .media-image-5 {
    margin: 0 auto 1.5rem;
    height: 90px;
    transform: translateZ(30px);
    width: 90px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    transition: all 0.4s ease;
    overflow: hidden;
    border: 3px solid #ffffff;
}

.user-comments-9 .feedback-track-4:hover span {
    color: rgb(166,209,174);
    transform: translateZ(35px);
}

.user-comments-9 .feedback-track-4 p {
    transform: translateZ(10px);
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
    color: #000000;
    transition: all 0.4s ease;
}

.user-comments-9 .feedback-track-4:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}

.receive-updates-1 {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(127,173,137,0.5), rgb(166,209,174));
    position: relative;
    z-index: 1;
}

.receive-updates-1 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

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

.receive-updates-1 .input_holder {
    display: flex;
    position: relative;
    max-width: 100%;
    flex-direction: column;
    gap: 1.25rem;
}

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

.receive-updates-1 .sub-material-0::before {
    top: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.6s ease;
    content: "";
}

.program-information-7 {
    min-height: 100vh;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.program-information-7 .career-ready-5:hover .grow-skills-9 {
    animation-play-state: paused;
}

.program-information-7 .career-learn-1:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}

.program-information-7 .container {
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 1rem;
    width: 100%;
    margin: 0 auto;
}

.program-information-7 .job-skills-0::before {
    z-index: -1;
    animation: rotate-background 20s linear infinite;
    top: -50%;
    content: "";
    left: -50%;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(166,209,174,0.5) 90deg,
        transparent 180deg,
        rgb(127,173,137,0.5) 270deg,
        transparent 360deg
    );
    height: 200%;
    opacity: 0.1;
    width: 200%;
}

.program-information-7 .job-skills-0 .support-panel-5:hover {
    color: #000000;
}

.program-information-7 .job-skills-0 .support-panel-5:hover::before {
    width: 300%;
    height: 300%;
}

.developer-experience-6 {
    padding: 6rem 2rem;
    overflow: hidden;
    background: rgb(203,238,212);
    position: relative;
}

.developer-experience-6::after {
    bottom: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    content: "";
    width: 40%;
    height: 1px;
    right: 0;
    position: absolute;
    transform-origin: right center;
    background: linear-gradient(to left, transparent, rgb(127,173,137,0.5), transparent);
}

.developer-experience-6 .job-milestones-0 {
    transition: all 0.7s ease;
    display: flex;
    opacity: 0.9;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.developer-experience-6 .name {
    position: relative;
    color: #000000;
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    transform: translateX(0);
}

.developer-experience-6 .job-milestones-0 div:nth-child(2) {
    transform: translateX(0);
    margin-bottom: 3rem;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 21px;
    color: rgb(127,173,137);
    transition: all 0.5s ease 0.1s;
}

.developer-experience-6 .feedback-track-4:hover .media-image-5::after {
    opacity: 0.3;
}

.developer-experience-6 .feedback-track-4:hover .name::after {
    transform: scaleX(1);
}

.meet-us-8 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.meet-us-8 h4 {
    letter-spacing: 2px;
    z-index: 2;
    opacity: 1;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateY(0);
}

.meet-us-8 .text-slot-9 {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    border-radius: 10px;
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    max-width: 900px;
}

.meet-us-8 .text-slot-9:hover h6 {
    transform: translateX(10px);
}

.meet-us-8 .text-slot-9:hover h6::after {
    width: 80px;
}

.meet-us-8 span {
    line-height: 1.8;
    text-align: justify;
    hyphens: auto;
    column-gap: 2.5rem;
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #000000;
    column-count: 1;
    display: block;
    transform: translateY(0);
    font-size: 18px;
    opacity: 0.9;
}

.pricing-grid-9 .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}

.pricing-grid-9 .cost-rates-4 h2 {
    color: #000000;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
}

.pricing-grid-9 .payment-plan-4 {
    font-size: 17px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
}

.pricing-grid-9 .pay-options-5:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing-grid-9 .pay-options-5:nth-child(3) {
    animation-delay: 0.3s;
}

.pricing-grid-9 .pay-options-5::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(166,209,174), rgb(127,173,137));
    left: 0;
    top: 0;
    height: 5px;
}

.pricing-grid-9 .annual-plan-4 h3 {
    position: relative;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.pricing-grid-9 .pay-options-5:hover .plan-options-2 {
    transform: translateY(-3px);
}

.pricing-grid-9 .pay-options-5:hover .plan-options-2::after {
    width: 80px;
}

.pricing-grid-9 .media-image-5::after {
    left: 0;
    bottom: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    opacity: 0.7;
}

.welcome-page-6 .edu-front-5::before {
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.65) 50%,
    rgba(rgb(166,209,174), 0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
}

.welcome-page-6 .mission-block-4 > div {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s forwards;
}

.welcome-page-6 .mission-block-4 > div:nth-child(2) {
    animation-delay: 0.6s;
}

.welcome-page-6 .mission-block-4 p::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(166,209,174), rgb(127,173,137));
}

.welcome-page-6 .mission-block-4 h3 {
    opacity: 0.9;
    backdrop-filter: blur(5px);
    padding: 20px 30px;
    max-width: 80%;
    background: linear-gradient(
    to right,
    rgba(rgb(166,209,174), 0.15),
    rgba(rgb(166,209,174), 0.05)
  );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: calc(18px * 1.1);
    line-height: 1.5;
    border-left: 2px solid rgb(127,173,137);
    color: #ffffff;
}

.trust-badge-2 .qna-board-8 {
    flex-direction: column;
    display: flex;
}

.trust-badge-2 .write-feedback-8::after {
    content: '';
    bottom: -1px;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(127,173,137,0.5) 50%,
        transparent 100%);
}

.trust-badge-2 .info_item p,
.trust-badge-2 .info_item a {
    font-size: calc(12px - 1px);
    transition: all 0.3s ease;
    gap: 0.75rem;
    display: flex;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.trust-badge-2 .nav-site-7 svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}

.trust-badge-2 .trophy-case-3 {
    font-size: 14px;
    position: relative;
    line-height: 1.6;
    padding-left: 2rem;
    color: #000000;
}

.trust-badge-2 .nav-begin-6::before {
    border-radius: 28px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
}

.trust-badge-2 .top-tutor-2:first-child {
    position: relative;
}

.trust-badge-2 .top-tutor-2 a::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 6px;
    background-color: rgb(127,173,137,0.5);
    transition: all 0.3s ease;
    width: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
}

.trust-badge-2 .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}

.trust-badge-2 .subscribe_holder p {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}

.trust-badge-2 .input_holder input[type="email"] {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
}

.trust-badge-2 .sub-material-0::before {
    background: linear-gradient(135deg, rgb(127,173,137) 0%, rgb(166,209,174) 100%);
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
}

.trust-badge-2 .footer-edu-2::before {
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    height: 1px;
    position: absolute;
    width: 40%;
    left: 30%;
    content: '';
}

header .head-sitewrap-8 {
    position: relative;
    z-index: 5;
    display: flex;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    align-items: center;
}

header .nav-site-7 {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-left: 3px solid rgb(166,209,174);
    margin-right: 2rem;
    z-index: 2;
    flex: 0 0 auto;
    padding: 0.5rem 0.7rem;
}

header .top-header-3 {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

header .top-header-3:hover::after {
    opacity: 1;
}

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

header .head-nav-6 a {
    padding: 0 1.2rem;
    border-left: 1px solid transparent;
    font-size: 16px;
    border-right: 1px solid transparent;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
    overflow: hidden;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}

header .head-nav-6::before {
    width: 5px;
    background: rgb(166,209,174);
    transition: transform 0.3s ease;
    top: 50%;
    left: -10px;
    content: '';
    transform: translateY(-50%) scale(0);
    position: absolute;
    height: 5px;
}



header .head-nav-6:last-child::after {
    right: -10px;
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
    position: absolute;
    font-weight: 700;
    color: rgb(166,209,174);
    content: '|';
    top: 50%;
}

.tyWrapper-7 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.tyWrapper-7 .container {
    container-type: inline-size;
    container-name: thanks-container;
}

.tyWrapper-7 h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(166,209,174) 0%, rgb(127,173,137) 100%);
    left: 0;
    width: 80px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    transform-origin: left;
    content: "";
    position: absolute;
    height: 4px;
}

.tyWrapper-7 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
    animation: fadeIn 1.8s ease-out 0.6s both;
}


  
  @container thanks-container (max-width: 768px) {.tyWrapper-7 .success-metric-4 {
    padding: 20px;
}.tyWrapper-7 h2 {
    margin-bottom: 25px;
}}

.privacy-parapet-3 h1 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 48px;
    color: rgb(166,209,174);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(166,209,174);
    margin-bottom: 30px;
}

.privacy-parapet-3 li {
    line-height: 1.5;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-panel-1 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.contact-panel-1 .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.contact-panel-1 .query-box-5 h3 {
    font-size: 38px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    width: 100%;
}

.contact-panel-1 .query-box-5 div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact-panel-1 .query-box-5 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-panel-1 .query-box-5 a {
    text-decoration: none;
    color: rgb(166,209,174);
    transition: color 0.3s ease;
}

.contact-panel-1 .reach-inquiry-6::after {
    position: absolute;
    content: '';
    background: rgb(127,173,137);
    opacity: 0.1;
    width: 200px;
    bottom: -80px;
    height: 200px;
    left: -80px;
    border-radius: 50%;
}

.contact-panel-1 form input[type="text"],
.contact-panel-1 form input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #ffffff;
    border-radius: 10px;
}

.contact-panel-1 .feedback-block-7 input[type="checkbox"] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    width: 22px;
    position: relative;
    appearance: none;
}

.contact-panel-1 .support-panel-5 {
    padding: 18px 20px;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 700;
    color: rgb(166,209,174);
    width: 100%;
    border: none;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}


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



@media (max-width: 768px) {.user-comments-9 {
    padding: 4rem 1rem;
}.user-comments-9 .rating-zone-5 {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(10deg);
}.user-comments-9 h4 {
    transform: perspective(800px) rotateX(5deg);
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.user-comments-9 .feedback-track-4:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.user-comments-9 .feedback-track-4:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}



@media (min-width: 768px) {.receive-updates-1 {
    padding: 6rem 2rem;
}.receive-updates-1 .success-metric-4 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 4rem;
}.receive-updates-1 .input_holder {
    flex-direction: row;
    align-items: center;
}.receive-updates-1 h3 {
    max-width: 80%;
    margin-bottom: 2.5rem;
}.receive-updates-1 .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}



@media (max-width: 768px) {.program-information-7 {
    min-height: 100vh;
}.program-information-7 .grow-skills-9 {
    animation-duration: 30s;
}.program-information-7 .job-skills-0 {
    max-width: 90%;
    padding: 2rem;
}.program-information-7 .job-skills-0 h3 {
    font-size: calc(34px * 0.85);
}.program-information-7 .career-learn-1::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@media screen and (max-width: 991px) {.developer-experience-6 .feedback-track-4 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.developer-experience-6 .media-image-5 {
    height: 350px;
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
}.developer-experience-6 .job-milestones-0::before {
    top: -1.5rem;
    left: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
}.developer-experience-6 .feedback-track-4:hover .name,
    .developer-experience-6 .feedback-track-4:hover .job-milestones-0 div:nth-child(2),
    .developer-experience-6 .feedback-track-4:hover .work-list-8 {
    transform: translateX(0);
}}



@media (min-width: 992px) {.pricing-grid-9 .package-deals-6 {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.pricing-grid-9 .pay-options-5 {
    max-width: 400px;
    margin: 0 auto;
}.pricing-grid-9 .cost-rates-4 h2 {
    font-size: calc(36px * 0.9);
}.pricing-grid-9 .payment-plan-4 {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 992px) {.welcome-page-6 {
    height: 90vh;
}.welcome-page-6 .mission-block-4 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 4% 6%;
}.welcome-page-6 .title_style_header {
    font-size: 42px;
}.welcome-page-6 .mission-block-4 h3 {
    padding: 15px 20px;
    max-width: 95%;
}.welcome-page-6 .mission-block-4 p {
    max-width: 90%;
    font-size: 13px;
}
}



@media (prefers-reduced-motion: reduce) {.welcome-page-6 .mission-block-4 > div {
    animation: none;
    transform: none;
    opacity: 1;
}.welcome-page-6 .title_style_header::after {
    animation: none;
    transform: scaleX(1);
}.welcome-page-6 .edu-front-5::after {
    animation: none;
}}



@media (max-width: 768px) {.trust-badge-2 {
    padding: 3.5rem 0 1.5rem;
}.trust-badge-2 .write-feedback-8 {
    margin-bottom: 3rem;
}.trust-badge-2 .info_item {
    width: 100%;
}.trust-badge-2 .info_item::before {
    display: none;
}.trust-badge-2 .top-tutor-2 {
    justify-content: center;
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
}.trust-badge-2 .top-tutor-2 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.trust-badge-2 .top-tutor-2 a::before {
    display: none;
}.trust-badge-2 .top-tutor-2 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.trust-badge-2 .footer-edu-2 {
    margin-top: 3rem;
}
}



@media (max-width: 991px) {header .head-sitewrap-8 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav-site-7 {
    margin-bottom: 0;
    margin-right: 0;
}header .nav-begin-6 {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav-begin-6::before {
    display: none;
}header .head-nav-6 a {
    padding: 0 1rem;
    height: 40px;
    font-size: calc(16px - 1px);
}header .head-nav-6::before {
    display: none;
}header .head-sitewrap-8::before,
    header .head-sitewrap-8::after {
    display: none;
}
}



@media (max-width: 768px) {.tyWrapper-7 {
    padding: 60px 0;
}.tyWrapper-7 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.tyWrapper-7 h2::after {
    width: 60px;
}.tyWrapper-7 .success-metric-4 {
    padding: 25px;
}.tyWrapper-7::before {
    width: 200px;
    height: 200px;
}.tyWrapper-7::after {
    height: 250px;
    width: 250px;
}
}



@media only screen and (max-width: 800px) {.privacy-parapet-3 {
    padding: 30px;
}.privacy-parapet-3 h1 {
    font-size: calc(22px - 4px);
}.privacy-parapet-3 h2 {
    font-size: calc(22px - 3px);
}.privacy-parapet-3 h3, .privacy-parapet-3 h4, .privacy-parapet-3 h5, .privacy-parapet-3 h6 {
    font-size: calc(22px - 2px);
}.privacy-parapet-3 p, .privacy-parapet-3 span, .privacy-parapet-3 div, .privacy-parapet-3 li {
    font-size: calc(13px - 2px);
}}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



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



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}



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



@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

