* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.lang_learn {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.core-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.main_pro {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1240px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 2.4vh;
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 4.3s ease 4;
    background: rgb(185,164,163,0.5);
    transition: all, box-shadow 3.4s ease-in;
    border-radius: 9999px;
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(185,164,163,0.5);
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(185,164,163) rgb(242,231,230);
    scrollbar-width: thin;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    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;
}}
header {
    position: fixed;
    width: 100%;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(217,200,199,0.5) 100%);
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    background: #000000;
}header::before {
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(185,164,163,0.5) 10px,
            rgb(185,164,163,0.5) 11px
        );
    content: "";
    top: 0;
    left: 0;
    opacity: 0.03;
    position: absolute;
    z-index: 1;
    width: 100%;
}header::after {
    z-index: 5;
    background: linear-gradient(90deg, 
        rgb(217,200,199),
        rgb(185,164,163),
        rgb(217,200,199));
    left: 0;
    height: 5px;
    position: absolute;
    animation: gradient-shift 8s linear infinite;
    width: 100%;
    top: 0;
    background-size: 200% 100%;
    content: "";
}header .container {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    padding: 0;
}header .main_header {
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 1.5rem;
    align-items: center;
    z-index: 2;
    flex-direction: column;
}header .head_pagewrap {
    text-decoration: none;
    position: relative;
    z-index: 3;
    display: flex;
    padding: 0.5rem 2rem;
    justify-content: center;
    margin-bottom: 2rem;
}header .head_pagewrap::before {
    height: 1px;
    width: 160%;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(185,164,163,0.5) 20%,
        rgb(185,164,163) 50%,
        rgb(185,164,163,0.5) 80%,
        transparent 100%);
    content: "";
    left: -30%;
}header .head_pagewrap::after {
    filter: blur(20px);
    position: absolute;
    z-index: -1;
    animation: orb-float 5s ease-in-out infinite alternate;
    content: "";
    border-radius: 50%;
    width: 40px;
    background: rgb(217,200,199,0.5);
    height: 40px;
    opacity: 0.5;
}header .head_pagewrap svg {
    filter: drop-shadow(0 0 8px rgb(217,200,199,0.5));
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 2;
    width: auto;
}header .head_pagewrap:hover svg {
    filter: drop-shadow(0 0 12px rgb(217,200,199));
    transform: scale(1.08);
}header .head_top {
    display: flex;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    gap: 1rem;
    scrollbar-width: none;
    justify-content: center;
    overflow-x: auto;
    width: 100vw;
    position: relative;
    padding: 1rem 0;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
}header .head_top::-webkit-scrollbar {
    display: none;
}header .head_top::before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(217,200,199,0.5);
}header .nav_main {
    letter-spacing: 0.5px;
    white-space: nowrap;
    color: #ffffff;
    overflow: hidden;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-size: 17px;
    position: relative;
    padding: 0.6rem 1.8rem;
    border: 1px solid rgb(217,200,199,0.5);
    border-radius: 11px;
}header .nav_main::before {
    left: -100%;
    transition: left 0.5s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg,
        transparent,
        rgb(185,164,163,0.5),
        transparent);
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.5;
}header .nav_main::after {
    transform: translateY(-50%) scale(0);
    content: "";
    background: rgb(185,164,163);
    height: 8px;
    transition: transform 0.3s ease;
    top: 50%;
    position: absolute;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(185,164,163);
    right: 12px;
}header .nav_main:hover {
    color: rgb(185,164,163);
    transform: translateY(-2px);
    border-color: rgb(185,164,163);
    box-shadow: 0 0 15px rgb(217,200,199,0.5),
                inset 0 0 10px rgb(217,200,199,0.5);
}header .nav_main:hover::before {
    left: 100%;
}header .nav_main:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .head_pagewrap {
    margin-bottom: 1.5rem;
}header .head_pagewrap svg {
    height: 42px;
}header .nav_main {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .main_header {
    padding-top: 1rem;
}header .head_pagewrap {
    margin-bottom: 1rem;
}header .head_pagewrap svg {
    height: 36px;
}header .head_top {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .nav_main {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(17px - 2px);
}header .nav_main:first-child {
    margin-left: 1rem;
}header .nav_main:last-child {
    margin-right: 1rem;
}header .nav_main::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.contact {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: rgb(242,231,230);
}.contact::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,200,199,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(185,164,163,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    opacity: 0.2;
}.contact::after {
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
    height: 100%;
    content: '';
}.contact .snapshot {
    width: 45%;
    height: 95%;
    z-index: 1;
    position: absolute;
    border-radius: 100px 0 0 100px;
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
}.contact .snapshot::after {
    width: 100%;
    background: linear-gradient(to right, rgb(217,200,199,0.5), transparent 70%);
    border-radius: 100px 0 0 100px;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
}.contact .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact h3 {
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}.contact .reach_support {
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact .reach_support::before {
    left: -100px;
    height: 200px;
    background: rgb(217,200,199,0.5);
    width: 200px;
    top: -100px;
    position: absolute;
    content: '';
    opacity: 0.05;
    border-radius: 50%;
}.contact .reach_support::after {
    position: absolute;
    right: -75px;
    height: 150px;
    bottom: -75px;
    border-radius: 50%;
    opacity: 0.05;
    background: rgb(185,164,163,0.5);
    content: '';
    width: 150px;
}.contact .support_inquiry {
    position: relative;
    width: 60%;
    padding: 50px;
}.contact form h3 {
    color: rgb(217,200,199);
    margin-bottom: 30px;
    font-size: 21px;
    text-align: left;
}.contact form h3::before,
.contact form h3::after {
    display: none;
}.contact input[type="text"],
.contact textarea {
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 15px 25px;
    width: 100%;
}.contact input[type="text"]:focus,
.contact textarea:focus {
    border-color: rgb(217,200,199,0.5);
    box-shadow: 0 0 15px rgb(217,200,199,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
}.contact textarea {
    height: 140px;
    resize: none;
    border-radius: 20px;
}.contact .query_map {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact .query_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact .query_map label {
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-left: 35px;
    cursor: pointer;
}.contact .query_map label::before {
    top: 2px;
    height: 22px;
    transition: all 0.3s ease;
    content: '';
    background: #ffffff;
    border: 2px solid rgb(217,200,199,0.5);
    border-radius: 50%;
    left: 0;
    width: 22px;
    position: absolute;
}.contact .query_map input[type="checkbox"]:checked + label::before {
    background: rgb(217,200,199);
    border-color: rgb(217,200,199);
}.contact .query_map input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 8px;
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 6px;
}.contact .query_map a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(217,200,199);
}.contact .query_map a:hover {
    color: rgb(185,164,163);
}.contact .connect_card {
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    background: rgb(217,200,199);
    overflow: hidden;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    z-index: 1;
}.contact .connect_card::before {
    background: rgb(185,164,163);
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    top: 0;
    transform: translateY(100%);
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
}.contact .connect_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(217,200,199,0.5);
}.contact .connect_card:hover::before {
    transform: translateY(0);
}.contact .support_info {
    background: linear-gradient(135deg, rgb(217,200,199), rgb(185,164,163));
    padding: 50px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    justify-content: center;
    right: 0;
    border-radius: 70px 0 0 70px;
    position: absolute;
    z-index: 3;
}.contact .support_info::before {
    left: 0;
    border-radius: 70px 0 0 70px;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
}.contact .support_info h4 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}.contact .support_info h4::after {
    left: 0;
    border-radius: 3px;
    background: #ffffff;
    bottom: -10px;
    position: absolute;
    content: '';
    height: 3px;
    width: 40px;
}.contact .request_map {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact .request_map li {
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact .request_map li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.contact .request_map svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-top: 3px;
    width: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact .request_map li:hover svg {
    transform: scale(1.2);
}.contact .request_map svg path {
    fill: #ffffff;
}.contact .request_map span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
}.contact .request_map a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact .request_map a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact .reach_support {
    width: 70%;
}.contact .support_info {
    width: 35%;
}
}

@media (max-width: 992px) {.contact .snapshot {
    display: none;
}.contact .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.contact .reach_support {
    width: 100%;
    max-width: 600px;
    flex-direction: column;
}.contact .support_info {
    right: auto;
    border-radius: 20px;
    top: auto;
    position: relative;
    max-width: 600px;
    transform: none;
    width: 100%;
    margin-top: 30px;
}.contact .support_info::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact {
    padding: 70px 0;
}.contact h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.contact .support_inquiry,
    .contact .support_info {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact .support_inquiry,
    .contact .support_info {
    padding: 25px 20px;
}.contact input[type="text"],
    .contact textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact .connect_card {
    width: 100%;
    padding: 12px;
}}footer {
    width: 100%;
    position: relative;
}footer .lang_learn {
    position: relative;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(217,200,199), rgb(185,164,163));
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .lang_learn::before {
    position: absolute;
    opacity: 0.25;
    height: 100px;
    top: 0;
    transform: rotateX(180deg);
    content: "";
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    background: #ffffff;
}footer .lang_learn::after {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: absolute;
    left: 0;
    height: 50px;
    background: #ffffff;
    width: 100%;
    bottom: 0;
    opacity: 0.15;
    content: "";
}footer .cookie_ctrl {
    position: relative;
    z-index: 1;
}footer .ask_form {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    border-radius: 40px;
    transition: all 0.3s ease;
    height: 80px;
    max-width: 300px;
    overflow: hidden;
    flex: 1 1 200px;
}footer .info_item::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    left: -100%;
    opacity: 0.1;
    animation: waveAnimation 15s linear infinite;
    background: #ffffff;
    content: "";
    width: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(185,164,163,0.5);
}footer .info_item svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    flex-wrap: wrap;
    position: relative;
    gap: 25px;
    display: flex;
}footer .nav_learning {
    flex: 1 1 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}footer .nav_learning svg {
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
}footer .data_viz {
    font-size: 12px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .head_top,footer .subscribe_holder {
    border-radius: 29px;
    padding: 30px;
    backdrop-filter: blur(5px);
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}footer .head_top::before,footer .subscribe_holder::before {
    width: 300%;
    top: 0;
    z-index: -1;
    background: #ffffff;
    position: absolute;
    left: -100%;
    opacity: 0.1;
    height: 100%;
    animation: waveAnimation 20s linear infinite;
    content: "";
}footer .head_top h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}footer .head_top h5::after, footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
    left: 0;
}footer .main_page {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
}footer .main_page a {
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    font-size: 14px;
    flex: 1 1 calc(50% - 10px);
    background-color: rgb(217,200,199,0.5);
    transition: all 0.3s ease;
    padding: 8px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
}footer .main_page a::before {
    bottom: 0;
    height: 2px;
    transition: left 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    position: absolute;
    left: -100%;
    content: "";
}footer .main_page a:hover {
    background-color: rgb(185,164,163,0.5);
    transform: translateY(-3px);
}footer .main_page a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(217,200,199,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_form {
    color: rgb(217,200,199);
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    padding: 15px 20px;
    font-size: 18px;
}footer .sub_form::after {
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}footer .sub_form:hover {
    background-color: rgb(242,231,230);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .sub_form:hover::after {
    left: 100%;
}footer .privacy_cta {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .rating_stars {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding: 0 30px;
}footer .rating_stars::before,
footer .rating_stars::after {
    content: "";
    height: 1px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
}footer .rating_stars::before {
    left: 0;
}footer .rating_stars::after {
    right: 0;
}

@media (min-width: 768px) {footer .nav_learning {
    flex: 1 1 100%;
}footer .head_top, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_form {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .lang_learn {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .lang_learn {
    padding: 80px 0 30px;
}footer .lang_learn::before {
    background-size: 100% 60px;
    height: 60px;
}footer .ask_form {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .head_top, footer .subscribe_holder {
    padding: 25px 20px;
}footer .privacy_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .lang_learn {
    padding: 60px 0 20px;
}footer .lang_learn::before {
    height: 40px;
    background-size: 100% 40px;
}footer .head_top h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}footer .main_page a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .sub_form {
    padding: 12px 15px;
}}.newsletter_subscription {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(185,164,163) 0%, rgb(217,200,199) 100%);
    padding: 4rem 2rem;
}.newsletter_subscription::before {
    height: 250px;
    top: -5%;
    width: 250px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.1;
    position: absolute;
    content: "";
    right: -5%;
}.newsletter_subscription::after {
    background: radial-gradient(circle, rgb(185,164,163,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    opacity: 0.2;
    transform: rotate(25deg);
    left: -5%;
    bottom: -5%;
    position: absolute;
    content: "";
}.newsletter_subscription .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.newsletter_subscription .edu_heritage {
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(217,200,199);
}.newsletter_subscription h3 {
    transform: translateY(-5px);
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: calc(20px * 1.1);
    animation: fadeSlideDown 0.8s ease-out forwards;
    color: #000000;
}.newsletter_subscription .input_holder {
    flex-direction: column;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(5px);
    gap: 1.2rem;
    display: flex;
}.newsletter_subscription .input_holder div {
    position: relative;
    flex: 1;
}.newsletter_subscription .input_holder div::before {
    height: 2px;
    background: linear-gradient(90deg, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
    bottom: -2px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    z-index: 1;
    left: 0;
    content: "";
}.newsletter_subscription .input_holder div:focus-within::before {
    width: 100%;
}.newsletter_subscription input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 17px;
    transition: all 0.3s ease;
    color: #000000;
    background: transparent;
    padding: 1rem 1.2rem;
    outline: none;
    width: 100%;
}.newsletter_subscription input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}.newsletter_subscription input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(185,164,163,0.5);
}.newsletter_subscription input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(0, 0, 0, 0.2);
}.newsletter_subscription .sub_form {
    transform: translateZ(0);
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 1rem 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
}.newsletter_subscription .sub_form::before {
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    transition: all 0.6s ease;
}.newsletter_subscription .sub_form:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}.newsletter_subscription .sub_form:hover::before {
    left: 100%;
}.newsletter_subscription .sub_form:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) translateZ(0);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.newsletter_subscription {
    padding: 5rem 3rem;
}.newsletter_subscription .edu_heritage {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}.newsletter_subscription h3 {
    margin: 0;
    font-size: 37px;
}.newsletter_subscription .input_holder {
    align-items: stretch;
    flex-direction: row;
    gap: 1.5rem;
}.newsletter_subscription input[type="email"] {
    padding: 1.2rem 1.5rem;
}.newsletter_subscription .sub_form {
    align-self: stretch;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.newsletter_subscription {
    padding: 6rem 2rem;
}.newsletter_subscription .edu_heritage {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.5rem 5rem;
    gap: 4rem;
}.newsletter_subscription::before {
    width: 350px;
    height: 350px;
}.newsletter_subscription::after {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 767px) {.newsletter_subscription h3 {
    text-align: center;
}.newsletter_subscription .sub_form {
    width: 100%;
    text-align: center;
}}.modalTrackingConsent {
    padding: 20px;
    bottom: 20px;
    flex-direction: column;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    z-index: 1050;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    text-align: center;
    align-items: center;
    left: 50%;
    overflow: hidden;
    border-radius: 11px;
    background: rgb(242,231,230);
    display: flex;
    max-width: 600px;
}.consent_ack {
    align-items: center;
    flex-direction: column;
    display: flex;
    z-index: 1;
}.consent_box {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.consent_box svg, .consent_box svg path, .consent_box img {
    fill: rgb(217,200,199);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.modalTrackingConsent h5 {
    font-weight: 700;
    color: rgb(217,200,199);
    font-size: 22px;
    margin-bottom: 10px;
}.modalTrackingConsent p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
}.visitor_confirm {
    display: inline-block;
    border-radius: 10px;
    background: rgb(217,200,199);
    font-size: 18px;
    margin: 5px;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: calc(50% - 10px);
    padding: 10px 20px;
}.visitor_confirm:hover {
    background: rgb(185,164,163);
    transform: translateY(-3px);
}.cookie_button.safe_cookies {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.safe_cookies:hover {
    background: rgb(185,164,163,0.5);
}.modalTrackingConsent p a {
    color: rgb(217,200,199);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.modalTrackingConsent p a:hover {
    color: rgb(185,164,163);
}
@media only screen and (max-width: 600px) {.modalTrackingConsent {
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    transform: none;
}.consent_ack {
    padding: 15px;
}.consent_box svg {
    width: 50px;
    height: 50px;
}.modalTrackingConsent h5 {
    font-size: calc(22px - 2px);
}.modalTrackingConsent p {
    font-size: calc(14px - 2px);
}.visitor_confirm {
    font-size: calc(18px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .modalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}.appContainer {
    background: linear-gradient(135deg, rgb(217,200,199,0.5) 0%, rgb(242,231,230) 40%, rgb(185,164,163,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.appContainer::before {
    opacity: 0.5;
    z-index: 1;
    height: 100%;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    left: 0;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
}.appContainer::after {
    top: -25%;
    opacity: 0.04;
    width: 150%;
    background: repeating-linear-gradient(45deg, rgb(217,200,199,0.5) 0px, transparent 2px, transparent 10px);
    transform: rotate(-5deg);
    position: absolute;
    left: -25%;
    height: 150%;
    content: "";
    z-index: 0;
    animation: patternShift 20s infinite linear;
}.appContainer .container {
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.appContainer h2 {
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    position: relative;
    transform: translateY(20px);
    font-size: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
}.appContainer h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(217,200,199), rgb(185,164,163));
    width: 80px;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    bottom: -15px;
    content: "";
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.appContainer .edu_heritage {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    transform-origin: center top;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
    animation: fadeIn 1s 0.5s both ease-out;
    transition: transform 0.5s;
}.appContainer .edu_heritage::before {
    top: -8px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(217,200,199,0.5) 0%, transparent 80%);
    content: "";
    filter: blur(12px);
    height: 100%;
    z-index: -1;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.3;
    width: 95%;
}.appContainer .edu_heritage:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appContainer ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.appContainer ul::before {
    position: absolute;
    content: "";
    height: 0;
    left: -20px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,200,199), rgb(185,164,163));
}.appContainer li {
    position: relative;
    transform: translateX(20px);
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding-left: 0;
}.appContainer li::before {
    width: 32px;
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(185,164,163,0.5);
    position: absolute;
    opacity: 0;
    height: 32px;
    content: "";
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(185,164,163) 0%, rgb(217,200,199) 100%);
    transform: scale(0);
    left: -40px;
}.appContainer li span {
    display: block;
    letter-spacing: 0.01em;
    opacity: 0;
    color: #000000;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-size: 16px;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.appContainer li span::first-letter {
    font-weight: 700;
    font-size: 1.4em;
    color: rgb(217,200,199);
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.appContainer {
    padding: 5rem 0;
}.appContainer h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.appContainer .edu_heritage {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.appContainer {
    padding: 4rem 0;
}.appContainer h2 {
    line-height: 1.4;
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.appContainer .edu_heritage {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.appContainer ul::before {
    left: -15px;
}.appContainer li::before {
    width: 24px;
    height: 24px;
    left: -30px;
}
}

@media (max-width: 576px) {.appContainer {
    padding: 3rem 0;
}.appContainer h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.appContainer .edu_heritage {
    transform: none;
    padding: 1.5rem;
}.appContainer ul::before {
    left: -12px;
}.appContainer li::before {
    top: -2px;
    left: -25px;
    height: 20px;
    width: 20px;
}.appContainer li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.client_opinions {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(242,231,230), #ffffff);
    overflow: hidden;
    position: relative;
}.client_opinions::before {
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    opacity: 0.6;
    content: "";
    position: absolute;
    background: 
        radial-gradient(ellipse at top left, rgb(217,200,199,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(185,164,163,0.5) 0%, transparent 50%);
}.client_opinions::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    background-size: 100px 100px;
    height: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background: 
        linear-gradient(45deg, rgb(217,200,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,200,199,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(217,200,199,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(217,200,199,0.5) 75%);
}.client_opinions .edu_heritage {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.client_opinions h4 {
    margin-bottom: 80px;
    color: #000000;
    font-size: 35px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}.client_opinions h4::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    width: 100px;
    background: rgb(217,200,199);
    height: 2px;
    position: absolute;
}.client_opinions h4::after {
    background: rgb(217,200,199);
    position: absolute;
    border-radius: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    left: 50%;
    content: "";
    bottom: -20px;
}.client_opinions .feedback_track {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}.client_opinions .learning_testimonials {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0 20px 40px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    width: calc(33.33% - 40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
    height: 120px;
}.client_opinions .learning_testimonials:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 280px;
    z-index: 2;
}.client_opinions .learning_testimonials::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    border-radius: inherit;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    left: 0;
}.client_opinions .learning_testimonials::after {
    width: 30px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    height: 30px;
    border: 2px solid rgb(217,200,199,0.5);
    z-index: 0;
    opacity: 0.3;
}.client_opinions .learning_testimonials:hover::after {
    transform: scale(0.8);
    opacity: 0.6;
}.client_opinions .snapshot {
    float: left;
    transition: all 0.4s ease;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
    margin: 25px 20px;
    height: 70px;
    z-index: 1;
    width: 70px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}.client_opinions .learning_testimonials:hover .snapshot {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    transform: scale(1.1);
    border-color: rgb(217,200,199,0.5);
}.client_opinions .learning_testimonials span {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.4s ease;
    display: block;
    color: #000000;
    margin-top: 40px;
    text-overflow: ellipsis;
    font-size: calc(18px * 1.1);
    padding-right: 60px;
}.client_opinions .learning_testimonials:hover span {
    color: rgb(217,200,199);
    margin-left: 20px;
    margin-top: 15px;
    white-space: normal;
}.client_opinions .learning_testimonials p {
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
    color: #000000;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 20px;
    opacity: 0;
    -webkit-line-clamp: 5;
    font-size: 18px;
    line-height: 1.6;
    max-height: 0;
}.client_opinions .learning_testimonials:hover p {
    max-height: 150px;
    opacity: 1;
    margin-top: 15px;
}.client_opinions .learning_testimonials:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.client_opinions .learning_testimonials:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(217,200,199,0.5), 0.05) 100%
    );
}.client_opinions .learning_testimonials:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(185,164,163,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.client_opinions .learning_testimonials {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.client_opinions .learning_testimonials {
    height: 100px;
}.client_opinions .learning_testimonials:hover {
    height: 250px;
}.client_opinions .snapshot {
    width: 60px;
    height: 60px;
    margin: 20px 15px;
}.client_opinions .learning_testimonials span {
    font-size: 18px;
    margin-top: 32px;
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 70px 0;
}.client_opinions h4 {
    margin-bottom: 60px;
}.client_opinions .learning_testimonials {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0 auto 25px;
    max-width: 400px;
}.client_opinions .learning_testimonials:hover {
    height: auto;
    min-height: 250px;
}.client_opinions .learning_testimonials:last-child {
    margin-bottom: 0;
}.client_opinions .learning_testimonials::after {
    right: 10px;
    top: 10px;
}.client_opinions .snapshot {
    margin: 15px;
}.client_opinions .learning_testimonials span {
    margin-top: 28px;
}.client_opinions .learning_testimonials:hover span {
    margin-top: 10px;
}.client_opinions .learning_testimonials:hover p {
    margin-top: 10px;
}}.mentorship_experience {
    position: relative;
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
    background: linear-gradient(135deg, rgb(242,231,230) 0%, rgb(217,200,199,0.5) 100%);
    overflow: hidden;
}.mentorship_experience::before {
    right: -10%;
    content: "";
    z-index: 1;
    opacity: 0.2;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,164,163,0.5),
        rgb(185,164,163,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    top: -20%;
    height: 70%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    width: 60%;
    position: absolute;
}.mentorship_experience::after {
    content: "";
    border: 5px solid rgb(217,200,199,0.5);
    z-index: 1;
    opacity: 0.3;
    height: 50%;
    left: -5%;
    bottom: -15%;
    width: 40%;
    position: absolute;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
}.mentorship_experience .learning_testimonials {
    justify-content: center;
    max-width: 1000px;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.mentorship_experience .snapshot {
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    position: absolute;
    left: 15%;
    width: 300px;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    height: 380px;
    border-radius: 10px;
}.mentorship_experience .snapshot:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    filter: brightness(1.1);
}.mentorship_experience .work_timeline {
    background: #ffffff;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    margin-left: auto;
    border-radius: 20px;
    position: relative;
}.mentorship_experience .work_timeline::before {
    z-index: -1;
    border-radius: 20px;
    background: rgb(217,200,199,0.5);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: all 0.5s ease;
    left: 15px;
    position: absolute;
    top: 15px;
}.mentorship_experience .work_timeline:hover {
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
}.mentorship_experience .work_timeline:hover::before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
}.mentorship_experience .name {
    color: rgb(217,200,199);
    opacity: 0;
    position: relative;
    font-size: 29px;
    animation: slide-up 0.7s forwards 0.2s;
    transform: translateY(30px);
    z-index: 2;
    font-weight: 700;
    margin-bottom: 0.7rem;
}.mentorship_experience .work_timeline > div:nth-child(2) {
    margin-bottom: 2rem;
    transform: translateY(30px);
    color: rgb(185,164,163);
    z-index: 2;
    font-size: 17px;
    position: relative;
    opacity: 0;
    animation: slide-up 0.7s forwards 0.4s;
    font-weight: 600;
}.mentorship_experience .exp_box {
    transform: translateY(30px);
    font-weight: 400;
    font-style: italic;
    color: #000000;
    position: relative;
    line-height: 1.7;
    opacity: 0;
    animation: slide-up 0.7s forwards 0.6s;
    z-index: 2;
    font-size: 18px;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mentorship_experience .exp_box::after {
    font-family: serif;
    color: rgb(185,164,163,0.5);
    content: "";
    font-size: 6rem;
    right: 0;
    z-index: -1;
    bottom: -50px;
    opacity: 0.4;
    position: absolute;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.mentorship_experience .learning_testimonials:hover .snapshot {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.mentorship_experience .learning_testimonials {
    flex-direction: column;
    align-items: center;
}.mentorship_experience .snapshot {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    height: 320px;
    position: relative;
    left: auto;
    margin-bottom: 4rem;
    width: 250px;
}.mentorship_experience .work_timeline {
    width: 100%;
    padding: 2rem;
    margin-left: 0;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}.greeting_page {
    min-height: 100vh;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
}.greeting_page .main_begin {
    justify-content: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}.greeting_page .main_begin::before {
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgb(217,200,199,0.5) 0%, 
    rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    position: absolute;
    content: "";
}.greeting_page .quick_training {
    z-index: 2;
    width: 90%;
    animation: slide-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    padding: 3rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(185,164,163);
    backdrop-filter: blur(8px);
    background: linear-gradient(
    170deg, 
    rgba(255, 255, 255, 0.15), 
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1);
}.greeting_page h1 {
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 48px);
    transform: translateX(-10px);
    letter-spacing: -0.02em;
    line-height: 1.2;
}.greeting_page h1::after {
    bottom: -10px;
    position: absolute;
    animation: scale-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    background: rgb(185,164,163);
    left: 0;
    height: 4px;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
}.greeting_page h3 {
    opacity: 0;
    line-height: 1.5;
    font-weight: 400;
    max-width: 800px;
    transform: translateX(-10px);
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}.greeting_page p {
    color: #ffffff;
    line-height: 1.6;
    max-width: 700px;
    transform: translateX(-10px);
    position: relative;
    margin-top: 1.5rem;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 12px);
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    padding-left: 1.5rem;
}.greeting_page p::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(185,164,163);
    top: 50%;
    width: 10px;
    position: absolute;
    left: 0;
    height: 10px;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateY(40px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

@keyframes fade-slide-right {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.greeting_page .quick_training {
    margin-left: 10%;
    width: 80%;
    padding: 4rem;
}.greeting_page h1 {
    margin-bottom: 2rem;
}.greeting_page h1::after {
    width: 120px;
}
}

@media (min-width: 1200px) {.greeting_page .quick_training {
    width: 75%;
    margin-left: 15%;
    padding: 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.greeting_page h1 {
    margin-bottom: 2.5rem;
}.greeting_page h1::after {
    width: 150px;
    height: 5px;
}.greeting_page h3 {
    font-size: 1.8rem;
    max-width: 80%;
}.greeting_page p {
    font-size: 12px;
    padding-left: 2rem;
}.greeting_page p::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.greeting_page .main_begin {
    padding: 2rem 1rem;
}.greeting_page .quick_training {
    padding: 2rem;
    backdrop-filter: blur(5px);
}.greeting_page h1 {
    font-size: 2.2rem;
}.greeting_page h3 {
    font-size: 1.2rem;
}
}

@media (hover: hover) {.greeting_page .quick_training:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}.greeting_page .quick_training:hover h1::after {
    width: 200px;
    transition: width 0.5s ease;
}
}

@media (prefers-reduced-motion: reduce) {.greeting_page .quick_training,
  .greeting_page h1,
  .greeting_page h3,
  .greeting_page p {
    animation: none;
    opacity: 1;
    transform: none;
}.greeting_page h1::after {
    transform: scaleX(1);
    animation: none;
}}.join_now {
    position: relative;
    isolation: isolate;
    margin: 0;
    background: linear-gradient(150deg, rgb(242,231,230) 0%, rgb(217,200,199,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.join_now::before {
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    left: 0;
    animation: gridAnimate 30s linear infinite;
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    transform: perspective(500px) rotateX(45deg) scale(2);
    transform-origin: center bottom;
    opacity: 0.7;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.join_now::after {
    content: '';
    z-index: 2;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(217,200,199), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(185,164,163), 0.15) 0%, transparent 15%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.join_now::before {
    animation: scanLines 8s linear infinite;
    content: '';
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100px;
    }
}

.join_now .edu_heritage {
    padding: 4rem 3rem;
    position: relative;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    max-width: 1000px;
    z-index: 5;
    flex-direction: column;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    border-radius: 22px;
    justify-content: center;
    backdrop-filter: blur(10px);
}.join_now .edu_heritage:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(217,200,199), 0.1);
}.join_now .edu_heritage::before,
.join_now .edu_heritage::after {
    border-width: 0;
    position: absolute;
    border-style: solid;
    height: 40px;
    width: 40px;
    content: '';
}.join_now .edu_heritage::before {
    border-left-width: 2px;
    border-top-width: 2px;
    left: 15px;
    animation: cornerPulse 3s infinite alternate;
    border-color: rgb(217,200,199);
    top: 15px;
}.join_now .edu_heritage::after {
    bottom: 15px;
    border-color: rgb(185,164,163);
    border-right-width: 2px;
    border-bottom-width: 2px;
    right: 15px;
    animation: cornerPulse 3s 1.5s infinite alternate;
}@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

.join_now .edu_heritage::before {
    content: '';
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(217,200,199) 2px, transparent 2px),
        linear-gradient(90deg, rgb(217,200,199) 2px, transparent 2px),
        linear-gradient(0deg, rgb(185,164,163) 2px, transparent 2px),
        linear-gradient(0deg, rgb(185,164,163) 2px, transparent 2px);
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}.join_now h3 {
    color: #ffffff;
    letter-spacing: 3px;
    padding: 0 20px 15px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-family: Arial, sans-serif;
}.join_now h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(217,200,199), rgb(185,164,163));
    position: absolute;
    content: '';
    width: 50px;
    bottom: -2px;
    transform: translateX(-50%);
    opacity: 0.8;
    left: 50%;
}.join_now h3::before {
    height: 10px;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(217,200,199) 0%, rgb(217,200,199) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(185,164,163) 0%, rgb(185,164,163) 3px, transparent 3px);
    left: 0;
    bottom: -5px;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    position: absolute;
}.join_now .message_form {
    align-items: center;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(217,200,199) 0%, rgb(185,164,163) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
    border: none;
    padding: 1.3rem 3rem;
    display: inline-flex;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 2px;
    z-index: 2;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}.join_now .message_form::before {
    background: linear-gradient(135deg, rgb(185,164,163) 0%, rgb(217,200,199) 100%);
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    left: 0;
    width: 100%;
}.join_now .message_form:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    letter-spacing: 2.5px;
}.join_now .message_form:hover::before {
    opacity: 1;
}.join_now .message_form::after {
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 15px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    right: 15px;
    opacity: 0.5;
    content: '';
    transition: opacity 0.4s ease;
}.join_now .message_form:hover::after {
    opacity: 0.8;
}.join_now::before {
    left: 0;
    content: '';
    opacity: 0.7;
    height: 100%;
    z-index: 2;
    background-size: 100px 100px;
    top: 0;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    width: 100%;
}.join_now::after {
    position: absolute;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    z-index: 3;
    content: '';
    top: 0;
    background-repeat: no-repeat;
    opacity: 0.8;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(217,200,199) 0%, rgb(217,200,199) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(217,200,199) 0%, rgb(217,200,199) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(185,164,163) 0%, rgb(185,164,163) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(185,164,163) 0%, rgb(185,164,163) 3px, transparent 3px);
    left: 0;
    height: 100%;
}@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

.join_now::after {
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    animation: topBarAnimate 4s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, rgb(217,200,199), transparent);
    height: 3px;
    z-index: 3;
}@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.join_now::before {
    bottom: 0;
    content: '';
    z-index: 3;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(185,164,163), transparent);
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
}

@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

@media screen and (max-width: 991px) {.join_now {
    padding: 4.5rem 1.5rem;
}}.about_this {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.about_this::before {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(217,200,199,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    backdrop-filter: blur(3px);
    position: absolute;
    z-index: 1;
}.about_this .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.about_this .text_list_item {
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    border-left: 5px solid rgb(217,200,199);
    opacity: 0;
}.about_this .text_list_item > div:first-child {
    position: relative;
    margin-bottom: 1rem;
}.about_this .text_list_item > div:first-child::before {
    background: rgb(217,200,199);
    transform-origin: left;
    transform: scaleX(0);
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 60px;
    animation: lineGrow 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
}.about_this h5 {
    animation: slideIn 0.6s ease-out forwards 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    transform: translateX(-10px);
    letter-spacing: 2px;
    color: rgb(217,200,199);
    opacity: 0;
    margin: 0;
}.about_this .text_list_item > div:nth-child(2) {
    margin-bottom: 2rem;
}.about_this .text_list_item > div:nth-child(2) p {
    color: #000000;
    margin: 0;
    transform: translateY(15px);
    font-size: calc(20px * 1.3);
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    font-weight: 300;
}.about_this .text_list_item > div:nth-child(2) p b {
    position: relative;
    display: inline-block;
    font-weight: 700;
}.about_this .text_list_item > div:nth-child(2) p b::after {
    z-index: -1;
    transform-origin: bottom;
    position: absolute;
    animation: highlightGrow 0.5s ease-out forwards 1.2s;
    left: 0;
    height: 8px;
    content: "";
    transform: scaleY(0);
    width: 100%;
    background: rgba(var(--primary-color-rgb), 0.2);
    bottom: 0;
}.about_this ol {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    counter-reset: item;
}.about_this ol li {
    animation: fadeUp 0.8s ease-out forwards 1s;
    column-gap: 3rem;
    opacity: 0;
    columns: 2;
    padding-left: 0;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transform: translateY(20px);
    color: #000000;
    text-align: justify;
}.about_this ol li::first-line {
    color: rgb(217,200,199);
    font-weight: 600;
}

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

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes highlightGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this .text_list_item {
    padding: 2.5rem;
}.about_this ol li {
    columns: 1;
}.about_this h5 {
    font-size: calc(20px * 0.9);
}.about_this .text_list_item > div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this .text_list_item {
    padding: 2rem;
}.about_this h5 {
    font-size: calc(20px * 0.85);
}.about_this .text_list_item > div:nth-child(2) p {
    font-size: 20px;
}.about_this .text_list_item > div:first-child::before {
    width: 40px;
}
}

@media (max-width: 576px) {.about_this {
    padding: 40px 0;
}.about_this .text_list_item {
    border-left-width: 3px;
    padding: 1.5rem;
}.about_this h5 {
    letter-spacing: 1px;
    font-size: calc(20px * 0.8);
}.about_this .text_list_item > div:nth-child(2) p {
    font-size: calc(14px * 1.2);
}.about_this ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (hover: hover) {.about_this .text_list_item:hover {
    transform: translateY(-5px);
    transition: all 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}.price_option {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(242,231,230) 0%, rgb(185,164,163,0.5) 100%);
    overflow: hidden;
    position: relative;
}.price_option::before {
    left: 0;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(217,200,199), 0.03) 40px, rgba(rgb(217,200,199), 0.03) 80px);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.price_option .container {
    padding: 0 1.5rem;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.price_option .rate_schemes {
    flex-direction: column-reverse;
    gap: 2.5rem;
    display: flex;
}.price_option .trial_offers {
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    margin: 0 auto;
    transform: translateY(0);
    z-index: 3;
    padding: 2rem;
    max-width: 600px;
}.price_option .trial_offers:hover {
    transform: translateY(-5px);
}.price_option .trial_offers h2 {
    line-height: 1.3;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.price_option .trial_offers h2::after {
    transform-origin: left;
    height: 3px;
    background: rgb(217,200,199);
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    width: 80px;
    bottom: -10px;
    content: "";
}.price_option .trial_offers:hover h2::after {
    transform: scaleX(1.5);
}.price_option .learning_plan {
    margin-top: 1.5rem;
    max-width: 100%;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    font-size: 14px;
}.price_option .discount_grid {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.price_option .payment_deals {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
}.price_option .payment_deals:hover {
    transform: translateY(-8px);
}.price_option .pricing_tiers {
    display: flex;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    transition: box-shadow 0.4s ease;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
}.price_option .payment_deals:hover .pricing_tiers {
    box-shadow: 0 15px 35px rgba(rgb(217,200,199,0.5), 0.15);
}.price_option .sub_options {
    flex-direction: column;
    flex-grow: 1;
    min-height: 280px;
    display: flex;
    padding: 2rem;
}.price_option .sub_options h3 {
    font-size: calc(22px + 0.1rem);
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
}.price_option .program_price {
    font-size: calc(22px + 0.3rem);
    color: rgb(217,200,199);
    margin: 0.5rem 0 1.25rem;
    position: relative;
    font-weight: 700;
    display: block;
}.price_option .program_price::before {
    bottom: -10px;
    width: 40px;
    left: 0;
    background: rgb(185,164,163);
    position: absolute;
    content: "";
    height: 2px;
}.price_option .sub_options p {
    flex-grow: 1;
    line-height: 1.6;
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 1.5rem;
    color: #000000;
}.price_option .snapshot {
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
    width: 100%;
    transform: scale(1);
}.price_option .snapshot::after {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    z-index: 1;
    width: 100%;
}.price_option .payment_deals:hover .snapshot {
    transform: scale(1.05);
}

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

@media (min-width: 992px) {.price_option .rate_schemes {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.price_option .trial_offers {
    width: 35%;
    margin: 0;
}.price_option .discount_grid {
    width: 65%;
}
}

@media (min-width: 1200px) {.price_option .discount_grid {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_option .sub_options {
    padding: 2.5rem;
}.price_option .trial_offers h2 {
    font-size: calc(29px + 0.2rem);
}.price_option .snapshot {
    height: 250px;
}
}

@media (max-width: 767px) {.price_option {
    padding: 4rem 0;
}.price_option .sub_options {
    padding: 1.5rem;
    min-height: 240px;
}.price_option .snapshot {
    height: 180px;
}.price_option .trial_offers {
    padding: 1.5rem;
}.price_option .trial_offers h2 {
    font-size: calc(29px - 0.2rem);
}.price_option .learning_plan {
    font-size: calc(14px - 0.1rem);
}}.secure_depot {
    padding: 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgb(185,164,163,0.5);
}.secure_depot:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(217,200,199,0.5);
}.secure_depot h1 {
    font-size: 43px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 40px;
    color: rgb(217,200,199);
    font-weight: 700;
}.secure_depot h2 {
    font-size: 36px;
    color: rgb(185,164,163);
    transition: color 0.3s ease;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}.secure_depot h3, .secure_depot h4, .secure_depot h5, .secure_depot h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 30px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.secure_depot ul, .secure_depot ol {
    margin-left: 20px;
    line-height: 1.6;
    list-style-position: inside;
    font-size: 12px;
    padding-left: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 15px 0;
}.secure_depot li {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}.secure_depot li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(185,164,163,0.5);
}.secure_depot section {
    transition: background 0.3s ease;
    padding: 20px;
    background: var(--bg-color);
}.secure_depot p, .secure_depot span, .secure_depot div {
    color: #000000;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.secure_depot {
    padding: 20px 10px;
}.secure_depot h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(23px - 10px);
}.secure_depot h2 {
    font-size: calc(23px - 8px);
    margin-top: 25px;
    margin-bottom: 15px;
}.secure_depot h3, .secure_depot h4, .secure_depot h5, .secure_depot h6 {
    font-size: calc(23px - 6px);
}.secure_depot ul, .secure_depot ol {
    padding: 10px 0;
}.secure_depot li {
    margin-bottom: 10px;
    padding: 8px;
}.secure_depot p, .secure_depot span, .secure_depot div {
    font-size: calc(12px - 2px);
    margin-bottom: 8px;
}}.course_overview {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,230) 0%, rgba(240, 240, 245, 0.9) 100%);
}.course_overview::before {
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(225deg, rgb(217,200,199,0.5) 0%, transparent 80%);
    top: 0;
    width: 45%;
    height: 100%;
}.course_overview::after {
    background: linear-gradient(90deg, rgb(217,200,199) 0%, rgb(185,164,163) 50%, rgb(217,200,199) 100%);
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 2;
    position: absolute;
}.course_overview .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.course_overview .learn_path {
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course_overview .snapshot {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
    position: relative;
}.course_overview .snapshot::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}.course_overview .snapshot::after {
    width: 80px;
    border-right: 4px solid rgb(185,164,163);
    top: -10px;
    right: -10px;
    position: absolute;
    content: "";
    border-top: 4px solid rgb(185,164,163);
    z-index: 2;
    height: 80px;
}.course_overview .snapshot:hover {
    transform: perspective(1000px) rotateY(0);
}.course_overview .text_list_item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease;
    transform: translateY(0);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    backdrop-filter: blur(10px);
}.course_overview .text_list_item:hover {
    transform: translateY(-5px);
}.course_overview .text_list_item::before {
    height: 100%;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(217,200,199), rgb(185,164,163));
    top: 0;
    left: 0;
    content: "";
}.course_overview h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    position: relative;
    line-height: 1.4;
}.course_overview h3::after {
    width: 80px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(217,200,199);
    height: 3px;
}.course_overview .description {
    padding-right: 15px;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 250px;
}.course_overview .description::-webkit-scrollbar {
    width: 4px;
}.course_overview .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,200,199,0.5);
}.course_overview span.description {
    display: none;
}

@media (min-width: 768px) {.course_overview {
    padding: 120px 0;
}.course_overview .learn_path {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_overview .snapshot {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.course_overview .text_list_item {
    transform: translateX(-50px);
    z-index: 4;
}.course_overview .text_list_item:hover {
    transform: translateX(-60px) translateY(0);
}.course_overview h3 {
    font-size: 36px;
}.course_overview .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview .learn_path {
    gap: 60px;
}.course_overview .snapshot {
    height: 500px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course_overview .text_list_item {
    padding: 50px;
    transform: translateX(-80px);
}.course_overview .text_list_item:hover {
    transform: translateX(-90px) translateY(0);
}.course_overview h3 {
    margin-bottom: 30px;
}.course_overview .description {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
    max-height: 400px;
}
}

@media (max-width: 767px) {.course_overview {
    padding: 60px 0;
}.course_overview::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    width: 100%;
    opacity: 0.3;
}.course_overview .snapshot {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_overview .text_list_item {
    padding: 25px 20px;
    margin-top: -30px;
}.course_overview h3 {
    font-size: calc(21px * 1.05);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_overview .description {
    font-size: calc(15px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}