* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.alumni-net {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 0.5em;
    height: 3px;
}::-webkit-scrollbar-track {
    background: rgb(105,155,155,0.5);
    border-radius: 5.7rem;
}::-webkit-scrollbar-thumb {
    transition: background, box-shadow, transform 1.5s linear;
    border: 1px groove rgb(223,227,231);
    animation: shift_scrollbar 2.6s linear infinite;
    box-shadow: 5px 1px 13px -1px rgba(0, 0, 0, 0.6);
    background: rgb(105,155,155);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 1px 5px 1px rgba(0, 0, 0, 0.2);
    background: rgb(223,227,231);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(105,155,155,0.5);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1273px;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    height: 100%;
    scroll-snap-type: none;
}.wrapper-bundle {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.top-head {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.help-center {
    background: linear-gradient(
        135deg, 
        rgb(164,176,188,0.5) 0%, 
        rgb(105,155,155,0.5) 50%, 
        rgb(164,176,188,0.5) 100%
    );
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.help-center::before {
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    height: 200%;
    opacity: 0.5;
    animation: techBackground 15s linear infinite;
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: 1;
    content: '';
    top: -50%;
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.help-center .container {
    padding: 4rem 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.help-center .edu-help {
    padding: 3rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 27px;
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(164,176,188), 0.2);
}.help-center .course-info {
    letter-spacing: 2px;
    background: linear-gradient(
        90deg, 
        rgb(164,176,188), 
        rgb(105,155,155)
    );
    text-transform: uppercase;
    text-align: center;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
}.help-center .pic-list {
    transition: transform 0.3s ease;
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    margin: 0 auto 2rem;
    border-radius: 50%;
    width: 250px;
    overflow: hidden;
    position: relative;
    height: 250px;
    border: 4px solid rgb(105,155,155);
}.help-center .pic-list:hover {
    transform: scale(1.05);
}.help-center .contact-today {
    text-align: center;
    color: #ffffff;
}.help-center .contact-today p {
    font-size: 16px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    position: relative;
    justify-content: center;
}.help-center .contact-today p svg {
    transition: all 0.3s ease;
    height: 24px;
    flex-shrink: 0;
    opacity: 0.8;
    width: 24px;
    margin: 0 8px;
}.help-center .contact-today p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.help-center .contact-today p:hover {
    transform: translateX(10px);
}.help-center .contact-today p:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.help-center .contact-today p:hover svg path {
    fill: rgb(105,155,155);
}.help-center .contact-today a {
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
}.help-center .contact-today a:hover {
    color: rgb(105,155,155);
}.help-center .support-now {
    border-radius: 10px;
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    margin-top: 2rem;
}.help-center .help-form {
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    text-align: center;
    color: #ffffff;
    display: flex;
    font-size: 23px;
}.help-center .help-form svg {
    transition: all 0.3s ease;
    width: 22px;
    opacity: 0.8;
    height: 22px;
    margin-right: 10px;
}.help-center .help-form svg path {
    fill: #ffffff;
}.help-center .support-now:hover .help-form svg {
    transform: rotate(15deg);
    opacity: 1;
}.help-center .support-now:hover .help-form svg path {
    fill: rgb(105,155,155);
}.help-center .send-request {
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    display: flex;
}.help-center .connect-team {
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    display: flex;
    overflow: hidden;
}.help-center .connect-team svg {
    height: 16px;
    transform: translateX(-10px);
    opacity: 0;
    margin-right: 0;
    transition: all 0.3s ease;
    width: 0;
}.help-center .connect-team svg path {
    fill: rgb(105,155,155);
}.help-center .connect-team:hover {
    padding-right: 1.2rem;
    padding-left: 0.8rem;
    background: rgba(255,255,255,0.2);
}.help-center .connect-team:hover svg {
    width: 16px;
    opacity: 1;
    transform: translateX(0);
    margin-right: 6px;
}

@media (max-width: 1024px) {.help-center .container {
    padding: 2rem 15px;
}.help-center .edu-help {
    padding: 2rem;
}.help-center .pic-list {
    width: 200px;
    height: 200px;
}.help-center .contact-today p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.help-center .help-form svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}

@media (max-width: 768px) {.help-center .edu-help {
    padding: 1.5rem;
}.help-center .pic-list {
    height: 150px;
    width: 150px;
}.help-center .send-request {
    flex-direction: column;
    align-items: center;
}.help-center .contact-today p svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.help-center .help-form svg {
    height: 18px;
    margin-right: 6px;
    width: 18px;
}
}

@media (max-width: 480px) {.help-center .container {
    padding: 1rem 15px;
}.help-center .edu-help {
    padding: 1rem;
}.help-center .pic-list {
    width: 120px;
    height: 120px;
}.help-center .contact-today p svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}.help-center .help-form svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}}.tariff-plan {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(223,227,231);
}.tariff-plan::before {
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(164,176,188,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.tariff-plan .container {
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.tariff-plan .pro-fees {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.tariff-plan .fee-offers {
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(-10px);
}.tariff-plan .fee-offers h2 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
}.tariff-plan .fee-offers h2::after {
    height: 3px;
    background: rgb(164,176,188);
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
}.tariff-plan .sub-options {
    margin-bottom: 0;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.7;
    max-width: 600px;
}.tariff-plan .pricing-card {
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
}.tariff-plan .cost-levels {
    display: block;
    overflow: hidden;
    opacity: 0;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(20px);
    animation-delay: calc(var(--index, 0) * 0.1s);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 10px;
    animation: fadeInUp 0.8s ease-out forwards;
}.tariff-plan .cost-levels:nth-child(1) {
    --index: 1;
}.tariff-plan .cost-levels:nth-child(2) {
    --index: 2;
}.tariff-plan .cost-levels:nth-child(3) {
    --index: 3;
}.tariff-plan .cost-levels:nth-child(4) {
    --index: 4;
}.tariff-plan .cost-levels:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.tariff-plan .fee-structure {
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
    overflow: hidden;
}.tariff-plan .fee-structure::before {
    content: "";
    background: linear-gradient(90deg, rgb(164,176,188), rgb(105,155,155));
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
}.tariff-plan .cert-cost {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 30px;
}.tariff-plan .cert-cost h3 {
    font-weight: 700;
    overflow-wrap: break-word;
    position: relative;
    font-size: 24px;
    margin-top: 0;
    color: #000000;
    margin-bottom: 15px;
    word-break: break-word;
}.tariff-plan .cert-cost h3::after {
    left: 0;
    background-color: rgb(164,176,188);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    bottom: -8px;
}.tariff-plan .cost-levels:hover .cert-cost h3::after {
    width: 70px;
}.tariff-plan .value-fees {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
    display: inline-block;
    font-size: calc(24px * 1.2);
    padding: 8px 16px;
    margin: 10px 0 20px;
    border-radius: 10px;
    overflow-wrap: break-word;
    font-weight: 700;
    color: rgb(164,176,188);
    position: relative;
}.tariff-plan .cert-cost p {
    line-height: 1.7;
    white-space: normal;
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
}.tariff-plan .pic-list {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
    height: 200px;
}.tariff-plan .cost-levels:hover .pic-list {
    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) {.tariff-plan .pricing-card {
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .cert-cost {
    padding: 40px;
}.tariff-plan .pic-list {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff-plan .pro-fees {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.tariff-plan .pricing-card {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .fee-offers {
    margin: 0;
    width: 35%;
    text-align: left;
}.tariff-plan .fee-offers h2::after {
    left: 0;
    transform: none;
}.tariff-plan .sub-options {
    margin: 0;
}
}

@media (min-width: 1200px) {.tariff-plan .pricing-card {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .cert-cost h3 {
    font-size: calc(24px * 1.1);
}.tariff-plan .value-fees {
    font-size: calc(24px * 1.3);
}.tariff-plan .pic-list {
    height: 240px;
}
}

@media (max-width: 767px) {.tariff-plan {
    padding: 80px 0;
}.tariff-plan .cert-cost {
    padding: 30px 20px;
}.tariff-plan .value-fees {
    padding: 6px 12px;
    font-size: 24px;
}.tariff-plan .pic-list {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-plan {
    padding: 60px 0;
}.tariff-plan .fee-offers h2 {
    font-size: calc(31px * 0.85);
}.tariff-plan .cert-cost h3 {
    font-size: calc(24px * 0.95);
}.tariff-plan .pic-list {
    height: 160px;
}}.customer-comments {
    background-color: rgb(223,227,231);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.customer-comments::before {
    filter: blur(20px);
    background: linear-gradient(135deg, rgb(105,155,155,0.5), rgb(164,176,188,0.5));
    top: -10%;
    opacity: 0.15;
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    content: "";
    right: -5%;
    height: 60%;
    width: 30%;
    z-index: 1;
}.customer-comments::after {
    z-index: 1;
    filter: blur(25px);
    transform: rotate(15deg) skewX(-15deg);
    background: linear-gradient(225deg, rgb(105,155,155,0.5), rgb(164,176,188,0.5));
    position: absolute;
    opacity: 0.1;
    width: 40%;
    content: "";
    bottom: -15%;
    height: 70%;
    left: -10%;
}.customer-comments h2.container {
    letter-spacing: -0.02em;
    transform: perspective(1000px) translateZ(10px);
    text-align: center;
    margin-bottom: 3rem;
    font-size: calc(33px * 1.1);
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #000000;
}.customer-comments h2.container::after {
    content: "";
    background: linear-gradient(90deg, rgb(164,176,188), rgb(105,155,155));
    border-radius: 1px;
    height: 3px;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.customer-comments .container.why-trust {
    z-index: 2;
    max-width: 1440px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.customer-comments .feedback-carousel {
    position: relative;
    gap: 28px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.customer-comments .success-quotes {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02), 
                0 20px 40px rgba(rgb(105,155,155,0.5), 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 220px;
    position: relative;
    transform: translateY(0);
    padding: 32px 26px 28px;
    background: #ffffff;
}.customer-comments .success-quotes::before {
    font-size: 100px;
    opacity: 0.15;
    transition: all 0.3s ease;
    top: 15px;
    font-family: serif;
    color: rgb(105,155,155,0.5);
    right: 20px;
    line-height: 1;
    z-index: 0;
    content: "";
    position: absolute;
}.customer-comments .success-quotes:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.03), 
                0 25px 45px rgba(rgb(105,155,155,0.5), 0.12);
    transform: translateY(-5px);
}.customer-comments .success-quotes:hover::before {
    transform: rotate(-10deg) translateY(-5px);
    opacity: 0.25;
}.customer-comments .success-quotes h3 {
    z-index: 1;
    font-size: calc(18px * 1.1);
    margin-bottom: 12px;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    font-weight: 600;
}.customer-comments .success-quotes h3::after {
    content: "";
    left: 0;
    width: 40px;
    background: linear-gradient(90deg, rgb(164,176,188), transparent);
    bottom: -6px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}.customer-comments .success-quotes:hover h3::after {
    width: 60px;
}.customer-comments .success-quotes p.description {
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000000;
}.customer-comments .success-quotes div {
    z-index: 1;
    position: relative;
    margin-top: auto;
    align-items: center;
    display: flex;
}.customer-comments .success-quotes div img {
    background-clip: content-box, border-box;
    border-radius: 50%;
    transition: transform 0.4s ease;
    background-image: 
        linear-gradient(to right, #ffffff, #ffffff), 
        linear-gradient(135deg, rgb(164,176,188,0.5), rgb(105,155,155));
    object-fit: cover;
    background-origin: border-box;
    height: 50px;
    border: 2px solid transparent;
    width: 50px;
}.customer-comments .success-quotes:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.customer-comments {
    padding: 4rem 0;
}.customer-comments h2.container {
    margin-bottom: 2.5rem;
    font-size: 33px;
}.customer-comments .feedback-carousel {
    gap: 22px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer-comments {
    padding: 3.5rem 0;
}.customer-comments h2.container {
    margin-left: auto;
    margin-right: auto;
    font-size: calc(33px * 0.85);
    max-width: 85%;
}.customer-comments h2.container::after {
    width: 60px;
}.customer-comments .feedback-carousel {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.customer-comments .success-quotes {
    padding: 25px 20px 22px;
    min-height: 200px;
}.customer-comments .success-quotes::before {
    right: 15px;
    top: 10px;
    font-size: 80px;
}
}

@media (max-width: 576px) {.customer-comments {
    padding: 3rem 0;
}.customer-comments h2.container {
    font-size: calc(33px * 0.8);
    max-width: 90%;
}.customer-comments .feedback-carousel {
    grid-template-columns: 1fr;
    gap: 16px;
}.customer-comments .success-quotes {
    padding: 22px 18px 20px;
}.customer-comments .success-quotes h3 {
    font-size: 18px;
}.customer-comments .success-quotes::before {
    font-size: 70px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(164,176,188) 0%, rgb(105,155,155) 100%);
    content: "";
    z-index: -2;
    left: 0;
    right: 0;
    opacity: 0.85;
    bottom: 0;
}footer::after {
    right: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: 20px 20px;
}.alumni-net {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.alumni-net::before {
    height: 10px;
    content: "";
    background: #ffffff;
    left: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    top: 0;
    opacity: 0.2;
}.alumni-net .container {
    gap: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.alumni-net .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
}.alumni-net .company_holder h3 {
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
}.alumni-net .access-cta {
    margin: 0 1rem;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
}.alumni-net .linkedin-ref {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    gap: 2rem;
}.alumni-net .nav-study {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.alumni-net .top-mentor {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.alumni-net .top-mentor h5 {
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 23px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}.alumni-net .top-mentor .nav-study {
    gap: 0.8rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
}.alumni-net .top-mentor .nav-study a {
    position: relative;
    color: #ffffff;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.6rem 1rem;
    font-size: 17px;
}.alumni-net .top-mentor .nav-study a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.alumni-net .top-mentor .nav-study a::before {
    background: #ffffff;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    opacity: 0;
    left: 0;
}.alumni-net .top-mentor .nav-study a:hover::before {
    opacity: 0.7;
}.enroll-info {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
}.enroll-info .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.enroll-info .exam-prep {
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
    color: #ffffff;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.alumni-net .container {
    gap: 2rem;
}.alumni-net .company_holder {
    flex: 1 1 380px;
}.alumni-net .linkedin-ref {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.alumni-net {
    padding: 3.5rem 0 2rem;
}.alumni-net .container {
    flex-direction: column;
    gap: 2.5rem;
}.alumni-net .company_holder,
    .alumni-net .linkedin-ref {
    flex: 1 1 100%;
    min-width: 100%;
}.alumni-net .top-mentor {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.alumni-net {
    padding: 3rem 0 1.5rem;
}.alumni-net .company_holder {
    padding: 2rem;
}.alumni-net .company_holder h3 {
    font-size: calc(34px - 2px);
}.alumni-net .nav-study {
    gap: 1.5rem;
}.enroll-info {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.alumni-net {
    padding: 2.5rem 0 1rem;
}.alumni-net .top-mentor {
    min-width: 100%;
    flex: 1 1 100%;
}.alumni-net .nav-study {
    gap: 1rem;
}.enroll-info {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.alumni-net::before {
    height: 5px;
}
}

@media (max-width: 420px) {.alumni-net .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.alumni-net .company_holder h3 {
    padding: 0.4rem 1rem;
}.alumni-net .top-mentor h5 {
    padding: 0.4rem 1rem;
}.alumni-net .top-mentor .nav-study {
    padding: 1rem;
}.alumni-net .top-mentor .nav-study a:hover {
    transform: translateX(3px);
}.enroll-info .exam-prep {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.title-page {
    position: relative;
    align-items: center;
    padding: 4rem 1rem;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgb(105,155,155,0.5) 100%);
    justify-content: center;
    display: flex;
}.title-page::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(
    45deg,
    rgb(105,155,155,0.5) 0px,
    rgb(105,155,155,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    left: 0;
    z-index: 1;
}.title-page > div {
    flex-direction: column;
    display: flex;
    gap: 3rem;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    position: relative;
}.title-page > div > div:first-child {
    padding: 2rem;
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    opacity: 0;
}.title-page .main-intro {
    line-height: 1.2;
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    animation: fadeSlideRight 0.8s forwards 0.5s ease-out;
    color: rgb(164,176,188);
    font-size: 40px;
    opacity: 0;
    position: relative;
}.title-page .main-intro::after {
    width: 80px;
    position: absolute;
    animation: lineGrow 1s forwards 1s ease-out;
    transform: scaleX(0);
    bottom: -10px;
    background: rgb(105,155,155);
    transform-origin: left;
    content: "";
    height: 4px;
    left: 0;
}.title-page p {
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 1rem;
    color: #000000;
    transform: translateX(-10px);
    animation: fadeSlideRight 0.8s forwards 0.7s ease-out;
    position: relative;
}.title-page .course-begin {
    position: relative;
    animation: fadeSlideUp 1s forwards 0.9s ease-out;
    opacity: 0;
    transform: translateY(30px);
}.title-page .master-program {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    height: 400px;
    position: relative;
}.title-page .master-program::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    height: 100%;
    opacity: 0.9;
    top: 0;
    z-index: 1;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
}.title-page .master-program:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-page .master-program:hover::before {
    opacity: 0.7;
}.title-page .master-program span {
    padding: 2rem;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 1.2s ease-out;
    bottom: 0;
    transform: translateY(10px);
    z-index: 2;
}.title-page .master-program h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    font-size: calc(22px * 0.9);
    line-height: 1.5;
    color: #ffffff;
    transition: transform 0.3s ease;
}.title-page .master-program:hover h3 {
    transform: translateY(-5px);
}

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

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

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


@media (min-width: 768px) {.title-page > div {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}.title-page > div > div:first-child {
    flex: 1;
    margin-right: 2rem;
}.title-page .course-begin {
    flex: 1.2;
}.title-page .main-intro {
    font-size: calc(40px * 1.1);
}.title-page .master-program {
    height: 450px;
}
}

@media (min-width: 992px) {.title-page {
    padding: 5rem 2rem;
}.title-page > div > div:first-child {
    padding: 3rem;
}.title-page .main-intro {
    font-size: calc(40px * 1.2);
}.title-page p {
    font-size: calc(17px * 1.3);
}.title-page .master-program {
    height: 500px;
}.title-page .master-program h3 {
    font-size: 22px;
}
}

@media (max-width: 767px) {.title-page {
    padding: 3rem 1rem;
}.title-page .main-intro {
    font-size: calc(40px * 0.85);
}.title-page p {
    font-size: 17px;
}.title-page .master-program {
    height: 320px;
}.title-page .master-program h3 {
    font-size: calc(22px * 0.8);
}
}

@media (max-width: 480px) {.title-page {
    padding: 2rem 1rem;
}.title-page > div > div:first-child {
    padding: 1.5rem;
}.title-page .main-intro {
    font-size: calc(40px * 0.7);
    margin-bottom: 1rem;
}.title-page .master-program {
    height: 280px;
}.title-page .master-program span {
    padding: 1.5rem;
}.title-page .master-program h3 {
    font-size: calc(22px * 0.7);
}}.training-method {
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgba(59, 173, 227, 0.1) 45%, rgba(87, 111, 230, 0.15) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.training-method::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(164,176,188,0.5) 0%, transparent 60%);
    opacity: 0.4;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
}.training-method::after {
    content: "";
    border-radius: 50%;
    border: 1px solid rgb(164,176,188,0.5);
    animation: rotate 30s linear infinite;
    top: -150px;
    z-index: 1;
    right: -150px;
    width: 300px;
    position: absolute;
    height: 300px;
}.training-method .why-trust {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    max-width: 1200px;
}.training-method h2 {
    position: relative;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    letter-spacing: -0.5px;
    transform: translateZ(10px);
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
}.training-method h2::before {
    transform-origin: left;
    width: 60px;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(164,176,188), rgb(105,155,155));
    animation: scaleIn 1.2s cubic-bezier(0.17, 0.67, 0.35, 0.98) forwards 0.3s;
    transform: scaleX(0);
    content: "";
}.training-method .details-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 92, 236, 0.06);
    margin-top: 20px;
    border-left: 3px solid rgb(164,176,188);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    transform: translateZ(20px);
    transition: transform 0.4s ease-out;
    padding: 40px;
}.training-method .details-box:hover {
    transform: translateZ(30px) translateY(-5px);
}.training-method .details-box::before {
    z-index: -1;
    right: -50px;
    top: -50px;
    height: 100px;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 100px;
    border: 2px dashed rgb(105,155,155,0.5);
}.training-method p {
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
}.training-method p::first-letter {
    font-weight: 700;
    color: rgb(164,176,188);
    font-size: 1.4em;
}@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

.training-method .why-trust::after {
    content: "";
    height: 200px;
    left: -100px;
    background: radial-gradient(circle, rgb(105,155,155,0.5) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
    width: 200px;
    bottom: -100px;
    z-index: -1;
    border-radius: 50%;
}

@keyframes pulse {
    0% { opacity: 0.3; transform: scale(0.8); }
    100% { opacity: 0.6; transform: scale(1.2); }
}

@media (max-width: 992px) {.training-method {
    padding: 90px 0;
}.training-method .why-trust {
    padding: 0 20px;
}.training-method h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 35px;
}.training-method .details-box {
    padding: 30px;
}
}

@media (max-width: 768px) {.training-method {
    padding: 70px 0;
}.training-method h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.training-method .details-box {
    padding: 25px;
}.training-method p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.training-method {
    padding: 50px 0;
}.training-method .why-trust {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 15px;
}.training-method h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.training-method .details-box {
    margin-top: 10px;
    padding: 20px;
}.training-method p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.training-method h2::before {
    height: 3px;
    width: 40px;
    bottom: -10px;
}}.get-in-touch {
    background: linear-gradient(145deg, rgb(223,227,231) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.get-in-touch::before {
    opacity: 0.05;
    height: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(164,176,188,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(164,176,188,0.5) 11px
    );
    pointer-events: none;
    left: 0;
    width: 100%;
    top: 0;
    animation: gridMove 20s linear infinite;
}.get-in-touch::after {
    position: absolute;
    left: -50%;
    opacity: 0.1;
    height: 200%;
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    top: -50%;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgb(164,176,188,0.5) 0%, transparent 60%);
}.get-in-touch .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.get-in-touch h2 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 30px;
    position: relative;
    color: #ffffff;
    margin-bottom: 60px;
}.get-in-touch h2::after {
    width: 80px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(164,176,188), transparent);
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    height: 3px;
}.get-in-touch .request-query {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.get-in-touch .request-query::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(164,176,188,0.5), transparent);
    height: 100%;
    opacity: 0.03;
    width: 100%;
}.get-in-touch .pic-list {
    transform: scale(1.01);
    min-height: 500px;
    flex: 1;
    position: relative;
    transition: transform 0.6s ease;
}.get-in-touch .pic-list::after {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.get-in-touch .query-grid {
    padding: 50px;
    position: relative;
    flex: 1;
}.get-in-touch .query-grid::before {
    position: absolute;
    top: 20px;
    width: 50px;
    content: "";
    right: 20px;
    border-right: 2px solid rgb(164,176,188,0.5);
    border-top: 2px solid rgb(164,176,188,0.5);
    height: 50px;
    opacity: 0.7;
}.get-in-touch .query-grid::after {
    height: 50px;
    content: "";
    border-bottom: 2px solid rgb(164,176,188,0.5);
    opacity: 0.7;
    bottom: 20px;
    left: 20px;
    width: 50px;
    position: absolute;
    border-left: 2px solid rgb(164,176,188,0.5);
}.get-in-touch form {
    width: 100%;
}.get-in-touch form h3 {
    padding-left: 15px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 30px;
}.get-in-touch form h3::before {
    transform: translateY(-50%);
    height: 25px;
    left: 0;
    top: 50%;
    position: absolute;
    border-radius: 10px;
    background: rgb(164,176,188);
    width: 5px;
    content: "";
}.get-in-touch form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
}.get-in-touch form input[type="text"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(164,176,188);
    box-shadow: 0 0 15px rgba(rgb(164,176,188), 0.2);
}.get-in-touch form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get-in-touch .help-panel {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.get-in-touch .help-panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch .help-panel label {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}.get-in-touch .help-panel label::before {
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    width: 22px;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: 22px;
}.get-in-touch .help-panel input[type="checkbox"]:checked + label::before {
    background: rgb(164,176,188);
    border-color: rgb(164,176,188);
}.get-in-touch .help-panel input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    height: 4px;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    left: 7px;
    position: absolute;
    width: 8px;
    content: "";
    top: 11px;
}.get-in-touch .help-panel label a {
    text-decoration: none;
    color: rgb(164,176,188);
    transition: all 0.3s ease;
}.get-in-touch .help-panel label a:hover {
    text-decoration: underline;
}.get-in-touch form .contact-reach {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    border: none;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(164,176,188), rgb(105,155,155));
    display: inline-block;
    z-index: 1;
    padding: 15px 35px;
}.get-in-touch form .contact-reach::before {
    left: -100%;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(105,155,155), rgb(164,176,188));
}.get-in-touch form .contact-reach:hover::before {
    left: 0;
}.get-in-touch form .contact-reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.get-in-touch svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    fill: rgb(164,176,188);
}.get-in-touch svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.get-in-touch {
    padding: 80px 0;
}.get-in-touch .request-query {
    flex-direction: column;
}.get-in-touch .pic-list {
    order: 1;
    min-height: 300px;
}.get-in-touch .query-grid {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.get-in-touch {
    padding: 60px 0;
}.get-in-touch h2 {
    margin-bottom: 40px;
}.get-in-touch .pic-list {
    min-height: 200px;
}.get-in-touch .query-grid {
    padding: 30px 20px;
}.get-in-touch form .contact-reach {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.get-in-touch {
    padding: 40px 0;
}.get-in-touch h2 {
    font-size: calc(30px * 0.8);
}.get-in-touch form h3 {
    font-size: calc(19px * 0.9);
}.get-in-touch .query-grid::before,
    .get-in-touch .query-grid::after {
    height: 30px;
    width: 30px;
}}.gratitudeWeb {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, rgb(105,155,155,0.5) 100%);
}.gratitudeWeb::before {
    top: -10%;
    content: "";
    height: 70%;
    right: -5%;
    background: radial-gradient(ellipse at center, rgb(164,176,188,0.5) 0%, transparent 70%);
    width: 60%;
    transform: rotate(-15deg);
    z-index: 1;
    animation: floatGradient 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.7;
}.gratitudeWeb::after {
    width: 70%;
    bottom: -5%;
    z-index: 1;
    height: 60%;
    background: radial-gradient(ellipse at center, rgb(105,155,155,0.5) 0%, transparent 70%);
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    left: -10%;
    transform: rotate(10deg);
    position: absolute;
    content: "";
    opacity: 0.5;
}.gratitudeWeb .container {
    z-index: 5;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.gratitudeWeb .why-trust {
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    position: relative;
    transform: rotateX(5deg);
}.gratitudeWeb .why-trust:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.gratitudeWeb .why-trust > div:first-child {
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateZ(30px);
}.gratitudeWeb .why-trust:hover > div:first-child {
    transform: translateZ(40px);
}.gratitudeWeb .why-trust > div:first-child::before {
    content: "";
    top: -10px;
    height: 60px;
    position: absolute;
    opacity: 0.1;
    transform: rotate(25deg);
    left: -20px;
    background: rgb(164,176,188);
    width: 60px;
    border-radius: 10px;
    z-index: -1;
}.gratitudeWeb .why-trust > div:first-child::after {
    opacity: 0.2;
    content: "";
    bottom: -15px;
    width: 70px;
    background: rgb(105,155,155);
    transform: skewX(-20deg);
    position: absolute;
    right: 30px;
    height: 10px;
}.gratitudeWeb h5 {
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s ease;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    font-size: 22px;
    margin: 0;
}.gratitudeWeb h5::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(164,176,188) 0%, rgb(105,155,155) 100%);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
}.gratitudeWeb .why-trust:hover h5::after {
    width: 80px;
}.gratitudeWeb .why-trust > div:last-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(15px);
    overflow: hidden;
}.gratitudeWeb .why-trust:hover > div:last-child {
    transform: translateZ(25px);
}.gratitudeWeb a {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    display: block;
    text-decoration: none;
}.gratitudeWeb a::before {
    background: rgb(164,176,188);
    top: 0;
    z-index: -1;
    transform: scaleX(0);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    opacity: 0;
    transform-origin: left;
    left: 0;
    content: "";
}.gratitudeWeb a:hover::before {
    opacity: 0.05;
    transform: scaleX(1);
}.gratitudeWeb p {
    font-size: 17px;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    transform: translateY(0);
    margin: 0;
    transition: transform 0.4s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
}.gratitudeWeb a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

@media screen and (min-width: 768px) {.gratitudeWeb {
    padding: 8rem 0;
}.gratitudeWeb .why-trust {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem;
}.gratitudeWeb h5 {
    font-size: calc(22px * 1.2);
    line-height: 1.3;
}.gratitudeWeb p {
    line-height: 1.7;
    font-size: calc(17px * 1.1);
}.gratitudeWeb .why-trust > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.gratitudeWeb {
    padding: 10rem 0;
}.gratitudeWeb .why-trust {
    max-width: 80%;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5rem;
}.gratitudeWeb .why-trust > div:first-child {
    margin-bottom: 0;
}.gratitudeWeb h5 {
    font-size: calc(22px * 1.3);
}.gratitudeWeb h5::after {
    width: 0;
}.gratitudeWeb .why-trust:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.gratitudeWeb {
    padding: 4rem 0;
}.gratitudeWeb .why-trust {
    transform: rotateX(2deg);
    padding: 2rem;
}.gratitudeWeb h5 {
    font-size: 22px;
}.gratitudeWeb p {
    line-height: 1.6;
    font-size: 17px;
}.gratitudeWeb .why-trust > div:first-child {
    margin-bottom: 1.5rem;
}.gratitudeWeb .why-trust:hover > div:first-child {
    transform: translateZ(20px);
}.gratitudeWeb .why-trust:hover > div:last-child {
    transform: translateZ(10px);
}}.mentorship-experience {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(223,227,231) 0%, #ffffff 100%);
    position: relative;
}.mentorship-experience::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(105,155,155,0.5) 0px,
        rgb(105,155,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.mentorship-experience::after {
    background: radial-gradient(
        ellipse at center,
        rgb(164,176,188,0.5) 0%,
        transparent 70%
    );
    width: 80%;
    right: -25%;
    z-index: 1;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.1;
    top: -50%;
    height: 200%;
    position: absolute;
}.mentorship-experience .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.mentorship-experience .success-quotes {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    gap: 2rem;
}.mentorship-experience .success-quotes:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.mentorship-experience .success-quotes::before {
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(164,176,188), rgb(105,155,155));
    position: absolute;
    transform: scaleY(0);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 100%;
    transform-origin: top;
}.mentorship-experience .success-quotes:hover::before {
    transform: scaleY(1);
}.mentorship-experience .pic-list {
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
    height: 180px;
    border: 6px solid #ffffff;
    transform: rotate(-3deg) translateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}.mentorship-experience .success-quotes:hover .pic-list {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.mentorship-experience .pic-list::after {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.mentorship-experience .name {
    font-weight: 700;
    margin: 0.5rem 0;
    position: relative;
    display: inline-block;
    color: rgb(164,176,188);
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    width: 100%;
    font-size: calc(23px * 1.1);
}.mentorship-experience .success-quotes:hover .name {
    transform: translateY(-5px);
}.mentorship-experience .name::after {
    content: "";
    bottom: -5px;
    background: rgb(105,155,155);
    position: absolute;
    height: 2px;
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
}.mentorship-experience .success-quotes:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship-experience .success-quotes div:nth-child(2) div {
    font-style: italic;
    text-align: center;
    margin-top: 0.5rem;
    transform: translateY(0);
    color: rgb(105,155,155);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-size: calc(18px * 1.05);
}.mentorship-experience .success-quotes:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.mentorship-experience .career-achievements {
    opacity: 0.95;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0 0;
    color: #000000;
    text-align: justify;
    transition: opacity 0.4s ease;
    line-height: 1.8;
    padding: 1.5rem 0.5rem 0.5rem;
    font-size: 18px;
    position: relative;
}.mentorship-experience .success-quotes:hover .career-achievements {
    opacity: 1;
}.mentorship-experience .career-achievements::before {
    top: -0.5rem;
    position: absolute;
    text-shadow: 2px 2px 0 #ffffff;
    transform: translateX(-50%);
    content: "";
    font-size: 4rem;
    left: 50%;
    color: rgb(164,176,188,0.5);
    line-height: 1;
    font-family: serif;
}

@media (min-width: 768px) {.mentorship-experience .success-quotes {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    padding: 3.5rem;
}.mentorship-experience .pic-list {
    height: 200px;
    width: 200px;
    margin: 0;
}.mentorship-experience .name {
    text-align: left;
}.mentorship-experience .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.mentorship-experience .success-quotes:hover .name::after {
    transform: translateX(0) scaleX(1);
}.mentorship-experience .success-quotes div:nth-child(2) div {
    text-align: left;
}.mentorship-experience .success-quotes div:nth-child(3) {
    grid-column: span 2;
}.mentorship-experience .career-achievements {
    padding: 2rem 1rem 0.5rem;
}.mentorship-experience .career-achievements::before {
    transform: translateX(0);
    left: 1rem;
}
}

@media (min-width: 992px) {.mentorship-experience {
    padding: 150px 0;
}.mentorship-experience .success-quotes {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 220px 1fr 2fr;
}.mentorship-experience .success-quotes div:nth-child(1) {
    grid-row: span 2;
}.mentorship-experience .success-quotes div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.mentorship-experience .pic-list {
    height: 280px;
    width: 220px;
}.mentorship-experience .career-achievements {
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 0 3rem;
    align-items: center;
    display: flex;
    margin: 0;
    border-top: none;
}.mentorship-experience .career-achievements::before {
    left: 1rem;
    top: 1rem;
}
}

@media (min-width: 1200px) {.mentorship-experience .success-quotes {
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
    gap: 3.5rem;
}.mentorship-experience .pic-list {
    width: 250px;
    height: 320px;
}.mentorship-experience .name {
    font-size: calc(23px * 1.2);
}.mentorship-experience .success-quotes div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(18px * 1.1);
}.mentorship-experience .career-achievements {
    padding: 0 0 0 4rem;
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}}.course-highlights {
    background: rgb(223,227,231);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course-highlights::before {
    background: radial-gradient(circle at 30% 30%, rgb(164,176,188,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}.course-highlights::after {
    bottom: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 80%, rgb(105,155,155,0.5) 0%, transparent 40%);
    right: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.course-highlights .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
}.course-highlights .why-trust {
    background: #ffffff;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    border-radius: 17px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}.course-highlights .why-trust::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgb(164,176,188), rgb(105,155,155));
    height: 5px;
    left: 0;
    content: "";
}.course-highlights .ready-skills {
    padding: 60px 50px;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.course-highlights .ready-skills::before {
    left: 40px;
    top: 40px;
    z-index: -1;
    position: absolute;
    border: 2px solid rgb(164,176,188,0.5);
    border-radius: 10px;
    height: 80px;
    opacity: 0.5;
    content: "";
    animation: float 8s ease-in-out infinite;
    width: 80px;
}.course-highlights .ready-skills::after {
    right: 40px;
    z-index: -1;
    opacity: 0.3;
    background: rgb(105,155,155,0.5);
    height: 60px;
    border-radius: 50%;
    animation: pulse 6s ease-in-out infinite;
    bottom: 40px;
    content: "";
    width: 60px;
    position: absolute;
}.course-highlights .top-nav {
    background: linear-gradient(145deg, rgb(223,227,231), #ffffff);
    transition: all 0.3s ease;
    position: relative;
    padding: 15px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    margin-bottom: 35px;
    display: inline-block;
}.course-highlights .top-nav:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course-highlights .top-nav svg {
    transition: all 0.3s ease;
    max-height: 50px;
    max-width: 140px;
}.course-highlights .top-nav svg path {
    fill: rgb(164,176,188);
    transition: fill 0.3s ease;
}.course-highlights .top-nav:hover svg path {
    fill: rgb(105,155,155);
}.course-highlights h3 {
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    font-size: 38px;
}.course-highlights h3::after {
    border-radius: 10px;
    height: 3px;
    width: 70px;
    bottom: -12px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(164,176,188), rgb(105,155,155));
    content: "";
}.course-highlights p {
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.course-highlights .pic-list {
    height: 100%;
    position: relative;
    min-height: 500px;
    transition: all 0.5s ease;
}.course-highlights .pic-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(164,176,188,0.5) 0%,
    transparent 60%
  );
    height: 100%;
}.course-highlights .pic-list::after {
    right: 30px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    content: "";
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ffffff;
    animation: pulseCircle 3s infinite;
    top: 30px;
    width: 20px;
    height: 20px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course-highlights {
    padding: 90px 0;
}.course-highlights .ready-skills {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course-highlights .why-trust {
    grid-template-columns: 1fr;
}.course-highlights .pic-list {
    order: -1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
}.course-highlights .ready-skills {
    padding: 40px;
}.course-highlights .ready-skills::before,
  .course-highlights .ready-skills::after {
    display: none;
}.course-highlights .top-nav {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course-highlights {
    padding: 70px 0;
}.course-highlights .ready-skills {
    padding: 30px;
}.course-highlights h3 {
    font-size: calc(38px - 4px);
}.course-highlights .pic-list {
    min-height: 350px;
}.course-highlights .top-nav {
    padding: 12px;
}.course-highlights .top-nav svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-highlights {
    padding: 50px 0;
}.course-highlights .container {
    padding: 0 20px;
}.course-highlights .why-trust {
    border-radius: 10px;
}.course-highlights .ready-skills {
    padding: 25px 20px;
}.course-highlights h3 {
    font-size: calc(38px - 6px);
    margin-bottom: 20px;
}.course-highlights p {
    font-size: calc(16px - 1px);
}.course-highlights .top-nav {
    padding: 10px;
    margin-bottom: 20px;
}.course-highlights .top-nav svg {
    max-width: 100px;
}.course-highlights .pic-list {
    min-height: 280px;
}.course-highlights .pic-list::after {
    width: 15px;
    right: 20px;
    height: 15px;
    top: 20px;
}}.data-exploration {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(223,227,231);
}.data-exploration::before {
    position: absolute;
    background-size: 40px 40px;
    width: 100%;
    background-image: 
        linear-gradient(rgb(164,176,188,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(164,176,188,0.5) 1px, transparent 1px);
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}.data-exploration::after {
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: -50%;
    transform: rotate(45deg);
    background: radial-gradient(ellipse at center, rgb(105,155,155,0.5) 0%, transparent 70%);
    right: -50%;
    content: "";
    z-index: 0;
}.data-exploration .container {
    position: relative;
    z-index: 1;
}.data-exploration h2 {
    left: 50%;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 18px;
    padding: 15px 30px;
}.data-exploration h2::after {
    content: "";
    border-radius: 10px;
    bottom: -20px;
    left: 50%;
    height: 4px;
    width: 60px;
    background: rgb(164,176,188);
    transform: translateX(-50%);
    position: absolute;
}.data-exploration ul {
    position: relative;
    flex-direction: column;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}.data-exploration ul::before {
    left: 50%;
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgb(164,176,188,0.5), rgb(105,155,155,0.5));
    bottom: 0;
    width: 2px;
}.data-exploration .statistics-highlights {
    position: relative;
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}.data-exploration .statistics-highlights:nth-child(odd) {
    padding-right: calc(50% + 20px);
}.data-exploration .statistics-highlights:nth-child(even) {
    padding-left: calc(50% + 20px);
    justify-content: flex-end;
}.data-exploration .statistics-highlights::before {
    z-index: 0;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(164,176,188,0.5), rgb(105,155,155,0.5));
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 40px;
}.data-exploration .statistics-highlights:nth-child(odd)::before {
    right: calc(50% + 8px);
}.data-exploration .statistics-highlights:nth-child(even)::before {
    left: calc(50% + 8px);
}.data-exploration .statistics-highlights::after {
    z-index: 0;
    left: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(223,227,231), 0 0 10px rgba(0, 0, 0, 0.1);
    height: 16px;
    border: 3px solid rgb(164,176,188);
    position: absolute;
    content: "";
    top: 50%;
    width: 16px;
    background: #ffffff;
    transform: translate(-50%, -50%);
}.data-exploration .statistics-highlights:nth-child(5n+2)::after {
    border-color: rgb(105,155,155);
}.data-exploration .statistics-highlights:nth-child(5n+3)::after {
    border-color: rgb(164,176,188);
}.data-exploration .statistics-highlights:nth-child(5n+4)::after {
    border-color: rgb(105,155,155);
}.data-exploration .statistics-highlights:nth-child(5n+5)::after {
    border-color: rgb(164,176,188);
}.data-exploration .statistics-highlights p {
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    min-width: 120px;
    font-size: calc(41px * 1.2);
    font-weight: 700;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 10px;
    text-align: center;
}.data-exploration .statistics-highlights:nth-child(even) p {
    padding-right: 20px;
    padding-left: 20px;
}.data-exploration .statistics-highlights:nth-child(5n+1) p {
    color: rgb(164,176,188);
}.data-exploration .statistics-highlights:nth-child(5n+2) p {
    color: rgb(105,155,155);
}.data-exploration .statistics-highlights:nth-child(5n+3) p {
    color: rgb(164,176,188);
}.data-exploration .statistics-highlights:nth-child(5n+4) p {
    color: rgb(105,155,155);
}.data-exploration .statistics-highlights:nth-child(5n+5) p {
    color: rgb(164,176,188);
}.data-exploration .statistics-highlights span {
    padding: 10px 15px;
    margin: 0 10px;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    z-index: 2;
    line-height: 1.4;
    border: 1px solid rgba(0, 0, 0, 0.03);
    flex: 1;
}.data-exploration .statistics-highlights:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {.data-exploration {
    padding: 80px 0;
}.data-exploration h2 {
    margin-bottom: 60px;
}.data-exploration .statistics-highlights {
    margin-bottom: 30px;
}.data-exploration .statistics-highlights p {
    min-width: 100px;
    font-size: 28px;
}.data-exploration .statistics-highlights:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.data-exploration .statistics-highlights:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}

@media (max-width: 767px) {.data-exploration {
    padding: 60px 0;
}.data-exploration h2 {
    margin-bottom: 50px;
}.data-exploration ul::before {
    display: none;
}.data-exploration .statistics-highlights,
    .data-exploration .statistics-highlights:nth-child(odd),
    .data-exploration .statistics-highlights:nth-child(even) {
    padding-left: 0;
    justify-content: center;
    padding-right: 0;
}.data-exploration .statistics-highlights::before,
    .data-exploration .statistics-highlights::after {
    display: none;
}.data-exploration .statistics-highlights p,
    .data-exploration .statistics-highlights:nth-child(even) p {
    padding: 10px 15px;
    margin-bottom: 15px;
}.data-exploration .statistics-highlights span {
    text-align: center;
    margin: 0;
}
}

@media (min-width: 992px) {.data-exploration .statistics-highlights:last-child {
    margin-bottom: 0;
}
}

@media (prefers-reduced-motion: reduce) {.data-exploration .statistics-highlights,
    .data-exploration .statistics-highlights:hover {
    transform: none;
    transition: none;
}}.our-team {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-team::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(20, 20, 40, 0.75));
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}.our-team::after {
    top: -50%;
    z-index: 2;
    position: absolute;
    content: "";
    width: 200%;
    opacity: 0.15;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(164,176,188,0.5), transparent 70%);
    height: 200%;
}.our-team .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.our-team .details-box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(164,176,188);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 45px 50px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.our-team .details-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-team .details-box > div:first-child {
    display: inline-block;
    margin-bottom: 15px;
}.our-team .details-box h5 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1.5px;
}.our-team .details-box h5::after {
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
    bottom: 0;
    content: "";
    transform: scaleX(1);
    width: 60px;
    background: rgb(164,176,188);
    transform-origin: left;
}.our-team .details-box:hover h5::after {
    transform: scaleX(1.5);
}.our-team .details-box > div:nth-child(2) {
    margin-bottom: 25px;
}.our-team .details-box > div:nth-child(2) p {
    font-size: calc(17px * 1.3);
    margin: 0;
    color: rgb(105,155,155);
    font-weight: 600;
    letter-spacing: 0.5px;
}.our-team .details-box ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.our-team .details-box ol li {
    overflow: hidden;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    color: #ffffff;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: justify;
}.our-team .details-box ol li::before {
    opacity: 0.05;
    z-index: -1;
    background: radial-gradient(circle, rgb(164,176,188,0.5), transparent 70%);
    height: 200px;
    content: "";
    width: 200px;
    top: -100px;
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    left: -100px;
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        transform: scale(1.1) rotate(5deg);
    }
}

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


@media (max-width: 1200px) {.our-team {
    padding: 100px 0;
}.our-team .details-box {
    padding: 40px 45px;
}
}

@media (max-width: 992px) {.our-team {
    padding: 80px 0;
}.our-team .details-box {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 35px 40px;
}.our-team .details-box h5 {
    font-size: calc(20px * 0.95);
}.our-team .details-box > div:nth-child(2) p {
    font-size: calc(17px * 1.2);
}
}

@media (max-width: 768px) {.our-team {
    padding: 70px 0;
}.our-team .details-box {
    padding: 30px 35px;
    transform: none;
}.our-team .details-box h5 {
    font-size: calc(20px * 0.9);
}.our-team .details-box > div:nth-child(2) p {
    font-size: calc(17px * 1.1);
}.our-team .details-box ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our-team {
    padding: 60px 0;
}.our-team .details-box {
    padding: 25px 30px;
}.our-team .details-box h5 {
    font-size: calc(20px * 0.85);
}.our-team .details-box > div:nth-child(2) p {
    font-size: 17px;
}.our-team .details-box ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.our-team .details-box h5::after {
    width: 50px;
}}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgb(223,227,231);
    width: 100%;
}header:before {
    content: '';
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(164,176,188) 0%, 
        rgb(105,155,155) 50%, 
        rgb(164,176,188) 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}header:after {
    opacity: 0.4;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(223,227,231) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(223,227,231) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(223,227,231) 25%, transparent 25%),
        linear-gradient(45deg, rgb(223,227,231) 25%, transparent 25%);
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    bottom: 0;
    background-size: 20px 20px;
    height: 100%;
    pointer-events: none;
    width: 100%;
}header .page-nav {
    position: relative;
    overflow: hidden;
}header .page-nav:before {
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(164,176,188,0.5),
        transparent
    );
    height: 1px;
    content: '';
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
}header .container:before {
    position: absolute;
    opacity: 0.7;
    width: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    background: rgb(164,176,188);
    height: 8px;
    top: 50%;
}header .container:after {
    content: '';
    background: rgb(105,155,155);
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    width: 8px;
    position: absolute;
    top: 50%;
    opacity: 0.7;
    height: 8px;
}header .nav-sitebar {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .nav-sitebar:before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    left: 0;
    height: 1px;
    bottom: -10px;
}header .top-mentor {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .top-mentor:before {
    transform: scaleX(0.9);
    left: 0;
    height: 2px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center;
    position: absolute;
    bottom: -8px;
    width: 100%;
    background: rgb(164,176,188);
    content: '';
}header .top-mentor:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .head-sitebar {
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #000000;
    padding: 8px 2px;
}header .head-sitebar:before {
    left: 0;
    height: 2px;
    width: 100%;
    background: rgb(164,176,188);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    bottom: 0;
    transform: translateX(-101%);
    content: '';
}header .head-sitebar:after {
    left: 50%;
    opacity: 0;
    top: 100%;
    transition: all 0.3s ease;
    position: absolute;
    height: 8px;
    background: rgb(164,176,188);
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    width: 8px;
}header .head-sitebar:hover {
    color: rgb(164,176,188);
}header .head-sitebar:hover:before {
    transform: translateX(0);
}header .head-sitebar:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav-teach {
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px 12px;
    position: relative;
}header .nav-teach:before {
    width: 100%;
    border: 2px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(rgb(223,227,231), rgb(223,227,231)) padding-box,
                linear-gradient(135deg, rgb(164,176,188), rgb(105,155,155)) border-box;
    height: 100%;
}header .nav-teach:after {
    border-radius: 50%;
    top: -5px;
    background: linear-gradient(135deg, rgb(164,176,188), rgb(105,155,155));
    height: 10px;
    width: 10px;
    transform: scale(0);
    transition: all 0.4s ease;
    left: -5px;
    position: absolute;
    opacity: 0;
    content: '';
}header .nav-teach:hover:before {
    opacity: 1;
}header .nav-teach:hover:after {
    transform: scale(1);
    opacity: 1;
}header .nav-teach svg {
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
}header .nav-teach:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top-mentor {
    gap: 20px;
}header .nav-teach svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top-mentor {
    width: 80%;
    gap: 5px;
    z-index: 1001;
    flex-direction: column;
    padding: 75px 30px 30px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    height: 100vh;
    top: 0;
    max-width: 320px;
    right: -100%;
    position: fixed;
    background: rgb(223,227,231);
}header .top-mentor:before {
    top: 60px;
    bottom: auto;
    height: 1px;
    width: 80%;
    left: 10%;
}header .menu.active {
    right: 0;
}header .head-sitebar {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .head-sitebar:last-child {
    border-bottom: none;
}header .head-sitebar:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .head-sitebar:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .nav-teach {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav-teach svg {
    height: 35px;
}}.secure-archive {
    height: auto;
    padding: 40px;
    width: 100%;
}.secure-archive h1 {
    text-align: center;
    text-shadow: 0 0 10px rgb(164,176,188);
    font-size: 38px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    grid-column: span 2;
    border-bottom: 2px solid rgb(105,155,155);
    color: rgb(164,176,188);
    padding-bottom: 10px;
    margin-top: 0;
}.secure-archive h2 {
    border-left: 4px solid rgb(164,176,188);
    font-size: 38px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    text-shadow: 0 0 5px rgb(105,155,155);
    text-align: left;
    color: rgb(105,155,155);
}.secure-archive ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.secure-archive li {
    background: rgb(105,155,155,0.5);
    padding: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    border: 1px solid rgb(164,176,188);
    text-shadow: 0 0 5px rgb(164,176,188);
    border-radius: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.secure-archive div {
    border-radius: 26px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgb(164,176,188,0.5);
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    padding: 15px;
    border: 1px solid rgb(105,155,155);
}.secure-archive p, .secure-archive span {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(105,155,155);
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure-archive {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.secure-archive h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
}.secure-archive h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.secure-archive ul {
    padding-left: 0;
}.secure-archive li {
    margin-bottom: 8px;
    padding: 8px;
}.secure-archive div {
    padding: 10px;
}}.cookieSettingsWindow {
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    width: 100%;
    border-top: 3px solid rgb(164,176,188);
    position: fixed;
    bottom: 0;
    background: rgb(105,155,155);
}.track-optin {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}.privacy-ack {
    flex-shrink: 0;
    margin-right: 20px;
}.privacy-ack svg {
    height: 50px;
    width: 50px;
    fill: rgb(164,176,188);
}.data-comply {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.cookieSettingsWindow h5 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}.cookieSettingsWindow p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.cookie-guide {
    cursor: pointer;
    transition: none;
    text-decoration: none;
    font-size: 17px;
    background: rgb(164,176,188);
    color: #ffffff;
    min-width: 150px;
    margin-left: 10px;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid rgb(164,176,188);
}.cookie-guide:hover {
    border-color: rgb(164,176,188,0.5);
    background: rgb(164,176,188,0.5);
}.cookieSettingsWindow p a {
    border-bottom: 2px solid rgb(164,176,188);
    color: rgb(164,176,188);
    text-decoration: none;
}.cookieSettingsWindow p a:hover {
    color: rgb(105,155,155);
    border-bottom-color: rgb(105,155,155);
}
@media only screen and (max-width: 1200px) {.cookieSettingsWindow {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.privacy-ack {
    display: none;
}.track-optin {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieSettingsWindow h5, .cookieSettingsWindow p {
    text-align: center;
}.data-comply {
    margin-bottom: 15px;
}.cookie-guide {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieDialogAlert {
    display: none;
}#cookieDialogAlert:checked ~ .cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}