﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.grid-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.head_learn {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1212px;
}::-webkit-scrollbar {
    background: rgb(102,168,152,0.5);
    width: 8px;
    padding: 1px;
    scroll-behavior: auto;
}::-webkit-scrollbar-button {
    height: 8px;
    width: 8px;
    border-radius: 3px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(200,229,216);
    border: 1px groove rgb(102,168,152,0.5);
    box-shadow: inset -5px 1px 7px 4px rgba(0, 0, 0, 0.3);
    border-radius: 7.2rem;
}::-webkit-scrollbar-track:active {
    background: rgb(200,229,216);
}::-webkit-scrollbar-thumb {
    box-shadow: -5px 5px 1px 4px rgba(0, 0, 0, 0.8);
    border-radius: 3.5vh;
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(152,201,183);
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.donate_books {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.overlayConsentSettings {
    bottom: 0;
    z-index: 90;
    transform: translateY(100%);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(102,168,152);
    width: 100%;
    animation: slideUp 0.5s forwards;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    background: rgb(102,168,152);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie_popupdialog {
    display: none;
}#cookie_popupdialog:checked ~ .overlayConsentSettings {
    visibility: hidden;
    opacity: 0;
}.user_status {
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}.overlayConsentSettings h5 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}.overlayConsentSettings p {
    font-size: 17px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.web_cookies {
    filter: drop-shadow(0 0 10px rgb(152,201,183));
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 15px;
}.web_cookies svg {
    fill: rgb(152,201,183);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.web_cookies:hover svg {
    transform: scale(1.1);
}.cookie_edu {
    box-shadow: 0 0 15px rgb(152,201,183);
    border-radius: 25px;
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    margin-left: 10px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    white-space: nowrap;
    font-size: 19px;
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    line-height: 40px;
    color: #000000;
    padding: 10px 20px;
}.cookie_edu:hover {
    box-shadow: 0 0 20px rgb(102,168,152);
}.cookie_button.track_accept {
    color: #ffffff;
    border: 2px solid rgb(102,168,152);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.track_accept:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(102,168,152);
}.overlayConsentSettings p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(152,201,183);
}.overlayConsentSettings p a:hover {
    color: rgb(102,168,152);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings {
    padding: 15px 0;
}.user_status {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.web_cookies {
    display: none;
}.user_status {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.overlayConsentSettings h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.tracking_policy {
    margin-bottom: 15px;
}.cookie_edu {
    min-width: 100%;
    margin: 10px 0;
}}
.welcome {
    align-items: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.welcome .snapshot {
    left: 0;
    z-index: 1;
    transform: scale(1.05);
    opacity: 0.4;
    width: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease;
    height: 100%;
}.welcome:hover .snapshot {
    opacity: 0.5;
    transform: scale(1.02);
}.welcome .study_track {
    margin: 0 auto;
    padding: 2rem;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}.welcome h1 {
    position: relative;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInTitle 0.8s forwards 0.2s;
    padding: 0;
    letter-spacing: 2px;
}.welcome h1::after {
    width: 0;
    content: "";
    background: rgb(152,201,183);
    position: absolute;
    bottom: -15px;
    height: 4px;
    animation: lineGrow 1.2s forwards 0.8s;
    left: 0;
}.welcome .text_wrapper {
    animation: fadeUp 0.8s forwards 0.5s;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.02) 100%);
    padding: 2.5rem;
    gap: 2rem;
    border-left: 3px solid rgb(152,201,183);
    backdrop-filter: blur(8px);
    opacity: 0;
    display: flex;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: translateY(20px);
}.welcome .text_wrapper p {
    font-size: calc(16px * 1.2);
    line-height: 1.6;
    padding-left: 20px;
    max-width: 650px;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    margin: 0;
}.welcome .text_wrapper p::before {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    height: 8px;
    left: 0;
    top: 50%;
    background: rgb(152,201,183);
    content: "";
    width: 8px;
}.welcome .class_online {
    align-items: center;
    display: flex;
    margin: 1rem 0;
    justify-content: center;
}.welcome .class_online svg {
    animation: floatSVG 4s ease-in-out infinite;
    transform: translateY(0px);
    height: 180px;
    width: 180px;
    filter: drop-shadow(0 8px 10px rgba(0,0,0,0.2));
}.welcome .class_online svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.welcome .class_online:hover svg path {
    fill: rgb(152,201,183);
}.welcome .class_online svg text {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.welcome .class_online:hover svg text {
    fill: #ffffff;
}.welcome h6 {
    opacity: 0;
    margin: 0;
    animation: scaleIn 0.5s forwards 1s;
    text-align: center;
    transform: scale(0.95);
}.welcome h6 .reach_message {
    padding: 1rem 2.5rem;
    z-index: 1;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    letter-spacing: 1px;
    font-size: 17px;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(152,201,183) 0%, rgb(102,168,152) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
}.welcome h6 .reach_message::before {
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(45deg, rgb(102,168,152) 0%, rgb(152,201,183) 100%);
    z-index: -1;
    transform-origin: right;
    width: 100%;
    top: 0;
}.welcome h6 .reach_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}.welcome h6 .reach_message:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 120px;
    }
}

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

@keyframes scaleIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floatSVG {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(1deg);
    }
}

@media (max-width: 991px) {.welcome .study_track {
    gap: 1.5rem;
    padding: 1.5rem;
}.welcome h1 {
    font-size: calc(46px * 0.9);
}.welcome .text_wrapper {
    padding: 2rem;
}.welcome .class_online svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.welcome .study_track {
    gap: 1.25rem;
    padding: 1.25rem;
}.welcome h1 {
    font-size: calc(46px * 0.8);
}.welcome h1::after {
    height: 3px;
    bottom: -10px;
}.welcome .text_wrapper {
    gap: 1.5rem;
    padding: 1.5rem;
}.welcome .text_wrapper p {
    font-size: 16px;
}.welcome .class_online svg {
    width: 130px;
    height: 130px;
}.welcome h6 .reach_message {
    padding: 0.75rem 2rem;
}
}

@media (max-width: 576px) {.welcome .snapshot {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.welcome .study_track {
    padding: 1rem;
    gap: 1rem;
}.welcome h1 {
    font-size: calc(46px * 0.7);
    letter-spacing: 1px;
}.welcome .text_wrapper {
    gap: 1.25rem;
    padding: 1.25rem;
}.welcome .text_wrapper p {
    font-size: calc(16px * 0.9);
    padding-left: 15px;
}.welcome .class_online svg {
    width: 110px;
    height: 110px;
}.welcome h6 .reach_message {
    padding: 0.7rem 1.5rem;
    font-size: calc(17px * 0.9);
}}.learning_system {
    background: linear-gradient(135deg, rgb(200,229,216) 0%, rgba(249, 249, 249, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.learning_system::before {
    background-image: 
        linear-gradient(30deg, rgb(152,201,183,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(152,201,183,0.5) 1px, transparent 1px);
    animation: patternMove 60s linear infinite;
    width: 100%;
    z-index: 1;
    content: "";
    background-size: 50px 50px;
    opacity: 0.15;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.learning_system::after {
    top: -10%;
    z-index: 0;
    position: absolute;
    right: -5%;
    width: 30%;
    filter: blur(70px);
    opacity: 0.1;
    background: linear-gradient(
        45deg,
        rgb(152,201,183,0.5) 0%,
        rgb(102,168,152,0.5) 50%,
        transparent 100%
    );
    pointer-events: none;
    height: 60%;
    transform: rotate(-5deg);
    content: "";
}.learning_system .study_track {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
}.learning_system h2 {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    color: #000000;
    text-align: left;
    line-height: 1.2;
    transform: translateX(0);
    font-size: 29px;
}.learning_system h2::after {
    width: 80px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    transform: scaleX(1);
    height: 3px;
    content: "";
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(152,201,183) 0%, rgb(102,168,152) 100%);
    transform-origin: left center;
}.learning_system:hover h2::after {
    transform: scaleX(1.5);
}.learning_system .text_wrapper {
    background: #ffffff;
    position: relative;
    padding: 40px;
    z-index: 2;
    transform: translateY(0) perspective(1000px) rotateX(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    border-left: 6px solid rgb(152,201,183);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    overflow: hidden;
}.learning_system .text_wrapper::before {
    opacity: 0.8;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(152,201,183,0.5), 0.02) 50%, transparent 52%);
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    z-index: -1;
}.learning_system .text_wrapper:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
}.learning_system .text_wrapper:hover::before {
    opacity: 0.3;
}.learning_system p {
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    transition: transform 0.3s ease;
    z-index: 3;
    color: #000000;
    margin: 0;
}.learning_system .text_wrapper::after {
    background: linear-gradient(45deg, transparent, rgb(152,201,183,0.5) 70%);
    height: 160px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
    width: 160px;
    top: -80px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    content: "";
    right: -80px;
    position: absolute;
}.learning_system .text_wrapper:hover::after {
    transform: scale(1.2) rotate(10deg);
}

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

@media (max-width: 991px) {.learning_system {
    padding: 80px 0;
}.learning_system h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.learning_system .text_wrapper {
    padding: 30px;
}
}

@media (max-width: 767px) {.learning_system {
    padding: 60px 0;
}.learning_system h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: calc(29px * 0.85);
}.learning_system h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.learning_system:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.learning_system .text_wrapper {
    padding: 25px 20px;
    border-left: none;
    border-top: 4px solid rgb(152,201,183);
}.learning_system p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.learning_system {
    padding: 50px 0;
}.learning_system h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.75);
}.learning_system .text_wrapper {
    padding: 20px 15px;
}.learning_system p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}

@media (min-width: 1400px) {.learning_system .study_track {
    max-width: 1320px;
}.learning_system h2 {
    font-size: calc(29px * 1.1);
}.learning_system .text_wrapper {
    padding: 50px;
}}.secure_hideout {
    padding: 5rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(135deg, rgb(200,229,216) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.secure_hideout::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,201,183) 0%, rgb(102,168,152) 100%);
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    height: 5px;
}.secure_hideout::after {
    top: -150px;
    content: "";
    border-radius: 50%;
    right: -150px;
    background: radial-gradient(circle, rgb(102,168,152,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    height: 300px;
    mix-blend-mode: overlay;
    width: 300px;
}.secure_hideout .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.secure_hideout h1 {
    color: rgb(152,201,183);
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(44px * 1.1);
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateZ(0);
    position: relative;
}.secure_hideout h1::after {
    height: 3px;
    bottom: -10px;
    position: absolute;
    background: rgb(102,168,152);
    transform-origin: left;
    content: "";
    width: 60%;
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.secure_hideout h1:hover {
    transform: translateY(-2px);
}.secure_hideout h1:hover::after {
    width: 100%;
}.secure_hideout h2 {
    padding-left: 15px;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    border-left: 4px solid rgb(102,168,152);
}.secure_hideout h3 {
    margin: 2rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    border-left: 3px solid rgb(102,168,152,0.5);
    font-size: calc(35px * 0.85);
    padding-left: 12px;
}.secure_hideout h4 {
    border-left: 2px solid rgb(102,168,152,0.5);
    padding-left: 10px;
    font-weight: 600;
    font-size: calc(35px * 0.7);
    margin: 1.75rem 0 1rem;
    color: #000000;
}.secure_hideout p {
    line-height: 1.8;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 12px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
}.secure_hideout p:hover {
    transform: translateX(5px);
}.secure_hideout p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.secure_hideout p strong::after {
    content: "";
    transform: scaleX(0);
    background: rgb(102,168,152);
    transition: transform 0.3s ease;
    width: 100%;
    bottom: -2px;
    left: 0;
    transform-origin: left;
    height: 1px;
    position: absolute;
}.secure_hideout p:hover strong::after {
    transform: scaleX(1);
}.secure_hideout span {
    margin-bottom: 1.5rem;
    border-left: 1px solid rgb(102,168,152,0.5);
    padding-left: 15px;
    font-style: italic;
    font-size: calc(12px * 0.95);
    color: #000000;
    line-height: 1.7;
    display: block;
}.secure_hideout ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
}.secure_hideout li {
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 12px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}.secure_hideout li::before {
    border-radius: 2px;
    left: 0;
    position: absolute;
    background: rgb(102,168,152);
    content: "";
    width: 8px;
    transform: rotate(45deg);
    top: 0.75rem;
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}.secure_hideout li:hover::before {
    transform: rotate(135deg);
    background: rgb(152,201,183);
}

@media (min-width: 768px) {.secure_hideout {
    padding: 7rem 3rem;
}.secure_hideout .container {
    padding: 0 2rem;
}.secure_hideout h1 {
    margin-bottom: 3rem;
    font-size: calc(44px * 1.2);
}.secure_hideout h2 {
    margin: 3.5rem 0 2rem;
    padding-left: 20px;
    font-size: calc(35px * 1.1);
}.secure_hideout h3 {
    font-size: calc(35px * 0.9);
    padding-left: 16px;
}.secure_hideout h4 {
    padding-left: 12px;
    font-size: calc(35px * 0.75);
}.secure_hideout p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.secure_hideout span {
    font-size: 12px;
    padding-left: 20px;
}.secure_hideout ul {
    margin-left: 2rem;
}.secure_hideout li {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.secure_hideout li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.secure_hideout {
    padding: 8rem 0;
}.secure_hideout::after {
    right: -150px;
    width: 400px;
    height: 400px;
    top: -200px;
}.secure_hideout .container {
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0.5deg);
    transition: transform 0.5s ease;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    padding: 4rem;
}.secure_hideout .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.secure_hideout h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.3);
}.secure_hideout h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(35px * 1.15);
}.secure_hideout p {
    max-width: 80ch;
    margin-left: 1rem;
}.secure_hideout ul {
    margin-left: 3rem;
}.secure_hideout li {
    transition: transform 0.3s ease;
}.secure_hideout li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.secure_hideout {
    padding: 4rem 1.5rem;
}.secure_hideout h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.9);
}.secure_hideout h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.95);
}.secure_hideout h3, .secure_hideout h4 {
    font-size: calc(35px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.secure_hideout p, .secure_hideout span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure_hideout ul {
    margin-left: 0;
}.secure_hideout li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}}.pricing_list_item {
    background: linear-gradient(135deg, rgb(200,229,216) 0%, rgb(102,168,152,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.pricing_list_item::before {
    z-index: 1;
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(152,201,183), 0.03) 40px, rgba(rgb(152,201,183), 0.03) 80px);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.pricing_list_item .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.pricing_list_item .member_fees {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.pricing_list_item .member_plans {
    padding: 2rem;
    transform: translateY(0);
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    position: relative;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}.pricing_list_item .member_plans:hover {
    transform: translateY(-5px);
}.pricing_list_item .member_plans h2 {
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1rem;
    font-size: 35px;
}.pricing_list_item .member_plans h2::after {
    bottom: -10px;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    height: 3px;
    transform: scaleX(1);
    background: rgb(152,201,183);
    transform-origin: left;
    width: 80px;
    content: "";
}.pricing_list_item .member_plans:hover h2::after {
    transform: scaleX(1.5);
}.pricing_list_item .rate_packages {
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 16px;
    margin-top: 1.5rem;
}.pricing_list_item .training_sub {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_list_item .fee_chart {
    display: block;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_list_item .fee_chart:hover {
    transform: translateY(-8px);
}.pricing_list_item .learning_packages {
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    height: 100%;
    position: relative;
    transition: box-shadow 0.4s ease;
    display: flex;
}.pricing_list_item .fee_chart:hover .learning_packages {
    box-shadow: 0 15px 35px rgba(rgb(152,201,183,0.5), 0.15);
}.pricing_list_item .learning_pricing {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 280px;
}.pricing_list_item .learning_pricing h3 {
    font-weight: 600;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    line-height: 1.3;
    margin-bottom: 1rem;
    position: relative;
}.pricing_list_item .plan_rates {
    position: relative;
    font-weight: 700;
    display: block;
    font-size: calc(18px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    color: rgb(152,201,183);
}.pricing_list_item .plan_rates::before {
    position: absolute;
    content: "";
    background: rgb(102,168,152);
    height: 2px;
    bottom: -10px;
    left: 0;
    width: 40px;
}.pricing_list_item .learning_pricing p {
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    word-break: break-word;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.pricing_list_item .snapshot {
    width: 100%;
    position: relative;
    height: 220px;
    transform: scale(1);
    transition: transform 0.6s ease-out;
}.pricing_list_item .snapshot::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
}.pricing_list_item .fee_chart:hover .snapshot {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_list_item .training_sub {
    grid-template-columns: repeat(2, 1fr);
}.pricing_list_item .member_plans {
    padding: 3rem;
}
}

@media (min-width: 992px) {.pricing_list_item .member_fees {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.pricing_list_item .member_plans {
    width: 35%;
    margin: 0;
}.pricing_list_item .training_sub {
    width: 65%;
}
}

@media (min-width: 1200px) {.pricing_list_item .training_sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_list_item .learning_pricing {
    padding: 2.5rem;
}.pricing_list_item .member_plans h2 {
    font-size: calc(35px + 0.2rem);
}.pricing_list_item .snapshot {
    height: 250px;
}
}

@media (max-width: 767px) {.pricing_list_item {
    padding: 4rem 0;
}.pricing_list_item .learning_pricing {
    min-height: 240px;
    padding: 1.5rem;
}.pricing_list_item .snapshot {
    height: 180px;
}.pricing_list_item .member_plans {
    padding: 1.5rem;
}.pricing_list_item .member_plans h2 {
    font-size: calc(35px - 0.2rem);
}.pricing_list_item .rate_packages {
    font-size: calc(16px - 0.1rem);
}}.course_instructor {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(200,229,216) 0%, rgb(152,201,183,0.5) 100%);
    padding: 6rem 0;
}.course_instructor::before {
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(102,168,152,0.5) 0%, transparent 25%, rgb(152,201,183,0.5) 50%, transparent 75%, rgb(102,168,152,0.5) 100%);
}.course_instructor .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.course_instructor .opinion_corner {
    gap: 1.5rem;
    grid-template-areas:
        "photo quote"
        "info quote";
    display: grid;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    transition: transform 0.5s ease;
    grid-template-columns: 300px 1fr;
    border-radius: 30px;
    transform: rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(102,168,152,0.5),
                0 10px 0 -5px rgb(152,201,183,0.5);
    backdrop-filter: blur(10px);
    grid-template-rows: auto auto;
    position: relative;
    padding: 3rem;
}.course_instructor .opinion_corner:hover {
    transform: rotateY(0);
}.course_instructor .snapshot {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(152,201,183,0.5);
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 220px;
    grid-area: photo;
    height: 220px;
    transform: translateZ(30px);
}.course_instructor .opinion_corner:hover .snapshot {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(152,201,183);
}.course_instructor .name {
    font-size: 34px;
    grid-area: info;
    color: #000000;
    transform: translateZ(20px);
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.course_instructor .opinion_corner span:not(.name) {
    grid-area: info;
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-top: 3.5rem;
    color: rgb(152,201,183);
    transform: translateZ(15px);
}.course_instructor .career_record {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    padding: 1.5rem 2rem;
    font-weight: 400;
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 0 30px 30px 0;
    font-size: calc(15px * 1.1);
    color: #000000;
    border-left: 4px solid rgb(102,168,152);
    grid-area: quote;
    position: relative;
    line-height: 1.6;
}.course_instructor .career_record::before {
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    background-size: 200% 200%;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(102,168,152,0.5) 40%, rgb(102,168,152,0.5) 60%, transparent 60%);
    animation: shimmer 3s infinite linear;
    opacity: 0.2;
    width: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.course_instructor .opinion_corner {
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "snapshot"
            "query_map"
            "career_record";
    grid-template-columns: 1fr;
}.course_instructor .snapshot {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.course_instructor .name,
    .course_instructor .opinion_corner span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.course_instructor .opinion_corner span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.course_instructor {
    padding: 4rem 0;
}.course_instructor .opinion_corner {
    transform: none;
    padding: 1.5rem;
}.course_instructor .snapshot {
    width: 140px;
    height: 140px;
}.course_instructor .career_record {
    padding: 1rem;
    font-size: 15px;
}}.find_support {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: rgb(200,229,216);
}.find_support::before {
    opacity: 0.2;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(152,201,183,0.5) 0%, transparent 30%);
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}.find_support .container {
    position: relative;
    z-index: 1;
}.find_support .send_message {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 18px;
}.find_support .send_message::before {
    height: 8px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    width: 100%;
    left: 0;
    position: absolute;
}.find_support .send_message h2 {
    padding: 40px 40px 20px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid rgb(200,229,216);
    font-size: 29px;
}.find_support .send_message > p {
    margin: 0;
    font-size: 12px;
    padding: 20px 40px;
    line-height: 1.6;
    border-bottom: 1px solid rgb(200,229,216);
    color: #000000;
}.find_support .send_message > p:last-of-type {
    display: flex;
    align-items: center;
    border-bottom: none;
    background: rgb(200,229,216);
    padding: 20px 40px;
    font-weight: 600;
    color: #000000;
}.find_support .send_message > p:last-of-type svg {
    height: 18px;
    margin-right: 12px;
    width: 18px;
}.find_support .send_message > p:last-of-type svg path {
    fill: rgb(152,201,183);
}.find_support .message_page {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
}.find_support .get_support {
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    border-right: 1px solid rgb(200,229,216);
}.find_support .get_support:last-child {
    border-right: none;
}.find_support .get_support::before {
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    background: rgb(152,201,183);
    content: "";
    bottom: 0;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    transform-origin: center;
}.find_support .get_support:hover::before {
    transform: scaleX(1);
}.find_support .get_support svg {
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
}.find_support .get_support svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.find_support .get_support:hover svg {
    transform: translateY(-5px);
}.find_support .get_support:hover svg path {
    fill: rgb(152,201,183);
}.find_support .get_support::after {
    bottom: 10px;
    color: #000000;
    left: 50%;
    content: attr(title);
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    font-weight: 600;
    transform: translateX(-50%) translateY(10px);
    font-size: 16px;
}.find_support .get_support:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.find_support .send_message::after {
    height: 200px;
    bottom: -100px;
    border-radius: 50%;
    content: "";
    position: absolute;
    filter: blur(30px);
    background: rgb(102,168,152,0.5);
    opacity: 0.1;
    width: 200px;
    right: -100px;
}

@media (max-width: 992px) {.find_support .send_message h2 {
    padding: 30px 30px 15px;
    font-size: calc(29px - 4px);
}.find_support .send_message > p {
    padding: 15px 30px;
}.find_support .send_message > p:last-of-type {
    padding: 15px 30px;
}.find_support .get_support {
    padding: 20px;
}.find_support .get_support svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 768px) {.find_support {
    padding: 60px 0;
}.find_support .send_message h2 {
    font-size: calc(29px - 6px);
    padding: 25px 20px 15px;
}.find_support .send_message > p {
    padding: 15px 20px;
}.find_support .send_message > p:last-of-type {
    padding: 15px 20px;
}.find_support .message_page {
    grid-template-columns: 1fr;
}.find_support .get_support {
    border-bottom: 1px solid rgb(200,229,216);
    border-right: none;
    padding: 20px;
}.find_support .get_support:last-child {
    border-bottom: none;
}.find_support .get_support svg {
    height: 28px;
    width: 28px;
}.find_support .get_support::after {
    font-size: 16px;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    margin-top: 8px;
    position: static;
    display: block;
}
}

@media (max-width: 576px) {.find_support {
    padding: 40px 0;
}.find_support .send_message h2 {
    font-size: calc(29px - 8px);
    padding: 20px 15px 10px;
}.find_support .send_message > p {
    font-size: calc(12px - 1px);
    padding: 10px 15px;
}.find_support .send_message > p:last-of-type {
    padding: 10px 15px;
}.find_support .get_support {
    padding: 15px;
}.find_support .get_support svg {
    width: 24px;
    height: 24px;
}
}

@media (prefers-reduced-motion) {.find_support .get_support:hover svg {
    transform: none;
}.find_support .send_message::after {
    animation: none;
}}.course_offering {
    background: rgb(200,229,216);
    overflow: hidden;
    z-index: 1;
    padding: 90px 0;
    position: relative;
}.course_offering::before {
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(152,201,183,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(102,168,152,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    opacity: 0.25;
    position: absolute;
    z-index: -1;
}.course_offering::after {
    content: "";
    opacity: 0.2;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,201,183,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(102,168,152,0.5) 0%, transparent 40%);
    height: 100%;
    top: 0;
}.course_offering .container {
    z-index: 2;
    max-width: 1000px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.course_offering .study_track {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 40px;
}.course_offering .snapshot {
    position: relative;
    transform: translateZ(0);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    border-radius: 26px;
    height: 450px;
}.course_offering .snapshot:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.course_offering .snapshot::before {
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(152,201,183,0.5) 100%);
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.7;
}.course_offering .snapshot::after {
    content: "";
    opacity: 0.05;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(152,201,183,0.5) 20px, 
            rgb(152,201,183,0.5) 21px
        );
    z-index: 1;
    inset: 0;
}.course_offering .learn_career {
    border-radius: 26px;
    z-index: 1;
    padding: 40px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course_offering .learn_career:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_offering .learn_career::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, 
                rgb(152,201,183), 
                rgb(102,168,152));
    border-radius: 26px 26px 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.course_offering .learn_career::after {
    bottom: -5px;
    width: 90%;
    position: absolute;
    height: 10px;
    border-radius: 0 0 50% 50%;
    background: #ffffff;
    content: "";
    z-index: -1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 5%;
}.course_offering .main_pagewrap {
    border-radius: 10px;
    background: rgb(200,229,216);
    margin-bottom: 25px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: inline-flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_offering .main_pagewrap:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.course_offering .main_pagewrap::after {
    position: absolute;
    opacity: 0.5;
    inset: 0;
    border: 1px dashed rgb(152,201,183,0.5);
    content: "";
    border-radius: 10px;
}.course_offering .main_pagewrap svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 80px;
}.course_offering .main_pagewrap:hover svg {
    transform: scale(1.05);
}.course_offering .main_pagewrap svg path {
    fill: rgb(152,201,183);
    transition: fill 0.3s ease;
}.course_offering .main_pagewrap:hover svg path {
    fill: rgb(102,168,152);
}.course_offering .learn_career h3 {
    font-family: Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.course_offering .learn_career h3::after {
    width: 50px;
    left: 0;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    background: rgb(152,201,183);
    bottom: 0;
    height: 3px;
}.course_offering .learn_career:hover h3::after {
    width: 100px;
}.course_offering .learn_career p {
    font-size: 18px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_offering {
    padding: 80px 0;
}.course_offering .snapshot {
    height: 400px;
}.course_offering .learn_career {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_offering {
    padding: 70px 0;
}.course_offering .snapshot {
    height: 350px;
}.course_offering .learn_career {
    padding: 30px;
}.course_offering .main_pagewrap {
    padding: 12px;
}.course_offering .main_pagewrap svg {
    width: 70px;
}
}

@media (max-width: 767px) {.course_offering {
    padding: 60px 0;
}.course_offering .study_track {
    gap: 30px;
}.course_offering .snapshot {
    height: 300px;
}.course_offering .learn_career {
    padding: 25px;
}.course_offering .main_pagewrap {
    padding: 10px;
    margin-bottom: 20px;
}.course_offering .main_pagewrap svg {
    width: 60px;
}.course_offering .learn_career h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 12px;
}
}

@media (max-width: 576px) {.course_offering {
    padding: 50px 0;
}.course_offering .study_track {
    gap: 25px;
}.course_offering .snapshot {
    height: 250px;
}.course_offering .learn_career {
    padding: 20px;
}.course_offering .main_pagewrap {
    padding: 8px;
    margin-bottom: 15px;
}.course_offering .main_pagewrap svg {
    width: 50px;
}.course_offering .learn_career h3 {
    font-size: calc(35px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 12px;
}}.ty_content {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(152,201,183,0.5), rgb(102,168,152,0.5));
    position: relative;
}.ty_content::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}.ty_content::after {
    transform: rotate(35deg) scale(2);
    right: -50%;
    animation: shimmer 8s infinite linear;
    height: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    top: -50%;
    background: linear-gradient(45deg, transparent, rgb(152,201,183,0.5), transparent);
    z-index: 0;
}.ty_content .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.ty_content .study_track {
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(152,201,183),0.05);
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    backdrop-filter: blur(10px);
}.ty_content .study_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(152,201,183),0.08);
}.ty_content .study_track::before {
    left: 20px;
    position: absolute;
    height: 10px;
    opacity: 0.4;
    background: rgb(152,201,183);
    z-index: -1;
    top: -10px;
    filter: blur(10px);
    right: 20px;
    content: "";
}.ty_content .study_track > div:first-child {
    position: relative;
    padding-bottom: 30px;
}.ty_content .study_track > div:first-child::after {
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    left: 0;
    height: 3px;
    width: 80px;
    transition: transform 0.4s ease;
    position: absolute;
    bottom: 0;
    transform-origin: left center;
    content: "";
}.ty_content .study_track:hover > div:first-child::after {
    transform: scaleX(1.5);
}.ty_content h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    letter-spacing: -0.01em;
    margin: 0 0 15px;
    color: #000000;
}.ty_content h5::before {
    width: 10px;
    height: 10px;
    left: -20px;
    position: absolute;
    top: 50%;
    opacity: 0.8;
    background: rgb(152,201,183);
    transform: translateY(-50%) rotate(45deg);
    content: "";
    transition: transform 0.3s ease;
}.ty_content .study_track:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.ty_content a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.ty_content a:hover {
    transform: translateX(5px);
}.ty_content p {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
    margin: 0;
}.ty_content a:hover p {
    color: rgb(152,201,183);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.ty_content .study_track {
    align-items: center;
    padding: 80px 70px;
    flex-direction: row;
}.ty_content .study_track > div:first-child {
    padding-bottom: 0;
    flex: 0 0 40%;
    padding-right: 50px;
}.ty_content .study_track > div:first-child::after {
    left: auto;
    height: 80px;
    right: 0;
    width: 3px;
    transform-origin: center top;
    bottom: auto;
    top: 50%;
}.ty_content .study_track:hover > div:first-child::after {
    transform: scaleY(1.5);
}.ty_content h5 {
    margin-bottom: 0;
    font-size: calc(20px * 1.1);
}.ty_content h5::before {
    width: 15px;
    left: -30px;
    height: 15px;
}.ty_content a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.ty_content {
    padding: 80px 0;
}.ty_content .study_track {
    padding: 50px 35px;
}.ty_content h5 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 767px) {.ty_content {
    padding: 60px 0;
}.ty_content .study_track {
    gap: 30px;
    padding: 40px 25px;
}.ty_content h5 {
    font-size: calc(20px * 0.9);
}.ty_content p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.ty_content .study_track > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.ty_content {
    padding: 50px 0;
}.ty_content .study_track {
    gap: 25px;
    padding: 30px 20px;
}.ty_content h5 {
    font-size: calc(20px * 0.85);
}.ty_content p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.ty_content .study_track > div:first-child {
    padding-bottom: 15px;
}.ty_content .study_track > div:first-child::after {
    width: 60px;
}}.future_members {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(200,229,216);
}.future_members::before {
    height: 200%;
    top: -50%;
    left: -30%;
    width: 80%;
    background: rgb(152,201,183,0.5);
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.08;
    transform: rotate(-30deg);
}.future_members::after {
    height: 200%;
    transform: rotate(-30deg);
    position: absolute;
    width: 80%;
    right: -30%;
    bottom: -50%;
    background: rgb(102,168,152,0.5);
    content: "";
    z-index: 1;
    opacity: 0.08;
}.future_members .container {
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.future_members .study_track {
    position: relative;
}.future_members h4 {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    font-size: 29px;
}.future_members h4::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(152,201,183,0.5), transparent);
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    animation: shimmer 3s infinite;
    left: -100%;
}.future_members h4::after {
    bottom: 0;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 3px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    content: "";
    left: 50%;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.future_members div > div {
    gap: 20px;
    perspective: 1000px;
    display: flex;
    flex-wrap: wrap;
}.future_members p {
    margin: 0;
    transition: all 0.4s ease;
    font-size: 12px;
    display: flex;
    min-height: 100px;
    color: #000000;
    width: calc(33.333% - 20px);
    background: #ffffff;
    transform-style: preserve-3d;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    align-items: center;
    padding: 0;
    position: relative;
}.future_members p::before {
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(200,229,216) 100%);
    opacity: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.future_members p::after {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    width: 4px;
    background: rgb(152,201,183);
    transition: width 0.3s ease;
    left: 0;
}.future_members p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(5deg);
}.future_members p:hover::before {
    opacity: 1;
}.future_members p:hover::after {
    width: 8px;
}.future_members p svg {
    height: 40px;
    z-index: 2;
    padding: 8px;
    width: 40px;
    margin: 0 15px;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    background: #ffffff;
}.future_members p svg path {
    fill: rgb(152,201,183);
    transition: fill 0.3s ease;
}.future_members p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.future_members p:hover svg path {
    fill: rgb(102,168,152);
}.future_members p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.future_members p:nth-child(odd) {
    transform: translateZ(10px);
}.future_members p:nth-child(even) {
    transform: translateZ(20px);
}.future_members p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.future_members p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.future_members p:nth-child(3n+1)::after {
    background: rgb(152,201,183);
}.future_members p:nth-child(3n+2)::after {
    background: rgb(102,168,152);
}.future_members p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(152,201,183), rgb(102,168,152));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.future_members .study_track > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.future_members .study_track > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_members .study_track > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_members .study_track > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_members .study_track > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_members .study_track > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_members .study_track > div p:nth-child(6) {
    animation-delay: 0.6s;
}.future_members p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(152,201,183,0.5);
}.future_members p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(102,168,152,0.5);
}.future_members p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(152,201,183,0.5);
}.future_members p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(102,168,152,0.5);
}

@media (max-width: 991px) {.future_members {
    padding: 100px 0;
}.future_members h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.future_members div > div {
    gap: 15px;
}.future_members p {
    width: calc(50% - 15px);
    min-height: 90px;
}.future_members p svg {
    width: 36px;
    height: 36px;
    padding: 7px;
    margin: 0 12px;
}.future_members p span {
    padding: 18px 18px 18px 0;
}.future_members p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(152,201,183,0.5);
}.future_members p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(102,168,152,0.5);
}.future_members p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(152,201,183,0.5);
}.future_members p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(102,168,152,0.5);
}
}

@media (max-width: 768px) {.future_members {
    padding: 80px 0;
}.future_members h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.future_members div > div {
    gap: 20px;
}.future_members p {
    width: 100%;
    min-height: 80px;
}.future_members p svg {
    height: 32px;
    width: 32px;
    padding: 6px;
    margin: 0 10px;
}.future_members p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.future_members {
    padding: 60px 0;
}.future_members h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.future_members h4::after {
    height: 2px;
    width: 60px;
}.future_members div > div {
    gap: 15px;
}.future_members p {
    font-size: calc(12px * 0.9);
    min-height: 70px;
}.future_members p svg {
    width: 28px;
    height: 28px;
    padding: 5px;
    margin: 0 8px;
}.future_members p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(152,201,183,0.5);
}.future_members p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(102,168,152,0.5);
}.future_members p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(152,201,183,0.5);
}.future_members p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(102,168,152,0.5);
}}.about_this {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(200,229,216);
    position: relative;
}.about_this::before {
    background: linear-gradient(135deg, rgb(152,201,183,0.5) 0%, transparent 50%, rgb(102,168,152,0.5) 100%);
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}.about_this::after {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: radial-gradient(circle at 30% 30%, rgb(152,201,183,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    content: "";
}.about_this .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.about_this h2 {
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.about_this h2::before {
    border-radius: 10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    content: "";
}.about_this h2::after {
    position: absolute;
    border-radius: 10px;
    left: 50%;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(102,168,152), rgb(152,201,183));
    bottom: -5px;
    animation: pulse 3s infinite;
    transform: translateX(-50%);
    width: 40px;
}.about_this .learn_guides {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.about_this .learn_guides::before {
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(152,201,183,0.5), rgb(102,168,152,0.5), transparent);
    content: "";
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}.about_this .learning_lab {
    overflow: hidden;
    padding: 40px;
    position: relative;
    z-index: 2;
    border-radius: 29px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about_this .learning_lab:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.about_this .learning_lab::before {
    position: absolute;
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    left: 0;
    width: 100%;
}.about_this .learning_lab::after {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at bottom right, rgb(152,201,183,0.5) 0%, transparent 70%);
    opacity: 0;
    height: 30%;
    transition: opacity 0.3s ease;
}.about_this .learning_lab:hover::after {
    opacity: 1;
}.about_this .learning_lab:first-child::before {
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
}.about_this .learning_lab:last-child::before {
    background: linear-gradient(90deg, rgb(102,168,152), rgb(152,201,183));
}.about_this .learning_lab h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    font-size: 23px;
    color: #000000;
}.about_this .learning_lab h3::before {
    left: 0;
    height: 8px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 8px;
    background-color: rgb(152,201,183);
    transform: translateY(-50%);
}.about_this .learning_lab:first-child h3::before {
    background-color: rgb(152,201,183);
}.about_this .learning_lab:last-child h3::before {
    background-color: rgb(102,168,152);
}.about_this .learning_lab p {
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}.about_this .learning_lab p::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(152,201,183);
}.about_this .learning_lab:last-child p::first-letter {
    color: rgb(102,168,152);
}@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.about_this .container::before,
.about_this .container::after {
    width: 200px;
    height: 200px;
    position: absolute;
    background: rgb(152,201,183,0.5);
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    content: "";
}.about_this .container::before {
    top: -100px;
    animation: float 15s ease-in-out infinite;
    left: -100px;
}.about_this .container::after {
    right: -100px;
    background: rgb(102,168,152,0.5);
    bottom: -100px;
    animation: float 20s ease-in-out infinite reverse;
}.about_this::before {
    z-index: 1;
    opacity: 0.3;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(152,201,183,0.5) 45%, rgb(152,201,183,0.5) 55%, transparent 55%);
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.about_this .learning_lab:hover h3 {
    transition: color 0.3s ease;
    color: rgb(152,201,183);
}.about_this .learning_lab:last-child:hover h3 {
    color: rgb(102,168,152);
}.about_this .learning_lab:hover::before {
    background-size: 200% 200%;
    animation: gradient-shift 3s linear infinite;
}

@media (max-width: 991px) {.about_this {
    padding: 80px 0;
}.about_this h2 {
    margin-bottom: 40px;
}.about_this .learn_guides {
    grid-template-columns: 1fr;
    gap: 30px;
}.about_this .learn_guides::before {
    display: none;
}.about_this .learning_lab {
    padding: 30px;
}.about_this .container::before,
    .about_this .container::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 767px) {.about_this {
    padding: 60px 0;
}.about_this h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.about_this h2::before {
    width: 60px;
}.about_this h2::after {
    width: 30px;
}.about_this .learning_lab {
    padding: 25px;
}.about_this .learning_lab h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.about_this .learning_lab p {
    font-size: calc(12px * 0.95);
}.about_this .container::before,
    .about_this .container::after {
    width: 100px;
    height: 100px;
    filter: blur(40px);
}
}

@media (max-width: 480px) {.about_this {
    padding: 40px 0;
}.about_this h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.about_this h2::before {
    height: 2px;
    width: 50px;
}.about_this h2::after {
    width: 25px;
    bottom: -3px;
    height: 2px;
}.about_this .learning_lab {
    padding: 20px;
}.about_this .learning_lab h3 {
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: calc(23px * 0.85);
}.about_this .learning_lab h3::before {
    width: 6px;
    height: 6px;
}.about_this .learning_lab p {
    font-size: calc(12px * 0.9);
}.about_this .learning_lab::before {
    height: 3px;
}.about_this .container::before,
    .about_this .container::after {
    width: 80px;
    height: 80px;
    filter: blur(30px);
}}footer {
    position: relative;
    width: 100%;
}.donate_books {
    padding: 80px 0 30px;
    color: #ffffff;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.donate_books::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    height: 500px;
    width: 500px;
    top: -100px;
    right: -100px;
    opacity: 0.4;
    content: "";
    transform: rotate(45deg);
}.donate_books::after {
    height: 300px;
    left: -50px;
    bottom: -50px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(102,168,152,0.5) 15px,
        rgb(102,168,152,0.5) 30px
    );
    transform: rotate(30deg);
    opacity: 0.2;
    content: "";
    width: 300px;
}footer .program_foot {
    position: relative;
    z-index: 1;
}footer .connect_section {
    border-left: 4px solid rgb(152,201,183);
    padding: 30px;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0 13px 13px 0;
    display: grid;
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    fill: rgb(152,201,183);
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(152,201,183);
}footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
}footer .main_pagewrap {
    position: relative;
}footer .main_pagewrap::after {
    background-color: rgb(152,201,183);
    left: 0;
    content: "";
    height: 3px;
    bottom: -30px;
    position: absolute;
    width: 30%;
}footer .main_pagewrap svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .blog_ref {
    font-size: 15px;
    line-height: 1.6;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_header {
    position: relative;
}footer .nav_header h5 {
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    font-size: 24px;
}footer .nav_header h5::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    background-color: rgb(152,201,183);
    width: 40px;
    left: 0;
}footer .site_header {
    margin-bottom: 30px;
}footer .site_header a {
    margin-bottom: 12px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    padding: 8px 0;
    display: block;
}footer .site_header a:hover {
    border-bottom-color: rgb(152,201,183,0.5);
    padding-left: 10px;
    color: #ffffff;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    padding: 35px;
}footer .subscribe_holder::before {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.1;
    content: "";
    background: linear-gradient(135deg, rgb(152,201,183,0.5), transparent);
    border-radius: 13px;
    position: absolute;
}footer .subscribe_holder h5 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.7;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(152,201,183);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_join {
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: rgb(152,201,183);
    display: inline-block;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 15px 20px;
}footer .email_join::after {
    background-color: rgba(255, 255, 255, 0.2);
    left: -100px;
    height: 300px;
    transform: rotate(45deg);
    top: -100px;
    position: absolute;
    transition: all 0.7s ease;
    width: 30px;
    content: "";
}footer .email_join:hover {
    background-color: rgb(102,168,152);
}footer .email_join:hover::after {
    left: 120%;
}footer .footer_classes {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .access_cta {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    align-items: stretch;
    flex-direction: row;
}footer .email_join {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .donate_books {
    padding: 60px 0 30px;
}footer .connect_section {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding: 20px;
}footer .nav_header h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .nav_header h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer_classes {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .donate_books {
    padding: 50px 0 20px;
}footer .connect_section {
    padding: 15px;
    margin-bottom: 30px;
}footer .main_pagewrap::after {
    width: 50px;
}footer .nav_header h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .site_header a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .email_join {
    padding: 12px 15px;
}}header {
    background: linear-gradient(135deg, rgb(152,201,183,0.5) 0%, rgb(102,168,152) 100%);
    overflow: visible;
    z-index: 99;
    width: 100%;
    position: relative;
}header::before {
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(145deg, rgb(102,168,152,0.5) 0%, transparent 70%);
    position: absolute;
}header .head_lead {
    z-index: 5;
    align-items: center;
    flex-direction: row;
    padding: 20px 15px;
    transform: none;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .head_lead .main_pagewrap {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}header .head_lead .main_pagewrap:hover {
    transform: scale(1.05);
}header .head_lead .main_pagewrap .top_pro {
    display: inline-block;
}header .head_lead .main_pagewrap .top_pro svg {
    width: auto;
    height: 50px;
}header .head_lead .nav_header {
    border-radius: 21px;
    padding: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    transform: none;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 30px;
    margin: 0;
}header .head_lead .nav_header::before {
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
    width: 100%;
    border-radius: 21px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    height: 100%;
}header .head_lead .nav_header .nav_skill {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .head_lead .nav_header .nav_skill:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_lead .nav_header .nav_skill a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 8px 5px;
    display: block;
}header .head_lead .nav_header .nav_skill a::after {
    transition: transform 0.4s ease;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(102,168,152), transparent);
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 2px;
}header .head_lead .nav_header .nav_skill:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_lead {
    align-items: center;
    flex-direction: column;
}header .head_lead .main_pagewrap {
    margin-bottom: 15px;
    margin-right: 0;
}header .head_lead .nav_header {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .head_lead .nav_header .nav_skill {
    margin: 5px 15px 5px 0;
}header .head_lead .nav_header .nav_skill a {
    font-size: calc(12px - 2px);
    padding: 5px;
}}.contact_us {
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(200,229,216) 0%, #1a1e2e 100%);
    position: relative;
    overflow: hidden;
}.contact_us::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(152,201,183), 0.05) 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}.contact_us::after {
    content: "";
    position: absolute;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
}.contact_us .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact_us h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 70px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}.contact_us h2::before {
    left: calc(50% - 50px);
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(152,201,183);
    width: 30px;
    bottom: -20px;
}.contact_us h2::after {
    background: rgb(152,201,183);
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    bottom: -20px;
    left: calc(50% - 10px);
}.contact_us .help_feedback {
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.contact_us .snapshot {
    position: relative;
    min-height: 100%;
}.contact_us .snapshot::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.contact_us .snapshot::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(152,201,183), 0.1) 10px, rgba(rgb(152,201,183), 0.1) 11px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    animation: scanLines 5s linear infinite;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_us .inquiry_list {
    position: relative;
    padding: 50px;
}.contact_us .inquiry_list::before {
    top: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
}.contact_us #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_us h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
}.contact_us h3::after {
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    background: rgb(152,201,183);
    content: "";
    bottom: -10px;
}.contact_us input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    font-size: 17px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 16px 20px;
}.contact_us input[type="text"]:focus {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(152,201,183), 0.2);
    outline: none;
    border-color: rgb(152,201,183);
}.contact_us input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_us .query_panel {
    gap: 12px;
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
}.contact_us .query_panel input[type="checkbox"] {
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    height: 24px;
}.contact_us .query_panel input[type="checkbox"]:checked {
    background: rgb(152,201,183);
    border-color: rgb(152,201,183);
}.contact_us .query_panel input[type="checkbox"]:checked::after {
    height: 10px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
    left: 9px;
    width: 6px;
    top: 6px;
    transform: rotate(45deg);
}.contact_us .query_panel label {
    line-height: 1.5;
    font-size: calc(17px - 2px);
    color: rgba(255, 255, 255, 0.7);
}.contact_us .query_panel a {
    text-decoration: none;
    color: rgb(152,201,183);
    transition: all 0.3s ease;
    position: relative;
}.contact_us .query_panel a:hover {
    color: #ffffff;
}.contact_us .query_panel a::after {
    bottom: -2px;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(152,201,183);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.contact_us .query_panel a:hover::after {
    background: #ffffff;
}.contact_us .reach_message {
    cursor: pointer;
    border: none;
    background: rgb(152,201,183);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 35px;
    margin-top: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    align-self: flex-start;
}.contact_us .reach_message::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
}.contact_us .reach_message:hover {
    transform: translateY(-3px);
    background: rgb(102,168,152);
}.contact_us .reach_message:hover::before {
    left: 100%;
}.contact_us svg {
    fill: rgb(152,201,183);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(152,201,183), 0.5));
}.contact_us svg path {
    transition: all 0.3s ease;
    fill: rgb(152,201,183);
}.contact_us svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact_us svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_us {
    padding: 70px 0;
}.contact_us .help_feedback {
    grid-template-columns: 1fr;
}.contact_us .snapshot {
    min-height: 300px;
}.contact_us .inquiry_list {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 50px;
}.contact_us .snapshot {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_us {
    padding: 40px 0;
}.contact_us .container {
    padding: 0 15px;
}.contact_us h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 40px;
}.contact_us h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact_us h2::after {
    width: 50px;
}.contact_us .inquiry_list {
    padding: 30px 20px 40px;
}.contact_us #contact {
    gap: 20px;
}.contact_us .reach_message {
    width: 100%;
}.contact_us .snapshot {
    min-height: 200px;
}
}