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

a {
    color: inherit;
    text-decoration: none;
}

.toolguide_section {
    flex: 0 0 auto;
}

.toolguide_section {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 60px 0;
    z-index: 2;
    position: relative;
}

.toolopening_page .toolquick_training {
    position: relative;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    display: flex;
    z-index: 1;
    align-items: center;
    width: 100%;
}

.toolopening_page .toollearn_title {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.toolopening_page .tooltech_study input:nth-child(1):checked ~ .toollearn_title .toolstart_intro:nth-child(1),
.toolopening_page .tooltech_study input:nth-child(2):checked ~ .toollearn_title .toolstart_intro:nth-child(2),
.toolopening_page .tooltech_study input:nth-child(3):checked ~ .toollearn_title .toolstart_intro:nth-child(3),
.toolopening_page .tooltech_study input:nth-child(4):checked ~ .toollearn_title .toolstart_intro:nth-child(4),
.toolopening_page .tooltech_study input:nth-child(5):checked ~ .toollearn_title .toolstart_intro:nth-child(5),
.toolopening_page .tooltech_study input:nth-child(6):checked ~ .toollearn_title .toolstart_intro:nth-child(6),
.toolopening_page .tooltech_study input:nth-child(7):checked ~ .toollearn_title .toolstart_intro:nth-child(7),
.toolopening_page .tooltech_study input:nth-child(8):checked ~ .toollearn_title .toolstart_intro:nth-child(8),
.toolopening_page .tooltech_study input:nth-child(9):checked ~ .toollearn_title .toolstart_intro:nth-child(9),
.toolopening_page .tooltech_study input:nth-child(10):checked ~ .toollearn_title .toolstart_intro:nth-child(10) {
    opacity: 1;
    z-index: 2;
    transform: translateY(0);
}

.toolopening_page .toolreading_block {
    padding: 40px;
    position: absolute;
    border-radius: 29px;
    left: 10%;
    transform: translateY(30px);
    opacity: 0;
    width: 45%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(170,192,187,0.5) 100%
    );
    max-width: 600px;
    border: 1px solid rgb(123,110,160,0.5);
    animation: slideUp 0.8s ease forwards 0.3s;
    bottom: 15%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 10;
    backdrop-filter: blur(10px);
}

.toolopening_page .toolreading_block {
    max-width: none;
    left: 50%;
    width: 80%;
    bottom: 10%;
    padding: 25px;
    transform: translateX(-50%) translateY(30px);
}

.toolopening_page .toolreading_block h3 {
    font-size: 24px;
    color: rgb(123,110,160);
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
}

.toolopening_page .toolreading_block h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}

.toolopening_page .toolfast_studypro label:hover {
    transform: scale(1.2);
}

.toolopening_page .toolreading_block::after {
    right: 15px;
    border-width: 0 3px 3px 0;
    bottom: 15px;
}

.tooldeal_plan {
    padding: 6rem 0;
    background-color: rgb(218,225,220);
    overflow: hidden;
    position: relative;
}

.tooldeal_plan::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(170,192,187,0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
}

.tooldeal_plan .tooltraining_sub {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: translateZ(0);
    border-left: 4px solid rgb(170,192,187);
    position: relative;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tooldeal_plan .toolprice_deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}

.tooldeal_plan .toolplan_rates:hover {
    transform: translateY(-10px);
}

.tooldeal_plan .toolplan_rates:hover .toolstudy_price {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(170,192,187,0.5);
}

.tooldeal_plan .toolplan_rates:hover .toolstudy_price {
    transform: rotate(0) translateZ(20px);
}

.tooldeal_plan .toolpremium_plan::before {
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    top: 0;
    left: 0;
}

.tooldeal_plan .toolpremium_plan h3::after {
    content: "";
    width: 40px;
    left: 0;
    height: 3px;
    background: rgb(170,192,187);
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
}

.tooldeal_plan .toolpremium_plan p {
    word-break: break-word;
    margin-top: 1rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 17px;
    flex: 1;
}

.tooldeal_plan .toolimg_card_wrap::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    z-index: 1;
    left: 0;
    height: 50%;
    bottom: 0;
}

header::after {
    background: linear-gradient(to bottom, rgb(170,192,187), rgb(123,110,160));
    top: 0;
    z-index: 1;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
}

header .toolhead_expert {
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 0.5rem;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

header .toolhead_mainwrap {
    font-size: 19px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    position: relative;
    background: #ffffff;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
}

header .toolhead_mainwrap:hover::before {
    opacity: 1;
}



.toolpotential_enrollees::after {
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
}

.toolpotential_enrollees .toolquick_training {
    overflow: visible;
    position: relative;
    padding: 0;
}

.toolpotential_enrollees h4::before {
    box-shadow: 0 0 10px 2px rgb(170,192,187);
    left: 50%;
    width: 120px;
    content: '';
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    background: rgb(170,192,187);
}

.toolpotential_enrollees div > div {
    margin: 0 -50px;
    perspective: 1500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.toolpotential_enrollees p::after {
    font-weight: 700;
    top: -15px;
    font-size: calc(39px * 1.2);
    color: rgb(123,110,160);
    opacity: 0.15;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    right: 25px;
    content: attr(data-number);
}

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

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

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

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

.toolpotential_enrollees p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(170,192,187,0.5),
        inset 0 0 15px rgb(170,192,187);
    border-color: rgb(170,192,187);
    transform: translateY(-15px) rotateX(5deg);
    z-index: 10;
}

.toolpotential_enrollees p svg {
    flex-shrink: 0;
    margin-right: 20px;
    width: 36px;
    filter: drop-shadow(0 0 8px rgb(170,192,187,0.5));
    height: 36px;
    transition: transform 0.3s ease;
}

.toolcookie_message_window {
    background-color: rgb(218,225,220);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    width: 100%;
    border-top: 1px solid rgb(170,192,187);
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    z-index: 1000;
}

.toolcookie_message_window .toolcookie_comply {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.toolcookie_message_window .toolcookie_comply svg {
    height: 60px;
    fill: rgb(170,192,187);
    width: 60px;
}

.toolcookie_message_window .toolcookie_alerts {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    background-color: rgb(170,192,187);
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
}

.toolexplore_now .toolquick_training {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    display: flex;
    z-index: 10;
    align-items: flex-start;
    gap: 50px;
    padding: 0 20px;
}

.toolexplore_now .toolrequest_panel {
    background: rgb(170,192,187);
    z-index: 5;
    border-radius: 20px 20px 0 20px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    padding: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    transform: translateY(30px);
    text-align: center;
    height: 220px;
    flex: 0 0 220px;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.4s ease;
    font-size: 20px;
    justify-content: center;
}

.toolexplore_now .toolquick_training::after {
    bottom: -75px;
    position: absolute;
    height: 150px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    content: '';
    width: 150px;
    left: -75px;
}

.toolcontact_section .toolfeedback_form {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
    grid-template-rows: auto auto;
}

.toolcontact_section .toolsupport_form h3::after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(170,192,187);
}

.toolcontact_section .toolsupport_form svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.toolcontact_section .toolsupport_form span {
    font-size: 17px;
    color: #000000;
}

.toolcontact_section .toolsupport_form a:hover {
    color: rgb(123,110,160);
}

.toolcontact_section .toolfeedback_request::before {
    opacity: 0.2;
    right: -50px;
    top: -50px;
    content: '';
    border-radius: 50%;
    height: 150px;
    background: rgb(123,110,160);
    position: absolute;
    width: 150px;
}

.toolcontact_section form h3::after {
    background: #ffffff;
    width: 80px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.toolcontact_section form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.toolcontact_section .toolinquiry_support {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}

.toolcontact_section .toolinquiry_support input[type="checkbox"]:checked::before {
    top: 4px;
    border: solid rgb(170,192,187);
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 10px;
    content: '';
    position: absolute;
    transform: rotate(45deg);
}

.toolcontact_section .toolinquiry_support a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}

.toolcontact_section .toolrequest_panel:hover {
    background: rgb(218,225,220);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.toolgratFrame::before {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    pointer-events: none;
    background: 
    radial-gradient(circle at 10% 20%, rgb(170,192,187,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(123,110,160,0.5) 10%, transparent 50%);
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.toolgratFrame .toolquick_training:hover::before {
    transform: scale(1);
}

.toolgratFrame .toolquick_training > div:first-child {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}

.toolgratFrame .toolquick_training > div:first-child::after {
    animation: lineExpand 1s ease-out 0.3s forwards;
    width: 80px;
    background: linear-gradient(90deg, rgb(170,192,187) 0%, rgb(123,110,160) 100%);
    transform-origin: left center;
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
}

.toolgratFrame a::after {
    transform-origin: left;
    height: 1px;
    content: "";
    bottom: -8px;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(170,192,187,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
}

.toolprivacy_safeguard ul {
    list-style-type: disc;
    margin-left: 20px;
}

.toolprivacy_safeguard li {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}

.toolprivacy_safeguard div {
    margin-bottom: 20px;
}

.tooluser_testimonials::before {
    top: 0;
    content: "";
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,192,187,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(123,110,160,0.5) 0%, transparent 40%);
    right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
}

.tooluser_testimonials h2::before {
    bottom: 0;
    right: 0;
    top: 0;
    animation: borderGlow 4s infinite alternate;
    position: absolute;
    border-image-slice: 1;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, rgb(170,192,187), rgb(123,110,160));
    opacity: 0.7;
    left: 0;
    content: "";
}

.tooluser_testimonials .toolalumni_testimonials::after {
    left: -50%;
    width: 200%;
    content: "";
    animation: scanline 6s linear infinite;
    top: -50%;
    height: 200%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(170,192,187,0.5),
        rgb(170,192,187,0.5),
        transparent
    );
    transform: rotate(45deg);
}

.tooluser_testimonials .toolalumni_testimonials:hover img {
    box-shadow: 
        0 0 0 2px rgb(170,192,187),
        0 0 15px rgb(170,192,187,0.5),
        0 0 30px rgb(170,192,187,0.5);
    transform: scale(1.1);
    filter: grayscale(0%);
}

.tooluser_testimonials .toolalumni_testimonials .description {
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    margin: 0 auto;
    max-width: 90%;
}

.tooldata_summary {
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    background: rgb(218,225,220);
    z-index: 1;
}

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

.tooldata_summary h2 {
    font-size: 34px;
    position: relative;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-weight: 700;
}

.tooldata_summary ul {
    list-style: none;
    padding: 0;
    position: relative;
    display: grid;
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

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

.tooldata_summary .toolcareer_statistics::before {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    background: #ffffff;
    position: absolute;
    content: "";
    inset: 5px;
}

.tooldata_summary .toolcareer_statistics:hover {
    transform: translateY(-10px) scale(1.05);
}

.tooldata_summary .toolcareer_statistics:hover::after {
    opacity: 1;
}

.tooldata_summary .toolcareer_statistics:nth-child(even) p {
    border-bottom-color: rgb(123,110,160);
}

.tooldata_summary .toolcareer_statistics span {
    padding-top: 5px;
    word-wrap: break-word;
    display: block;
    color: #000000;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
    max-width: 90%;
    z-index: 2;
    transition: all 0.3s ease;
}

.tooldata_summary .toolcareer_statistics:hover svg {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

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

.tooldata_summary .container::after {
    right: 5%;
    background: rgb(123,110,160,0.5);
    width: 250px;
    height: 250px;
    bottom: 5%;
    left: auto;
    animation: float 20s infinite alternate-reverse ease-in-out;
    top: auto;
}

.toolguide_section .container {
    display: flex;
    flex-wrap: wrap;
}

.toolguide_section .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}

.toolguide_section .toolcloud_lab {
    flex: 0 0 100%;
    margin-top: 20px;
}

.toolguide_section .tooltop_nav:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.toolguide_section .tooltop_nav .toolhead_pagebar {
    margin-top: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.toolguide_section .tooltop_nav .toolhead_pagebar a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.toolsample_docs .container {
    display: flex;
    justify-content: center;
}



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

.tooltraining_specialist .toolimg_card_wrap {
    transform: translateX(-5%);
    width: 45%;
    left: 0;
    height: 130%;
    border-radius: 0;
    position: absolute;
    top: -15%;
    filter: grayscale(30%) contrast(1.1);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
}

.tooltraining_specialist .name {
    position: relative;
    color: #000000;
    transform: translateX(50px);
    opacity: 0;
    font-size: 39px;
    animation: slide-left 0.7s forwards 0.2s;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.tooltraining_specialist .toolwork_timeline > div:nth-child(2) {
    color: rgb(123,110,160);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateX(50px);
    animation: slide-left 0.7s forwards 0.4s;
    opacity: 0;
    font-size: 19px;
    letter-spacing: 3px;
}

.tooltraining_specialist .toolcareer_back::after {
    content: '"';
    position: absolute;
    line-height: 0;
    font-size: 20rem;
    font-family: serif;
    color: rgb(170,192,187,0.5);
    opacity: 0.1;
    right: -80px;
    bottom: -120px;
    z-index: -1;
}

.toolprogram_offerings::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 30vw;
    background: radial-gradient(circle at center, rgb(123,110,160,0.5) 0%, transparent 70%);
    width: 30vw;
    animation: float 18s infinite ease-in-out reverse;
    left: -5%;
    bottom: -10%;
}

.toolprogram_offerings h2::after {
    height: 4px;
    width: 80px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(170,192,187), rgb(123,110,160));
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s ease;
    bottom: -1rem;
    content: "";
}

.toolprogram_offerings .toolimg_card_wrap::after {
    height: 70px;
    border-radius: 50%;
    position: absolute;
    content: "";
    right: -10px;
    width: 70px;
    opacity: 0.7;
    animation: pulse 6s infinite alternate;
    top: -10px;
    filter: blur(15px);
    z-index: 1;
    background: rgb(170,192,187);
}

.toolprogram_offerings .toolreading_block {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    padding: 2.5rem;
    border-radius: 13px;
    backdrop-filter: blur(5px);
    max-height: 500px;
    overflow-y: auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    position: relative;
}

.toolabout_this::after {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 80% 20%, rgb(123,110,160,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(170,192,187,0.5) 50%, transparent 52%) #000000;
    width: 100%;
    right: 0;
    background-size: 100% 100%, 20px 20px;
    content: "";
}

.toolabout_this .toolmethod_edu:hover {
    transform: translateY(-10px);
}

.toolabout_this .toolmethod_edu .toolimg_card_wrap {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    width: 280px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    height: 360px;
}

.toolabout_this .toolacademy_track::before {
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    z-index: -1;
    content: "";
    background-size: 20px 20px;
    width: 100%;
}

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

.toolabout_this .toolstudy_center svg path {
    transition: all 0.3s ease;
}

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

.toolabout_this p {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.8;
    margin: 0;
    color: #ffffff;
}


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



@media (max-width: 1200px) {.toolopening_page .toolreading_block {
    width: 50%;
}
}



@media (max-width: 576px) {.toolopening_page .toolreading_block {
    padding: 20px;
    bottom: 8%;
    width: 90%;
}.toolopening_page .toolreading_block h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 10px;
}.toolopening_page .toolreading_block h3 {
    margin-bottom: 10px;
    font-size: calc(24px * 0.8);
}.toolopening_page .toolreading_block p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.toolopening_page .toolreading_block::before,
    .toolopening_page .toolreading_block::after {
    height: 20px;
    width: 20px;
}.toolopening_page .toolfast_studypro {
    gap: 12px;
    left: 15px;
}}



@media (max-width: 767px) {.tooldeal_plan {
    padding: 3rem 0;
}.tooldeal_plan .container {
    padding: 0 1.5rem;
}.tooldeal_plan .toolprice_deals {
    grid-template-columns: 1fr;
}.tooldeal_plan .tooltraining_sub h2 {
    font-size: calc(33px * 0.8);
}.tooldeal_plan .toolpremium_plan {
    padding: 1.5rem;
}.tooldeal_plan .tooltraining_fees {
    font-size: calc(24px * 1.5);
}.tooldeal_plan .toolimg_card_wrap {
    height: 180px;
}
}



@media (max-width: 1199px) {.toolpotential_enrollees div > div {
    margin: 0 -30px;
}
}



@media (max-width: 991px) {.toolpotential_enrollees {
    padding: 80px 0;
}.toolpotential_enrollees h4 {
    font-size: calc(32px * 1.1);
    margin-bottom: 60px;
}.toolpotential_enrollees div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 0 -20px;
}.toolpotential_enrollees p {
    padding: 25px 30px;
}.toolpotential_enrollees p svg {
    width: 32px;
    margin-right: 15px;
    height: 32px;
}.toolpotential_enrollees p:nth-child(3n+1),
    .toolpotential_enrollees p:nth-child(3n+3) {
    transform: none;
}.toolpotential_enrollees p:nth-child(odd) {
    transform: translateX(-20px);
}.toolpotential_enrollees p:nth-child(even) {
    transform: translateX(20px);
}.toolpotential_enrollees p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.toolpotential_enrollees p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (max-width: 991px) {.toolexplore_now {
    padding: 110px 0;
}.toolexplore_now .toolquick_training {
    gap: 40px;
}.toolexplore_now .container p {
    padding: 25px;
    font-size: calc(24px * 1.2);
}.toolexplore_now .toolrequest_panel {
    flex: 0 0 180px;
    height: 180px;
}.toolexplore_now .container p::after {
    height: 30px;
    width: 30px;
}
}



@media (min-width: 992px) {.toolcontact_section form {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}.toolcontact_section form h3 {
    grid-column: span 2;
}.toolcontact_section .toolinquiry_support {
    grid-column: span 2;
}.toolcontact_section .toolrequest_panel {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.toolcontact_section {
    padding: 50px 0;
}.toolcontact_section .toolfeedback_request,
    .toolcontact_section .toolsupport_form {
    padding: 30px 25px;
}.toolcontact_section .toolsupport_form h3,
    .toolcontact_section form h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 30px;
}.toolcontact_section form input[type="text"],
    .toolcontact_section form input[type="email"] {
    padding: 15px;
}}


@media only screen and (max-width: 800px) {.toolprivacy_safeguard {
    padding: 20px 10px;
}.toolprivacy_safeguard h1 {
    font-size: calc(18px - 5px);
}.toolprivacy_safeguard h2 {
    font-size: calc(18px - 5px);
}.toolprivacy_safeguard p, .toolprivacy_safeguard li {
    font-size: calc(16px - 2px);
}}



@media (max-width: 992px) {.tooluser_testimonials .toolalumni_testimonials {
    width: calc(50% - 2rem);
}
}




@media (max-width: 1200px) {.tooldata_summary .toolcareer_statistics {
    max-width: 250px;
    padding: 35px 25px;
    min-height: 200px;
}.tooldata_summary .toolcareer_statistics p {
    font-size: 2.8rem;
}.tooldata_summary svg {
    width: 35px;
    height: 35px;
}
}



@media (max-width: 768px) {.tooldata_summary {
    padding: 90px 0;
}.tooldata_summary ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}.tooldata_summary .toolcareer_statistics {
    min-height: 160px;
    max-width: 200px;
    padding: 35px 25px;
}.tooldata_summary .toolcareer_statistics:hover {
    transform: translateY(-10px) scale(1.05) !important;
}.tooldata_summary .toolcareer_statistics p {
    font-size: 2.2rem;
}.tooldata_summary h2 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.tooldata_summary svg {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 767px) {.toolguide_section .tooltop_nav {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.toolguide_section .company_holder {
    padding: 20px 15px;
}.toolguide_section .tooltraining_zone {
    max-width: 100%;
    padding: 15px;
}
}



@media (max-width: 992px) {.tooltraining_specialist {
    height: auto;
    padding: 0;
}.tooltraining_specialist::before {
    width: 100%;
    clip-path: none;
    height: 250px;
}.tooltraining_specialist .toolalumni_testimonials {
    flex-direction: column;
}.tooltraining_specialist .toolimg_card_wrap {
    position: relative;
    width: 100%;
    transform: none;
    top: 0;
    clip-path: none;
    height: 300px;
}.tooltraining_specialist .toolwork_timeline {
    position: relative;
    width: 100%;
    padding: 2rem;
}.tooltraining_specialist:hover .toolimg_card_wrap {
    animation: none;
}.tooltraining_specialist .toolcareer_back::after {
    display: none;
}}



@media (max-width: 767px) {.toolprogram_offerings {
    padding: 4rem 0;
}.toolprogram_offerings h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.toolprogram_offerings .toolimg_card_wrap {
    height: 280px;
}.toolprogram_offerings .toolreading_block {
    padding: 1.5rem;
}.toolprogram_offerings .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 767px) {.toolabout_this {
    padding: 60px 0;
}.toolabout_this .toolquick_training {
    padding: 30px 20px;
    gap: 30px;
}.toolabout_this .toolmethod_edu .toolimg_card_wrap {
    width: 220px;
    height: 300px;
}.toolabout_this .toolacademy_track {
    transform: translateY(-30px) translateX(0);
    width: 80%;
}.toolabout_this h2 {
    font-size: calc(37px * 0.8);
}
}


    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }

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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}




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



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

