﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1273px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
.footer {
    flex: 0 0 auto;
}
.top_leadtool {
    flex: 1 0 auto;
}
section {
    background-color: rgb(242,228,229);
}
a {
    color: inherit;
    text-decoration: none;
}
.viewport-containertool {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
header,footer {
    width: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.about_thistool .learn_waytool {
    background-size: cover;
}

.about_thistool .knowledge_learningtool {
    background: #ffffff;
}

.about_thistool {
    padding-bottom: 80px;
    padding-top: 80px;
}

.about_thistool h2 {
    color: rgb(202,158,162);
}

.about_thistool span {
    color: rgb(225,195,198);
}

.about_thistool p {
    color: #000000;
}

.about_thistool .learn_waytool {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.about_thistool .knowledge_learningtool {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.about_thistool .community_edtool {
    display: flex;
    justify-content: flex-end;
}

.about_thistool h2 {
    margin-bottom: 8px;
    font-size: 33px;
    font-weight: 600;
}

.about_thistool span {
    margin-bottom: 16px;
    font-size: 23px;
    font-weight: 600;
}

.about_thistool p {
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .about_thistool .learn_waytool {
        padding: 0px;
    }

    .about_thistool .knowledge_learningtool {
        width: 100%;
        min-width: unset;
    }

    .about_thistool {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about_thistool h2 {
        font-size: 30px;
    }
}

.about_thistool {
    padding: 60px 0;
}

.viewport-containertool .about_thistool .learn_waytool {
    height: auto;
}

.viewport-containertool .about_thistool {
    background-image: linear-gradient(rgb(225,195,198), white);
}

.viewport-containertool .about_thistool .learn_waytool .img_imgtool {
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.viewport-containertool .about_thistool .community_edtool {
    display: flex;
    min-height: 700px;
    flex-direction: row-reverse;
    position: relative;
    align-items: center;
    justify-content: flex-end;

}

.viewport-containertool .about_thistool .knowledge_learningtool {
    position: relative;
    z-index: 3;
    background: #ffffff;
    border-top-left-radius: 50px;
    min-height: 500px;
    width: 60%;
    padding: 30px 50px;
}

.viewport-containertool .about_thistool span {
    display: none;
}

.viewport-containertool .about_thistool h2 {
    color: #000000;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.viewport-containertool .about_thistool p {
    color: #000000;
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px;
}

@media only screen and (max-width: 1200px) {
    .viewport-containertool .about_thistool .learn_waytool .img_imgtool {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .viewport-containertool .about_thistool .knowledge_learningtool {
        width: 100%;
        padding: 30px;
        height: auto;
    }

    .viewport-containertool .about_thistool .learn_waytool .img_imgtool {
        width: 320px;
        height: 320px;
        position: relative;
        top: 50px;
        margin-top: -50px;
    }

    .viewport-containertool .about_thistool .community_edtool {
        flex-direction: column;
        min-height: unset;
    }
}@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.top_knowtool {
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,228,229) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(225,195,198);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.top_knowtool::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(225,195,198), rgb(202,158,162), rgb(225,195,198));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.top_knowtool .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.top_knowtool .first_teachtool {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(242,228,229) 100%);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgb(202,158,162,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.top_knowtool .head_primarytool {
    display: flex;
    align-items: center;
}
.top_knowtool .top_wraptool {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(225,195,198);
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s ease;
}
.top_knowtool .top_wraptool svg,
.top_knowtool .top_wraptool img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(225,195,198);
    transition: fill 0.3s ease;
}
.top_knowtool .top_wraptool:hover svg,
.top_knowtool .top_wraptool:hover img {
    fill: rgb(202,158,162);
    animation: pulse 1s infinite;
}
.top_knowtool .top_studytool {
    font-size: 17px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.top_knowtool .top_studytool::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(225,195,198), rgb(202,158,162));
}
.top_knowtool .head_teachtool {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.top_knowtool .head_teachtool a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.top_knowtool .head_teachtool a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(202,158,162,0.5), transparent);
    transition: left 0.3s ease;
}
.top_knowtool .head_teachtool a:hover::before,
.top_knowtool .head_teachtool a:focus::before {
    left: 100%;
}
.top_knowtool .head_teachtool a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(225,195,198);
    transition: width 0.3s ease;
}
.top_knowtool .head_teachtool a:hover,
.top_knowtool .head_teachtool a:focus {
    color: rgb(225,195,198);
    background-color: rgb(242,228,229);
}
.top_knowtool .head_teachtool a:hover::after,
.top_knowtool .head_teachtool a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .top_knowtool {
        min-height: auto;
        max-height: none;
    }
    .top_knowtool .first_teachtool {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .top_knowtool .head_primarytool {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .top_knowtool .top_studytool {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .top_knowtool .top_studytool::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .top_knowtool .head_teachtool {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .top_knowtool .head_teachtool a {
        padding: 10px;
        border-bottom: 1px solid rgb(202,158,162,0.5);
    }
    .top_knowtool .head_teachtool a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .top_knowtool,
    .top_knowtool *,
    .top_knowtool *::before,
    .top_knowtool *::after {
        animation: none !important;
        transition: none !important;
    }
}.title_boardtool {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    background-color: rgb(242,228,229);
}

.title_boardtool .learn_waytool {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_boardtool .edu_introtool {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.title_boardtool .edu_introtool::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        225deg,
        #000000 0%,
        rgb(225,195,198,0.5) 30%,
        rgba(0, 0, 0, 0.5) 70%,
        rgb(202,158,162,0.5) 100%
    );
    opacity: 0.65;
    z-index: 2;
}

.title_boardtool .edu_introtool::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 75%,
        #000000 100%
    );
    opacity: 0.8;
    z-index: 2;
}

.title_boardtool .study_smarttool {
    height: 100%;
    display: flex;
    animation: slide-sequence var(--duration, 35s) linear infinite;
}

.title_boardtool .learn_introtool {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title_boardtool .learn_introtool img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom-pan 30s ease alternate infinite;
    filter: saturate(1.1) contrast(1.05);
}

.title_boardtool .learn_introtool:nth-child(2n) img {
    animation-direction: alternate-reverse;
}

.title_boardtool .learn_introtool::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        transparent 40%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: 1;
}

.title_boardtool .text_frametool {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 750px;
    padding: 3rem;
    text-align: center;
    backdrop-filter: blur(3px);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(225,195,198,0.5) 80%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.85;
    border-radius: 11px;
    box-shadow: 0 10px 30px #000000;
    border: 1px solid #000000;
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
}

.title_boardtool .text_frametool::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(
        45deg,
        #000000 0%,
        rgb(225,195,198,0.5) 50%,
        #000000 100%
    );
    border-radius: calc(11px + 3px);
    z-index: -1;
    opacity: 0.4;
    animation: border-glow 6s ease-in-out infinite alternate;
}

.title_boardtool .text_frametool h2 {
    font-size: 39px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.title_boardtool .text_frametool h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(225,195,198,0.5),
        transparent
    );
}

.title_boardtool .text_frametool p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.title_boardtool .text_frametool .message_messagetool {
    display: inline-block;
    padding: 0.8rem 2.2rem;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(
        90deg,
        rgb(225,195,198) 0%,
        #000000 100%
    );
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px #000000;
    z-index: 1;
}

.title_boardtool .text_frametool .message_messagetool::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        rgb(225,195,198) 100%
    );
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: -1;
}

.title_boardtool .text_frametool .message_messagetool:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px #000000;
}

.title_boardtool .text_frametool .message_messagetool:hover::before {
    opacity: 1;
}

@keyframes slide-sequence {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% * var(--image-count, 5)));
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(5px, -5px);
    }
    50% {
        transform: scale(1.15) translate(0, 0);
    }
    75% {
        transform: scale(1.1) translate(-5px, 5px);
    }
    100% {
        transform: scale(1.05) translate(0, 0);
    }
}

@keyframes border-glow {
    0% {
        opacity: 0.2;
        filter: blur(3px);
    }
    100% {
        opacity: 0.4;
        filter: blur(1px);
    }
}

@media (max-width: 1200px) {
    .title_boardtool .text_frametool {
        max-width: 700px;
        padding: 2.5rem;
    }
    
    .title_boardtool .text_frametool h2 {
        font-size: calc(39px * 0.9);
    }
}

@media (max-width: 992px) {
    .title_boardtool .text_frametool {
        max-width: 600px;
        padding: 2rem;
    }
    
    .title_boardtool .text_frametool h2 {
        font-size: 35px;
    }
    
    .title_boardtool .text_frametool p {
        font-size: calc(18px * 0.95);
    }
    
}

@media (max-width: 768px) {
    .title_boardtool {
        height: 90vh;
    }
    
    .title_boardtool .text_frametool {
        width: 85%;
        max-width: 500px;
        padding: 1.8rem;
    }
    
    .title_boardtool .text_frametool h2 {
        margin-bottom: 1.2rem;
    }
    
    .title_boardtool .text_frametool h2::after {
        bottom: -8px;
    }
    
    .title_boardtool .text_frametool p {
        margin-bottom: 1.5rem;
        line-height: 1.7;
    }
    
    .title_boardtool .text_frametool .message_messagetool {
        padding: 0.7rem 2rem;
    }

}

@media (max-width: 576px) {
    .title_boardtool {
        height: 80vh;
    }
    
    .title_boardtool .text_frametool {
        width: 90%;
        padding: 1.5rem;
    }
    
    .title_boardtool .text_frametool h2 {
        font-size: calc(35px * 0.9);
        margin-bottom: 1rem;
    }
    
    .title_boardtool .text_frametool h2::after {
        bottom: -6px;
        height: 1px;
    }
    
    .title_boardtool .text_frametool p {
        font-size: calc(18px * 0.9);
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }
    
    .title_boardtool .text_frametool .message_messagetool {
        padding: 0.6rem 1.8rem;
        font-size: calc(16px * 0.95);
    }
}

@media (max-width: 420px) {
    .title_boardtool {
        height: 70vh;
    }
    
    .title_boardtool .text_frametool {
        padding: 1.2rem;
    }
    
    .title_boardtool .text_frametool h2 {
        font-size: calc(35px * 0.8);
    }
    
    .title_boardtool .text_frametool p {
        font-size: calc(18px * 0.85);
        margin-bottom: 1rem;
    }
    
    .title_boardtool .text_frametool .message_messagetool {
        padding: 0.5rem 1.5rem;
        font-size: calc(16px * 0.9);
    }
    
}

@media (max-height: 600px) {
    .title_boardtool {
        height: auto;
        min-height: 450px;
    }
    
    .title_boardtool .text_frametool {
        padding: 1.5rem;
    }
    
    .title_boardtool .text_frametool h2 {
        margin-bottom: 0.8rem;
    }
    
    .title_boardtool .text_frametool p {
        margin-bottom: 1rem;
    }
}

@supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
    .title_boardtool .text_frametool {
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgb(225,195,198,0.5) 80%,
            rgba(0, 0, 0, 0.5) 100%
        );
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
}

.title_boardtool .study_smarttool {
    --image-count: 5;
    animation-duration: calc(var(--image-count, 5) * 7s);
}

.title_boardtool:has(.learn_introtool:nth-child(2)) .study_smarttool {
    --image-count: 2;
}

.title_boardtool:has(.learn_introtool:nth-child(3)):not(.learn_introtool:nth-child(4)) .study_smarttool {
    --image-count: 3;
}

.title_boardtool:has(.learn_introtool:nth-child(4)):not(.learn_introtool:nth-child(5)) .study_smarttool {
    --image-count: 4;
}

.title_boardtool:has(.learn_introtool:nth-child(5)) .study_smarttool {
    --image-count: 5;
}.secure_pantrytool {
    background-color: rgb(242,228,229);
    padding: 50px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    font-family: Lato, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.secure_pantrytool::before, .secure_pantrytool::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}
.secure_pantrytool::before {
    width: 150px;
    height: 150px;
    background: rgb(225,195,198);
    top: -50px;
    right: -50px;
}
.secure_pantrytool::after {
    width: 100px;
    height: 100px;
    background: rgb(202,158,162);
    bottom: -30px;
    left: -30px;
}
.secure_pantrytool h1 {
    font-size: 41px;
    color: rgb(225,195,198);
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(225,195,198);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool h2 {
    font-size: 29px;
    color: rgb(202,158,162);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool h3,
.secure_pantrytool h4,
.secure_pantrytool h5,
.secure_pantrytool h6 {
    color: rgb(225,195,198);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool h3 { font-size: calc(18px - 0.2rem); }
.secure_pantrytool h4 { font-size: 18px; }
.secure_pantrytool h5 { font-size: calc(18px - 0.2rem); }
.secure_pantrytool h6 { font-size: 20px; }
.secure_pantrytool ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(202,158,162);
    position: relative;
    z-index: 1;
}
.secure_pantrytool li::marker {
    color: rgb(225,195,198);
    font-weight: 600;
}
.secure_pantrytool div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool p {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.secure_pantrytool span {
    color: rgb(225,195,198);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .secure_pantrytool {
        padding: 25px;
        border-radius: 10px;
    }
    
    .secure_pantrytool h1 {
        font-size: calc(18px - 0.5rem);
    }
    
    .secure_pantrytool h2 {
        font-size: calc(18px - 0.4rem);
    }
    
    .secure_pantrytool p {
        font-size: calc(18px - 0.2rem);
    }
}
.secure_pantrytool::before {
    content: '';
    display: block;
    height: 6px;
    width: 60px;
    background-color: rgb(225,195,198);
    margin-bottom: 25px;
    border-radius: 10px;
}
.secure_pantrytool ul li::marker,
.secure_pantrytool ol li::marker {
    color: rgb(202,158,162);
    font-weight: 700;
}
.secure_pantrytool h2 {
    background: linear-gradient(to right, rgb(225,195,198), rgb(202,158,162));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.secure_pantrytool section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}
.secure_pantrytool hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.learning_processtool {
    padding-bottom: 80px;
    padding-top: 80px;
}

.learning_processtool .learn_waytool {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
}

.learning_processtool h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.learning_processtool p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .learning_processtool {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.viewport-containertool .learning_processtool {
    position: relative;
    padding-top: 100px;
}

.viewport-containertool .learning_processtool::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgb(225,195,198);
    z-index: 0;
}

.viewport-containertool .learning_processtool .learn_waytool {
    position: relative;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    padding: 36px;
}

.viewport-containertool .learning_processtool h2 {
    font-size: 40px;
    margin-bottom: 46px;
}

.viewport-containertool .learning_processtool p {
    width: 70%;
    font-size: 22px;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .viewport-containertool .learning_processtool .learn_waytool {
        padding: 20px;
    }

    .viewport-containertool .learning_processtool {
        padding: 50px 0;
    }

    .viewport-containertool .learning_processtool h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 16px;
    }

    .viewport-containertool .learning_processtool p {
        width: 100%;
        font-size: 20px;
    }
}.give_it_a_trytool {
    padding: 10vh 0;
    background: linear-gradient(135deg, rgb(242,228,229), rgb(225,195,198,0.5) 75%);
    color: #000000;
    font-family: Lato, sans-serif;
    position: relative;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.give_it_a_trytool::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2), transparent);
    z-index: 0;
}

.give_it_a_trytool .container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 4vh;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.give_it_a_trytool .learn_waytool {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 3vw;
    padding: 5vh 4vw;
    background: linear-gradient(145deg, #ffffff, rgb(242,228,229));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.give_it_a_trytool .learn_waytool svg {
    fill: rgb(225,195,198);
    width: 10vw;
    height: auto;
    max-width: 100px;
}

.give_it_a_trytool .learn_waytool svg path {
  fill: rgb(225,195,198);
}

.give_it_a_trytool .learn_waytool h2 {
    font-size: 34px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.give_it_a_trytool .learn_waytool .message_messagetool {
    padding: 1.5vh 3vw;
    background: rgb(225,195,198);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .give_it_a_trytool .container {
        grid-template-columns: 1fr;
        width: 95%;
    }

    .give_it_a_trytool .learn_waytool {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 3vh;
    }

    .give_it_a_trytool .learn_waytool svg {
        width: 15vw;
        max-width: 80px;
    }

    .give_it_a_trytool .learn_waytool h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .give_it_a_trytool {
        padding: 8vh 0;
    }

    .give_it_a_trytool .learn_waytool {
        padding: 4vh 3vw;
    }

    .give_it_a_trytool .learn_waytool h2 {
        font-size: 20px;
    }

    .give_it_a_trytool .learn_waytool .message_messagetool {
        font-size: 12px;
        padding: 1.2vh 2.5vw;
    }
}footer {
    background: linear-gradient(180deg, rgb(202,158,162) 0%, #000000 100%);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding: 50px 20px;
    border-top: 5px solid rgb(225,195,198);
    border-bottom: 5px solid rgb(225,195,198);
}
footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .desktop_apptool {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    padding-right: 20px;
}
footer .head_primarytool {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(225,195,198);
    padding-bottom: 15px;
}
footer .head_primarytool svg,
footer .head_primarytool img {
    width: 100px;
    height: 100px;
    fill: rgb(225,195,198);
    margin-right: 15px;
}
footer h5 {
    color: rgb(225,195,198);
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(225,195,198);
}
footer h5::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: rgb(225,195,198);
    bottom: 0;
    left: 0;
}
footer .main_protool {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
footer .main_protool a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin: 8px 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding: 10px;
    position: relative;
}
footer .main_protool a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    background: rgb(225,195,198);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
footer .main_protool a:hover::before {
    opacity: 1;
}
footer .main_protool a:hover {
    color: rgb(225,195,198);
    padding-left: 20px;
}
footer .message_listtool {
    display: flex;
    flex-direction: column;
}
footer .message_listtool div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(225,195,198);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
footer .message_listtool div svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: rgb(225,195,198);
}
footer .message_listtool div span {
    color: #ffffff;
    font-size: 14px;
}
footer .peer_helptool {
    color: #ffffff;
    font-size: 14px;
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgb(225,195,198);
    border-radius: 17px;
    max-width: 800px;
    margin: 20px auto;

    text-align: center;
}
footer .study_bottomtool {
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid rgb(225,195,198);
}
footer .sample_docstool {
    font-size: 13px;
    color: #ffffff;
}
footer .sample_docstool a {
    color: rgb(225,195,198);
    text-decoration: none;
    transition: color 0.3s ease;
}
footer .sample_docstool a:hover {
    color: rgb(202,158,162);
}
@media only screen and (max-width: 1200px) {
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    footer .desktop_apptool {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
    footer .message_listtool {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    footer .desktop_apptool,
    footer .main_protool,
    footer .message_listtool {
        width: 100%;
    }
    footer .main_protool a {
        text-align: center;
        margin: 5px 0;
    }
    footer .message_listtool div {
        width: 90%;
        max-width: none;
    }
    footer .head_primarytool {
        margin-bottom: 20px;
        justify-content: center;
    }
}
.help_centertool {
    background: linear-gradient(145deg, rgb(225,195,198) 0%, rgb(202,158,162) 70%, rgb(242,228,229) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.help_centertool:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgb(225,195,198,0.5) 0%, transparent 60%);
    opacity: 0.2;
    z-index: -1;
    animation: rotateGlow 20s infinite linear;
}

.help_centertool:after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -30%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at 70% 70%, rgb(202,158,162,0.5) 0%, transparent 50%);
    opacity: 0.15;
    z-index: -1;
    animation: rotateGlowReverse 25s infinite linear;
}

.help_centertool .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.help_centertool .instant_helptool {
    background: #ffffff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 50px rgb(225,195,198,0.5);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.help_centertool .instant_helptool:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(202,158,162,0.5);
}

.help_centertool .learn_formtool {
    font-size: 36px;
    color: rgb(225,195,198);
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.help_centertool .learn_formtool:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(202,158,162);
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    animation: slideIn 1.5s ease forwards;
}

.help_centertool .img_imgtool {
    width: 100%;
    height: 320px;
    border-radius: 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.help_centertool .img_imgtool:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    animation: scanLine 4s infinite linear;
}

.help_centertool .img_imgtool:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(202,158,162,0.5);
}

.help_centertool .contact_querytool {
    display: grid;
    gap: 30px;
    position: relative;
}

.help_centertool .contact_querytool p {
    font-size: 13px;
    color: #000000;
    margin: 0;
    font-family: Lato, sans-serif;
    line-height: 1.7;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.help_centertool .contact_querytool p svg {
    width: 24px;
    height: 24px;
    margin: 0 15px;
    fill: rgb(202,158,162);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.help_centertool .contact_querytool p svg path {
    fill: rgb(202,158,162);
    transition: fill 0.3s ease;
}

.help_centertool .contact_querytool p:hover svg {
    transform: translateX(5px);
}

.help_centertool .contact_querytool p:hover svg path {
    fill: rgb(225,195,198);
}

.help_centertool .contact_querytool p span {
    font-weight: 600;
    color: rgb(225,195,198);
}

.help_centertool .contact_querytool p a {
    color: rgb(202,158,162);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.help_centertool .contact_querytool p a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(202,158,162);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.help_centertool .contact_querytool p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

.help_centertool .contact_querytool p a:hover {
    color: rgb(225,195,198);
}

.help_centertool .talk_teamtool {
    margin-top: 50px;
    padding: 30px;
    background: rgb(242,228,229);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.help_centertool .talk_teamtool:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: sweep 6s infinite linear;
}

.help_centertool .talk_teamtool:hover {
    background: rgb(202,158,162,0.5);
    box-shadow: 0 10px 30px rgb(225,195,198,0.5);
}

.help_centertool .contact_formtool {
    font-size: 24px;
    color: rgb(225,195,198);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.help_centertool .contact_formtool svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.help_centertool .contact_formtool svg path {
    fill: rgb(225,195,198);
    transition: fill 0.3s ease;
}

.help_centertool .talk_teamtool:hover .contact_formtool svg path {
    fill: rgb(202,158,162);
}

.help_centertool .get_contactinfotool {
    display: grid;
    gap: 20px;
}

.help_centertool .quick_supporttool {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    padding: 12px 20px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.help_centertool .quick_supporttool svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.help_centertool .quick_supporttool svg path {
    fill: rgb(202,158,162);
}

.help_centertool .quick_supporttool:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(202,158,162,0.5);
}

.help_centertool .quick_supporttool:hover svg {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {
    .help_centertool {
        padding: 80px 0;
    }
    
    .help_centertool .instant_helptool {
        padding: 50px;
    }
    
    .help_centertool .img_imgtool {
        height: 280px;
    }
    
    .help_centertool .learn_formtool {
        font-size: calc(36px * 0.9);
    }
    
    .help_centertool .contact_querytool {
        gap: 25px;
    }
    
    .help_centertool .talk_teamtool {
        padding: 25px;
    }
    
    .help_centertool .contact_querytool p svg {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .help_centertool {
        padding: 60px 0;
    }
    
    .help_centertool .instant_helptool {
        padding: 40px;
    }
    
    .help_centertool .img_imgtool {
        height: 240px;
        margin-bottom: 40px;
    }
    
    .help_centertool .learn_formtool {
        font-size: calc(36px * 0.85);
        margin-bottom: 40px;
    }
    
    .help_centertool .contact_querytool {
        gap: 20px;
    }
    
    .help_centertool .talk_teamtool {
        margin-top: 40px;
        padding: 20px;
    }
    
    .help_centertool .contact_formtool {
        font-size: calc(24px * 0.9);
    }
    
    .help_centertool .quick_supporttool {
        padding: 10px 15px;
    }
    
    .help_centertool .contact_querytool p svg {
        width: 20px;
        height: 20px;
        margin: 0 12px;
    }
    
    .help_centertool .contact_formtool svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .help_centertool {
        padding: 40px 0;
    }
    
    .help_centertool .instant_helptool {
        padding: 30px;
    }
    
    .help_centertool .img_imgtool {
        height: 200px;
        margin-bottom: 30px;
    }
    
    .help_centertool .learn_formtool {
        font-size: calc(36px * 0.75);
    }
    
    .help_centertool .contact_querytool {
        gap: 15px;
    }
    
    .help_centertool .talk_teamtool {
        margin-top: 30px;
        padding: 15px;
    }
    
    .help_centertool .contact_formtool {
        font-size: calc(24px * 0.85);
    }
    
    .help_centertool .quick_supporttool {
        padding: 8px 12px;
    }
    
    .help_centertool .contact_querytool p svg {
        width: 18px;
        height: 18px;
        margin: 0 10px;
    }
    
    .help_centertool .contact_formtool svg {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.thanksFrametool {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(242,228,229);
    color: #000000;
    font-family: Lato, sans-serif;
    padding: 40px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 27px;
}
.thanksFrametool .container {
    max-width: 1100px;
    text-align: left;
    padding: 50px;
    background: #ffffff;
    border-left: 5px solid rgb(225,195,198);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.thanksFrametool h2 {
    font-size: 33px;
    margin-bottom: 20px;
    color: rgb(225,195,198);
    font-weight: 700;
    border-bottom: 2px solid rgb(202,158,162);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.thanksFrametool p {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .thanksFrametool .container {
        padding: 40px;
    }
    .thanksFrametool h2 {
        font-size: 24px;
    }
    .thanksFrametool p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 800px) {
    .thanksFrametool {
        padding: 20px 10px;
    }
    .thanksFrametool .container {
        padding: 30px;
    }
    .thanksFrametool h2 {
        font-size: 19px;
    }
    .thanksFrametool p {
        font-size: 20px;
    }
}
.course_infotool {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    background-color: rgb(242,228,229);
}

.course_infotool .skill_tracktool {
    grid-column: 4 / span 8;
    grid-row: 1;
    height: 100%;
    position: relative;
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.course_infotool .skill_tracktool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, rgb(202,158,162,0.5), transparent);
    z-index: 2;
    pointer-events: none;
}

.course_infotool .learn_networktool {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.course_infotool .ready_skillstool {
    position: relative;
    height: 100%;
    width: 100%;
    perspective: 1000px;
}

.course_infotool .learn_codingtool {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateZ(-50px);
    transition: opacity 0.8s, transform 0.8s;
    z-index: 1;
}

.course_infotool .learn_codingtool:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}

.course_infotool .learn_codingtool:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}

.course_infotool .learn_codingtool:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}

.course_infotool .learn_codingtool:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}

.course_infotool .learn_codingtool:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}

.course_infotool .learn_codingtool img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_infotool .learn_networktool:hover .learn_codingtool {
    animation-play-state: paused;
}

.course_infotool .container {
    grid-column: 1 / span 7;
    grid-row: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 4rem;
    position: relative;
    z-index: 2;
}

.course_infotool .learn_waytool {
    width: 100%;
    max-width: 550px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
}

.course_infotool .knowledge_flowtool {
    position: relative;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.course_infotool .knowledge_flowtool h3 {
    color: #ffffff;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.1;
    transform: translateY(30px);
    opacity: 0;
    animation: slide-up 0.7s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.course_infotool .knowledge_flowtool::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    border-top: 3px solid rgb(225,195,198);
    border-left: 3px solid rgb(225,195,198);
    opacity: 0;
    animation: fade-in 0.5s 0.9s ease-out forwards;
}

.course_infotool .knowledge_flowtool::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    border-bottom: 3px solid rgb(225,195,198);
    border-right: 3px solid rgb(225,195,198);
    opacity: 0;
    animation: fade-in 0.5s 0.9s ease-out forwards;
}

.course_infotool .knowledge_flowtool p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: slide-up 0.7s 0.4s ease-out forwards;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.course_infotool .message_messagetool {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: rgb(225,195,198);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: slide-up 0.7s 0.6s ease-out forwards;
}

.course_infotool .message_messagetool:hover {
    background: transparent;
    box-shadow: 0 0 30px rgba(rgb(225,195,198), 0.5);
    transform: scale(1.05);
}

.course_infotool .message_messagetool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(225,195,198);
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: bottom right;
    transform: scale(1);
}

.course_infotool .message_messagetool:hover::before {
    transform: scale(0);
    transition: transform 0.5s;
}

@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.course_infotool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
        rgb(202,158,162,0.5) 0%,
        rgb(202,158,162,0.5) 40%,
        transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.course_infotool::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(225,195,198,0.5) 0%,
        transparent 50%
    );
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .course_infotool .learn_waytool {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .course_infotool {
        grid-template-columns: repeat(10, 1fr);
    }
    
    .course_infotool .skill_tracktool {
        grid-column: 6 / span 5;
    }
    
    .course_infotool .container {
        grid-column: 1 / span 6;
        padding: 0 0 0 3rem;
    }
    
    .course_infotool .learn_waytool {
        max-width: 100%;
    }
    
    .course_infotool::before {
        background: linear-gradient(to right,
            rgb(202,158,162,0.5) 0%,
            rgb(202,158,162,0.5) 30%,
            transparent 60%);
    }
}

@media screen and (max-width: 992px) {
    .course_infotool {
        display: flex;
        flex-direction: column;
        padding: 0;
        min-height: auto;
    }
    
    .course_infotool .skill_tracktool {
        width: 100%;
        height: 50vh;
        clip-path: none;
        order: 1;
    }
    
    .course_infotool .skill_tracktool::before {
        display: none;
    }
    
    .course_infotool .container {
        width: 100%;
        padding: 4rem 3rem;
        order: 2;
    }
    
    .course_infotool .learn_waytool {
        margin: 0;
        max-width: 600px;
    }
    
    .course_infotool .knowledge_flowtool {
        background: rgba(0, 0, 0, 0.7);
    }
    
    .course_infotool::before {
        background: rgb(202,158,162,0.5);
        opacity: 0.95;
    }
    
    .course_infotool::after {
        background: none;
    }
    
    .course_infotool .learn_codingtool {
        animation-duration: 20s;
    }
}

@media screen and (max-width: 768px) {
    .course_infotool .skill_tracktool {
        height: 40vh;
    }
    
    .course_infotool .container {
        padding: 3rem 2rem;
    }
    
    .course_infotool .knowledge_flowtool h3 {
        font-size: calc(39px * 0.8);
    }
    
    .course_infotool .knowledge_flowtool::before,
    .course_infotool .knowledge_flowtool::after {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 576px) {
    .course_infotool .skill_tracktool {
        height: 35vh;
    }
    
    .course_infotool .container {
        padding: 2.5rem 1.5rem;
    }
    
    .course_infotool .knowledge_flowtool h3 {
        font-size: calc(35px * 1.1);
    }
    
    .course_infotool .knowledge_flowtool::before,
    .course_infotool .knowledge_flowtool::after {
        width: 40px;
        height: 40px;
        top: -20px;
        left: -20px;
        bottom: -20px;
        right: -20px;
    }
    
    .course_infotool .message_messagetool {
        width: 100%;
        text-align: center;
    }
}.mentorship_experiencetool {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(242,228,229);
    color: #000000;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}

.mentorship_experiencetool .learn_waytool {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
}

.mentorship_experiencetool .feedback_cornertool {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    padding: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.mentorship_experiencetool .img_imgtool {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(202,158,162);
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 0 4px #ffffff;
    flex-shrink: 0;
}

.mentorship_experiencetool .work_overviewtool {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.mentorship_experiencetool .work_overviewtool::before, 
.mentorship_experiencetool .work_overviewtool::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.mentorship_experiencetool .work_overviewtool::before {
    top: 0;
    left: 0;
}

.mentorship_experiencetool .work_overviewtool::after {
    bottom: 0;
    right: 0;
}

.mentorship_experiencetool .feedback_cornertool .name {
    color: rgb(202,158,162);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mentorship_experiencetool .feedback_cornertool span {
    color: rgb(225,195,198);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mentorship_experiencetool .feedback_cornertool .emp_exptool {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    max-width: 80%;
    position: relative;
}



@media only screen and (max-width: 1200px) {
    .mentorship_experiencetool {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .mentorship_experiencetool .learn_waytool {
        width: 95%;
    }

    .mentorship_experiencetool .feedback_cornertool {
        max-width: 100%;
        padding: 25px;
    }

    .mentorship_experiencetool .img_imgtool {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 800px) {
    .mentorship_experiencetool {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mentorship_experiencetool .learn_waytool {
        width: 100%;
        gap: 20px;
    }

    .mentorship_experiencetool .feedback_cornertool {
        padding: 20px;
    }

    .mentorship_experiencetool .img_imgtool {
        width: 110px;
        height: 110px;
    }
}

.viewport-containertool .mentorship_experiencetool .feedback_cornertool {
    flex-direction: row;
    align-items: center;
    padding: 30px;
    background: rgb(202,158,162);
}

.viewport-containertool .mentorship_experiencetool .img_imgtool {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid rgb(225,195,198);
    margin-right: 30px;
}

.viewport-containertool .work_overviewtool {
    align-items: flex-start;
    text-align: left;
}

.viewport-containertool .mentorship_experiencetool .feedback_cornertool .emp_exptool {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    font-style: italic;
}

.viewport-containertool .mentorship_experiencetool .feedback_cornertool .name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .viewport-containertool .mentorship_experiencetool .feedback_cornertool {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .viewport-containertool .mentorship_experiencetool .img_imgtool {
        margin-right: 0;
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
    }
    .viewport-containertool .work_overviewtool {
        align-items: center;
    }
    .viewport-containertool .mentorship_experiencetool .feedback_cornertool .emp_exptool {
        text-align: center;
    }
}
.course_candidatestool {
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,229) 0%, #ffffff 100%);
    padding: 150px 0;
    overflow: hidden;
}

.course_candidatestool::before,
.course_candidatestool::after {
    content: '';
    position: absolute;
    width: 60vmax;
    height: 60vmax;
    background: rgb(225,195,198,0.5);
    border-radius: 43% 57% 70% 30% / 45% 65% 35% 55%;
    opacity: 0.1;
    animation: blobMove 15s ease-in-out infinite alternate;
}

.course_candidatestool::before {
    top: -30%;
    right: -20%;
    background: rgb(202,158,162,0.5);
    animation-delay: -5s;
}

.course_candidatestool::after {
    bottom: -30%;
    left: -20%;
}

@keyframes blobMove {
    0% { border-radius: 43% 57% 70% 30% / 45% 65% 35% 55%; transform: rotate(0deg); }
    50% { border-radius: 57% 43% 30% 70% / 55% 35% 65% 45%; transform: rotate(180deg); }
    100% { border-radius: 43% 57% 70% 30% / 45% 65% 35% 55%; transform: rotate(360deg); }
}

.course_candidatestool .container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
}

.course_candidatestool .target_audiencetool {
    flex: 0 0 450px;
    height: 550px;
    position: relative;
    border-radius: 100px 0;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-10deg);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.course_candidatestool .target_audiencetool:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.course_candidatestool .target_audiencetool::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(225,195,198,0.5) 100%
    );
    opacity: 0.3;
    mix-blend-mode: overlay;
}

.course_candidatestool .study_suitabletool {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.course_candidatestool .study_suitabletool h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(225,195,198);
    margin-bottom: 60px;
    position: relative;
}

.course_candidatestool .study_suitabletool h2::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: -20px;
    left: -30px;
    border-radius: 0 30px;
    background: rgb(225,195,198,0.5);
    opacity: 0.2;
    z-index: -1;
    animation: rotateSquare 6s linear infinite;
}

@keyframes rotateSquare {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.course_candidatestool .edu_recommendedtool {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.course_candidatestool .edu_recommendedtool div {
    background: #ffffff;
    padding: 35px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    transform-origin: left center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgb(202,158,162,0.5);
}

.course_candidatestool .edu_recommendedtool div::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(242,228,229);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.course_candidatestool .edu_recommendedtool div:hover {
    transform: scale(1.02);
    border-color: transparent;
}

.course_candidatestool .edu_recommendedtool div:hover::before {
    opacity: 1;
}

.course_candidatestool .edu_recommendedtool svg {
    width: 45px;
    height: 45px;
    fill: rgb(225,195,198);
    flex-shrink: 0;
    transition: all 0.4s ease;
    filter: drop-shadow(3px 3px 0 rgb(225,195,198,0.5));
}

.course_candidatestool .edu_recommendedtool div:hover svg {
    transform: scale(1.1) rotate(10deg);
    filter: drop-shadow(5px 5px 0 rgb(225,195,198,0.5));
}

.course_candidatestool .edu_recommendedtool div:nth-child(odd) {
    margin-right: 40px;
}

.course_candidatestool .edu_recommendedtool div:nth-child(even) {
    margin-left: 40px;
}

@media (max-width: 1200px) {
    .course_candidatestool {
        padding: 120px 0;
    }

    .course_candidatestool .target_audiencetool {
        flex: 0 0 400px;
        height: 500px;
    }
}

@media (max-width: 991px) {
    .course_candidatestool {
        padding: 100px 0;
    }

    .course_candidatestool .container {
        flex-direction: column;
        gap: 60px;
    }

    .course_candidatestool .target_audiencetool {
        transform: none;
        border-radius: 60px 0;
        width: 300px;
    }

    .course_candidatestool .target_audiencetool:hover {
        transform: scale(1.02);
    }

    .course_candidatestool .study_suitabletool {
        text-align: center;
    }

    .course_candidatestool .study_suitabletool h2::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .course_candidatestool {
        padding: 80px 0;
    }

    .course_candidatestool .target_audiencetool {
        flex: 0 0 350px;
        height: 400px;
        border-radius: 40px 0;
    }

    .course_candidatestool .study_suitabletool h2 {
        font-size: calc(40px * 0.8);
        margin-bottom: 40px;
    }

    .course_candidatestool .edu_recommendedtool div {
        padding: 25px 30px;
        margin: 0 !important;
    }

    .course_candidatestool .edu_recommendedtool svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .course_candidatestool {
        padding: 60px 0;
    }

    .course_candidatestool .target_audiencetool {
        flex: 0 0 280px;
        height: 320px;
        border-radius: 30px 0;
    }

    .course_candidatestool .study_suitabletool h2 {
        font-size: calc(40px * 0.7);
    }

    .course_candidatestool .study_suitabletool h2::before {
        width: 60px;
        height: 60px;
    }

    .course_candidatestool .edu_recommendedtool div {
        padding: 20px 25px;
    }

    .course_candidatestool .edu_recommendedtool svg {
        width: 30px;
        height: 30px;
    }
}.contact_form_sectiontool {
    padding: 60px 20px;
    background: linear-gradient(135deg, rgb(225,195,198) 0%, rgb(202,158,162) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.contact_form_sectiontool h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.contact_form_sectiontool .message_widgettool {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.contact_form_sectiontool form input,
.contact_form_sectiontool form textarea {
    color: #000000;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(225,195,198,0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 24px;
    outline: none;
    transition: border 0.3s ease, background 0.3s ease;
}

.contact_form_sectiontool form input:focus,
.contact_form_sectiontool form textarea:focus {
    border-color: rgb(202,158,162);
    background: rgba(255, 255, 255, 1);
}

.contact_form_sectiontool form .message_messagetool {
    background: rgb(225,195,198);
    color: #ffffff;
    border-radius: 24px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact_form_sectiontool form .message_messagetool:hover {
    background: rgb(202,158,162);
    transform: translateY(-3px);
}

.contact_form_sectiontool .learn_waytool {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.contact_form_sectiontool .learn_waytool > div {
    width: 100%;
}

.contact_form_sectiontool .request_messagetool {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.contact_form_sectiontool .help_supporttool {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact_form_sectiontool .help_supporttool label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
}

.contact_form_sectiontool .help_supporttool a {
    color: rgb(202,158,162);
    text-decoration: none;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.contact_form_sectiontool .help_supporttool a:hover {
    color: rgb(225,195,198);
}

.contact_form_sectiontool .help_supporttool input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .contact_form_sectiontool {
        padding: 40px 10px;
    }

    .contact_form_sectiontool .learn_waytool {
        flex-direction: column;
    }

    .contact_form_sectiontool h3 {
        font-size: 40px;
    }
}

.viewport-containertool .contact_form_sectiontool .learn_waytool {
    justify-content: center;
    position: relative;
}

.viewport-containertool .contact_form_sectiontool .learn_waytool::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(202,158,162,0.5);
    border-radius: 50%;
    top: -100px;
    left: -50px;
    z-index: -1;
    animation: rotate 20s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.viewport-containertool .contact_form_sectiontool .request_messagetool {
    color: rgb(202,158,162);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

.viewport-containertool .contact_form_sectiontool {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, #000000 0%, rgb(225,195,198,0.5) 100%);
}

.viewport-containertool .contact_form_sectiontool .message_widgettool {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.viewport-containertool .contact_form_sectiontool form input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(225,195,198,0.5);
    border-radius: 10px;
}

.viewport-containertool .contact_form_sectiontool form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}

.viewport-containertool .contact_form_sectiontool .help_helptool {
    flex-direction: column;
}

.viewport-containertool .contact_form_sectiontool h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: rgb(202,158,162);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.viewport-containertool .contact_form_sectiontool .help_supporttool a {
    text-decoration: none;
    color: rgb(202,158,162);
}

.viewport-containertool .contact_form_sectiontool form .message_messagetool {
    background: rgb(225,195,198);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin: auto;
    transition: background 0.3s ease, transform 0.3s ease;
}

.viewport-containertool .contact_form_sectiontool form .message_messagetool:hover {
    background: rgb(202,158,162);
    transform: translateY(-3px);
}

@media only screen and (max-width: 800px) {
    .viewport-containertool .contact_form_sectiontool {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .viewport-containertool .contact_form_sectiontool .learn_waytool > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .viewport-containertool .contact_form_sectiontool form .message_messagetool {
        width: 100%;
    }
}