* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1247px;
}a {
    color: inherit;
    text-decoration: none;
}.segment-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav-start {
    flex: 1 0 auto;
}.syllabus-ref {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 0.8em;
    height: 8px;
}::-webkit-scrollbar-track {
    background: rgb(159,191,210,0.5);
    border: 1px groove #ffffff;
}::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 4.2s ease-in;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset -5px -5px 15px 3px rgba(0, 0, 0, 0.5);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(111,157,186,0.5);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teacher-profile {
    min-height: 700px;
    background: linear-gradient(150deg, rgb(210,226,235) 0%, #000000 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.teacher-profile::before {
    width: 100%;
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    content: "";
    position: absolute;
    background-size: 150px 150px;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(159,191,210,0.5) 85%, rgb(159,191,210,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(111,157,186,0.5) 85%, rgb(111,157,186,0.5) 88%, transparent 88%);
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}.teacher-profile .container {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    z-index: 2;
    padding: 0 2rem;
}.teacher-profile .feedback-stories {
    grid-template-rows: auto auto 1fr;
    display: grid;
    gap: 20px 30px;
    min-height: 580px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    position: relative;
    grid-template-columns: 45% 1fr;
}.teacher-profile .feedback-stories::before {
    transform: translateY(-50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    height: 90%;
    background: linear-gradient(90deg, rgb(159,191,210,0.5) 0%, transparent 50%);
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    filter: blur(40px);
    opacity: 0.3;
}.teacher-profile .feedback-stories::after {
    position: absolute;
    z-index: -2;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.teacher-profile .photo-show {
    z-index: 2;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    grid-area: photo;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 15px 0 0 15px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}.teacher-profile .feedback-stories:hover .photo-show {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.teacher-profile .photo-show::before {
    top: 0;
    content: "";
    z-index: 3;
    background: rgb(159,191,210);
    animation: pulseOpacity 3s ease-in-out infinite;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    left: 0;
    width: 10px;
}.teacher-profile .name {
    font-weight: 700;
    align-self: end;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    margin-top: 80px;
    color: #ffffff;
    grid-area: name;
    transform: translateX(0);
    padding-bottom: 10px;
    font-size: 31px;
}.teacher-profile .feedback-stories:hover .name {
    transform: translateX(15px);
}.teacher-profile .name::after {
    position: absolute;
    background: rgb(159,191,210);
    content: "";
    left: 0;
    transition: width 0.5s ease;
    height: 2px;
    width: 0;
    bottom: 0;
}.teacher-profile .feedback-stories:hover .name::after {
    width: 60%;
}.teacher-profile .feedback-stories span:not(.name) {
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    color: rgb(111,157,186);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    display: inline-block;
    align-self: start;
    grid-area: job;
    border-radius: 10px;
    position: relative;
    padding: 0.6rem 1.2rem;
    font-size: 19px;
}.teacher-profile .feedback-stories:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teacher-profile .work-achievements {
    border-radius: 15px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    padding: 2rem;
    width: 95%;
    transform: translateY(0);
    font-size: 14px;
    grid-area: quote;
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    align-self: start;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(111,157,186);
}.teacher-profile .feedback-stories:hover .work-achievements {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.teacher-profile .container::after {
    background: radial-gradient(circle, rgb(111,157,186,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    width: 300px;
    right: -150px;
    height: 300px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    content: "";
    bottom: -150px;
    filter: blur(70px);
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teacher-profile .feedback-stories {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "photo-show"
            "name"
            "work-skills"
            "work-achievements";
}.teacher-profile .photo-show {
    border-radius: 15px 15px 0 0;
    height: 350px;
}.teacher-profile .photo-show::before {
    width: 100%;
    height: 10px;
}.teacher-profile .name {
    text-align: center;
    margin-top: 0;
}.teacher-profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teacher-profile .feedback-stories:hover .name {
    transform: translateY(-5px);
}.teacher-profile .feedback-stories span:not(.name) {
    margin: 0 auto;
}.teacher-profile .feedback-stories:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher-profile .work-achievements {
    border-top: 4px solid rgb(111,157,186);
    margin: 0 auto;
    border-left: none;
    width: 90%;
}.teacher-profile .feedback-stories:hover .work-achievements {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher-profile {
    padding: 5rem 0;
}.teacher-profile .photo-show {
    height: 250px;
}.teacher-profile .name {
    font-size: 19px;
}.teacher-profile .feedback-stories span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
}.teacher-profile .work-achievements {
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
    width: 95%;
    line-height: 1.6;
}}.thxSpot {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(245, 245, 255, 0.95) 100%);
}.thxSpot::before {
    z-index: 1;
    content: '';
    right: -5%;
    opacity: 0.4;
    filter: blur(60px);
    position: absolute;
    top: -10%;
    background: linear-gradient(120deg, rgb(159,191,210,0.5) 0%, rgb(111,157,186,0.5) 100%);
    width: 40%;
    animation: float 15s ease-in-out infinite alternate;
    height: 40%;
}.thxSpot::after {
    left: -5%;
    filter: blur(50px);
    z-index: 1;
    bottom: -15%;
    width: 35%;
    content: '';
    height: 40%;
    background: linear-gradient(240deg, rgb(111,157,186,0.5) 0%, rgb(159,191,210,0.5) 100%);
    opacity: 0.3;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
}.thxSpot .container {
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.thxSpot h2 {
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    opacity: 0;
    position: relative;
    line-height: 1.3;
    font-size: 28px;
}.thxSpot h2::after {
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    width: 10rem;
    height: 4px;
    content: '';
    transform-origin: left;
    bottom: -0.8rem;
}.thxSpot .team-profile {
    opacity: 0;
    padding: 3rem;
    overflow: hidden;
    border-radius: 1rem;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
}.thxSpot .team-profile::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    width: 5px;
    left: 0;
    animation: pulseGlow 4s infinite alternate;
}.thxSpot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thxSpot li {
    display: block;
    padding-left: 1.5rem;
    position: relative;
}.thxSpot li::before {
    height: 0.5rem;
    position: absolute;
    transform: scale(0);
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-radius: 50%;
    content: '';
    left: 0;
    width: 0.5rem;
    background-color: rgb(159,191,210);
    top: 0.5rem;
}.thxSpot li span {
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    opacity: 0.95;
    display: block;
    opacity: 0;
    font-size: calc(13px * 1.05);
    color: #000000;
    margin: 0;
    line-height: 1.8;
    transform: translateY(20px);
}

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

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

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(159,191,210,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(159,191,210,0.5);
    }
}

@media (max-width: 992px) {.thxSpot {
    padding: 5rem 0;
}.thxSpot h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.85);
}.thxSpot .team-profile {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.thxSpot {
    padding: 4rem 0;
}.thxSpot::before,
    .thxSpot::after {
    height: 30%;
    width: 50%;
}.thxSpot .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxSpot h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.75);
}.thxSpot h2::after {
    width: 8rem;
    height: 3px;
}.thxSpot .team-profile {
    padding: 2rem 1.5rem;
}.thxSpot li span {
    font-size: 13px;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thxSpot {
    padding: 3.5rem 0;
}.thxSpot .container {
    transform: none;
    padding: 0 1rem;
}.thxSpot h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.8rem;
}.thxSpot h2::after {
    height: 3px;
    width: 6rem;
}.thxSpot .team-profile {
    padding: 1.8rem 1.2rem;
}.thxSpot li {
    padding-left: 1.2rem;
}.thxSpot li::before {
    height: 0.4rem;
    width: 0.4rem;
    top: 0.4rem;
}.thxSpot li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.check-it-out-now {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
}.check-it-out-now::before {
    content: "";
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(159,191,210,0.5) 0px,
        rgb(159,191,210,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
}.check-it-out-now::after {
    width: 200px;
    content: "";
    border-radius: 50%;
    right: -50px;
    transform: translateZ(0);
    position: absolute;
    opacity: 0.2;
    height: 200px;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(111,157,186);
    z-index: -1;
}.check-it-out-now .container {
    display: flex;
    max-width: 1140px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translateZ(0);
    position: relative;
    gap: 2.5rem;
    margin: 0 auto;
}.check-it-out-now h6 {
    font-size: 17px;
    max-width: 800px;
    color: #ffffff;
    transform: translateY(0);
    letter-spacing: 0.5px;
    position: relative;
    animation: slideInUp 0.8s ease-out forwards;
    text-align: center;
    margin: 0;
    line-height: 1.6;
    font-weight: 600;
}.check-it-out-now h6::after {
    bottom: -15px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 50px;
    position: absolute;
    opacity: 0.7;
    background: #ffffff;
}.check-it-out-now div div {
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
}.check-it-out-now div span {
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.check-it-out-now div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.check-it-out-now .help-map {
    display: inline-block;
    transition: all 0.4s ease;
    background: #ffffff;
    color: rgb(159,191,210);
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}.check-it-out-now .help-map::before {
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    left: -100%;
}.check-it-out-now .help-map:hover {
    color: rgb(111,157,186);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.check-it-out-now .help-map:hover::before {
    left: 100%;
}.check-it-out-now .help-map span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.check-it-out-now .help-map:hover span {
    transform: scale(1.05);
}.check-it-out-now .help-map:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.check-it-out-now {
    padding: 3.5rem 1.5rem;
}.check-it-out-now h6 {
    font-size: calc(17px - 2px);
}
}

@media (max-width: 767px) {.check-it-out-now {
    padding: 3rem 1rem;
}.check-it-out-now .container {
    gap: 2rem;
}.check-it-out-now h6 {
    font-size: calc(17px - 4px);
}.check-it-out-now .help-map {
    font-size: calc(18px - 1px);
    padding: 12px 25px;
}
}

@media (max-width: 575px) {.check-it-out-now {
    padding: 2.5rem 1rem;
}.check-it-out-now h6 {
    line-height: 1.5;
}.check-it-out-now h6::after {
    width: 40px;
    bottom: -10px;
}.check-it-out-now .help-map {
    padding: 10px 20px;
}}.course-program-description {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
}.course-program-description::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.course-program-description::after {
    top: -5%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    opacity: 0.05;
    content: "";
    right: -5%;
    height: 40%;
    filter: blur(50px);
    width: 40%;
    transform: rotate(-15deg);
}.course-program-description .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}.course-program-description h2 {
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    font-size: 35px;
    line-height: 1.3;
    max-width: 90%;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    position: relative;
}.course-program-description h2::after {
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    bottom: -1rem;
    content: "";
    animation: scaleIn 1s 0.3s ease-out forwards;
    transform-origin: left;
    transform: scaleX(0);
}.course-program-description .program-flow {
    display: flex;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    transform: translateY(0);
    flex-direction: column;
    gap: 2rem;
}.course-program-description .photo-show {
    transform: translateY(20px);
    height: 350px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.course-program-description .photo-show::before {
    width: 100%;
    content: "";
    opacity: 0;
    top: 0;
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}.course-program-description .photo-show:hover {
    transform: translateY(0);
}.course-program-description .photo-show:hover::before {
    opacity: 1;
}.course-program-description .info-section {
    transition: transform 0.4s ease;
    transform: translateX(0);
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255,255,255,0.7);
}.course-program-description .info-section::before {
    width: 5px;
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(159,191,210);
    top: 0;
}.course-program-description .info-section:hover::before {
    height: 100%;
}.course-program-description .description {
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.7;
    color: #000000;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    max-height: 200px;
}.course-program-description .description:first-of-type {
    font-weight: 600;
}.course-program-description .description::-webkit-scrollbar {
    width: 4px;
}.course-program-description .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(var(--dark-color-opacity), 0.05);
}.course-program-description .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(159,191,210), rgb(111,157,186));
    border-radius: 10px;
}

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

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


@media (min-width: 768px) {.course-program-description {
    padding: 6rem 0;
}.course-program-description h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
}.course-program-description .program-flow {
    align-items: flex-start;
    flex-direction: row;
}.course-program-description .photo-show {
    height: 450px;
    width: 45%;
    flex-shrink: 0;
}.course-program-description .info-section {
    margin-left: -3rem;
    z-index: 2;
    width: 55%;
    padding: 2.5rem;
    margin-top: 3rem;
}.course-program-description .info-section:hover {
    transform: translateX(10px);
}.course-program-description .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program-description {
    padding: 8rem 0;
}.course-program-description h2 {
    max-width: 70%;
    font-size: calc(35px * 1.2);
}.course-program-description .photo-show {
    width: 50%;
    height: 500px;
}.course-program-description .info-section {
    width: 60%;
    padding: 3rem;
    margin-left: -5rem;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
}.course-program-description .description {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course-program-description .container {
    padding: 0 2rem;
}.course-program-description h2 {
    margin-bottom: 4rem;
    font-size: calc(35px * 1.3);
}.course-program-description .program-flow {
    gap: 3rem;
}.course-program-description .photo-show {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course-program-description .photo-show:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course-program-description .info-section {
    padding: 3.5rem;
    margin-left: -8rem;
}
}

@media (max-width: 767px) {.course-program-description {
    padding: 4rem 0;
}.course-program-description h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.course-program-description h2::after {
    width: 60px;
    height: 3px;
}.course-program-description .program-flow {
    gap: 1.5rem;
}.course-program-description .photo-show {
    height: 250px;
}.course-program-description .info-section {
    padding: 1.5rem;
}.course-program-description .description {
    line-height: 1.6;
    max-height: 150px;
    font-size: calc(15px * 0.95);
}}.title-section {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title-section .main-open {
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}.title-section .main-open::before {
    right: 0;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.75) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}.title-section .learn-sessions {
    transform: perspective(1000px) rotateX(2deg);
    margin-top: -2rem;
    position: relative;
    width: 90%;
    max-width: 1140px;
    padding: 3rem;
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}.title-section .learn-sessions:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-section .learn-sessions > div {
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    margin-bottom: 2.5rem;
    overflow: hidden;
}.title-section .learn-sessions > div:nth-child(1) {
    animation-delay: 0.3s;
}.title-section .learn-sessions > div:nth-child(2) {
    animation-delay: 0.6s;
}.title-section .learn-sessions > div:nth-child(3) {
    animation-delay: 0.9s;
}.title-section p {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(18px * 1.2);
    max-width: 80%;
    color: #ffffff;
    position: relative;
    padding-left: 3rem;
    line-height: 1.6;
}.title-section p::before {
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    top: 50%;
    height: 2px;
    background: rgb(159,191,210);
    position: absolute;
    content: "";
}.title-section .title_style_header {
    letter-spacing: -0.5px;
    background: linear-gradient(to right, #ffffff, rgb(111,157,186));
    color: transparent;
    text-transform: capitalize;
    max-width: 90%;
    -webkit-background-clip: text !important;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    font-size: min(4.5rem, 8vw);
    position: relative;
    background-clip: text !important;
    line-height: 1.1;
}.title-section h3 {
    margin: 0;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    backdrop-filter: blur(10px);
    max-width: 85%;
    font-weight: 400;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(159,191,210);
    background: rgba(rgb(159,191,210,0.5), 0.15);
    line-height: 1.6;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.title-section .main-open:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.65) 0%, 
    rgba(0, 0, 0, 0.3) 50%, 
    rgba(0, 0, 0, 0.6) 100%);
}


@media (max-width: 1200px) {.title-section .learn-sessions {
    padding: 2.5rem;
    width: 95%;
}.title-section .title_style_header {
    font-size: min(4rem, 8vw);
}
}

@media (max-width: 992px) {.title-section .learn-sessions {
    padding: 2rem;
    margin-top: -1rem;
}.title-section p {
    max-width: 90%;
    font-size: calc(18px * 1.1);
    padding-left: 2.5rem;
}.title-section h3 {
    font-size: 19px;
    max-width: 90%;
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 768px) {.title-section .main-open {
    min-height: 80vh;
}.title-section .learn-sessions {
    width: 100%;
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
}.title-section .learn-sessions > div {
    margin-bottom: 1.8rem;
}.title-section p {
    padding-left: 2rem;
    font-size: 18px;
    max-width: 100%;
}.title-section p::before {
    width: 1.5rem;
}.title-section .title_style_header {
    max-width: 100%;
    font-size: min(3rem, 9vw);
}.title-section h3 {
    padding: 0.7rem 1.2rem;
    font-size: calc(21px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title-section .main-open {
    min-height: 70vh;
}.title-section .learn-sessions {
    padding: 1.2rem;
}.title-section .learn-sessions > div {
    margin-bottom: 1.5rem;
}.title-section p {
    font-size: calc(18px * 0.9);
    padding-left: 1.8rem;
}.title-section p::before {
    width: 1.2rem;
}.title-section .title_style_header {
    letter-spacing: -0.3px;
    font-size: min(2.5rem, 10vw);
}.title-section h3 {
    font-size: 21px;
    padding: 0.6rem 1rem;
    border-left: 2px solid rgb(159,191,210);
}
}

@media (max-height: 600px) {.title-section .main-open {
    min-height: 120vh;
}
}

@media (prefers-reduced-motion: reduce) {.title-section .learn-sessions,
  .title-section .learn-sessions:hover {
    transform: none;
    transition: none;
}.title-section .learn-sessions > div {
    animation: fadeInUp 1.5s ease-out forwards;
}}.pricing-section {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,226,235), rgba(240, 240, 255, 0.95));
}.pricing-section::before {
    content: "";
    position: absolute;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    height: 70%;
    z-index: 0;
    background: linear-gradient(145deg, rgb(159,191,210,0.5), rgb(111,157,186,0.5));
    width: 40%;
    opacity: 0.4;
    right: -5%;
}.pricing-section::after {
    content: "";
    position: absolute;
    transform: rotate(12deg) skewX(-10deg);
    background: linear-gradient(215deg, rgb(111,157,186,0.5), rgb(159,191,210,0.5));
    bottom: -10%;
    filter: blur(50px);
    left: -5%;
    height: 60%;
    width: 35%;
    opacity: 0.3;
    z-index: 0;
}.pricing-section .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
}.pricing-section .pricing-offers {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.pricing-section .learning-fees {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
}.pricing-section .learning-fees h2 {
    display: inline-block;
    font-size: 36px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}.pricing-section .learning-fees h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
    width: 80px;
    left: 50%;
    height: 4px;
    border-radius: 10px;
    bottom: -12px;
}.pricing-section .enroll-cost {
    margin: 20px auto 0;
    line-height: 1.6;
    color: #000000;
    max-width: 680px;
    font-size: 14px;
}.pricing-section .pricing-rates {
    grid-template-columns: 1fr;
    transform: translateY(40px);
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    opacity: 0;
}.pricing-section .price-options {
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    text-decoration: none;
}.pricing-section .plan-table {
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    will-change: transform, box-shadow;
    display: flex;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.pricing-section .price-options:hover .plan-table {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.pricing-section .pricing-pack {
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
}.pricing-section .pricing-pack h3 {
    overflow-wrap: break-word;
    position: relative;
    font-size: calc(22px + 2px);
    word-break: break-word;
    white-space: normal;
    font-weight: 700;
    padding-left: 15px;
    color: #000000;
    margin-bottom: 15px;
}.pricing-section .pricing-pack h3::before {
    content: "";
    border-radius: 10px;
    top: 5px;
    left: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(159,191,210), rgb(111,157,186));
    height: calc(100% - 10px);
}.pricing-section .basic-cost {
    color: rgb(159,191,210);
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    display: inline-block;
    font-size: calc(22px + 4px);
    margin: 5px 0 20px;
}.pricing-section .pricing-pack p {
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    color: #000000;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 5px;
}.pricing-section .photo-show {
    width: 100%;
    overflow: hidden;
    height: 220px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing-section .photo-show::after {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 1;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}.pricing-section .price-options:hover .photo-show {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-section .pricing-rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing-section .pricing-offers {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing-section .pricing-offers {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing-section .learning-fees {
    grid-column: 2;
    text-align: left;
    grid-row: 1;
    align-self: center;
}.pricing-section .learning-fees h2 {
    display: inline-block;
}.pricing-section .learning-fees h2::after {
    left: 0;
    transform: none;
}.pricing-section .enroll-cost {
    margin: 25px 0 0;
}.pricing-section .pricing-rates {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
    grid-row: 1;
}
}

@media (min-width: 1200px) {.pricing-section .pricing-rates {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-section .pricing-pack {
    padding: 40px 35px;
}.pricing-section .photo-show {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-section {
    padding: 80px 0;
}.pricing-section .learning-fees {
    margin-bottom: 20px;
}.pricing-section .plan-table {
    max-width: 100%;
}.pricing-section .pricing-pack {
    padding: 30px 25px;
}.pricing-section .pricing-pack h3 {
    font-size: calc(22px + 1px);
}.pricing-section .basic-cost {
    font-size: 22px;
    margin: 0 0 15px;
}.pricing-section .photo-show {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing-section {
    padding: 60px 0;
}.pricing-section .pricing-pack {
    padding: 25px 20px;
}.pricing-section .photo-show {
    height: 180px;
}}.program-assets {
    position: relative;
    padding: 7rem 0;
    background: rgb(210,226,235);
    overflow: hidden;
}.program-assets::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(159,191,210,0.5) 0%, rgb(111,157,186,0.5) 100%);
    height: 70vw;
    right: -35vw;
    top: -35vw;
    z-index: 1;
    width: 70vw;
    content: '';
    opacity: 0.8;
    border-radius: 50%;
}.program-assets::after {
    content: '';
    bottom: -25vw;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgb(111,157,186,0.5) 0%, rgb(159,191,210,0.5) 100%);
    height: 50vw;
    width: 50vw;
    opacity: 0.6;
    z-index: 1;
    left: -25vw;
}.program-assets .team-profile {
    display: flex;
    max-width: 1300px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0;
}.program-assets .photo-show {
    border-radius: 50% 0 0 50%;
    position: relative;
    height: 550px;
    margin-left: -5vw;
    width: 45%;
    z-index: 3;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}.program-assets .photo-show::before {
    width: 110%;
    border-radius: 50% 0 0 50%;
    content: '';
    height: 110%;
    z-index: -1;
    top: -5%;
    left: -5%;
    border: 2px dashed rgb(159,191,210,0.5);
    animation: rotate 20s linear infinite;
    position: absolute;
}.program-assets .photo-show::after {
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(159,191,210,0.5) 0%, transparent 100%);
    content: '';
    position: absolute;
    border-radius: 50% 0 0 50%;
}.program-assets .info-section {
    position: relative;
    width: 60%;
    padding: 3rem 2rem 3rem 5rem;
}.program-assets h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 35px;
}.program-assets h2::after {
    bottom: -15px;
    border-radius: 10px;
    background: rgb(159,191,210);
    height: 4px;
    content: '';
    width: 80px;
    position: absolute;
    left: 0;
}.program-assets .text_main_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 2rem;
}.program-assets .text_main_holder::before {
    background: linear-gradient(to bottom, rgb(159,191,210,0.5), transparent);
    position: absolute;
    content: '';
    top: 0;
    width: 2px;
    height: 100%;
    left: -2rem;
}.program-assets .text_main_holder > div {
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
}.program-assets .text_main_holder > div::before {
    border: 2px solid rgb(159,191,210);
    left: -2.3rem;
    width: 12px;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    height: 12px;
    transition: all 0.3s ease;
    content: '';
}.program-assets .text_main_holder > div:hover::before {
    background: rgb(159,191,210);
    transform: scale(1.3);
}.program-assets .text_main_holder > div:hover {
    transform: translateX(10px);
}.program-assets .text_main_holder svg {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    padding: 0.7rem;
    border-radius: 50%;
    margin-right: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.program-assets .text_main_holder > div:hover svg {
    background: rgb(159,191,210,0.5);
    transform: rotate(10deg);
}.program-assets .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,191,210);
}.program-assets .text_main_holder > div:hover svg path {
    fill: rgb(111,157,186);
}.program-assets .text_main_holder p {
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
    color: #000000;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program-assets .photo-show {
    height: 500px;
    width: 40%;
}.program-assets .info-section {
    width: 65%;
    padding-left: 4rem;
}
}

@media (max-width: 992px) {.program-assets .team-profile {
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
}.program-assets .photo-show {
    margin-bottom: 3rem;
    height: 400px;
    margin-left: 0;
    border-radius: 13px;
    width: 100%;
}.program-assets .photo-show::before {
    border-radius: 13px;
}.program-assets .photo-show::after {
    border-radius: 13px;
}.program-assets .info-section {
    padding: 0;
    width: 100%;
}.program-assets .text_main_holder::before {
    left: -1.5rem;
}.program-assets .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.program-assets {
    padding: 5rem 0;
}.program-assets .photo-show {
    height: 350px;
}.program-assets h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.program-assets .team-profile {
    max-width: 95%;
}.program-assets .photo-show {
    height: 250px;
}.program-assets .text_main_holder {
    margin-left: 1.5rem;
}.program-assets .text_main_holder::before {
    left: -1rem;
}.program-assets .text_main_holder > div::before {
    left: -1.3rem;
}.program-assets .text_main_holder svg {
    margin-right: 1rem;
    width: 2.5rem;
    padding: 0.5rem;
    height: 2.5rem;
}}.our-mission {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our-mission::before {
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(159,191,210,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(111,157,186,0.5) 100%);
    content: "";
    z-index: 1;
    backdrop-filter: blur(3px);
    left: 0;
    top: 0;
}.our-mission::after {
    transform: rotate(-2deg);
    height: 200px;
    position: absolute;
    z-index: 0;
    width: 120%;
    opacity: 0.05;
    top: -100px;
    background: rgb(111,157,186);
    content: "";
    left: -10%;
}.our-mission .container {
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    z-index: 2;
}.our-mission .info-section {
    width: 70%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(20px);
    padding: 40px;
}.our-mission .info-section::before {
    background: rgb(159,191,210);
    top: 40px;
    transform: skewY(45deg);
    width: 40px;
    position: absolute;
    opacity: 0.1;
    content: "";
    left: -20px;
    height: 85%;
}.our-mission h1 {
    font-weight: 700;
    opacity: 0;
    animation: fade-in-right 0.5s ease forwards 0.3s;
    font-size: 40px;
    color: rgb(159,191,210);
    margin-bottom: 30px;
    position: relative;
    transform: translateX(-10px);
}.our-mission h1::after {
    animation: scale-in 0.5s ease forwards 0.7s;
    position: absolute;
    background: rgb(111,157,186);
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 60px;
    height: 3px;
    content: "";
}.our-mission ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.our-mission li {
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in-up 0.5s ease forwards 0.5s;
    margin-bottom: 20px;
}.our-mission li:last-child {
    animation-delay: 0.7s;
}.our-mission h4 {
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
}.our-mission h4::before {
    top: 50%;
    background: rgb(111,157,186);
    left: -15px;
    animation: scale-in 0.4s ease forwards 0.9s;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    height: 8px;
    transform: translateY(-50%) scale(0);
    content: "";
}.our-mission span {
    column-count: 2;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    display: block;
    color: #000000;
    column-gap: 40px;
}

@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

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

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media screen and (max-width: 1200px) {.our-mission {
    padding: 100px 20px;
}.our-mission .container {
    max-width: 100%;
}.our-mission .info-section {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.our-mission {
    padding: 80px 20px;
}.our-mission .container {
    justify-content: center;
}.our-mission .info-section {
    padding: 30px;
    width: 90%;
}.our-mission span {
    column-count: 1;
}
}

@media screen and (max-width: 768px) {.our-mission {
    padding: 60px 15px;
}.our-mission .info-section {
    padding: 25px;
    width: 100%;
}.our-mission .info-section::before {
    display: none;
}.our-mission h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 25px;
}.our-mission h4 {
    font-size: calc(19px * 0.9);
}.our-mission span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
    padding-left: 10px;
}
}

@media screen and (max-width: 576px) {.our-mission {
    padding: 50px 10px;
}.our-mission .info-section {
    padding: 20px;
}.our-mission h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.75);
}.our-mission h1::after {
    height: 2px;
    width: 50px;
}.our-mission h4 {
    font-size: calc(19px * 0.85);
}.our-mission span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.metrics-summary {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgb(159,191,210,0.5) 100%);
}.metrics-summary::before {
    pointer-events: none;
    position: absolute;
    height: 70%;
    left: -5%;
    top: -10%;
    background: linear-gradient(45deg, rgb(159,191,210) 0%, transparent 80%);
    opacity: 0.07;
    transform: rotate(-15deg) skew(10deg);
    width: 35%;
    content: "";
}.metrics-summary::after {
    opacity: 0.09;
    pointer-events: none;
    background: linear-gradient(210deg, rgb(111,157,186) 0%, transparent 80%);
    width: 40%;
    content: "";
    height: 80%;
    bottom: -10%;
    right: -5%;
    position: absolute;
    transform: rotate(15deg) skew(-10deg);
}.metrics-summary .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.metrics-summary ul {
    margin: 0;
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 0;
}.metrics-summary .program-statistics {
    border-left: 3px solid rgb(159,191,210);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    padding: 1.8rem;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.metrics-summary .program-statistics::before {
    background: linear-gradient(45deg, transparent 0%, rgb(159,191,210,0.5) 100%);
    top: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    width: 100%;
    transition: opacity 0.5s ease;
}.metrics-summary .program-statistics:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 8px 20px rgba(0, 0, 0, 0.07);
}.metrics-summary .program-statistics:hover::before {
    opacity: 0.05;
}.metrics-summary .program-statistics div {
    z-index: 1;
    position: relative;
}.metrics-summary .program-statistics p {
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(159,191,210);
    display: inline-block;
    font-size: calc(34px * 1.2);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    position: relative;
    line-height: 1;
}.metrics-summary .program-statistics:hover p {
    transform: scale(1.05);
}.metrics-summary .program-statistics p::after {
    transition: width 0.4s ease;
    bottom: -0.3rem;
    width: 30%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(111,157,186);
    height: 3px;
}.metrics-summary .program-statistics:hover p::after {
    width: 70%;
}.metrics-summary .program-statistics span {
    transform-origin: left center;
    transition: transform 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: block;
}.metrics-summary .program-statistics:hover span {
    transform: translateX(5px);
}.metrics-summary h4 {
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
    padding-bottom: 1rem;
    margin: 4rem 0 0;
    font-size: 24px;
}.metrics-summary h4::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
    left: 50%;
    content: "";
    bottom: 0;
    position: absolute;
}

@media (max-width: 1200px) {.metrics-summary ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.metrics-summary .program-statistics p {
    font-size: calc(34px * 1.1);
}
}

@media (max-width: 992px) {.metrics-summary {
    padding: 5rem 0;
}.metrics-summary ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.8rem;
}.metrics-summary .program-statistics {
    padding: 1.5rem;
}.metrics-summary .program-statistics p {
    font-size: 34px;
}
}

@media (max-width: 768px) {.metrics-summary {
    padding: 4rem 0;
}.metrics-summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.metrics-summary .program-statistics {
    padding: 1.2rem;
}.metrics-summary .program-statistics p {
    font-size: calc(34px * 0.9);
}.metrics-summary h4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.metrics-summary {
    padding: 3rem 0;
}.metrics-summary ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}.metrics-summary .program-statistics {
    padding: 1rem;
}.metrics-summary .program-statistics p {
    font-size: calc(34px * 0.8);
}.metrics-summary h4 {
    margin-top: 2.5rem;
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 480px) {.metrics-summary ul {
    margin: 0 auto;
    max-width: 280px;
    grid-template-columns: 1fr;
}.metrics-summary .program-statistics {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: none;
}.metrics-summary .program-statistics:hover {
    transform: translateY(-3px);
}.metrics-summary h4 {
    padding: 0 1rem 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.metrics-summary .program-statistics,
    .metrics-summary .program-statistics p,
    .metrics-summary .program-statistics span,
    .metrics-summary .program-statistics::before,
    .metrics-summary .program-statistics p::after {
    transition-duration: 0.1s;
}
}

@media (hover: none) {.metrics-summary .program-statistics:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                    0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.metrics-summary .program-statistics:hover p,
    .metrics-summary .program-statistics:hover span {
    transform: none;
}.metrics-summary .program-statistics:hover p::after {
    width: 30%;
}}.contact-form-section {
    padding: 0;
    position: relative;
}.contact-form-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.92;
    background-color: rgb(210,226,235);
    left: 0;
    top: 0;
}.contact-form-section .container {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}.contact-form-section .connect-box {
    display: flex;
    position: relative;
}.contact-form-section .request-reach {
    background-color: rgb(159,191,210);
    display: flex;
    padding: 80px 50px;
    color: #ffffff;
    width: 40%;
    flex-direction: column;
    justify-content: center;
}.contact-form-section .request-reach h3 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-size: 34px;
}.contact-form-section .request-reach h3::after {
    height: 3px;
    background: #ffffff;
    left: 0;
    content: '';
    bottom: -15px;
    position: absolute;
    width: 60px;
}.contact-form-section .request-reach div {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    display: flex;
}.contact-form-section .request-reach div:last-child {
    border-bottom: none;
}.contact-form-section .request-reach svg {
    width: 25px;
    margin-right: 20px;
    height: 25px;
}.contact-form-section .request-reach svg path {
    fill: #ffffff;
}.contact-form-section .request-reach span {
    font-size: 17px;
    color: #ffffff;
}.contact-form-section .request-reach a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.contact-form-section .request-reach a:hover {
    opacity: 0.8;
}.contact-form-section .connect-card {
    width: 60%;
    display: flex;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    align-items: center;
}.contact-form-section form {
    width: 100%;
}.contact-form-section form h3 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}.contact-form-section form h3::after {
    width: 60px;
    left: 0;
    background: rgb(159,191,210);
    content: '';
    position: absolute;
    bottom: -15px;
    height: 3px;
}.contact-form-section form input[type="text"],
.contact-form-section form input[type="email"] {
    font-size: 17px;
    border: none;
    background: transparent;
    color: #000000;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    padding: 15px 0;
    margin-bottom: 25px;
}.contact-form-section form input[type="text"]:focus,
.contact-form-section form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(159,191,210);
}.contact-form-section form input::placeholder {
    color: #9e9e9e;
}.contact-form-section .query-grid {
    align-items: flex-start;
    display: flex;
    margin: 30px 0;
}.contact-form-section .query-grid input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 20px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    margin-right: 15px;
    appearance: none;
    background: transparent;
    flex-shrink: 0;
    height: 20px;
    transition: all 0.3s ease;
}.contact-form-section .query-grid input[type="checkbox"]:checked {
    background-color: rgb(159,191,210);
    border-color: rgb(159,191,210);
}.contact-form-section .query-grid input[type="checkbox"]:checked::before {
    position: absolute;
    height: 10px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    border: solid white;
    top: 2px;
    left: 6px;
    content: '';
}.contact-form-section .query-grid label {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.contact-form-section .query-grid a {
    color: rgb(159,191,210);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-form-section .query-grid a:hover {
    color: rgb(111,157,186);
}.contact-form-section .help-map {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    padding: 15px 40px;
    border: none;
    display: inline-block;
    font-size: 14px;
    background: rgb(159,191,210);
    font-weight: 600;
}.contact-form-section .help-map::after {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    content: '';
    width: 100%;
    background: rgb(111,157,186);
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    height: 100%;
}.contact-form-section .help-map:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact-form-section .request-reach {
    padding: 60px 30px;
}.contact-form-section .connect-card {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact-form-section .connect-box {
    flex-direction: column;
}.contact-form-section .request-reach {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact-form-section .connect-card {
    width: 100%;
    padding: 50px 30px;
}.contact-form-section .request-reach h3,
    .contact-form-section form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact-form-section .request-reach,
    .contact-form-section .connect-card {
    padding: 40px 25px;
}.contact-form-section .request-reach h3,
    .contact-form-section form h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.contact-form-section .request-reach div {
    margin-bottom: 20px;
}.contact-form-section .help-map {
    padding: 15px 20px;
    width: 100%;
}}.syllabus-ref {
    color: #ffffff;
    z-index: 1;
    padding: 6rem 0 3rem;
    background-attachment: fixed;
    position: relative;
}.syllabus-ref::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(159,191,210,0.5) 100%);
    position: absolute;
    top: 0;
}.syllabus-ref::after {
    width: 100%;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    top: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    content: "";
    position: absolute;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.syllabus-ref .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.syllabus-ref .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.syllabus-ref .company_holder::before,
.syllabus-ref .company_holder::after {
    animation: slide 3s infinite alternate;
    height: 2px;
    width: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(111,157,186), transparent);
    content: "";
    bottom: -1px;
}.syllabus-ref .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.syllabus-ref .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.syllabus-ref .company_holder h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(32px * 1.3);
}.syllabus-ref .company_holder h3::after {
    background: rgb(111,157,186);
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
}.syllabus-ref .access-help {
    font-size: 13px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    max-width: 600px;
    color: #ffffff;
}.syllabus-ref .sample-docs {
    display: flex;
    justify-content: center;
}.syllabus-ref .header-master {
    position: relative;
    display: flex;
    gap: 6rem;
}.syllabus-ref .header-master::before {
    top: -30px;
    left: 50%;
    height: 20px;
    width: 1px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: rgb(159,191,210);
}.syllabus-ref .header-tutor {
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    position: relative;
}.syllabus-ref .header-tutor:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(159,191,210,0.5), 0.1);
    transform: translateY(-5px);
}.syllabus-ref .header-tutor h5 {
    font-size: 17px;
    letter-spacing: 1.5px;
    color: rgb(111,157,186);
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 0.8rem;
    text-transform: uppercase;
}.syllabus-ref .header-tutor .header-master {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: static;
}.syllabus-ref .header-tutor .header-master a {
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    padding: 0.4rem 0;
    text-align: center;
    opacity: 0.75;
    z-index: 1;
    overflow: hidden;
}.syllabus-ref .header-tutor .header-master a::before {
    transform-origin: center;
    transition: transform 0.4s ease;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(159,191,210), transparent);
    left: 0;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
}.syllabus-ref .header-tutor .header-master a:hover {
    opacity: 1;
    color: rgb(111,157,186);
}.syllabus-ref .header-tutor .header-master a:hover::before {
    transform: scaleX(1);
}.abuse-ctrl {
    overflow: hidden;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    margin-top: 4rem;
}.abuse-ctrl::before {
    width: 100%;
    position: absolute;
    content: "";
    animation: bgMove 20s linear infinite;
    left: 0;
    height: 100%;
    opacity: 0.3;
    background-size: 4px 4px;
    top: 0;
    background-image: linear-gradient(45deg, rgba(rgb(159,191,210,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(159,191,210,0.5), 0.05) 50%, rgba(rgb(159,191,210,0.5), 0.05) 75%, transparent 75%, transparent);
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.abuse-ctrl .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.abuse-ctrl .enroll-info {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    font-size: 12px;
    text-align: center;
}.abuse-ctrl .enroll-info::before,
.abuse-ctrl .enroll-info::after {
    margin: 0 0.6rem;
    color: rgb(159,191,210);
    content: "•";
}

@media screen and (max-width: 992px) {.syllabus-ref {
    padding: 4rem 0 2rem;
}.syllabus-ref .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.syllabus-ref .company_holder h3 {
    font-size: 32px;
}.syllabus-ref .header-master {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.syllabus-ref .sample-docs {
    align-items: center;
    flex-direction: column;
}.syllabus-ref .header-master {
    max-width: 450px;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}.syllabus-ref .header-tutor {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.syllabus-ref {
    padding: 3rem 0 1.5rem;
}.syllabus-ref .company_holder h3 {
    font-size: calc(32px * 0.9);
}.syllabus-ref .access-help {
    font-size: calc(13px * 0.9);
}.syllabus-ref .header-tutor {
    padding: 1rem;
}.syllabus-ref .header-tutor h5 {
    font-size: calc(17px * 0.9);
}.abuse-ctrl {
    padding: 1rem 0;
    margin-top: 2rem;
}.abuse-ctrl .enroll-info {
    font-size: calc(12px * 0.9);
}.abuse-ctrl .enroll-info::before,
    .abuse-ctrl .enroll-info::after {
    display: none;
}}.privacy-guardhouse {
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    padding: 2em 3em;
    color: #000000;
}.privacy-guardhouse h1 {
    font-weight: 700;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(159,191,210);
    text-align: left;
    color: rgb(159,191,210);
    margin-bottom: 1em;
    font-size: 48px;
}.privacy-guardhouse h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    font-size: 37px;
    color: rgb(111,157,186);
}.privacy-guardhouse h3,
.privacy-guardhouse h4,
.privacy-guardhouse h5,
.privacy-guardhouse h6 {
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.75em;
}.privacy-guardhouse h3 {
    font-size: calc(24px - 0.2em);
}.privacy-guardhouse h4 {
    font-size: calc(24px - 0.4em);
}.privacy-guardhouse h5 {
    font-size: 24px;
}.privacy-guardhouse h6 {
    font-size: 21px;
}.privacy-guardhouse ul,
.privacy-guardhouse ol {
    padding-left: 2em;
    list-style: none;
    margin: 1em 0;
}.privacy-guardhouse li {
    font-size: 13px;
    margin-bottom: 0.5em;
    color: #000000;
}.privacy-guardhouse p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 1em;
    color: #000000;
}.privacy-guardhouse span {
    color: rgb(159,191,210);
    font-weight: 600;
}.privacy-guardhouse div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.privacy-guardhouse {
    border-radius: 10px;
    padding: 1em 1.5em;
}.privacy-guardhouse h1 {
    font-size: calc(24px - 0.4em);
}.privacy-guardhouse h2 {
    font-size: calc(24px - 0.3em);
}.privacy-guardhouse p,
    .privacy-guardhouse li {
    font-size: calc(13px - 0.1em);
}}
.privacy-guardhouse h1::before {
    background-color: rgb(159,191,210);
    margin-bottom: 0.5em;
    height: 3px;
    display: block;
    width: 50px;
    content: "";
}.privacy-guardhouse h2::before {
    background-color: rgb(111,157,186);
    display: block;
    height: 3px;
    margin-bottom: 0.5em;
    width: 30px;
    content: "";
}.privacy-guardhouse ul li::before,
.privacy-guardhouse ol li::before {
    height: 6px;
    margin-right: 0.5em;
    border-radius: 50%;
    background-color: rgb(159,191,210);
    width: 6px;
    content: "";
    display: inline-block;
}.privacy-guardhouse a {
    color: rgb(159,191,210);
    text-decoration: none;
    border-bottom: 1px solid rgb(159,191,210);
}.privacy-guardhouse a:hover {
    color: rgb(111,157,186);
    border-bottom: 1px solid rgb(111,157,186);
}.privacy-guardhouse blockquote {
    font-style: normal;
    border-left: 4px solid rgb(159,191,210);
    margin: 1em 0;
    padding: 1em;
    background-color: rgb(111,157,186,0.5);
    color: #000000;
}header {
    width: 100%;
    background: rgb(210,226,235);
    z-index: 100;
    padding: 0;
    position: relative;
}header::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(159,191,210,0.5) 0%, 
        transparent 60%, 
        rgb(111,157,186,0.5) 100%);
}header .container {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}header .head-know {
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem 3%;
    justify-content: space-between;
    align-items: center;
}header .main-pro {
    position: relative;
    padding: 0.6rem;
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-right: 1rem;
}header .main-pro::after {
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    bottom: 0;
    transform: scaleX(0.7);
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
}header .main-pro:hover::after {
    transform: scaleX(1);
}header .main-pro svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .main-pro:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header-tutor {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    border-radius: 10px;
    gap: 0.4rem;
}header .head-top {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    z-index: 1;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}header .head-top::after {
    width: 100%;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
    content: '';
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
}header .head-top:hover {
    color: rgb(159,191,210);
    background: rgba(255, 255, 255, 0.7);
}header .head-top:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .head-know {
    padding: 0.7rem 2.5%;
}header .main-pro svg {
    width: 130px;
}header .header-tutor {
    gap: 0.35rem;
    padding: 0.4rem;
}header .head-top {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .head-know {
    justify-content: center;
    padding: 0.7rem 2%;
}header .main-pro {
    margin: 0 0 0.6rem 0;
}header .main-pro svg {
    width: 120px;
}header .header-tutor {
    width: 100%;
    justify-content: center;
}header .head-top {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .head-know {
    padding: 0.6rem 1.5%;
}header .main-pro svg {
    width: 110px;
}header .header-tutor {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header-tutor::-webkit-scrollbar {
    height: 2px;
}header .header-tutor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,191,210);
}header .head-top {
    flex-shrink: 0;
    white-space: nowrap;
}}#cookiePromptModal {
    display: none;
}#cookiePromptModal:checked ~ .cookie-warning-notice {
    opacity: 0;
    visibility: hidden;
}.cookie-warning-notice {
    z-index: 90;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(111,157,186);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(159,191,210);
    font-family: Arial, sans-serif;
    position: fixed;
}.cookie-hide {
    display: flex;
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
    border: 2px dashed rgb(159,191,210);
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
}.cookie-warning-notice h5 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    color: rgb(159,191,210);
    letter-spacing: 1.5px;
}.cookie-warning-notice p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}.cookie-none {
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    background: rgb(159,191,210,0.5);
    margin-right: 20px;
}.cookie-none svg {
    width: 60px;
    fill: rgb(159,191,210);
    height: 60px;
}.privacy-notify {
    white-space: nowrap;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 10px 20px;
    min-width: 140px;
    cursor: pointer;
    border: 2px solid rgb(159,191,210);
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
    line-height: 40px;
    flex-shrink: 0;
    background: rgb(159,191,210);
}.privacy-notify:hover {
    box-shadow: 0 0 10px rgb(111,157,186);
    background-color: rgb(111,157,186);
}.cookie_button.cookie-visitor {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(111,157,186);
}.cookie_button.cookie-visitor:hover {
    box-shadow: 0 0 10px rgb(111,157,186);
}.cookie-warning-notice p a {
    transition: color 0.3s ease;
    color: rgb(159,191,210);
    text-decoration: none;
    border-bottom: 1px dashed rgb(159,191,210);
}.cookie-warning-notice p a:hover {
    color: rgb(111,157,186);
}
@media only screen and (max-width: 1200px) {.cookie-warning-notice {
    padding: 15px 0;
}.cookie-hide {
    padding: 15px 5%;
}.cookie-none {
    display: none;
}.cookie-hide {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-warning-notice h5 {
    font-size: 17px;
    margin-bottom: 10px;
}.cookie-control {
    margin-bottom: 15px;
}.privacy-notify {
    margin: 10px 0;
    min-width: 100%;
}
}
