* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1267px;
}.wrapper-template_tool {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.page_header_tool {
    flex: 1 0 auto;
}.guide_section_tool {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 20px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(89,99,89,0.5);
    background: repeating-radial-gradient(circle at center, rgb(89,99,89,0.5), rgb(89,99,89,0.5) 5px, rgb(89,99,89,0.5) 5px, rgb(89,99,89,0.5) 12px);
    box-shadow: inset -3px 0px 6px 2px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    box-shadow: 5px -2px 8px -1px rgba(0, 0, 0, 0.3);
    border: 2px groove rgb(173,183,165);
    background: radial-gradient(ellipse at top right, #ffffff 72%, rgb(255, 255, 255, 0.5) 61%, rgb(89,99,89) 59%, rgb(89,99,89,0.5) 71%, rgb(129,140,133) 17%, rgb(129,140,133,0.5) 56%, rgb(173,183,165) 42%);
    border-radius: 18.5em;
    transition: box-shadow 4.1s linear;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(89,99,89);
    transform: translateX(2px);
    box-shadow: -2px -2px 15px 7px rgba(0, 0, 0, 0.4);
    background: rgb(173,183,165);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: #ffffff;
}html {
    scrollbar-color: rgb(89,99,89,0.5) rgb(89,99,89,0.5);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_experience_tool {
    padding: 5rem 0;
    position: relative;
    background-color: rgb(173,183,165);
    overflow: hidden;
}.mentorship_experience_tool::before {
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(129,140,133,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(89,99,89,0.5) 0px, rgb(89,99,89,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    opacity: 0.12;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}.mentorship_experience_tool .container {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    z-index: 2;
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
}.mentorship_experience_tool .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_experience_tool .review_grid_tool {
    position: relative;
    padding: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    border-left: 5px solid rgb(129,140,133);
    gap: 2rem;
    display: grid;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
}.mentorship_experience_tool .review_grid_tool:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}.mentorship_experience_tool .review_grid_tool::after {
    right: 25px;
    transform: rotate(15deg);
    position: absolute;
    height: 80px;
    opacity: 0.1;
    transition: all 0.5s ease;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgb(129,140,133) 48%, rgb(129,140,133) 52%, transparent 52%);
    width: 80px;
    top: 25px;
}.mentorship_experience_tool .review_grid_tool:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.mentorship_experience_tool .img_border_tool {
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    z-index: 2;
    height: 120px;
    width: 120px;
    position: relative;
    border-radius: 10% 30% 50% 70%;
}.mentorship_experience_tool .img_border_tool::before {
    opacity: 0.5;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top right, rgb(129,140,133,0.5), transparent 70%);
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.mentorship_experience_tool .review_grid_tool:hover .img_border_tool {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}.mentorship_experience_tool .review_grid_tool:hover .img_border_tool::before {
    opacity: 0.7;
}.mentorship_experience_tool .name {
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transition: transform 0.4s ease;
}.mentorship_experience_tool .name::after {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    height: 2px;
    background: rgb(129,140,133);
}.mentorship_experience_tool .review_grid_tool:hover .name::after {
    width: 100%;
}.mentorship_experience_tool .review_grid_tool > div:nth-child(2) div {
    font-size: calc(18px * 0.95);
    position: relative;
    transform: translateX(0);
    color: rgb(89,99,89);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0.8rem;
    transition: transform 0.4s ease;
}.mentorship_experience_tool .review_grid_tool:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.mentorship_experience_tool .work_view_tool {
    font-size: 18px;
    padding-left: 1.5rem;
    border-left: 1px solid rgb(89,99,89,0.5);
    margin: 0;
    transition: all 0.4s ease;
    position: relative;
    color: #000000;
    line-height: 1.75;
}.mentorship_experience_tool .work_view_tool::before {
    color: rgb(129,140,133);
    position: absolute;
    left: 0.3rem;
    transition: transform 0.5s ease;
    content: "";
    top: -0.5rem;
    font-size: 2.5rem;
    opacity: 0.3;
}.mentorship_experience_tool .review_grid_tool:hover .work_view_tool::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

@media (min-width: 768px) {.mentorship_experience_tool {
    padding: 7rem 0;
}.mentorship_experience_tool .review_grid_tool {
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-template-columns: auto 1fr;
}.mentorship_experience_tool .review_grid_tool > div:first-child {
    align-items: flex-start;
    grid-row: 1 / 3;
    justify-content: center;
    display: flex;
}.mentorship_experience_tool .review_grid_tool > div:nth-child(2) {
    align-self: end;
}.mentorship_experience_tool .img_border_tool {
    height: 180px;
    width: 180px;
}.mentorship_experience_tool .name {
    font-size: calc(22px * 1.3);
    margin-bottom: 0.8rem;
}.mentorship_experience_tool .work_view_tool {
    line-height: 1.8;
    padding-left: 2rem;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.mentorship_experience_tool .container {
    transform: perspective(1500px) rotateY(3deg);
}.mentorship_experience_tool .review_grid_tool {
    gap: 3rem;
    padding: 4rem;
}.mentorship_experience_tool .img_border_tool {
    height: 220px;
    width: 220px;
}.mentorship_experience_tool .work_view_tool {
    column-count: 2;
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
}.mentorship_experience_tool .work_view_tool::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.mentorship_experience_tool {
    padding: 4rem 0;
}.mentorship_experience_tool .container {
    transform: none;
}.mentorship_experience_tool .review_grid_tool {
    padding: 2rem;
}.mentorship_experience_tool .review_grid_tool > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}.mentorship_experience_tool .review_grid_tool > div:nth-child(2) {
    text-align: center;
}.mentorship_experience_tool .name::after {
    transform: translateX(-50%);
    left: 50%;
}.mentorship_experience_tool .work_view_tool {
    text-align: left;
    padding-left: 1rem;
}}.welcome_tool {
    position: relative;
    width: 100%;
    overflow: hidden;
}.welcome_tool .start_first_tool {
    min-height: 650px;
    justify-content: center;
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}.welcome_tool .start_first_tool::before {
    z-index: 1;
    content: "";
    bottom: 0;
    backdrop-filter: blur(3px);
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85) 0%, 
    rgba(var(--secondary-color-rgb), 0.75) 100%);
    top: 0;
    left: 0;
}.welcome_tool .start_first_tool::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 25%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.03) 25%, transparent 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}.welcome_tool .achieve_goals_tool {
    background: linear-gradient(145deg, 
    rgba(var(--dark-color-rgb), 0.8) 0%, 
    rgba(var(--dark-color-rgb), 0.6) 100%);
    width: 90%;
    padding: 3rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.1);
    z-index: 3;
    border-left: 4px solid rgb(129,140,133);
    position: relative;
    max-width: 800px;
    transform: perspective(1000px) rotateX(2deg);
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}.welcome_tool .achieve_goals_tool::before {
    right: 20px;
    left: -10px;
    top: -10px;
    position: absolute;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    bottom: 20px;
    z-index: -1;
    content: "";
    pointer-events: none;
    transform: translateZ(-10px);
}.welcome_tool .achieve_goals_tool::after {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.05) 100%);
    width: 100%;
    content: "";
    z-index: -1;
    pointer-events: none;
    position: absolute;
}.welcome_tool h1 {
    color: #ffffff;
    opacity: 0;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-size: 47px;
    line-height: 1.2;
    position: relative;
    transform: translateY(20px);
}.welcome_tool h1::after {
    content: "";
    height: 3px;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(0);
    width: 80px;
    bottom: -12px;
    left: 0;
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    background: rgb(129,140,133);
}.welcome_tool h3 {
    color: rgba(var(--white-color-rgb), 0.9);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    line-height: 1.5;
    font-size: calc(22px + 0.1rem);
    opacity: 0;
    font-weight: 600;
}.welcome_tool p {
    color: rgba(var(--white-color-rgb), 0.8);
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    opacity: 0;
    font-size: 12px;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
    margin-top: 2rem;
    transform: translateY(20px);
}.welcome_tool p::before {
    left: 0;
    content: "";
    background: rgb(89,99,89);
    width: 30px;
    top: -12px;
    height: 1px;
    position: absolute;
}

@keyframes slideUp {
  from {
    transform: perspective(1000px) rotateX(2deg) translateY(50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
    opacity: 1;
  }
}

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

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 992px) {.welcome_tool .start_first_tool {
    min-height: 550px;
}.welcome_tool .achieve_goals_tool {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.welcome_tool h1 {
    font-size: calc(47px - 0.5rem);
}.welcome_tool h3 {
    font-size: 22px;
}
}

@media screen and (max-width: 768px) {.welcome_tool .start_first_tool {
    min-height: 500px;
}.welcome_tool .achieve_goals_tool {
    width: 95%;
    transform: none;
    padding: 2rem;
}.welcome_tool h1 {
    font-size: calc(47px - 1rem);
}.welcome_tool h3 {
    font-size: calc(22px - 0.1rem);
}.welcome_tool p {
    font-size: calc(12px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.welcome_tool .start_first_tool {
    min-height: 450px;
}.welcome_tool .achieve_goals_tool {
    padding: 1.5rem;
}.welcome_tool h1 {
    font-size: calc(47px - 1.5rem);
    margin-bottom: 1rem;
}.welcome_tool h1::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}.welcome_tool h3 {
    margin-bottom: 1rem;
    font-size: calc(22px - 0.2rem);
}.welcome_tool p {
    font-size: calc(12px - 0.2rem);
    margin-top: 1.5rem;
}}.privacy_hutch_tool {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    transition: all 0.3s ease;
    overflow: hidden;
}.privacy_hutch_tool:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.privacy_hutch_tool h1 {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-weight: 700;
    color: rgb(129,140,133);
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}.privacy_hutch_tool h2 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: rgb(89,99,89);
    font-weight: 600;
    border-bottom: 2px solid rgb(129,140,133,0.5);
    font-family: Arial, sans-serif;
    font-size: 30px;
}.privacy_hutch_tool h3, .privacy_hutch_tool h4, .privacy_hutch_tool h5, .privacy_hutch_tool h6 {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000000;
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}.privacy_hutch_tool ul, .privacy_hutch_tool ol {
    font-size: 12px;
    font-family: Arial, sans-serif;
    list-style: none;
    color: #000000;
    margin: 10px 0;
    padding-left: 20px;
    line-height: 1.6;
    list-style-position: inside;
}.privacy_hutch_tool li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}.privacy_hutch_tool li::before {
    color: rgb(129,140,133);
    content: "•";
    left: 0;
    font-size: 1.2em;
    position: absolute;
}.privacy_hutch_tool section {
    border-radius: 10px;
    padding: 20px;
    transition: background 0.3s ease;
    background: rgb(173,183,165);
}.privacy_hutch_tool section:hover {
    background: rgb(129,140,133,0.5);
}.privacy_hutch_tool p, .privacy_hutch_tool span, .privacy_hutch_tool div {
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 10px;
}.privacy_hutch_tool p:hover, .privacy_hutch_tool span:hover, .privacy_hutch_tool div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_hutch_tool {
    padding: 20px;
}.privacy_hutch_tool h1 {
    font-size: calc(21px - 10px);
}.privacy_hutch_tool h2 {
    font-size: calc(21px - 8px);
}.privacy_hutch_tool h3, .privacy_hutch_tool h4, .privacy_hutch_tool h5, .privacy_hutch_tool h6 {
    font-size: calc(21px - 5px);
}.privacy_hutch_tool ul, .privacy_hutch_tool ol {
    padding-left: 15px;
    font-size: calc(12px - 2px);
}}.guide_section_tool {
    padding: 6rem 0 3rem;
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.guide_section_tool::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(129,140,133,0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
}.guide_section_tool::after {
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    content: "";
    pointer-events: none;
    top: 0;
    width: 100%;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.guide_section_tool .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.guide_section_tool .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    position: relative;
}.guide_section_tool .company_holder::before,
.guide_section_tool .company_holder::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(89,99,89), transparent);
    bottom: -1px;
    animation: slide 3s infinite alternate;
    height: 2px;
    width: 20%;
    content: "";
}.guide_section_tool .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.guide_section_tool .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.guide_section_tool .company_holder h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: calc(31px * 1.3);
}.guide_section_tool .company_holder h3::after {
    bottom: -10px;
    position: absolute;
    background: rgb(89,99,89);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 60px;
}.guide_section_tool .hackathon_tool {
    max-width: 600px;
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    margin: 1.5rem auto 0;
}.guide_section_tool .level_up_tool {
    display: flex;
    justify-content: center;
}.guide_section_tool .head_skill_tool {
    position: relative;
    gap: 6rem;
    display: flex;
}.guide_section_tool .head_skill_tool::before {
    transform: translateX(-50%);
    height: 20px;
    left: 50%;
    top: -30px;
    content: "";
    background: rgb(129,140,133);
    width: 1px;
    position: absolute;
}.guide_section_tool .main_learning_tool {
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}.guide_section_tool .main_learning_tool:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(129,140,133,0.5), 0.1);
    transform: translateY(-5px);
}.guide_section_tool .main_learning_tool h5 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-weight: 600;
    color: rgb(89,99,89);
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}.guide_section_tool .main_learning_tool .head_skill_tool {
    gap: 0.8rem;
    flex-direction: column;
    position: static;
    display: flex;
}.guide_section_tool .main_learning_tool .head_skill_tool a {
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    position: relative;
    opacity: 0.75;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.4rem 0;
}.guide_section_tool .main_learning_tool .head_skill_tool a::before {
    transition: transform 0.4s ease;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(129,140,133), transparent);
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    height: 1px;
    z-index: -1;
}.guide_section_tool .main_learning_tool .head_skill_tool a:hover {
    opacity: 1;
    color: rgb(89,99,89);
}.guide_section_tool .main_learning_tool .head_skill_tool a:hover::before {
    transform: scaleX(1);
}.sec_cert_tool {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
}.sec_cert_tool::before {
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: 0;
    height: 100%;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(129,140,133,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(129,140,133,0.5), 0.05) 50%, rgba(rgb(129,140,133,0.5), 0.05) 75%, transparent 75%, transparent);
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.sec_cert_tool .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.sec_cert_tool .footer_workshops_tool {
    position: relative;
    font-size: 14px;
    opacity: 0.8;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}.sec_cert_tool .footer_workshops_tool::before,
.sec_cert_tool .footer_workshops_tool::after {
    margin: 0 0.6rem;
    color: rgb(129,140,133);
    content: "•";
}

@media screen and (max-width: 992px) {.guide_section_tool {
    padding: 4rem 0 2rem;
}.guide_section_tool .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.guide_section_tool .company_holder h3 {
    font-size: 31px;
}.guide_section_tool .head_skill_tool {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.guide_section_tool .level_up_tool {
    align-items: center;
    flex-direction: column;
}.guide_section_tool .head_skill_tool {
    width: 100%;
    flex-direction: column;
    max-width: 450px;
    gap: 2rem;
}.guide_section_tool .main_learning_tool {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.guide_section_tool {
    padding: 3rem 0 1.5rem;
}.guide_section_tool .company_holder h3 {
    font-size: calc(31px * 0.9);
}.guide_section_tool .hackathon_tool {
    font-size: calc(15px * 0.9);
}.guide_section_tool .main_learning_tool {
    padding: 1rem;
}.guide_section_tool .main_learning_tool h5 {
    font-size: calc(22px * 0.9);
}.sec_cert_tool {
    padding: 1rem 0;
    margin-top: 2rem;
}.sec_cert_tool .footer_workshops_tool {
    font-size: calc(14px * 0.9);
}.sec_cert_tool .footer_workshops_tool::before,
    .sec_cert_tool .footer_workshops_tool::after {
    display: none;
}}.our_mission_tool {
    position: relative;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgba(245, 245, 250, 1) 100%);
    overflow: hidden;
    padding: 100px 0;
}.our_mission_tool::before {
    opacity: 0.07;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    width: 40%;
    content: "";
    top: -10%;
    z-index: 1;
    right: -5%;
    background: linear-gradient(120deg, rgb(129,140,133,0.5) 0%, transparent 80%);
}.our_mission_tool::after {
    z-index: 1;
    width: 50%;
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    bottom: -10%;
    position: absolute;
    background: linear-gradient(240deg, rgb(89,99,89,0.5) 0%, transparent 80%);
    opacity: 0.05;
    content: "";
    left: -5%;
}.our_mission_tool .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.our_mission_tool h1 {
    position: relative;
    color: #000000;
    font-size: 43px;
    margin-bottom: 60px;
    text-align: center;
    transform: translateZ(0);
    font-weight: 700;
}.our_mission_tool h1::after {
    width: 80px;
    border-radius: 2px;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    position: absolute;
}.our_mission_tool .learn_study_tool {
    position: relative;
}.our_mission_tool .learn_study_tool ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 50px;
    padding: 0;
    grid-template-columns: 1fr;
}.our_mission_tool .knowledge_center_tool {
    position: relative;
    overflow: hidden;
    padding: 40px 35px;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    border-radius: 5px;
}.our_mission_tool .knowledge_center_tool::before {
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(129,140,133), rgb(89,99,89));
    left: 0;
    width: 4px;
    content: "";
    opacity: 0.8;
}.our_mission_tool .knowledge_center_tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.our_mission_tool .knowledge_center_tool h4 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}.our_mission_tool .knowledge_center_tool h4::after {
    bottom: -8px;
    transform: scaleX(0.3);
    width: 100%;
    background: linear-gradient(90deg, rgb(129,140,133,0.5) 0%, transparent 100%);
    transform-origin: left;
    height: 2px;
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    left: 0;
}.our_mission_tool .knowledge_center_tool:hover h4::after {
    transform: scaleX(1);
}.our_mission_tool .knowledge_center_tool div {
    font-size: 14px;
    overflow-y: auto;
    opacity: 0.9;
    padding-right: 15px;
    color: #000000;
    max-height: 300px;
    font-weight: 400;
    line-height: 1.8;
}.our_mission_tool .knowledge_center_tool div::-webkit-scrollbar {
    width: 4px;
}.our_mission_tool .knowledge_center_tool div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.03);
}.our_mission_tool .knowledge_center_tool div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(129,140,133,0.5);
}.our_mission_tool .knowledge_center_tool:nth-child(2) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
}.our_mission_tool .knowledge_center_tool:nth-child(1) {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

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

@media (min-width: 768px) {.our_mission_tool .learn_study_tool ul {
    grid-template-columns: 1fr 1fr;
}.our_mission_tool h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.1);
}.our_mission_tool h1::after {
    width: 100px;
}.our_mission_tool .knowledge_center_tool {
    padding: 45px 40px;
}.our_mission_tool .knowledge_center_tool div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our_mission_tool {
    padding: 120px 0;
}.our_mission_tool .container {
    padding: 0 40px;
}.our_mission_tool h1 {
    margin-bottom: 80px;
    font-size: calc(43px * 1.2);
}.our_mission_tool h1::after {
    width: 120px;
    bottom: -20px;
    height: 5px;
}.our_mission_tool .knowledge_center_tool {
    padding: 50px 45px;
}.our_mission_tool .knowledge_center_tool::before {
    width: 5px;
}.our_mission_tool .knowledge_center_tool h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 767px) {.our_mission_tool {
    padding: 70px 0;
}.our_mission_tool h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
}.our_mission_tool h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.our_mission_tool .knowledge_center_tool {
    padding: 30px 25px;
}.our_mission_tool .knowledge_center_tool h4 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.our_mission_tool .knowledge_center_tool div {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}}.cookie_message_window_tool {
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1000;
    animation: fadeInUp 0.5s ease-out;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(129,140,133);
    background-color: rgb(173,183,165);
}.cookie_message_window_tool .cookie_data_tool {
    transform-origin: center;
    flex-shrink: 0;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookie_message_window_tool .cookie_data_tool svg {
    fill: rgb(129,140,133);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_message_window_tool .cookie_list_tool {
    flex-grow: 1;
}.cookie_message_window_tool .cookie_list_tool h5 {
    font-size: 21px;
    margin-bottom: 6px;
    color: rgb(129,140,133);
}.cookie_message_window_tool .cookie_list_tool p {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}.cookie_message_window_tool .cookie_explained_tool {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 15px;
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 18px;
    background-color: rgb(129,140,133);
}.cookie_message_window_tool .cookie_explained_tool:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_message_window_tool .cookie_explained_tool:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_message_window_tool .cookie_data_tool {
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_message_window_tool .cookie_explained_tool {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#userSettingsPopup_tool {
    display: none;
}#userSettingsPopup_tool:checked ~ .cookie_message_window_tool {
    visibility: hidden;
    opacity: 0;
}.aspiring_learners_tool {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background-color: rgb(173,183,165);
}.aspiring_learners_tool::before {
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(89,99,89,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(129,140,133,0.5) 0%, transparent 30%);
    content: '';
    width: 100%;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    top: 0;
}.aspiring_learners_tool::after {
    z-index: 1;
    height: 200%;
    width: 200%;
    background-size: 100px 100px;
    content: '';
    position: absolute;
    left: -50%;
    animation: moveGradient 120s linear infinite;
    top: -50%;
    background: linear-gradient(45deg, transparent 48%, rgb(89,99,89,0.5) 49%, rgb(89,99,89,0.5) 51%, transparent 52%);
    opacity: 0.05;
}.aspiring_learners_tool .study_classes_tool {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(89,99,89,0.5);
    position: relative;
    margin: 0 auto;
    padding: 3rem;
    z-index: 2;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
}.aspiring_learners_tool h3 {
    font-weight: 600;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-size: 32px;
    color: #000000;
}.aspiring_learners_tool h3::before {
    background: rgb(89,99,89);
    content: '';
    height: 5px;
    border-radius: 50px;
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}.aspiring_learners_tool h3::after {
    height: 1px;
    left: 50%;
    content: '';
    width: 40%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(89,99,89), transparent);
}.aspiring_learners_tool ul {
    flex-direction: column;
    list-style: none;
    gap: 2rem;
    margin: 0;
    display: flex;
    padding: 0;
}.aspiring_learners_tool li {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 23px;
    display: flex;
    padding: 2.5rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    text-align: center;
}.aspiring_learners_tool li::before {
    left: 0;
    background: linear-gradient(90deg, rgb(89,99,89,0.5), rgb(129,140,133,0.5));
    transition: opacity 0.4s ease;
    opacity: 0.3;
    height: 5px;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
}.aspiring_learners_tool li::after {
    left: 0;
    background: radial-gradient(circle at center bottom, rgb(89,99,89,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: '';
    bottom: 0;
    height: 100%;
}.aspiring_learners_tool li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.aspiring_learners_tool li:hover::before {
    opacity: 1;
}.aspiring_learners_tool li:hover::after {
    opacity: 0.15;
}.aspiring_learners_tool li svg {
    fill: rgb(89,99,89);
    height: 60px;
    width: 60px;
    display: block;
    filter: drop-shadow(0 3px 6px rgb(89,99,89,0.5));
    transition: all 0.4s ease;
    margin-bottom: 1.5rem;
}.aspiring_learners_tool li:hover svg {
    transform: scale(1.05);
    fill: rgb(129,140,133);
    filter: drop-shadow(0 5px 10px rgb(129,140,133,0.5));
}.aspiring_learners_tool li svg path {
    transition: all 0.4s ease;
}.aspiring_learners_tool li:hover svg path {
    fill: rgb(129,140,133);
}.aspiring_learners_tool li {
    padding-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    font-weight: 300;
}.aspiring_learners_tool li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.aspiring_learners_tool li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.aspiring_learners_tool li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.aspiring_learners_tool li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.aspiring_learners_tool ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.aspiring_learners_tool li:nth-child(even) {
    transform: translateY(20px);
}.aspiring_learners_tool li:nth-child(even):hover {
    transform: translateY(12px);
}.aspiring_learners_tool li:nth-child(1),
    .aspiring_learners_tool li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.aspiring_learners_tool li:nth-child(2),
    .aspiring_learners_tool li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.aspiring_learners_tool .study_classes_tool {
    padding: 2rem;
}.aspiring_learners_tool h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.aspiring_learners_tool li {
    padding: 2rem 1.5rem;
}.aspiring_learners_tool li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 767px) {.aspiring_learners_tool {
    padding: 3rem 0;
}.aspiring_learners_tool .study_classes_tool {
    padding: 1.5rem;
}.aspiring_learners_tool h3 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.aspiring_learners_tool h3::before {
    top: -20px;
    width: 50px;
}.aspiring_learners_tool h3::after {
    width: 70%;
}.aspiring_learners_tool ul {
    gap: 1.5rem;
}.aspiring_learners_tool li {
    padding: 1.5rem 1rem;
}.aspiring_learners_tool li svg {
    height: 45px;
    width: 45px;
}}.find_us_tool {
    background: rgb(89,99,89);
    position: relative;
    z-index: 1;
    padding: 70px 0;
    overflow: hidden;
}.find_us_tool::before {
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, 
    rgba(0,0,0,0.9) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgba(0,0,0,0.9) 100%
  );
    content: "";
    position: absolute;
}.find_us_tool::after {
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 217, 255, 0.05) 2px,
    rgba(0, 217, 255, 0.05) 4px
  );
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
}.find_us_tool .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.find_us_tool .contact_now_tool {
    position: relative;
    border: 1px solid rgb(129,140,133);
    box-shadow: 0 0 15px rgb(129,140,133,0.5),
              inset 0 0 10px rgb(129,140,133,0.5);
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
}.find_us_tool .contact_now_tool::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    animation: sweep 3s linear infinite;
    opacity: 0.5;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 40%, 
    rgb(129,140,133,0.5) 45%, 
    transparent 50%,
    transparent 100%
  );
    z-index: -1;
}@keyframes sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}

.find_us_tool h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid rgb(129,140,133);
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 3px;
}.find_us_tool h2::after {
    top: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    opacity: 0.7;
    content: "</>";
    color: rgb(129,140,133);
}.find_us_tool p {
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
}.find_us_tool .edu_mentor_tool {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}.find_us_tool .join_conversation_tool {
    clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
    font-size: calc(15px * 0.95);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 12px 25px;
    border: 1px solid rgb(129,140,133);
}.find_us_tool .join_conversation_tool::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: right;
    height: 100%;
    transition: transform 0.3s ease;
    width: 100%;
    background: rgb(129,140,133);
    content: "";
}.find_us_tool .join_conversation_tool:hover {
    color: #000000;
    box-shadow: 0 0 15px rgb(129,140,133,0.5);
}.find_us_tool .join_conversation_tool:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.find_us_tool .join_conversation_tool svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}.find_us_tool .join_conversation_tool:hover svg {
    transform: rotate(360deg);
}.find_us_tool .join_conversation_tool svg path {
    transition: fill 0.3s ease;
    fill: rgb(129,140,133);
}.find_us_tool .join_conversation_tool:hover svg path {
    fill: #000000;
}.find_us_tool p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
}.find_us_tool p svg path {
    fill: rgb(129,140,133);
}.find_us_tool p:nth-last-child(2) {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    align-items: center;
    border-left: 3px solid rgb(129,140,133);
    display: flex;
}.find_us_tool::before {
    animation: backgroundGlow 5s ease-in-out infinite alternate;
}@keyframes backgroundGlow {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

.find_us_tool .container::after {
    height: 300%;
    content: "";
    z-index: -1;
    animation: scanlines 8s linear infinite;
    position: absolute;
    width: 300%;
    pointer-events: none;
    top: -100%;
    left: -100%;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 20px
  );
}@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}

.find_us_tool .contact_now_tool::after {
    bottom: 5px;
    height: 30px;
    border-right: 2px solid rgb(129,140,133);
    width: 30px;
    border-bottom: 2px solid rgb(129,140,133);
    right: 5px;
    position: absolute;
    content: "";
}

@media (max-width: 991px) {.find_us_tool {
    padding: 60px 0;
}.find_us_tool .contact_now_tool {
    padding: 35px 25px;
}.find_us_tool .edu_mentor_tool {
    gap: 12px;
}.find_us_tool .join_conversation_tool {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.find_us_tool {
    padding: 50px 0;
}.find_us_tool .contact_now_tool {
    padding: 30px 20px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 15px),
      calc(100% - 15px) 100%,
      0 100%
    );
}.find_us_tool h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 2px;
}.find_us_tool p {
    font-size: calc(15px * 0.95);
    margin-bottom: 20px;
}.find_us_tool .edu_mentor_tool {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}.find_us_tool .join_conversation_tool {
    width: 100%;
}.find_us_tool .join_conversation_tool svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}}

.find_us_tool h2::before {
    animation: glitch 0.5s ease-in-out infinite alternate;
    content: attr(data-text);
    left: 20px;
    opacity: 0.5;
    top: 0;
    z-index: -1;
    position: absolute;
    color: rgb(129,140,133);
}@keyframes glitch {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(1px);
  }
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border-bottom: 2px solid rgb(173,183,165);
    top: 0;
}header:before {
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89), rgb(129,140,133));
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
}header .head_tutor_tool {
    padding: 0;
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
}header .header_train_tool {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .main_learning_tool {
    display: flex;
    align-items: center;
    gap: 35px;
}header .main_learn_tool {
    text-decoration: none;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}header .main_learn_tool:before {
    height: 6px;
    left: -15px;
    border-radius: 10px;
    top: 50%;
    width: 6px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    background-color: rgb(129,140,133);
    content: '';
}header .main_learn_tool:after {
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: center;
    position: absolute;
    content: '';
    height: 2px;
    transform: scaleX(0);
    background-color: rgb(129,140,133);
}header .main_learn_tool:hover {
    color: rgb(129,140,133);
}header .main_learn_tool:hover:before {
    transform: translateY(-50%) scale(1);
}header .main_learn_tool:hover:after {
    transform: scaleX(1);
}header .main_mainbar_tool {
    align-items: center;
    position: relative;
    text-decoration: none;
    padding: 5px 10px;
    transition: all 0.3s ease;
    display: flex;
}header .main_mainbar_tool:before {
    content: '';
    height: 100%;
    background: linear-gradient(to right, rgb(129,140,133), rgb(89,99,89)) border-box;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border: 2px solid transparent;
    top: 0;
    mask-composite: exclude;
    transition: opacity 0.3s ease;
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    left: 0;
    -webkit-mask-composite: xor;
}header .main_mainbar_tool:hover:before {
    opacity: 1;
}header .main_mainbar_tool svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}header .main_mainbar_tool:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .main_learning_tool {
    gap: 20px;
}header .main_learn_tool:before {
    left: -10px;
}header .main_mainbar_tool svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_learning_tool {
    border-bottom: 3px solid rgb(129,140,133);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    flex-direction: column;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0;
    position: absolute;
    z-index: 1001;
    gap: 0;
    background-color: #ffffff;
}header .menu.active {
    max-height: 400px;
}header .main_learn_tool {
    border-bottom: 1px solid rgb(173,183,165);
    padding: 12px 20px;
    width: 100%;
}header .main_learn_tool:last-child {
    border-bottom: none;
}header .main_learn_tool:before {
    left: 5px;
}header .header_train_tool {
    padding: 5px 0;
}header .main_mainbar_tool {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .main_mainbar_tool svg {
    height: 32px;
}}.statistical_report_tool {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}.statistical_report_tool .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.statistical_report_tool::before {
    right: -5%;
    top: -10%;
    width: 40%;
    z-index: 1;
    filter: blur(20px);
    height: 70%;
    background: linear-gradient(225deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
}.statistical_report_tool::after {
    filter: blur(20px);
    height: 70%;
    width: 40%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(89,99,89,0.5) 0%, transparent 70%);
    bottom: -10%;
    transform: rotate(15deg) skewX(-15deg);
    content: "";
    left: -5%;
}.statistical_report_tool ul {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
}.statistical_report_tool .statistics_advances_tool {
    position: relative;
    justify-content: center;
    backdrop-filter: blur(5px);
    height: 180px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.statistical_report_tool .statistics_advances_tool:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 1px 5px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.statistical_report_tool .statistics_advances_tool::before {
    content: "";
    opacity: 0;
    right: 0;
    top: 0;
    left: 0;
    transform: scaleX(0.6);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(129,140,133) 50%, 
        transparent 100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 3px;
}.statistical_report_tool .statistics_advances_tool:hover::before {
    opacity: 1;
    transform: scaleX(1);
}.statistical_report_tool .statistics_advances_tool div {
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 1.5rem;
}.statistical_report_tool .statistics_advances_tool:hover div {
    transform: translateY(-5px);
}.statistical_report_tool .statistics_advances_tool p {
    margin: 0 0 0.75rem;
    transition: transform 0.3s ease;
    font-size: calc(29px * 1.2);
    font-weight: 700;
    background: linear-gradient(135deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    -webkit-background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: rgb(129,140,133);
    -webkit-text-fill-color: transparent;
}.statistical_report_tool .statistics_advances_tool:hover p {
    transform: scale(1.05);
}.statistical_report_tool .statistics_advances_tool span {
    margin-top: 0.5rem;
    color: #000000;
    margin-left: auto;
    max-width: 90%;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    transition: color 0.3s ease;
    display: block;
    margin-right: auto;
}.statistical_report_tool .statistics_advances_tool:hover span {
    color: #ffffff;
}.statistical_report_tool h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 0.75rem 2rem;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
    left: 50%;
    color: #ffffff;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(rgb(129,140,133,0.5), 0.1) 30%,
        rgba(rgb(129,140,133,0.5), 0.1) 70%, 
        transparent 100%);
    font-weight: 600;
    margin-top: 4rem;
}.statistical_report_tool h4::before, 
.statistical_report_tool h4::after {
    height: 1px;
    position: absolute;
    content: "";
    background: rgb(129,140,133,0.5);
    width: 50px;
    top: 50%;
}.statistical_report_tool h4::before {
    left: -60px;
}.statistical_report_tool h4::after {
    right: -60px;
}

@media (max-width: 991px) {.statistical_report_tool {
    padding: 4rem 0;
}.statistical_report_tool ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_report_tool .statistics_advances_tool {
    height: 160px;
}.statistical_report_tool .statistics_advances_tool p {
    font-size: calc(29px * 1.1);
}.statistical_report_tool h4 {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.statistical_report_tool {
    padding: 3rem 0;
}.statistical_report_tool ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.statistical_report_tool .statistics_advances_tool {
    height: 140px;
}.statistical_report_tool .statistics_advances_tool p {
    font-size: 29px;
}.statistical_report_tool .statistics_advances_tool span {
    font-size: calc(13px * 0.9);
}.statistical_report_tool h4 {
    font-size: calc(18px * 0.9);
    margin-top: 2.5rem;
}.statistical_report_tool h4::before, 
    .statistical_report_tool h4::after {
    width: 30px;
}.statistical_report_tool h4::before {
    left: -40px;
}.statistical_report_tool h4::after {
    right: -40px;
}
}

@media (max-width: 479px) {.statistical_report_tool {
    padding: 2.5rem 0;
}.statistical_report_tool ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.statistical_report_tool .statistics_advances_tool {
    height: 120px;
}.statistical_report_tool .statistics_advances_tool div {
    padding: 1rem;
}.statistical_report_tool .statistics_advances_tool p {
    font-size: calc(29px * 0.9);
}.statistical_report_tool .statistics_advances_tool span {
    font-size: calc(13px * 0.85);
}.statistical_report_tool h4 {
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
    font-size: calc(18px * 0.85);
}.statistical_report_tool h4::before, 
    .statistical_report_tool h4::after {
    display: none;
}}

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

.statistical_report_tool .statistics_advances_tool:nth-child(1) {
    animation: fadeInScale 0.6s 0.1s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(2) {
    animation: fadeInScale 0.6s 0.2s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(3) {
    animation: fadeInScale 0.6s 0.3s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(4) {
    animation: fadeInScale 0.6s 0.4s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(5) {
    animation: fadeInScale 0.6s 0.5s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(6) {
    animation: fadeInScale 0.6s 0.6s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical_report_tool .statistics_advances_tool:nth-child(7) {
    animation: fadeInScale 0.6s 0.7s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.operation_process_tool {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgba(245, 247, 250, 0.85) 100%);
    overflow: hidden;
    position: relative;
}.operation_process_tool::before {
    z-index: 1;
    opacity: 0.15;
    top: -10%;
    animation: floatGradient 18s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(120deg, rgb(129,140,133,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    height: 75%;
    width: 45%;
    content: "";
    right: -5%;
    transform: rotate(-15deg) skewX(5deg);
}.operation_process_tool::after {
    opacity: 0.12;
    animation: floatGradient 14s ease-in-out infinite alternate;
    height: 65%;
    width: 35%;
    z-index: 1;
    content: "";
    left: -3%;
    background: linear-gradient(240deg, rgb(89,99,89,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    animation-delay: 2s;
    bottom: -5%;
    position: absolute;
    transform: rotate(12deg) skewX(-8deg);
}.operation_process_tool .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.operation_process_tool .study_classes_tool {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    justify-content: center;
    display: flex;
}.operation_process_tool .study_classes_tool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.operation_process_tool .study_classes_tool > div {
    z-index: 3;
    position: relative;
    max-width: 85%;
}.operation_process_tool h3 {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    font-size: calc(32px * 0.85);
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.8rem;
    transform: translateX(-10px);
    color: #000000;
}.operation_process_tool h3::after {
    transform: scaleX(0);
    height: 3px;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.6s;
    left: 0;
    width: 80px;
    content: "";
}.operation_process_tool p {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    line-height: 1.8;
    animation-delay: 0.3s;
    margin-top: 0.8rem;
    opacity: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    color: #000000;
}.operation_process_tool p span {
    display: inline-block;
    position: relative;
}.operation_process_tool p span::before {
    content: "";
    width: 30px;
    top: -12px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    background: rgb(129,140,133,0.5);
    left: -15px;
    border-radius: 1px;
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 30px;
    opacity: 0.1;
    animation-delay: 0.9s;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@media screen and (max-width: 992px) {.operation_process_tool {
    padding: 90px 0;
}.operation_process_tool .study_classes_tool {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.operation_process_tool .study_classes_tool > div {
    max-width: 90%;
}.operation_process_tool h3 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.75);
}
}

@media screen and (max-width: 768px) {.operation_process_tool {
    padding: 70px 0;
}.operation_process_tool .study_classes_tool {
    padding: 2rem;
    transform: none;
}.operation_process_tool .study_classes_tool > div {
    max-width: 100%;
}.operation_process_tool h3 {
    margin-bottom: 1.3rem;
    font-size: calc(32px * 0.7);
}.operation_process_tool h3::after {
    height: 2px;
    width: 60px;
}.operation_process_tool::before,
    .operation_process_tool::after {
    opacity: 0.08;
}
}

@media screen and (max-width: 576px) {.operation_process_tool {
    padding: 50px 0;
}.operation_process_tool .study_classes_tool {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.operation_process_tool h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.2rem;
}.operation_process_tool p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.reach_out_tool {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(173,183,165) 0%, rgb(129,140,133,0.5) 100%);
}.reach_out_tool::before {
    content: "";
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(129,140,133,0.5),
        rgb(129,140,133,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.reach_out_tool .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.reach_out_tool h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 42px;
    position: relative;
    color: #000000;
    text-align: center;
}.reach_out_tool .reach_panel_tool {
    display: flex;
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 19px;
}.reach_out_tool .img_border_tool {
    position: relative;
    width: 100%;
    height: 200px;
}.reach_out_tool .message_request_tool {
    width: 100%;
    padding: 50px;
    position: relative;
}.reach_out_tool form {
    width: 100%;
}.reach_out_tool form h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    display: inline-block;
    font-family: Arial, sans-serif;
}.reach_out_tool form h3::after {
    background: rgb(129,140,133);
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    border-radius: 1.5px;
    width: 100%;
}.reach_out_tool form input[type="text"] {
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    background: rgb(173,183,165);
    color: #000000;
    padding: 15px 20px;
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.reach_out_tool form input[type="text"]:focus {
    border-color: rgb(129,140,133);
    outline: none;
}.reach_out_tool form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.reach_out_tool .feedback_section_tool {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.reach_out_tool .feedback_section_tool input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out_tool .feedback_section_tool label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    cursor: pointer;
}.reach_out_tool .feedback_section_tool label::before {
    top: 2px;
    content: "";
    background: rgb(173,183,165);
    left: 0;
    width: 22px;
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.reach_out_tool .feedback_section_tool input[type="checkbox"]:checked + label::before {
    background: rgb(129,140,133);
}.reach_out_tool .feedback_section_tool input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
    top: 5px;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
}.reach_out_tool .feedback_section_tool label a {
    text-decoration: none;
    color: rgb(129,140,133);
    transition: all 0.3s ease;
}.reach_out_tool .feedback_section_tool label a:hover {
    text-decoration: underline;
}.reach_out_tool form .reach_message_tool {
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 20px;
    background: rgb(129,140,133);
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}.reach_out_tool form .reach_message_tool:hover {
    background: rgb(89,99,89);
}.reach_out_tool svg {
    height: 20px;
    width: 20px;
    fill: rgb(129,140,133);
}.reach_out_tool svg path {
    fill: rgb(129,140,133);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.reach_out_tool .reach_panel_tool {
    flex-direction: row;
    max-width: 1000px;
}.reach_out_tool .img_border_tool {
    width: 40%;
    min-height: 400px;
    height: auto;
}.reach_out_tool .message_request_tool {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.reach_out_tool .img_border_tool {
    width: 50%;
}.reach_out_tool .message_request_tool {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.reach_out_tool .reach_panel_tool {
    max-width: 1100px;
}.reach_out_tool .img_border_tool {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.reach_out_tool {
    padding: 60px 0;
}.reach_out_tool h2 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.reach_out_tool .message_request_tool {
    padding: 30px 20px;
}.reach_out_tool form h3 {
    font-size: calc(22px * 0.9);
}}.give_it_a_try_tool {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(129,140,133,0.5), rgb(129,140,133));
    padding: 6rem 0;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
}.give_it_a_try_tool::before,
.give_it_a_try_tool::after {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    pointer-events: none;
}.give_it_a_try_tool::before {
    transform: translateZ(-10px) rotateX(5deg);
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
}.give_it_a_try_tool::after {
    background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 12px
  );
    filter: blur(1px);
    opacity: 0.7;
}.give_it_a_try_tool .container {
    z-index: 2;
    max-width: 1200px;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    backdrop-filter: blur(8px);
    padding: 0 2rem;
    border-bottom: 3px solid rgb(89,99,89);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform-style: preserve-3d;
    animation: container-rise 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 3rem;
    transform: translateZ(20px);
}.give_it_a_try_tool h2 {
    line-height: 1.4;
    font-weight: 700;
    animation: text-fade 0.8s ease-out 0.3s forwards;
    text-align: center;
    transform: translateY(10px);
    font-size: 30px;
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.give_it_a_try_tool h2::before {
    width: 80px;
    bottom: -12px;
    background: rgb(89,99,89);
    height: 3px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    left: 50%;
    border-radius: 1px;
}.give_it_a_try_tool .study_classes_tool {
    animation: holder-fade 0.8s ease-out 0.6s forwards;
    opacity: 0;
    gap: 2rem;
    transform: translateZ(30px);
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}.give_it_a_try_tool svg {
    animation: svg-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
    width: 48px;
    height: 48px;
    transform: scale(0);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.give_it_a_try_tool svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.give_it_a_try_tool .reach_message_tool {
    font-size: 20px;
    transform: translateY(0);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1),
              0 6px 6px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
}.give_it_a_try_tool .reach_message_tool::before {
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.give_it_a_try_tool .reach_message_tool:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2),
              0 10px 10px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgb(89,99,89);
    transform: translateY(-5px);
    color: #ffffff;
}.give_it_a_try_tool .reach_message_tool:hover::before {
    left: 100%;
}.give_it_a_try_tool .reach_message_tool:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes container-rise {
  0% {
    transform: translateZ(0) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateZ(20px) translateY(0);
    opacity: 1;
  }
}

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

@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}

@keyframes svg-pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 992px) {.give_it_a_try_tool {
    padding: 5rem 0;
}.give_it_a_try_tool .container {
    padding: 2.5rem 2rem;
}.give_it_a_try_tool h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.give_it_a_try_tool {
    padding: 4rem 0;
}.give_it_a_try_tool .container {
    padding: 2rem 1.5rem;
}.give_it_a_try_tool .study_classes_tool {
    flex-direction: column;
    gap: 1.5rem;
}.give_it_a_try_tool h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.give_it_a_try_tool svg {
    width: 40px;
    height: 40px;
}.give_it_a_try_tool .reach_message_tool {
    text-align: center;
    width: 100%;
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.give_it_a_try_tool {
    padding: 3rem 0;
}.give_it_a_try_tool .container {
    padding: 1.5rem 1rem;
}.give_it_a_try_tool h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.give_it_a_try_tool svg {
    width: 36px;
    height: 36px;
}.give_it_a_try_tool .reach_message_tool {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.give_it_a_try_tool .container,
  .give_it_a_try_tool h2,
  .give_it_a_try_tool .study_classes_tool,
  .give_it_a_try_tool svg {
    transform: none;
    animation: none;
    opacity: 1;
}.give_it_a_try_tool .reach_message_tool::before {
    display: none;
}}.program_offerings_tool {
    display: flex;
    position: relative;
    background-color: rgb(173,183,165);
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
}.program_offerings_tool .container {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 4rem 2rem;
    position: relative;
}.program_offerings_tool .study_classes_tool {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    flex-direction: column;
}.program_offerings_tool .learn_now_tool {
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}.program_offerings_tool .learn_now_tool::before {
    width: 150px;
    background-color: rgb(129,140,133);
    left: -30px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    z-index: -1;
    content: '';
    opacity: 0.1;
}.program_offerings_tool .learn_now_tool::after {
    height: 100px;
    background-color: rgb(89,99,89);
    z-index: -1;
    width: 100px;
    opacity: 0.1;
    right: -20px;
    border-radius: 50%;
    position: absolute;
    content: '';
    bottom: -30px;
}.program_offerings_tool .learn_now_tool h3 {
    color: rgb(129,140,133);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1.5rem;
    position: relative;
}.program_offerings_tool .learn_now_tool h3::after {
    position: absolute;
    border-radius: 2px;
    content: '';
    background-color: rgb(129,140,133);
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    bottom: -15px;
}.program_offerings_tool .learn_now_tool p {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}.program_offerings_tool .learn_now_tool .reach_message_tool {
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    background-color: rgb(129,140,133);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    border-radius: 50px;
    z-index: 1;
}.program_offerings_tool .learn_now_tool .reach_message_tool::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    transform: translateY(100%);
    transition: transform 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    border-radius: 50px;
    background-color: rgb(89,99,89);
}.program_offerings_tool .learn_now_tool .reach_message_tool:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.program_offerings_tool .learn_now_tool .reach_message_tool:hover::before {
    transform: translateY(0);
}.program_offerings_tool .training_flow_tool {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    margin-top: 3rem;
    position: relative;
    height: 500px;
}.program_offerings_tool .training_flow_tool::before {
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: 5;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
}.program_offerings_tool .learn_coding_tool {
    display: flex;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
    height: 100%;
}.program_offerings_tool .training_flow_tool:hover .learn_coding_tool {
    animation-play-state: paused;
}.program_offerings_tool .skill_up_tool {
    height: 100%;
    width: 20%;
    position: relative;
}.program_offerings_tool .skill_up_tool img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
}.program_offerings_tool .skill_up_tool:hover img {
    transform: scale(1.05);
}.program_offerings_tool .feature-item {
    min-width: 250px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    text-align: center;
    width: calc(33.333% - 20px);
    border-radius: 10px;
}.program_offerings_tool .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.program_offerings_tool .training_flow_tool {
    height: 350px;
}.program_offerings_tool .learn_now_tool h3 {
    font-size: calc(38px * 0.9);
}.program_offerings_tool .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.program_offerings_tool .container {
    padding: 3rem 1.5rem;
}.program_offerings_tool .training_flow_tool {
    height: 300px;
    margin-top: 2rem;
}.program_offerings_tool .learn_now_tool h3 {
    font-size: calc(38px * 0.8);
}.program_offerings_tool .feature-item {
    padding: 20px;
    min-width: 100%;
}.program_offerings_tool .learn_coding_tool {
    width: 600%;
    animation-duration: 20s;
}.program_offerings_tool .skill_up_tool {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.program_offerings_tool .training_flow_tool {
    height: 250px;
}.program_offerings_tool .learn_now_tool .reach_message_tool {
    padding: 0.8rem 2rem;
}}.appSpot_tool {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(129,140,133,0.5) 100%);
}.appSpot_tool::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(129,140,133,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(89,99,89,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.25;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
}.appSpot_tool::after {
    background: rgb(129,140,133,0.5);
    position: absolute;
    height: 40%;
    width: 40%;
    z-index: 0;
    content: "";
    right: -10%;
    animation: floatElement 15s infinite alternate ease-in-out;
    opacity: 0.2;
    top: -10%;
    filter: blur(120px);
}.appSpot_tool .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.appSpot_tool h2 {
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    padding-bottom: 1.5rem;
    max-width: 90%;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    margin-bottom: 3rem;
}.appSpot_tool h2::after {
    bottom: 0;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    content: "";
    position: absolute;
    height: 4px;
    width: 120px;
}.appSpot_tool h2:hover::after {
    width: 180px;
}.appSpot_tool .study_classes_tool {
    border-left: 4px solid rgb(129,140,133);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 0 10px 10px 0;
    position: relative;
}.appSpot_tool .study_classes_tool:hover {
    transform: perspective(1000px) rotateY(0);
}.appSpot_tool .study_classes_tool::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(89,99,89,0.5) 49.5%, rgb(89,99,89,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(89,99,89,0.5) 49.5%, rgb(89,99,89,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    left: 0;
}.appSpot_tool ul {
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    list-style: none;
}.appSpot_tool li {
    position: relative;
    padding-left: 2rem;
}.appSpot_tool li::before {
    animation: rotateDiamond 8s infinite linear;
    background: rgb(129,140,133);
    height: 12px;
    position: absolute;
    width: 12px;
    left: 0;
    top: 0.5rem;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.appSpot_tool span {
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}.appSpot_tool span::after {
    right: 0;
    bottom: -15px;
    position: absolute;
    width: 60px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(89,99,89,0.5));
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

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

@media (max-width: 991px) {.appSpot_tool {
    padding: 5rem 0;
}.appSpot_tool h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.appSpot_tool .study_classes_tool {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appSpot_tool {
    padding: 4rem 0;
}.appSpot_tool h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.appSpot_tool .study_classes_tool {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.appSpot_tool li {
    padding-left: 1.5rem;
}.appSpot_tool li::before {
    top: 0.4rem;
    width: 10px;
    height: 10px;
}
}

@media (max-width: 575px) {.appSpot_tool {
    padding: 3rem 0;
}.appSpot_tool h2 {
    transform: none;
    font-size: calc(35px * 0.7);
}.appSpot_tool h2::after {
    width: 80px;
    height: 3px;
}.appSpot_tool h2:hover::after {
    width: 120px;
}.appSpot_tool .study_classes_tool {
    border-left-width: 3px;
    padding: 1.25rem;
    transform: none;
}.appSpot_tool span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.appSpot_tool span::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
}}.plan_array_tool {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.plan_array_tool::before {
    top: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.plan_array_tool .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.plan_array_tool .value_rates_tool {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan_array_tool h2 {
    position: relative;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    font-weight: 700;
    transform: translateZ(20px);
    margin-bottom: 20px;
}.plan_array_tool .price_view_tool {
    font-size: calc(15px * 1.1);
    max-width: 700px;
    margin: 0 auto 50px;
    transform: translateZ(15px);
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.6;
    position: relative;
}.plan_array_tool .study_cost_tool {
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.plan_array_tool .study_cost_tool li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    perspective: 800px;
}.plan_array_tool .fee_pricing_tool {
    display: block;
    transform: translateZ(0);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    position: relative;
}.plan_array_tool .price_choices_tool {
    border-radius: 4px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
    position: relative;
}.plan_array_tool .price_choices_tool::before {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(129,140,133) 0%, 
        rgb(89,99,89) 100%);
    width: 100%;
    height: 4px;
    left: 0;
    transform: scaleX(0.8);
    content: "";
    opacity: 0.8;
    transition: all 0.4s ease;
    position: absolute;
}.plan_array_tool .price_choices_tool::after {
    height: 120px;
    right: -60px;
    bottom: -60px;
    position: absolute;
    width: 120px;
    transition: all 0.5s ease;
    background: radial-gradient(
        circle, 
        rgb(129,140,133,0.5) 0%, 
        transparent 70%
    );
    opacity: 0.5;
    z-index: -1;
    content: "";
}.plan_array_tool .discount_grid_tool {
    position: relative;
    z-index: 2;
}.plan_array_tool .discount_grid_tool h4 {
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: calc(24px * 1.2);
}.plan_array_tool .discount_grid_tool h4::after {
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: rgb(89,99,89);
    bottom: 0;
    content: "";
}.plan_array_tool .discount_grid_tool p {
    scrollbar-color: rgb(89,99,89) transparent;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    max-height: 200px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-right: 10px;
    scrollbar-width: thin;
    overflow-y: auto;
}.plan_array_tool .discount_grid_tool p::-webkit-scrollbar {
    width: 4px;
}.plan_array_tool .discount_grid_tool p::-webkit-scrollbar-track {
    background: transparent;
}.plan_array_tool .discount_grid_tool p::-webkit-scrollbar-thumb {
    background-color: rgb(89,99,89,0.5);
    border-radius: 20px;
}.plan_array_tool .plan_rates_tool {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: calc(24px * 1.4);
    position: relative;
}.plan_array_tool .plan_rates_tool::before {
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, 
        rgb(89,99,89) 0%, 
        transparent 100%);
    left: 0;
}.plan_array_tool .fee_pricing_tool:hover .price_choices_tool {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}.plan_array_tool .fee_pricing_tool:hover .price_choices_tool::before {
    opacity: 1;
    transform: scaleX(1);
}.plan_array_tool .fee_pricing_tool:hover .price_choices_tool::after {
    opacity: 0.7;
    transform: scale(1.2);
}.plan_array_tool .fee_pricing_tool:hover .discount_grid_tool h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plan_array_tool .study_cost_tool li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.plan_array_tool .study_cost_tool li:nth-child(1) {
    animation-delay: 0.1s;
}.plan_array_tool .study_cost_tool li:nth-child(2) {
    animation-delay: 0.2s;
}.plan_array_tool .study_cost_tool li:nth-child(3) {
    animation-delay: 0.3s;
}.plan_array_tool .study_cost_tool li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.plan_array_tool {
    padding: 100px 0 80px;
}.plan_array_tool .study_cost_tool {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan_array_tool h2 {
    font-size: calc(38px * 0.9);
}.plan_array_tool .price_view_tool {
    margin-bottom: 40px;
}.plan_array_tool .price_choices_tool {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.plan_array_tool {
    padding: 80px 0 60px;
}.plan_array_tool h2 {
    font-size: calc(38px * 0.8);
}.plan_array_tool .price_view_tool {
    margin-bottom: 30px;
    font-size: 15px;
}.plan_array_tool .study_cost_tool {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_array_tool .discount_grid_tool p {
    font-size: calc(15px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.plan_array_tool {
    padding: 60px 0 40px;
}.plan_array_tool .container {
    padding: 0 15px;
}.plan_array_tool h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.plan_array_tool .price_view_tool {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.plan_array_tool .study_cost_tool {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan_array_tool .price_choices_tool {
    padding: 30px 20px;
}.plan_array_tool .discount_grid_tool h4 {
    font-size: 24px;
}.plan_array_tool .plan_rates_tool {
    font-size: calc(24px * 1.2);
}
}