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

.container {
    margin: auto;
    max-width: 100%;
    width: 1163px;
}

svg {
    height: 30px;
    width: 30px;
}

.toolwrapper-viewport {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.toolopening_page::before {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(170,192,187) 0px,
            rgb(170,192,187) 10px,
            rgb(170,192,187,0.5) 10px,
            rgb(170,192,187,0.5) 20px
        );
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.toolopening_page .toolstart_intro img {
    object-fit: cover;
    height: 100%;
    filter: brightness(0.9) contrast(1.05);
    width: 100%;
}

.toolopening_page .toolfast_studypro {
    display: flex;
    right: 30px;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
    top: 50%;
}

.toolopening_page .toolfast_studypro {
    left: 20px;
    gap: 15px;
    right: auto;
}

.toolopening_page .toolfast_studypro label::before {
    transition: all 0.3s ease;
    height: 2px;
    transform: translateY(-50%) scaleX(0);
    width: 0;
    top: 50%;
    transform-origin: right;
    position: absolute;
    left: -10px;
    background: #ffffff;
    content: "";
}

.toolopening_page .tooltech_study input:nth-child(1):checked ~ .toolfast_studypro label:nth-child(1),
.toolopening_page .tooltech_study input:nth-child(2):checked ~ .toolfast_studypro label:nth-child(2),
.toolopening_page .tooltech_study input:nth-child(3):checked ~ .toolfast_studypro label:nth-child(3),
.toolopening_page .tooltech_study input:nth-child(4):checked ~ .toolfast_studypro label:nth-child(4),
.toolopening_page .tooltech_study input:nth-child(5):checked ~ .toolfast_studypro label:nth-child(5),
.toolopening_page .tooltech_study input:nth-child(6):checked ~ .toolfast_studypro label:nth-child(6),
.toolopening_page .tooltech_study input:nth-child(7):checked ~ .toolfast_studypro label:nth-child(7),
.toolopening_page .tooltech_study input:nth-child(8):checked ~ .toolfast_studypro label:nth-child(8),
.toolopening_page .tooltech_study input:nth-child(9):checked ~ .toolfast_studypro label:nth-child(9),
.toolopening_page .tooltech_study input:nth-child(10):checked ~ .toolfast_studypro label:nth-child(10) {
    transform: scale(1.4);
    background: #ffffff;
}

.toolopening_page .toolreading_block h1::after {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgb(123,110,160);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    content: "";
}

.toolopening_page .toolreading_block p {
    text-shadow: 0 1px 3px #000000;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
    opacity: 0.9;
    line-height: 1.6;
}

.toolopening_page .toolreading_block::before,
.toolopening_page .toolreading_block::after {
    width: 30px;
    border-color: rgb(123,110,160);
    position: absolute;
    content: "";
    border-style: solid;
    height: 30px;
}

.toolopening_page .toolreading_block::before {
    top: 15px;
    left: 15px;
    border-width: 3px 0 0 3px;
}

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

.tooldeal_plan .tooledu_rates {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}

.tooldeal_plan .tooltraining_sub::before {
    top: 20px;
    left: -20px;
    background-color: rgb(170,192,187);
    width: 40px;
    transform: rotate(45deg);
    height: 40px;
    position: absolute;
    z-index: -1;
    content: "";
}

.tooldeal_plan .tooltraining_sub .toolpricing_schemes {
    max-width: 80%;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

.tooldeal_plan .toolplan_rates {
    display: block;
    color: inherit;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
}

.tooldeal_plan .toolplan_rates:nth-child(odd) .toolstudy_price {
    transform: rotate(-1deg);
}

.tooldeal_plan .toolplan_rates:nth-child(even) .toolstudy_price {
    transform: rotate(1deg);
}

.tooldeal_plan .toolpremium_plan {
    z-index: 2;
    padding: 2rem;
    display: flex;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
    position: relative;
    flex-direction: column;
}

.tooldeal_plan .toolplan_rates:hover .toolpremium_plan h3 {
    transform: translateZ(25px);
}

.tooldeal_plan .tooltraining_fees {
    margin: 0.5rem 0 1.5rem;
    color: rgb(170,192,187);
    font-weight: 700;
    display: block;
    transform: translateZ(15px);
    font-size: calc(24px * 1.8);
    position: relative;
}

.tooldeal_plan .toolimg_card_wrap {
    height: 200px;
    overflow: hidden;
    width: 100%;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s ease;
}

.tooldeal_plan .toolplan_rates:hover .toolimg_card_wrap::before {
    opacity: 0.05;
}

header::before {
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    content: '';
    background-size: 20px 20px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

header .toolhead_expert:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .tooltop_nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    position: relative;
    gap: 0.4rem;
}

header .toolhead_mainwrap::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(170,192,187,0.5), rgb(123,110,160,0.5));
    opacity: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}

.toolpotential_enrollees::before {
    content: '';
    top: -50%;
    position: absolute;
    width: 200%;
    opacity: 0.4;
    height: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(170,192,187,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(123,110,160,0.5) 0%, transparent 25%);
    left: -50%;
    animation: rotateBackground 60s linear infinite;
    pointer-events: none;
}

.toolpotential_enrollees h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    background: rgb(123,110,160,0.5);
    height: 1px;
    bottom: -5px;
    width: 200px;
}

.toolpotential_enrollees p::before {
    right: 0;
    height: 30px;
    bottom: 0;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: opacity 0.3s ease;
    position: absolute;
    width: 30px;
    opacity: 0.7;
    background: rgb(170,192,187);
}

.toolpotential_enrollees p:nth-child(1)::after {
    content: '01';
}

.toolpotential_enrollees p:nth-child(2)::after {
    content: '02';
}

.toolpotential_enrollees p:nth-child(4)::after {
    content: '04';
}

.toolpotential_enrollees p:nth-child(6)::after {
    content: '06';
}

.toolpotential_enrollees p:nth-child(8)::after {
    content: '08';
}

.toolpotential_enrollees p:nth-child(10)::after {
    content: '10';
}

.toolpotential_enrollees p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}

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

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

.toolpotential_enrollees p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,192,187);
}

.toolpotential_enrollees .toolquick_training::after {
    animation: rotateMesh 30s linear infinite reverse;
    right: -70px;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    filter: blur(2px);
    height: 150px;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(170,192,187) 49%, rgb(170,192,187) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(170,192,187) 49%, rgb(170,192,187) 51%, transparent 52%) 0 0/15px 15px;
    width: 150px;
    content: '';
}

.toolcookie_message_window .toolcookie_user h5 {
    margin-bottom: 6px;
    font-size: 23px;
    color: rgb(170,192,187);
}

.toolcookie_message_window .toolcookie_alerts:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}


#toolcookieBannerPrompt {
    display: none;
}

.toolexplore_now {
    position: relative;
    background: linear-gradient(155deg, rgb(170,192,187,0.5) 50%, rgb(218,225,220) 50%);
    padding: 130px 0;
    overflow: hidden;
}

.toolexplore_now .container p {
    border-radius: 20px 20px 20px 0;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding: 30px;
    font-size: 34px;
    flex: 1;
    background: #ffffff;
    z-index: 5;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    line-height: 1.4;
    margin: 0;
}

.toolexplore_now .toolrequest_panel:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}

.toolexplore_now .toolrequest_panel:hover::before {
    opacity: 1;
}

.toolexplore_now::after {
    border-radius: 50%;
    top: -100px;
    right: -100px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 1;
    content: '';
    width: 200px;
    height: 200px;
}

.toolcontact_section::before {
    height: 100%;
    content: '';
    background: rgb(123,110,160,0.5);
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.toolcontact_section .toolsupport_form {
    grid-row: 2;
    justify-content: space-between;
    padding: 60px 50px;
    border-radius: 0 0 21px 21px;
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
}

.toolcontact_section .toolsupport_form div {
    display: flex;
    flex: 0 0 calc(50% - 20px);
    background: rgb(218,225,220);
    align-items: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 20px;
}

.toolcontact_section .toolfeedback_request {
    grid-row: 1;
    position: relative;
    border-radius: 21px 21px 0 0;
    overflow: hidden;
    background: rgb(170,192,187);
    padding: 0;
}

.toolcontact_section form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}

.toolcontact_section form h3 {
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 40px;
}

.toolcontact_section form input[type="text"]:focus,
.toolcontact_section form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}

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

.toolcontact_section .toolrequest_panel {
    background: #ffffff;
    font-size: 15px;
    border: none;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border-radius: 10px;
    color: rgb(170,192,187);
    cursor: pointer;
}

.toolgratFrame::after {
    top: -50%;
    position: absolute;
    opacity: 0.08;
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    pointer-events: none;
    height: 90%;
    right: -50%;
    content: "";
    filter: blur(80px);
    z-index: 1;
    width: 90%;
}

.toolgratFrame .toolquick_training::before {
    position: absolute;
    right: 20px;
    border-radius: 10px;
    left: 20px;
    opacity: 0.2;
    transition: transform 0.5s ease;
    content: "";
    border: 1px solid rgb(123,110,160,0.5);
    transform: scale(0.97);
    pointer-events: none;
    bottom: 20px;
    top: 20px;
}

.toolgratFrame p {
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    transform: translateY(15px);
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
}

.toolgratFrame a:hover {
    transform: translateY(-5px);
}

.toolgratFrame a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.toolprivacy_safeguard {
    background-color: rgb(218,225,220);
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}

.toolprivacy_safeguard h3, .toolprivacy_safeguard h4, .toolprivacy_safeguard h5, .toolprivacy_safeguard h6 {
    margin: 1rem 0;
    font-weight: 400;
    color: rgb(170,192,187);
}

.toolprivacy_safeguard section {
    margin-bottom: 20px;
    margin-top: 20px;
}

.toolprivacy_safeguard span {
    color: rgb(123,110,160);
    font-weight: 600;
}

.tooluser_testimonials::after {
    animation: pulse 3s infinite;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.5;
    height: 1px;
    top: 50%;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(170,192,187,0.5) 20%, 
        rgb(170,192,187) 50%, 
        rgb(170,192,187,0.5) 80%, 
        transparent 100%);
    width: 100%;
}



.tooluser_testimonials .toollearning_ratings {
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.tooluser_testimonials .toolalumni_testimonials::before {
    mask-composite: exclude;
    inset: 0;
    opacity: 0.7;
    content: "";
    border-radius: 10px;
    -webkit-mask-composite: xor;
    border: 1px solid transparent;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    z-index: -1;
    background: linear-gradient(135deg, rgb(170,192,187), rgb(123,110,160)) border-box;
    position: absolute;
}

.tooluser_testimonials .toolalumni_testimonials img {
    border: 3px solid #ffffff;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    transition: all 0.5s ease;
    filter: grayscale(50%);
    height: 90px;
    width: 90px;
    object-fit: cover;
    box-shadow: 
        0 0 0 1px rgb(170,192,187,0.5),
        0 0 10px rgb(170,192,187,0.5);
}

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

.tooluser_testimonials .toolalumni_testimonials:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}

.tooldata_summary::after {
    height: 60%;
    left: 0;
    opacity: 0.05;
    bottom: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(170,192,187,0.5) 0, rgb(170,192,187,0.5) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgb(123,110,160,0.5) 0, rgb(123,110,160,0.5) 1px, transparent 1px, transparent 15px);
    width: 100%;
    content: "";
    position: absolute;
    background-size: 30px 30px;
}

.tooldata_summary .toolcareer_statistics {
    aspect-ratio: 1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin: 0 auto;
    justify-content: center;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    max-width: 280px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    text-align: center;
    align-items: center;
    min-height: 220px;
}




.tooldata_summary .toolcareer_statistics {
    animation: fadeInScale 0.8s forwards;
    opacity: 0;
    animation-delay: calc(0.1s * var(--item-index, 1));
}

.tooldata_summary .toolcareer_statistics p {
    border-radius: 10px;
    display: inline-block;
    line-height: 1.2;
    transition: all 0.3s ease;
    margin: 0 0 15px;
    background: #ffffff;
    max-width: 90%;
    font-weight: 700;
    font-size: 3.2rem;
    border-bottom: 3px solid rgb(170,192,187);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 5px 15px;
    color: #000000;
}

.tooldata_summary .toolcareer_statistics:nth-child(even) svg {
    fill: rgb(123,110,160);
}

.tooldata_summary svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.tooldata_summary .toolcareer_statistics:nth-child(even):hover svg path {
    fill: rgb(170,192,187);
}




footer {
    position: relative;
}

footer::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(123,110,160) 100%);
    content: '';
    top: 0;
    left: 0;
    opacity: 0.95;
    right: 0;
}

.toolguide_section .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
    flex: 0 0 100%;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.toolguide_section .toolhead_pagebar {
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.toolguide_section .tooltop_nav h5 {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    text-align: center;
}

.toolsample_docs {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
}

.toolsample_docs .toolacademy_info {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.tooltraining_specialist {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: rgb(218,225,220);
}

.tooltraining_specialist::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    mix-blend-mode: overlay;
    content: "";
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(123,110,160,0.5) 100%
        );
}

.tooltraining_specialist .toolimg_card_wrap::after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(170,192,187) 0%,
        transparent 100%
    );
}

.tooltraining_specialist .name::before {
    width: 50px;
    background: rgb(170,192,187);
    bottom: -10px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease 0.7s;
    left: 0;
    transform-origin: left;
    height: 5px;
}



.tooltraining_specialist .toolcareer_back::before {
    width: 5px;
    top: 0;
    border-radius: 10px;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(170,192,187) 0%,
        rgb(123,110,160) 100%
    );
    position: absolute;
    left: 0;
}

.tooltraining_specialist:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}

.tooltraining_specialist:hover .toolcareer_back {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

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

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

.toolprogram_offerings:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.toolprogram_offerings .tooltraining {
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.toolprogram_offerings .toolimg_card_wrap::before {
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(170,192,187), 0.2) 100%
    );
    position: absolute;
    top: 0;
    height: 100%;
}

.toolprogram_offerings:hover .toolimg_card_wrap {
    transform: translateY(-10px) rotate(1deg);
}

.toolprogram_offerings:hover .toolreading_block {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.toolprogram_offerings .description {
    color: #000000;
    animation: fadeInUp 0.8s forwards;
    font-size: 17px;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation-delay: 0.2s;
    transform: translateY(20px);
    line-height: 1.75;
}

.toolabout_this::before {
    top: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(170,192,187,0.5) 0%, transparent 50%);
    z-index: 1;
    animation: pulse 15s infinite alternate;
    width: 100%;
    height: 100%;
    position: absolute;
}

.toolabout_this .toolquick_training:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.toolabout_this .toolmethod_edu {
    flex: 0 0 280px;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.toolabout_this .toolmethod_edu .toolimg_card_wrap::before {
    width: 50%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    top: 0;
    animation: shine 3s infinite;
    transform: skewX(-25deg);
    position: absolute;
    content: "";
    left: -100%;
}

.toolabout_this .toolknowledge_track {
    font-size: 23px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.toolabout_this .toolknowledge_pro {
    font-weight: 300;
    color: #ffffff;
    opacity: 0.8;
    margin: 0;
    font-size: 12px;
}

.toolabout_this .toolstudy_center:hover {
    transform: translateY(-5px);
}

.toolabout_this .toolstudy_center svg {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    fill: rgb(170,192,187);
    height: 60px;
    transition: all 0.3s ease;
    width: 60px;
    margin-right: 15px;
}

.toolabout_this h2::after {
    content: "";
    position: absolute;
    width: 80px;
    background: rgb(123,110,160);
    left: 0;
    border-radius: 2px;
    height: 4px;
    bottom: 0;
}


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



@media (max-width: 992px) {.toolopening_page .toolreading_block {
    max-width: none;
    width: 60%;
    padding: 30px;
    left: 8%;
}.toolopening_page .toolreading_block h1 {
    font-size: calc(46px * 0.9);
}.toolopening_page .toolfast_studypro {
    gap: 20px;
    right: 20px;
}
}



@media (min-width: 992px) {.tooldeal_plan .tooledu_rates {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.tooldeal_plan .tooltraining_sub {
    padding: 3rem;
}.tooldeal_plan .toolprice_deals {
    grid-column: 1;
    grid-row: 1;
}.tooldeal_plan .tooltraining_sub {
    top: 2rem;
    align-self: start;
    grid-column: 2;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-row: 1;
    position: sticky;
}.tooldeal_plan .tooltraining_sub:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}



@media (max-width: 991px) {header .tooltop_sitewrap {
    padding: 0.8rem 2.5%;
}header .toolhead_expert svg {
    width: 130px;
}header .tooltop_nav {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .toolhead_mainwrap {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .tooltop_sitewrap {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .toolhead_expert svg {
    width: 110px;
}header .tooltop_nav {
    padding: 0.3rem;
}header .toolhead_mainwrap {
    padding: 0.3rem 0.4rem;
    font-size: calc(19px - 2px);
}}



@media (max-width: 767px) {.toolpotential_enrollees {
    padding: 70px 0;
}.toolpotential_enrollees h4 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-size: 32px;
}.toolpotential_enrollees div > div {
    gap: 25px;
    grid-template-columns: 1fr;
    margin: 0;
}.toolpotential_enrollees p {
    padding: 25px;
    transform: none !important;
}.toolpotential_enrollees p:hover {
    transform: translateY(-10px) !important;
}.toolpotential_enrollees .toolquick_training::before {
    width: 120px;
    left: -60px;
    top: -50px;
    height: 120px;
}.toolpotential_enrollees .toolquick_training::after {
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;
}
}


@media (max-width: 768px) {.toolcookie_message_window .toolcookie_comply {
    margin-right: 0;
    margin-bottom: 15px;
}.toolcookie_message_window .toolcookie_alerts {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}



@media (max-width: 480px) {.toolexplore_now {
    padding: 70px 0;
}.toolexplore_now .container p {
    font-size: calc(17px * 1.2);
    padding: 20px;
    border-radius: 15px 15px 15px 0;
}.toolexplore_now .toolrequest_panel {
    border-radius: 15px 15px 0 15px;
    width: 140px;
    height: 140px;
    font-size: calc(20px * 0.9);
}.toolexplore_now .container p::after {
    border-radius: 8px;
    width: 25px;
    height: 25px;
}}



@media (max-width: 768px) {.toolcontact_section {
    padding: 70px 0;
}.toolcontact_section .toolsupport_form div {
    flex: 0 0 100%;
}.toolcontact_section .toolfeedback_request,
    .toolcontact_section .toolsupport_form {
    padding: 40px 30px;
}.toolcontact_section .toolsupport_form h3,
    .toolcontact_section form h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 576px) {.toolgratFrame {
    padding: 50px 0;
}.toolgratFrame .toolquick_training {
    transform: none;
    border-left: 3px solid rgb(170,192,187);
    padding: 30px 20px;
}.toolgratFrame .toolquick_training::before {
    display: none;
}.toolgratFrame .toolquick_training > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.toolgratFrame .toolquick_training > div:first-child::after {
    height: 2px;
    width: 60px;
}.toolgratFrame h5 {
    font-size: calc(20px - 6px);
}.toolgratFrame p {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}}



@media (max-width: 991px) {.tooldata_summary {
    padding: 120px 0;
}.tooldata_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}.tooldata_summary .toolcareer_statistics {
    padding: 30px 20px;
    min-height: 180px;
    max-width: 220px;
}.tooldata_summary .toolcareer_statistics p {
    padding: 4px 10px;
    font-size: 2.5rem;
}.tooldata_summary h2 {
    margin-bottom: 60px;
}

}


@media (min-width: 768px) {.toolguide_section .toolhead_pagebar {
    justify-content: space-between;
}.toolguide_section .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.toolguide_section .toolcloud_lab {
    flex: 0 0 65%;
}.toolguide_section .container {
    align-items: flex-start;
    justify-content: space-between;
}.toolguide_section .tooltraining_zone {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}



@media (max-width: 576px) {.toolguide_section {
    padding: 40px 0;
}.toolguide_section .company_holder h3 {
    font-size: calc(38px * 0.8);
}.toolguide_section .tooltop_nav h5 {
    font-size: calc(20px * 0.9);
}.toolguide_section .tooltop_nav .toolhead_pagebar a {
    font-size: calc(13px * 0.95);
}}



@media (min-width: 768px) {.toolprogram_offerings .tooltraining {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.toolprogram_offerings h2 {
    text-align: left;
    font-size: calc(30px * 1.1);
}.toolprogram_offerings h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.toolprogram_offerings:hover h2::after {
    transform: translateX(0) scaleX(1);
}.toolprogram_offerings .toolimg_card_wrap {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    height: 100%;
}
}



@media (min-width: 1200px) {.toolprogram_offerings .toolimg_card_wrap {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.toolprogram_offerings:hover .toolimg_card_wrap {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.toolprogram_offerings .toolreading_block {
    padding: 3.5rem;
    transform: translateX(40px);
    max-height: 600px;
}.toolprogram_offerings:hover .toolreading_block {
    transform: translateX(40px) translateZ(40px);
}
}



@media screen and (max-width: 480px) {.toolabout_this {
    padding: 40px 0;
}.toolabout_this .toolquick_training {
    padding: 20px 15px;
}.toolabout_this .toolmethod_edu .toolimg_card_wrap {
    height: 240px;
    width: 180px;
}.toolabout_this .toolacademy_track {
    padding: 15px 20px;
    width: 90%;
}.toolabout_this .toolknowledge_track {
    font-size: calc(23px * 0.9);
}.toolabout_this .toolknowledge_pro {
    font-size: calc(12px * 0.9);
}.toolabout_this .toolstudy_center svg {
    width: 45px;
    height: 45px;
}.toolabout_this h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 15px;
}.toolabout_this p {
    font-size: calc(12px * 0.9);
}
}



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

@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 30px);
    }
}



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



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

