* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.case_studytool {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1224px;
}.top_primarytool {
    flex: 1 0 auto;
}.wrapper-sectiontool {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.user_testimonialstool {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 50%, rgb(199,210,156,0.5) 50%);
    position: relative;
}.user_testimonialstool::before {
    content: "";
    opacity: 0.7;
    height: 200px;
    top: -5%;
    right: -5%;
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    width: 200px;
    background: linear-gradient(45deg, rgb(166,182,110), rgb(199,210,156,0.5));
    z-index: 0;
}.user_testimonialstool::after {
    left: -5%;
    width: 250px;
    z-index: 0;
    height: 250px;
    border-radius: 50%;
    content: "";
    bottom: -5%;
    position: absolute;
    opacity: 0.5;
    filter: blur(60px);
    background: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110,0.5));
}.user_testimonialstool .container {
    position: relative;
    z-index: 1;
}.user_testimonialstool h2 {
    transform: skewX(-5deg);
    font-weight: 700;
    color: #000000;
    margin-bottom: 4rem;
    position: relative;
    font-size: 28px;
    display: inline-block;
}.user_testimonialstool h2::after {
    transform: translateX(15%);
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(166,182,110), transparent);
    position: absolute;
    bottom: -10px;
    width: 70%;
    content: "";
}.user_testimonialstool .feedback_listtool {
    transform: rotate(-2deg);
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 3rem;
}.user_testimonialstool .learn_reviewstool {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    transition: all 0.5s ease;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    padding: 2rem;
    transform: rotate(2deg);
    border-radius: 25px;
}.user_testimonialstool .learn_reviewstool:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.user_testimonialstool .learn_reviewstool:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.user_testimonialstool .learn_reviewstool:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
}.user_testimonialstool .learn_reviewstool::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(166,182,110), rgb(199,210,156));
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    content: "";
}.user_testimonialstool .learn_reviewstool img {
    transform: translateY(-20px);
    width: 80px;
    transition: all 0.5s ease;
    border-radius: 50%;
    object-fit: cover;
    height: 80px;
    margin: 0 auto 1rem;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.user_testimonialstool .learn_reviewstool:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.user_testimonialstool .learn_reviewstool p {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: calc(14px * 1.1);
}.user_testimonialstool .learn_reviewstool .description {
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    text-align: center;
    color: #000000;
    font-style: italic;
    font-size: 14px;
}.user_testimonialstool .learn_reviewstool .description::before {
    font-family: serif;
    z-index: -1;
    left: 0;
    color: rgb(166,182,110,0.5);
    top: -20px;
    font-size: 4rem;
    position: absolute;
    content: "";
}

@media (max-width: 992px) {.user_testimonialstool .feedback_listtool {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user_testimonialstool {
    background: linear-gradient(135deg, rgb(233,237,211) 40%, rgb(199,210,156,0.5) 60%);
    padding: 4rem 0;
}.user_testimonialstool h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.user_testimonialstool .feedback_listtool {
    transform: rotate(0);
    gap: 2rem;
    grid-template-columns: 1fr;
}.user_testimonialstool .learn_reviewstool,
    .user_testimonialstool .learn_reviewstool:nth-child(odd),
    .user_testimonialstool .learn_reviewstool:nth-child(3n) {
    transform: rotate(0);
}.user_testimonialstool .learn_reviewstool:hover {
    transform: translateY(-5px);
}}.tyPagetool {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgba(rgb(166,182,110,0.5), 0.15) 100%);
}.tyPagetool::before {
    left: -10%;
    height: 180%;
    transform: rotate(-15deg) translateZ(0);
    z-index: -1;
    position: absolute;
    top: -20%;
    width: 60%;
    content: "";
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    background: linear-gradient(145deg, rgb(199,210,156) 0%, rgba(rgb(199,210,156,0.5), 0.2) 100%);
    animation: floatBg 18s infinite alternate ease-in-out;
}.tyPagetool::after {
    content: "";
    width: 40%;
    transform: rotate(12deg) translateZ(0);
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    z-index: -1;
    position: absolute;
    height: 140%;
    right: -5%;
    background: linear-gradient(215deg, rgb(166,182,110) 0%, rgba(rgb(166,182,110,0.5), 0.3) 100%);
    bottom: -10%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
}.tyPagetool .container {
    max-width: 1320px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.tyPagetool .learn_academytool {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(199,210,156,0.5), 0.05);
    opacity: 1;
    backdrop-filter: blur(15px);
    position: relative;
    border-left: 4px solid rgb(199,210,156);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 4rem;
    transform: translateY(0);
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
}.tyPagetool .learn_academytool::before {
    border: 2px dashed rgba(rgb(166,182,110,0.5), 0.2);
    height: 100%;
    pointer-events: none;
    left: 20px;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    transform: translate(-10px, -10px);
    top: 20px;
}.tyPagetool .learn_academytool > div:first-child {
    margin-bottom: 2rem;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    transform: translateX(0);
    position: relative;
}.tyPagetool .learn_academytool > div:first-child::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    width: 80px;
    bottom: -0.8rem;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    background: rgb(199,210,156);
}.tyPagetool h5 {
    letter-spacing: -0.01em;
    transform: translateZ(0);
    line-height: 1.4;
    font-size: 23px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}.tyPagetool .learn_academytool > div:last-child {
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    opacity: 0;
}.tyPagetool a {
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
}.tyPagetool a:hover {
    transform: translateY(-5px);
}.tyPagetool a::before {
    top: -15px;
    background: linear-gradient(135deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    content: "";
    border-radius: 10px;
    transform: rotate(-15deg);
    width: 40px;
    position: absolute;
    left: -20px;
    opacity: 0.1;
    height: 40px;
    transition: all 0.4s ease;
}.tyPagetool a:hover::before {
    transform: rotate(0deg) scale(1.2);
    opacity: 0.2;
}.tyPagetool p {
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.tyPagetool {
    padding: 4rem 0;
}.tyPagetool .learn_academytool {
    padding: 3rem;
}.tyPagetool h5 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.tyPagetool {
    padding: 3rem 0;
}.tyPagetool .learn_academytool {
    padding: 2.5rem 2rem;
}.tyPagetool h5 {
    font-size: calc(23px * 0.85);
}.tyPagetool p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.tyPagetool::before {
    width: 80%;
}.tyPagetool::after {
    width: 60%;
}
}

@media (max-width: 575px) {.tyPagetool {
    padding: 2.5rem 0;
}.tyPagetool .learn_academytool {
    padding: 2rem 1.5rem;
}.tyPagetool h5 {
    font-size: calc(23px * 0.8);
}.tyPagetool p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.tyPagetool .learn_academytool::before {
    display: none;
}.tyPagetool .learn_academytool > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.tyPagetool a {
    overflow: hidden;
    position: relative;
}.tyPagetool a::after {
    transform-origin: right;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: rgb(199,210,156);
}.tyPagetool a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}}header {
    padding: 0;
    overflow: visible;
    position: relative;
    margin-top: 0;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(233,237,211);
}header::before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(199,210,156), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(199,210,156), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(199,210,156), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(199,210,156), 0.03) 25%) 0 0 / 20px 20px;
    height: 100%;
    content: '';
    width: 100%;
}header::after {
    transform: scaleX(0.7);
    height: 5px;
    transform-origin: center;
    bottom: 0;
    background: linear-gradient(to right, 
        rgb(199,210,156), 
        rgb(166,182,110), 
        rgb(199,210,156)
    );
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    content: '';
    left: 0;
}header:hover::after {
    transform: scaleX(1);
}header .main_coretool {
    position: relative;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 2.5rem;
}header .page_toptool {
    position: relative;
    flex: 0 0 auto;
    perspective: 800px;
    margin-right: 2rem;
}header .head_knowtool {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head_knowtool:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head_knowtool::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(199,210,156);
    content: '';
    filter: blur(10px);
    opacity: 0.1;
    transform: translateZ(-10px);
    height: 100%;
}header .head_knowtool img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .top_tutortool {
    perspective: 1000px;
    display: flex;
    padding: 0;
    transform-style: preserve-3d;
    list-style: none;
    margin: 0;
    position: relative;
}header .top_tutortool::before {
    height: 10px;
    width: 100%;
    left: 0;
    transform: rotateX(90deg);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
    position: absolute;
    transform-origin: top;
    top: 100%;
}header .nav_primarytool {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .nav_primarytool a {
    transform: translateZ(0);
    border-radius: 10px;
    color: #000000;
    transform-style: preserve-3d;
    align-items: center;
    font-size: 15px;
    padding: 0.7rem 1.2rem;
    font-weight: 600;
    background: #ffffff;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}header .nav_primarytool a::before {
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateZ(-5px);
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(199,210,156,0.5) 0%, 
        rgb(166,182,110,0.5) 100%
    );
    opacity: 0;
    content: '';
}header .nav_primarytool a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}header .nav_primarytool a:hover::before {
    opacity: 1;
}header .nav_primarytool a::after {
    background: rgb(199,210,156);
    bottom: -5px;
    opacity: 0;
    left: 5px;
    transform: translateZ(-10px);
    content: '';
    transition: all 0.4s ease;
    right: 5px;
    position: absolute;
    height: 5px;
}header .nav_primarytool a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .main_coretool::before {
    top: 0;
    position: absolute;
    left: 35%;
    content: '';
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(199,210,156), 
        transparent
    );
}.top_primarytool {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .main_coretool {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_primarytool {
    margin: 0 0.5rem;
}header .nav_primarytool a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .main_coretool {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .page_toptool {
    margin-bottom: 0;
    margin-right: 0;
}header .top_tutortool {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_primarytool a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_coretool {
    padding: 0.8rem 1.5rem;
}header .page_toptool {
    max-width: 140px;
}header .head_knowtool img {
    max-height: 35px;
}header .top_tutortool {
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .top_tutortool::-webkit-scrollbar {
    height: 3px;
}header .top_tutortool::-webkit-scrollbar-thumb {
    background: rgb(199,210,156,0.5);
    border-radius: 10px;
}header .nav_primarytool {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_primarytool a {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .main_coretool {
    padding: 0.7rem 1.2rem;
}header .page_toptool {
    max-width: 120px;
}header .nav_primarytool a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head_knowtool:hover {
    transform: translateY(-3px);
}header .nav_primarytool a:hover {
    transform: translateY(-3px);
}}.privacy_refugetool {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgba(255,255,255,0.95) 100%);
}.privacy_refugetool::before {
    top: 0;
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    z-index: 0;
    left: 0;
    transform: translateZ(0);
    height: 100%;
}.privacy_refugetool::after {
    position: absolute;
    z-index: 0;
    opacity: 0.12;
    top: -10%;
    height: 40%;
    content: "";
    right: -10%;
    background: radial-gradient(circle, rgb(166,182,110,0.5) 0%, transparent 70%);
    transform: translateZ(0);
    width: 40%;
}.privacy_refugetool .container {
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 2rem;
    backdrop-filter: blur(10px);
    max-width: 1140px;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
}.privacy_refugetool h1 {
    transform: translateZ(0);
    color: rgb(199,210,156);
    position: relative;
    display: inline-block;
    font-size: 47px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
}.privacy_refugetool h1::after {
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    position: absolute;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
    content: "";
    bottom: -8px;
    transform-origin: left;
    left: 0;
    width: 40%;
}.privacy_refugetool h1:hover::after {
    width: 100%;
}.privacy_refugetool h2 {
    font-size: 33px;
    color: rgb(199,210,156);
    margin: 2.5rem 0 1.25rem;
    border-left: 3px solid rgb(166,182,110);
    padding-left: 1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}.privacy_refugetool h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: rgb(166,182,110);
    transform: translateZ(0);
    font-size: calc(33px * 0.85);
    font-family: Arial, sans-serif;
}.privacy_refugetool h4 {
    font-size: calc(33px * 0.75);
    margin: 1.5rem 0 0.75rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    transform: translateZ(0);
    padding-bottom: 0.5rem;
}.privacy_refugetool h4::after {
    background-color: rgb(166,182,110,0.5);
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
}.privacy_refugetool p {
    color: #000000;
    font-size: 12px;
    max-width: 90ch;
    margin-bottom: 1.25rem;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.privacy_refugetool p strong {
    display: inline-block;
    position: relative;
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(166,182,110), 0.08) 50%, transparent 100%);
    color: #000000;
    font-weight: 600;
    padding: 0 4px;
}.privacy_refugetool span {
    font-size: calc(12px * 0.95);
    transform: translateZ(0);
    border-left: 1px dashed rgb(166,182,110,0.5);
    line-height: 1.65;
    font-family: Arial, sans-serif;
    padding-left: 1rem;
    color: #000000;
    display: block;
    margin-bottom: 1.5rem;
}.privacy_refugetool ul {
    transform: translateZ(0);
    margin: 1.5rem 0;
    padding-left: 0;
    position: relative;
    list-style-type: none;
}.privacy_refugetool ul::before {
    bottom: 0;
    position: absolute;
    width: 1px;
    content: "";
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to bottom, rgb(166,182,110,0.5), transparent);
    left: 10px;
}.privacy_refugetool li {
    padding-left: 2.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
}.privacy_refugetool li::before {
    left: 5px;
    content: "";
    border: 1px solid rgb(166,182,110);
    width: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 10px;
    top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    transform: rotate(45deg);
}.privacy_refugetool li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(166,182,110,0.5);
}

@media (max-width: 992px) {.privacy_refugetool {
    padding: 3rem 1.5rem;
}.privacy_refugetool .container {
    padding: 1.5rem;
}.privacy_refugetool h1 {
    font-size: calc(47px * 0.9);
}.privacy_refugetool h2 {
    font-size: calc(33px * 0.9);
    padding-left: 0.75rem;
}.privacy_refugetool h3 {
    font-size: calc(33px * 0.75);
}.privacy_refugetool h4 {
    font-size: calc(33px * 0.65);
}
}

@media (max-width: 768px) {.privacy_refugetool {
    padding: 2rem 1rem;
}.privacy_refugetool .container {
    padding: 1.25rem;
}.privacy_refugetool h1 {
    font-size: calc(47px * 0.8);
}.privacy_refugetool h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.8);
}.privacy_refugetool p {
    font-size: calc(12px * 0.95);
}.privacy_refugetool span {
    font-size: calc(12px * 0.9);
}.privacy_refugetool li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_refugetool {
    padding: 1.5rem 0.75rem;
}.privacy_refugetool .container {
    padding: 1rem;
}.privacy_refugetool h1 {
    font-size: calc(47px * 0.7);
}.privacy_refugetool h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.5rem;
}.privacy_refugetool h3 {
    font-size: calc(33px * 0.65);
}.privacy_refugetool h4 {
    font-size: calc(33px * 0.55);
}.privacy_refugetool p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.privacy_refugetool span {
    font-size: calc(12px * 0.85);
    padding-left: 0.75rem;
}.privacy_refugetool ul {
    margin: 1.25rem 0;
}.privacy_refugetool li {
    font-size: calc(12px * 0.9);
    padding-left: 1.75rem;
}.privacy_refugetool li::before {
    height: 8px;
    width: 8px;
}}.contact_form_boxtool {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
    overflow: hidden;
    position: relative;
}.contact_form_boxtool::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,210,156,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(166,182,110,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.4;
    width: 100%;
    content: '';
}.contact_form_boxtool::after {
    background-size: 50px 50px;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(166,182,110,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(166,182,110,0.5) 1px, transparent 1px);
    top: 0;
    position: absolute;
}.contact_form_boxtool .image_boxtool {
    left: 0;
    width: 45%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    z-index: 2;
    height: 100%;
}.contact_form_boxtool .image_boxtool::after {
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
}.contact_form_boxtool .container {
    max-width: 1200px;
    z-index: 3;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.contact_form_boxtool h3 {
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 31px;
    text-shadow: 0 0 15px rgb(199,210,156,0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_form_boxtool .feedback_inquirytool {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 26px;
    box-shadow: 0 15px 35px 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) inset;
    justify-content: space-between;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}.contact_form_boxtool .feedback_inquirytool:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.contact_form_boxtool .reach_paneltool {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}.contact_form_boxtool .reach_paneltool::before {
    position: absolute;
    top: -100px;
    background: radial-gradient(rgb(199,210,156,0.5), transparent 70%);
    opacity: 0.2;
    right: -100px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    content: '';
}.contact_form_boxtool .reach_paneltool::after {
    width: 150px;
    content: '';
    left: -75px;
    bottom: -75px;
    background: radial-gradient(rgb(166,182,110,0.5), transparent 70%);
    position: absolute;
    border-radius: 50%;
    height: 150px;
    opacity: 0.2;
}.contact_form_boxtool form {
    position: relative;
    z-index: 2;
}.contact_form_boxtool form h3 {
    margin-bottom: 25px;
    font-size: 20px;
    text-shadow: none;
    background: linear-gradient(to right, #ffffff, rgb(199,210,156));
    text-align: left;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.contact_form_boxtool input[type="text"],
.contact_form_boxtool textarea {
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}.contact_form_boxtool input[type="text"]:focus,
.contact_form_boxtool textarea:focus {
    box-shadow: 0 0 10px rgb(199,210,156,0.5);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(199,210,156);
    outline: none;
}.contact_form_boxtool textarea {
    resize: none;
    height: 120px;
}.contact_form_boxtool .help_feedbacktool {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_form_boxtool .help_feedbacktool input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_boxtool .help_feedbacktool label {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
}.contact_form_boxtool .help_feedbacktool label::before {
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    content: '';
    top: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 10px;
}.contact_form_boxtool .help_feedbacktool input[type="checkbox"]:checked + label::before {
    background: rgb(199,210,156);
    border-color: rgb(199,210,156);
}.contact_form_boxtool .help_feedbacktool input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    position: absolute;
    border: solid #ffffff;
    top: 5px;
    transform: rotate(45deg);
    content: '';
}.contact_form_boxtool .help_feedbacktool a {
    transition: color 0.3s ease;
    color: rgb(199,210,156);
    text-decoration: none;
}.contact_form_boxtool .help_feedbacktool a:hover {
    text-decoration: underline;
    color: rgb(166,182,110);
}.contact_form_boxtool .reach_cardtool {
    border: none;
    position: relative;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to right, rgb(199,210,156), rgb(166,182,110));
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    overflow: hidden;
}.contact_form_boxtool .reach_cardtool::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
    top: 0;
}.contact_form_boxtool .reach_cardtool:hover {
    box-shadow: 0 5px 15px rgb(199,210,156,0.5);
    transform: translateY(-2px);
}.contact_form_boxtool .reach_cardtool:hover::before {
    left: 100%;
}.contact_form_boxtool .help_sectiontool {
    position: relative;
    overflow: hidden;
    width: 40%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    padding: 40px;
}.contact_form_boxtool .help_sectiontool::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(199,210,156,0.5) 0%, transparent 60%);
    width: 100%;
    opacity: 0.4;
    content: '';
}.contact_form_boxtool .help_sectiontool h4 {
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_form_boxtool .help_sectiontool h4::after {
    background: rgb(199,210,156);
    border-radius: 3px;
    left: 0;
    width: 50px;
    bottom: -10px;
    content: '';
    position: absolute;
    height: 3px;
}.contact_form_boxtool .support_gridtool {
    margin: 0;
    list-style: none;
    padding: 0;
}.contact_form_boxtool .support_gridtool li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 5px;
}.contact_form_boxtool .support_gridtool li:hover {
    transform: translateX(5px);
}.contact_form_boxtool .support_gridtool li::before {
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(199,210,156);
    top: 50%;
    left: -10px;
    border-radius: 50%;
    height: 0;
    opacity: 0;
    width: 0;
}.contact_form_boxtool .support_gridtool li:hover::before {
    left: -3px;
    height: 6px;
    opacity: 1;
    width: 6px;
}.contact_form_boxtool .support_gridtool svg {
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(199,210,156,0.5));
    transition: transform 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    fill: rgb(199,210,156);
}.contact_form_boxtool .support_gridtool li:hover svg {
    transform: scale(1.1);
}.contact_form_boxtool .support_gridtool svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,210,156);
}.contact_form_boxtool .support_gridtool li:hover svg path {
    fill: rgb(166,182,110);
}.contact_form_boxtool .support_gridtool span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.contact_form_boxtool .support_gridtool a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_boxtool .support_gridtool a:hover {
    color: rgb(199,210,156);
}

@media (max-width: 992px) {.contact_form_boxtool {
    padding: 60px 0;
}.contact_form_boxtool .image_boxtool {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_form_boxtool .feedback_inquirytool {
    flex-direction: column;
}.contact_form_boxtool .reach_paneltool {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}.contact_form_boxtool .help_sectiontool {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_form_boxtool {
    padding: 40px 0;
}.contact_form_boxtool .image_boxtool {
    display: none;
}.contact_form_boxtool h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_form_boxtool .reach_paneltool,
    .contact_form_boxtool .help_sectiontool {
    padding: 30px;
}.contact_form_boxtool form h3,
    .contact_form_boxtool .help_sectiontool h4 {
    font-size: calc(20px * 0.9);
}.contact_form_boxtool input[type="text"],
    .contact_form_boxtool textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_boxtool textarea {
    height: 100px;
}.contact_form_boxtool .reach_cardtool {
    padding: 12px;
}.contact_form_boxtool .support_gridtool li {
    margin-bottom: 20px;
}.contact_form_boxtool .support_gridtool svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_form_boxtool {
    padding: 30px 0;
}.contact_form_boxtool h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.contact_form_boxtool .reach_paneltool,
    .contact_form_boxtool .help_sectiontool {
    padding: 20px;
}.contact_form_boxtool .feedback_inquirytool {
    margin: 0 10px;
}.contact_form_boxtool .help_feedbacktool label {
    font-size: calc(16px * 0.9);
}.contact_form_boxtool .support_gridtool li {
    margin-bottom: 15px;
}.contact_form_boxtool .support_gridtool span {
    font-size: calc(13px * 0.9);
}.contact_form_boxtool::before,
    .contact_form_boxtool::after,
    .contact_form_boxtool .reach_paneltool::before,
    .contact_form_boxtool .reach_paneltool::after,
    .contact_form_boxtool .help_sectiontool::before {
    opacity: 0.2;
}}.course_beneficiariestool {
    background-color: rgb(233,237,211);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.course_beneficiariestool::before {
    content: '';
    height: 100%;
    background-size: 200px 200px;
    top: 0;
    opacity: 0.3;
    left: 0;
    z-index: 1;
    width: 100%;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(199,210,156,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(166,182,110,0.5) 75%, transparent 76%);
    animation: moveRays 30s linear infinite;
    position: absolute;
}.course_beneficiariestool::after {
    animation: moveRaysVertical 20s linear infinite;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(199,210,156,0.5) 90%, rgb(199,210,156,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(166,182,110,0.5) 95%, rgb(166,182,110,0.5) 96%, transparent 96%);
    background-size: 120px 120px;
    opacity: 0.2;
}.course_beneficiariestool .learn_academytool {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1000px;
}.course_beneficiariestool h3 {
    margin-bottom: 3.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 33px;
    position: relative;
    color: rgb(199,210,156);
}.course_beneficiariestool h3::after {
    content: '';
    background: linear-gradient(90deg, transparent, rgb(199,210,156), transparent);
    left: 50%;
    height: 2px;
    position: absolute;
    animation: pulseLight 3s infinite alternate;
    transform: translateX(-50%);
    width: 150px;
    bottom: -15px;
}.course_beneficiariestool ul {
    gap: 1.5rem;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}.course_beneficiariestool li {
    border-left: 3px solid rgb(199,210,156,0.5);
    padding: 1.5rem 2rem;
    position: relative;
    border-radius: 23px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
}.course_beneficiariestool li::before {
    top: 0;
    opacity: 0.1;
    content: '';
    background: linear-gradient(90deg, rgb(199,210,156,0.5) 0%, transparent 100%);
    height: 100%;
    z-index: -1;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    width: 0;
    position: absolute;
}.course_beneficiariestool li::after {
    background: linear-gradient(90deg, rgb(199,210,156) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    opacity: 0.5;
    box-shadow: 0 0 10px rgb(199,210,156,0.5);
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
}.course_beneficiariestool li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    border-left-color: rgb(199,210,156);
}.course_beneficiariestool li:hover::before {
    width: 100%;
}.course_beneficiariestool li svg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(199,210,156,0.5));
    margin-right: 1.5rem;
    width: 40px;
    transition: all 0.4s ease;
    height: 40px;
    fill: rgb(199,210,156);
}.course_beneficiariestool li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.course_beneficiariestool li svg path {
    transition: all 0.4s ease;
    fill: rgb(199,210,156);
}.course_beneficiariestool li:hover svg path {
    fill: rgb(166,182,110);
}.course_beneficiariestool li {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}.course_beneficiariestool li:nth-child(1) {
    animation-delay: 0s;
}.course_beneficiariestool li:nth-child(2) {
    animation-delay: 0.1s;
}.course_beneficiariestool li:nth-child(3) {
    animation-delay: 0.2s;
}.course_beneficiariestool li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(199,210,156,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(199,210,156);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(199,210,156,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(199,210,156));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(199,210,156,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.course_beneficiariestool li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.course_beneficiariestool {
    padding: 4rem 0;
}.course_beneficiariestool h3 {
    font-size: calc(33px * 0.9);
}.course_beneficiariestool li {
    padding: 1.2rem 1.8rem;
}.course_beneficiariestool li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.course_beneficiariestool {
    padding: 3rem 0;
}.course_beneficiariestool h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2.5rem;
}.course_beneficiariestool h3::after {
    width: 120px;
}.course_beneficiariestool li {
    padding: 1rem 1.5rem;
}.course_beneficiariestool li svg {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}}.price_combotool {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.price_combotool::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
}.price_combotool .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.price_combotool .pricing_listtool {
    transform-style: preserve-3d;
    perspective: 1000px;
}.price_combotool h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    letter-spacing: 1px;
    transform: translateZ(20px);
    text-align: center;
    font-weight: 700;
}.price_combotool .value_ratestool {
    margin: 0 auto 50px;
    transform: translateZ(15px);
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(15px * 1.1);
}.price_combotool .trial_pricingtool {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
}.price_combotool .trial_pricingtool li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 800px;
}.price_combotool .price_viewtool {
    position: relative;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
}.price_combotool .learning_dealstool {
    height: 100%;
    transform: translateZ(0);
    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;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
}.price_combotool .learning_dealstool::before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(199,210,156) 0%, 
        rgb(166,182,110) 100%);
    top: 0;
    position: absolute;
    transform: scaleX(0.8);
    content: "";
    transition: all 0.4s ease;
    height: 4px;
    width: 100%;
    opacity: 0.8;
}.price_combotool .learning_dealstool::after {
    height: 120px;
    content: "";
    width: 120px;
    right: -60px;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(199,210,156,0.5) 0%, 
        transparent 70%
    );
    bottom: -60px;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0.5;
}.price_combotool .package_pricetool {
    position: relative;
    z-index: 2;
}.price_combotool .package_pricetool h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: calc(23px * 1.2);
    font-weight: 600;
    color: #ffffff;
}.price_combotool .package_pricetool h4::after {
    bottom: 0;
    background-color: rgb(166,182,110);
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
}.price_combotool .package_pricetool p {
    overflow-y: auto;
    margin-bottom: 30px;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    padding-right: 10px;
    max-height: 200px;
    font-size: 15px;
    scrollbar-color: rgb(166,182,110) transparent;
    line-height: 1.6;
}.price_combotool .package_pricetool p::-webkit-scrollbar {
    width: 4px;
}.price_combotool .package_pricetool p::-webkit-scrollbar-track {
    background: transparent;
}.price_combotool .package_pricetool p::-webkit-scrollbar-thumb {
    background-color: rgb(166,182,110,0.5);
    border-radius: 20px;
}.price_combotool .plan_feetool {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-top: 10px;
    display: block;
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(23px * 1.4);
}.price_combotool .plan_feetool::before {
    background: linear-gradient(90deg, 
        rgb(166,182,110) 0%, 
        transparent 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
}.price_combotool .price_viewtool:hover .learning_dealstool {
    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);
}.price_combotool .price_viewtool:hover .learning_dealstool::before {
    transform: scaleX(1);
    opacity: 1;
}.price_combotool .price_viewtool:hover .learning_dealstool::after {
    opacity: 0.7;
    transform: scale(1.2);
}.price_combotool .price_viewtool:hover .package_pricetool h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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


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

@media (max-width: 992px) {.price_combotool h2 {
    font-size: calc(28px * 0.9);
}.price_combotool .value_ratestool {
    margin-bottom: 40px;
}.price_combotool .learning_dealstool {
    padding: 35px 25px;
}
}

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

@media (max-width: 576px) {.price_combotool {
    padding: 60px 0 40px;
}.price_combotool .container {
    padding: 0 15px;
}.price_combotool h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.price_combotool .value_ratestool {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}.price_combotool .trial_pricingtool {
    grid-template-columns: 1fr;
    gap: 25px;
}.price_combotool .learning_dealstool {
    padding: 30px 20px;
}.price_combotool .package_pricetool h4 {
    font-size: 23px;
}.price_combotool .plan_feetool {
    font-size: calc(23px * 1.2);
}}.title_greetingtool {
    z-index: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgba(245, 250, 255, 0.9) 100%);
    min-height: 100vh;
}.title_greetingtool::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 0%, transparent 40%);
    transform: translateZ(0);
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}.title_greetingtool::after {
    transform: translateZ(0);
    animation: breathe 8s infinite ease-in-out;
    width: 35vw;
    bottom: -5vw;
    right: -5vw;
    height: 35vw;
    position: absolute;
    z-index: -1;
    filter: blur(50px);
    content: "";
    opacity: 0.3;
    background: rgb(166,182,110,0.5);
}.title_greetingtool .learn_academytool {
    z-index: 2;
    gap: 2rem;
    margin: 0 auto;
    padding: 3rem 0;
    grid-template-columns: 1fr;
    width: 90%;
    display: grid;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
}.title_greetingtool h1 {
    line-height: 1.2;
    transform-style: preserve-3d;
    position: relative;
    font-size: clamp(2rem, 5vw, 46px);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
    color: #000000;
}.title_greetingtool h1::after {
    transform: scaleX(0);
    content: "";
    background: rgb(199,210,156);
    animation: expandLine 1.2s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform-origin: left;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
}.title_greetingtool .word_wrappertool {
    position: relative;
    z-index: 3;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    transform-style: preserve-3d;
}.title_greetingtool .edu_entrytool {
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    padding: 2rem;
    opacity: 0;
    border-left: 4px solid rgb(199,210,156);
    display: flex;
    animation: fadeSlideUp 0.8s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transform: translateY(20px) rotateX(5deg);
}.title_greetingtool .edu_entrytool p {
    line-height: 1.6;
    color: #000000;
    max-width: 90%;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.title_greetingtool svg {
    align-self: center;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100px;
    filter: drop-shadow(0px 5px 10px rgba(94, 170, 168, 0.2));
    animation: floatIcon 6s infinite ease-in-out;
    transform: scale(0.8) rotate(-5deg);
    height: 100px;
}.title_greetingtool svg:hover {
    transform: scale(0.9) rotate(0deg);
}.title_greetingtool svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,210,156);
}.title_greetingtool svg text {
    fill: rgb(199,210,156);
    animation: pulseText 3s infinite alternate ease-in-out;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.title_greetingtool .reach_cardtool {
    text-decoration: none;
    font-size: 14px;
    transform: translateY(0);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    border-radius: 10px;
    z-index: 2;
    padding: 0.9rem 2rem;
    border: none;
    text-align: center;
    margin-top: 1rem;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.title_greetingtool .reach_cardtool::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    z-index: -1;
}.title_greetingtool .reach_cardtool:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px);
}.title_greetingtool .reach_cardtool:hover::before {
    left: 100%;
}.title_greetingtool .image_boxtool {
    opacity: 0;
    width: 100%;
    overflow: hidden;
    animation: fadeSlideUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 300px;
    border-radius: 10px;
    position: relative;
    transform: translateY(30px) rotateX(5deg);
}.title_greetingtool .image_boxtool::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.4));
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
}.title_greetingtool .image_boxtool::after {
    content: "";
    width: 100%;
    mix-blend-mode: color;
    background: rgb(199,210,156);
    left: 0;
    position: absolute;
    opacity: 0.2;
    top: 0;
    z-index: 1;
    height: 100%;
}

@keyframes fadeSlideUp {
    from {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

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

@keyframes floatIcon {
    0%, 100% {
        transform: scale(0.8) translateY(0) rotate(-5deg);
    }
    50% {
        transform: scale(0.8) translateY(-10px) rotate(-2deg);
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        transform: translateZ(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateZ(0) scale(1.2);
    }
}

@keyframes pulseText {
    0% {
        fill: rgb(199,210,156);
    }
    100% {
        fill: rgb(166,182,110);
    }
}

@media (min-width: 768px) {.title_greetingtool .learn_academytool {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_greetingtool h1 {
    grid-column: 1 / -1;
    max-width: 80%;
}.title_greetingtool .word_wrappertool {
    order: 1;
}.title_greetingtool .image_boxtool {
    transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
    order: 2;
    height: 450px;
    transform-origin: center right;
    animation: fadeSlidePhoto 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
    
    @keyframes fadeSlidePhoto {
        from {
            transform: translateY(30px) rotateX(3deg) rotateY(-3deg);
            opacity: 0;
        }
        to {
            transform: translateY(0) rotateX(0) rotateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.title_greetingtool .learn_academytool {
    padding: 5rem 0;
}.title_greetingtool h1 {
    font-size: 46px;
    max-width: 70%;
}.title_greetingtool .edu_entrytool {
    transform: perspective(1000px) rotateY(3deg);
    animation: fadeSlideInfo 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    padding: 2.5rem;
}.title_greetingtool .image_boxtool {
    animation: fadeSlidePhoto3D 1s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: perspective(1000px) rotateY(-3deg);
    height: 500px;
}.title_greetingtool svg {
    width: 120px;
    height: 120px;
}
    
    @keyframes fadeSlideInfo {
        from {
            transform: perspective(1000px) rotateY(3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes fadeSlidePhoto3D {
        from {
            transform: perspective(1000px) rotateY(-3deg) translateY(30px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(0) translateY(0);
            opacity: 1;
        }
    }
}

@media (min-width: 1200px) {.title_greetingtool::before {
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 0%, transparent 60%);
}.title_greetingtool .edu_entrytool {
    padding: 3rem;
}.title_greetingtool h1 {
    max-width: 60%;
}.title_greetingtool .image_boxtool {
    height: 550px;
}
}

@media (max-width: 767px) {.title_greetingtool {
    padding: 4rem 0 2rem;
}.title_greetingtool h1 {
    text-align: center;
}.title_greetingtool h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes expandLine {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_greetingtool .edu_entrytool {
    text-align: center;
    align-items: center;
}.title_greetingtool .edu_entrytool p {
    max-width: 100%;
}}.start_nowtool {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    position: relative;
    z-index: 1;
}.start_nowtool::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
}.start_nowtool::after {
    transform: rotate(-15deg);
    position: absolute;
    width: 40%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    content: "";
    top: -30%;
    right: -10%;
    height: 150%;
}.start_nowtool .container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1140px;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    flex-direction: column;
}.start_nowtool h6 {
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    line-height: 1.6;
    max-width: 800px;
    transform: translateZ(10px);
    font-size: calc(19px * 1.1);
    margin-bottom: 2.5rem;
}.start_nowtool div div {
    display: flex;
    transform: translateZ(20px);
    justify-content: center;
}.start_nowtool span {
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    display: inline-block;
    position: relative;
}.start_nowtool .reach_cardtool {
    background-color: #ffffff;
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    position: relative;
    transform: translateY(0);
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    color: rgb(199,210,156);
    display: inline-flex;
    text-decoration: none;
}.start_nowtool .reach_cardtool::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: transform 0.8s ease;
    position: absolute;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
}.start_nowtool .reach_cardtool span {
    animation: none;
    position: relative;
    z-index: 2;
    opacity: 1;
}.start_nowtool .reach_cardtool:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    color: rgb(166,182,110);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}.start_nowtool .reach_cardtool:hover::before {
    transform: translateX(100%);
}.start_nowtool .reach_cardtool:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

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

@media (max-width: 991px) {.start_nowtool {
    padding: 3.5rem 1.5rem;
}.start_nowtool h6 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1);
}.start_nowtool .reach_cardtool {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 767px) {.start_nowtool {
    padding: 3rem 1.2rem;
}.start_nowtool h6 {
    line-height: 1.5;
    font-size: calc(19px * 0.95);
    margin-bottom: 1.8rem;
}.start_nowtool .reach_cardtool {
    padding: 0.8rem 1.6rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.start_nowtool {
    padding: 2.5rem 1rem;
}.start_nowtool h6 {
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.9);
}.start_nowtool .reach_cardtool {
    padding: 0.75rem 1.4rem;
    font-size: calc(14px * 0.9);
}.start_nowtool::after {
    width: 60%;
    right: -20%;
}
}

@media (max-width: 380px) {.start_nowtool h6 {
    font-size: calc(19px * 0.85);
}.start_nowtool .reach_cardtool {
    padding: 0.7rem 1.2rem;
    font-size: calc(14px * 0.85);
}}footer {
    position: relative;
    width: 100%;
}.case_studytool {
    position: relative;
    padding: 0 0 30px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}footer .license_ctatool {
    z-index: 1;
    position: relative;
}footer .quick_supporttool {
    padding: 40px 20px;
    margin-bottom: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: flex;
    background-color: rgb(166,182,110);
    color: #ffffff;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}footer .quick_supporttool::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    content: "";
}footer .info_item {
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    max-width: 300px;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    margin-right: 15px;
    fill: #ffffff;
    flex-shrink: 0;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    margin-top: -30px;
    position: relative;
}footer .text_main_holder::before {
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    background-color: #ffffff;
}footer .page_toptool {
    padding-top: 60px;
    text-align: center;
}footer .page_toptool svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .hackathontool {
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}footer .top_tutortool {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    position: relative;
    margin: 0 20px;
    background-color: rgb(233,237,211);
}footer .top_tutortool h5 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}footer .top_tutortool h5::after {
    background: linear-gradient(90deg, rgb(199,210,156), transparent);
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -8px;
    width: 100%;
}footer .head_coretool {
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px 30px;
    flex-wrap: wrap;
}footer .head_coretool a {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
}footer .head_coretool a::after {
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    background-color: rgb(199,210,156);
}footer .head_coretool a:hover {
    color: rgb(199,210,156);
    padding-left: 5px;
}footer .head_coretool a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(199,210,156);
    margin: 0 20px;
    padding: 30px;
    color: #ffffff;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
}footer .subscribe_holder::before {
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    border: none;
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .sub_areatool {
    font-weight: 600;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    font-size: 16px;
    border: none;
}footer .sub_areatool:hover {
    background-color: rgb(166,182,110);
}footer .stats_tooltool {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .progress_bartool {
    text-align: center;
    color: #000000;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_areatool {
    white-space: nowrap;
}footer .page_toptool {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .quick_supporttool {
    padding: 30px 15px 50px;
}footer .top_tutortool, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .stats_tooltool {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .quick_supporttool {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_tutortool h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .head_coretool a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_areatool {
    padding: 12px;
}}.our_teamtool {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_teamtool::before {
    content: '';
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.our_teamtool::after {
    height: 250px;
    z-index: 1;
    animation: float 15s infinite ease-in-out;
    width: 250px;
    top: -50px;
    opacity: 0.15;
    transform: rotate(45deg);
    background: rgb(199,210,156);
    right: -50px;
    position: absolute;
    content: '';
}.our_teamtool .container {
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.our_teamtool .word_wrappertool {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px 60px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    transform-style: preserve-3d;
    transform: rotateY(-3deg) translateZ(0);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
}.our_teamtool .word_wrappertool:hover {
    transform: rotateY(0deg) translateZ(10px);
}.our_teamtool h1 {
    color: rgb(199,210,156);
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 40px;
    transform: translateZ(30px);
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
}.our_teamtool h1::after {
    content: '';
    width: 80px;
    bottom: -12px;
    position: absolute;
    transform: skewX(-20deg);
    left: 0;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    height: 4px;
}.our_teamtool ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateZ(15px);
}.our_teamtool li {
    margin-bottom: 20px;
}.our_teamtool li:last-child {
    margin-bottom: 0;
}.our_teamtool h4 {
    color: #000000;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.our_teamtool h4::before {
    background: rgb(199,210,156);
    height: 12px;
    left: -24px;
    position: absolute;
    width: 12px;
    top: 50%;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
}.our_teamtool span {
    text-align: justify;
    display: block;
    font-size: 16px;
    padding-left: 0;
    color: #000000;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    position: relative;
    columns: 1;
    column-gap: 40px;
}

@media (min-width: 768px) {.our_teamtool span {
    columns: 2;
}}

.our_teamtool span::first-letter {
    color: rgb(199,210,156);
    font-size: 1.3em;
    font-weight: 700;
}

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

@media (max-width: 991px) {.our_teamtool {
    padding: 90px 0;
}.our_teamtool .word_wrappertool {
    transform: rotateY(-2deg) translateZ(0);
    padding: 40px 35px;
}.our_teamtool h1 {
    font-size: calc(40px - 4px);
    margin-bottom: 30px;
}.our_teamtool h1::after {
    width: 70px;
    height: 3px;
}
}

@media (max-width: 767px) {.our_teamtool {
    padding: 70px 0;
}.our_teamtool::after {
    right: -30px;
    width: 180px;
    top: -30px;
    height: 180px;
}.our_teamtool .container {
    padding: 0 20px;
}.our_teamtool .word_wrappertool {
    transform: rotateY(0deg) translateZ(0);
    padding: 35px 25px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
}.our_teamtool h1 {
    margin-bottom: 25px;
    font-size: calc(40px - 8px);
}.our_teamtool h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.our_teamtool h4 {
    font-size: 18px;
    margin-bottom: 12px;
}.our_teamtool h4::before {
    width: 10px;
    height: 10px;
    left: -20px;
}.our_teamtool span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {.our_teamtool {
    padding: 60px 0;
}.our_teamtool::after {
    height: 130px;
    width: 130px;
}.our_teamtool .word_wrappertool {
    padding: 30px 20px;
}.our_teamtool h1 {
    font-size: calc(40px - 12px);
    margin-bottom: 20px;
}.our_teamtool h1::after {
    width: 50px;
    bottom: -8px;
    height: 2px;
}.our_teamtool h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 10px;
}.our_teamtool h4::before {
    width: 8px;
    left: -16px;
    height: 8px;
}.our_teamtool span {
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}.sign_uptool {
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgb(166,182,110));
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    perspective: 1000px;
}.sign_uptool::before {
    transform: rotate(35deg) translateZ(-10px);
    top: -50%;
    position: absolute;
    width: 100%;
    right: -50%;
    background: rgb(166,182,110,0.5);
    content: "";
    height: 100%;
    z-index: 0;
    filter: blur(15px);
}.sign_uptool::after {
    height: 40%;
    left: -5%;
    position: absolute;
    bottom: -5%;
    width: 40%;
    background: rgb(199,210,156,0.5);
    z-index: 0;
    content: "";
    transform: translateZ(-5px) rotate(15deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}.sign_uptool .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
}.sign_uptool .learn_academytool {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(50px);
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    backdrop-filter: blur(10px) saturate(150%) contrast(110%);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
}.sign_uptool .learn_academytool:hover {
    transform: translateZ(60px) scale(1.01);
}.sign_uptool .learn_academytool::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    animation: lightSweep 6s infinite ease-in-out;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,210,156), transparent);
    content: "";
}.sign_uptool .learn_academytool::after {
    animation: lightSweep 6s 3s infinite ease-in-out;
    background: linear-gradient(90deg, transparent, rgb(166,182,110), transparent);
    right: -100%;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}.sign_uptool h3 {
    margin-bottom: 2rem;
    padding-left: 1rem;
    letter-spacing: -0.01em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    line-height: 1.4;
    color: #ffffff;
}.sign_uptool h3::before {
    width: 4px;
    background: rgb(199,210,156);
    content: "";
    bottom: 0.5rem;
    left: 0;
    top: 0.5rem;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    animation: scaleInY 1s 0.5s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}.sign_uptool .input_holder {
    position: relative;
    display: flex;
    transform: translateZ(30px);
    gap: 1rem;
}.sign_uptool .input_holder div {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}.sign_uptool .input_holder div::before {
    height: 2px;
    transform-origin: right;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    content: "";
    bottom: 0;
    background: rgb(166,182,110);
    left: 0;
    width: 100%;
}.sign_uptool .input_holder div:focus-within::before {
    transform: scaleX(1);
    transform-origin: left;
}.sign_uptool input[type="email"] {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    font-family: Arial, sans-serif;
}.sign_uptool input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.sign_uptool input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}.sign_uptool input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.sign_uptool .sub_areatool {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110));
    border: none;
    padding: 1rem 1.75rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
}.sign_uptool .sub_areatool::before {
    position: absolute;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgb(166,182,110), rgb(199,210,156));
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
}.sign_uptool .sub_areatool:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.sign_uptool .sub_areatool:hover::before {
    opacity: 1;
}.sign_uptool .sub_areatool:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightSweep {
    0% { transform: translateX(0%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(0%); }
}

@keyframes scaleInY {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@media (max-width: 768px) {.sign_uptool {
    padding: 4rem 1.5rem;
}.sign_uptool .learn_academytool {
    padding: 2rem 1.5rem;
    transform: translateZ(30px);
}.sign_uptool h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
}.sign_uptool .input_holder {
    gap: 1rem;
    flex-direction: column;
}.sign_uptool input[type="email"] {
    padding: 0.875rem;
}.sign_uptool .sub_areatool {
    padding: 0.875rem;
    width: 100%;
}
}

@media (max-width: 480px) {.sign_uptool {
    padding: 3rem 1rem;
}.sign_uptool .learn_academytool {
    padding: 1.5rem 1rem;
}.sign_uptool h3 {
    padding-left: 0.75rem;
    font-size: 1.25rem;
}.sign_uptool h3::before {
    width: 3px;
}.sign_uptool input[type="email"] {
    font-size: calc(14px * 0.9);
}.sign_uptool .sub_areatool {
    font-size: calc(15px * 0.9);
}
}

@media (min-width: 1440px) {.sign_uptool .learn_academytool {
    margin: 0 auto;
    padding: 4rem;
    max-width: 85%;
}.sign_uptool h3 {
    font-size: 2.5rem;
}.sign_uptool .input_holder {
    max-width: 90%;
    margin: 0 auto;
}}.leadership_experiencetool {
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(233,237,211) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.leadership_experiencetool::before {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(199,210,156,0.5) 0%, transparent 40%);
    height: 100%;
}.leadership_experiencetool::after {
    top: 0;
    opacity: 0.3;
    content: "";
    z-index: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(166,182,110,0.5) 0%, transparent 40%);
}.leadership_experiencetool .learn_reviewstool {
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1500px;
}.leadership_experiencetool .image_boxtool {
    border-radius: 21px 21px 0 0;
    overflow: hidden;
    height: 300px;
    width: 100%;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(10deg);
    position: relative;
    transform-origin: bottom;
}.leadership_experiencetool .image_boxtool::before {
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.leadership_experiencetool .learn_reviewstool:hover .image_boxtool {
    transform: rotateX(0deg) translateZ(30px);
}.leadership_experiencetool .experience_logtool {
    transform: rotateX(-5deg);
    border-radius: 0 0 21px 21px;
    padding: 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top;
    background: #ffffff;
}.leadership_experiencetool .learn_reviewstool:hover .experience_logtool {
    transform: rotateX(0deg) translateZ(20px);
}.leadership_experiencetool .name {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(199,210,156);
    transition: transform 0.4s ease;
    margin-bottom: 10px;
    font-size: 29px;
    transform: translateZ(0);
}.leadership_experiencetool .name::after {
    width: 0;
    left: 0;
    transition: width 0.4s ease 0.1s;
    position: absolute;
    bottom: -5px;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(166,182,110), transparent);
}.leadership_experiencetool .learn_reviewstool:hover .name::after {
    width: 100%;
}.leadership_experiencetool .learn_reviewstool:hover .name {
    transform: translateZ(10px);
}.leadership_experiencetool .experience_logtool > div:nth-child(2) {
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    transform: translateZ(0);
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    opacity: 0.7;
    letter-spacing: 1px;
    font-size: 22px;
}.leadership_experiencetool .learn_reviewstool:hover .experience_logtool > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(166,182,110);
}.leadership_experiencetool .career_skillstool {
    color: #000000;
    font-size: 18px;
    border-top: 1px solid rgb(233,237,211);
    padding: 20px 0 0 0;
    transition: transform 0.4s ease 0.2s;
    transform: translateZ(0);
    line-height: 1.7;
    position: relative;
}.leadership_experiencetool .learn_reviewstool:hover .career_skillstool {
    transform: translateZ(5px);
}.leadership_experiencetool .career_skillstool::before {
    top: 10px;
    font-size: 60px;
    line-height: 0;
    position: absolute;
    color: rgb(166,182,110,0.5);
    left: -5px;
    opacity: 0.5;
    content: "";
}

@media (min-width: 768px) {.leadership_experiencetool .learn_reviewstool {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.leadership_experiencetool .image_boxtool {
    transform-origin: right;
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 21px 0 0 21px;
}.leadership_experiencetool .learn_reviewstool:hover .image_boxtool {
    transform: rotateY(0deg) translateZ(30px);
}.leadership_experiencetool .experience_logtool {
    border-radius: 0 21px 21px 0;
    transform-origin: left;
    transform: rotateY(5deg);
}.leadership_experiencetool .learn_reviewstool:hover .experience_logtool {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.leadership_experiencetool {
    padding: 50px 20px;
}.leadership_experiencetool .image_boxtool {
    height: 250px;
}.leadership_experiencetool .experience_logtool {
    padding: 30px 25px;
}.leadership_experiencetool .name {
    font-size: calc(29px - 4px);
}.leadership_experiencetool .experience_logtool > div:nth-child(2) {
    font-size: calc(22px - 1px);
}.leadership_experiencetool .career_skillstool {
    font-size: calc(18px - 1px);
}}.course_highlightstool {
    background-color: rgb(233,237,211);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course_highlightstool::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 0%, transparent 50%, rgb(166,182,110,0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}.course_highlightstool::after {
    right: -100px;
    z-index: 1;
    background: radial-gradient(circle, rgb(166,182,110,0.5) 0%, transparent 80%);
    animation: rotate 20s linear infinite;
    content: "";
    height: 400px;
    width: 400px;
    top: -100px;
    position: absolute;
    border-radius: 50%;
}.course_highlightstool .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.course_highlightstool .job_trainingtool {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.course_highlightstool .word_wrappertool {
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.course_highlightstool .word_wrappertool h2 {
    font-size: 30px;
    grid-column: 1 / -1;
    position: relative;
    border-left: 4px solid rgb(199,210,156);
    color: #000000;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 700;
}.course_highlightstool .description {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 30px;
    line-height: 1.8;
    border-radius: 27px;
    font-size: 18px;
}.course_highlightstool .description:first-of-type {
    overflow: hidden;
    position: relative;
}.course_highlightstool .description:first-of-type::before {
    left: -10px;
    content: "";
    position: absolute;
    top: -10px;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    z-index: -1;
    background-color: rgb(199,210,156,0.5);
}.course_highlightstool .description:last-of-type {
    overflow: hidden;
    position: relative;
}.course_highlightstool .description:last-of-type::before {
    position: absolute;
    border-radius: 50%;
    content: "";
    background-color: rgb(166,182,110,0.5);
    z-index: -1;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -10px;
}.course_highlightstool .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_highlightstool .image_boxtool {
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px 0;
    position: relative;
    height: 400px;
    overflow: hidden;
}.course_highlightstool .image_boxtool::before {
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    right: 0;
    content: "";
}.course_highlightstool .image_boxtool::after {
    background: rgb(199,210,156);
    filter: blur(10px);
    opacity: 0.7;
    transform: translateX(-50%);
    height: 10px;
    content: "";
    left: 50%;
    top: -20px;
    animation: glow 4s infinite alternate;
    position: absolute;
    border-radius: 50%;
    width: 90%;
}.course_highlightstool .image_boxtool:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course_highlightstool {
    padding: 80px 0;
}.course_highlightstool .image_boxtool {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course_highlightstool {
    padding: 60px 0;
}.course_highlightstool .word_wrappertool {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_highlightstool .description {
    padding: 25px;
}.course_highlightstool .image_boxtool {
    margin: 25px 0;
    height: 300px;
}.course_highlightstool h2 {
    font-size: calc(30px * 0.9);
}
}

@media screen and (max-width: 480px) {.course_highlightstool {
    padding: 40px 0;
}.course_highlightstool .job_trainingtool {
    gap: 30px;
}.course_highlightstool .word_wrappertool h2 {
    padding-left: 15px;
    font-size: calc(30px * 0.8);
}.course_highlightstool .description {
    font-size: calc(18px * 0.95);
    padding: 20px;
}.course_highlightstool .image_boxtool {
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
    height: 250px;
}}.training_benefitstool {
    background: linear-gradient(135deg, rgba(rgb(233,237,211), 0.95), rgba(rgb(199,210,156,0.5), 0.15));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.training_benefitstool::before {
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(166,182,110,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(199,210,156,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    z-index: 0;
}.training_benefitstool h5 {
    margin-left: auto;
    margin-bottom: 60px;
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    margin-right: auto;
    transform-style: preserve-3d;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
    max-width: 800px;
    font-weight: 700;
}.training_benefitstool h5::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    content: "";
    bottom: -15px;
    height: 3px;
    z-index: 1;
    position: absolute;
}.training_benefitstool .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.training_benefitstool .learn_academytool {
    flex-direction: column;
    display: flex;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 40px;
    transform: rotateX(2deg) rotateY(-2deg);
    transform-style: preserve-3d;
}.training_benefitstool .learn_academytool:hover {
    transform: rotateX(0) rotateY(0);
}.training_benefitstool .learn_academytool > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    width: 100%;
    overflow: hidden;
}.training_benefitstool .learn_academytool > div:first-child::before {
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(199,210,156,0.5), transparent);
    width: 100%;
    opacity: 0.2;
    height: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
}.training_benefitstool .learn_academytool > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.training_benefitstool .learn_academytool > div:first-child:hover::before {
    opacity: 0.3;
}.training_benefitstool .image_boxtool {
    width: 100%;
    object-fit: cover;
    display: block;
    height: auto;
    transition: filter 0.5s ease;
    border-radius: 23px;
}.training_benefitstool .word_wrappertool {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    background: rgba(#ffffff, 0.95);
    padding: 35px;
    border-radius: 23px;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.training_benefitstool .word_wrappertool:hover {
    transform: translateZ(25px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.training_benefitstool ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    list-style: none;
}.training_benefitstool li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.training_benefitstool li:hover {
    transform: translateX(5px);
}.training_benefitstool li::before {
    content: "";
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    left: 0;
    border-radius: 2px;
    transition: height 0.4s ease;
    position: absolute;
    height: 0;
}.training_benefitstool li:hover::before {
    height: 100%;
}.training_benefitstool li p {
    align-items: flex-start;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    display: flex;
    color: #000000;
    margin: 0;
}.training_benefitstool li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}.training_benefitstool li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.training_benefitstool svg path {
    fill: rgb(199,210,156);
    transition: fill 0.3s ease;
}.training_benefitstool li:hover svg path {
    fill: rgb(166,182,110);
}

@media screen and (min-width: 768px) {.training_benefitstool .learn_academytool {
    align-items: stretch;
    flex-direction: row;
}.training_benefitstool .learn_academytool > div:first-child {
    max-height: 480px;
    width: 45%;
}.training_benefitstool .image_boxtool {
    height: 100%;
}.training_benefitstool .word_wrappertool {
    width: 55%;
    align-items: center;
    display: flex;
}.training_benefitstool ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.training_benefitstool {
    padding: 150px 0;
}.training_benefitstool h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 80px;
}.training_benefitstool .learn_academytool {
    gap: 60px;
}.training_benefitstool .learn_academytool > div:first-child {
    width: 40%;
}.training_benefitstool .word_wrappertool {
    padding: 50px;
    width: 60%;
}
}

@media screen and (max-width: 767px) {.training_benefitstool {
    padding: 80px 0;
}.training_benefitstool h5 {
    margin-bottom: 40px;
    font-size: calc(24px * 0.9);
    padding: 0 20px;
}.training_benefitstool .learn_academytool {
    transform: none;
}.training_benefitstool .word_wrappertool {
    padding: 25px;
}.training_benefitstool li {
    padding-left: 30px;
}.training_benefitstool li p {
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}.training_benefitstool li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}.cookieNotificationPaneltool {
    bottom: 20px;
    transform: translateX(-50%);
    overflow: hidden;
    max-width: 500px;
    position: fixed;
    width: 90%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    left: 50%;
    background: #ffffff;
}.cookie_tipstool {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.learn_cookiestool {
    margin-bottom: 20px;
}.learn_cookiestool svg, .learn_cookiestool svg path, .learn_cookiestool img {
    width: 60px;
    fill: rgb(199,210,156);
    height: 60px;
}.cookieNotificationPaneltool h5 {
    margin-bottom: 10px;
    text-align: center;
    color: rgb(199,210,156);
    font-size: 18px;
    font-weight: 700;
}.cookieNotificationPaneltool p {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}.cookie_acktool {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    background: rgb(199,210,156);
}.cookie_acktool:hover {
    background: rgb(166,182,110);
}.cookie_button.digital_cookiestool {
    background: rgb(166,182,110);
}.cookie_button.digital_cookiestool:hover {
    background: rgb(166,182,110,0.5);
}.cookieNotificationPaneltool p a {
    transition: color 0.3s ease-in-out;
    color: rgb(199,210,156);
    text-decoration: none;
}.cookieNotificationPaneltool p a:hover {
    color: rgb(166,182,110);
}#usageNoticeDialogtool {
    display: none;
}#usageNoticeDialogtool:checked ~ .cookieNotificationPaneltool {
    opacity: 0;
    visibility: hidden;
}