.toolmain_core {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, #ffffff, rgb(218,225,220));
    padding: 0;
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
}


.toolopening_page {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: rgb(170,192,187);
}

.toolopening_page .tooltech_study {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
}

.toolopening_page .tooltech_study input {
    display: none;
}

.toolopening_page .toolstart_intro {
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.toolopening_page .toolfast_studypro label {
    height: 10px;
    width: 10px;
    border: 2px solid #ffffff;
    display: block;
    transform-origin: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
}

.toolopening_page .tooltech_study input:nth-child(1):checked ~ .toolfast_studypro label:nth-child(1)::before,
.toolopening_page .tooltech_study input:nth-child(2):checked ~ .toolfast_studypro label:nth-child(2)::before,
.toolopening_page .tooltech_study input:nth-child(3):checked ~ .toolfast_studypro label:nth-child(3)::before,
.toolopening_page .tooltech_study input:nth-child(4):checked ~ .toolfast_studypro label:nth-child(4)::before,
.toolopening_page .tooltech_study input:nth-child(5):checked ~ .toolfast_studypro label:nth-child(5)::before,
.toolopening_page .tooltech_study input:nth-child(6):checked ~ .toolfast_studypro label:nth-child(6)::before,
.toolopening_page .tooltech_study input:nth-child(7):checked ~ .toolfast_studypro label:nth-child(7)::before,
.toolopening_page .tooltech_study input:nth-child(8):checked ~ .toolfast_studypro label:nth-child(8)::before,
.toolopening_page .tooltech_study input:nth-child(9):checked ~ .toolfast_studypro label:nth-child(9)::before,
.toolopening_page .tooltech_study input:nth-child(10):checked ~ .toolfast_studypro label:nth-child(10)::before {
    transform: translateY(-50%) scaleX(1);
    width: 20px;
}



.toolopening_page .toolreading_block .container {
    width: 100%;
    padding: 0;
}

.toolopening_page .toolreading_block h1 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 5px #000000;
    font-size: 46px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.toolopening_page .toolreading_block h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.toolopening_page .toolstart_intro::after {
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(170,192,187,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
}



.toolopening_page .tooltech_study input:checked ~ .toollearn_title .toolstart_intro img {
    animation: kenBurns 10s ease infinite alternate;
}

.tooldeal_plan::after {
    pointer-events: none;
    width: 20rem;
    right: -5rem;
    height: 20rem;
    z-index: 1;
    content: "";
    bottom: -5rem;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(123,110,160) 0%, transparent 80%);
    opacity: 0.15;
}

.tooldeal_plan .tooltraining_sub h2 {
    transform: perspective(800px) translateZ(30px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 33px;
    color: #000000;
    position: relative;
}

.tooldeal_plan .tooltraining_sub h2::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160));
    bottom: -10px;
    width: 80px;
    height: 3px;
}

.tooldeal_plan .toolstudy_price {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    transform: translateZ(0);
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tooldeal_plan .toolpremium_plan h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    color: #000000;
    transform: translateZ(10px);
}

.tooldeal_plan .toolplan_rates:hover .toolpremium_plan h3::after {
    width: 60px;
}

.tooldeal_plan .tooltraining_fees::before {
    content: "";
    width: 80px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,192,187,0.5), transparent);
    height: 2px;
    bottom: -8px;
}

.tooldeal_plan .toolplan_rates:hover .toolimg_card_wrap {
    transform: scale(1.05) translateZ(0);
}

.tooldeal_plan .toolimg_card_wrap::before {
    width: 100%;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0.15;
    content: "";
    z-index: 1;
    top: 0;
    background: rgb(170,192,187);
    position: absolute;
}

header .container {
    padding: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    max-width: 100%;
    position: relative;
}

header .tooltop_sitewrap {
    align-items: center;
    padding: 0.9rem 3%;
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}

header .toolhead_expert svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}

header .tooltop_nav::before {
    z-index: -1;
    left: -2px;
    right: -2px;
    content: '';
    border-radius: calc(10px + 2px);
    position: absolute;
    top: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgb(170,192,187,0.5), rgb(123,110,160,0.5));
    opacity: 0.5;
}

header .toolhead_mainwrap:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.toolpotential_enrollees {
    background-size: 60px 60px;
    padding: 100px 0;
    color: #ffffff;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.toolpotential_enrollees .container {
    padding: 0 15px;
    z-index: 5;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.toolpotential_enrollees h4 {
    font-size: calc(32px * 1.2);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 70px;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(170,192,187,0.5), 0 0 30px rgb(170,192,187,0.5);
}

.toolpotential_enrollees p {
    display: flex;
    z-index: 1;
    position: relative;
    border: 1px solid rgb(170,192,187,0.5);
    box-shadow: 
        0 0 20px rgb(170,192,187,0.5),
        inset 0 0 10px rgb(170,192,187,0.5);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 0;
    font-size: calc(12px * 1.05);
    overflow: visible;
    margin: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    align-items: flex-start;
    line-height: 1.7;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    padding: 30px 35px;
}

.toolpotential_enrollees p:hover::before {
    opacity: 1;
}

.toolpotential_enrollees p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.toolpotential_enrollees p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.toolpotential_enrollees p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.toolpotential_enrollees p:hover svg path {
    fill: rgb(123,110,160);
}

.toolpotential_enrollees .toolquick_training::before {
    filter: blur(2px);
    width: 200px;
    border-radius: 50%;
    top: -70px;
    content: '';
    height: 200px;
    left: -100px;
    animation: rotateMesh 30s linear infinite;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(123,110,160) 49%, rgb(123,110,160) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(123,110,160) 49%, rgb(123,110,160) 51%, transparent 52%) 0 0/20px 20px;
    opacity: 0.2;
}


.toolcookie_message_window .toolcookie_user {
    flex-grow: 1;
}

.toolcookie_message_window .toolcookie_user p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.toolcookie_message_window .toolcookie_alerts:active {
    box-shadow: none;
    transform: translateY(1px);
}

#toolcookieBannerPrompt:checked ~ .toolcookie_message_window {
    visibility: hidden;
    opacity: 0;
}

.toolexplore_now::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    background-position: 0 0;
    opacity: 0.04;
    height: 100%;
    z-index: 1;
    background-size: 30px 30px;
}

.toolexplore_now .toolrequest_panel::before {
    z-index: -1;
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(123,110,160);
    border-radius: 20px 20px 0 20px;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
}

.toolexplore_now .container p::after {
    content: '';
    background: rgb(170,192,187);
    bottom: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    left: -10px;
}

.toolcontact_section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.toolcontact_section .toolsupport_form h3 {
    text-align: center;
    font-size: 35px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}

.toolcontact_section .toolsupport_form div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.toolcontact_section .toolsupport_form svg path {
    fill: rgb(170,192,187);
}

.toolcontact_section .toolsupport_form a {
    text-decoration: none;
    color: rgb(170,192,187);
    transition: color 0.3s ease;
}

.toolcontact_section .toolfeedback_request::after {
    content: '';
    bottom: -80px;
    position: absolute;
    opacity: 0.1;
    width: 200px;
    left: -80px;
    border-radius: 50%;
    height: 200px;
    background: rgb(123,110,160);
}

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

.toolcontact_section .toolinquiry_support input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.toolcontact_section .toolinquiry_support label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
}

.toolcontact_section .toolinquiry_support a {
    transition: opacity 0.3s ease;
    color: #ffffff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 600;
}

.toolgratFrame {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(218,225,220) 0%, rgb(123,110,160,0.5) 100%);
}

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

.toolgratFrame .toolquick_training {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    border-left: 4px solid rgb(170,192,187);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    backdrop-filter: blur(10px);
}

.toolgratFrame h5 {
    font-weight: 700;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(15px);
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}

.toolgratFrame a {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    text-decoration: none;
    position: relative;
    color: inherit;
    display: block;
}

.toolprivacy_safeguard h1 {
    margin-bottom: 20px;
    color: rgb(170,192,187);
    font-weight: 700;
    font-size: 40px;
}

.toolprivacy_safeguard h2 {
    font-size: 33px;
    color: rgb(123,110,160);
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

.toolprivacy_safeguard ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.toolprivacy_safeguard p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}


.tooluser_testimonials {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(218,225,220) 100%);
}



.tooluser_testimonials .container {
    z-index: 2;
    position: relative;
}

.tooluser_testimonials h2 {
    margin-bottom: 4rem;
    font-size: 35px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding: 0.5rem 1rem;
}

.tooluser_testimonials .toolalumni_testimonials {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    align-items: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    width: calc(33% - 3rem);
    overflow: hidden;
}



.tooluser_testimonials .toolalumni_testimonials:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(170,192,187,0.5), 
        0 0 20px rgb(123,110,160,0.5);
}

.tooluser_testimonials .toolalumni_testimonials:hover {
    transform: translateZ(30px) rotate(0);
}

.tooluser_testimonials .toolalumni_testimonials p {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: calc(13px * 1.1);
    color: #000000;
    text-align: center;
}

.tooluser_testimonials .toolalumni_testimonials:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}

.tooldata_summary::before {
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
}

.tooldata_summary h2::after {
    border-top: 20px solid rgb(170,192,187,0.5);
    height: 0;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    content: "";
    border-left: 30px solid transparent;
    left: 50%;
    position: absolute;
    border-right: 30px solid transparent;
}

.tooldata_summary .toolcareer_statistics:nth-child(1) {
    z-index: 4;
    grid-row: auto;
    grid-column: auto;
    transform: none;
}

.tooldata_summary .toolcareer_statistics:nth-child(2) {
    transform: none;
    grid-row: auto;
    grid-column: auto;
    z-index: 3;
}

.tooldata_summary .toolcareer_statistics:nth-child(4) {
    grid-row: auto;
    z-index: 2;
    grid-column: auto;
    transform: none;
}

.tooldata_summary .toolcareer_statistics::after {
    z-index: -2;
    opacity: 0.8;
    background: linear-gradient(135deg, rgb(170,192,187), rgb(123,110,160));
    content: "";
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: opacity 0.3s ease;
    inset: 0;
    position: absolute;
}

.tooldata_summary .toolcareer_statistics:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.tooldata_summary .toolcareer_statistics:hover span {
    color: #000000;
}

.tooldata_summary svg {
    height: 40px;
    position: relative;
    fill: rgb(170,192,187);
    transition: all 0.4s ease;
    margin-bottom: 15px;
    width: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.tooldata_summary .container::before,
.tooldata_summary .container::after {
    z-index: -1;
    width: 200px;
    top: 5%;
    border-radius: 50%;
    height: 200px;
    content: "";
    opacity: 0.1;
    position: absolute;
    filter: blur(50px);
    left: 5%;
    background: rgb(170,192,187,0.5);
    animation: float 15s infinite alternate ease-in-out;
}

.toolguide_section .tooltraining_zone {
    padding: 15px 20px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 13px;
    max-width: 80%;
    line-height: 1.7;
}

.toolguide_section .tooltop_nav {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    border-radius: 14px;
    transition: all 0.3s ease;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
}

.toolguide_section .tooltop_nav .toolhead_pagebar a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 13px;
    padding: 8px 12px;
}

.toolsample_docs::before {
    left: 20%;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 20%;
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
}

.tooltraining_specialist::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    position: absolute;
    width: 50%;
    content: "";
    height: 100%;
    left: 0;
    background: rgb(170,192,187);
    top: 0;
}

.tooltraining_specialist .toolalumni_testimonials {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 3;
}

.tooltraining_specialist:hover .toolimg_card_wrap {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}



.tooltraining_specialist:hover .toolimg_card_wrap {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.tooltraining_specialist .toolwork_timeline {
    justify-content: center;
    position: absolute;
    height: 100%;
    z-index: 3;
    right: 0;
    flex-direction: column;
    width: 60%;
    padding: 0 3rem 0 7rem;
    display: flex;
}

.tooltraining_specialist:hover .name::before {
    transform: scaleX(1);
}

.tooltraining_specialist .toolcareer_back {
    font-weight: 400;
    position: relative;
    max-width: 600px;
    animation: slide-left 0.7s forwards 0.6s;
    padding-left: 30px;
    transform: translateX(50px);
    opacity: 0;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}

.tooltraining_specialist .toolwork_timeline > div {
    transition: transform 0.3s ease;
}

.tooltraining_specialist:hover .toolwork_timeline > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}

.toolprogram_offerings::before {
    animation: float 15s infinite ease-in-out;
    top: -10%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(170,192,187,0.5) 0%, transparent 70%);
    content: "";
    height: 25vw;
    width: 25vw;
    right: -5%;
}

.toolprogram_offerings h2 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.toolprogram_offerings .toolimg_card_wrap {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    transform: translateY(0) rotate(0deg);
    overflow: hidden;
    height: 400px;
    position: relative;
}

.toolprogram_offerings .toolreading_block::before {
    content: "";
    border-radius: 50%;
    height: 60px;
    background: rgb(123,110,160,0.5);
    filter: blur(25px);
    left: 20px;
    z-index: -1;
    opacity: 0.6;
    width: 60px;
    position: absolute;
    top: -30px;
}

.toolprogram_offerings .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

.toolabout_this {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(170,192,187) 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

.toolabout_this .toolquick_training {
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    gap: 60px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    flex-direction: row;
    transition: transform 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg);
    padding: 50px;
}

.toolabout_this .toolacademy_track {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(123,110,160);
    background: rgb(170,192,187);
    transform: translateY(-30px) translateX(20px);
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    z-index: 2;
}

.toolabout_this .toolreading_block {
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.toolabout_this .toolstudy_center {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    transform: translateY(0);
}

.toolabout_this .toolstudy_center svg:hover {
    fill: rgb(123,110,160);
    transform: scale(1.1);
}

.toolabout_this h2 {
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-size: 37px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.toolprogram_offerings .toolreading_block::-webkit-scrollbar {
    width: 8px;
}

.toolprogram_offerings .toolreading_block::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}

.toolprogram_offerings .toolreading_block::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(123,110,160,0.5);
    border-radius: 10px;
}

.toolprogram_offerings .toolreading_block::-webkit-scrollbar-thumb:hover {
    background: rgb(123,110,160);
}



@media (min-width: 1200px) {.tooldeal_plan .toolprice_deals {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tooldeal_plan .toolpremium_plan {
    min-height: 300px;
}
}



@media (max-width: 991px) {.tooldeal_plan {
    padding: 4rem 0;
}.tooldeal_plan .tooltraining_sub {
    order: -1;
}.tooldeal_plan .tooltraining_sub h2 {
    font-size: calc(33px * 0.9);
}.tooldeal_plan .tooltraining_sub .toolpricing_schemes {
    max-width: 100%;
}
}



@media (max-width: 480px) {.tooldeal_plan .toolpremium_plan p {
    font-size: calc(17px * 0.9);
}.tooldeal_plan .toolpremium_plan h3 {
    font-size: 24px;
}.tooldeal_plan .tooltraining_fees {
    font-size: calc(24px * 1.3);
}.tooldeal_plan .toolimg_card_wrap {
    height: 160px;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .tooltop_sitewrap {
    flex-direction: column;
    padding: 0.8rem 2%;
    align-items: flex-start;
    gap: 0.7rem;
    margin-left: 3px;
}header .toolhead_expert {
    padding: 0.4rem;
}header .toolhead_expert svg {
    width: 120px;
}header .tooltop_nav {
    overflow-x: auto;
    width: 98%;
    justify-content: flex-start;
    padding: 0.4rem;
}header .tooltop_nav::-webkit-scrollbar {
    height: 2px;
}header .tooltop_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,192,187);
}header .toolhead_mainwrap {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
}
}



@media (max-width: 480px) {.toolpotential_enrollees {
    padding: 60px 0;
}.toolpotential_enrollees h4 {
    font-size: calc(32px * 0.85);
    margin-bottom: 40px;
    letter-spacing: 1px;
}.toolpotential_enrollees p {
    padding: 20px;
    font-size: 12px;
}.toolpotential_enrollees p svg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}.toolpotential_enrollees p::after {
    top: -10px;
    right: 15px;
    font-size: 39px;
}}



@media (max-width: 767px) {.toolexplore_now {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(170,192,187,0.5) 60%, rgb(218,225,220) 60%);
}.toolexplore_now .toolquick_training {
    flex-direction: column;
    gap: 60px;
}.toolexplore_now .container p {
    font-size: 24px;
    width: 100%;
}.toolexplore_now .toolrequest_panel {
    height: 160px;
    margin-right: 20px;
    align-self: flex-end;
    width: 160px;
}
}



@media (max-width: 992px) {.toolcontact_section {
    padding: 90px 0;
}.toolcontact_section .toolfeedback_request,
    .toolcontact_section .toolsupport_form {
    padding: 50px 40px;
}
}



@media (max-width: 992px) {.toolgratFrame {
    padding: 80px 0;
}.toolgratFrame .toolquick_training {
    padding: 50px 40px;
}.toolgratFrame h5 {
    font-size: calc(20px - 2px);
}
}



@media (max-width: 768px) {.toolgratFrame {
    padding: 60px 0;
}.toolgratFrame .toolquick_training {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.toolgratFrame .toolquick_training::before {
    right: 15px;
    left: 15px;
    bottom: 15px;
    top: 15px;
}.toolgratFrame .toolquick_training > div:first-child {
    padding-bottom: 20px;
    margin-bottom: 25px;
}.toolgratFrame h5 {
    font-size: calc(20px - 4px);
}.toolgratFrame p {
    line-height: 1.7;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 768px) {.tooluser_testimonials {
    padding: 4rem 0;
}.tooluser_testimonials h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 3rem;
}.tooluser_testimonials .toollearning_ratings {
    gap: 2rem;
    flex-direction: column;
}.tooluser_testimonials .toolalumni_testimonials {
    width: 100%;
    transform: none !important;
}.tooluser_testimonials .toolalumni_testimonials:hover {
    transform: translateZ(10px) !important;
}.tooluser_testimonials::after {
    width: 1px;
    height: 100%;
}}



@media (max-width: 576px) {.tooldata_summary {
    padding: 70px 0;
}.tooldata_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.tooldata_summary .toolcareer_statistics {
    padding: 30px 20px;
    border-radius: 24px;
    max-width: 180px;
    min-height: 150px;
    clip-path: none;
}.tooldata_summary .toolcareer_statistics::before,
    .tooldata_summary .toolcareer_statistics::after {
    clip-path: none;
    border-radius: 24px;
}.tooldata_summary .toolcareer_statistics p {
    padding: 3px 8px;
    font-size: 2rem;
}.tooldata_summary h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.tooldata_summary h2::after {
    border-right: 20px solid transparent;
    border-top: 15px solid rgb(170,192,187,0.5);
    border-left: 20px solid transparent;
}.tooldata_summary .container::before,
    .tooldata_summary .container::after {
    width: 150px;
    height: 150px;
}}



@media (min-width: 992px) {.toolprogram_offerings {
    padding: 8rem 0;
}.toolprogram_offerings .tooltraining {
    gap: 5rem;
}.toolprogram_offerings h2 {
    margin-bottom: 4rem;
    font-size: calc(30px * 1.2);
}.toolprogram_offerings .toolimg_card_wrap {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.toolprogram_offerings:hover .toolimg_card_wrap {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.toolprogram_offerings .toolreading_block {
    max-height: 550px;
    transform: translateX(20px);
    padding: 3rem;
}.toolprogram_offerings:hover .toolreading_block {
    transform: translateX(20px) translateZ(30px);
}
}



@media screen and (max-width: 992px) {.toolabout_this {
    padding: 80px 0;
}.toolabout_this .toolquick_training {
    flex-direction: column;
    padding: 40px 30px;
    gap: 40px;
}.toolabout_this .toolmethod_edu {
    flex-direction: column;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}.toolabout_this .toolreading_block {
    padding-left: 0;
    text-align: center;
}.toolabout_this .toolreading_block::before {
    display: none;
}.toolabout_this h2::after {
    transform: translateX(-50%);
    left: 50%;
}.toolabout_this .toolstudy_center {
    justify-content: center;
}
}

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

@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1) rotate(1deg); }
}



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



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

@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(170,192,187,0.5)) 
                drop-shadow(0 0 5px rgb(170,192,187,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(123,110,160,0.5)) 
                drop-shadow(0 0 10px rgb(123,110,160,0.5)); 
    }
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

