﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.blog-ref {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.top-mentor {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapping-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 7px;
    height: 6px;
}::-webkit-scrollbar-track {
    border: 1px dashed rgb(97,122,117,0.5);
    border-radius: 4%;
    background: rgb(159,186,186);
}::-webkit-scrollbar-thumb {
    border-radius: 17.1vh;
    transition: background, border-radius 4.3s ease;
    background: rgb(97,122,117);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 0px 3px 4px rgba(0, 0, 0, 0.6);
    background: rgb(128,153,151,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(97,122,117,0.5);
    box-shadow: inset -4px 4px 1px 5px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(255, 255, 255, 0.5);
    background: rgb(159,186,186);
}html {
    scrollbar-color: rgb(97,122,117,0.5) #ffffff;
    scrollbar-width: none;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}.container {
    width: 1118px;
    max-width: 100%;
    margin: 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;
}}
header {
    width: 100%;
    background: #000000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(128,153,151,0.5) 100%);
    z-index: 1000;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
}header::before {
    top: 0;
    opacity: 0.03;
    z-index: 1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(97,122,117,0.5) 10px,
            rgb(97,122,117,0.5) 11px
        );
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}header::after {
    content: "";
    background: linear-gradient(90deg, 
        rgb(128,153,151),
        rgb(97,122,117),
        rgb(128,153,151));
    left: 0;
    top: 0;
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    width: 100%;
    background-size: 200% 100%;
    height: 5px;
    position: absolute;
}header .container {
    flex-direction: column;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
}header .nav-mainbar {
    flex-direction: column;
    padding-top: 1.5rem;
    z-index: 2;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
}header .head-mentor {
    z-index: 3;
    display: flex;
    position: relative;
    text-decoration: none;
    margin-bottom: 2rem;
    padding: 0.5rem 2rem;
    justify-content: center;
}header .head-mentor::before {
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(97,122,117,0.5) 20%,
        rgb(97,122,117) 50%,
        rgb(97,122,117,0.5) 80%,
        transparent 100%);
    width: 160%;
    height: 1px;
    position: absolute;
    left: -30%;
    content: "";
}header .head-mentor::after {
    height: 40px;
    background: rgb(128,153,151,0.5);
    z-index: -1;
    content: "";
    filter: blur(20px);
    width: 40px;
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    border-radius: 50%;
    position: absolute;
}header .head-mentor svg {
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(128,153,151,0.5));
    width: auto;
    position: relative;
    height: 48px;
}header .head-mentor:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(128,153,151));
}header .nav-info {
    overflow-x: auto;
    gap: 1rem;
    display: flex;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    width: 100vw;
    position: relative;
    justify-content: center;
}header .nav-info::-webkit-scrollbar {
    display: none;
}header .nav-info::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: rgb(128,153,151,0.5);
    left: 0;
    height: 1px;
}header .header-wrap {
    text-decoration: none;
    white-space: nowrap;
    font-size: 17px;
    border-radius: 11px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    padding: 0.6rem 1.8rem;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(128,153,151,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}header .header-wrap::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    content: "";
    transition: left 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(97,122,117,0.5),
        transparent);
}header .header-wrap::after {
    content: "";
    box-shadow: 0 0 10px rgb(97,122,117);
    top: 50%;
    border-radius: 50%;
    width: 8px;
    position: absolute;
    background: rgb(97,122,117);
    transform: translateY(-50%) scale(0);
    height: 8px;
    right: 12px;
    transition: transform 0.3s ease;
}header .header-wrap:hover {
    border-color: rgb(97,122,117);
    box-shadow: 0 0 15px rgb(128,153,151,0.5),
                inset 0 0 10px rgb(128,153,151,0.5);
    transform: translateY(-2px);
    color: rgb(97,122,117);
}header .header-wrap:hover::before {
    left: 100%;
}header .header-wrap:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head-mentor {
    margin-bottom: 1.5rem;
}header .head-mentor svg {
    height: 42px;
}header .header-wrap {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .nav-mainbar {
    padding-top: 1rem;
}header .head-mentor {
    margin-bottom: 1rem;
}header .head-mentor svg {
    height: 36px;
}header .nav-info {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .header-wrap {
    margin: 0 0.2rem;
    font-size: calc(17px - 2px);
    padding: 0.4rem 1.2rem;
}header .header-wrap:first-child {
    margin-left: 1rem;
}header .header-wrap:last-child {
    margin-right: 1rem;
}header .header-wrap::after {
    right: 8px;
    height: 6px;
    width: 6px;
}}.contact-form-section {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(159,186,186) 0%, rgba(9, 19, 32, 0.9) 100%);
}.contact-form-section::before {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(128,153,151,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(128,153,151,0.5) 11px
    );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    pointer-events: none;
}.contact-form-section::after {
    height: 200%;
    position: absolute;
    animation: pulseGlow 15s ease-in-out infinite;
    content: "";
    pointer-events: none;
    top: -50%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(128,153,151,0.5) 0%, transparent 60%);
    width: 200%;
    left: -50%;
}.contact-form-section .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact-form-section h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 60px;
    font-size: 30px;
    font-family: Arial, sans-serif;
}.contact-form-section h2::after {
    height: 3px;
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(128,153,151), transparent);
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    content: "";
}.contact-form-section .feedback-form {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.contact-form-section .feedback-form::before {
    background: linear-gradient(to bottom right, rgb(128,153,151,0.5), transparent);
    content: "";
    opacity: 0.03;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
}.contact-form-section .img-banner {
    transform: scale(1.01);
    flex: 1;
    transition: transform 0.6s ease;
    position: relative;
    min-height: 500px;
}.contact-form-section .img-banner::after {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}.contact-form-section .request-list {
    flex: 1;
    padding: 50px;
    position: relative;
}.contact-form-section .request-list::before {
    position: absolute;
    content: "";
    top: 20px;
    height: 50px;
    right: 20px;
    opacity: 0.7;
    width: 50px;
    border-top: 2px solid rgb(128,153,151,0.5);
    border-right: 2px solid rgb(128,153,151,0.5);
}.contact-form-section .request-list::after {
    position: absolute;
    border-left: 2px solid rgb(128,153,151,0.5);
    opacity: 0.7;
    height: 50px;
    bottom: 20px;
    content: "";
    border-bottom: 2px solid rgb(128,153,151,0.5);
    width: 50px;
    left: 20px;
}.contact-form-section form {
    width: 100%;
}.contact-form-section form h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}.contact-form-section form h3::before {
    background: rgb(128,153,151);
    width: 5px;
    position: absolute;
    height: 25px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    border-radius: 10px;
    left: 0;
}.contact-form-section form input[type="text"] {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-section form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(128,153,151), 0.2);
    outline: none;
    border-color: rgb(128,153,151);
}.contact-form-section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-form-section .support-block {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-form-section .support-block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section .support-block label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
}.contact-form-section .support-block label::before {
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    border-radius: 10px;
    height: 22px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
}.contact-form-section .support-block input[type="checkbox"]:checked + label::before {
    background: rgb(128,153,151);
    border-color: rgb(128,153,151);
}.contact-form-section .support-block input[type="checkbox"]:checked + label::after {
    content: "";
    left: 7px;
    height: 4px;
    width: 8px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    top: 11px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.contact-form-section .support-block label a {
    transition: all 0.3s ease;
    color: rgb(128,153,151);
    text-decoration: none;
}.contact-form-section .support-block label a:hover {
    text-decoration: underline;
}.contact-form-section form .inquiry-panel {
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    font-size: 20px;
    background: linear-gradient(45deg, rgb(128,153,151), rgb(97,122,117));
    overflow: hidden;
    color: #ffffff;
    border: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}.contact-form-section form .inquiry-panel::before {
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(97,122,117), rgb(128,153,151));
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    z-index: -1;
}.contact-form-section form .inquiry-panel:hover::before {
    left: 0;
}.contact-form-section form .inquiry-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-form-section svg {
    margin-right: 15px;
    width: 24px;
    fill: rgb(128,153,151);
    height: 24px;
}.contact-form-section 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) {.contact-form-section {
    padding: 80px 0;
}.contact-form-section .feedback-form {
    flex-direction: column;
}.contact-form-section .img-banner {
    min-height: 300px;
    order: 1;
}.contact-form-section .request-list {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-form-section {
    padding: 60px 0;
}.contact-form-section h2 {
    margin-bottom: 40px;
}.contact-form-section .img-banner {
    min-height: 200px;
}.contact-form-section .request-list {
    padding: 30px 20px;
}.contact-form-section form .inquiry-panel {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-form-section {
    padding: 40px 0;
}.contact-form-section h2 {
    font-size: calc(30px * 0.8);
}.contact-form-section form h3 {
    font-size: calc(22px * 0.9);
}.contact-form-section .request-list::before,
    .contact-form-section .request-list::after {
    height: 30px;
    width: 30px;
}}.educational-gains {
    padding: 80px 0;
    background: linear-gradient(160deg, rgb(159,186,186) 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.educational-gains::before {
    opacity: 0.3;
    height: 400px;
    top: -150px;
    right: -150px;
    background: rgb(128,153,151,0.5);
    position: absolute;
    content: "";
    animation: pulse 10s ease-in-out infinite alternate;
    width: 400px;
    filter: blur(100px);
    border-radius: 50%;
}.educational-gains::after {
    bottom: -150px;
    background: rgb(97,122,117,0.5);
    width: 400px;
    position: absolute;
    height: 400px;
    opacity: 0.3;
    border-radius: 50%;
    filter: blur(100px);
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    left: -150px;
    content: "";
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.educational-gains .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.educational-gains .learn-history {
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
    display: grid;
    position: relative;
}.educational-gains .img-banner {
    min-height: 400px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
    object-fit: cover;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    z-index: 1;
    transform-origin: center;
}.educational-gains .img-banner:hover {
    transform: scale(1.02);
}.educational-gains .text-box-wrapper {
    border-radius: 15px;
    background: #ffffff;
    position: relative;
    padding: 40px 35px 40px 45px;
    z-index: 2;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    margin-left: -30px;
}.educational-gains .text-box-wrapper::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.4;
    top: 0;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), transparent);
    width: 100px;
    height: 100px;
    position: absolute;
    content: "";
}.educational-gains .text-box-wrapper::after {
    height: 100px;
    opacity: 0.4;
    width: 100px;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(97,122,117,0.5), transparent);
}.educational-gains h3 {
    font-weight: 700;
    position: relative;
    font-size: 28px;
    color: rgb(128,153,151);
    padding-left: 20px;
    margin-bottom: 30px;
}.educational-gains h3::before {
    width: 5px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    position: absolute;
    border-radius: 10px;
}.educational-gains ul {
    margin: 0;
    gap: 15px;
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
}.educational-gains li {
    transition: all 0.3s ease;
    transform: translateY(0);
    position: relative;
}.educational-gains li:hover {
    transform: translateY(-5px);
}.educational-gains li p {
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    display: flex;
    padding: 15px 20px;
    font-size: 13px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    z-index: 1;
    align-items: center;
    border-radius: 10px;
    gap: 16px;
    margin: 0;
    color: #000000;
    position: relative;
}.educational-gains li p::before {
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    z-index: -1;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.educational-gains li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational-gains li:hover p::before {
    opacity: 0.1;
}.educational-gains svg {
    background: #ffffff;
    padding: 10px;
    flex-shrink: 0;
    height: 24px;
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 24px;
}.educational-gains svg path {
    fill: rgb(128,153,151);
    transition: fill 0.3s ease;
}.educational-gains li:hover svg {
    transform: rotate(-15deg);
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgb(128,153,151), rgb(97,122,117));
}.educational-gains li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.educational-gains {
    padding: 60px 0;
}.educational-gains .learn-history {
    gap: 30px;
    grid-template-columns: 1fr;
}.educational-gains .img-banner {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 350px;
}.educational-gains .text-box-wrapper {
    margin-left: 0;
    padding: 35px 30px;
}
}

@media (max-width: 768px) {.educational-gains {
    padding: 50px 0;
}.educational-gains .img-banner {
    min-height: 280px;
}.educational-gains h3 {
    font-size: calc(28px * 0.95);
}
}

@media (max-width: 576px) {.educational-gains {
    padding: 40px 0;
}.educational-gains .img-banner {
    min-height: 220px;
}.educational-gains .text-box-wrapper {
    padding: 25px 20px;
}.educational-gains h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
}.educational-gains li p {
    font-size: 13px;
    padding: 12px 15px;
    gap: 12px;
}.educational-gains svg {
    padding: 8px;
    height: 22px;
    width: 22px;
}}.locate {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(159,186,186);
    isolation: isolate;
}.locate::before {
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(128,153,151,0.5) 0,
            rgb(128,153,151,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(97,122,117,0.5) 0,
            rgb(97,122,117,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    top: 0;
    opacity: 0.1;
    height: 100%;
}.locate::after {
    z-index: -1;
    top: -50%;
    height: 100%;
    filter: blur(60px);
    content: '';
    position: absolute;
    opacity: 0.05;
    background: radial-gradient(
        circle at center,
        rgb(128,153,151) 0%,
        transparent 70%
    );
    right: -50%;
    width: 100%;
    animation: floatGlow 15s infinite alternate ease-in-out;
}.locate .container {
    position: relative;
}.locate .send-request {
    grid-template-rows: auto auto;
    display: grid;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
}.locate .contact-details {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.locate .contact-details:nth-child(1) {
    border-radius: 13px;
    padding: 3rem;
    z-index: 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    grid-column: 1 / 2;
    border-left: 4px solid rgb(128,153,151);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    grid-row: 1 / 3;
}.locate .contact-details:nth-child(1)::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(128,153,151,0.5) 0%, transparent 20%);
    border-radius: 13px;
    opacity: 0.2;
    z-index: -1;
    height: 100%;
    content: '';
}.locate .contact-details:nth-child(2) {
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 4/3;
    transform: perspective(1000px) rotateY(-5deg);
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    grid-column: 2 / 3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.locate .contact-details:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.locate .contact-details .img-banner {
    height: 100%;
    width: 100%;
    position: relative;
    transform: scale(1.05);
    transition: transform 0.5s ease;
    overflow: hidden;
}.locate .contact-details .img-banner::after {
    mix-blend-mode: overlay;
    opacity: 0.3;
    background: linear-gradient(
        to bottom right,
        rgb(128,153,151) 0%,
        transparent 100%
    );
    inset: 0;
    content: '';
    position: absolute;
}.locate .contact-details .img-banner::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
}.locate .contact-details:nth-child(3) {
    grid-column: 2 / 3;
    animation: backgroundShift 15s infinite alternate ease-in-out;
    grid-row: 2 / 3;
    background-size: 150% 150%, 100% 100%;
    background-position: 100% 0%, 0% 0%;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-image: 
        radial-gradient(circle at top right, rgb(97,122,117) 0%, transparent 80%),
        linear-gradient(135deg, rgb(128,153,151) 0%, rgb(128,153,151) 100%);
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 13px;
    background: rgb(128,153,151);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.locate .contact-details:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.locate .contact-details h2 {
    font-size: 28px;
    padding-bottom: 1rem;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.locate .contact-details h2::after {
    left: 0;
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: rgb(97,122,117);
    bottom: 0;
    content: '';
}.locate .reach-team {
    color: rgb(97,122,117);
    font-size: calc(13px * 1.2);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.locate .contact-map {
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.7;
    color: #000000;
}.locate .contact-details > p {
    color: #000000;
    margin-bottom: 1.25rem;
    position: relative;
    align-items: center;
    display: flex;
}.locate .contact-details > p svg {
    height: 1.25rem;
    color: rgb(97,122,117);
    fill: rgb(97,122,117);
    width: 1.25rem;
}.locate .contact-details > p svg path {
    fill: rgb(97,122,117);
}.locate .contact-details > p span {
    font-weight: 600;
    margin-left: 0.5rem;
}.locate .reach-usPAIDw {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2.5rem;
}.locate .reach-usPAIDw::before {
    position: absolute;
    width: 4px;
    content: '';
    background: rgb(97,122,117);
    top: 0;
    border-radius: 10px 0 0 10px;
    left: 0;
    height: 100%;
}.locate .reach-usPAIDw h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(97,122,117);
    margin-bottom: 1rem;
}.locate .course-faq {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
}.locate .course-faq span {
    font-size: calc(13px * 0.9);
    padding: 0.75rem 1rem;
    border-radius: 10px;
    color: #000000;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}.locate .course-faq span:hover {
    transform: translateY(-3px);
    background: rgb(97,122,117,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.locate .message-request {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}.locate .message-request a {
    margin-bottom: 1.5rem;
    text-decoration: none;
    display: flex;
    padding-left: 2.5rem;
    position: relative;
    flex-direction: column;
    transition: transform 0.3s ease;
}.locate .message-request a:last-child {
    margin-bottom: 0;
}.locate .message-request a:hover {
    transform: translateX(5px);
}.locate .message-request svg {
    left: 0;
    top: 0.25rem;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
}.locate .message-request svg path {
    fill: #ffffff;
}.locate .message-request a span {
    margin-bottom: 0.25rem;
    font-size: calc(13px * 0.85);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}.locate .message-request a p {
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}.locate .message-request a p::after {
    background: #ffffff;
    bottom: -5px;
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
}.locate .message-request a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.locate {
    padding: 80px 0;
}.locate .send-request {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.locate .contact-details:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.locate .send-request {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.locate .contact-details:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.locate .contact-details:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: perspective(1000px) rotateY(0);
}.locate .contact-details:nth-child(3) {
    grid-column: 1 / 2;
    transform: perspective(1000px) rotateY(0);
    grid-row: 3 / 4;
}
}

@media (max-width: 768px) {.locate {
    padding: 60px 0;
}.locate .contact-details:nth-child(1) {
    padding: 2rem;
}.locate .contact-details .img-banner {
    aspect-ratio: 16/9;
}.locate .course-faq {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.locate {
    padding: 40px 0;
}.locate .contact-details:nth-child(1) {
    padding: 1.5rem;
}.locate .contact-details h2 {
    font-size: calc(28px * 0.9);
}.locate .reach-usPAIDw {
    padding: 1.25rem;
}.locate .course-faq {
    grid-template-columns: 1fr 1fr;
}.locate .message-request a {
    padding-left: 2rem;
}.locate .message-request svg {
    height: 1.25rem;
    width: 1.25rem;
}}.company-info {
    padding: 120px 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}.company-info::before {
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.03;
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    left: 0;
}.company-info::after {
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    opacity: 0.03;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    width: 100%;
}.company-info .container {
    z-index: 10;
    position: relative;
}.company-info h2 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 30px;
    position: relative;
    margin-bottom: 60px;
}.company-info h2::before {
    bottom: -15px;
    content: "";
    left: 50%;
    height: 3px;
    width: 50px;
    transform: translateX(-50%);
    position: absolute;
    background-color: rgb(128,153,151);
}.company-info h2::after {
    background-color: rgb(97,122,117);
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%) translateX(30px);
    bottom: -15px;
    content: "";
    width: 20px;
}.company-info .impact-numbers {
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.company-info .impact-numbers::before {
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(128,153,151,0.5) calc(50% - 1px), rgb(128,153,151,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(97,122,117,0.5) calc(50% - 1px), rgb(97,122,117,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
}.company-info .master-class {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-width: calc(50% - 15px);
    border-radius: 0;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 2;
}.company-info .master-class::before {
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease;
    content: "";
    height: 4px;
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
}.company-info .master-class:hover::before {
    transform: scaleX(1);
}.company-info .master-class::after {
    right: 0;
    position: absolute;
    width: 0;
    border-style: solid;
    transition: opacity 0.4s ease;
    height: 0;
    opacity: 0;
    bottom: 0;
    content: "";
    border-color: transparent transparent rgb(128,153,151,0.5) transparent;
    border-width: 0 0 40px 40px;
}.company-info .master-class:hover::after {
    opacity: 1;
}.company-info .master-class {
    padding: 40px;
    transform: translateY(0);
}.company-info .master-class:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.company-info .master-class h3 {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    padding-left: 15px;
    font-weight: 600;
    font-size: 18px;
}.company-info .master-class h3::before {
    top: 50%;
    content: "";
    left: 0;
    width: 5px;
    height: 25px;
    transform: translateY(-50%);
    background-color: rgb(128,153,151);
    position: absolute;
}.company-info .master-class:last-child h3::before {
    background-color: rgb(97,122,117);
}.company-info .master-class:hover h3 {
    color: rgb(128,153,151);
}.company-info .master-class:last-child:hover h3 {
    color: rgb(97,122,117);
}.company-info .master-class p {
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}.company-info .container::before {
    position: absolute;
    border-radius: 50%;
    top: -150px;
    right: -150px;
    height: 300px;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    content: "";
    width: 300px;
    opacity: 0.1;
    z-index: -1;
}.company-info .container::after {
    left: -100px;
    height: 200px;
    z-index: -1;
    opacity: 0.1;
    width: 200px;
    bottom: -100px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(97,122,117,0.5), rgb(128,153,151,0.5));
    border-radius: 50%;
}.company-info .master-class:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company-info .master-class:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company-info .master-class:first-child::after {
    border-color: transparent transparent rgb(128,153,151,0.5) transparent;
}.company-info .master-class:last-child::after {
    border-color: transparent transparent rgb(97,122,117,0.5) transparent;
}

@media screen and (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info .impact-numbers {
    flex-direction: column;
}.company-info .master-class {
    min-width: 100%;
}.company-info h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info h2 {
    font-size: calc(30px * 0.9);
}.company-info .master-class {
    padding: 30px;
}.company-info .master-class h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.company-info .master-class h3::before {
    height: 20px;
}.company-info .container::before {
    height: 200px;
    width: 200px;
    top: -100px;
    right: -100px;
}.company-info .container::after {
    height: 150px;
    left: -75px;
    bottom: -75px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.company-info {
    padding: 50px 0;
}.company-info h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.company-info h2::before {
    width: 40px;
    bottom: -12px;
}.company-info h2::after {
    width: 15px;
    bottom: -12px;
    transform: translateX(-50%) translateX(25px);
}.company-info .master-class {
    padding: 25px;
}.company-info .master-class h3 {
    padding-left: 12px;
    font-size: calc(18px * 0.85);
    margin-bottom: 12px;
}.company-info .master-class h3::before {
    height: 18px;
    width: 4px;
}.company-info .master-class p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.company-info .master-class::after {
    border-width: 0 0 30px 30px;
}}.privacy-guardhouse {
    width: 100%;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.privacy-guardhouse h1 {
    text-align: center;
    margin-top: 40px;
    border-bottom: 2px solid rgb(128,153,151);
    font-size: 43px;
    color: rgb(128,153,151);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}.privacy-guardhouse h2 {
    font-family: Arial, sans-serif;
    font-size: 31px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(97,122,117);
    color: rgb(97,122,117);
    padding-bottom: 8px;
}.privacy-guardhouse h3, .privacy-guardhouse h4, .privacy-guardhouse h5, .privacy-guardhouse h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}.privacy-guardhouse ul, .privacy-guardhouse ol {
    margin: 0;
    padding-left: 0;
    padding: 15px 0;
    list-style-position: inside;
}.privacy-guardhouse li {
    padding: 5px;
    margin-bottom: 12px;
    transition: background 0.3s ease-in-out;
    font-size: 13px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #000000;
    line-height: 1.6;
}.privacy-guardhouse li:hover {
    background: rgb(128,153,151,0.5);
}.privacy-guardhouse section {
    background: none;
}.privacy-guardhouse p, .privacy-guardhouse span, .privacy-guardhouse div {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy-guardhouse {
    width: 100%;
    padding: 25px 10px;
}.privacy-guardhouse h1, .privacy-guardhouse h2 {
    font-size: calc(20px - 5px);
    text-align: left;
}.privacy-guardhouse ul, .privacy-guardhouse ol {
    padding: 10px 0;
}}.leadership-experience {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
}.leadership-experience::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -5%;
    background: rgb(97,122,117,0.5);
    z-index: 1;
    transform: rotate(-12deg);
    width: 120%;
    height: 70%;
}.leadership-experience .student-glow {
    gap: 3rem;
    position: relative;
    flex-direction: row;
    transform: translateX(5%);
    align-items: center;
    z-index: 2;
    display: flex;
}.leadership-experience .img-banner {
    width: 280px;
    border-radius: 27px;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(128,153,151,0.5);
    height: 350px;
    transition: all 0.5s ease;
}.leadership-experience .img-banner:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership-experience .job-timeline {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 27px;
    position: relative;
    background: #ffffff;
    transition: all 0.5s ease;
    transform: rotate(2deg) translateY(-30px);
    max-width: 60%;
}.leadership-experience .job-timeline::after {
    filter: blur(8px);
    content: "";
    bottom: -10px;
    position: absolute;
    left: 30px;
    transition: all 0.5s ease;
    height: 10px;
    opacity: 0.6;
    background: rgb(97,122,117);
    width: 85%;
}.leadership-experience .job-timeline:hover {
    transform: rotate(0deg) translateY(-20px);
}.leadership-experience .job-timeline:hover::after {
    width: 95%;
    opacity: 0.8;
}.leadership-experience .name {
    color: rgb(128,153,151);
    transform: translateX(-20px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 35px;
}.leadership-experience .job-timeline > div:nth-child(2) {
    font-weight: 600;
    color: rgb(97,122,117);
    margin-bottom: 1.5rem;
    font-size: 21px;
    transform: translateX(-10px);
}.leadership-experience .work-timeline {
    line-height: 1.6;
    font-style: italic;
    padding-left: 1.5rem;
    font-size: 15px;
    color: #000000;
    position: relative;
    font-weight: 400;
}.leadership-experience .work-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    border-radius: 10px;
    width: 5px;
}

@media (max-width: 992px) {.leadership-experience .student-glow {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.leadership-experience .img-banner {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.leadership-experience .job-timeline {
    max-width: 100%;
    transform: none;
}.leadership-experience .name,
    .leadership-experience .job-timeline > div:nth-child(2) {
    transform: none;
}}.customer-experience {
    padding: 120px 0 150px;
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(128,153,151,0.5) 100%);
    overflow: hidden;
}.customer-experience::before {
    animation: floatBubble 18s infinite ease-in-out;
    background: rgb(97,122,117,0.5);
    width: 200px;
    height: 200px;
    position: absolute;
    top: -50px;
    filter: blur(80px);
    border-radius: 50%;
    left: -50px;
    content: "";
}.customer-experience::after {
    position: absolute;
    bottom: -80px;
    background: rgb(128,153,151,0.5);
    animation: floatBubble 15s infinite ease-in-out alternate;
    filter: blur(100px);
    width: 250px;
    border-radius: 50%;
    right: -80px;
    height: 250px;
    content: "";
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.customer-experience .learn-history {
    padding: 0 20px;
    z-index: 1;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}.customer-experience h4 {
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateX(-50%) skew(-5deg);
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    transform: skew(-5deg);
    margin-bottom: 70px;
    text-align: center;
    color: #000000;
    left: 50%;
}.customer-experience h4::after {
    width: 50%;
    height: 4px;
    content: "";
    left: 25%;
    background: linear-gradient(90deg, transparent, rgb(128,153,151), transparent);
    bottom: -15px;
    position: absolute;
}.customer-experience .learning-quotes {
    perspective: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}.customer-experience .student-glow {
    padding: 30px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
}.customer-experience .student-glow:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.customer-experience .student-glow::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    top: 0;
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
}.customer-experience .student-glow .img-banner {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 80px;
}.customer-experience .student-glow:hover .img-banner {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer-experience .student-glow span {
    display: block;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, sans-serif;
}.customer-experience .student-glow span::after {
    margin: 10px auto 0;
    content: "";
    display: block;
    background: rgb(128,153,151);
    width: 30px;
    height: 2px;
}.customer-experience .student-glow p {
    font-weight: 400;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    font-size: 13px;
}.customer-experience .student-glow p::before {
    font-size: 80px;
    content: '"';
    position: absolute;
    color: rgb(128,153,151,0.5);
    font-family: serif;
    z-index: -1;
    opacity: 0.2;
    left: -5px;
    top: -20px;
}

@media (max-width: 1200px) {.customer-experience {
    padding: 100px 0;
}.customer-experience .learning-quotes {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.customer-experience .student-glow {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}

@media (max-width: 768px) {.customer-experience {
    padding: 80px 0;
}.customer-experience h4 {
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.customer-experience .learning-quotes {
    gap: 25px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.customer-experience .student-glow {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.customer-experience .student-glow .img-banner {
    height: 70px;
    width: 70px;
}}.education-framework {
    min-height: 65vh;
    background: rgb(159,186,186);
    position: relative;
    overflow: hidden;
}.education-framework::before {
    z-index: 1;
    filter: blur(40px);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(128,153,151,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(97,122,117,0.5) 0%, transparent 30%);
    left: 0;
}.education-framework::after {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
    width: 100%;
}.education-framework .container {
    z-index: 5;
    margin: 0 auto;
    justify-content: center;
    max-width: 1100px;
    position: relative;
    display: flex;
    padding: 5rem 2rem;
    align-items: center;
}.education-framework .learn-history {
    max-width: 900px;
    width: 100%;
    align-items: center;
    border-radius: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
    aspect-ratio: 1/1;
    padding: 0;
    flex-direction: column;
    position: relative;
}.education-framework .learn-history::before {
    z-index: -1;
    border: 2px solid rgb(128,153,151,0.5);
    top: 5%;
    content: "";
    border-radius: 50%;
    left: 5%;
    position: absolute;
    animation: rotateBorder 20s linear infinite;
    height: 90%;
    width: 90%;
}.education-framework .learn-history::after {
    left: 10%;
    width: 80%;
    border: 1px dashed rgb(97,122,117,0.5);
    height: 80%;
    position: absolute;
    top: 10%;
    content: "";
    z-index: -1;
    border-radius: 50%;
    animation: rotateBorder 15s linear infinite reverse;
}.education-framework h3 {
    border-radius: 19px;
    margin: 0 0 1.5rem;
    transform: translateY(-20px);
    max-width: 70%;
    color: rgb(128,153,151);
    background: #ffffff;
    z-index: 2;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 1rem 2rem;
}.education-framework h3::before {
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    border-radius: inherit;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), transparent);
    width: 100%;
}.education-framework h3::after {
    content: "";
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(128,153,151), transparent);
    width: 2px;
}.education-framework span {
    width: 60%;
    position: relative;
    background: #ffffff;
    height: auto;
    display: inline-block;
    border-radius: 19px;
    font-size: 14px;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
}.education-framework span::before {
    transform: translateX(-50%);
    position: absolute;
    height: 30px;
    width: 2px;
    content: "";
    left: 50%;
    bottom: 100%;
    background: linear-gradient(to top, rgb(97,122,117), transparent);
}.education-framework span::after {
    width: 100%;
    border-radius: inherit;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(97,122,117,0.5), transparent);
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.education-framework .learn-history:hover::before,
    .education-framework .learn-history:hover::after {
    animation-play-state: paused;
}.education-framework .learn-history:hover h3,
    .education-framework .learn-history:hover span {
    transform: translateY(0);
    transition: transform 0.5s ease;
}
}

@media (max-width: 992px) {.education-framework {
    min-height: auto;
}.education-framework .container {
    padding: 4rem 1.5rem;
}.education-framework .learn-history {
    padding: 2rem 0;
    height: auto;
    aspect-ratio: auto;
    gap: 3rem;
    border-radius: 0;
}.education-framework .learn-history::before,
    .education-framework .learn-history::after {
    width: 100%;
    left: 0;
    height: 100%;
    border-radius: 20px;
    top: 0;
}.education-framework h3 {
    transform: none;
    max-width: 90%;
    font-size: calc(31px * 0.9);
    margin-bottom: 0;
}.education-framework h3::after {
    display: none;
}.education-framework span {
    width: 90%;
    transform: none;
}.education-framework span::before {
    display: none;
}
}

@media (max-width: 768px) {.education-framework .container {
    padding: 3rem 1.2rem;
}.education-framework .learn-history {
    gap: 2rem;
    padding: 1.5rem 0;
}.education-framework h3 {
    max-width: 100%;
    font-size: calc(31px * 0.8);
    padding: 0.8rem 1.5rem;
}.education-framework span {
    padding: 1.5rem;
    width: 100%;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.education-framework .container {
    padding: 2.5rem 1rem;
}.education-framework .learn-history {
    padding: 1rem 0;
    gap: 1.5rem;
}.education-framework h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(31px * 0.7);
}.education-framework span {
    padding: 1.2rem;
    line-height: 1.6;
    font-size: calc(14px * 0.85);
}.education-framework .learn-history::before,
    .education-framework .learn-history::after {
    border-width: 1px;
}}.course-summary {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course-summary::before {
    z-index: 0;
    content: "";
    width: 100%;
    background-size: 80px 80px, 60px 60px, 60px 60px;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    left: 0;
}.course-summary .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.course-summary h2 {
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    transform: translateX(-5%);
    max-width: 90%;
    font-size: 34px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
}.course-summary h2::before {
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    height: 80%;
    width: 8px;
}.course-summary .tech-learn {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.course-summary .img-banner {
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border: 3px solid #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
}.course-summary .img-banner::after {
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}.course-summary .img-banner:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.course-summary .text-box-wrapper {
    background-color: #ffffff;
    transform: translateY(-15px);
    padding: 35px 40px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
}.course-summary .text-box-wrapper::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    top: 0;
}.course-summary .description {
    animation: fadeIn 0.8s forwards;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0;
}.course-summary .description:first-of-type {
    animation-delay: 0.2s;
}.course-summary .description:last-of-type {
    animation-delay: 0.4s;
}.course-summary .description:first-letter {
    font-size: 1.5em;
    color: rgb(128,153,151);
    font-weight: 700;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.course-summary h2 {
    font-size: calc(34px * 1.1);
    transform: translateX(-2%);
    max-width: 80%;
}.course-summary .tech-learn {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.course-summary .img-banner {
    height: 100%;
    min-height: 450px;
}.course-summary .text-box-wrapper {
    max-height: 600px;
    padding: 40px 50px;
    overflow-y: auto;
    transform: translateY(0) translateX(-50px);
}.course-summary .text-box-wrapper::-webkit-scrollbar {
    width: 8px;
}.course-summary .text-box-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.course-summary .text-box-wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.course-summary {
    padding: 150px 0;
}.course-summary h2 {
    font-size: calc(34px * 1.2);
    max-width: 70%;
}.course-summary .tech-learn {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course-summary .img-banner {
    min-height: 550px;
}.course-summary .text-box-wrapper {
    max-height: 650px;
    transform: translateY(40px) translateX(-80px);
    padding: 50px 60px;
}.course-summary .description {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-summary h2 {
    font-size: calc(34px * 1.3);
    max-width: 65%;
}.course-summary .tech-learn {
    grid-template-columns: 0.8fr 1.2fr;
}.course-summary .img-banner {
    min-height: 600px;
}.course-summary .text-box-wrapper {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.course-summary .description {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.course-summary {
    padding: 80px 0;
}.course-summary h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
    transform: translateX(0);
}.course-summary .img-banner {
    height: 250px;
}.course-summary .text-box-wrapper {
    padding: 25px;
}.course-summary .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    background: linear-gradient(135deg, rgb(97,122,117,0.5) 0%, rgb(128,153,151,0.5) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    z-index: -2;
    opacity: 0.9;
    right: 0;
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}.blog-ref {
    position: relative;
    padding: 5rem 0 2.5rem;
    color: #ffffff;
}.blog-ref::before {
    position: absolute;
    height: 20px;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(128,153,151) 0px,
        rgb(128,153,151) 40px,
        rgb(97,122,117) 40px,
        rgb(97,122,117) 80px
    );
    top: 0;
    width: 100%;
}.blog-ref .container {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    flex-wrap: wrap;
}.blog-ref .company_holder {
    transform-style: preserve-3d;
    border-radius: 0;
    flex: 1 1 380px;
    position: relative;
    transition: all 0.4s ease;
    border-bottom: 6px solid rgb(128,153,151);
    background: rgb(128,153,151,0.5);
    transform: rotateX(5deg);
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}.blog-ref .company_holder:hover {
    transform: rotateX(0deg);
}.blog-ref .company_holder h3 {
    transform: translateZ(20px);
    font-size: 30px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-weight: 700;
}.blog-ref .company_holder h3::before {
    position: absolute;
    content: "";
    border-left: 3px solid #ffffff;
    height: 30px;
    left: -10px;
    border-top: 3px solid #ffffff;
    width: 30px;
    top: -10px;
}.blog-ref .company_holder h3::after {
    content: "";
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    right: -10px;
    position: absolute;
    height: 30px;
    width: 30px;
    border-right: 3px solid #ffffff;
}.blog-ref .help-center {
    padding: 1.5rem;
    transform: translateZ(10px);
    line-height: 1.6;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
}.blog-ref .recycle-info {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.blog-ref .nav-mentor {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.blog-ref .nav-info {
    min-width: 220px;
    transform: rotateX(-5deg);
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    position: relative;
}.blog-ref .nav-info:hover {
    transform: rotateX(0deg);
}.blog-ref .nav-info h5 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    font-weight: 600;
    transform: translateZ(15px);
    margin: 0 0 1.5rem;
    display: inline-block;
    background: rgb(97,122,117,0.5);
    position: relative;
    font-size: 18px;
    min-width: 200px;
    color: #ffffff;
}.blog-ref .nav-info h5::after {
    right: 0;
    bottom: -5px;
    height: 5px;
    background: rgb(97,122,117);
    content: "";
    left: 0;
    position: absolute;
}.blog-ref .nav-info .nav-mentor {
    border-radius: 10px;
    flex-direction: column;
    padding: 1rem;
    transform: translateZ(5px);
    gap: 1rem;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}.blog-ref .nav-info .nav-mentor a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.7rem 1rem;
    overflow: hidden;
    font-size: 12px;
    transform: translateZ(10px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    border-radius: 10px;
}.blog-ref .nav-info .nav-mentor a::before {
    content: "";
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.blog-ref .nav-info .nav-mentor a:hover {
    background: rgb(97,122,117,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.blog-ref .nav-info .nav-mentor a:hover::before {
    left: 100%;
}.sample-docs {
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-top: 3rem;
    position: relative;
    background: rgb(97,122,117,0.5);
    padding: 2rem 0;
}.sample-docs::before {
    position: absolute;
    background: rgb(97,122,117);
    top: -20px;
    width: 100%;
    left: 0;
    transform-origin: bottom;
    transform: rotateX(45deg);
    content: "";
    height: 20px;
}.sample-docs .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.sample-docs .access-help {
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50px;
    transform: translateZ(5px);
    font-size: 13px;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.blog-ref .container {
    gap: 3rem;
}.blog-ref .company_holder {
    flex: 1 1 350px;
}.blog-ref .recycle-info {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.blog-ref .nav-mentor {
    gap: 2rem;
}
}

@media (max-width: 992px) {.blog-ref {
    padding: 4rem 0 2rem;
}.blog-ref .container {
    flex-direction: column;
    gap: 3rem;
}.blog-ref .company_holder,
    .blog-ref .recycle-info {
    min-width: 100%;
    flex: 1 1 100%;
}.blog-ref .nav-info {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.blog-ref .company_holder,
    .blog-ref .nav-info {
    transform: none;
}
}

@media (max-width: 768px) {.blog-ref {
    padding: 3.5rem 0 1.5rem;
}.blog-ref .nav-mentor {
    gap: 1.5rem;
}.blog-ref .company_holder h3 {
    font-size: calc(30px - 2px);
}.blog-ref .company_holder h3::before,
    .blog-ref .company_holder h3::after {
    width: 20px;
    height: 20px;
}.sample-docs {
    margin-top: 2rem;
}.sample-docs::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.blog-ref {
    padding: 3rem 0 1rem;
}.blog-ref .nav-info {
    flex: 1 1 100%;
    min-width: 100%;
}.blog-ref .nav-mentor {
    gap: 0.7rem;
}.blog-ref .nav-info .nav-mentor a {
    padding: 0.6rem 0.8rem;
}.sample-docs {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.sample-docs::before {
    display: none;
}
}

@media (max-width: 420px) {.blog-ref::before {
    height: 10px;
}.blog-ref .company_holder h3::before,
    .blog-ref .company_holder h3::after {
    display: none;
}.blog-ref .nav-info h5 {
    width: 100%;
    min-width: auto;
}.sample-docs .access-help {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.trackingNoticeDialog {
    width: 100%;
    z-index: 90;
    background: rgb(159,186,186);
    border-top: 2px solid rgb(128,153,151);
    position: fixed;
    bottom: 0;
}.cookie-compl {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.trackingNoticeDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingNoticeDialog p {
    font-size: 18px;
}.learn-agree {
    flex-shrink: 0;
    margin-right: 10px;
}.learn-agree svg, .learn-agree svg path, .learn-agree img {
    width: 100px;
    height: 100px;
    fill: rgb(128,153,151);
}.cookie-box {
    font-size: 24px;
    cursor: pointer;
    min-width: 120px;
    color: rgb(128,153,151);
    margin-left: 10px;
    text-decoration: none;
    line-height: 35px;
    border-bottom: 2px solid rgb(128,153,151);
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
}.trackingNoticeDialog p a {
    text-decoration: none;
    color: rgb(128,153,151);
}
@media only screen and (max-width: 1200px) {.trackingNoticeDialog {
    padding: 20px;
}}
#cookie-dialog-box {
    display: none;
}#cookie-dialog-box:checked ~ .trackingNoticeDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.learn-agree {
    display: none;
}.cookie-compl {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.trackingNoticeDialog h5 {
    text-align: center;
}.trackingNoticeDialog p {
    text-align: center;
}.consent-edu {
    margin-bottom: 20px;
}body .wrapping-container .cookie-box {
    margin-left: 0;
}}.sign-up-now {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    z-index: 1;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.sign-up-now::before {
    top: 0;
    transform: translateZ(-10px);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    width: 100%;
}.sign-up-now::after {
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    width: 100%;
    right: -50%;
    z-index: -1;
    content: "";
    top: -50%;
    height: 100%;
    position: absolute;
    transform: rotate(-15deg);
}.sign-up-now .container {
    animation: containerReveal 0.8s ease-out forwards;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
}.sign-up-now h6 {
    transition: transform 0.4s ease-out;
    text-align: center;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    transform: translateZ(20px);
    margin-left: auto;
    margin-bottom: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 90%;
    margin-right: auto;
}.sign-up-now .container div {
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    animation: buttonContainer 0.5s ease-out 0.4s both;
    transform: translateZ(30px);
}.sign-up-now .container div span {
    position: relative;
    transition: transform 0.3s var(--timing-cubic);
    display: inline-block;
}.sign-up-now .container div span::before {
    border-radius: 22px;
    left: -10px;
    height: calc(100% + 20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.9);
    opacity: 0;
    position: absolute;
    border: 2px solid rgba(255,255,255,0.2);
    top: -10px;
    content: "";
    width: calc(100% + 20px);
    z-index: -1;
}.sign-up-now .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}.sign-up-now .inquiry-panel {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    padding: 0.9rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    font-size: 18px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    color: rgb(128,153,151);
}.sign-up-now .inquiry-panel::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    background: linear-gradient(to right, rgb(97,122,117) 0%, rgb(128,153,151) 100%);
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
}.sign-up-now .inquiry-panel:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    color: #ffffff;
}.sign-up-now .inquiry-panel:hover::before {
    opacity: 1;
}.sign-up-now .inquiry-panel:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
}.sign-up-now .inquiry-panel span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.sign-up-now .inquiry-panel:hover span {
    transform: scale(1.05);
}

@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

@media (min-width: 768px) {.sign-up-now {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(128,153,151) 0%, rgb(97,122,117) 70%, rgb(128,153,151,0.5) 100%);
}.sign-up-now::before {
    background-size: 40px 40px;
}.sign-up-now h6 {
    font-size: calc(17px * 1.4);
    max-width: 80%;
    margin-bottom: 3rem;
}.sign-up-now .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.sign-up-now .inquiry-panel {
    padding: 1rem 3rem;
}
}

@media (min-width: 992px) {.sign-up-now {
    padding: 8rem 4rem;
}.sign-up-now::after {
    height: 150%;
    width: 150%;
}.sign-up-now h6 {
    margin-bottom: 3.5rem;
    font-size: calc(17px * 1.5);
    max-width: 70%;
}.sign-up-now .container div {
    margin-top: 2rem;
}.sign-up-now .inquiry-panel {
    padding: 1.1rem 3.5rem;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.sign-up-now {
    padding: 4rem 1.5rem;
}.sign-up-now h6 {
    font-size: 17px;
    margin-bottom: 2rem;
}.sign-up-now .inquiry-panel {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.sign-up-now {
    padding: 3.5rem 1rem;
}.sign-up-now h6 {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.sign-up-now .inquiry-panel {
    padding: 0.7rem 1.8rem;
    font-size: calc(18px * 0.9);
}}.gratitudeDiv {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgb(97,122,117), rgb(128,153,151));
    isolation: isolate;
}.gratitudeDiv::before {
    opacity: 0.6;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    content: "";
    height: 100%;
    animation: shimmer 15s infinite linear;
    left: 0;
    background-size: 60px 60px, 40px 40px;
    z-index: -1;
    position: absolute;
}.gratitudeDiv::after {
    top: -10%;
    z-index: -1;
    width: 40%;
    right: -5%;
    height: 70%;
    background: linear-gradient(160deg, rgb(97,122,117,0.5), transparent);
    transform: rotate(-15deg) skew(20deg);
    position: absolute;
    content: "";
    filter: blur(40px);
}.gratitudeDiv .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}.gratitudeDiv .learn-history {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: rgba(255, 255, 255, 0.95);
}.gratitudeDiv .learn-history::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117), rgb(128,153,151));
    opacity: 0.9;
    height: 6px;
    animation: shimmerBorder 3s infinite linear;
    left: 0;
    transform-origin: left center;
    top: 0;
}.gratitudeDiv .learn-history::after {
    height: 20px;
    content: "";
    z-index: -1;
    filter: blur(15px);
    position: absolute;
    border-radius: 50%;
    bottom: -20px;
    left: 5%;
    width: 90%;
    background: rgba(0, 0, 0, 0.07);
}.gratitudeDiv .learn-history > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.gratitudeDiv .learn-history > div:first-child::after {
    background: rgb(97,122,117);
    width: 60px;
    bottom: -0.75rem;
    transform: scaleX(0);
    left: 0;
    transform-origin: left center;
    position: absolute;
    height: 3px;
    content: "";
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.gratitudeDiv h5 {
    margin: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    color: #000000;
    line-height: 1.4;
    font-size: 19px;
    font-weight: 700;
}.gratitudeDiv p {
    opacity: 0;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    color: #000000;
    transform: translateY(20px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.gratitudeDiv a {
    color: inherit;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}.gratitudeDiv a::before {
    transform-origin: right center;
    position: absolute;
    height: 2px;
    width: 30%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    right: 0;
    content: "";
    background: rgb(128,153,151,0.5);
    transform: scaleX(0);
    bottom: -10px;
}.gratitudeDiv a:hover {
    transform: translateX(5px);
}.gratitudeDiv a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

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

@media (hover: hover) {.gratitudeDiv .learn-history:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.gratitudeDiv {
    padding: 5rem 2rem;
}.gratitudeDiv .learn-history {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratitudeDiv h5 {
    font-size: calc(19px * 0.9);
}
}

@media screen and (max-width: 768px) {.gratitudeDiv {
    padding: 4rem 1.5rem;
}.gratitudeDiv .learn-history {
    transform: none;
    padding: 2rem;
}.gratitudeDiv .learn-history::before {
    height: 4px;
}.gratitudeDiv h5 {
    font-size: calc(19px * 0.85);
}.gratitudeDiv p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.gratitudeDiv {
    padding: 3rem 1rem;
}.gratitudeDiv .learn-history {
    padding: 1.75rem;
}.gratitudeDiv .learn-history::before {
    height: 3px;
}.gratitudeDiv h5 {
    font-size: calc(19px * 0.8);
}.gratitudeDiv p {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}.gratitudeDiv .learn-history > div:first-child {
    margin-bottom: 1.5rem;
}}.price-deck-grid {
    overflow: hidden;
    padding: 120px 0 100px;
    z-index: 1;
    position: relative;
}.price-deck-grid::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(97,122,117,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    width: 100%;
}.price-deck-grid::after {
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    z-index: -1;
    left: -50%;
    pointer-events: none;
    top: -50%;
    height: 200%;
    position: absolute;
    content: "";
    width: 200%;
    animation: rotateBackground 180s linear infinite;
}.price-deck-grid .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.fee-schemes {
    position: relative;
}.price-deck-grid h2 {
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 34px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}.price-deck-grid h2::after {
    bottom: -10px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(128,153,151), transparent);
    height: 3px;
}.price-deck-grid .rate-list {
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 60px;
    transform: perspective(1000px) translateZ(10px);
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
}.price-deck-grid .discount-price {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    gap: 30px;
    display: grid;
    padding: 0;
}.price-deck-grid .discount-price li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.price-deck-grid .rate-options {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    display: block;
    text-decoration: none;
}.price-deck-grid .study-rates {
    border-radius: 16px;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(8px);
    padding: 30px;
}.price-deck-grid .study-rates::before {
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(128,153,151);
    right: -40px;
    content: "";
    top: -40px;
    height: 80px;
    transition: transform 0.5s ease-out;
    width: 80px;
    position: absolute;
}.price-deck-grid .study-rates::after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(0.7);
    transition: transform 0.5s ease-out;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(128,153,151), transparent);
    content: "";
}.price-deck-grid .pro-rates {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
}.price-deck-grid .rate-options h4 {
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 600;
    font-size: calc(21px + 2px);
    position: relative;
    color: #ffffff;
}.price-deck-grid .rate-options h4::after {
    background: rgb(128,153,151);
    height: 2px;
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    left: 0;
}.price-deck-grid .rate-options p {
    max-height: 240px;
    color: #ffffff;
    overflow-y: auto;
    opacity: 0.8;
    line-height: 1.6;
    scrollbar-color: rgb(128,153,151) transparent;
    scrollbar-width: thin;
    font-size: calc(18px - 1px);
    padding-right: 10px;
    margin-bottom: 25px;
}.price-deck-grid .rate-options p::-webkit-scrollbar {
    width: 4px;
}.price-deck-grid .rate-options p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.price-deck-grid .rate-options p::-webkit-scrollbar-thumb {
    background: rgb(128,153,151);
    border-radius: 10px;
}.price-deck-grid .learn-rates {
    margin-top: 20px;
    display: block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    text-align: right;
    color: #ffffff;
    font-size: calc(21px + 6px);
}.price-deck-grid .learn-rates::before {
    bottom: -10px;
    background: rgb(128,153,151);
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    height: 2px;
    width: 60px;
    right: 0;
    transform-origin: right;
    content: "";
}.price-deck-grid .rate-options:hover .study-rates {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.price-deck-grid .rate-options:hover .study-rates::before {
    opacity: 0.05;
    transform: scale(3);
}.price-deck-grid .rate-options:hover .study-rates::after {
    transform: scaleX(1);
}.price-deck-grid .rate-options:hover h4::after {
    width: 100%;
}.price-deck-grid .rate-options:hover .learn-rates::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.price-deck-grid .discount-price {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.price-deck-grid .discount-price {
    grid-template-columns: repeat(3, 1fr);
}.price-deck-grid {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.price-deck-grid .discount-price {
    grid-template-columns: repeat(2, 1fr);
}.price-deck-grid {
    padding: 80px 0 60px;
}.price-deck-grid .rate-list {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.price-deck-grid .discount-price {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price-deck-grid {
    padding: 60px 0 40px;
}.price-deck-grid h2 {
    font-size: calc(34px - 4px);
}.price-deck-grid .rate-list {
    margin-bottom: 40px;
    font-size: calc(18px - 1px);
}.price-deck-grid .study-rates {
    padding: 25px 20px;
}
}

@media (hover: none) {.price-deck-grid .study-rates {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.price-deck-grid .rate-options:active .study-rates {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.price-deck-grid::after {
    animation: none;
}.price-deck-grid .rate-options:hover .study-rates {
    transform: none;
}.price-deck-grid .rate-options:hover .study-rates::before {
    transform: none;
}}.landing-page {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.skill-plus {
    width: 100%;
    justify-content: center;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}.skill-plus::before {
    width: 100%;
    z-index: 1;
    top: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(
    135deg,
    rgb(128,153,151,0.5),
    rgb(97,122,117,0.5) 60%,
    rgba(255, 255, 255, 0.1)
  );
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.skill-plus::after {
    animation: floatEffect 15s ease-in-out infinite alternate;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 50%;
    width: 50%;
    transform: rotate(-5deg) translateZ(0);
    z-index: 1;
    right: -5%;
    opacity: 0.15;
    top: -5%;
    content: "";
    background: linear-gradient(
    120deg,
    rgb(128,153,151) 10%,
    transparent 60%
  );
    position: absolute;
}.landing-page .belief-core {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
    backdrop-filter: blur(10px);
    max-width: 80%;
    box-shadow: 
    0 25px 45px rgba(0, 0, 0, 0.2),
    0 8px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 2;
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    border-left: 4px solid rgb(128,153,151);
}.landing-page .belief-core::before {
    background: rgb(97,122,117);
    top: -30px;
    position: absolute;
    height: 100px;
    content: "";
    width: 100px;
    animation: rotateShape 20s linear infinite;
    left: -30px;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.7;
}.landing-page .belief-core::after {
    opacity: 0.4;
    background: rgb(128,153,151);
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg);
    right: -50px;
    content: "";
    height: 150px;
    width: 150px;
    bottom: -50px;
    animation: pulseShape 8s ease-in-out infinite alternate;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}.landing-page h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateX(-10px);
    font-size: calc(46px * 1.1);
    animation: slideInText 0.8s ease-out 0.3s forwards;
    position: relative;
    opacity: 0;
}.landing-page h1::after {
    left: 0;
    transform: scaleX(0);
    bottom: -10px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    height: 4px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    position: absolute;
    transform-origin: left;
}.landing-page h3 {
    animation: fadeUpIn 0.8s ease-out 0.6s forwards;
    line-height: 1.4;
    margin-bottom: 1.8rem;
    position: relative;
    opacity: 0;
    font-size: calc(19px * 1.1);
    transform: translateY(20px);
    font-weight: 600;
    color: #ffffff;
}.landing-page p {
    opacity: 0;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    line-height: 1.6;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    font-size: 16px;
}

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

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

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

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

@keyframes pulseShape {
  0% {
    transform: rotate(-15deg) scale(1);
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: rotate(-15deg) scale(1.1);
    opacity: 0.3;
  }
}

@keyframes floatEffect {
  0% {
    transform: rotate(-5deg) translateZ(0);
  }
  100% {
    transform: rotate(-8deg) translateZ(0) translateY(20px);
  }
}

@media (max-width: 1200px) {.landing-page .belief-core {
    max-width: 90%;
    padding: 3.5rem 2.5rem;
}.landing-page h1 {
    font-size: calc(46px * 0.95);
}.landing-page h3 {
    font-size: 19px;
}
}

@media (max-width: 992px) {.skill-plus {
    align-items: flex-start;
    padding-top: 15vh;
}.landing-page .belief-core {
    transform: perspective(1000px) rotateY(-1deg);
    max-width: 85%;
}.landing-page h1 {
    font-size: calc(46px * 0.9);
}
}

@media (max-width: 768px) {.skill-plus {
    padding-top: 12vh;
}.landing-page .belief-core {
    max-width: 90%;
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.landing-page .belief-core::before {
    left: -20px;
    height: 80px;
    top: -20px;
    width: 80px;
}.landing-page .belief-core::after {
    bottom: -30px;
    right: -30px;
    height: 100px;
    width: 100px;
}.landing-page h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.2rem;
}.landing-page h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.5rem;
}.landing-page p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.skill-plus {
    padding-top: 10vh;
}.landing-page .belief-core {
    border-left: 3px solid rgb(128,153,151);
    max-width: 92%;
    padding: 2rem 1.5rem;
}.landing-page h1 {
    font-size: calc(46px * 0.7);
}.landing-page h3 {
    line-height: 1.5;
    font-size: calc(19px * 0.85);
}.landing-page p {
    font-size: calc(16px * 0.9);
}.landing-page h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-height: 700px) {.skill-plus {
    height: auto;
    min-height: 100vh;
    padding: 5rem 0;
}.landing-page .belief-core {
    padding: 2rem 1.5rem;
}
}