﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
section {
    background-color: rgb(173,193,211);
}
.tool_warp-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1159px;
    max-width: 100%;
}

.tool_site_main {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}footer {
    background: #000000;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding: 50px 0;
    border-top: 3px solid rgb(138,152,170);
}
footer .tool_footer_careers {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(103,113,128,0.5);
    padding-bottom: 40px;
}
footer .tool_head_sitewrap svg, footer .tool_head_sitewrap img {
    height: 100px;
    width: 100px;
    fill: rgb(138,152,170);
    margin-bottom: 20px;
}
footer h5 {
    color: rgb(138,152,170);
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .tool_header_pagewrap a {
    color: rgb(103,113,128,0.5);
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
footer .tool_header_pagewrap a:hover {
    color: rgb(138,152,170);
}
footer .tool_connect_widget {
    display: flex;
    flex-direction: column;
}
footer .tool_connect_widget div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer .tool_connect_widget div svg {
    width: 20px;
    height: 20px;
    fill: rgb(138,152,170);
    margin-right: 10px;
}
footer .tool_connect_widget div span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
footer .tool_proposal_cta {
    text-align: center;
    font-size: 16px;
    color: rgb(103,113,128,0.5);
}
footer .tool_qna_board {
    background: rgb(138,152,170);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
footer .tool_site_map {
    color: #ffffff;
}
footer .tool_site_map a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .tool_footer_careers {
        flex-direction: column;
        align-items: center;
    }
    footer .tool_head_sitewrap {
        margin-bottom: 30px;
    }
    footer .tool_header_pagewrap, footer .tool_connect_widget {
        margin-top: 20px;
    }
    footer .tool_proposal_cta {
        text-align: center;
        margin-top: 20px;
    }
}
.tool_warp-container footer {
    background: rgb(173,193,211);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.tool_warp-container footer .tool_head_sitewrap {
    display: none;
}
.tool_warp-container footer .footer {
    padding: 32px 0;
}
.tool_warp-container footer .tool_header_pagewrap a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
}
.tool_warp-container footer .tool_footer_careers {
    flex-direction: row;
    justify-content: space-around;
}
.tool_warp-container footer .tool_main_site {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.tool_warp-container footer .tool_header_pagewrap a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.tool_warp-container footer .tool_header_pagewrap a:hover {
    color: rgb(138,152,170);
}
.tool_warp-container footer .tool_qna_board {
    padding: 16px 0;
    background: none;
    text-align: center;
}
.tool_warp-container footer .tool_site_map {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .tool_warp-container footer .tool_main_site {
        flex-direction: column;
        align-items: center;
    }
    footer .tool_footer_careers {
        flex-direction: column;
        align-items: center;
    }
    footer .tool_connect_widget {
        margin-top: 10px;
        align-items: center;
    }
}
.tool_get_in_touch {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.tool_get_in_touch::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(173,193,211);
    opacity: 0.9;
    z-index: -1;
}

.tool_get_in_touch .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.tool_get_in_touch .tool_request_query {
    position: relative;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tool_get_in_touch .tool_inquiry_map {
    position: relative;
    padding: 0;
    background: rgb(103,113,128);
}

.tool_get_in_touch .tool_inquiry_map h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 30px;
    margin: 0;
    background: rgb(103,113,128);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tool_get_in_touch .tool_inquiry_map div {
    position: relative;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.tool_get_in_touch .tool_inquiry_map div:hover {
    background-color: rgb(138,152,170);
}

.tool_get_in_touch .tool_inquiry_map div:last-child {
    border-bottom: none;
}

.tool_get_in_touch .tool_inquiry_map div svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}

.tool_get_in_touch .tool_inquiry_map div svg path {
    fill: #ffffff;
}

.tool_get_in_touch .tool_inquiry_map div span {
    color: #ffffff;
    font-size: 16px;
}

.tool_get_in_touch .tool_inquiry_map div span a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.tool_get_in_touch .tool_inquiry_map div span a:hover {
    opacity: 0.8;
}

.tool_get_in_touch .tool_feedback_support {
    padding: 50px;
    background-color: #ffffff;
}

.tool_get_in_touch .tool_feedback_support h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.tool_get_in_touch .tool_feedback_support h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: rgb(103,113,128);
}

.tool_get_in_touch .tool_feedback_support form {
    width: 100%;
}

.tool_get_in_touch .tool_feedback_support input[type="text"],
.tool_get_in_touch .tool_feedback_support input[type="email"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    border-bottom: 2px solid rgb(173,193,211);
    transition: border-color 0.3s ease;
}

.tool_get_in_touch .tool_feedback_support input[type="text"]:focus,
.tool_get_in_touch .tool_feedback_support input[type="email"]:focus {
    outline: none;
    border-color: rgb(103,113,128);
}

.tool_get_in_touch .tool_feedback_support input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(173,193,211);
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry input[type="checkbox"]:checked {
    background-color: rgb(103,113,128);
    border-color: rgb(103,113,128);
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry input[type="checkbox"]:checked::before {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 14px;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry label a {
    color: rgb(103,113,128);
    text-decoration: none;
    transition: color 0.3s ease;
}

.tool_get_in_touch .tool_feedback_support .tool_help_inquiry label a:hover {
    color: rgb(138,152,170);
}

.tool_get_in_touch .tool_feedback_support .tool_help_section {
    width: 100%;
    height: 55px;
    border: none;
    background-color: rgb(103,113,128);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.tool_get_in_touch .tool_feedback_support .tool_help_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}

.tool_get_in_touch .tool_feedback_support .tool_help_section:hover {
    background-color: rgb(138,152,170);
}

.tool_get_in_touch .tool_feedback_support .tool_help_section:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {
    .tool_get_in_touch .tool_request_query {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .tool_get_in_touch .tool_inquiry_map {
        display: flex;
        flex-direction: column;
        border-radius: 0 21px 21px 0;
    }
    
    .tool_get_in_touch .tool_feedback_support {
        border-radius: 21px 0 0 21px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .tool_get_in_touch .tool_inquiry_map h3 {
        padding: 40px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: left;
    }
    
    .tool_get_in_touch .tool_inquiry_map div {
        flex: 1;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .tool_get_in_touch .tool_inquiry_map div:last-child {
        border-bottom: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tool_get_in_touch .tool_inquiry_map {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tool_get_in_touch .tool_inquiry_map h3 {
        grid-column: 1 / -1;
    }
    
    .tool_get_in_touch .tool_inquiry_map div {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .tool_get_in_touch .tool_inquiry_map div:nth-child(2n) {
        border-right: none;
    }
    
    .tool_get_in_touch .tool_inquiry_map div:nth-last-child(1),
    .tool_get_in_touch .tool_inquiry_map div:nth-last-child(2) {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .tool_get_in_touch {
        padding: 60px 0;
    }
    
    .tool_get_in_touch .tool_feedback_support {
        padding: 40px 25px;
    }
    
    .tool_get_in_touch .tool_inquiry_map h3 {
        padding: 25px 20px;
        font-size: calc(19px + 2px);
    }
    
    .tool_get_in_touch .tool_inquiry_map div {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 480px) {
    .tool_get_in_touch {
        padding: 40px 0;
    }
    
    .tool_get_in_touch .tool_feedback_support {
        padding: 30px 20px;
    }
    
    .tool_get_in_touch .tool_feedback_support h3 {
        font-size: 19px;
    }
    
    .tool_get_in_touch .tool_inquiry_map h3 {
        font-size: 19px;
        padding: 20px 15px;
    }
    
    .tool_get_in_touch .tool_inquiry_map div {
        padding: 15px 20px;
    }
    
    .tool_get_in_touch .tool_inquiry_map div svg {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}.tool_meet_us {
    position: relative;
    background-color: rgb(173,193,211);
    padding: 120px 0;
    overflow: hidden;
}

.tool_meet_us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, rgb(173,193,211) 20%, transparent 80%),
        linear-gradient(90deg, rgb(173,193,211) 10%, transparent 90%);
    z-index: 1;
}

.tool_meet_us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(138,152,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(103,113,128,0.5) 0%, transparent 40%);
    z-index: 1;
    filter: blur(50px);
    opacity: 0.8;
}

.tool_meet_us .container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.tool_meet_us h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.tool_meet_us h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgb(138,152,170), rgb(103,113,128));
    border-radius: 10px;
}

.tool_meet_us .tool_study_classes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 100%;
}

.tool_meet_us .tool_study_classes::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(138,152,170,0.5) 10%, 
        rgb(138,152,170) 50%,
        rgb(103,113,128) 50%,
        rgb(103,113,128,0.5) 90%,
        transparent 100%);
    z-index: 1;
}

.tool_meet_us .tool_learn_corner {
    position: relative;
    width: 55%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.tool_meet_us .tool_learn_corner:nth-child(1) {
    align-self: flex-start;
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(138,152,170);
}

.tool_meet_us .tool_learn_corner:nth-child(2) {
    align-self: flex-end;
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-right: 4px solid rgb(103,113,128);
}

.tool_meet_us .tool_learn_corner::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(138,152,170);
    border-radius: 50%;
    top: 50%;
    z-index: 3;
}

.tool_meet_us .tool_learn_corner:nth-child(1)::before {
    right: -55px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(138,152,170,0.5);
}

.tool_meet_us .tool_learn_corner:nth-child(2)::before {
    left: -55px;
    transform: translateY(-50%);
    background: rgb(103,113,128);
    box-shadow: 0 0 15px rgb(103,113,128,0.5);
}

.tool_meet_us .tool_learn_corner::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
}

.tool_meet_us .tool_learn_corner:nth-child(1)::after {
    right: -35px;
}

.tool_meet_us .tool_learn_corner:nth-child(2)::after {
    left: -35px;
}

.tool_meet_us .tool_learn_corner:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
}

.tool_meet_us .tool_learn_corner:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.tool_meet_us .tool_learn_corner:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.tool_meet_us .tool_learn_corner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.tool_meet_us .tool_learn_corner h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, rgb(138,152,170), transparent);
    transition: width 0.4s ease;
}

.tool_meet_us .tool_learn_corner:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(103,113,128), transparent);
}

.tool_meet_us .tool_learn_corner:hover h3::after {
    width: 70%;
}

.tool_meet_us .tool_learn_corner p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.tool_meet_us .container::before,
.tool_meet_us .container::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgb(138,152,170,0.5), transparent);
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    animation: floatAnim 15s linear infinite alternate;
    opacity: 0.2;
    filter: blur(60px);
    z-index: 0;
}

.tool_meet_us .container::before {
    top: 10%;
    left: -150px;
}

.tool_meet_us .container::after {
    bottom: 10%;
    right: -150px;
    background: linear-gradient(45deg, rgb(103,113,128,0.5), transparent);
    animation-delay: -5s;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.tool_meet_us::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(138,152,170,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(103,113,128,0.5) 10px, transparent 12px);
    background-size: 100px 100px;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .tool_meet_us .tool_learn_corner:nth-child(1) {
        transform: translateX(-20px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(2) {
        transform: translateX(20px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(1):hover {
        transform: scale(1.03) translateY(-5px) translateX(-20px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px) translateX(20px);
    }
}

@media screen and (max-width: 991px) {
    .tool_meet_us {
        padding: 100px 0;
    }
    
    .tool_meet_us h2 {
        margin-bottom: 60px;
    }
    
    .tool_meet_us .tool_learn_corner {
        width: 50%;
        padding: 30px;
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(1) {
        transform: translateX(-15px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(2) {
        transform: translateX(15px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(1):hover {
        transform: scale(1.03) translateY(-5px) translateX(-15px);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px) translateX(15px);
    }
}

@media screen and (max-width: 768px) {
    .tool_meet_us {
        padding: 80px 0;
    }
    
    .tool_meet_us h2 {
        margin-bottom: 50px;
        font-size: calc(28px + 0.1rem);
    }
    
    .tool_meet_us .tool_study_classes::before {
        left: 30px;
    }
    
    .tool_meet_us .tool_learn_corner {
        width: 85%;
        max-width: 500px;
        margin-left: auto;
        padding: 25px;
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(1),
    .tool_meet_us .tool_learn_corner:nth-child(2) {
        align-self: flex-end;
        transform: translateX(0);
        margin-left: 60px;
        border-left: 4px solid rgb(138,152,170);
        border-right: none;
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(2) {
        border-left: 4px solid rgb(103,113,128);
    }
    
    .tool_meet_us .tool_learn_corner:nth-child(1):hover,
    .tool_meet_us .tool_learn_corner:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px);
    }
    
    .tool_meet_us .tool_learn_corner::before {
        left: -45px;
        right: auto;
    }
    
    .tool_meet_us .tool_learn_corner::after {
        left: -25px;
        right: auto;
    }
}

@media screen and (max-width: 576px) {
    .tool_meet_us {
        padding: 60px 0;
    }
    
    .tool_meet_us h2 {
        margin-bottom: 40px;
        font-size: 28px;
    }
    
    .tool_meet_us .tool_study_classes {
        gap: 30px;
    }
    
    .tool_meet_us .tool_study_classes::before {
        left: 20px;
    }
    
    .tool_meet_us .tool_learn_corner {
        width: 85%;
        margin-left: 40px;
        padding: 20px;
    }
    
    .tool_meet_us .tool_learn_corner::before {
        width: 15px;
        height: 15px;
        left: -35px;
    }
    
    .tool_meet_us .tool_learn_corner::after {
        width: 15px;
        left: -15px;
    }
    
    .tool_meet_us .tool_learn_corner h3 {
        font-size: calc(21px + 0.1rem);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .tool_meet_us .tool_learn_corner p {
        font-size: calc(14px - 0.05rem);
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(138,152,170), rgb(103,113,128));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.tool_head_base {
    border-top: 5px solid rgb(138,152,170);
    border-bottom: 2px solid rgb(138,152,170);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}
.tool_head_base::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}
.tool_head_base .tool_main_pagebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.tool_head_base .tool_main_pagebar .tool_head_sitewrap {
    margin: 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(138,152,170);
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgb(138,152,170,0.5);
}
.tool_head_base .tool_main_pagebar .tool_head_sitewrap svg, .tool_head_base .tool_main_pagebar .tool_head_sitewrap img {
    width: 80px;
    height: 80px;
    fill: rgb(138,152,170);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.tool_head_base .tool_main_pagebar .tool_head_sitewrap:hover svg, .tool_head_base .tool_main_pagebar .tool_head_sitewrap:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgb(138,152,170,0.5));
}
.tool_head_base .tool_main_tutor {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 10px;
    flex-grow: 1;
    text-align: center;
    border-left: 2px solid rgb(138,152,170);
    text-shadow: 0 0 10px rgb(138,152,170,0.5);
}
.tool_head_base .tool_top_learn {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 11;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(103,113,128));
    padding: 10px;
    border-radius: 21px;
    box-shadow: 0 0 10px rgb(138,152,170,0.5);
}
.tool_head_base .tool_top_learn a {
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    border-right: 2px solid rgb(138,152,170);
    text-shadow: 0 0 10px rgb(138,152,170,0.5);
    display: flex;
    align-items: center;
}
.tool_head_base .tool_top_learn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(138,152,170);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 10px rgb(138,152,170,0.5);
}
.tool_head_base .tool_top_learn a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.tool_head_base .tool_top_learn a:first-child {
    color: rgb(138,152,170);
}
.tool_head_base .tool_top_learn a:last-child {
   border-right: none;
}
@media only screen and (max-width: 1200px) {
    .tool_head_base .tool_main_pagebar {
        flex-direction: column;
        border-bottom: none;
    }
    .tool_head_base .tool_main_tutor {
        margin: 10px 0;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
    .tool_head_base .tool_top_learn {
        justify-content: center;
        flex-direction: column;
        border-radius: 0;
    }
    .tool_head_base .tool_top_learn a {
        margin: 5px 0;
        border-right: none;
        border-bottom: 2px solid rgb(138,152,170);
    }
}.tool_user_testimonials {
    background-color: rgb(173,193,211);
    padding: 60px 0;
}

.tool_user_testimonials .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.tool_user_testimonials .tool_how_grow {
    text-align: center;
}

.tool_user_testimonials h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

.tool_user_testimonials .tool_learning_ratings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.tool_user_testimonials .tool_learning_quotes {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: calc(33.333% - 20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.tool_user_testimonials .tool_img_strip_wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.tool_user_testimonials .text {
    text-align: left;
    flex-grow: 1;
}

.tool_user_testimonials .text p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.tool_user_testimonials .text span {
    font-size: 16px;
    color: #000000;
    display: block;
}

@media (max-width: 992px) {
    .tool_user_testimonials .tool_learning_quotes {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .tool_user_testimonials {
        padding: 40px 0;
    }

    .tool_user_testimonials h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .tool_user_testimonials .tool_learning_ratings {
        gap: 20px;
    }

    .tool_user_testimonials .tool_learning_quotes {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .tool_user_testimonials .tool_img_strip_wrap {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tool_user_testimonials .text {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tool_user_testimonials {
        padding: 30px 0;
    }

    .tool_user_testimonials h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .tool_user_testimonials .tool_learning_quotes {
        padding: 10px;
    }

    .tool_user_testimonials .tool_img_strip_wrap {
        width: 60px;
        height: 60px;
    }

    .tool_user_testimonials .text p {
        font-size: 16px;
    }

    .tool_user_testimonials .text span {
        font-size: 15px;
    }
}.tool_experience_trial {
    padding-bottom: 80px;
    padding-top: 80px;
}

.tool_experience_trial h2 {
    color: rgb(103,113,128);
}

.tool_experience_trial .tool_help_section {
    background: rgb(103,113,128);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.tool_experience_trial .tool_help_section:hover {
    background: rgb(138,152,170);
}

.tool_experience_trial .tool_how_grow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tool_experience_trial h2 {
    font-size: 34px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.tool_experience_trial .tool_help_section {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .tool_experience_trial .tool_how_grow {
        flex-direction: column;
    }

    .tool_warp-container section.tool_experience_trial h2 {
        font-size: 26px;
    }

    .tool_experience_trial h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .tool_experience_trial .tool_help_section {
        font-size: 24px;
    }

    .tool_experience_trial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.tool_warp-container .tool_experience_trial {
    background: rgb(103,113,128);
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.tool_warp-container .tool_experience_trial .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tool_warp-container .tool_experience_trial .tool_how_grow {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 60px 40px;
    border: 2px solid rgb(138,152,170);
    box-shadow: inset 0 0 0 4px rgb(103,113,128), 0 0 20px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.tool_warp-container .tool_experience_trial h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 34px;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(138,152,170);
    width: fit-content;
    margin-right: 0;
}

.tool_warp-container .tool_experience_trial .tool_help_section {
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(138,152,170);
    border: 2px solid rgb(138,152,170);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.tool_warp-container .tool_experience_trial .tool_help_section:hover {
    color: rgb(138,152,170);
    background: #ffffff;
    border-color: rgb(138,152,170);
}

@media only screen and (max-width: 800px) {
    .tool_warp-container .tool_experience_trial .tool_how_grow {
        padding: 40px 20px;
    }

    .tool_warp-container .tool_experience_trial h2 {
        font-size: 41px;
    }

    .tool_warp-container .tool_experience_trial .tool_help_section {
        padding: 10px 30px;
        font-size: 13px;
    }
}.tool_secure_refuge {
    padding: 40px;
    width: 100%;
    height: auto;
    background: rgb(103,113,128);
    border: 2px solid rgb(138,152,170);
    box-shadow: 0 10px 30px rgb(138,152,170,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.tool_secure_refuge h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 39px;
    font-weight: 700;
    color: rgb(138,152,170);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(103,113,128);
    padding-bottom: 15px;
    width: 100%;
    max-width: 800px;
    text-shadow: 0 0 10px rgb(138,152,170);
}

.tool_secure_refuge h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    border-left: 5px solid rgb(138,152,170);
    padding-left: 15px;
    width: 100%;
    max-width: 800px;
    text-shadow: 0 0 10px rgb(103,113,128);
}
.tool_secure_refuge h2, .tool_secure_refuge h3,.tool_secure_refuge h4,.tool_secure_refuge h5, .tool_secure_refuge h6 {
    text-align: left;
}
.tool_secure_refuge ul, .tool_secure_refuge ol {
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
    border-top: 2px solid rgb(138,152,170);
    border-bottom: 2px solid rgb(138,152,170);
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
}

.tool_secure_refuge ul li, .tool_secure_refuge ol li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 25px;
    position: relative;
    font-weight: 300;
}

.tool_secure_refuge ul li::before, .tool_secure_refuge ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: rgb(138,152,170);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(138,152,170);
}

.tool_secure_refuge p, .tool_secure_refuge span, .tool_secure_refuge div {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    max-width: 800px;
    width: 100%;
    text-align: justify;
    text-shadow: 0 0 5px rgb(138,152,170,0.5);
}

.tool_secure_refuge div.container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .tool_secure_refuge {
        padding: 30px;
        border-radius: 10px;
    }

    .tool_secure_refuge h1 {
        font-size: calc(24px - 5px);
        padding-bottom: 10px;
    }

    .tool_secure_refuge h2 {
        font-size: calc(24px - 5px);
        padding-left: 10px;
    }

    .tool_secure_refuge ul, .tool_secure_refuge ol {
        padding: 15px 0;
        margin: 20px 0;
    }

    .tool_secure_refuge ul li, .tool_secure_refuge ol li {
        font-size: 14px;
        padding-left: 20px;
    }
}.tool_title_opener {
    background-color: rgb(173,193,211);
    font-family: Playfair Display, sans-serif;
}
.tool_title_opener .tool_how_grow {
    display: flex;
    flex-direction: row;
}
.tool_title_opener .tool_img_strip_wrap {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.tool_title_opener .tool_img_strip_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(138,152,170,0.5), transparent);
}
.tool_title_opener .tool_text_holder_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: #ffffff;
    position: relative;
}
.tool_title_opener .tool_text_holder_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(138,152,170);
}
.tool_title_opener .tool_edu_intro {
    margin-bottom: 2rem;
}
.tool_title_opener .tool_edu_intro svg {
    width: 60px;
    height: 60px;
    fill: rgb(138,152,170);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}
.tool_title_opener .tool_edu_intro svg:hover {
    transform: scale(1.1);
}
.tool_title_opener .tool_edu_intro h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.tool_title_opener .tool_edu_intro h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(103,113,128);
}
.tool_title_opener .tool_edu_intro span {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    display: block;
}
.tool_title_opener .tool_help_section {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background-color: rgb(138,152,170);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.tool_title_opener .tool_help_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(103,113,128,0.5), transparent);
    transition: left 0.5s ease;
}
.tool_title_opener .tool_help_section:hover::before {
    left: 100%;
}
.tool_title_opener .tool_help_section:hover {
    background-color: rgb(103,113,128);
}
.tool_title_opener .tool_help_section:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(103,113,128,0.5);
}
@media only screen and (max-width: 1024px) {
    .tool_title_opener .tool_how_grow {
        flex-direction: column;
    }
    .tool_title_opener .tool_img_strip_wrap {
        height: 40vh;
    }
    .tool_title_opener .tool_text_holder_item {
        padding: 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .tool_title_opener .tool_text_holder_item {
        padding: 2rem;
    }
    .tool_title_opener .tool_edu_intro h2 {
        font-size: 20px;
    }
    .tool_title_opener .tool_edu_intro span {
        font-size: 12px;
    }
    .tool_title_opener .tool_help_section {
        padding: 0.6rem 1.2rem;
        font-size: 12px;
    }
}.tool_course_summary {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(173,193,211) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(138,152,170,0.5) 100%);
}

.tool_course_summary::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(103,113,128,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(138,152,170,0.5) 0%, transparent 40%);
    z-index: 1;
    opacity: 0.6;
    animation: pulseGlow 12s infinite alternate;
}

.tool_course_summary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    opacity: 0.05;
    z-index: 1;
    animation: gridShift 30s linear infinite;
}

.tool_course_summary .container {
    position: relative;
    z-index: 3;
}

.tool_course_summary .tool_how_grow {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 21px;
    overflow: visible;
    background: transparent;
}

.tool_course_summary .tool_skill_plan {
    position: relative;
    width: 75%;
    padding: 60px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(138,152,170,0.5),
        0 0 40px rgb(103,113,128,0.5);
    z-index: 3;
    backdrop-filter: blur(10px);
    transform: translateY(80px);
}

.tool_course_summary .tool_skill_plan::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgb(138,152,170,0.5), rgb(103,113,128,0.5));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    animation: morphShape 15s infinite alternate ease-in-out;
}

.tool_course_summary .tool_head_sitewrap {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -60px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(138,152,170,0.5);
    animation: floatAndRotate 8s ease-in-out infinite;
    transform-origin: center center;
}

.tool_course_summary .tool_head_sitewrap svg {
    width: 60%;
    height: 60%;
    fill: rgb(138,152,170);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tool_course_summary .tool_head_sitewrap:hover svg {
    transform: scale(1.2) rotate(-10deg);
    fill: rgb(103,113,128);
}

.tool_course_summary .tool_head_sitewrap svg path {
    stroke: #000000;
    stroke-width: 0.5;
    transition: stroke 0.4s ease;
}

.tool_course_summary .tool_head_sitewrap:hover svg path {
    stroke: rgb(138,152,170);
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawPath 2s forwards;
}

.tool_course_summary .tool_skill_plan h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    transform: translateZ(0);
}

.tool_course_summary .tool_skill_plan h3::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgb(138,152,170);
    bottom: 0;
    left: 0;
}

.tool_course_summary .tool_skill_plan h3::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(138,152,170), transparent);
    bottom: 2.5px;
    left: 15px;
}

.tool_course_summary .tool_skill_plan p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

.tool_course_summary .tool_skill_plan p::first-letter {
    font-size: 2em;
    font-weight: 700;
    color: rgb(138,152,170);
    float: left;
    line-height: 0.8;
    margin-right: 8px;
    margin-top: 8px;
}

.tool_course_summary .tool_img_strip_wrap {
    position: relative;
    width: 85%;
    height: 400px;
    margin-left: auto;
    border-radius: 
        21px 21px 
        calc(21px * 3) 21px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    transition: transform 0.6s ease;
    z-index: 2;
}

.tool_course_summary .tool_how_grow:hover .tool_img_strip_wrap {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.tool_course_summary .tool_img_strip_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            to right,
            rgb(138,152,170,0.5) 0%,
            transparent 40%,
            rgb(103,113,128,0.5) 100%
        );
    mix-blend-mode: multiply;
    z-index: 2;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

.tool_course_summary .tool_how_grow:hover .tool_img_strip_wrap::before {
    opacity: 0.5;
}

.tool_course_summary .tool_img_strip_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    z-index: 2;
    opacity: 0.1;
    mix-blend-mode: overlay;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {
    .tool_course_summary {
        padding: 100px 0;
    }
    
    .tool_course_summary .tool_skill_plan {
        width: 85%;
        padding: 50px;
        transform: translateY(70px);
    }
    
    .tool_course_summary .tool_img_strip_wrap {
        width: 90%;
        height: 350px;
    }
}

@media screen and (max-width: 992px) {
    .tool_course_summary {
        padding: 80px 0;
    }
    
    .tool_course_summary .tool_how_grow {
        flex-direction: column-reverse;
    }
    
    .tool_course_summary .tool_skill_plan {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        transform: translateY(-70px);
    }
    
    .tool_course_summary .tool_head_sitewrap {
        top: -50px;
        left: 40px;
        width: 100px;
        height: 100px;
    }
    
    .tool_course_summary .tool_img_strip_wrap {
        width: 100%;
        height: 320px;
        margin-left: 0;
        margin-right: 0;
        transform: perspective(800px) rotateY(0) rotateX(0);
        border-radius: 21px;
    }
    
    .tool_course_summary .tool_how_grow:hover .tool_img_strip_wrap {
        transform: perspective(800px) rotateY(0) rotateX(0);
    }
}

@media screen and (max-width: 768px) {
    .tool_course_summary {
        padding: 60px 0;
    }
    
    .tool_course_summary .tool_skill_plan {
        width: 100%;
        padding: 30px;
        transform: translateY(-60px);
    }
    
    .tool_course_summary .tool_head_sitewrap {
        top: -40px;
        left: 30px;
        width: 80px;
        height: 80px;
    }
    
    .tool_course_summary .tool_skill_plan h3 {
        font-size: calc(32px * 0.85);
        margin-bottom: 20px;
    }
    
    .tool_course_summary .tool_skill_plan p {
        font-size: calc(13px * 0.95);
    }
    
    .tool_course_summary .tool_img_strip_wrap {
        height: 280px;
    }
    
    .tool_course_summary .tool_skill_plan::before {
        width: 150px;
        height: 150px;
        top: -10px;
        right: -10px;
    }
}

@media screen and (max-width: 576px) {
    .tool_course_summary {
        padding: 50px 0;
    }
    
    .tool_course_summary .tool_skill_plan {
        padding: 25px 20px;
        transform: translateY(-40px);
    }
    
    .tool_course_summary .tool_head_sitewrap {
        top: -35px;
        left: 20px;
        width: 70px;
        height: 70px;
    }
    
    .tool_course_summary .tool_skill_plan h3 {
        font-size: calc(32px * 0.75);
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .tool_course_summary .tool_skill_plan h3::after {
        width: 60px;
    }
    
    .tool_course_summary .tool_skill_plan p {
        font-size: calc(13px * 0.9);
        line-height: 1.6;
    }
    
    .tool_course_summary .tool_img_strip_wrap {
        height: 220px;
    }
    
    .tool_course_summary .tool_skill_plan::before {
        width: 100px;
        height: 100px;
    }
}.tool_training_method {
    padding: 80px 0;
    background: rgb(103,113,128,0.5);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    transition: all 0.3s ease-in-out;
}

.tool_training_method .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tool_training_method .tool_how_grow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.tool_training_method:hover .tool_how_grow {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tool_training_method h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: rgb(138,152,170);
    position: relative;
    transition: color 0.3s ease-in-out;
}

.tool_training_method h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: rgb(138,152,170);
    border-radius: 10px;
    opacity: 0.8;
}

.tool_training_method p {
    text-align: center;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .tool_training_method {
        padding: 40px 0;
    }

    .tool_training_method .tool_how_grow {
        width: 95%;
        padding: 20px;
    }

    .tool_training_method h2 {
        font-size: calc(37px - 8px);
    }
}

.tool_warp-container .tool_training_method {
    padding: 60px 0;
}

.tool_warp-container .tool_training_method .tool_how_grow {
    width: 70%;
    padding: 30px;
    text-align: left;
}

.tool_warp-container .tool_training_method h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    color: rgb(138,152,170);
}

.tool_warp-container .tool_training_method h2::after {
    width: 80px;
    background: rgb(103,113,128);
    height: 3px;
    margin-top: 10px;
}

.tool_warp-container .tool_training_method p {
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 800px) {
    .tool_warp-container .tool_training_method {
        padding: 40px 0;
    }

    .tool_warp-container .tool_training_method .tool_how_grow {
        width: 90%;
        padding: 20px;
    }

    .tool_warp-container .tool_training_method h2 {
        font-size: calc(37px - 6px);
    }
}
.tool_appWrapper {
    background-color: rgb(173,193,211);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    border-top: 4px solid rgb(138,152,170);
    border-bottom: 4px solid rgb(138,152,170);
}
.tool_appWrapper .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.tool_appWrapper .container h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: rgb(138,152,170);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(138,152,170);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.tool_appWrapper .container p {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-top: 20px;
}
.tool_appWrapper .container hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .tool_appWrapper {
        padding: 30px 10px;
    }
    .tool_appWrapper .container {
        padding: 30px;
    }
    .tool_appWrapper .container h2 {
        font-size: calc(36px - 5px);
    }
    .tool_appWrapper .container p {
        font-size: calc(16px - 2px);
    }
}

.tool_benefits .tool_skill_reasons h2 {
    color: rgb(103,113,128);
}

.tool_benefits .tool_knowledge_gains svg, .tool_benefits .tool_knowledge_gains svg path {
    fill: rgb(138,152,170);
}

.tool_benefits .tool_knowledge_gains p {
    color: #000000;
}

.tool_benefits .tool_knowledge_gains b {
    color: rgb(138,152,170);
}

.tool_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tool_benefits .tool_class_advantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.tool_benefits .tool_skill_reasons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tool_benefits .tool_skill_reasons h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.tool_benefits .tool_skill_reasons h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.tool_benefits .tool_skill_extras {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.tool_benefits .tool_knowledge_gains {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.tool_benefits .tool_knowledge_gains svg, .tool_benefits .tool_knowledge_gains img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .tool_warp-container .tool_benefits .tool_class_advantages .tool_knowledge_gains {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .tool_benefits .tool_skill_reasons h2 {
        font-size: 30px;
    }

    .tool_benefits .tool_class_advantages {
        flex-direction: column;
    }

    .tool_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tool_warp-container .tool_benefits .tool_class_advantages .tool_knowledge_gains {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.tool_warp-container .tool_benefits .tool_skill_reasons h2 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 21px;
    width: fit-content;
}

.tool_warp-container .tool_benefits .tool_skill_reasons {
    align-items: center;
}

.tool_warp-container .tool_benefits .tool_class_advantages {
    width: 60%;
    flex-wrap: wrap;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(103,113,128,0.5);
    border-radius: 0 !important;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains:nth-child(1) {
    border-top: none;
    border-left: none;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains:nth-child(2) {
    border-top: none;
    border-right: none;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains:nth-child(3) {
    border-bottom: none;
    border-left: none;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains:nth-child(4) {
    border-bottom: none;
    border-right: none;
}

.tool_warp-container .tool_benefits .tool_knowledge_gains svg, .tool_warp-container .tool_benefits .tool_knowledge_gains svg path, .tool_warp-container .tool_benefits .tool_knowledge_gains img {
    width: 50px;
    height: 50px;
    fill: rgb(103,113,128);
}

.tool_warp-container .tool_benefits .tool_skill_reasons h4 {
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    body .tool_warp-container .tool_benefits .tool_knowledge_gains, .tool_warp-container .tool_benefits .tool_knowledge_gains:nth-child(3) {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgb(103,113,128,0.5);
        margin-bottom: 0;
    }

    .tool_warp-container .tool_benefits .tool_class_advantages {
        width: 100%;
    }
}.tool_aspiring_learners {
    position: relative;
    padding: 180px 0;
    background: #ffffff;
    overflow: hidden;
}

.tool_aspiring_learners::before {
    content: '';
    position: absolute;
    right: -20%;
    top: -20%;
    width: 60%;
    height: 140%;
    background: rgb(173,193,211);
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.tool_aspiring_learners::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(138,152,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(103,113,128,0.5) 0%, transparent 50%);
    opacity: 0.15;
}

.tool_aspiring_learners .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.tool_aspiring_learners .tool_learning_aimed {
    grid-column: 8 / -1;
    grid-row: 1 / span 2;
    position: relative;
    aspect-ratio: 1;
    border-radius: 15px;
    transform: perspective(1000px) rotateY(-15deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.tool_aspiring_learners .tool_learning_aimed:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.2),
        10px 10px 20px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.tool_aspiring_learners .tool_learning_aimed::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        rgb(138,152,170) 0%, 
        transparent 40%,
        transparent 60%,
        rgb(103,113,128) 100%
    );
    border-radius: inherit;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.tool_aspiring_learners .tool_learning_aimed::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% 30%,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    border-radius: inherit;
    mix-blend-mode: multiply;
}

.tool_aspiring_learners .tool_learning_aimed:hover::before {
    opacity: 0.5;
}

.tool_aspiring_learners .tool_study_aimed {
    grid-column: 1 / 8;
    padding: 60px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(173,193,211);
    backdrop-filter: blur(10px);
}

.tool_aspiring_learners .tool_study_aimed h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
}

.tool_aspiring_learners .tool_study_aimed h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: rgb(138,152,170);
    margin-left: 20px;
}

.tool_aspiring_learners .tool_study_recommended {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.tool_aspiring_learners .tool_study_recommended div {
    position: relative;
    padding: 30px;
    background: rgb(173,193,211);
    border-radius: 15px;
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.tool_aspiring_learners .tool_study_recommended div:first-child {
    transform: translateY(-20px);
}

.tool_aspiring_learners .tool_study_recommended div:last-child {
    transform: translateY(20px);
}

.tool_aspiring_learners .tool_study_recommended div:hover {
    transform: translateY(0);
    background: rgb(138,152,170,0.5);
}

.tool_aspiring_learners .tool_study_recommended div svg {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: rgb(138,152,170);
    border-radius: 10px;
    fill: #ffffff;
    transform: rotate(-15deg);
    transition: transform 0.3s ease;
}

.tool_aspiring_learners .tool_study_recommended div:hover svg {
    transform: rotate(0deg);
}

@media (max-width: 1200px) {
    .tool_aspiring_learners {
        padding: 120px 0;
    }

    .tool_aspiring_learners .container {
        grid-template-columns: 1fr;
        max-width: 800px;
        margin: 0 auto;
    }

    .tool_aspiring_learners .tool_learning_aimed {
        grid-column: 1 / -1;
        grid-row: 1;
        transform: perspective(1000px) rotateY(0);
        max-width: 100%;
        height: 400px;
        margin: 0 auto;
    }

    .tool_aspiring_learners .tool_learning_aimed:hover {
        transform: perspective(1000px) rotateY(0) translateY(-10px);
    }

    .tool_aspiring_learners .tool_study_aimed {
        grid-column: 1 / -1;
        grid-row: 2;
        padding: 40px;
        margin-top: -60px;
    }

    .tool_aspiring_learners .tool_study_recommended div:first-child,
    .tool_aspiring_learners .tool_study_recommended div:last-child {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .tool_aspiring_learners {
        padding: 80px 0;
    }

    .tool_aspiring_learners::before {
        right: -50%;
        width: 100%;
    }

    .tool_aspiring_learners .tool_study_aimed {
        margin-top: -40px;
    }

    .tool_aspiring_learners .tool_study_recommended {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tool_aspiring_learners .tool_study_aimed h2 {
        font-size: calc(37px * 0.9);
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .tool_aspiring_learners .tool_study_aimed h2::after {
        margin-left: 0;
        width: 60px;
    }
}

@media (max-width: 480px) {
    .tool_aspiring_learners {
        padding: 60px 0;
    }

    .tool_aspiring_learners .tool_study_aimed {
        padding: 30px 20px;
    }

    .tool_aspiring_learners .tool_study_recommended div {
        padding: 25px 20px;
        font-size: calc(13px * 0.95);
    }

    .tool_aspiring_learners .tool_study_recommended div svg {
        width: 32px;
        height: 32px;
        padding: 6px;
    }
}.tool_educational_gains {
    position: relative;
    padding: 180px 0;
    background: linear-gradient(
        135deg,
        rgb(173,193,211) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    overflow: hidden;
}

.tool_educational_gains::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(
            circle at 20% 20%,
            rgb(138,152,170,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgb(103,113,128,0.5) 0%,
            transparent 50%
        );
    opacity: 0.1;
}

.tool_educational_gains .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.tool_educational_gains .tool_how_grow {
    position: relative;
    perspective: 1000px;
}

.tool_educational_gains .tool_expertise_growth {
    position: relative;
    min-height: 700px;
    padding: 80px 60px;
    background-position: center;
    background-size: cover;
    border-radius: 17px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.tool_educational_gains .tool_expertise_growth::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        #000000 0%,
        transparent 40%,
        transparent 60%,
        #000000 100%
    );
    opacity: 0.85;
    backdrop-filter: blur(10px);
}

.tool_educational_gains .tool_expertise_growth::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(138,152,170) 0%,
        transparent 100%
    );
    opacity: 0.1;
    mix-blend-mode: overlay;
}

.tool_educational_gains .tool_expertise_growth h3 {
    position: relative;
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 60px;
    transform: translateZ(50px);
}

.tool_educational_gains .tool_expertise_growth h3::before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    border-left: 2px solid rgb(138,152,170);
    border-top: 2px solid rgb(138,152,170);
    opacity: 0.6;
}

.tool_educational_gains .tool_expertise_growth div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transform: translateZ(30px);
}

.tool_educational_gains .tool_expertise_growth p {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8;
    padding: 35px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tool_educational_gains .tool_expertise_growth p::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(
        45deg,
        rgb(138,152,170) 0%,
        transparent 30%,
        transparent 70%,
        rgb(103,113,128) 100%
    );
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: -1;
}

.tool_educational_gains .tool_expertise_growth p:hover {
    transform: translateZ(20px);
}

.tool_educational_gains .tool_expertise_growth p:hover::before {
    opacity: 0.3;
}

@media (max-width: 1200px) {
    .tool_educational_gains {
        padding: 140px 0;
    }

    .tool_educational_gains .tool_expertise_growth {
        padding: 60px 40px;
        min-height: 600px;
    }

    .tool_educational_gains .tool_expertise_growth div {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .tool_educational_gains {
        padding: 100px 0;
    }

    .tool_educational_gains .tool_expertise_growth {
        padding: 50px 30px;
        min-height: auto;
    }

    .tool_educational_gains .tool_expertise_growth h3 {
        font-size: calc(46px * 0.85);
        margin-bottom: 40px;
    }

    .tool_educational_gains .tool_expertise_growth div {
        gap: 25px;
    }

    .tool_educational_gains .tool_expertise_growth p {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .tool_educational_gains {
        padding: 80px 0;
    }

    .tool_educational_gains .tool_expertise_growth {
        padding: 40px 25px;
    }

    .tool_educational_gains .tool_expertise_growth h3 {
        font-size: calc(46px * 0.7);
        margin-bottom: 35px;
    }

    .tool_educational_gains .tool_expertise_growth h3::before {
        width: 40px;
        height: 40px;
        left: -15px;
        top: -15px;
    }

    .tool_educational_gains .tool_expertise_growth div {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tool_educational_gains .tool_expertise_growth p {
        padding: 25px 20px;
        font-size: calc(18px * 0.95);
    }
}.tool_teaching_history {
    position: relative;
    background: rgb(173,193,211);
    padding: 120px 0;
    overflow: hidden;
}

.tool_teaching_history::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(138,152,170,0.5) 0%, rgb(103,113,128,0.5) 100%);
    transform: skewY(-6deg);
    transform-origin: top left;
}

.tool_teaching_history .tool_how_grow {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.tool_teaching_history .tool_learning_quotes {
    display: grid;
    grid-template-columns: 380px 1fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(50px);
}

.tool_teaching_history .tool_img_strip_wrap {
    grid-row: 1 / 3;
    height: 500px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.tool_teaching_history .tool_img_strip_wrap:hover {
    transform: scale(1.02);
}

.tool_teaching_history .tool_job_timeline {
    align-self: start;
    padding-top: 20px;
}

.tool_teaching_history .name {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.tool_teaching_history .tool_work_section {
    font-size: 23px;
    font-weight: 600;
    color: rgb(138,152,170);
    margin-bottom: 0;
}

.tool_teaching_history .worker_info {
    padding-right: 40px;
}

.tool_teaching_history .tool_career_content {
    font-size: 23px;
    font-weight: 600;
    color: rgb(103,113,128);
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.tool_teaching_history .tool_career_content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgb(138,152,170);
    border-radius: 10px;
}

.tool_teaching_history .tool_job_wrap {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 1024px) {
    .tool_teaching_history {
        padding: 80px 0;
    }

    .tool_teaching_history .tool_learning_quotes {
        grid-template-columns: 300px 1fr;
        transform: translateX(0);
        margin: 0 20px;
    }

    .tool_teaching_history .tool_img_strip_wrap {
        height: 400px;
    }

    .tool_teaching_history .worker_info {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .tool_teaching_history {
        padding: 60px 0;
    }

    .tool_teaching_history .tool_learning_quotes {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 25px;
    }

    .tool_teaching_history .tool_img_strip_wrap {
        grid-row: 1;
        height: 300px;
    }

    .tool_teaching_history .tool_job_timeline {
        grid-row: 2;
        text-align: center;
        padding-top: 0;
    }

    .tool_teaching_history .worker_info {
        grid-row: 3;
    }

    .tool_teaching_history .tool_career_content {
        font-size: calc(23px * 0.9);
    }
}

@media (max-width: 480px) {
    .tool_teaching_history {
        padding: 40px 0;
    }

    .tool_teaching_history .tool_learning_quotes {
        margin: 0 15px;
        padding: 20px;
    }

    .tool_teaching_history .tool_img_strip_wrap {
        height: 250px;
    }

    .tool_teaching_history .name {
        font-size: calc(35px * 0.8);
    }

    .tool_teaching_history .tool_work_section {
        font-size: calc(23px * 0.9);
    }
}