﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.qna-board {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1271px;
}.top-class {
    flex: 1 0 auto;
}.framework-wrap {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client-opinions {
    background: rgb(220,235,217);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.client-opinions::before {
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(185,209,179,0.5) 50px,
            rgb(185,209,179,0.5) 51px
        );
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.3;
}.client-opinions::after {
    position: absolute;
    content: "";
    width: 30%;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(90deg, transparent, rgb(150,181,143,0.5));
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}.client-opinions .container {
    z-index: 1;
    position: relative;
}.client-opinions h2 {
    transform: translateX(2rem);
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5rem;
}.client-opinions h2::after {
    left: -2rem;
    transform: translateY(-50%);
    height: 5px;
    content: "";
    width: 1.5rem;
    position: absolute;
    background: rgb(185,209,179);
    top: 50%;
}.client-opinions .learner-ratings {
    padding-left: 3rem;
    position: relative;
    gap: 6rem;
    flex-direction: column;
    display: flex;
}.client-opinions .learner-ratings::before {
    z-index: 1;
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgb(185,209,179),
        rgb(150,181,143)
    );
    content: "";
    position: absolute;
}.client-opinions .student-voices {
    transform: translateX(0);
    position: relative;
    background: #ffffff;
    max-width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem 2rem 2rem 3rem;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    border-radius: 28px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.client-opinions .student-voices::before {
    transform: translateY(-50%);
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(185,209,179),
        rgb(150,181,143)
    );
    z-index: 1;
    position: absolute;
    left: -3rem;
    content: "";
    width: 3rem;
    top: 50%;
}.client-opinions .student-voices::after {
    left: -3.5rem;
    top: 50%;
    border: 3px solid rgb(185,209,179);
    height: 15px;
    transform: translateY(-50%);
    content: "";
    width: 15px;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgb(220,235,217);
    border-radius: 50%;
}.client-opinions .student-voices:nth-child(odd) {
    align-self: flex-start;
    margin-right: auto;
    margin-left: 0;
    transform: translateX(3rem);
}.client-opinions .student-voices:nth-child(odd)::before {
    background: linear-gradient(
        to left,
        rgb(185,209,179),
        rgb(150,181,143)
    );
    right: -3rem;
    left: auto;
}.client-opinions .student-voices:nth-child(odd)::after {
    right: -3.5rem;
    left: auto;
}.client-opinions .student-voices:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(185,209,179,0.5);
    transform: translateY(-10px);
}.client-opinions .student-voices:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}.client-opinions .student-voices img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    transition: all 0.4s ease;
    top: -35px;
    position: absolute;
    border-radius: 50%;
    right: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
}.client-opinions .student-voices:nth-child(odd) img {
    right: auto;
    left: 30px;
}.client-opinions .student-voices:hover img {
    transform: scale(1.1) rotate(10deg);
}.client-opinions .student-voices p {
    font-size: calc(16px * 1.1);
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}.client-opinions .student-voices .description {
    color: #000000;
    border-left: 3px solid rgb(150,181,143,0.5);
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 1rem;
    margin-top: 1rem;
}.client-opinions .student-voices:nth-child(odd) .description {
    padding-right: 1rem;
    padding-left: 0;
    border-left: none;
    text-align: right;
    border-right: 3px solid rgb(150,181,143,0.5);
}

@media (max-width: 992px) {.client-opinions .student-voices,
    .client-opinions .student-voices:nth-child(odd) {
    max-width: 90%;
}
}

@media (max-width: 768px) {.client-opinions {
    padding: 5rem 0;
}.client-opinions h2 {
    font-size: calc(28px * 0.9);
    transform: translateX(0);
    margin-bottom: 4rem;
}.client-opinions h2::after {
    height: 3px;
    width: 50px;
    top: -1rem;
    left: 0;
}.client-opinions .learner-ratings {
    padding-left: 0;
}.client-opinions .learner-ratings::before {
    left: 50%;
    transform: translateX(-50%);
}.client-opinions .student-voices,
    .client-opinions .student-voices:nth-child(odd) {
    padding: 2rem;
    margin: 0 auto;
    transform: translateX(0);
    max-width: 90%;
}.client-opinions .student-voices::before,
    .client-opinions .student-voices:nth-child(odd)::before {
    transform: translateX(-50%);
    height: 1.5rem;
    top: -1.5rem;
    left: 50%;
    width: 3px;
    background: linear-gradient(
            to bottom,
            rgb(185,209,179),
            rgb(150,181,143)
        );
}.client-opinions .student-voices::after,
    .client-opinions .student-voices:nth-child(odd)::after {
    transform: translateX(-50%);
    top: -2rem;
    left: 50%;
}.client-opinions .student-voices img,
    .client-opinions .student-voices:nth-child(odd) img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}.client-opinions .student-voices:hover,
    .client-opinions .student-voices:nth-child(odd):hover {
    transform: translateY(-10px);
}.client-opinions .student-voices:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.client-opinions .student-voices .description,
    .client-opinions .student-voices:nth-child(odd) .description {
    padding: 1rem 0 0 0;
    text-align: center;
    border-top: 3px solid rgb(150,181,143,0.5);
    border: none;
}}.mentorship-experience {
    position: relative;
    padding: 6rem 2rem;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(220,235,217) 30%, rgb(150,181,143,0.5) 100%);
}.mentorship-experience::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(185,209,179,0.5) 0,
        rgb(185,209,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    opacity: 0.1;
    top: 0;
}.mentorship-experience::after {
    content: "";
    background: rgb(185,209,179,0.5);
    position: absolute;
    transform: rotate(-15deg);
    right: -10%;
    filter: blur(60px);
    z-index: 0;
    top: -20%;
    height: 140%;
    width: 50%;
}.mentorship-experience .student-voices {
    transform: rotateX(5deg) rotateZ(-1deg);
    grid-template-columns: 1fr 1.2fr;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    transform-style: preserve-3d;
    gap: 0;
}.mentorship-experience .snap-shot {
    transition: all 0.7s ease;
    border-radius: 0;
    transform-style: preserve-3d;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    height: 450px;
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
}.mentorship-experience .job-area {
    justify-content: center;
    transition: all 0.7s ease;
    transform: translateZ(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    z-index: 1;
    background: #ffffff;
    transform-style: preserve-3d;
    margin-left: -3rem;
    display: flex;
    position: relative;
    padding: 3rem 3rem 3rem 5rem;
}.mentorship-experience .job-area::before {
    background: linear-gradient(to bottom, rgb(185,209,179), rgb(150,181,143));
    left: 0;
    top: 50%;
    height: 60%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
}.mentorship-experience .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: calc(38px * 1.2);
    color: #000000;
    transition: transform 0.5s ease;
    transform: translateZ(20px);
}.mentorship-experience .job-area div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: 19px;
    color: rgb(150,181,143);
    transition: transform 0.5s ease 0.1s;
}.mentorship-experience .work-achievements {
    color: #000000;
    font-size: 17px;
    font-style: italic;
    position: relative;
    transform: translateZ(10px);
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
}.mentorship-experience .work-achievements::after {
    line-height: 0;
    color: rgb(185,209,179,0.5);
    font-family: serif;
    font-size: 5rem;
    bottom: -2rem;
    content: "";
    right: 0;
    position: absolute;
}.mentorship-experience .student-voices:hover .snap-shot {
    transform: translateZ(50px) translateX(-20px);
}.mentorship-experience .student-voices:hover .job-area {
    transform: translateZ(30px) translateX(20px);
}.mentorship-experience .student-voices:hover .name {
    transform: translateZ(40px);
}.mentorship-experience .student-voices:hover .job-area div:nth-child(2) {
    transform: translateZ(35px);
}.mentorship-experience .student-voices:hover .work-achievements {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.mentorship-experience .student-voices {
    grid-template-columns: 1fr;
    transform: none;
}.mentorship-experience .snap-shot {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
    margin-bottom: -2rem;
}.mentorship-experience .job-area {
    z-index: 3;
    transform: none;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}.mentorship-experience .job-area::before {
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    width: 50%;
    top: 0;
}.mentorship-experience .student-voices:hover .snap-shot,
    .mentorship-experience .student-voices:hover .job-area,
    .mentorship-experience .student-voices:hover .name,
    .mentorship-experience .student-voices:hover .job-area div:nth-child(2),
    .mentorship-experience .student-voices:hover .work-achievements {
    transform: none;
}}.our-team {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,209,179,0.5) 0%, rgb(220,235,217) 100%);
}.our-team::before {
    z-index: 0;
    width: 120%;
    height: 120%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px),
                      repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px);
    content: "";
    transform: rotate(3deg);
    left: -10%;
    top: -10%;
    position: absolute;
}.our-team::after {
    content: "";
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 35%;
    background: linear-gradient(90deg, transparent, rgb(150,181,143,0.5) 70%);
}.our-team .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our-team h1 {
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    transform: translateX(20px);
    color: #000000;
    font-size: 40px;
    display: inline-block;
}.our-team h1::after {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143));
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    bottom: -15px;
    position: absolute;
    transform-origin: left center;
    content: "";
}.our-team .heritage-tl {
    position: relative;
}.our-team .heritage-tl ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 40px;
    margin: 0;
}.our-team .expert-track {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 3px;
    padding: 40px 35px;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.our-team .expert-track::before {
    background: linear-gradient(to bottom, rgb(185,209,179), rgb(150,181,143));
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 6px;
    transition: height 0.5s ease;
}.our-team .expert-track:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
}.our-team .expert-track:hover::before {
    height: 100%;
}.our-team .expert-track h4 {
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
}.our-team .expert-track:hover h4 {
    transform: translateX(8px);
    color: rgb(185,209,179);
}.our-team .expert-track h4::after {
    height: 3px;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease, background 0.3s ease;
    left: 0;
    content: "";
    background: rgb(150,181,143);
    bottom: 0;
}.our-team .expert-track:hover h4::after {
    width: 60px;
    background: rgb(185,209,179);
}.our-team .expert-track div {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    max-height: 300px;
    font-size: 13px;
    position: relative;
    color: #000000;
    padding-right: 10px;
    overflow-y: auto;
}.our-team .expert-track div::-webkit-scrollbar {
    width: 6px;
}.our-team .expert-track div::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
}.our-team .expert-track div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgb(150,181,143,0.5);
}.our-team .expert-track div::-webkit-scrollbar-thumb:hover {
    background: rgb(150,181,143);
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {.our-team {
    padding: 90px 0 70px;
}.our-team::after {
    width: 25%;
}.our-team h1 {
    margin-bottom: 50px;
}.our-team .heritage-tl ul {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.our-team {
    padding: 70px 0 50px;
}.our-team::before {
    opacity: 0.5;
}.our-team::after {
    display: none;
}.our-team h1 {
    transform: translateX(0);
    margin-bottom: 40px;
}.our-team .heritage-tl ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.our-team .expert-track {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.our-team {
    padding: 50px 0 40px;
}.our-team h1 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.9);
}.our-team h1::after {
    bottom: -10px;
    height: 3px;
}.our-team .expert-track {
    padding: 25px 20px;
}.our-team .expert-track h4 {
    font-size: calc(20px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.our-team .expert-track div {
    max-height: 250px;
    font-size: calc(13px * 0.95);
}}.learning-outcomes {
    background: linear-gradient(150deg, rgb(220,235,217) 30%, rgba(rgb(185,209,179,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.learning-outcomes::before {
    z-index: 0;
    right: -100px;
    position: absolute;
    width: 300px;
    background: radial-gradient(circle, rgba(rgb(185,209,179,0.5), 0.15) 0%, rgba(rgb(185,209,179,0.5), 0) 70%);
    animation: pulse 15s infinite alternate;
    content: "";
    height: 300px;
    top: -100px;
}.learning-outcomes::after {
    height: 250px;
    position: absolute;
    left: -50px;
    background: radial-gradient(circle, rgba(rgb(150,181,143,0.5), 0.1) 0%, rgba(rgb(150,181,143,0.5), 0) 70%);
    z-index: 0;
    bottom: -50px;
    animation: pulse 12s infinite alternate-reverse;
    width: 250px;
    content: "";
}.learning-outcomes h5 {
    font-size: 23px;
    transform: translateY(0);
    transition: transform 0.5s ease;
    padding: 0 1.5rem;
    font-weight: 600;
    margin-left: auto;
    margin-bottom: 3rem;
    color: #000000;
    max-width: 800px;
    position: relative;
    margin-right: auto;
    text-align: center;
}.learning-outcomes h5::after {
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143));
}.learning-outcomes .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 1.5rem;
}.learning-outcomes .expert-learnings {
    transform: translateY(0);
    flex-direction: column;
    overflow: hidden;
    gap: 2.5rem;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    display: flex;
    background: #ffffff;
}.learning-outcomes .expert-learnings:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}.learning-outcomes .snap-shot {
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    display: block;
}.learning-outcomes .expert-learnings:hover .snap-shot {
    transform: scale(1.05);
}.learning-outcomes .text-details {
    padding: 0 1.5rem 2rem;
}.learning-outcomes ul {
    display: grid;
    gap: 1.2rem;
    padding: 0;
    list-style: none;
    margin: 0;
}.learning-outcomes li {
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
}.learning-outcomes li:hover {
    transform: translateX(5px);
}.learning-outcomes li p {
    display: flex;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    align-items: flex-start;
    font-weight: 400;
    color: #000000;
}.learning-outcomes li svg {
    height: 24px;
    left: 0;
    width: 24px;
    transition: transform 0.3s ease;
    margin-right: 1rem;
    position: absolute;
    transform: scale(0.85);
    top: 2px;
}.learning-outcomes li:hover svg {
    transform: scale(1);
}.learning-outcomes li svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,209,179);
}.learning-outcomes li:hover svg path {
    fill: rgb(150,181,143);
}.learning-outcomes li:nth-child(odd) {
    border-radius: 4px;
    background-color: rgba(rgb(185,209,179,0.5), 0.03);
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}.learning-outcomes li:nth-child(even) {
    padding-left: 2.7rem;
    border-left: 2px solid rgba(rgb(150,181,143,0.5), 0.2);
}

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

@media (min-width: 768px) {.learning-outcomes .expert-learnings {
    align-items: stretch;
    flex-direction: row;
}.learning-outcomes .expert-learnings > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}.learning-outcomes .expert-learnings > div:first-child .snap-shot {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.learning-outcomes .text-details {
    justify-content: center;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 2.5rem 2.5rem 2.5rem 3rem;
    display: flex;
    flex-direction: column;
}.learning-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.learning-outcomes {
    padding: 7rem 0;
}.learning-outcomes h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 4rem;
}.learning-outcomes .expert-learnings {
    gap: 0;
}.learning-outcomes .expert-learnings > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
    max-width: 45%;
}.learning-outcomes .expert-learnings > div:first-child::after {
    position: absolute;
    width: 50px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    z-index: 2;
    right: 0;
    bottom: 0;
    top: 0;
}.learning-outcomes .text-details {
    max-width: 55%;
    padding: 3rem 3rem 3rem 4rem;
    flex: 0 0 55%;
}.learning-outcomes li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.learning-outcomes h5 {
    padding: 0 1rem;
    font-size: calc(23px * 0.9);
}.learning-outcomes .expert-learnings {
    margin: 0 0.5rem;
}.learning-outcomes .container {
    padding: 0 1rem;
}.learning-outcomes ul {
    grid-template-columns: 1fr;
}.learning-outcomes li {
    margin-bottom: 0.5rem;
}}.cookieDisclosurePanel {
    background: rgb(220,235,217);
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(185,209,179);
    bottom: 0;
}.cookie-guide {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookieDisclosurePanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieDisclosurePanel p {
    font-size: 18px;
}.track-manage {
    margin-right: 10px;
    flex-shrink: 0;
}.track-manage svg, .track-manage svg path, .track-manage img {
    width: 100px;
    height: 100px;
    fill: rgb(185,209,179);
}.cookie-reset {
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    line-height: 35px;
    color: rgb(185,209,179);
    min-width: 120px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(185,209,179);
    cursor: pointer;
}.cookieDisclosurePanel p a {
    color: rgb(185,209,179);
    text-decoration: none;
}#cookieModalWindow {
    display: none;
}#cookieModalWindow:checked ~ .cookieDisclosurePanel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieDisclosurePanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track-manage {
    display: none;
}.cookie-guide {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieDisclosurePanel h5 {
    text-align: center;
}.cookieDisclosurePanel p {
    text-align: center;
}.data-policy {
    margin-bottom: 20px;
}body .framework-wrap .cookie-reset {
    margin-left: 0;
}}
.framework-wrap .cookie-guide {
    justify-content: flex-end;
}.framework-wrap .cookie-reset {
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    background: rgb(185,209,179);
}.framework-wrap .data-policy {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.framework-wrap .cookie-reset {
    margin-bottom: 10px;
    margin-left: 0;
}}.price-plan {
    position: relative;
    overflow: hidden;
    background: rgb(220,235,217);
    padding: 120px 0;
}.price-plan::before {
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(185,209,179,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
}.price-plan .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}.price-plan .premium-cost {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.price-plan .value-deals {
    transform: translateY(-10px);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out forwards;
}.price-plan .value-deals h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 29px;
    color: #000000;
}.price-plan .value-deals h2::after {
    background: rgb(185,209,179);
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}.price-plan .offer-box {
    margin: 0 auto;
    word-break: break-word;
    font-size: 15px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    max-width: 600px;
    color: #000000;
    line-height: 1.7;
}.price-plan .premium-plan {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
}.price-plan .pay-options {
    transform: translateY(20px);
    text-decoration: none;
    height: 100%;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    animation: fadeInUp 0.8s ease-out forwards;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
}.price-plan .pay-options:nth-child(1) {
    --index: 1;
}.price-plan .pay-options:nth-child(2) {
    --index: 2;
}.price-plan .pay-options:nth-child(3) {
    --index: 3;
}.price-plan .pay-options:nth-child(4) {
    --index: 4;
}.price-plan .pay-options:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.price-plan .study-sub {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}.price-plan .study-sub::before {
    width: 100%;
    top: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143));
    left: 0;
    position: absolute;
}.price-plan .indv-cost {
    padding: 40px 30px;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}.price-plan .indv-cost h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
}.price-plan .indv-cost h3::after {
    content: "";
    width: 40px;
    background-color: rgb(185,209,179);
    position: absolute;
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    height: 2px;
}.price-plan .pay-options:hover .indv-cost h3::after {
    width: 70px;
}.price-plan .study-offers {
    margin: 10px 0 20px;
    overflow-wrap: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(22px * 1.2);
    font-weight: 700;
    border-radius: 10px;
    color: rgb(185,209,179);
    display: inline-block;
    padding: 8px 16px;
    word-break: break-word;
    position: relative;
}.price-plan .indv-cost p {
    color: #000000;
    white-space: normal;
    margin-bottom: 0;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.7;
}.price-plan .snap-shot {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.price-plan .pay-options:hover .snap-shot {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.price-plan .premium-plan {
    grid-template-columns: repeat(2, 1fr);
}.price-plan .indv-cost {
    padding: 40px;
}.price-plan .snap-shot {
    height: 220px;
}
}

@media (min-width: 992px) {.price-plan .premium-cost {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.price-plan .premium-plan {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.price-plan .value-deals {
    width: 35%;
    text-align: left;
    margin: 0;
}.price-plan .value-deals h2::after {
    transform: none;
    left: 0;
}.price-plan .offer-box {
    margin: 0;
}
}

@media (min-width: 1200px) {.price-plan .premium-plan {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-plan .indv-cost h3 {
    font-size: calc(22px * 1.1);
}.price-plan .study-offers {
    font-size: calc(22px * 1.3);
}.price-plan .snap-shot {
    height: 240px;
}
}

@media (max-width: 767px) {.price-plan {
    padding: 80px 0;
}.price-plan .indv-cost {
    padding: 30px 20px;
}.price-plan .study-offers {
    font-size: 22px;
    padding: 6px 12px;
}.price-plan .snap-shot {
    height: 180px;
}
}

@media (max-width: 480px) {.price-plan {
    padding: 60px 0;
}.price-plan .value-deals h2 {
    font-size: calc(29px * 0.85);
}.price-plan .indv-cost h3 {
    font-size: calc(22px * 0.95);
}.price-plan .snap-shot {
    height: 160px;
}}footer {
    width: 100%;
    position: relative;
}.qna-board {
    background-color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #000000;
}.qna-board::before {
    width: 100%;
    height: 1px;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        rgb(185,209,179),
        rgb(185,209,179) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .cookie-ctrl {
    position: relative;
    z-index: 1;
}footer .online-questions {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
    position: relative;
    height: 100px;
    overflow: hidden;
}footer .info_item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0 25px;
    background-color: rgb(150,181,143);
    flex: 1;
    display: flex;
    height: 100px;
    min-width: 250px;
    margin-right: 1px;
    transition: all 0.5s ease;
    align-items: center;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(185,209,179);
    flex: 1.5;
}footer .info_item::after {
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    width: 1px;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    fill: #ffffff;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    z-index: 2;
    width: 24px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    z-index: 2;
    max-width: 100%;
    font-size: 17px;
}footer .info_item::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    top: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    margin: 0 -20px;
    gap: 0;
    display: flex;
    padding: 0 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .head-master, footer .top-page, footer .subscribe_holder {
    scroll-snap-align: start;
    padding: 30px;
    border-radius: 16px;
    max-width: 500px;
    min-width: 280px;
    flex: 0 0 100%;
    height: 450px;
    position: relative;
    margin-right: 30px;
    transition: all 0.4s ease;
}footer .head-master {
    text-align: center;
    display: flex;
    align-items: center;
    background-color: rgb(220,235,217);
    justify-content: center;
    flex-direction: column;
}footer .head-master svg {
    margin-bottom: 30px;
    height: 50px;
    width: auto;
}footer .cheat-sheet {
    color: #000000;
    font-size: 15px;
    max-width: 300px;
    line-height: 1.6;
}footer .top-page {
    position: relative;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(150,181,143,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(185,209,179,0.5) 0%, transparent 40%);
    color: #ffffff;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: rgb(150,181,143);
}footer .top-page::after {
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    position: absolute;
    content: "";
    background-size: 30px 30px;
    bottom: 0;
}footer .top-page h5 {
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
}footer .top-page h5::after {
    height: 2px;
    position: absolute;
    width: 30px;
    content: "";
    left: 0;
    bottom: -10px;
    background-color: rgb(185,209,179);
}footer .head-lesson {
    max-height: 280px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: auto;
}footer .head-lesson a {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 17px;
}footer .head-lesson a:hover {
    color: #ffffff;
    border-bottom-color: rgb(185,209,179);
    padding-left: 10px;
}footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    color: #ffffff;
    background-color: rgb(185,209,179);
    justify-content: center;
}footer .subscribe_holder h5 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}footer .subscribe_holder p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    border: none;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates-item {
    border: none;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(150,181,143);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
}footer .updates-item:hover {
    background-color: rgb(150,181,143,0.5);
}footer .event-cal {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .event-cal::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    left: 20%;
    right: 20%;
    position: absolute;
    height: 1px;
}footer .leaderboard {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: wrap;
    margin: 0;
    overflow-x: visible;
    padding: 0;
    gap: 30px;
    scroll-snap-type: none;
}footer .head-master, footer .top-page, footer .subscribe_holder {
    min-width: 0;
    margin-right: 0;
    height: 500px;
    flex: 1;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .head-master::before,
    footer .top-page::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .qna-board {
    padding: 60px 0 30px;
}footer .online-questions {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .head-master, footer .top-page, footer .subscribe_holder {
    min-height: 350px;
    height: auto;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .qna-board {
    padding: 50px 0 20px;
}footer .head-master::before,
    footer .top-page::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .head-lesson {
    max-height: 220px;
    height: auto;
}footer .head-master, footer .top-page, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .top-page h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .updates-item {
    padding: 12px;
}}.training-structure {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, rgb(150,181,143,0.5) 100%);
    position: relative;
}.training-structure::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(185,209,179,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    animation: pulse 8s infinite alternate;
}.training-structure::after {
    position: absolute;
    filter: blur(70px);
    z-index: 0;
    width: 300px;
    content: "";
    bottom: -50px;
    animation: float 15s infinite ease-in-out;
    background: rgb(150,181,143,0.5);
    right: -50px;
    border-radius: 50%;
    height: 300px;
}.training-structure .expert-learnings {
    backdrop-filter: blur(10px);
    align-items: center;
    z-index: 2;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 900px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    flex-direction: column;
    padding: 3rem;
    animation: appearIn 1s ease-out forwards;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}.training-structure .expert-learnings::before {
    bottom: -2px;
    top: -2px;
    background: linear-gradient(45deg, rgb(185,209,179) 0%, transparent 30%, transparent 70%, rgb(150,181,143) 100%);
    content: "";
    position: absolute;
    border-radius: 14px;
    z-index: -1;
    right: -2px;
    left: -2px;
}.training-structure h3 {
    padding-bottom: 1rem;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s ease-out forwards;
    color: #ffffff;
    position: relative;
}.training-structure h3::after {
    background: linear-gradient(90deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    border-radius: 2px;
    width: 80px;
    height: 3px;
    position: absolute;
}.training-structure span {
    color: #ffffff;
    font-size: 13px;
    animation: fadeIn 1s 0.3s ease-out forwards;
    max-width: 700px;
    opacity: 0;
    line-height: 1.8;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 992px) {.training-structure {
    padding: 3rem 0;
}.training-structure .expert-learnings {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.training-structure h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.training-structure {
    padding: 2rem 0;
}.training-structure .expert-learnings {
    transform: none;
    padding: 1.5rem;
}.training-structure h3 {
    font-size: calc(38px * 0.8);
}.training-structure span {
    font-size: calc(13px * 0.95);
}}.newsletter {
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(220,235,217) 100%);
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
}.newsletter::before {
    animation: grid-move 20s linear infinite;
    position: absolute;
    top: -50%;
    width: 200%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(150,181,143,0.5) 10px,
        rgb(150,181,143,0.5) 11px
    );
    content: "";
    height: 200%;
    left: -50%;
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.newsletter .expert-learnings {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.newsletter .connect-box {
    max-width: 650px;
    transform: rotateY(-5deg);
    box-shadow: 
        0 0 20px rgb(185,209,179,0.5),
        0 0 40px rgb(150,181,143,0.5);
    border: 1px solid rgb(185,209,179,0.5);
    border-radius: 28px;
    transition: transform 0.5s ease;
    padding: 3rem;
    position: relative;
    margin: 0 auto;
    background: rgb(220,235,217);
}.newsletter .connect-box:hover {
    transform: rotateY(0deg);
}.newsletter .connect-box::before {
    background-repeat: repeat-y, repeat-x;
    animation: border-pulse 3s infinite alternate;
    width: 100%;
    opacity: 0.5;
    border-radius: 28px;
    pointer-events: none;
    background-size: 2px 100%, 100% 2px;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(185,209,179,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(150,181,143,0.5) 50%);
    content: "";
    position: absolute;
    background-position: 0 0, 0 0;
    top: 0;
    height: 100%;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.newsletter h3 {
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(185,209,179,0.5);
    transform: translateX(-50%);
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 24px;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgb(150,181,143);
    margin-bottom: 2rem;
    left: 50%;
    color: rgb(185,209,179);
    font-weight: 700;
}.newsletter .input_holder {
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.newsletter input[type="email"] {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    flex: 1;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(150,181,143,0.5);
    font-size: 15px;
    border-radius: 10px;
    min-width: 250px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
}.newsletter input[type="email"]:focus {
    border-color: rgb(185,209,179);
    outline: none;
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(185,209,179,0.5);
}.newsletter input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.7;
}.newsletter input[type="submit"] {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 10px;
    background: rgb(185,209,179);
    padding: 1rem 2rem;
    border: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
}.newsletter input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(185,209,179);
}.newsletter input[type="submit"]::before {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    height: 200%;
    left: -50%;
    width: 200%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(185,209,179), rgb(150,181,143), rgb(185,209,179));
    top: -50%;
}.newsletter input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotate-bg 2s linear infinite;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.newsletter {
    padding: 3rem 1.5rem;
}.newsletter .connect-box {
    padding: 2rem;
    transform: none;
}.newsletter h3 {
    font-size: calc(24px * 0.9);
}.newsletter .input_holder {
    flex-direction: column;
}.newsletter input[type="email"],
    .newsletter input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter {
    padding: 2rem 1rem;
}.newsletter .connect-box {
    padding: 1.5rem;
}.newsletter h3 {
    letter-spacing: 1px;
    font-size: calc(24px * 0.8);
}.newsletter input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}.gratArea {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, rgb(185,209,179,0.5) 100%);
}.gratArea::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}.gratArea::after {
    width: 300px;
    right: -150px;
    top: -150px;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(150,181,143) 0%, transparent 70%);
    border-radius: 50%;
    height: 300px;
    opacity: 0.2;
    filter: blur(50px);
    content: "";
}.gratArea .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.gratArea h2 {
    margin-bottom: 40px;
    transform-origin: center;
    font-size: 31px;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: rgb(185,209,179);
    position: relative;
    font-family: Arial, sans-serif;
}.gratArea h2::after {
    transition: width 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143));
    height: 3px;
    left: 50%;
}.gratArea .expert-learnings {
    transform: translateY(0);
    padding: 40px;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gratArea .expert-learnings::before {
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    animation: gradientShift 6s infinite linear;
    left: 0;
    background: linear-gradient(90deg, rgb(185,209,179), rgb(150,181,143), rgb(185,209,179));
    content: "";
    background-size: 200% 100%;
}.gratArea .expert-learnings:hover {
    transform: translateY(-5px);
}.gratArea .expert-learnings:hover h2::after {
    width: 120px;
}.gratArea ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratArea li {
    padding-left: 25px;
    position: relative;
}.gratArea li::before {
    top: 8px;
    left: 0;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    background: rgb(150,181,143);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: transform 0.3s ease;
    position: absolute;
    width: 10px;
}.gratArea li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.gratArea span {
    display: block;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 1.7;
    padding: 10px 0;
    font-weight: 400;
    font-size: calc(16px + 2px);
    font-family: Arial, sans-serif;
    color: #000000;
}.gratArea span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    height: 1px;
    width: 100%;
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.gratArea {
    padding: 80px 0;
}.gratArea h2 {
    font-size: calc(31px - 2px);
}.gratArea .expert-learnings {
    padding: 30px;
}.gratArea span {
    font-size: 16px;
}
}

@media (max-width: 768px) {.gratArea {
    padding: 60px 0;
}.gratArea h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(31px - 4px);
}.gratArea .expert-learnings {
    padding: 25px;
}.gratArea li::before {
    top: 6px;
}.gratArea span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratArea {
    padding: 40px 0;
}.gratArea h2 {
    font-size: calc(31px - 6px);
    margin-bottom: 30px;
    transform: none;
}.gratArea h2::after {
    bottom: -10px;
    width: 60px;
}.gratArea .expert-learnings {
    padding: 20px;
}.gratArea li {
    padding-left: 20px;
}.gratArea li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}.gratArea span {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(16px - 2px);
}}.contact-us {
    background: linear-gradient(
        135deg, 
        rgb(150,181,143,0.5) 0%, 
        rgb(185,209,179,0.5) 100%
    );
    isolation: isolate;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.contact-us::before {
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    left: -50%;
    content: '';
    z-index: 1;
    position: absolute;
}.contact-us::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    position: absolute;
    right: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    height: 150%;
    width: 150%;
    content: '';
    z-index: 1;
    bottom: -30%;
}.contact-us .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1rem;
}.contact-us h2 {
    letter-spacing: -0.02em;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 44px;
    margin-bottom: 3rem;
    font-weight: 700;
}.contact-us h2::after {
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(185,209,179), 
        transparent
    );
    width: 80px;
    bottom: -0.5rem;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}.contact-us .support-feedback {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    align-items: stretch;
    background: rgba(255,255,255,0.05);
    display: flex;
    backdrop-filter: blur(10px);
}.contact-us .snap-shot {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.contact-us .snap-shot::before {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    content: '';
    mix-blend-mode: color-dodge;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(150,181,143,0.5) 0%, 
        rgb(185,209,179,0.5) 100%
    );
    position: absolute;
}.contact-us .support-support {
    padding: 4rem 3rem;
    justify-content: center;
    flex: 0 0 60%;
    flex-direction: column;
    display: flex;
}.contact-us .support-support form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact-us .support-support h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}.contact-us .support-support input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
}.contact-us .support-support input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(185,209,179), 0.3);
    border-color: rgb(185,209,179);
}.contact-us .support-support .support-message {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact-us .support-support .support-message input[type="checkbox"] {
    border: 2px solid #ffffff;
    height: 22px;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    width: 22px;
    border-radius: 10px;
    position: relative;
}.contact-us .support-support .support-message input[type="checkbox"]:checked {
    background: rgb(185,209,179);
    border-color: rgb(185,209,179);
}.contact-us .support-support .support-message input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    content: '✔';
    left: 50%;
    color: #ffffff;
}.contact-us .support-support .support-message label {
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    display: flex;
}.contact-us .support-support .support-message a {
    color: rgb(185,209,179);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}.contact-us .support-support .support-message a:hover {
    text-decoration: underline;
}.contact-us .support-support .feedback-block {
    font-weight: 600;
    padding: 1rem;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    overflow: hidden;
    position: relative;
    background: rgb(185,209,179);
}.contact-us .support-support .feedback-block::before {
    width: 100%;
    left: -100%;
    content: '';
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    height: 100%;
}.contact-us .support-support .feedback-block:hover::before {
    left: 100%;
}.contact-us .support-support .feedback-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact-us .support-feedback {
    flex-direction: column;
}.contact-us .snap-shot {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-us .support-support {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-us {
    padding: 3rem 0;
}.contact-us h2 {
    margin-bottom: 2rem;
    font-size: calc(44px * 0.8);
}.contact-us .support-support h3 {
    font-size: calc(29px * 0.9);
}.contact-us .support-support input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-us .support-support .support-message {
    align-items: flex-start;
}.contact-us .support-support .support-message input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-us .support-feedback {
    border-radius: 0;
}.contact-us .snap-shot {
    min-height: 250px;
}.contact-us .support-support {
    padding: 2rem 1.5rem;
}}.course-highlights {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,217) 0%, rgba(0, 0, 0, 0.5) 100%);
}.course-highlights::before {
    position: absolute;
    width: 200px;
    border-radius: 50%;
    right: -50px;
    opacity: 0.3;
    animation: floatEffect 15s infinite alternate ease-in-out;
    height: 200px;
    top: -50px;
    background: radial-gradient(circle, rgb(185,209,179,0.5) 0%, transparent 70%);
    content: "";
}.course-highlights::after {
    content: "";
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    background: radial-gradient(circle, rgb(150,181,143,0.5) 0%, transparent 70%);
    width: 150px;
    opacity: 0.2;
    height: 150px;
    left: -30px;
    position: absolute;
    bottom: -30px;
}.course-highlights .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.course-highlights .skill-route {
    position: relative;
    gap: 40px;
    transform-style: preserve-3d;
    perspective: 1000px;
    display: grid;
    grid-template-columns: 1fr;
}.course-highlights .snap-shot {
    overflow: hidden;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease-out;
    transform: translateZ(20px) rotateX(2deg);
}.course-highlights .snap-shot::before {
    position: absolute;
    opacity: 0.6;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(185,209,179,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    top: 0;
}.course-highlights .snap-shot::after {
    position: absolute;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    top: -50%;
    animation: orbitEffect 20s infinite linear;
    height: 200%;
    width: 200%;
    content: "";
}.course-highlights .text-details {
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
}.course-highlights .text-details:hover {
    transform: translateZ(15px);
}.course-highlights h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 1.1);
    color: rgb(185,209,179);
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 600;
}.course-highlights h3::after {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    content: "";
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    transition: transform 0.4s ease-out;
    width: 60px;
}.course-highlights .text-details:hover h3::after {
    transform: scaleX(1.5);
}.course-highlights .description {
    line-height: 1.8;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 20px;
    scrollbar-color: rgb(150,181,143,0.5) transparent;
    position: relative;
    color: #000000;
    max-height: 300px;
    font-size: 12px;
}.course-highlights .description::-webkit-scrollbar {
    width: 6px;
}.course-highlights .description::-webkit-scrollbar-track {
    background: transparent;
}.course-highlights .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(150,181,143,0.5);
}.course-highlights p.description {
    display: block;
}.course-highlights span.description {
    display: none;
}.course-highlights .skill-route div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.course-highlights .skill-route {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course-highlights .snap-shot {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.course-highlights h3 {
    margin-bottom: 30px;
    font-size: 31px;
}.course-highlights h3::after {
    width: 80px;
}.course-highlights .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-highlights {
    padding: 150px 0;
}.course-highlights .container {
    padding: 0 40px;
}.course-highlights .skill-route {
    gap: 80px;
}.course-highlights .snap-shot {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.course-highlights .text-details {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.course-highlights .text-details:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course-highlights .description {
    max-height: 400px;
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-highlights .snap-shot {
    height: 550px;
}.course-highlights .skill-route {
    gap: 100px;
}.course-highlights .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course-highlights {
    padding: 80px 0;
}.course-highlights .container {
    padding: 0 15px;
}.course-highlights .text-details {
    padding: 25px 20px;
}.course-highlights h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.course-highlights .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    max-height: 250px;
}}.confidential-hearth {
    color: #000000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background-color: rgb(220,235,217);
    font-family: Arial, sans-serif;
    padding: 40px;
}.confidential-hearth h1 {
    font-weight: 700;
    color: rgb(185,209,179);
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 20px;
}.confidential-hearth h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(150,181,143);
}.confidential-hearth h3,
.confidential-hearth h4,
.confidential-hearth h5,
.confidential-hearth h6 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 24px;
    color: rgb(185,209,179);
}.confidential-hearth ul,
.confidential-hearth ol {
    padding: 0 0 0 20px;
    margin: 0;
}.confidential-hearth ul {
    list-style-type: disc;
}.confidential-hearth ol {
    list-style-type: decimal;
}.confidential-hearth li {
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
}.confidential-hearth p {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 15px;
}.confidential-hearth div {
    margin-bottom: 20px;
}.confidential-hearth span {
    font-weight: 600;
    color: rgb(185,209,179);
}
@media only screen and (max-width: 800px) {.confidential-hearth {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}.confidential-hearth h1 {
    font-size: calc(24px * 0.8);
}.confidential-hearth h2 {
    font-size: calc(24px * 0.8);
}.confidential-hearth ul,
    .confidential-hearth ol {
    padding-left: 15px;
}}.take-a-spin {
    background: linear-gradient(155deg, rgb(185,209,179,0.5) 50%, rgb(220,235,217) 50%);
    padding: 130px 0;
    overflow: hidden;
    position: relative;
}.take-a-spin::before {
    background-position: 0 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.04;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
}.take-a-spin .expert-learnings {
    padding: 0 20px;
    max-width: 1000px;
    position: relative;
    align-items: flex-start;
    z-index: 10;
    gap: 50px;
    display: flex;
    margin: 0 auto;
}.take-a-spin .container p {
    flex: 1;
    z-index: 5;
    font-weight: 700;
    margin: 0;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
    color: #000000;
    background: #ffffff;
    border-radius: 20px 20px 20px 0;
    font-size: 34px;
    line-height: 1.4;
}.take-a-spin .feedback-block {
    flex: 0 0 220px;
    background: rgb(185,209,179);
    color: #ffffff;
    transform: translateY(30px);
    font-size: 15px;
    justify-content: center;
    align-items: center;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    border-radius: 20px 20px 0 20px;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: flex;
    padding: 20px;
    font-weight: 600;
    height: 220px;
    transition: all 0.4s ease;
    z-index: 5;
}.take-a-spin .feedback-block::before {
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    background: rgb(150,181,143);
    transition: opacity 0.4s ease;
    border-radius: 20px 20px 0 20px;
    content: '';
}.take-a-spin .feedback-block:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}.take-a-spin .feedback-block:hover::before {
    opacity: 1;
}.take-a-spin .container p::after {
    height: 40px;
    background: rgb(185,209,179);
    border-radius: 10px;
    width: 40px;
    bottom: -10px;
    left: -10px;
    position: absolute;
    content: '';
    z-index: -1;
}.take-a-spin::after {
    border-radius: 50%;
    top: -100px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    width: 200px;
    position: absolute;
    content: '';
    right: -100px;
    height: 200px;
}.take-a-spin .expert-learnings::after {
    height: 150px;
    width: 150px;
    position: absolute;
    border: 20px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -75px;
    z-index: 1;
    left: -75px;
    content: '';
}

@media (max-width: 991px) {.take-a-spin {
    padding: 110px 0;
}.take-a-spin .expert-learnings {
    gap: 40px;
}.take-a-spin .container p {
    font-size: calc(20px * 1.2);
    padding: 25px;
}.take-a-spin .feedback-block {
    flex: 0 0 180px;
    height: 180px;
}.take-a-spin .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.take-a-spin {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(185,209,179,0.5) 60%, rgb(220,235,217) 60%);
}.take-a-spin .expert-learnings {
    gap: 60px;
    flex-direction: column;
}.take-a-spin .container p {
    font-size: 20px;
    width: 100%;
}.take-a-spin .feedback-block {
    margin-right: 20px;
    height: 160px;
    align-self: flex-end;
    width: 160px;
}
}

@media (max-width: 480px) {.take-a-spin {
    padding: 70px 0;
}.take-a-spin .container p {
    padding: 20px;
    font-size: calc(13px * 1.2);
    border-radius: 15px 15px 15px 0;
}.take-a-spin .feedback-block {
    height: 140px;
    width: 140px;
    font-size: calc(15px * 0.9);
    border-radius: 15px 15px 0 15px;
}.take-a-spin .container p::after {
    border-radius: 8px;
    width: 25px;
    height: 25px;
}}header .main-guide {
    background: linear-gradient(120deg, rgb(220,235,217) 0%, rgb(185,209,179,0.5) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
}header .main-guide::before {
    width: 100%;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    left: 0;
    height: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(150,181,143,0.5) 10px,
        rgb(150,181,143,0.5) 11px
    );
    content: "";
    top: 0;
}header .main-guide::after {
    z-index: -2;
    content: "";
    height: 100px;
    background: rgb(185,209,179);
    position: absolute;
    opacity: 0.1;
    top: -50px;
    transform: rotate(-2deg);
    left: -25%;
    width: 150%;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .main-navbar {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}header .head-master {
    z-index: 2;
    position: relative;
}header .site-top {
    box-shadow: 5px 5px 0 rgb(185,209,179,0.5);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    transform: rotate(-3deg);
    display: block;
    padding: 15px;
}header .site-top::before {
    bottom: -5px;
    content: "";
    position: absolute;
    right: -5px;
    left: -5px;
    opacity: 0;
    top: -5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px dashed rgb(185,209,179,0.5);
}header .site-top:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(185,209,179);
}header .site-top:hover::before {
    left: -8px;
    right: -8px;
    opacity: 1;
    bottom: -8px;
    top: -8px;
}header .site-top svg {
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
}header .top-page {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}header .top-page::before {
    position: absolute;
    border-radius: 0 29px 29px 0;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(150,181,143,0.5) 100%);
    top: 0;
    transition: width 0.3s ease;
    right: 0;
    content: "";
    opacity: 0.15;
    z-index: -1;
    bottom: 0;
}header .top-page:hover::before {
    width: 100%;
}header .site-head {
    position: relative;
    margin: 5px 3px;
}header .site-head:nth-child(odd) {
    transform: translateY(-3px);
}header .site-head:nth-child(even) {
    transform: translateY(3px);
}header .site-head a {
    padding: 8px 16px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 0 10px;
    position: relative;
    border-left: 3px solid transparent;
    overflow: hidden;
    font-weight: 600;
    background: #ffffff;
    transition: all 0.3s ease;
    display: block;
    color: #000000;
    font-size: 18px;
}header .site-head a::before {
    background: rgb(185,209,179);
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    position: absolute;
    width: 5px;
    right: 0;
    content: "";
    height: 100%;
    top: 0;
}header .site-head a::after {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(185,209,179) 0%, rgb(150,181,143) 100%);
    content: "";
    height: 2px;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
}header .site-head a:hover {
    color: rgb(185,209,179);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    border-left-color: rgb(185,209,179);
}header .site-head a:hover::before {
    transform: scaleY(1);
}header .site-head a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .main-navbar {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .head-master {
    justify-self: center;
}header .top-page {
    justify-content: center;
}header .top-page::before {
    opacity: 0.1;
    background: rgb(150,181,143,0.5);
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top-page {
    width: 100%;
    flex-direction: column;
}header .site-head {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .site-head a {
    border-radius: 10px;
    text-align: center;
    border-left: none;
    border-bottom: 3px solid transparent;
}header .site-head a:hover {
    border-bottom-color: rgb(185,209,179);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .site-head a::before {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    height: 5px;
}header .site-head a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .site-top {
    padding: 10px;
    transform: none;
}header .site-top svg {
    height: 40px;
}header .site-top:hover {
    transform: translateY(-3px);
}}.welcome-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}.welcome-section .study-tech {
    display: flex;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    align-items: center;
    padding: 2rem;
    justify-content: center;
}.welcome-section .study-tech::before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(185,209,179,0.5) 0%, 
        rgba(0,0,0,0.7) 60%, 
        rgb(150,181,143,0.5) 100%);
    content: "";
    top: 0;
    z-index: -1;
}.welcome-section .study-tech::after {
    top: 0;
    z-index: -1;
    left: 0;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    content: "";
    opacity: 0.15;
    position: absolute;
    height: 100%;
    width: 100%;
}.welcome-section .virtual-guides {
    border-radius: 10px;
    border-left: 3px solid rgb(150,181,143);
    backdrop-filter: blur(8px);
    background: linear-gradient(165deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 40%, 
        rgba(255,255,255,0) 100%);
    max-width: 900px;
    position: relative;
    transform: translateY(2vh);
    padding: 3rem 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2),
                0 5px 15px rgba(0,0,0,0.1),
                0 1px 2px rgba(255,255,255,0.05);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
}.welcome-section .virtual-guides::before {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    animation: appearFade 0.8s ease-out 1s forwards;
    height: 80px;
    border-right: 4px solid rgb(150,181,143);
    content: "";
    opacity: 0;
    border-top: 4px solid rgb(150,181,143);
}.welcome-section .virtual-guides::after {
    height: 80px;
    content: "";
    position: absolute;
    border-bottom: 4px solid rgb(150,181,143);
    left: -20px;
    animation: appearFade 0.8s ease-out 1.2s forwards;
    border-left: 4px solid rgb(150,181,143);
    opacity: 0;
    bottom: -20px;
    width: 80px;
}.welcome-section h1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    position: relative;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    font-size: calc(43px * 1.2);
    color: #ffffff;
    transform: translateX(-30px);
    line-height: 1.1;
    font-weight: 700;
    opacity: 0;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}.welcome-section h1::after {
    animation: lineExpand 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    background: linear-gradient(90deg, 
        rgb(150,181,143) 0%, 
        rgb(185,209,179) 100%);
    bottom: -10px;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    width: 0;
}.welcome-section h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.6s forwards;
    transform: translateX(-20px);
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
    font-size: calc(19px * 1.1);
    padding-left: 1rem;
    position: relative;
}.welcome-section h3::before {
    bottom: 0;
    opacity: 0.8;
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    transform: scaleY(0);
    width: 3px;
    transform-origin: top;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgb(150,181,143);
}.welcome-section p {
    font-weight: 400;
    position: relative;
    letter-spacing: 0.02em;
    padding-left: 2rem;
    font-size: 18px;
    max-width: 90%;
    margin-top: 2rem;
    opacity: 0;
    line-height: 1.6;
    transform: translateY(20px);
    color: #ffffff;
    animation: slideUpFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.9s forwards;
}.welcome-section p::before {
    width: 1.5rem;
    animation: scaleHorizontal 0.6s ease-out 1.2s forwards;
    content: "";
    background: rgb(150,181,143);
    transform-origin: left;
    position: absolute;
    top: 50%;
    transform: scaleX(0);
    left: 0;
    height: 1px;
}

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

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

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

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

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

@keyframes appearFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200px) {.welcome-section .virtual-guides {
    padding: 2.5rem 1.5rem;
    max-width: 800px;
}.welcome-section h1 {
    font-size: calc(43px * 1.1);
}.welcome-section h3 {
    font-size: 19px;
}
}

@media screen and (max-width: 992px) {.welcome-section .study-tech {
    padding: 1.5rem;
    min-height: 90vh;
}.welcome-section .virtual-guides {
    max-width: 700px;
    padding: 2rem 1.5rem;
}.welcome-section h1 {
    font-size: 43px;
}.welcome-section h1::after {
    height: 2px;
    bottom: -8px;
}.welcome-section h3 {
    font-size: calc(19px * 0.95);
}.welcome-section p {
    max-width: 95%;
}
}

@media screen and (max-width: 768px) {.welcome-section .study-tech {
    min-height: 80vh;
    padding: 1rem;
}.welcome-section .virtual-guides {
    padding: 1.8rem 1.2rem;
    max-width: 100%;
}.welcome-section h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.9);
}.welcome-section h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.2rem;
}.welcome-section p {
    max-width: 100%;
    font-size: calc(18px * 0.95);
    margin-top: 1.5rem;
}.welcome-section .virtual-guides::before,
    .welcome-section .virtual-guides::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.welcome-section .study-tech {
    min-height: 70vh;
}.welcome-section .virtual-guides {
    padding: 1.5rem 1rem;
}.welcome-section h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.8);
}.welcome-section h1::after {
    bottom: -6px;
    height: 2px;
}.welcome-section h3 {
    padding-left: 0.8rem;
    font-size: calc(19px * 0.85);
}.welcome-section h3::before {
    width: 2px;
}.welcome-section p {
    font-size: calc(18px * 0.9);
    margin-top: 1.2rem;
    padding-left: 1.5rem;
}.welcome-section p::before {
    width: 1.2rem;
}.welcome-section .virtual-guides::before,
    .welcome-section .virtual-guides::after {
    width: 50px;
    border-width: 3px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {.welcome-section .study-tech {
    min-height: 60vh;
}.welcome-section .virtual-guides {
    padding: 1.2rem 0.8rem;
}.welcome-section h1 {
    font-size: calc(43px * 0.7);
}.welcome-section h3 {
    font-size: calc(19px * 0.8);
}.welcome-section p {
    font-size: calc(18px * 0.85);
}
}