﻿.tool-grid-container {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

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

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(141,153,152) rgb(141,153,152,0.5);
}

.tool-program-details::after {
    height: 200px;
    border: 1px solid rgb(141,153,152,0.5);
    position: absolute;
    opacity: 0.2;
    top: -50px;
    transform: rotate(15deg);
    width: 200px;
    z-index: 1;
    content: "";
    right: -50px;
}

.tool-program-details h2:hover::after {
    transform: scaleX(1.5);
}

.tool-program-details .tool-img-wrapper::before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    top: 0;
    right: 0;
}

.tool-program-details .tool-text-item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 30px;
    position: relative;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.tool-program-details .description::before {
    content: "";
    top: 0.7em;
    left: 0;
    opacity: 0.7;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: rgb(141,153,152);
    position: absolute;
}

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

.tool-ty-sidebar .tool-skill-boost::before {
    animation-delay: 0.5s;
    width: 3px;
    position: absolute;
    top: 0;
    content: "";
    height: 0%;
    background: linear-gradient(to bottom, rgb(141,153,152), rgb(106,114,113));
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
}

.tool-ty-sidebar .tool-skill-boost > div:last-child {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}

.tool-ty-sidebar a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
}

.tool-ty-sidebar p {
    transition: border-left 0.3s ease, background 0.3s ease;
    font-size: 17px;
    background: rgba(245, 245, 250, 0.7);
    transform: translateY(20px);
    animation-delay: 0.3s;
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.8;
    opacity: 0;
    border-left: 1px solid rgba(rgb(141,153,152,0.5), 0.2);
    padding: 25px 30px;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.tool-course-candidates .tool-skill-boost {
    position: relative;
}

.tool-course-candidates h4::before {
    content: "";
    position: absolute;
    top: 0;
    background: rgb(141,153,152,0.5);
    left: 50%;
    width: 100px;
    height: 3px;
    border-radius: 2px;
    transform: translateX(-50%);
}

.tool-course-candidates div::before {
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(141,153,152,0.5), rgb(106,114,113,0.5), transparent);
    opacity: 0.5;
    width: 2px;
    content: "";
    z-index: 0;
    position: absolute;
    left: 50%;
}

.tool-course-candidates div p::before {
    border-radius: 50%;
    position: absolute;
    width: 30px;
    z-index: 2;
    content: "";
    height: 30px;
    background: #ffffff;
}

.tool-course-candidates div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(141,153,152,0.5);
}

.tool-course-candidates div p:hover svg path {
    fill: rgb(106,114,113);
}

.tool-our-background::after {
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    z-index: 1;
    right: -5%;
    content: '';
    animation: float 15s ease-in-out infinite;
    position: absolute;
    width: 40%;
    top: -10%;
    background: rgb(141,153,152);
    opacity: 0.15;
}

.tool-our-background .tool-text-item::before {
    top: 0;
    width: 3px;
    background: rgb(106,114,113);
    content: '';
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    height: 0;
    left: 0;
    position: absolute;
}

.tool-our-background .tool-text-item::after {
    right: 30px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    bottom: -15px;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(141,153,152));
    height: 5px;
    width: 200px;
    content: '';
    transform-origin: right;
}

.tool-teaching-history .tool-user-stories {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 15px;
    display: grid;
    border-radius: 26px;
    padding: 40px;
    background: #ffffff;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transform: rotate(-2deg);
    grid-template-columns: 1fr 2fr;
}

.tool-milestone-cta::before {
    background: radial-gradient(circle at 10% 20%, rgb(106,114,113,0.5) 0%, transparent 50%);
    pointer-events: none;
    bottom: 0;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
}

footer .tool-message-us {
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    display: flex;
}

footer .tool-nav-tutor:hover svg {
    filter: drop-shadow(0 0 8px rgb(141,153,152));
}

footer .tool-head-bar:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .tool-head-bar:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}

footer .tool-head-bar h5::after {
    background: rgb(141,153,152);
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    width: 50px;
    position: absolute;
    bottom: -1px;
    content: "";
}

footer .tool-main-skill a:hover {
    color: rgb(141,153,152);
    padding-left: 20px;
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(106,114,113,0.5), #000000);
    padding: 30px;
    overflow: hidden;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, rgb(141,153,152), transparent);
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -5px;
}

footer .tool-sub-block {
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 24px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: rgb(141,153,152);
    text-align: center;
    border-radius: 10px;
}

.tool-program-assets::before {
    right: -100px;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 1;
    height: 400px;
    position: absolute;
    width: 400px;
    top: -100px;
    background: rgb(141,153,152,0.5);
    filter: blur(100px);
    content: '';
}

.tool-program-assets .tool-img-wrapper::before {
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(141,153,152,0.5) 0%, transparent 70%);
    inset: 0;
}

.tool-program-assets .text_main_holder {
    gap: 30px;
    transform-style: preserve-3d;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.tool-program-assets .text_main_holder > div:hover::before {
    opacity: 1;
}

.tool-program-assets .text_main_holder svg {
    width: 60px;
    height: 60px;
    transform: translateZ(10px);
    transition: transform 0.4s ease;
}

.tool-program-assets .text_main_holder > div:hover svg path {
    fill: rgb(106,114,113);
}

.tool-operation-process {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, #ffffff 100%);
}

.tool-operation-process h2 {
    position: relative;
    font-size: 34px;
    color: rgb(141,153,152);
    margin-bottom: 50px;
    transform: translateX(-5px);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: left;
}

.tool-operation-process .tool-text-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.tool-operation-process p {
    color: #000000;
    margin: 0;
    font-size: 13px;
    z-index: 2;
    line-height: 1.8;
    position: relative;
}

.tool-privacy-fence h1 {
    font-size: 48px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(141,153,152,0.5);
    margin-bottom: 1.5em;
}

.tool-privacy-fence h5 {
    font-weight: 300;
    font-size: 18px;
}

.tool-privacy-fence ul,
.tool-privacy-fence ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.tool-privacy-fence ul {
    list-style-type: circle;
}

.tool-privacy-fence h2::after {
    content: "";
    display: block;
    margin: 0.5em auto 0;
    width: 60px;
    box-shadow: 0 0 8px rgb(106,114,113,0.5);
    background-color: rgb(106,114,113);
    height: 3px;
    border-radius: 10px;
}

.tool-stay-informed {
    overflow: hidden;
    position: relative;
    perspective: 1500px;
    background: linear-gradient(120deg, rgb(176,186,186) 0%, rgb(141,153,152,0.5) 100%);
    padding: 5rem 2rem;
}

.tool-stay-informed .tool-support-support:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.tool-stay-informed h3::before {
    width: 4px;
    top: 0;
    left: -20px;
    background: rgb(141,153,152);
    position: absolute;
    content: "";
    height: 100%;
    transform: translateZ(40px) skewY(15deg);
}

.tool-stay-informed input[type="email"]:focus {
    outline: none;
    transform: translateZ(40px);
    border-color: rgb(141,153,152);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(141,153,152,0.5);
}

.tool-stay-informed input[type="submit"]::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(106,114,113) 0%, rgb(141,153,152) 100%);
    position: absolute;
    width: 100%;
    opacity: 0;
    content: "";
}

.tool-contact-form-box .tool-img-wrapper {
    z-index: 0;
    height: 100%;
    top: 0;
    mix-blend-mode: luminosity;
    position: absolute;
    left: 0;
    filter: contrast(120%) brightness(110%) blur(5px);
    width: 100%;
    opacity: 0.15;
}

.tool-contact-form-box h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: '';
    border-radius: 10px;
    left: 50%;
    height: 4px;
    background: rgb(141,153,152);
}

.tool-contact-form-box .tool-request-links {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    flex: 1 1 60%;
    padding: 50px;
}

.tool-contact-form-box .tool-request-links::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    content: '';
    z-index: 0;
}

.tool-contact-form-box .tool-request-links input[type="text"],
.tool-contact-form-box .tool-request-links textarea {
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    color: #000000;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(141,153,152);
}

.tool-contact-form-box .tool-request-links .tool-support-feedback a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(141,153,152);
}

.tool-contact-form-box .tool-request-links .tool-support-query::before {
    width: 100%;
    content: '';
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
}

.tool-contact-form-box .tool-request-links .tool-support-query:hover::before {
    left: 100%;
}

.tool-contact-form-box .tool-help-query::before {
    position: absolute;
    left: 0;
    z-index: 0;
    content: '';
    width: 100%;
    opacity: 1;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    height: 100%;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    position: relative;
    height: 26px;
    margin-right: 20px;
    flex-shrink: 0;
    width: 26px;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li a::after {
    content: '';
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    background-color: #ffffff;
    transform-origin: right;
    height: 1px;
}

.tool-pricing-item .tool-skill-plans {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.tool-pricing-item .tool-package-rates h2 {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent;
    line-height: 1.3;
    margin-bottom: 20px;
    transform: translateZ(0);
    font-size: 37px;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tool-pricing-item .tool-group-plans::before {
    top: 0;
    height: 5px;
    left: 0;
    transform: scaleX(0.8);
    width: 100%;
    content: "";
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(141,153,152), rgb(106,114,113));
    position: absolute;
    transform-origin: left;
}

.tool-pricing-item .tool-plan-fees::after {
    content: "";
    transform: scaleX(0.5);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    background: rgb(141,153,152);
    width: 50px;
    height: 3px;
    bottom: -5px;
    left: 0;
    position: absolute;
}

.tool-pricing-item .tool-pricing-catalog:hover .tool-img-wrapper {
    transform: scale(1.05);
}

.tool-opening-page .tool-start-learn {
    justify-content: center;
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
}

.tool-opening-page .tool-knowledge-center:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.25),
    inset 2px 2px 4px rgba(255, 255, 255, 0.3),
    inset -2px -2px 4px rgba(0, 0, 0, 0.15);
}

.tool-opening-page h3 {
    color: #ffffff;
    transform: translateX(-10px);
    font-weight: 600;
    opacity: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(22px * 1.05);
    line-height: 1.6;
}

header::after {
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(106,114,113,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(106,114,113,0.5) 50%, transparent 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

header .tool-nav-tutor:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

header .tool-top-section::after {
    opacity: 0;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    bottom: -5px;
    background: rgb(141,153,152);
    right: -5px;
    transition: all 0.3s ease;
}

header .tool-nav-teach a:hover {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}

header .tool-nav-teach a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

header .tool-nav-teach:hover::before {
    transform: translateY(-50%) scale(1);
}

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

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

.tool-data-comply {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}

.tool-edu-accept {
    margin-left: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    line-height: 35px;
    background: rgb(141,153,152);
    padding: 10px 20px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.tool-try-immediately::after {
    filter: blur(50px);
    left: 0;
    position: absolute;
    content: '';
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
}

.tool-try-immediately h3 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 35px;
}

.tool-try-immediately h3::after {
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    height: 2px;
    bottom: -15px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    box-shadow: 0 0 10px #ffffff;
}

.tool-try-immediately .tool-help-desk:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    color: rgb(141,153,152);
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar {
    scroll-behavior: auto;
}

::-webkit-scrollbar-track {
    border-radius: 7.9vw;
    background: rgb(106,114,113,0.5);
    border: 1px dotted rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    transition: background, box-shadow, transform 3.4s ease-in-out;
    border-radius: 9999px;
    min-height: 82px;
}



@media (max-width: 767px) {.tool-program-details {
    padding: 60px 0;
}.tool-program-details h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.tool-program-details h2::after {
    bottom: -10px;
    width: 60px;
}.tool-program-details .description {
    font-size: calc(13px * 0.95);
}.tool-program-details .tool-img-wrapper {
    margin-bottom: 20px;
    height: 250px;
}.tool-program-details .tool-text-item {
    padding: 25px 20px;
}}



@media (min-width: 992px) {.tool-ty-sidebar .tool-skill-boost {
    gap: 60px;
    padding: 100px 80px;
}.tool-ty-sidebar .tool-skill-boost:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.tool-ty-sidebar .tool-skill-boost:hover > div:first-child {
    transform: translateZ(35px);
}.tool-ty-sidebar .tool-skill-boost:hover > div:last-child {
    transform: translateZ(25px);
}.tool-ty-sidebar h5 {
    font-size: calc(24px * 1.3);
}.tool-ty-sidebar p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}



@media screen and (min-width: 768px) {.tool-our-background {
    padding: 150px 0 130px;
}.tool-our-background h2 {
    margin-bottom: 60px;
    font-size: calc(34px + 0.5rem);
}.tool-our-background h2::after {
    width: 120px;
}.tool-our-background .tool-text-item {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    margin-left: 40px;
    padding: 60px;
    margin-right: 40px;
}.tool-our-background .tool-text-item::before {
    width: 5px;
}.tool-our-background .tool-text-item div div {
    column-count: 2;
    column-gap: 40px;
}
}



@media (max-width: 768px) {.tool-teaching-history {
    padding: 60px 0;
}.tool-teaching-history .tool-user-stories {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    grid-template-areas: 
            "tool-img-wrapper"
            "name"
            "tool-exp-skills"
            "tool-emp-milestones";
}.tool-teaching-history .tool-img-wrapper {
    margin: 0 auto;
    width: 80%;
    height: 180px;
}.tool-teaching-history .name,
    .tool-teaching-history .tool-user-stories span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.tool-teaching-history .tool-emp-milestones {
    padding: 15px;
}}



@media (max-width: 576px) {.tool-program-assets {
    padding: 80px 0;
}.tool-program-assets .tool-img-wrapper {
    height: 300px;
}.tool-program-assets h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.tool-program-assets .text_main_holder > div {
    padding: 20px;
}.tool-program-assets .text_main_holder svg {
    width: 50px;
    height: 50px;
}}



@media (hover: none) {.tool-operation-process .tool-text-item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transform: none;
}}


@media only screen and (max-width: 800px) {.tool-privacy-fence {
    padding: 1em;
    border-radius: 10px;
}.tool-privacy-fence h1 {
    font-size: calc(18px - 0.5em);
}.tool-privacy-fence h2 {
    font-size: calc(18px - 0.4em);
}.tool-privacy-fence p,
    .tool-privacy-fence li {
    font-size: calc(17px - 0.2em);
}}



@media (max-width: 992px) {.tool-contact-form-box {
    padding: 80px 0;
}.tool-contact-form-box .container {
    padding: 0 20px;
}.tool-contact-form-box .tool-connect-box {
    flex-direction: column;
}.tool-contact-form-box .tool-request-links,
    .tool-contact-form-box .tool-help-query {
    flex: 1 1 100%;
}.tool-contact-form-box .tool-request-links {
    padding: 40px;
}.tool-contact-form-box .tool-help-query {
    padding: 40px;
}
}



@media (min-width: 992px) {.tool-pricing-item .tool-skill-plans {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.tool-pricing-item .tool-package-rates {
    justify-content: center;
    display: flex;
    width: 30%;
    flex-direction: column;
    padding: 50px 40px;
}.tool-pricing-item .tool-price-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.tool-pricing-item .tool-learn-offers {
    padding: 30px;
}.tool-pricing-item .tool-learn-offers p {
    -webkit-line-clamp: 6;
}
}



@media (max-width: 992px) {.tool-opening-page .tool-knowledge-center {
    max-width: 700px;
    padding: 3rem;
}.tool-opening-page h1 {
    font-size: calc(45px * 0.95);
}.tool-opening-page h3 {
    font-size: calc(22px * 1);
}
}



@media (min-width: 1400px) {header .tool-head-tutor {
    max-width: 1320px;
    margin: 0 auto;
}header .tool-nav-teach {
    margin: 0 2px;
}header .tool-nav-teach a {
    padding: 0 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .tool-head-tutor {
    padding: 0.8rem 1.5rem;
}header .tool-nav-tutor {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .tool-top-section img {
    max-height: 35px;
}header .tool-head-bar {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .tool-head-bar::-webkit-scrollbar {
    height: 3px;
}header .tool-head-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(141,153,152);
}header .tool-nav-teach {
    margin: 0;
    flex: 0 0 auto;
}header .tool-nav-teach a {
    font-size: calc(12px - 2px);
    height: 35px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
}header .tool-nav-teach:last-child::after {
    display: none;
}
}



@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



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



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

