* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.wrapper-border {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}.qna_board {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    auto
contain;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.head_nav {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    background: radial-gradient(ellipse at top right, rgb(255, 255, 255, 0.5) 25%, rgb(202,118,118,0.5) 18%, rgb(226,161,161) 29%, rgb(226,161,161,0.5) 4%, rgb(246,214,214) 74%);
    width: 19px;
}::-webkit-scrollbar-track {
    border: 1px ridge rgb(202,118,118);
    background: rgb(226,161,161,0.5);
    box-shadow: inset 3px 4px 1px 4px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb {
    border-radius: 18.8em;
    background: radial-gradient(ellipse at top right, #ffffff 13%, rgb(255, 255, 255, 0.5) 94%, rgb(202,118,118,0.5) 36%, rgb(226,161,161) 12%, rgb(226,161,161,0.5) 91%, rgb(246,214,214) 4%);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.6);
    transform: translateX(2px);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px -5px 4px 4px rgba(0, 0, 0, 0.6);
    background: #ffffff;
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(226,161,161,0.5) rgb(226,161,161);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1130px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_comments {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgb(226,161,161,0.5) 100%);
    padding: 5rem 1rem;
}.client_comments::before {
    content: "";
    opacity: 0.05;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.client_comments h2 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
}.client_comments h2::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.4s ease-out;
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    content: "";
}.client_comments h2:hover::after {
    transform: translateX(-50%) scaleX(1);
}.client_comments .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.client_comments .study_sessions {
    position: relative;
}.client_comments .feedback_corner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2rem;
}.client_comments .opinion_hub {
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    z-index: 1;
    padding: 2rem;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.client_comments .opinion_hub::before {
    top: 0;
    left: 0;
    width: 5px;
    height: 0;
    transition: height 0.5s ease;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(226,161,161), rgb(202,118,118));
}.client_comments .opinion_hub:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1), 
                0 15px 25px rgba(0, 0, 0, 0.08);
}.client_comments .opinion_hub:hover::before {
    height: 100%;
}.client_comments .opinion_hub::after {
    pointer-events: none;
    top: -25px;
    content: "";
    position: absolute;
    font-family: Georgia, serif;
    opacity: 0.15;
    color: rgb(202,118,118,0.5);
    right: 20px;
    font-size: 150px;
}.client_comments .opinion_hub h3 {
    font-weight: 600;
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 1rem;
    position: relative;
}.client_comments .opinion_hub:hover h3 {
    color: rgb(226,161,161);
    padding-left: 1.5rem;
}.client_comments .opinion_hub .description {
    font-size: 13px;
    transition: all 0.3s ease;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}.client_comments .opinion_hub:hover .description {
    padding-left: 0.5rem;
}.client_comments .opinion_hub div {
    position: relative;
    overflow: hidden;
    transform: translateX(0) rotate(0);
    height: 60px;
    margin-top: 1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.client_comments .opinion_hub:hover div {
    transform: translateX(10px) rotate(5deg);
}.client_comments .opinion_hub div::before {
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(226,161,161,0.5), transparent);
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}.client_comments .opinion_hub:hover div::before {
    opacity: 0.3;
}.client_comments .opinion_hub img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.client_comments .opinion_hub:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.client_comments {
    padding: 4rem 1rem;
}.client_comments .feedback_corner {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.client_comments h2 {
    font-size: calc(35px * 0.9);
}.client_comments .feedback_corner {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_comments .opinion_hub {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.client_comments {
    padding: 3rem 1rem;
}.client_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.client_comments .feedback_corner {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}
}

@media (max-width: 576px) {.client_comments {
    padding: 2.5rem 1rem;
}.client_comments h2 {
    font-size: calc(35px * 0.7);
}.client_comments .feedback_corner {
    gap: 1rem;
    grid-template-columns: 1fr;
}.client_comments .opinion_hub {
    padding: 1.25rem;
}.client_comments .opinion_hub h3 {
    font-size: 19px;
}.client_comments .opinion_hub div {
    width: 50px;
    height: 50px;
}}.cookieNotificationBar {
    border-top: 2px solid rgb(226,161,161);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    padding: 20px 0;
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
    background: rgb(202,118,118);
    transition: all 0.3s ease-in-out;
}.consent_track {
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}.cookieNotificationBar h5 {
    transition: color 0.3s ease-in-out;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
}.cookieNotificationBar p {
    color: #ffffff;
    font-size: 12px;
    max-width: 500px;
}.safe_cookies {
    margin-right: 20px;
    flex-shrink: 0;
}.safe_cookies svg, .safe_cookies svg path {
    height: 80px;
    width: 80px;
    fill: rgb(226,161,161);
    transition: transform 0.3s ease-in-out;
}.safe_cookies:hover svg {
    transform: rotate(10deg);
}.cookie_comply {
    background: rgb(226,161,161);
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 26px;
    margin-left: 20px;
    cursor: pointer;
    box-shadow: rgb(226,161,161,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.cookie_button.user_tracker {
    background: rgb(226,161,161);
}.cookie_button.privacy_opt {
    background: rgb(202,118,118);
}.cookie_comply:hover {
    transform: scale(1.05);
    box-shadow: rgb(226,161,161,0.5) 0px 6px 15px 0px;
}.cookieNotificationBar p a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(226,161,161);
    transition: color 0.3s ease-in-out;
}.cookieNotificationBar p a:hover {
    color: rgb(202,118,118);
}.wrapper-border .cookieNotificationBar {
    border: none;
    background: rgb(202,118,118);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.wrapper-border .cookie_comply {
    padding: 10px;
    border: none;
    margin-left: 30px;
    font-weight: 400;
    background: rgb(226,161,161);
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.wrapper-border .cookie_ack h5, .wrapper-border .cookie_ack p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBar {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.safe_cookies {
    display: none;
}.consent_track {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieNotificationBar h5 {
    text-align: center;
}.cookieNotificationBar p {
    text-align: center;
}.cookie_ack {
    text-align: center;
    margin-bottom: 20px;
}.cookie_comply {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
#cookie_panel_popup {
    display: none;
}#cookie_panel_popup:checked ~ .cookieNotificationBar {
    visibility: hidden;
    opacity: 0;
}header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: linear-gradient(135deg, rgb(226,161,161,0.5), rgb(202,118,118,0.5));
    padding: 0;
}header::before {
    width: 100%;
    z-index: 0;
    content: '';
    top: 0;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    left: 0;
    height: 100%;
}header .container {
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0 2%;
    z-index: 1;
}header .nav_sitebar {
    overflow: hidden;
    margin: 1rem 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    align-items: center;
    border-radius: 30px;
    position: relative;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
}header .nav_sitebar::before {
    top: 0;
    left: 0;
    height: 5px;
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(226,161,161), rgb(202,118,118));
    position: absolute;
}header .nav_tutor {
    justify-content: center;
    text-decoration: none;
    padding: 0 0 1rem 0;
    position: relative;
    display: flex;
}header .nav_tutor::after {
    width: 60%;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(226,161,161,0.5), rgb(202,118,118,0.5), rgb(226,161,161,0.5), transparent);
    bottom: 0;
    left: 20%;
}header .nav_tutor svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .nav_tutor:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .head_lesson {
    width: 100%;
    padding: 1rem 2rem 0;
    justify-content: center;
    display: flex;
    max-width: 90%;
    flex-wrap: wrap;
    gap: 0.7rem;
}header .main_nav {
    overflow: hidden;
    padding: 0.7rem 1.3rem;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(246,214,214));
    z-index: 1;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
}header .main_nav::before {
    transition: height 0.3s ease;
    content: '';
    bottom: 0;
    height: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(226,161,161,0.5), transparent);
    z-index: -1;
    left: 0;
}header .main_nav:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(226,161,161);
    transform: translateY(-3px);
}header .main_nav:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .nav_sitebar {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .nav_tutor {
    padding: 0 0 0.8rem 0;
}header .nav_tutor svg {
    width: 160px;
}header .head_lesson {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main_nav {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .nav_sitebar {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .nav_tutor {
    padding: 0 0 0.7rem 0;
}header .nav_tutor svg {
    width: 140px;
}header .head_lesson {
    gap: 0.5rem;
    max-width: 95%;
    padding: 0.7rem 1rem 0;
}header .main_nav {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .nav_sitebar {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .nav_tutor {
    padding: 0 0 0.6rem 0;
}header .nav_tutor svg {
    width: 120px;
}header .head_lesson {
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head_lesson::-webkit-scrollbar {
    height: 3px;
}header .head_lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(226,161,161);
}header .main_nav {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.course_methodology {
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgba(249, 249, 249, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course_methodology::before {
    position: absolute;
    height: 100%;
    animation: patternMove 60s linear infinite;
    opacity: 0.15;
    content: "";
    width: 100%;
    background-size: 50px 50px;
    z-index: 1;
    background-image: 
        linear-gradient(30deg, rgb(226,161,161,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(226,161,161,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
}.course_methodology::after {
    content: "";
    right: -5%;
    top: -10%;
    width: 30%;
    filter: blur(70px);
    pointer-events: none;
    height: 60%;
    z-index: 0;
    background: linear-gradient(
        45deg,
        rgb(226,161,161,0.5) 0%,
        rgb(202,118,118,0.5) 50%,
        transparent 100%
    );
    opacity: 0.1;
    position: absolute;
    transform: rotate(-5deg);
}.course_methodology .study_sessions {
    max-width: 1200px;
    margin: 0 auto;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.course_methodology h2 {
    font-weight: 600;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    text-align: left;
    transform: translateX(0);
    line-height: 1.2;
    color: #000000;
    font-size: 36px;
    position: relative;
}.course_methodology h2::after {
    content: "";
    bottom: -12px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    transform-origin: left center;
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(226,161,161) 0%, rgb(202,118,118) 100%);
}.course_methodology:hover h2::after {
    transform: scaleX(1.5);
}.course_methodology .content_column {
    background: #ffffff;
    transform: translateY(0) perspective(1000px) rotateX(0);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    padding: 40px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    border-left: 6px solid rgb(226,161,161);
}.course_methodology .content_column::before {
    opacity: 0.8;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 48%, rgba(rgb(226,161,161,0.5), 0.02) 50%, transparent 52%);
    top: 0;
    width: 100%;
}.course_methodology .content_column:hover {
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.course_methodology .content_column:hover::before {
    opacity: 0.3;
}.course_methodology p {
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    color: #000000;
    margin: 0;
    transition: transform 0.3s ease;
    z-index: 3;
}.course_methodology .content_column::after {
    top: -80px;
    width: 160px;
    content: "";
    background: linear-gradient(45deg, transparent, rgb(226,161,161,0.5) 70%);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    right: -80px;
    opacity: 0.1;
    border-radius: 50%;
    height: 160px;
    z-index: 1;
    position: absolute;
}.course_methodology .content_column:hover::after {
    transform: scale(1.2) rotate(10deg);
}

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

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

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

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

@media (min-width: 1400px) {.course_methodology .study_sessions {
    max-width: 1320px;
}.course_methodology h2 {
    font-size: calc(36px * 1.1);
}.course_methodology .content_column {
    padding: 50px;
}}footer {
    z-index: 1;
    position: relative;
    perspective: 1000px;
}footer::before {
    opacity: 0.9;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: -2;
    content: "";
    background: linear-gradient(135deg, rgb(202,118,118,0.5) 0%, rgb(226,161,161,0.5) 100%);
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
}.qna_board {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.qna_board::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(226,161,161) 0px,
        rgb(226,161,161) 40px,
        rgb(202,118,118) 40px,
        rgb(202,118,118) 80px
    );
}.qna_board .container {
    gap: 4rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.qna_board .company_holder {
    transform: rotateX(5deg);
    border-radius: 0;
    padding: 2rem;
    transform-style: preserve-3d;
    border-bottom: 6px solid rgb(226,161,161);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    background: rgb(226,161,161,0.5);
    position: relative;
    transition: all 0.4s ease;
    flex: 1 1 380px;
}.qna_board .company_holder:hover {
    transform: rotateX(0deg);
}.qna_board .company_holder h3 {
    margin: 0 0 1.5rem;
    transform: translateZ(20px);
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 31px;
}.qna_board .company_holder h3::before {
    border-left: 3px solid #ffffff;
    content: "";
    width: 30px;
    top: -10px;
    left: -10px;
    border-top: 3px solid #ffffff;
    position: absolute;
    height: 30px;
}.qna_board .company_holder h3::after {
    width: 30px;
    content: "";
    position: absolute;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    right: -10px;
    height: 30px;
}.qna_board .mobile_cta {
    line-height: 1.6;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    transform: translateZ(10px);
    padding: 1.5rem;
}.qna_board .app_store {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.qna_board .main_pro {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.qna_board .head_lesson {
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    transform: rotateX(-5deg);
}.qna_board .head_lesson:hover {
    transform: rotateX(0deg);
}.qna_board .head_lesson h5 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem;
    background: rgb(202,118,118,0.5);
    position: relative;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    transform: translateZ(15px);
    min-width: 200px;
    display: inline-block;
    font-size: 19px;
}.qna_board .head_lesson h5::after {
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    right: 0;
    background: rgb(202,118,118);
}.qna_board .head_lesson .main_pro {
    flex-direction: column;
    display: flex;
    transform: translateZ(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    gap: 1rem;
    padding: 1rem;
}.qna_board .head_lesson .main_pro a {
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(10px);
    font-size: 13px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}.qna_board .head_lesson .main_pro a::before {
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
}.qna_board .head_lesson .main_pro a:hover {
    color: #ffffff;
    background: rgb(202,118,118,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.qna_board .head_lesson .main_pro a:hover::before {
    left: 100%;
}.equity_info {
    perspective: 1000px;
    position: relative;
    background: rgb(202,118,118,0.5);
    padding: 2rem 0;
    transform-style: preserve-3d;
    margin-top: 3rem;
}.equity_info::before {
    background: rgb(202,118,118);
    height: 20px;
    transform-origin: bottom;
    content: "";
    left: 0;
    transform: rotateX(45deg);
    top: -20px;
    position: absolute;
    width: 100%;
}.equity_info .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.equity_info .comm_guide {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.qna_board .container {
    gap: 3rem;
}.qna_board .company_holder {
    flex: 1 1 350px;
}.qna_board .app_store {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.qna_board .main_pro {
    gap: 2rem;
}
}

@media (max-width: 992px) {.qna_board {
    padding: 4rem 0 2rem;
}.qna_board .container {
    flex-direction: column;
    gap: 3rem;
}.qna_board .company_holder,
    .qna_board .app_store {
    flex: 1 1 100%;
    min-width: 100%;
}.qna_board .head_lesson {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.qna_board .company_holder,
    .qna_board .head_lesson {
    transform: none;
}
}

@media (max-width: 768px) {.qna_board {
    padding: 3.5rem 0 1.5rem;
}.qna_board .main_pro {
    gap: 1.5rem;
}.qna_board .company_holder h3 {
    font-size: calc(31px - 2px);
}.qna_board .company_holder h3::before,
    .qna_board .company_holder h3::after {
    height: 20px;
    width: 20px;
}.equity_info {
    margin-top: 2rem;
}.equity_info::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.qna_board {
    padding: 3rem 0 1rem;
}.qna_board .head_lesson {
    min-width: 100%;
    flex: 1 1 100%;
}.qna_board .main_pro {
    gap: 0.7rem;
}.qna_board .head_lesson .main_pro a {
    padding: 0.6rem 0.8rem;
}.equity_info {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.equity_info::before {
    display: none;
}
}

@media (max-width: 420px) {.qna_board::before {
    height: 10px;
}.qna_board .company_holder h3::before,
    .qna_board .company_holder h3::after {
    display: none;
}.qna_board .head_lesson h5 {
    min-width: auto;
    width: 100%;
}.equity_info .comm_guide {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.our_story {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(246,214,214) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.our_story::before {
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(226,161,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(202,118,118,0.5) 0%, transparent 30%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.3;
}.our_story::after {
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    opacity: 0.03;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(-45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%),
        linear-gradient(45deg, transparent 45%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 55%, transparent 55%);
}.our_story .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.our_story h2 {
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    font-size: 43px;
    color: #000000;
}.our_story h2::before {
    border-radius: 4px;
    background: rgb(226,161,161);
    width: 80px;
    left: 50%;
    bottom: -20px;
    position: absolute;
    height: 4px;
    content: "";
    transform: translateX(-50%);
}.our_story h2::after {
    width: 30px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    height: 4px;
    bottom: -20px;
    content: "";
    background: rgb(202,118,118);
    animation: slideAcross 3s infinite;
    transform: translateX(-50%);
}@keyframes slideAcross {
    0% {
        left: calc(50% - 40px);
    }
    50% {
        left: calc(50% + 40px);
    }
    100% {
        left: calc(50% - 40px);
    }
}

.our_story .instructor_bio {
    gap: 30px;
    display: flex;
}.our_story .founders_team {
    border-radius: 29px;
    background: #ffffff;
    position: relative;
    flex: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 60px 40px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.our_story .founders_team:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.our_story .founders_team::before {
    content: "";
    left: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
}.our_story .founders_team:nth-child(1)::before {
    background: rgb(226,161,161);
}.our_story .founders_team:nth-child(2)::before {
    background: rgb(202,118,118);
}.our_story .founders_team::after {
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
    height: 100%;
}.our_story .founders_team h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.our_story .founders_team h3::after {
    bottom: 0;
    width: 50px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
}.our_story .founders_team:nth-child(1) h3::after {
    background: rgb(226,161,161);
}.our_story .founders_team:nth-child(2) h3::after {
    background: rgb(202,118,118);
}.our_story .founders_team:hover h3::after {
    width: 80px;
}.our_story .founders_team p {
    z-index: 2;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.our_story .founders_team:nth-child(1) {
    transform: translateY(20px);
}.our_story .founders_team:nth-child(1):hover {
    transform: translateY(5px);
}.our_story .founders_team:nth-child(1)::after {
    opacity: 0.1;
    bottom: 20px;
    content: "";
    height: 100px;
    right: 20px;
    border-radius: 50%;
    width: 100px;
    position: absolute;
    background: rgb(226,161,161,0.5);
    z-index: 1;
}.our_story .founders_team:nth-child(2)::after {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: 20px;
    background: rgb(202,118,118,0.5);
    content: "";
    left: 20px;
    opacity: 0.1;
    z-index: 1;
}.our_story .container::before,
.our_story .container::after {
    position: absolute;
    height: 300px;
    z-index: 1;
    opacity: 0.05;
    width: 300px;
    content: "";
}.our_story .container::before {
    background: rgb(226,161,161);
    right: -150px;
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    animation: morphShape 15s linear infinite alternate;
}.our_story .container::after {
    background: rgb(202,118,118);
    bottom: -150px;
    left: -150px;
    border-radius: 70% 30% 40% 60% / 60% 40% 50% 40%;
    animation: morphShape 15s linear infinite alternate-reverse;
}

@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 50% 30% 40%;
    }
    100% {
        border-radius: 35% 65% 60% 40% / 50% 45% 55% 45%;
    }
}

@media screen and (max-width: 991px) {.our_story {
    padding: 100px 0;
}.our_story h2 {
    margin-bottom: 60px;
}.our_story .founders_team {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.our_story {
    padding: 80px 0;
}.our_story h2 {
    margin-bottom: 50px;
    font-size: 34px;
}.our_story .instructor_bio {
    flex-direction: column;
}.our_story .founders_team {
    transform: translateY(0) !important;
}.our_story .founders_team:hover {
    transform: translateY(-10px) !important;
}
}

@media screen and (max-width: 576px) {.our_story {
    padding: 60px 0;
}.our_story h2 {
    margin-bottom: 40px;
}.our_story .founders_team {
    padding: 30px 25px;
}.our_story .founders_team h3 {
    font-size: calc(17px + 0.1rem);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our_story .founders_team p {
    font-size: calc(12px - 0.05rem);
}.our_story .founders_team:hover {
    transform: translateY(-5px) !important;
}}.appPage {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(246,214,214) 0%, rgba(255,255,255,0.95) 100%);
}.appPage::before {
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    z-index: 0;
    background: rgb(226,161,161,0.5);
    filter: blur(60px);
    width: 50%;
    animation: float 18s infinite ease-in-out;
    content: "";
    top: -20%;
    opacity: 0.3;
    height: 80%;
}.appPage::after {
    content: "";
    z-index: 0;
    opacity: 0.2;
    width: 40%;
    background: rgb(202,118,118,0.5);
    animation: float 15s infinite ease-in-out reverse;
    height: 60%;
    left: -5%;
    bottom: -10%;
    position: absolute;
    transform: rotate(10deg) skew(-10deg);
    filter: blur(50px);
}.appPage .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.appPage h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(29px * 1.1);
    text-align: center;
    line-height: 1.3;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}.appPage h2::after {
    width: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    bottom: -15px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.appPage .study_sessions {
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 40px;
    position: relative;
    border-left: 5px solid rgb(226,161,161);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.appPage .study_sessions:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.appPage ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appPage li {
    padding-left: 25px;
    position: relative;
}.appPage li::before {
    height: 12px;
    position: absolute;
    width: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(226,161,161) 0%, rgb(202,118,118) 100%);
    content: "";
    left: 0;
    transform: rotate(45deg);
    border-radius: 2px;
    top: 8px;
}.appPage span {
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    font-weight: 400;
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(20px, 20px);
    }
}

@media (max-width: 991px) {.appPage {
    padding: 90px 0;
}.appPage h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.appPage .study_sessions {
    padding: 30px;
}
}

@media (max-width: 767px) {.appPage {
    padding: 70px 0;
}.appPage h2 {
    font-size: calc(29px * 0.8);
    line-height: 1.4;
}.appPage h2::after {
    bottom: -12px;
    width: 60px;
}.appPage .study_sessions {
    border-left: 4px solid rgb(226,161,161);
    padding: 25px 20px;
}.appPage li {
    padding-left: 20px;
}.appPage li::before {
    width: 10px;
    top: 7px;
    height: 10px;
}.appPage span {
    font-size: calc(13px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.appPage {
    padding: 50px 0;
}.appPage h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.appPage .study_sessions {
    padding: 20px 15px;
    border-left: 3px solid rgb(226,161,161);
}.appPage li::before {
    height: 8px;
    width: 8px;
    top: 8px;
}.appPage span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.tariff_list {
    z-index: 1;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.tariff_list::before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    width: 100%;
    content: "";
}.tariff_list .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.tariff_list .learning_fee {
    position: relative;
}.tariff_list h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 37px;
    transform: translateZ(0);
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 700;
}.tariff_list h2::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    position: absolute;
    height: 4px;
    content: "";
    bottom: -12px;
}.tariff_list .bundle_offer {
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    font-weight: 300;
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 60px;
}.tariff_list .indv_cost {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    perspective: 1000px;
}.tariff_list .indv_cost li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff_list .indv_cost li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.tariff_list .program_rate {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
}.tariff_list .program_rate::before {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 0;
    position: absolute;
    transform: scaleX(0);
    top: 0;
    height: 4px;
    right: 0;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    content: "";
}.tariff_list .program_rate:hover::before {
    transform: scaleX(1);
}.tariff_list .program_rate::after {
    width: 100%;
    height: 50%;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(226,161,161,0.5), 0.05), transparent);
}.tariff_list .study_pricing {
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 35px 30px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}.tariff_list .payment_deals {
    flex: 1;
    display: flex;
    flex-direction: column;
}.tariff_list .payment_deals h4 {
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(23px + 2px);
    position: relative;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-weight: 600;
}.tariff_list .payment_deals h4::after {
    width: 40px;
    height: 3px;
    position: absolute;
    background: rgb(202,118,118);
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
}.tariff_list .program_rate:hover .payment_deals h4::after {
    width: 60px;
}.tariff_list .payment_deals p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    flex: 1;
    word-wrap: break-word;
    font-size: 14px;
}.tariff_list .basic_cost {
    color: rgb(226,161,161);
    align-self: flex-start;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    background: rgba(rgb(226,161,161,0.5), 0.1);
    display: block;
    position: relative;
    margin-top: auto;
    font-weight: 700;
    font-size: calc(23px + 4px);
    padding: 10px 20px;
    border-radius: 10px;
}.tariff_list .program_rate:hover .basic_cost {
    background: rgba(rgb(226,161,161,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.tariff_list .indv_cost {
    grid-template-columns: repeat(4, 1fr);
}.tariff_list .study_pricing {
    padding: 40px 35px;
}.tariff_list h2 {
    font-size: calc(37px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.tariff_list .indv_cost {
    grid-template-columns: repeat(3, 1fr);
}.tariff_list .study_pricing {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.tariff_list .indv_cost {
    grid-template-columns: repeat(2, 1fr);
}.tariff_list .payment_deals p {
    font-size: calc(14px - 1px);
    margin-bottom: 25px;
}.tariff_list .study_pricing {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff_list {
    padding: 70px 0;
}.tariff_list .indv_cost {
    grid-template-columns: 1fr;
    gap: 20px;
}.tariff_list h2 {
    font-size: calc(37px - 2px);
}.tariff_list .bundle_offer {
    font-size: 14px;
    margin-bottom: 40px;
}.tariff_list .payment_deals h4 {
    font-size: 23px;
}.tariff_list .payment_deals p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.tariff_list .basic_cost {
    font-size: calc(23px + 2px);
}.tariff_list .study_pricing {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.tariff_list {
    padding: 50px 0;
}.tariff_list .study_pricing {
    padding: 25px 20px;
}.tariff_list h2::after {
    width: 60px;
    height: 3px;
}.tariff_list .basic_cost {
    padding: 8px 16px;
}}.contact_form_section {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: rgb(246,214,214);
    overflow: hidden;
}.contact_form_section::before {
    opacity: 0.5;
    left: 0;
    position: absolute;
    z-index: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    content: '';
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0;
}.contact_form_section .image_showcase {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
    position: absolute;
    z-index: 0;
}.contact_form_section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.contact_form_section h3 {
    color: #000000;
    letter-spacing: 1px;
    font-size: 34px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}.contact_form_section .inquiry_reach {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    overflow: hidden;
}.contact_form_section .query_list {
    padding: 80px;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 1;
    flex: 1 1 55%;
    display: flex;
}.contact_form_section .query_list::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
}.contact_form_section .query_list #contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}.contact_form_section .query_list h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}.contact_form_section .query_list input[type="text"],
.contact_form_section .query_list textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 20px 25px;
    font-size: 13px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #000000;
}.contact_form_section .query_list textarea {
    resize: vertical;
    border-radius: 25px;
    padding-top: 25px;
    height: 150px;
}.contact_form_section .query_list input[type="text"]:focus,
.contact_form_section .query_list textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(226,161,161,0.5);
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
}.contact_form_section .query_list .help_section {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}.contact_form_section .query_list .help_section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section .query_list .help_section label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: calc(13px - 2px);
}.contact_form_section .query_list .help_section label::before {
    width: 22px;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    height: 22px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
}.contact_form_section .query_list .help_section input[type="checkbox"]:checked + label::before {
    background-color: rgb(226,161,161);
    border-color: rgb(226,161,161);
}.contact_form_section .query_list .help_section input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    top: 10px;
    height: 5px;
    left: 7px;
    position: absolute;
    width: 8px;
    transform: rotate(-45deg);
    content: '';
    border-bottom: 2px solid #ffffff;
}.contact_form_section .query_list .help_section a {
    color: rgb(226,161,161);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_section .query_list .help_section a:hover {
    color: rgb(202,118,118);
}.contact_form_section .query_list .message_box {
    border-radius: 50px;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(226,161,161);
    overflow: hidden;
}.contact_form_section .query_list .message_box::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    position: absolute;
    content: '';
    left: -100%;
}.contact_form_section .query_list .message_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(226,161,161,0.5);
    background: rgb(202,118,118);
}.contact_form_section .query_list .message_box:hover::before {
    left: 100%;
}.contact_form_section .inquiry_inquiry {
    position: relative;
    overflow: hidden;
    padding: 80px 60px;
    flex: 1 1 45%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgb(226,161,161) 0%, rgb(202,118,118) 100%);
}.contact_form_section .inquiry_inquiry::before {
    opacity: 0.7;
    content: '';
    width: 200%;
    position: absolute;
    background-size: 250px 250px;
    height: 200%;
    z-index: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    left: -50%;
    top: -50%;
}.contact_form_section .inquiry_inquiry h4 {
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
}.contact_form_section .inquiry_inquiry .message_widget {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 300px;
}.contact_form_section .inquiry_inquiry .message_widget li {
    display: flex;
    position: relative;
    align-items: center;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
}.contact_form_section .inquiry_inquiry .message_widget li:last-child {
    margin-bottom: 0;
}.contact_form_section .inquiry_inquiry .message_widget li:hover {
    transform: translateX(5px);
}.contact_form_section .inquiry_inquiry .message_widget li svg {
    flex-shrink: 0;
    height: 22px;
    opacity: 0.9;
    width: 22px;
    margin-right: 20px;
}.contact_form_section .inquiry_inquiry .message_widget li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_form_section .inquiry_inquiry .message_widget li span {
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
    position: relative;
}.contact_form_section .inquiry_inquiry .message_widget li span::after {
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    left: 0;
}.contact_form_section .inquiry_inquiry .message_widget li:hover span::after {
    width: 100%;
}.contact_form_section .inquiry_inquiry .message_widget li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_form_section .inquiry_inquiry .message_widget li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_form_section {
    padding: 80px 0;
}.contact_form_section .inquiry_reach {
    flex-direction: column;
}.contact_form_section .query_list,
    .contact_form_section .inquiry_inquiry {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section h3 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.contact_form_section .query_list h3,
    .contact_form_section .inquiry_inquiry h4 {
    margin-bottom: 30px;
    font-size: calc(21px - 2px);
}.contact_form_section .query_list input[type="text"],
    .contact_form_section .query_list textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact_form_section .query_list textarea {
    height: 120px;
}.contact_form_section .query_list .message_box {
    padding: 16px;
}.contact_form_section .inquiry_inquiry .message_widget li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section .query_list,
    .contact_form_section .inquiry_inquiry {
    padding: 40px 25px;
}.contact_form_section h3 {
    font-size: calc(34px - 6px);
}.contact_form_section .query_list .help_section label {
    font-size: calc(13px - 3px);
}.contact_form_section .inquiry_reach {
    border-radius: 20px;
}.contact_form_section .query_list input[type="text"],
    .contact_form_section .query_list textarea {
    border-radius: 25px;
}.contact_form_section .query_list textarea {
    border-radius: 20px;
}}.course_program_description {
    flex-direction: column;
    min-height: 100vh;
    background-color: #000000;
    justify-content: center;
    overflow: hidden;
    display: flex;
    position: relative;
}.course_program_description .learn_work {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
}.course_program_description .education {
    animation: split-carousel 40s linear infinite;
    display: flex;
    height: 100%;
    width: 500%;
}.course_program_description .learn_work:hover .education {
    animation-play-state: paused;
}.course_program_description .grow_skills {
    position: relative;
    overflow: hidden;
    flex: 1;
}.course_program_description .grow_skills:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.course_program_description .grow_skills:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.course_program_description .grow_skills img {
    width: 100%;
    transition: all 0.7s ease;
    object-fit: cover;
    transform: scale(1.1);
    filter: grayscale(0.3) contrast(1.2);
    height: 100%;
}.course_program_description .grow_skills:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}.course_program_description .container {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 0 1rem;
    width: 100%;
}.course_program_description .study_sessions {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}.course_program_description .study_path {
    border: 1px solid rgb(226,161,161,0.5);
    text-align: center;
    padding: 3rem;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    max-width: 550px;
}.course_program_description .study_path::before {
    animation: rotate-background 20s linear infinite;
    z-index: -1;
    top: -50%;
    left: -50%;
    height: 200%;
    position: absolute;
    content: "";
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(226,161,161,0.5) 90deg,
        transparent 180deg,
        rgb(202,118,118,0.5) 270deg,
        transparent 360deg
    );
    width: 200%;
    opacity: 0.1;
}.course_program_description .study_path h3 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
}.course_program_description .study_path h3::after {
    background: rgb(226,161,161);
    content: "";
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
}.course_program_description .study_path p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    position: relative;
}.course_program_description .study_path .message_box {
    font-size: 16px;
    display: inline-block;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 2px solid rgb(226,161,161);
    border-radius: 10px;
    transition: all 0.4s ease;
    z-index: 1;
}.course_program_description .study_path .message_box::before {
    transition: width 0.6s ease, height 0.6s ease;
    width: 0;
    border-radius: 50%;
    top: 50%;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
    left: 50%;
    content: "";
    background-color: rgb(226,161,161);
}.course_program_description .study_path .message_box:hover {
    color: #000000;
}.course_program_description .study_path .message_box:hover::before {
    height: 300%;
    width: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course_program_description .study_path {
    padding: 2.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.course_program_description {
    min-height: 100vh;
}.course_program_description .education {
    animation-duration: 30s;
}.course_program_description .study_path {
    max-width: 90%;
    padding: 2rem;
}.course_program_description .study_path h3 {
    font-size: calc(36px * 0.85);
}.course_program_description .grow_skills::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.course_program_description .container {
    padding: 0 1rem;
}.course_program_description .study_path {
    padding: 1.5rem;
    max-width: 100%;
}.course_program_description .study_path h3 {
    font-size: calc(36px * 0.7);
}.course_program_description .study_path .message_box {
    width: 100%;
    padding: 0.8rem 1.5rem;
    display: block;
}.course_program_description .grow_skills img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.course_program_description .study_path {
    max-width: 650px;
    padding: 3.5rem;
}.course_program_description .study_path h3 {
    font-size: calc(36px * 1.2);
}.course_program_description .study_path p {
    font-size: calc(12px * 1.1);
}.course_program_description .study_path .message_box {
    padding: 1rem 3rem;
}}.course_beneficiaries {
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    background-color: rgb(246,214,214);
}.course_beneficiaries::before,
.course_beneficiaries::after {
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(226,161,161) 50%, 
        transparent 80%);
    height: 100%;
    animation: beamScan 8s infinite ease-out;
    opacity: 0;
}.course_beneficiaries::before {
    left: 25%;
    animation-delay: 0s;
}.course_beneficiaries::after {
    animation-delay: 4s;
    right: 25%;
}.course_beneficiaries .study_sessions {
    z-index: 2;
    max-width: 1000px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.course_beneficiaries .study_sessions::before,
.course_beneficiaries .study_sessions::after {
    opacity: 0;
    height: 1px;
    left: 0;
    position: absolute;
    animation: horizontalBeam 10s infinite ease-out;
    width: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(202,118,118) 50%, 
        transparent 90%);
}.course_beneficiaries .study_sessions::before {
    animation-delay: 2s;
    top: 30%;
}.course_beneficiaries .study_sessions::after {
    animation-delay: 6s;
    bottom: 30%;
}.course_beneficiaries h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
    color: rgb(226,161,161);
}.course_beneficiaries h3::after {
    position: absolute;
    bottom: -15px;
    content: '';
    background: rgb(226,161,161);
    transform: translateX(-50%) scaleX(0.3);
    height: 2px;
    animation: pulseLine 4s infinite ease-in-out;
    left: 50%;
    opacity: 0.7;
    width: 100px;
}.course_beneficiaries ul {
    gap: 1.2rem;
    margin: 0;
    flex-direction: column;
    padding: 0;
    display: flex;
    list-style: none;
}.course_beneficiaries ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
    padding: 1.3rem 1.5rem;
    display: flex;
    overflow: hidden;
    color: #000000;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    align-items: center;
}.course_beneficiaries ul li::before {
    background: linear-gradient(to bottom, 
        rgb(202,118,118,0.5), 
        rgb(226,161,161,0.5));
    position: absolute;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    left: 0;
    width: 3px;
    transform-origin: top;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.5;
}.course_beneficiaries ul li::after {
    width: 100%;
    transition: transform 0.5s ease;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(226,161,161,0.5) 20%, 
        transparent 80%);
    opacity: 0;
    position: absolute;
    transform: translateX(-100%);
}.course_beneficiaries ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.course_beneficiaries ul li:hover::before {
    transform: scaleY(1);
}.course_beneficiaries ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.course_beneficiaries ul li svg {
    width: 28px;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    margin-right: 1.5rem;
    height: 28px;
    flex-shrink: 0;
}.course_beneficiaries ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.course_beneficiaries ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(226,161,161);
}.course_beneficiaries ul li:hover svg path {
    fill: rgb(202,118,118);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.course_beneficiaries::before :nth-child(1) {
    animation-delay: 1s;
}.course_beneficiaries::before :nth-child(2) {
    animation-delay: 3s;
}.course_beneficiaries::before :nth-child(3) {
    animation-delay: 5s;
}.course_beneficiaries ul::before {
    opacity: 0.2;
    border-radius: 50%;
    border: 1px solid rgb(226,161,161,0.5);
    width: 50px;
    position: absolute;
    content: '';
    top: 20px;
    right: 20px;
    height: 50px;
}.course_beneficiaries ul::after {
    bottom: 20px;
    content: '';
    height: 30px;
    border: 1px solid rgb(202,118,118,0.5);
    opacity: 0.2;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
}

@media (max-width: 992px) {.course_beneficiaries {
    padding: 4rem 0;
}.course_beneficiaries h3 {
    font-size: calc(32px * 0.9);
}.course_beneficiaries ul {
    gap: 1rem;
}.course_beneficiaries ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.course_beneficiaries {
    padding: 3rem 0;
}.course_beneficiaries .study_sessions {
    padding: 0 1.5rem;
}.course_beneficiaries h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.course_beneficiaries ul {
    gap: 0.8rem;
}.course_beneficiaries ul li {
    padding: 1rem;
}.course_beneficiaries ul li svg {
    width: 24px;
    margin-right: 1rem;
    height: 24px;
}}.secure_nest {
    position: relative;
    padding: 60px;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}.secure_nest h1 {
    margin-bottom: 30px;
    color: rgb(226,161,161);
    z-index: 2;
    grid-column: span 2;
    font-weight: 700;
    font-size: 45px;
    position: relative;
}.secure_nest h2 {
    margin: 20px 0;
    border-left: 5px solid rgb(226,161,161);
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    color: rgb(202,118,118);
    z-index: 2;
    font-size: 29px;
}.secure_nest ul,
.secure_nest ol {
    padding: 0 0 0 20px;
    margin: 20px 0;
    z-index: 2;
    position: relative;
}.secure_nest ul {
    list-style-type: disc;
}.secure_nest ol {
    list-style-type: decimal;
}.secure_nest li {
    border-bottom: 1px dashed rgb(202,118,118,0.5);
    font-size: 15px;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}.secure_nest p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    position: relative;
    z-index: 2;
}.secure_nest > div {
    border: 1px solid rgb(226,161,161,0.5);
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    background-color: rgb(246,214,214);
    position: relative;
}.secure_nest span {
    background: rgb(226,161,161,0.5);
    position: relative;
    z-index: 2;
    padding: 5px;
    border-radius: 10px;
    font-weight: 600;
    color: rgb(202,118,118);
}.secure_nest::before,
.secure_nest::after {
    z-index: 1;
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(226,161,161,0.5);
}.secure_nest::before {
    width: 200px;
    left: -100px;
    height: 200px;
    top: -100px;
}.secure_nest::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
}

@media only screen and (max-width: 800px) {.secure_nest {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.secure_nest h1 {
    font-size: calc(24px * 0.8);
    grid-column: span 1;
}.secure_nest h2 {
    font-size: calc(24px * 0.8);
}.secure_nest ul,
    .secure_nest ol {
    padding-left: 15px;
}.secure_nest > div {
    padding: 20px;
}.secure_nest::before {
    width: 100px;
    left: -50px;
    top: -50px;
    height: 100px;
}.secure_nest::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
    right: -75px;
}}.greeting_page {
    background: rgb(246,214,214);
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 6rem 1rem;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}.greeting_page > div {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.greeting_page .learning_space {
    transform: translateY(0);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out;
    position: relative;
    opacity: 1;
}.greeting_page .learn_welcome {
    letter-spacing: -0.02em;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: rgb(226,161,161);
    font-size: clamp(2.5rem, 5vw, 40px);
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}.greeting_page .learn_welcome::after {
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(226,161,161), rgb(202,118,118));
    content: "";
    animation: expandWidth 1s 0.5s forwards ease-out;
    height: 0.3rem;
    width: 6rem;
}.greeting_page .start_welcome {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    opacity: 0;
}.greeting_page .start_welcome::before {
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(226,161,161,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
}.greeting_page .start_welcome > div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 2;
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(3px);
}.greeting_page .start_welcome p {
    line-height: 1.6;
    position: relative;
    max-width: 70%;
    color: #ffffff;
    font-weight: 400;
    padding-left: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 2vw, 1.25rem);
}.greeting_page .start_welcome p::before {
    transform: scaleY(0);
    top: 0;
    animation: expandHeight 0.6s 1s forwards ease-out;
    background: rgb(202,118,118);
    bottom: 0;
    transform-origin: top;
    position: absolute;
    left: 0;
    content: "";
    width: 3px;
}.greeting_page .start_welcome h3 {
    max-width: 90%;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    border-left: 4px solid rgb(202,118,118);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    padding: 1.5rem;
    color: #ffffff;
}.greeting_page .start_welcome h3:hover {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

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

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

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

@media (max-width: 992px) {.greeting_page {
    padding: 4rem 1rem;
}.greeting_page .start_welcome > div {
    padding: 2rem;
}.greeting_page .start_welcome p {
    max-width: 85%;
}.greeting_page .start_welcome h3 {
    max-width: 95%;
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.greeting_page {
    min-height: auto;
    padding: 3rem 1rem;
}.greeting_page .learning_space {
    margin-bottom: 1.5rem;
}.greeting_page .start_welcome > div {
    padding: 1.5rem;
    gap: 1.5rem;
}.greeting_page .start_welcome p {
    max-width: 100%;
}.greeting_page .start_welcome h3 {
    max-width: 100%;
    padding: 1rem;
}
}

@media (max-width: 576px) {.greeting_page {
    padding: 2rem 1rem;
}.greeting_page .learn_welcome {
    margin-bottom: 0.75rem;
}.greeting_page .learn_welcome::after {
    width: 4rem;
}.greeting_page .start_welcome > div {
    gap: 1.25rem;
    padding: 1.25rem;
}.greeting_page .start_welcome p {
    padding-left: 0.75rem;
}.greeting_page .start_welcome h3 {
    padding: 0.875rem;
    border-left-width: 3px;
}}header .top_plank {
    background: rgb(226,161,161);
    color:  #ffffff;
}header .top_plank .header_plank div svg, header .top_plank .header_plank div svg path {
    fill: #ffffff;
}header .top_plank .header_plank div span {
    color: #ffffff;
}header .top_plank .header_plank {
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    display: flex;
    font-size: 12px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .header_plank div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .header_plank div img, header .top_plank .header_plank div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.education_history {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(246,214,214), rgb(202,118,118,0.5));
    position: relative;
}.education_history::before {
    animation: float 8s ease-in-out infinite;
    width: 60%;
    transform: rotate(-15deg);
    height: 80%;
    position: absolute;
    border-radius: 14px;
    z-index: 1;
    content: "";
    right: -10%;
    top: -10%;
    background: rgb(226,161,161,0.5);
}.education_history::after {
    background: rgb(202,118,118,0.5);
    z-index: 1;
    animation: float 6s ease-in-out infinite reverse;
    width: 40%;
    position: absolute;
    left: -5%;
    transform: rotate(20deg);
    border-radius: 14px;
    bottom: -5%;
    content: "";
    height: 60%;
}.education_history .container {
    position: relative;
    z-index: 2;
}.education_history .opinion_hub {
    gap: 15px;
    grid-template-columns: 1fr 2fr;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #ffffff;
    transform: rotate(-2deg);
}.education_history .opinion_hub:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.education_history .image_showcase {
    height: 200px;
    box-shadow: 10px 10px 0 rgb(226,161,161,0.5);
    transition: transform 0.3s ease;
    border-radius: 14px;
    transform: rotate(4deg);
    grid-area: photo;
}.education_history .opinion_hub:hover .image_showcase {
    transform: rotate(0deg) scale(1.05);
}.education_history .name {
    margin-top: 20px;
    transform: translateX(20px);
    color: #000000;
    grid-area: name;
    font-size: 18px;
    font-weight: 700;
}.education_history .opinion_hub span:not(.name) {
    transform: translateX(20px);
    color: #000000;
    font-size: 16px;
    font-style: italic;
    grid-area: job;
}.education_history .work_box {
    background: linear-gradient(to right, rgb(246,214,214), transparent);
    position: relative;
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
    border-left: 4px solid rgb(226,161,161);
    grid-area: quote;
    padding: 20px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.education_history .work_box::before {
    font-family: serif;
    font-size: calc(41px * 2);
    content: "";
    top: -10px;
    color: rgb(226,161,161,0.5);
    left: 10px;
    position: absolute;
    line-height: 1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.education_history {
    padding: 60px 0;
}.education_history .opinion_hub {
    padding: 30px 20px;
    grid-template-areas: 
            "image_showcase"
            "name"
            "career_summary"
            "work_box";
    grid-template-columns: 1fr;
}.education_history .image_showcase {
    width: 80%;
    height: 180px;
    margin: 0 auto;
}.education_history .name,
    .education_history .opinion_hub span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.education_history .work_box {
    padding: 15px;
}
}