﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.mentor-net {
    flex: 0 0 auto;
}.top-mentor {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1244px;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.wrapper-holder {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistical-report {
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgba(rgb(140,178,160,0.5), 0.15) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.statistical-report::before {
    z-index: 1;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(180,206,197,0.5), 0.03) 0px,
        rgba(rgb(180,206,197,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.statistical-report::after {
    z-index: 0;
    height: 100%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(140,178,160,0.5), 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    width: 100%;
    transform: rotate(-15deg) scale(2);
    right: -50%;
    content: "";
}.statistical-report h3 {
    font-size: 38px;
    z-index: 2;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.statistical-report h3::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(180,206,197) 0%, rgb(140,178,160) 100%);
    bottom: -0.8rem;
    width: 5rem;
    left: 50%;
    content: "";
}.statistical-report .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.statistical-report ul {
    gap: 2rem;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}.statistical-report .statistics-gain {
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease-out;
    align-items: center;
    display: flex;
    box-shadow: 0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    backdrop-filter: blur(5px);
    background: #ffffff;
    position: relative;
    justify-content: center;
    padding: 2.5rem 1.5rem;
}.statistical-report .statistics-gain::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(180,206,197,0.5), 0.08) 0%,
        rgba(rgb(140,178,160,0.5), 0.05) 100%
    );
    z-index: -1;
    height: 100%;
    left: 0;
}.statistical-report .statistics-gain::after {
    height: 5px;
    background: linear-gradient(
        90deg,
        rgb(180,206,197) 0%,
        rgb(140,178,160) 100%
    );
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    top: 0;
}.statistical-report .statistics-gain:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.2);
}.statistical-report .statistics-gain:hover::after {
    transform: scaleX(1);
}.statistical-report .statistics-gain span {
    transition: transform 0.3s ease;
    text-align: center;
    font-size: calc(15px * 1.1);
    z-index: 2;
    color: #000000;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}.statistical-report .statistics-gain:hover span {
    transform: translateY(-5px);
}.statistical-report .statistics-gain p {
    align-items: center;
    position: relative;
    color: rgb(180,206,197);
    font-size: calc(42px * 1.2);
    justify-content: center;
    display: flex;
    font-weight: 700;
    margin: 0;
    transition: all 0.4s ease;
}.statistical-report .statistics-gain p::before {
    width: calc(100% + 20px);
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(140,178,160,0.5), 0.1) 0%,
        transparent 70%
    );
    opacity: 0;
    height: calc(100% + 20px);
    transition: all 0.4s ease;
    transform: scale(0.8);
    z-index: -1;
    content: "";
}.statistical-report .statistics-gain:hover p {
    color: rgb(140,178,160);
    transform: scale(1.1);
}.statistical-report .statistics-gain:hover p::before {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.statistical-report {
    padding: 4rem 1.5rem;
}.statistical-report h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.statistical-report ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}.statistical-report .statistics-gain {
    padding: 2rem 1.2rem;
}.statistical-report .statistics-gain p {
    font-size: calc(42px * 1.1);
}
}

@media (max-width: 767px) {.statistical-report {
    padding: 3.5rem 1rem;
}.statistical-report h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.statistical-report ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}.statistical-report .statistics-gain {
    padding: 1.8rem 1rem;
}.statistical-report .statistics-gain span {
    font-size: 15px;
}.statistical-report .statistics-gain p {
    font-size: 42px;
}
}

@media (max-width: 480px) {.statistical-report {
    padding: 3rem 0.8rem;
}.statistical-report h3 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.75);
}.statistical-report ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical-report .statistics-gain {
    padding: 1.5rem 0.8rem;
}.statistical-report .statistics-gain span {
    font-size: calc(15px * 0.95);
}.statistical-report .statistics-gain p {
    font-size: calc(42px * 0.9);
}.statistical-report .statistics-gain:hover {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion) {.statistical-report .statistics-gain,
    .statistical-report .statistics-gain p,
    .statistical-report .statistics-gain span,
    .statistical-report .statistics-gain::after,
    .statistical-report .statistics-gain p::before {
    transition: none;
}.statistical-report .statistics-gain:hover {
    transform: none;
}.statistical-report .statistics-gain:hover span {
    transform: none;
}.statistical-report .statistics-gain:hover p {
    transform: none;
}}.welcome {
    min-height: 100vh;
    position: relative;
    padding: 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217,230,225), rgb(140,178,160,0.5) 80%);
    align-items: center;
    display: flex;
    overflow: hidden;
}.welcome::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.1;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(180,206,197,0.5) 5%, transparent 7%),
    radial-gradient(circle at 80% 70%, rgb(180,206,197,0.5) 5%, transparent 7%),
    radial-gradient(circle at 50% 50%, rgb(140,178,160,0.5) 3%, transparent 5%),
    radial-gradient(circle at 30% 80%, rgb(180,206,197,0.5) 4%, transparent 6%);
}.start-open {
    display: grid;
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgb(255, 255, 255, 0.5);
    border-radius: 10px;
    gap: 3rem;
    z-index: 1;
    padding: 3rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.start-open > div:first-child {
    border-left: 4px solid rgb(180,206,197);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px);
    background: linear-gradient(to right, rgb(140,178,160,0.5), #ffffff);
    padding: 1.5rem;
    box-shadow: inset 5px 5px 15px rgba(255, 255, 255, 0.7), inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.start-open > div:first-child:hover {
    transform: translateZ(30px) translateX(5px);
}.welcome h3 {
    font-size: calc(23px * 0.9);
    margin: 0;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
}.welcome h3::before {
    position: absolute;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 2px;
    content: "";
    background: rgb(180,206,197);
    top: 50%;
    left: -2rem;
}.start-open > div:last-child {
    z-index: 2;
    position: relative;
}.welcome .study-track {
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05), -10px -10px 30px #ffffff;
    background: #ffffff;
    transition: all 0.4s ease;
    border-radius: 2px;
    padding: 2rem;
}.welcome .study-track::before {
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    height: 6px;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.welcome .study-track:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08), -15px -15px 40px #ffffff;
}.welcome h1 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
    transform: translateX(-3px);
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 48px;
}.welcome h1::after {
    content: "";
    transform: scaleX(1);
    width: 80px;
    height: 4px;
    transition: transform 0.4s ease-out;
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: left;
    background: rgb(180,206,197);
}.welcome .study-track:hover h1::after {
    transform: scaleX(1.5);
}.welcome .study-track > div {
    overflow: hidden;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.05), inset -5px -5px 15px rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    margin-top: 1.5rem;
    padding: 2rem;
    position: relative;
}.welcome .study-track > div::before {
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    background: rgb(180,206,197,0.5);
}.welcome .study-track > div p {
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    border-left: 3px solid rgb(180,206,197);
    position: relative;
    transform: translateZ(10px);
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    z-index: 1;
    color: #ffffff;
}.welcome .study-track > div:hover p {
    transform: translateZ(20px) translateX(5px);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.start-open {
    grid-template-columns: 0.4fr 0.6fr;
    transform: perspective(1200px) rotateX(3deg);
    gap: 2rem;
    padding: 4rem;
}.welcome h3 {
    font-size: 23px;
}.start-open > div:first-child {
    padding: 2rem;
    display: flex;
    align-items: center;
}.welcome h1 {
    font-size: calc(48px * 1.1);
}.welcome .study-track > div p {
    font-size: calc(17px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.welcome {
    padding: 0;
}.start-open {
    padding: 5rem;
    gap: 3rem;
}.welcome h3 {
    font-size: calc(23px * 1.1);
}.welcome h1 {
    font-size: calc(48px * 1.2);
}.welcome .study-track {
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.welcome .study-track:hover {
    transform: translateY(-10px) scale(1.02);
}.welcome .study-track > div {
    padding: 3rem;
}
}

@media (max-width: 767px) {.welcome {
    padding: 1rem;
}.start-open {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1), -10px -10px 30px rgb(255, 255, 255, 0.5);
}.welcome h3 {
    font-size: calc(23px * 0.8);
}.welcome h1 {
    font-size: calc(48px * 0.9);
}.welcome .study-track {
    padding: 1.5rem;
}.welcome .study-track > div {
    padding: 1.5rem;
}.welcome .study-track > div p {
    font-size: 17px;
    padding: 0.5rem;
}}.course-structure {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(217,230,225);
    flex-direction: column;
    display: flex;
}.course-structure .skill-master {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    left: 0;
}.course-structure .practical-study {
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}.course-structure .skill-master:hover .practical-study {
    animation-play-state: paused;
}.course-structure .skill-tool {
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}.course-structure .skill-tool::before {
    right: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgb(180,206,197,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(140,178,160,0.5) 100%
    );
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    top: 0;
}.course-structure .skill-tool:hover::before {
    opacity: 0.4;
}.course-structure .skill-tool img {
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course-structure .skill-tool:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}.course-structure .container {
    display: flex;
    position: relative;
    height: 100%;
    margin: auto;
    padding: 4rem 2rem;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
}.course-structure .founder-vision {
    margin-right: 5%;
    position: relative;
    width: 100%;
    max-width: 600px;
}.course-structure .learn-development {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 27px;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(8px);
    padding: 3rem;
}.course-structure .learn-development::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(180,206,197) 0%,
        rgb(140,178,160) 100%
    );
    top: 0;
    height: 3px;
}.course-structure .learn-development::after {
    bottom: 0;
    right: 0;
    width: 50%;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,206,197,0.5) 100%
    );
}.course-structure .learn-development:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}.course-structure .learn-development h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.course-structure .learn-development h3::after {
    background-color: rgb(180,206,197);
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 40%;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}.course-structure .learn-development:hover h3::after {
    width: 60%;
}.course-structure .learn-development p {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}.course-structure .learn-development .inquiry-query {
    padding: 0.85rem 2rem;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgb(180,206,197,0.5);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(180,206,197) 0%,
        rgb(140,178,160) 100%
    );
    border-radius: 10px;
}.course-structure .learn-development .inquiry-query::before {
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(140,178,160) 0%,
        rgb(180,206,197) 100%
    );
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0;
    content: "";
    width: 100%;
}.course-structure .learn-development .inquiry-query:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(180,206,197,0.5);
}.course-structure .learn-development .inquiry-query:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course-structure::before {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    width: 100%;
}

@media (max-width: 992px) {.course-structure .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.course-structure .founder-vision {
    margin-right: 0;
    max-width: 540px;
}.course-structure .learn-development {
    padding: 2.5rem;
}.course-structure .learn-development h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.course-structure .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.course-structure .learn-development {
    padding: 2rem;
}.course-structure .learn-development h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.2rem;
}.course-structure .learn-development p {
    margin-bottom: 1.5rem;
}.course-structure .learn-development .inquiry-query {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course-structure .practical-study {
    animation-duration: 20s;
}.course-structure .container {
    padding: 3rem 1rem;
}.course-structure .learn-development {
    padding: 1.5rem;
}.course-structure .learn-development h3 {
    margin-bottom: 1rem;
    font-size: calc(28px * 0.7);
}.course-structure .learn-development p {
    margin-bottom: 1.25rem;
    font-size: calc(18px * 0.9);
}.course-structure .learn-development .inquiry-query {
    padding: 0.65rem 1.5rem;
    font-size: calc(17px * 0.9);
}}

.course-structure .practical-study::before {
    width: 1px;
    height: 1px;
    content: "";
    animation: set-slide-count 0.1s forwards;
    position: fixed;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course-structure .skill-tool:nth-child(1) {
    --slide-color: rgb(180,206,197);
}.course-structure .skill-tool:nth-child(2) {
    --slide-color: rgb(140,178,160);
}.course-structure .skill-tool:nth-child(3) {
    --slide-color: rgb(180,206,197);
}.course-structure .skill-tool:nth-child(4) {
    --slide-color: rgb(140,178,160);
}.course-structure .skill-tool:nth-child(5) {
    --slide-color: rgb(180,206,197);
}.course-structure .skill-tool::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    mix-blend-mode: soft-light;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(180,206,197)) 150%
    );
    height: 100%;
}.course-structure .skill-tool:hover::after {
    opacity: 0.5;
}.tyPage {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(217,230,225), rgb(140,178,160,0.5));
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.tyPage::before {
    animation: backgroundShift 20s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
}.tyPage .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.tyPage .founder-vision {
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    display: grid;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    padding: 3rem;
    gap: 2.5rem;
}.tyPage .founder-vision:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
    transform: translateZ(10px) scale(1.01);
}.tyPage .founder-vision::before {
    opacity: 0;
    z-index: -1;
    width: 100%;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, transparent 0%, rgb(180,206,197,0.5) 100%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    pointer-events: none;
}.tyPage .founder-vision:hover::before {
    opacity: 0.05;
}.tyPage .founder-vision > div:first-child {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
}.tyPage .founder-vision > div:first-child::after {
    background: rgb(180,206,197);
    transform-origin: left;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    bottom: -10px;
    position: absolute;
    height: 3px;
    left: 0;
    transform: scaleX(0);
}.tyPage .founder-vision:hover > div:first-child::after {
    transform: scaleX(1);
}.tyPage h5 {
    position: relative;
    letter-spacing: 0.02em;
    color: #000000;
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    transform: translateZ(5px);
}.tyPage h5::first-letter {
    font-size: 1.2em;
    color: rgb(180,206,197);
}.tyPage .founder-vision > div:last-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(15px);
}.tyPage a {
    text-decoration: none;
    overflow: hidden;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    color: inherit;
    position: relative;
    display: block;
}.tyPage a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    transition: left 0.8s ease-in-out;
    content: "";
}.tyPage .founder-vision:hover a::before {
    left: 100%;
}.tyPage p {
    opacity: 0.9;
    margin: 0;
    transition: opacity 0.4s ease;
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}.tyPage a:hover p {
    color: rgb(180,206,197);
    opacity: 1;
}

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

@media (min-width: 768px) {.tyPage {
    padding: 7rem 0;
}.tyPage .founder-vision {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.tyPage h5 {
    font-size: calc(20px * 1.1);
}.tyPage p {
    font-size: calc(14px * 1.05);
}.tyPage .founder-vision::after {
    right: -15px;
    height: 30px;
    transform: translateZ(10px) scale(0.9);
    top: -15px;
    position: absolute;
    content: "";
    opacity: 0;
    border-top: 3px solid rgb(180,206,197);
    border-right: 3px solid rgb(180,206,197);
    width: 30px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}.tyPage .founder-vision:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.tyPage .founder-vision::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.tyPage .founder-vision:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.tyPage {
    padding: 8rem 0;
}.tyPage .founder-vision {
    padding: 5rem;
    gap: 4rem;
}.tyPage .founder-vision > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tyPage .founder-vision:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tyPage .founder-vision > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tyPage .founder-vision:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tyPage a {
    padding: 1rem 0;
}.tyPage p {
    line-height: 1.8;
}.tyPage .container::before {
    bottom: -20px;
    left: 10%;
    height: 1px;
    content: "";
    width: 80%;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(180,206,197,0.5), transparent);
    position: absolute;
}
}

@media (max-width: 767px) {.tyPage {
    padding: 3rem 1rem;
}.tyPage .founder-vision {
    padding: 2rem 1.5rem;
}.tyPage h5 {
    font-size: calc(20px * 0.9);
}.tyPage p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.cookie-overlay-alert {
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(180,206,197);
    bottom: 0;
    background: rgb(217,230,225);
}#cookieConsentAlert {
    display: none;
}#cookieConsentAlert:checked ~ .cookie-overlay-alert {
    visibility: hidden;
    opacity: 0;
}.cookie-updates {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie-overlay-alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-overlay-alert p {
    font-size: 18px;
}.visitor-acceptance {
    margin-right: 10px;
    flex-shrink: 0;
}.visitor-acceptance svg, .visitor-acceptance svg path, .visitor-acceptance img {
    fill: rgb(180,206,197);
    height: 100px;
    width: 100px;
}.web-tracking {
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 35px;
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    color: rgb(180,206,197);
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    border-bottom: 2px solid rgb(180,206,197);
}.cookie-overlay-alert p a {
    text-decoration: none;
    color: rgb(180,206,197);
}
@media only screen and (max-width: 1200px) {.cookie-overlay-alert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.visitor-acceptance {
    display: none;
}.cookie-updates {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-overlay-alert h5 {
    text-align: center;
}.cookie-overlay-alert p {
    text-align: center;
}.cookie-screen {
    margin-bottom: 20px;
}body .wrapper-holder .web-tracking {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-holder .cookie-overlay-alert {
    background: rgb(180,206,197);
    box-shadow: rgb(140,178,160,0.5) 0px 0px 10px 10px;
}.wrapper-holder .cookie-updates {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-holder .web-tracking {
    padding: 10px;
    background: #ffffff;
    margin-left: 30px;
    color: rgb(180,206,197);
    font-size: 20px;
    border: none;
}.wrapper-holder .cookie-screen {
    color: #ffffff;
    text-align: left;
}.wrapper-holder .cookie-screen h5 {
    font-weight: 700;
}.wrapper-holder .cookie-screen h5, .wrapper-holder .cookie-screen p {
    color: #ffffff;
}.wrapper-holder .cookie-overlay-alert p a {
    text-decoration: underline;
    color: rgb(140,178,160);
}header .top_plank {
    background: rgb(180,206,197);
    color:  #ffffff;
}header .top_plank .plank-overlay div svg, header .top_plank .plank-overlay div svg path {
    fill: #ffffff;
}header .top_plank .plank-overlay div span {
    color: #ffffff;
}header .top_plank .plank-overlay {
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    line-height: 21px;
    font-size: 16px;
}header .top_plank .plank-overlay div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .plank-overlay div img, header .top_plank .plank-overlay div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.user-feedback {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: rgb(217,230,225);
}.user-feedback::before {
    height: 100%;
    background: linear-gradient(135deg, transparent 49.5%, rgb(180,206,197,0.5) 49.5%, rgb(180,206,197,0.5) 50.5%, transparent 50.5%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
}.user-feedback::after {
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(140,178,160,0.5) 0%, transparent 100%);
    height: 40%;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.1;
}.user-feedback .founder-vision {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
}.user-feedback h4 {
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 5rem;
    font-size: 33px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}.user-feedback h4::before {
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: rgb(180,206,197);
    content: "";
    width: 60px;
    position: absolute;
    bottom: -15px;
}.user-feedback h4::after {
    bottom: -25px;
    content: "";
    left: 50%;
    width: 30px;
    background: rgb(140,178,160);
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
}.user-feedback .testimonial-highlights {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
}.user-feedback .success-reviews {
    align-items: center;
    padding: 3rem;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}.user-feedback .success-reviews:nth-child(odd) {
    transform: translateX(0);
    background: linear-gradient(45deg, rgb(217,230,225) 0%, #ffffff 100%);
    border-right: 1px solid rgb(140,178,160,0.5);
}.user-feedback .success-reviews:nth-child(even) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(217,230,225) 100%);
    transform: translateX(0);
    border-left: 1px solid rgb(140,178,160,0.5);
}.user-feedback .success-reviews:nth-child(odd):hover {
    transform: translateX(20px);
}.user-feedback .success-reviews:nth-child(even):hover {
    transform: translateX(-20px);
}.user-feedback .success-reviews::before {
    background: linear-gradient(to right, transparent, rgb(180,206,197,0.5), transparent);
    position: absolute;
    left: 10%;
    content: "";
    height: 1px;
    bottom: 0;
    width: 80%;
}.user-feedback .success-reviews:last-child::before,
.user-feedback .success-reviews:nth-last-child(2):last-child::before {
    display: none;
}.user-feedback .success-reviews .snap-shot {
    border-radius: 0;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    height: 120px;
    transition: all 0.5s ease;
}.user-feedback .success-reviews:hover .snap-shot {
    transform: rotate(15deg);
}.user-feedback .success-reviews .snap-shot::before {
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(45deg, rgb(180,206,197,0.5), transparent 70%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.user-feedback .success-reviews:hover .snap-shot::before {
    opacity: 0.5;
}.user-feedback .success-reviews span {
    font-weight: 600;
    text-align: center;
    color: #000000;
    position: relative;
    padding: 0 1rem;
    transition: all 0.4s ease;
    font-size: 19px;
    margin-bottom: 1rem;
}.user-feedback .success-reviews:hover span {
    color: rgb(180,206,197);
}.user-feedback .success-reviews span::after {
    left: 50%;
    content: "";
    width: 40px;
    transform: translateX(-50%) scaleX(0);
    background: rgb(140,178,160);
    height: 2px;
    transition: all 0.4s ease;
    bottom: -8px;
    position: absolute;
}.user-feedback .success-reviews:hover span::after {
    transform: translateX(-50%) scaleX(1);
}.user-feedback .success-reviews p {
    max-width: 100%;
    line-height: 1.7;
    padding: 0 1rem;
    margin-top: 1rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    font-size: 13px;
    color: #000000;
}.user-feedback .success-reviews:hover p {
    transform: scale(1.02);
}.user-feedback .success-reviews:nth-child(4n+1),
.user-feedback .success-reviews:nth-child(4n+4) {
    background: linear-gradient(45deg, rgb(217,230,225) 0%, #ffffff 100%);
}.user-feedback .success-reviews:nth-child(4n+2),
.user-feedback .success-reviews:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(217,230,225) 100%);
}

@media (max-width: 1200px) {.user-feedback .success-reviews {
    padding: 2.5rem;
}.user-feedback .success-reviews .snap-shot {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 992px) {.user-feedback {
    padding: 6rem 1.5rem;
}.user-feedback h4 {
    margin-bottom: 4rem;
    font-size: calc(33px * 0.9);
}.user-feedback .testimonial-highlights {
    grid-template-columns: 1fr;
}.user-feedback .success-reviews {
    padding: 3rem 2rem;
}.user-feedback .success-reviews:nth-child(n) {
    transform: translateX(0);
    border: none;
    border-bottom: 1px solid rgb(140,178,160,0.5);
}.user-feedback .success-reviews:nth-child(odd):hover,
    .user-feedback .success-reviews:nth-child(even):hover {
    transform: translateY(-10px);
}.user-feedback .success-reviews::before {
    display: none;
}
}

@media (max-width: 768px) {.user-feedback {
    padding: 5rem 1rem;
}.user-feedback h4 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.user-feedback .success-reviews {
    padding: 2.5rem 1.5rem;
}.user-feedback .success-reviews .snap-shot {
    width: 90px;
    height: 90px;
}}.offer-package {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background-color: rgb(217,230,225);
}.offer-package::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.07;
    transform: rotate(15deg);
    background: linear-gradient(135deg, rgb(180,206,197), rgb(140,178,160));
    content: "";
    right: -3rem;
    position: absolute;
    height: 12rem;
    width: 12rem;
    top: -3rem;
}.offer-package::after {
    left: -5rem;
    opacity: 0.05;
    content: "";
    height: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    width: 18rem;
    background: linear-gradient(45deg, rgb(140,178,160), rgb(180,206,197,0.5));
    bottom: -5rem;
    position: absolute;
    transform: rotate(-10deg);
}.offer-package .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.offer-package .price-grid {
    flex-direction: column;
    display: flex;
}.offer-package .study-packages {
    margin-bottom: 3rem;
    order: -1;
    position: relative;
}.offer-package .study-packages h2 {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
}.offer-package .study-packages h2::after {
    width: 60%;
    background: linear-gradient(90deg, rgb(180,206,197), transparent);
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
}.offer-package .group-rates {
    margin-bottom: 1rem;
    max-width: 800px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.offer-package .payment-deals {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    gap: 1.5rem;
}.offer-package .cost-fee {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.offer-package .bundle-rate {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 480px;
    background-color: #ffffff;
}.offer-package .cost-fee:hover .bundle-rate {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.offer-package .cost-options {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    flex: 1;
    z-index: 2;
    padding: 2rem;
}.offer-package .cost-options h3 {
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: calc(22px + 0.1rem);
    display: inline-block;
}.offer-package .cost-fee:hover .cost-options h3 {
    color: rgb(180,206,197);
}.offer-package .price-view {
    font-weight: 700;
    color: rgb(180,206,197);
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: calc(22px + 0.5rem);
    display: block;
}.offer-package .price-view::before {
    width: 3rem;
    position: absolute;
    background-color: rgb(180,206,197,0.5);
    height: 2px;
    left: 0;
    bottom: -0.75rem;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
}.offer-package .cost-fee:hover .price-view::before {
    transform: scaleX(1.5);
}.offer-package .cost-options p {
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: calc(12px - 0.1rem);
    margin-bottom: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
    color: #000000;
}.offer-package .snap-shot {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 180px;
    transition: transform 0.6s ease;
}.offer-package .snap-shot::after {
    opacity: 0.7;
    bottom: 0;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    right: 0;
    position: absolute;
    content: "";
}.offer-package .cost-fee:hover .snap-shot {
    transform: scale(1.03);
}.offer-package .cost-fee:hover .snap-shot::after {
    opacity: 0.4;
}.offer-package .bundle-rate::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    transform-origin: left;
}.offer-package .cost-fee:hover .bundle-rate::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.offer-package .price-grid {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.offer-package .study-packages {
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 0;
}.offer-package .payment-deals {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer-package .bundle-rate {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.offer-package {
    padding: 3rem 0;
}.offer-package .payment-deals {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.offer-package .study-packages h2 {
    text-align: center;
    display: block;
}.offer-package .study-packages h2::after {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}.offer-package .group-rates {
    text-align: center;
}.offer-package .bundle-rate {
    min-height: auto;
}.offer-package .cost-options {
    padding: 1.5rem;
}.offer-package .snap-shot {
    height: 160px;
}
}

@media (min-width: 1024px) {.offer-package .payment-deals {
    grid-template-columns: repeat(2, 1fr);
}.offer-package .cost-fee:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.offer-package .study-packages {
    padding-top: 4rem;
}.offer-package .cost-fee:hover {
    z-index: 5;
}.offer-package .payment-deals {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.offer-package .cost-fee,
    .offer-package .bundle-rate,
    .offer-package .snap-shot,
    .offer-package .price-view::before,
    .offer-package .bundle-rate::before {
    transition: none;
}}.privacy-den {
    background: rgb(140,178,160,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    padding: 40px;
    overflow: hidden;
}.privacy-den h1 {
    color: rgb(180,206,197);
    letter-spacing: 1px;
    font-size: 42px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
}.privacy-den h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    color: rgb(140,178,160);
    font-size: 28px;
    text-transform: capitalize;
    border-bottom: 2px solid rgb(180,206,197);
    font-weight: 600;
    padding-bottom: 5px;
}.privacy-den h3, .privacy-den h4, .privacy-den h5, .privacy-den h6 {
    font-size: 19px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
}.privacy-den ul, .privacy-den ol {
    padding-left: 20px;
    list-style: none;
    padding: 15px 0;
}.privacy-den ul li::before {
    font-size: 1.5em;
    vertical-align: middle;
    content: '•';
    margin-right: 10px;
    color: rgb(180,206,197);
}.privacy-den li {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
    font-size: 13px;
}.privacy-den p, .privacy-den span, .privacy-den div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    color: #000000;
}.privacy-den div.container {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 800px) {.privacy-den {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy-den h1 {
    font-size: calc(19px - 10px);
}.privacy-den h2 {
    font-size: calc(19px - 5px);
}.privacy-den h3, .privacy-den h4, .privacy-den h5, .privacy-den h6 {
    font-size: calc(19px - 5px);
}}.contact-panel {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(217,230,225);
    z-index: 1;
}.contact-panel::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(180,206,197,0.5) 49%, rgb(180,206,197,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(140,178,160,0.5) 49%, rgb(140,178,160,0.5) 51%, transparent 52%);
    left: 0;
    background-size: 60px 60px;
    content: '';
    top: 0;
    opacity: 0.3;
}.contact-panel::after {
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, rgb(217,230,225) 6px, transparent 6px),
        linear-gradient(0deg, rgb(217,230,225) 6px, transparent 6px);
    content: '';
}.contact-panel .snap-shot {
    top: 0;
    filter: grayscale(0.7) hue-rotate(25deg);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.15;
}.contact-panel .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.contact-panel h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    transform: skew(-5deg);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}.contact-panel h3::before {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    width: 100px;
    content: '';
    bottom: -15px;
    height: 5px;
    left: 50%;
}.contact-panel .help-card {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
}.contact-panel .inquiry-list {
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-radius: 0;
    z-index: 2;
    transform: skew(-3deg);
    position: relative;
    background: #ffffff;
    padding: 60px;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
}.contact-panel .inquiry-list::before {
    right: 20px;
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.05);
    bottom: 20px;
    content: '';
    left: 20px;
}.contact-panel .inquiry-list #contact {
    transform: skew(3deg);
}.contact-panel .inquiry-list h3 {
    margin-bottom: 40px;
    transform: skew(0);
    color: #000000;
    text-align: left;
    font-weight: 700;
    font-size: 23px;
}.contact-panel .inquiry-list h3::before {
    transform: none;
    width: 60px;
    left: 0;
    height: 3px;
    clip-path: none;
}.contact-panel .inquiry-list input[type="text"],
.contact-panel .inquiry-list textarea {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(180,206,197);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 0;
    padding: 20px;
    width: 100%;
}.contact-panel .inquiry-list input[type="text"]:focus,
.contact-panel .inquiry-list textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgb(180,206,197,0.5);
}.contact-panel .inquiry-list textarea {
    resize: vertical;
    height: 140px;
}.contact-panel .inquiry-list .query-card {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-panel .inquiry-list .query-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel .inquiry-list .query-card label {
    position: relative;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    font-size: calc(16px - 2px);
}.contact-panel .inquiry-list .query-card label::before {
    left: 0;
    border: 2px solid rgb(180,206,197);
    transition: all 0.3s ease;
    width: 24px;
    top: 0;
    content: '';
    background-color: #ffffff;
    height: 24px;
    position: absolute;
}.contact-panel .inquiry-list .query-card input[type="checkbox"]:checked + label::before {
    background-color: rgb(180,206,197);
}.contact-panel .inquiry-list .query-card input[type="checkbox"]:checked + label::after {
    width: 6px;
    top: 5px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    left: 9px;
    height: 12px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: '';
}.contact-panel .inquiry-list .query-card a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(180,206,197);
}.contact-panel .inquiry-list .query-card a::after {
    content: '';
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    background-color: rgb(180,206,197);
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -2px;
}.contact-panel .inquiry-list .query-card a:hover {
    color: rgb(140,178,160);
}.contact-panel .inquiry-list .query-card a:hover::after {
    background-color: rgb(140,178,160);
    transform: scaleX(1);
}.contact-panel .inquiry-list .inquiry-query {
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background: rgb(180,206,197);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 18px 40px;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    font-size: 17px;
}.contact-panel .inquiry-list .inquiry-query:hover {
    background: rgb(140,178,160);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
}.contact-panel .query-map {
    color: #ffffff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -40px;
    position: relative;
    flex: 1 1 40%;
    z-index: 1;
    padding: 60px 60px 60px 80px;
    background: rgb(217,230,225);
}.contact-panel .query-map::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}.contact-panel .query-map::after {
    position: absolute;
    pointer-events: none;
    top: 20px;
    bottom: 20px;
    left: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    content: '';
    right: 20px;
}.contact-panel .query-map h4 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: 2px;
}.contact-panel .query-map h4::after {
    width: 60px;
    background: rgb(180,206,197);
    bottom: -15px;
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
}.contact-panel .query-map .message-help {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact-panel .query-map .message-help li {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding-bottom: 20px;
    align-items: flex-start;
    position: relative;
}.contact-panel .query-map .message-help li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.contact-panel .query-map .message-help li svg {
    height: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 24px;
}.contact-panel .query-map .message-help li svg path {
    fill: rgb(180,206,197);
}.contact-panel .query-map .message-help li:hover svg path {
    fill: rgb(140,178,160);
    transition: fill 0.3s ease;
}.contact-panel .query-map .message-help li span {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.contact-panel .query-map .message-help li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact-panel .query-map .message-help li a:hover {
    color: rgb(180,206,197);
}

@media (max-width: 992px) {.contact-panel {
    padding: 70px 0;
}.contact-panel .help-card {
    flex-direction: column;
}.contact-panel .inquiry-list {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
    padding: 40px;
}.contact-panel .query-map {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-left: 0;
    flex: 1 1 100%;
    padding: 40px;
    margin-top: -20px;
}
}

@media (max-width: 768px) {.contact-panel {
    padding: 50px 0;
}.contact-panel h3 {
    font-size: calc(37px);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.contact-panel .inquiry-list h3,
    .contact-panel .query-map h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.contact-panel .inquiry-list input[type="text"],
    .contact-panel .inquiry-list textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact-panel .inquiry-list textarea {
    height: 120px;
}.contact-panel .inquiry-list .inquiry-query {
    padding: 15px 30px;
}.contact-panel .query-map .message-help li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.contact-panel .query-map .message-help li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact-panel {
    padding: 40px 0;
}.contact-panel .inquiry-list,
    .contact-panel .query-map {
    box-shadow: none;
    padding: 30px 20px;
    clip-path: none;
    transform: skew(0);
}.contact-panel .inquiry-list #contact {
    transform: skew(0);
}.contact-panel .inquiry-list::before,
    .contact-panel .query-map::after {
    clip-path: none;
}.contact-panel .query-map {
    margin-top: 0;
}.contact-panel h3 {
    font-size: calc(37px - 6px);
    transform: skew(0);
}.contact-panel .inquiry-list .query-card label {
    font-size: calc(16px - 3px);
}.contact-panel .inquiry-list .inquiry-query {
    clip-path: none;
}}header .header-page {
    left: 0;
    background: linear-gradient(to right, rgb(140,178,160) 0%, rgb(180,206,197,0.5) 100%);
    padding: 1.5rem;
    box-shadow: 0 0 20px 2px rgb(180,206,197,0.5);
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    position: relative;
}header .header-page::before {
    animation: backgroundShift 20s linear infinite;
    width: 200%;
    position: absolute;
    top: -50%;
    height: 200%;
    content: "";
    background-size: 15px 15px;
    background: radial-gradient(circle, rgb(140,178,160,0.5) 1%, transparent 10%);
    z-index: -1;
    opacity: 0.3;
    left: -50%;
}header .header-page::after {
    left: 0;
    animation: gradientSlide 5s ease infinite;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(140,178,160) 49%, rgb(140,178,160) 51%, transparent 52%);
    height: 100%;
    top: 0;
    opacity: 0.1;
    width: 100%;
    content: "";
    background-size: 200% 200%;
}header .header-page .top-nav {
    overflow: visible;
    position: relative;
}header .header-page .top-nav::after {
    background: rgb(140,178,160);
    width: 100%;
    animation: neonPulse 3s infinite alternate;
    content: "";
    left: 0;
    height: 2px;
    box-shadow: 0 0 8px 2px rgb(140,178,160);
    position: absolute;
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0);
}header .header-page .top-nav .header-site {
    transition: all 0.5s ease;
    display: block;
    transform: perspective(800px) rotateY(0deg);
    position: relative;
}header .header-page .top-nav .header-site:hover {
    transform: perspective(800px) rotateY(15deg);
}header .header-page .top-nav svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(140,178,160,0.5));
}header .header-page .top-sitebar {
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
    perspective: 800px;
    padding: 0;
}header .header-page .top-sitebar::before {
    width: 100%;
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    background: rgb(180,206,197);
    position: absolute;
    content: "";
    top: 105%;
    box-shadow: 0 0 10px 2px rgb(180,206,197);
    transform: scaleX(0.5);
    height: 2px;
}header .header-page .main-class {
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
    position: relative;
}header .header-page .main-class:hover {
    transform: translateZ(20px);
}header .header-page .main-class a {
    font-weight: 600;
    position: relative;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    font-size: 16px;
    padding: 0.5rem 1rem;
    display: block;
}header .header-page .main-class a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    background: rgb(180,206,197,0.5);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0.9);
}header .header-page .main-class a:hover {
    border: 1px solid rgb(140,178,160,0.5);
    text-shadow: 0 0 5px rgb(140,178,160,0.5);
    color: rgb(140,178,160);
}header .header-page .main-class a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .header-page {
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
    flex-direction: column;
    padding: 1rem;
}header .header-page .top-nav {
    margin-bottom: 1.5rem;
}header .header-page .top-sitebar {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .header-page .top-sitebar::before {
    bottom: -10px;
    top: auto;
}header .header-page .main-class {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .header-page {
    padding: 0.75rem;
}header .header-page .top-sitebar {
    flex-direction: column;
    align-items: center;
}header .header-page .main-class {
    width: 100%;
    margin: 0.25rem 0;
    text-align: center;
}header .header-page .top-nav svg {
    width: 100px;
}header .header-page .top-nav::after {
    width: 80%;
    left: 10%;
}}.get-updates {
    background: linear-gradient(135deg, rgb(140,178,160,0.5), rgb(180,206,197));
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.get-updates::before {
    height: 200%;
    position: absolute;
    pointer-events: none;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
}.get-updates::after {
    height: 30%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgb(140,178,160) 0%, transparent 100%);
    position: absolute;
    opacity: 0.1;
    content: "";
    width: 100%;
}.get-updates .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.get-updates .founder-vision {
    gap: 2rem;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-direction: column;
    position: relative;
    border-left: 4px solid rgb(180,206,197);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
}.get-updates .founder-vision:hover {
    transform: perspective(1000px) rotateY(0deg);
}.get-updates h3 {
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.2);
    max-width: 90%;
    color: #ffffff;
    position: relative;
}.get-updates h3::after {
    transform: scaleX(0.8);
    transition: transform 0.4s ease;
    transform-origin: left;
    width: 80px;
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    content: "";
    position: absolute;
    left: 0;
}.get-updates .founder-vision:hover h3::after {
    transform: scaleX(1);
}.get-updates .input_holder {
    gap: 1rem;
    display: flex;
    width: 100%;
    position: relative;
}.get-updates .input_holder > div {
    flex: 1;
    position: relative;
}.get-updates .sub-box {
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 1.2rem 1.5rem;
}.get-updates .sub-box::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}.get-updates .sub-box:focus {
    border-color: rgb(180,206,197);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    outline: none;
}.get-updates .sub-box:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}.get-updates .sub-desc {
    white-space: nowrap;
    position: relative;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 1.2rem 2rem;
    font-size: 19px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, rgb(180,206,197), rgb(140,178,160));
}.get-updates .sub-desc:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.get-updates .sub-desc::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    content: "";
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.get-updates .sub-desc:hover::before {
    transform: translateX(100%);
}.get-updates .sub-desc:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

@media (max-width: 991px) {.get-updates {
    padding: 3rem 0;
}.get-updates .founder-vision {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.get-updates h3 {
    font-size: 23px;
    max-width: 100%;
}
}

@media (max-width: 767px) {.get-updates {
    padding: 2.5rem 0;
}.get-updates .founder-vision {
    padding: 2rem;
    border-left: 3px solid rgb(180,206,197);
    transform: none;
}.get-updates .input_holder {
    flex-direction: column;
}.get-updates .sub-box {
    padding: 1rem 1.25rem;
}.get-updates .sub-desc {
    width: 100%;
    padding: 1rem;
}.get-updates h3 {
    font-size: calc(16px * 1.1);
}.get-updates h3::after {
    width: 60px;
    bottom: -8px;
}
}

@media (max-width: 480px) {.get-updates {
    padding: 2rem 0;
}.get-updates .founder-vision {
    gap: 1.5rem;
    padding: 1.5rem;
}.get-updates h3 {
    font-size: 16px;
}.get-updates .container {
    padding: 0 1rem;
}.get-updates .sub-box {
    font-size: calc(14px * 0.9);
}.get-updates .sub-desc {
    font-size: calc(19px * 0.9);
}}.our-team {
    overflow: hidden;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 120px 0;
}.our-team::before {
    right: 0;
    content: "";
    z-index: 1;
    backdrop-filter: blur(2px);
    left: 0;
    background: linear-gradient(135deg, 
        rgb(180,206,197,0.5) 0%,
        rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
}.our-team::after {
    z-index: 2;
    content: "";
    opacity: 0.15;
    right: -50%;
    animation: shimmer 15s infinite alternate;
    transform: rotate(45deg);
    position: absolute;
    top: -50%;
    background: radial-gradient(circle at center, rgb(140,178,160,0.5) 0%, transparent 60%);
    pointer-events: none;
    width: 100%;
    height: 200%;
}.our-team .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.our-team .info-wrapper {
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
    background: rgba(255, 255, 255, 0.9);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 98%, 
        rgba(0, 0, 0, 0) 100%);
    position: relative;
    padding: 3.5rem;
}.our-team .info-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team .info-wrapper::before {
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(180,206,197) 0%, 
        rgb(140,178,160) 50%, 
        rgb(180,206,197) 100%);
    content: "";
    position: absolute;
    animation: gradient-shift 8s ease infinite;
    width: 100%;
    top: 0;
    background-size: 200% 100%;
}.our-team .info-wrapper::after {
    animation: rotate 30s linear infinite;
    content: "";
    z-index: -1;
    opacity: 0.2;
    width: 120px;
    border: 2px solid rgb(140,178,160,0.5);
    height: 120px;
    top: 20px;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
}.our-team h1 {
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: rgb(180,206,197);
    letter-spacing: 2px;
    position: relative;
    font-size: 39px;
    display: inline-block;
    font-weight: 700;
}.our-team h1::after {
    bottom: -10px;
    height: 3px;
    transition: width 0.4s ease;
    content: "";
    background-color: rgb(140,178,160);
    position: absolute;
    left: 0;
    width: 40%;
}.our-team .info-wrapper:hover h1::after {
    width: 100%;
}.our-team ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our-team ul li {
    margin-bottom: 1rem;
}.our-team ul li:last-child {
    margin-bottom: 0;
}.our-team h4 {
    font-size: calc(19px * 1.1);
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
}.our-team span {
    position: relative;
    line-height: 1.8;
    padding-left: 0;
    color: #000000;
    display: block;
    column-count: 2;
    text-align: justify;
    hyphens: auto;
    column-gap: 2.5rem;
    font-family: Arial, sans-serif;
    font-size: 17px;
}.our-team span::first-letter {
    line-height: 0.8;
    float: left;
    margin-right: 0.1em;
    font-weight: 700;
    color: rgb(180,206,197);
    font-size: 2.5em;
}

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

@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(45deg) translate(-5%, -5%);
    }
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(5%, 5%);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 1200px) {.our-team {
    padding: 100px 0;
}.our-team .info-wrapper {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
}.our-team span {
    column-count: 2;
}
}

@media (max-width: 992px) {.our-team {
    padding: 80px 0;
}.our-team .info-wrapper {
    padding: 2.5rem;
    transform: none;
}.our-team h1 {
    font-size: calc(39px * 0.9);
}.our-team span {
    font-size: calc(17px * 0.95);
    column-count: 2;
}
}

@media (max-width: 768px) {.our-team {
    padding: 60px 0;
}.our-team .info-wrapper {
    padding: 2rem;
}.our-team h1 {
    font-size: calc(39px * 0.8);
}.our-team span {
    column-count: 1;
    font-size: calc(17px * 0.9);
}.our-team .info-wrapper::after {
    right: 15px;
    height: 80px;
    width: 80px;
    top: 15px;
}
}

@media (max-width: 576px) {.our-team {
    padding: 50px 0;
}.our-team .info-wrapper {
    padding: 1.5rem;
}.our-team h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.7);
}.our-team h4 {
    font-size: calc(19px * 1);
}.our-team span {
    line-height: 1.6;
    font-size: calc(17px * 0.85);
}.our-team span::first-letter {
    font-size: 2em;
}.our-team .info-wrapper::before {
    height: 5px;
}.our-team .info-wrapper::after {
    display: none;
}
}

@media (max-width: 380px) {.our-team {
    padding: 40px 0;
}.our-team .info-wrapper {
    padding: 1.25rem;
}.our-team h1 {
    margin-bottom: 1.25rem;
    font-size: calc(39px * 0.6);
}.our-team span {
    line-height: 1.5;
    font-size: calc(17px * 0.8);
}}.explore-now {
    background: linear-gradient(135deg, rgb(140,178,160) 0%, rgb(180,206,197) 100%);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: relative;
    padding: 5rem 2rem;
}.explore-now::before {
    z-index: -1;
    width: 80%;
    transform: rotate(25deg);
    top: -50%;
    content: "";
    height: 200%;
    left: -20%;
    position: absolute;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
}.explore-now::after {
    background: radial-gradient(circle, rgb(180,206,197,0.5) 0%, transparent 70%);
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    right: -50px;
    border-radius: 50%;
    height: 250px;
    bottom: -50px;
    width: 250px;
    position: absolute;
    z-index: -1;
}.explore-now .container {
    transform-origin: center center;
    transform: perspective(1000px) rotateX(2deg);
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    max-width: 1140px;
    display: flex;
}.explore-now .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.explore-now h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    line-height: 1.5;
    max-width: 80%;
    letter-spacing: 0.5px;
    position: relative;
    animation: fadeInUp 0.8s ease-out;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    color: #ffffff;
}.explore-now h6::after {
    bottom: -15px;
    opacity: 0.7;
    height: 3px;
    background: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
}.explore-now div div {
    display: flex;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    justify-content: center;
}.explore-now div div span {
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 10px;
    display: inline-block;
}.explore-now div div span:hover {
    transform: translateY(-5px);
}.explore-now .inquiry-query {
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    background: #ffffff;
    font-size: 15px;
    text-decoration: none;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    color: rgb(140,178,160);
    z-index: 1;
    padding: 1rem 2.5rem;
}.explore-now .inquiry-query::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(140,178,160), rgb(180,206,197));
    position: absolute;
    transform: scaleX(0);
    height: 100%;
    content: "";
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    transform-origin: right;
}.explore-now .inquiry-query:hover {
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}.explore-now .inquiry-query:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
}.explore-now .inquiry-query span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.explore-now .inquiry-query:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.explore-now {
    padding: 4rem 1.5rem;
}.explore-now h6 {
    font-size: calc(22px * 1.1);
    max-width: 90%;
}.explore-now .inquiry-query {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.explore-now {
    padding: 3.5rem 1rem;
}.explore-now h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 22px;
}.explore-now h6::after {
    width: 60px;
    bottom: -12px;
}.explore-now .inquiry-query {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.95);
}.explore-now::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.explore-now {
    padding: 3rem 0.8rem;
}.explore-now .container {
    transform: perspective(1000px) rotateX(1deg);
}.explore-now h6 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.8rem;
    line-height: 1.4;
}.explore-now h6::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.explore-now .inquiry-query {
    font-size: calc(15px * 0.9);
    padding: 0.7rem 1.5rem;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(180,206,197) 150%);
    opacity: 0.92;
    right: 0;
    z-index: 1;
    left: 0;
}.mentor-net {
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 70px 0;
    position: relative;
    color: #ffffff;
}.mentor-net .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}.mentor-net .company_holder {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 12px 0 12px 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.mentor-net .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.mentor-net .company_holder::before {
    position: absolute;
    width: 100%;
    content: '';
    background: rgb(180,206,197);
    height: 5px;
    top: 0;
    left: 0;
}.mentor-net .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 25px;
}.mentor-net .company_holder h3::after {
    content: '';
    width: 60px;
    left: 0;
    bottom: -8px;
    height: 3px;
    position: absolute;
    background: rgb(140,178,160);
}.mentor-net .enroll-info {
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.mentor-net .a11y-tools {
    position: relative;
}.mentor-net .nav-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}.mentor-net .top-sitebar {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.mentor-net .top-sitebar h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: #ffffff;
    border-left: 3px solid rgb(180,206,197);
    font-size: 19px;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}.mentor-net .top-sitebar .nav-primary {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.mentor-net .top-sitebar .nav-primary a {
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
}.mentor-net .top-sitebar .nav-primary a::before {
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(180,206,197,0.5);
    content: '';
    z-index: -1;
    left: 0;
    width: 0;
}.mentor-net .top-sitebar .nav-primary a:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.mentor-net .top-sitebar .nav-primary a:hover::before {
    width: 100%;
}.res-connect {
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
    z-index: 2;
}.res-connect .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.res-connect .equity-pledge {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    background-size: 40px 40px;
    left: 0;
    z-index: 1;
}

@media (max-width: 992px) {.mentor-net .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.mentor-net {
    padding: 50px 0;
}.mentor-net .top-sitebar {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.mentor-net {
    padding: 40px 0;
}.mentor-net .company_holder h3 {
    font-size: calc(29px * 0.8);
}.mentor-net .top-sitebar h5 {
    font-size: calc(19px * 0.9);
}.mentor-net .top-sitebar .nav-primary a,
    .mentor-net .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.res-connect::before {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.academic-expertise {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(170deg, rgb(217,230,225), #ffffff);
}.academic-expertise::before {
    width: 500px;
    content: "";
    border-radius: 50%;
    top: -200px;
    background-color: rgb(180,206,197,0.5);
    position: absolute;
    opacity: 0.1;
    height: 500px;
    right: -200px;
}.academic-expertise .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.academic-expertise .success-reviews {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    border-radius: 12px;
    max-width: 800px;
    position: relative;
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    margin: 0 auto;
}.academic-expertise .success-reviews:hover {
    transform: translateY(-10px);
}.academic-expertise .success-reviews::before {
    position: absolute;
    height: 30px;
    background-color: rgb(140,178,160);
    transform: rotate(45deg);
    left: 50px;
    content: "";
    z-index: -1;
    top: -15px;
    width: 30px;
}.academic-expertise .success-reviews::after {
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    height: 30px;
    position: absolute;
    right: 50px;
    bottom: -15px;
    background-color: rgb(180,206,197);
    width: 30px;
}.academic-expertise .snap-shot {
    margin-bottom: 30px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    transition: transform 0.3s ease;
    align-self: center;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.academic-expertise .success-reviews:hover .snap-shot {
    transform: scale(1.05);
}.academic-expertise .snap-shot::before {
    background: linear-gradient(45deg, transparent 40%, rgb(180,206,197,0.5));
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    inset: 0;
    content: "";
}.academic-expertise .success-reviews:hover .snap-shot::before {
    opacity: 1;
}.academic-expertise .work-summary {
    background-color: rgb(217,230,225);
    padding: 20px 30px;
    line-height: 1.8;
    order: 3;
    position: relative;
    color: #000000;
    font-size: 17px;
    margin: 25px 0 0;
    border-radius: 12px;
}.academic-expertise .work-summary::before {
    border-right: 10px solid transparent;
    position: absolute;
    left: 30px;
    top: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(217,230,225);
    content: "";
}.academic-expertise .name {
    font-size: 23px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin: 5px 0;
    display: block;
    font-weight: 700;
    order: 1;
    color: #000000;
}.academic-expertise .name::after {
    left: 50%;
    background-color: rgb(180,206,197);
    transform: translateX(-50%);
    height: 2px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
}.academic-expertise .success-reviews:hover .name::after {
    width: 80px;
}.academic-expertise span:not(.name) {
    font-size: calc(17px * 0.9);
    text-align: center;
    order: 2;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(140,178,160);
    text-transform: uppercase;
}

@media (min-width: 768px) {.academic-expertise .success-reviews {
    grid-template-columns: auto 1fr;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    display: grid;
    gap: 10px 30px;
    align-items: center;
}.academic-expertise .snap-shot {
    grid-area: photo;
    align-self: start;
    margin-bottom: 0;
    height: 180px;
    width: 180px;
}.academic-expertise .name {
    font-size: 29px;
    grid-area: name;
    text-align: left;
}.academic-expertise .name::after {
    left: 0;
    transform: none;
}.academic-expertise span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.academic-expertise .work-summary {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.academic-expertise {
    padding: 70px 0;
}.academic-expertise .success-reviews {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.academic-expertise {
    padding: 50px 0;
}.academic-expertise .success-reviews {
    padding: 30px 20px;
}.academic-expertise .work-summary {
    padding: 15px 20px;
    margin-top: 20px;
}
}