﻿header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    margin-top: 0;
    background: rgb(106,114,113);
    z-index: 100;
    overflow: visible;
}


.tool-program-details {
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgba(245, 245, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

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

.tool-program-details h2::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    transform: scaleX(1);
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    background: rgb(141,153,152);
    height: 3px;
    bottom: -15px;
}

.tool-program-details .tool-img-wrapper:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.tool-program-details .tool-text-item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.tool-program-details .description:last-child {
    margin-bottom: 0;
}

.tool-program-details .container:hover .description::before {
    animation: pulse 2s infinite;
}

.tool-ty-sidebar::after {
    z-index: 0;
    right: -5%;
    filter: blur(80px);
    width: 300px;
    top: -10%;
    transform: rotate(15deg);
    height: 300px;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(141,153,152,0.5) 0%, transparent 70%);
    opacity: 0.1;
}

.tool-ty-sidebar .tool-skill-boost::after {
    z-index: -1;
    position: absolute;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 80px;
    background: linear-gradient(135deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    transform: rotate(5deg);
    height: 80px;
    opacity: 0.1;
    right: -10px;
    content: "";
}

.tool-ty-sidebar h5::after {
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(141,153,152), transparent);
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    bottom: -8px;
    animation-delay: 0.8s;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
}

.tool-course-candidates {
    overflow: hidden;
    position: relative;
    background: rgb(176,186,186);
    padding: 140px 0;
}

.tool-course-candidates::after {
    width: 100%;
    content: "";
    height: 150px;
    background: linear-gradient(to top, rgb(176,186,186), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tool-course-candidates h4::after {
    width: 100px;
    background: rgb(106,114,113,0.5);
    left: 50%;
    content: "";
    border-radius: 2px;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.tool-course-candidates div p {
    width: 70%;
    transition: all 0.4s ease;
    margin: 0 0 60px 0;
    line-height: 1.6;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    color: #000000;
    background: #ffffff;
    z-index: 1;
}

.tool-course-candidates div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}

.tool-course-candidates div p:hover svg {
    transform: rotate(15deg);
}

.tool-course-candidates div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,153,152);
}

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

.tool-our-background h2::after {
    transform-origin: left;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    width: 80px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    content: '';
    background: rgb(141,153,152);
    height: 3px;
    bottom: 0;
}

.tool-our-background .tool-text-item div div {
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.8;
    font-size: 17px;
    column-count: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    animation: fadeInText 1s ease forwards 0.9s;
}

.tool-teaching-history::before {
    border-radius: 26px;
    transform: rotate(-15deg);
    animation: float 8s ease-in-out infinite;
    background: rgb(141,153,152,0.5);
    height: 80%;
    z-index: 1;
    content: "";
    width: 60%;
    right: -10%;
    top: -10%;
    position: absolute;
}

.tool-teaching-history .tool-img-wrapper {
    transition: transform 0.3s ease;
    height: 200px;
    transform: rotate(4deg);
    border-radius: 26px;
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(141,153,152,0.5);
}

.tool-teaching-history .tool-emp-milestones {
    grid-area: quote;
    padding: 20px;
    background: linear-gradient(to right, rgb(176,186,186), transparent);
    position: relative;
    margin-top: 20px;
    border-radius: 0 10px 10px 0;
    border-left: 4px solid rgb(141,153,152);
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

footer .tool-message-us:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(141,153,152,0.5);
    color: rgb(141,153,152);
}

footer .text_main_holder {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .tool-lecture-ref {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.5;
    max-width: 300px;
    color: #ffffff;
}

footer .tool-head-bar::before {
    top: -2px;
    bottom: -2px;
    right: -2px;
    opacity: 0;
    left: -2px;
    transition: opacity 0.5s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(141,153,152), transparent, rgb(106,114,113), transparent);
    content: "";
    position: absolute;
    border-radius: calc(27px + 2px);
}

footer .tool-main-skill a:hover::before {
    box-shadow: 0 0 5px rgb(141,153,152), 0 0 10px rgb(141,153,152,0.5);
    background-color: rgb(141,153,152);
    opacity: 1;
    transform: translateY(-50%) scale(1);
}



footer .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .tool-sub-block::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    content: "";
}

.tool-program-assets {
    background: linear-gradient(120deg, rgb(176,186,186), #ffffff);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 150px 0;
}

.tool-program-assets .tool-img-wrapper {
    z-index: 3;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    transform: rotateY(15deg);
    transition: transform 0.6s ease;
    position: absolute;
    width: 42%;
    border-radius: 0 100px 100px 0;
    height: 110%;
    left: -5%;
    transform-style: preserve-3d;
    top: -5%;
}

.tool-program-assets .text_main_holder > div {
    border-radius: 10px;
    z-index: 1;
    background: #ffffff;
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: rotateY(-5deg);
    position: relative;
    transition: all 0.4s ease;
    gap: 15px;
    padding: 30px;
    flex-direction: column;
}

.tool-program-assets .text_main_holder svg path {
    fill: rgb(141,153,152);
    transition: fill 0.3s ease;
}

.tool-operation-process::before {
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    background: linear-gradient(45deg, rgb(141,153,152,0.5) 0%, rgb(106,114,113,0.5) 100%);
    top: -10%;
    opacity: 0.07;
    position: absolute;
    z-index: 1;
    content: "";
    width: 40%;
    pointer-events: none;
    height: 70%;
}

.tool-operation-process .tool-text-item {
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
}

.tool-operation-process .tool-skill-boost:hover h2 {
    transform: translateX(0);
}

.tool-operation-process .tool-skill-boost:hover h2::after {
    transform: scaleX(1.2);
}

.tool-privacy-fence h3,
.tool-privacy-fence h4,
.tool-privacy-fence h5,
.tool-privacy-fence h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}

.tool-privacy-fence h3 {
    font-size: calc(18px - 0.2em);
    font-weight: 400;
}

.tool-privacy-fence p {
    font-size: 17px;
    margin-bottom: 1.5em;
    color: #ffffff;
    line-height: 1.7;
}

.tool-privacy-fence ul li::before,
.tool-privacy-fence ol li::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    box-shadow: 0 0 5px rgb(141,153,152,0.5);
    margin-right: 0.5em;
    border-radius: 50%;
    background-color: rgb(141,153,152);
}

.tool-stay-informed .tool-skill-boost {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.tool-stay-informed .tool-support-support {
    margin: 0 auto;
    transform-style: preserve-3d;
    flex-direction: row;
    transition: transform 0.5s ease;
    align-items: center;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.5),
        -5px -5px 15px #ffffff;
    justify-content: space-between;
    transform: rotateX(5deg) rotateY(-5deg);
    max-width: 90%;
    background: #ffffff;
    border-radius: 27px;
    display: flex;
    position: relative;
    padding: 3rem 4rem;
}

.tool-stay-informed input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(141,153,152,0.5);
}

.tool-contact-form-box {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(176,186,186) 0%, rgb(106,114,113,0.5) 50%, rgb(176,186,186) 100%);
}

.tool-contact-form-box .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.tool-contact-form-box h3 {
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.tool-contact-form-box .tool-connect-box {
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    flex-wrap: wrap;
    display: flex;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    border-radius: 21px;
}

.tool-contact-form-box .tool-request-links h3 {
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: left;
    font-size: 21px;
    margin-bottom: 40px;
}

.tool-contact-form-box .tool-request-links input[type="text"]:focus,
.tool-contact-form-box .tool-request-links textarea:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(141,153,152,0.5);
    border-color: rgb(141,153,152);
}

.tool-contact-form-box .tool-request-links .tool-support-feedback label::after {
    left: 5px;
    width: 15px;
    transition: all 0.3s ease;
    height: 15px;
    transform: scale(0.6);
    border-radius: calc(10px - 2px);
    content: '';
    opacity: 0;
    top: 2px;
    background-color: rgb(141,153,152);
    position: absolute;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback a:hover {
    color: rgb(106,114,113);
}

.tool-contact-form-box .tool-request-links .tool-support-query {
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    font-weight: 600;
    border-radius: 21px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    padding: 16px 35px;
    font-size: 15px;
    box-shadow: 
        0 5px 15px rgb(141,153,152,0.5),
        0 0 0 1px rgb(141,153,152,0.5) inset;
    border: none;
}

.tool-contact-form-box .tool-help-query h4 {
    font-size: 21px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li a {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}

.tool-pricing-item {
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgb(141,153,152,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.tool-pricing-item .tool-package-rates {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    border-left: 3px solid rgb(141,153,152);
    transform: perspective(1000px) rotateX(0deg);
    max-width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
}

.tool-pricing-item .tool-group-plans {
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tool-pricing-item .tool-pricing-catalog:hover .tool-learn-offers h3 {
    color: rgb(141,153,152);
    transform: translateX(5px) scale(1.03);
}

.tool-pricing-item .tool-pricing-catalog:hover .tool-plan-fees::after {
    transform: scaleX(1);
}

.tool-pricing-item .tool-img-wrapper::after {
    top: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    width: 100%;
}

.tool-opening-page .tool-knowledge-center {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 3;
    padding: 4rem;
    backdrop-filter: blur(12px);
    max-width: 860px;
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.2),
    inset 2px 2px 4px rgba(255, 255, 255, 0.2),
    inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.15);
}

.tool-opening-page p {
    font-size: calc(18px * 1.1);
    position: relative;
    padding-left: 1.5rem;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.8;
    transform: translateX(-10px);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
}

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

header .tool-nav-tutor::before {
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    top: 0;
    opacity: 0;
    transform: scaleX(0);
    width: 100%;
}

header .tool-head-bar::before {
    position: absolute;
    background: rgb(141,153,152);
    content: '';
    transform: translateY(-50%);
    right: -20px;
    height: 1px;
    top: 50%;
    width: 40px;
}

header .tool-nav-teach a:hover::before {
    transform: translateX(0);
}

header .tool-nav-teach a::after {
    top: 0;
    transform-origin: right;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(141,153,152);
    content: '';
    width: 100%;
    transform: scaleX(0);
    height: 2px;
}

header .tool-head-tutor::after {
    content: '';
    left: 20px;
    width: 1px;
    height: 30px;
    top: 20px;
    background: rgb(141,153,152);
    position: absolute;
}

.tool-cookie-menu {
    flex-shrink: 0;
    margin-right: 15px;
}

.tool-cookie-menu svg {
    fill: rgb(141,153,152);
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
}

.tool-dialogCookieSettings p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

.tool-dialogCookieSettings p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(141,153,152);
}

.tool-try-immediately::before {
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    width: 100%;
    background-size: 60px 60px;
    opacity: 0.05;
    animation: crystalBackground 30s linear infinite;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}

.tool-try-immediately .tool-skill-boost::after {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}

.tool-try-immediately .tool-help-desk::before {
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    z-index: -1;
    transition: opacity 0.4s ease;
    position: absolute;
}

.tool-try-immediately .tool-help-desk:hover::before {
    opacity: 1;
}

.tool-try-immediately .tool-help-desk:hover::after {
    left: 150%;
}



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



@media (min-width: 768px) {.tool-program-details {
    padding: 120px 0;
}.tool-program-details h2 {
    max-width: 85%;
    font-size: calc(30px * 1.1);
}.tool-program-details .tool-class-map {
    align-items: center;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.tool-program-details .tool-img-wrapper {
    height: 450px;
}.tool-program-details .tool-text-item {
    scrollbar-color: rgb(141,153,152,0.5) rgba(0,0,0,0.05);
    overflow-y: auto;
    max-height: 450px;
    padding: 40px 50px;
    scrollbar-width: thin;
}.tool-program-details .tool-text-item::-webkit-scrollbar {
    width: 6px;
}.tool-program-details .tool-text-item::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.tool-program-details .tool-text-item::-webkit-scrollbar-thumb {
    background-color: rgb(141,153,152,0.5);
}
}



@media (max-width: 480px) {.tool-ty-sidebar {
    padding: 60px 0;
}.tool-ty-sidebar .tool-skill-boost {
    padding: 30px 20px;
}.tool-ty-sidebar h5 {
    font-size: calc(24px * 0.85);
}.tool-ty-sidebar p {
    font-size: calc(17px * 0.9);
    padding: 15px 20px;
}}



@media (max-width: 767px) {.tool-course-candidates {
    padding: 100px 0;
}.tool-course-candidates h4 {
    font-size: calc(30px - 4px);
    margin-bottom: 60px;
}.tool-course-candidates div p {
    border-radius: 30px !important;
    margin-bottom: 40px;
    align-self: center !important;
    width: 90%;
    padding: 18px 22px;
}.tool-course-candidates div p::before,
    .tool-course-candidates div p::after {
    display: none;
}.tool-course-candidates div p svg {
    width: 24px;
    min-width: 24px;
    margin-right: 12px;
    height: 24px;
}
}



@media (prefers-reduced-motion: reduce) {.tool-our-background h2,
    .tool-our-background h2::after,
    .tool-our-background .tool-text-item,
    .tool-our-background .tool-text-item::before,
    .tool-our-background .tool-text-item p,
    .tool-our-background .tool-text-item div div,
    .tool-our-background::after {
    opacity: 1;
    transform: none;
    animation: none;
}.tool-our-background h2::after,
    .tool-our-background .tool-text-item::before {
    transform: none;
    width: 100%;
    height: 100%;
}}



@media (max-width: 767px) {footer .tool-milestone-cta {
    padding: 60px 0 30px;
}footer .tool-message-us {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .tool-head-bar, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .tool-head-bar h5 {
    font-size: calc(19px - 2px);
}footer .subscribe_holder p, footer .tool-main-skill a {
    font-size: calc(12px - 2px);
}footer .tool-project-ref {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.tool-operation-process {
    padding: 70px 0;
}.tool-operation-process .tool-skill-boost {
    padding: 0 20px;
}.tool-operation-process h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.tool-operation-process h2::after {
    bottom: -10px;
    width: 60px;
}.tool-operation-process .tool-text-item {
    padding: 30px;
}.tool-operation-process p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.tool-stay-informed .tool-support-support {
    transform: none;
    padding: 2.5rem;
    flex-direction: column;
}.tool-stay-informed h3 {
    text-align: center;
    margin: 0 0 2rem 0;
    transform: none;
}.tool-stay-informed h3::before {
    top: auto;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 50px;
}.tool-stay-informed .input_holder {
    width: 100%;
    transform: none;
}.tool-stay-informed input[type="submit"]:hover {
    transform: none;
}
}



@media (max-width: 576px) {.tool-contact-form-box {
    padding: 40px 0;
}.tool-contact-form-box .tool-request-links,
    .tool-contact-form-box .tool-help-query {
    padding: 30px 20px;
}.tool-contact-form-box h3 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.tool-contact-form-box .tool-request-links .tool-support-feedback label {
    font-size: calc(15px - 3px);
}.tool-contact-form-box .tool-help-query .tool-feedback-box li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 12px;
}}



@media (min-width: 1400px) {.tool-pricing-item .tool-price-grid {
    grid-template-columns: repeat(2, 1fr);
}.tool-pricing-item .tool-learn-offers p {
    -webkit-line-clamp: 7;
}
}



@media (hover: hover) {.tool-pricing-item .tool-pricing-catalog {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.tool-pricing-item .tool-pricing-catalog:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 991px) {header .tool-head-tutor {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .tool-nav-tutor {
    margin-bottom: 0;
    margin-right: 0;
}header .tool-head-bar {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .tool-head-bar::before {
    display: none;
}header .tool-nav-teach a {
    padding: 0 1rem;
    font-size: calc(12px - 1px);
    height: 40px;
}header .tool-nav-teach::before {
    display: none;
}header .tool-head-tutor::before,
    header .tool-head-tutor::after {
    display: none;
}
}



@media screen and (max-width: 992px) {.tool-try-immediately {
    padding: 90px 0;
}.tool-try-immediately .tool-skill-boost {
    max-width: 90%;
    padding: 50px 40px;
}.tool-try-immediately h3 {
    margin-bottom: 45px;
    font-size: calc(35px * 0.9);
}.tool-try-immediately h3::before {
    height: 25px;
    width: 25px;
    top: -35px;
}.tool-try-immediately h3::after {
    width: 45px;
}.tool-try-immediately .tool-help-desk {
    padding: 14px 40px;
}
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}



@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

