﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.trust_badge {
    flex: 0 0 auto;
}.inner-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1211px;
}html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.top_primary {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.help_center {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,203) 0%, rgba(240, 242, 255, 0.9) 100%);
    perspective: 1000px;
    overflow: hidden;
}.help_center::before {
    z-index: 0;
    width: 50%;
    height: 70%;
    right: -5%;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) translateZ(-50px);
    filter: blur(15px);
    background: linear-gradient(45deg, rgb(231,185,157,0.5) 0%, transparent 70%);
    content: "";
}.help_center::after {
    filter: blur(10px);
    bottom: -5%;
    width: 40%;
    content: "";
    height: 60%;
    transform: rotate(10deg) translateZ(-30px);
    position: absolute;
    left: -2%;
    background: linear-gradient(135deg, rgb(217,146,108,0.5) 0%, transparent 80%);
    z-index: 0;
}.help_center .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
}.help_center .msg_support {
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(231,185,157);
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.help_center .msg_support:hover {
    transform: translateZ(30px) translateY(-5px);
}.help_center h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 34px;
    font-weight: 700;
    transform: translateZ(10px);
    color: #000000;
}.help_center h3::after {
    bottom: -10px;
    background: rgb(231,185,157);
    transform: scaleX(1);
    position: absolute;
    height: 3px;
    content: "";
    transform-origin: left;
    width: 60px;
    left: 0;
    transition: transform 0.4s ease;
}.help_center .msg_support:hover h3::after {
    transform: scaleX(1.5);
}.help_center p {
    max-width: 90%;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    transform: translateZ(5px);
}.help_center h5 {
    display: flex;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    align-items: center;
    transform: translateZ(8px);
}.help_center svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    margin-left: 8px;
}.help_center svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,185,157);
}.help_center .contact_section {
    display: flex;
    margin: 2rem 0 0;
    transform: translateZ(15px);
    list-style: none;
    gap: 1rem;
    padding: 0;
    flex-direction: column;
}.help_center .contact_section li {
    transition: transform 0.3s ease;
}.help_center .contact_section li:hover {
    transform: translateX(5px);
}.help_center .connect_section {
    font-size: calc(17px * 0.95);
    transition: color 0.3s ease;
    color: #000000;
    display: flex;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    align-items: center;
}.help_center .connect_section::before {
    bottom: -3px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(231,185,157);
    height: 1px;
    left: 0;
    width: 0;
}.help_center .connect_section:hover {
    color: rgb(231,185,157);
}.help_center .connect_section:hover::before {
    width: 100%;
}.help_center .connect_section:hover svg {
    transform: scale(1.2) rotate(5deg);
}.help_center .connect_section:hover svg path {
    fill: rgb(217,146,108);
}

@media (min-width: 768px) {.help_center .msg_support {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 2rem;
}.help_center h3 {
    grid-column: 1 / -1;
}.help_center .contact_section {
    grid-row: 2 / span 2;
    margin: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.help_center {
    padding: 7rem 0;
}.help_center .msg_support {
    padding: 3.5rem;
    grid-gap: 3rem;
}.help_center h3 {
    font-size: calc(34px * 1.1);
}.help_center p {
    font-size: calc(17px * 1.05);
}.help_center .contact_section {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.help_center {
    padding: 3rem 0;
}.help_center .msg_support {
    padding: 1.5rem;
}.help_center h3 {
    font-size: calc(34px * 0.9);
}.help_center p {
    max-width: 100%;
}.help_center h5 {
    font-size: calc(24px * 0.9);
}.help_center .contact_section {
    margin-top: 1.5rem;
}.help_center .connect_section {
    font-size: calc(17px * 0.9);
}}

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

.help_center .msg_support {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.trust_badge {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 6rem 0 4rem;
}.trust_badge::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0.85;
    z-index: -1;
    height: 100%;
}.trust_badge::after {
    left: 0;
    background-size: 30px 30px;
    position: absolute;
    content: "";
    background: 
        linear-gradient(rgba(rgb(231,185,157), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(231,185,157), 0.2) 1px, transparent 1px);
    opacity: 0.15;
    width: 100%;
    height: 100%;
    animation: gridAnimate 15s linear infinite;
    z-index: -1;
    background-position: center;
    top: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.trust_badge .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}.trust_badge .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.trust_badge .company_holder::before {
    border-top: 2px solid rgb(231,185,157);
    top: -20px;
    left: -20px;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-left: 2px solid rgb(231,185,157);
    opacity: 0.7;
}.trust_badge .company_holder::after {
    opacity: 0.7;
    right: -20px;
    border-right: 2px solid rgb(231,185,157);
    bottom: -20px;
    content: "";
    border-bottom: 2px solid rgb(231,185,157);
    position: absolute;
    height: 60px;
    width: 60px;
}.trust_badge .company_holder h3 {
    font-size: 29px;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(231,185,157));
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
}.trust_badge .company_holder h3::after {
    background: rgb(231,185,157);
    bottom: -5px;
    box-shadow: 0 0 10px rgb(231,185,157);
    height: 2px;
    width: 30%;
    content: "";
    left: 0;
    position: absolute;
}.trust_badge .telegram_ref {
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1.5rem;
}.trust_badge .collab_space {
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
}.trust_badge .nav_wrap {
    gap: 3rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.trust_badge .header_mentor {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    border-radius: 10px;
}.trust_badge .header_mentor:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.trust_badge .header_mentor::before {
    width: 3px;
    transition: height 0.3s ease;
    content: "";
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    background: rgb(231,185,157);
}.trust_badge .header_mentor:hover::before {
    height: 100%;
}.trust_badge .header_mentor h5 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: rgb(217,146,108);
    padding-left: 1rem;
}.trust_badge .header_mentor h5::before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    background: rgb(231,185,157);
    width: 5px;
    box-shadow: 0 0 10px rgb(231,185,157);
    position: absolute;
    border-radius: 50%;
}.trust_badge .header_mentor .nav_wrap {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}.trust_badge .header_mentor .nav_wrap a {
    border-radius: 10px;
    font-size: 18px;
    padding: 0.4rem 1rem;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0.7;
    color: #ffffff;
}.trust_badge .header_mentor .nav_wrap a::before {
    content: "";
    width: 100%;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(231,185,157,0.5), 0.1), transparent);
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
}.trust_badge .header_mentor .nav_wrap a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 1.5rem;
}.trust_badge .header_mentor .nav_wrap a:hover::before {
    transform: translateX(0);
}.award_show {
    grid-column: 1 / 13;
    grid-row: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    position: relative;
}.award_show::before {
    height: 1px;
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(231,185,157), transparent);
    transform: translateX(-50%);
    width: 60%;
}.award_show .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.award_show .mentor_net {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
}

@media screen and (max-width: 992px) {.trust_badge .container {
    grid-template-columns: repeat(1, 1fr);
}.trust_badge .company_holder {
    grid-column: 1;
    grid-row: 1;
}.trust_badge .collab_space {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.award_show {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.trust_badge {
    padding: 4rem 0 3rem;
}.trust_badge .nav_wrap {
    gap: 2rem;
    grid-template-columns: 1fr;
}.trust_badge .header_mentor {
    padding: 1.2rem;
}.trust_badge .header_mentor h5 {
    font-size: calc(18px * 0.9);
}.trust_badge .company_holder::before,
    .trust_badge .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.trust_badge {
    padding: 3rem 0 2rem;
}.trust_badge .company_holder h3 {
    font-size: calc(29px * 0.9);
}.trust_badge .telegram_ref {
    font-size: calc(18px * 0.9);
}.trust_badge .header_mentor .nav_wrap a {
    font-size: calc(18px * 0.9);
}.award_show {
    margin-top: 2rem;
    padding: 1rem 0;
}}.cookieAlertContainer {
    bottom: 0;
    border-top: 3px solid rgb(231,185,157);
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1050;
}.cookie_verify {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}.cookie_window {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_window svg {
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
    fill: rgb(231,185,157);
}.visitor_privacy {
    margin-right: 15px;
    flex-grow: 1;
}.visitor_privacy h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: rgb(231,185,157);
}.visitor_privacy p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
}.cookie_preference {
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    font-size: 19px;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    user-select: none;
    text-align: center;
    line-height: 1.5;
    border-radius: 10px;
    margin-left: 10px;
}.cookie_button.visitor_acceptance {
    background-color: rgb(231,185,157);
    border-color: rgb(231,185,157);
    color: #ffffff;
}#cookieModalNotice {
    display: none;
}#cookieModalNotice:checked ~ .cookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}.cookie_button.visitor_acceptance:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.data_approval {
    background-color: rgb(217,146,108);
    color: #000000;
    border-color: rgb(217,146,108);
}.cookie_button.data_approval:hover {
    background-color: rgb(231,185,157);
    color: #ffffff;
    border-color: rgb(231,185,157);
}.cookieAlertContainer p a {
    text-decoration: underline;
    color: rgb(231,185,157);
}.cookieAlertContainer p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.visitor_privacy h5 {
    font-size: calc(18px - 2px);
}.visitor_privacy p {
    font-size: calc(13px - 2px);
}.cookie_preference {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.cookie_verify {
    flex-direction: column;
    align-items: center;
}.cookie_window {
    margin-bottom: 10px;
}.visitor_privacy {
    margin-bottom: 15px;
    text-align: center;
}.cookie_preference {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.thankYouWeb {
    background: linear-gradient(135deg, rgb(244,220,203) 0%, rgba(rgb(217,146,108,0.5), 0.15) 100%);
    z-index: 1;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.thankYouWeb::before {
    top: -20%;
    transform: rotate(-15deg) translateZ(0);
    animation: floatBg 18s infinite alternate ease-in-out;
    background: linear-gradient(145deg, rgb(231,185,157) 0%, rgba(rgb(231,185,157,0.5), 0.2) 100%);
    z-index: -1;
    width: 60%;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    height: 180%;
    left: -10%;
    content: "";
    position: absolute;
}.thankYouWeb::after {
    position: absolute;
    right: -5%;
    content: "";
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    width: 40%;
    transform: rotate(12deg) translateZ(0);
    background: linear-gradient(215deg, rgb(217,146,108) 0%, rgba(rgb(217,146,108,0.5), 0.3) 100%);
    z-index: -1;
    bottom: -10%;
    height: 140%;
}.thankYouWeb .container {
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.thankYouWeb .skill_learn {
    position: relative;
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(231,185,157,0.5), 0.05);
    opacity: 1;
    transform: translateY(0);
    backdrop-filter: blur(15px);
    border-left: 4px solid rgb(231,185,157);
}.thankYouWeb .skill_learn::before {
    border: 2px dashed rgba(rgb(217,146,108,0.5), 0.2);
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    position: absolute;
    left: 20px;
    z-index: -1;
    pointer-events: none;
    transform: translate(-10px, -10px);
}.thankYouWeb .skill_learn > div:first-child {
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    margin-bottom: 2rem;
    transform: translateX(0);
    position: relative;
}.thankYouWeb .skill_learn > div:first-child::after {
    content: "";
    position: absolute;
    background: rgb(231,185,157);
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -0.8rem;
}.thankYouWeb h5 {
    margin: 0;
    font-size: 20px;
    transform: translateZ(0);
    letter-spacing: -0.01em;
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
}.thankYouWeb .skill_learn > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
}.thankYouWeb a {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
    display: block;
    position: relative;
}.thankYouWeb a:hover {
    transform: translateY(-5px);
}.thankYouWeb a::before {
    left: -20px;
    width: 40px;
    border-radius: 10px;
    position: absolute;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    content: "";
    top: -15px;
    transform: rotate(-15deg);
    opacity: 0.1;
    height: 40px;
}.thankYouWeb a:hover::before {
    opacity: 0.2;
    transform: rotate(0deg) scale(1.2);
}.thankYouWeb p {
    font-weight: 400;
    z-index: 2;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.thankYouWeb {
    padding: 4rem 0;
}.thankYouWeb .skill_learn {
    padding: 3rem;
}.thankYouWeb h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 767px) {.thankYouWeb {
    padding: 3rem 0;
}.thankYouWeb .skill_learn {
    padding: 2.5rem 2rem;
}.thankYouWeb h5 {
    font-size: calc(20px * 0.85);
}.thankYouWeb p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.thankYouWeb::before {
    width: 80%;
}.thankYouWeb::after {
    width: 60%;
}
}

@media (max-width: 575px) {.thankYouWeb {
    padding: 2.5rem 0;
}.thankYouWeb .skill_learn {
    padding: 2rem 1.5rem;
}.thankYouWeb h5 {
    font-size: calc(20px * 0.8);
}.thankYouWeb p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.thankYouWeb .skill_learn::before {
    display: none;
}.thankYouWeb .skill_learn > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.thankYouWeb a {
    overflow: hidden;
    position: relative;
}.thankYouWeb a::after {
    height: 1px;
    content: "";
    background: rgb(231,185,157);
    width: 100%;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.thankYouWeb a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}}.privacy_harbor {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,203) 0%, rgba(248, 248, 252, 0.95) 100%);
}.privacy_harbor::before {
    height: 300px;
    position: absolute;
    top: -10%;
    opacity: 0.4;
    content: "";
    width: 300px;
    transform: rotate(-15deg);
    z-index: 0;
    background: linear-gradient(to right, rgb(231,185,157,0.5), rgb(217,146,108,0.5));
    right: -5%;
    filter: blur(80px);
}.privacy_harbor::after {
    width: 250px;
    bottom: -10%;
    transform: rotate(15deg);
    height: 250px;
    z-index: 0;
    background: linear-gradient(to right, rgb(217,146,108,0.5), rgb(231,185,157,0.5));
    content: "";
    left: -5%;
    opacity: 0.3;
    position: absolute;
    filter: blur(70px);
}.privacy_harbor .container {
    position: relative;
    transform: translateZ(0);
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(231,185,157);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.privacy_harbor h1 {
    padding-bottom: 15px;
    font-size: 46px;
    margin-bottom: 30px;
    color: #000000;
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
}.privacy_harbor h1::after {
    transform-origin: left;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    position: absolute;
    left: 0;
    transform: scaleX(1);
    height: 3px;
    bottom: 0;
    transition: transform 0.4s ease-out;
}.privacy_harbor h1:hover::after {
    transform: scaleX(1.5);
}.privacy_harbor h2 {
    padding-left: 16px;
    color: #000000;
    font-size: 28px;
    margin-top: 40px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}.privacy_harbor h2::before {
    top: 0;
    left: 0;
    transform: scaleY(0.8);
    content: "";
    height: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
    width: 4px;
    position: absolute;
    background: rgb(231,185,157);
}.privacy_harbor h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}.privacy_harbor h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
    color: #000000;
    font-size: calc(28px * 0.85);
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
}.privacy_harbor h4 {
    font-size: calc(28px * 0.75);
    margin-top: 25px;
    opacity: 0.9;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 600;
}.privacy_harbor p {
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease;
    max-width: 95%;
    margin-bottom: 20px;
    font-size: 17px;
}.privacy_harbor p:hover {
    transform: translateX(5px);
}.privacy_harbor p strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_harbor p strong::after {
    content: "";
    position: absolute;
    transform-origin: right;
    bottom: -2px;
    width: 100%;
    background: rgb(217,146,108);
    transform: scaleX(0);
    left: 0;
    height: 2px;
    transition: transform 0.3s ease;
}.privacy_harbor p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_harbor span {
    line-height: 1.6;
    font-size: 17px;
    display: block;
    padding: 15px;
    color: #000000;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    margin-bottom: 30px;
    border-left: 2px solid rgb(217,146,108);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
}.privacy_harbor span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_harbor ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
    margin-top: 15px;
}.privacy_harbor li {
    margin-bottom: 15px;
    font-size: 17px;
    transition: transform 0.3s ease;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    transform: translateZ(0);
    color: #000000;
}.privacy_harbor li::before {
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    background: rgb(231,185,157);
    border-radius: 50%;
    opacity: 0.8;
    width: 8px;
}.privacy_harbor li:hover {
    transform: translateX(5px);
}.privacy_harbor li:hover::before {
    background: rgb(217,146,108);
    transform: scale(1.3);
}

@media (max-width: 991px) {.privacy_harbor {
    padding: 60px 0;
}.privacy_harbor .container {
    padding: 30px 25px;
}.privacy_harbor h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.9);
}.privacy_harbor h2 {
    margin-top: 35px;
    font-size: calc(28px * 0.9);
}.privacy_harbor p, .privacy_harbor span {
    max-width: 100%;
    font-size: calc(17px * 1);
}
}

@media (max-width: 767px) {.privacy_harbor {
    padding: 40px 0;
}.privacy_harbor::before,
    .privacy_harbor::after {
    height: 200px;
    width: 200px;
}.privacy_harbor .container {
    padding: 25px 20px;
    border-left-width: 2px;
}.privacy_harbor h1 {
    margin-bottom: 20px;
    font-size: calc(46px * 0.8);
    transform: translateX(0);
}.privacy_harbor h1::after {
    width: 60px;
}.privacy_harbor h2 {
    margin-top: 30px;
    font-size: calc(28px * 0.85);
    padding-left: 12px;
}.privacy_harbor h2::before {
    width: 3px;
}.privacy_harbor h3 {
    font-size: calc(28px * 0.75);
}.privacy_harbor h4 {
    font-size: calc(28px * 0.7);
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor li {
    font-size: calc(17px * 0.95);
}.privacy_harbor ul {
    padding-left: 5px;
}.privacy_harbor li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.privacy_harbor {
    padding: 30px 0;
}.privacy_harbor::before,
    .privacy_harbor::after {
    opacity: 0.25;
}.privacy_harbor .container {
    padding: 20px 15px;
}.privacy_harbor h1 {
    font-size: calc(46px * 0.7);
}.privacy_harbor h2 {
    margin-top: 25px;
    font-size: calc(28px * 0.75);
}.privacy_harbor h3 {
    font-size: calc(28px * 0.7);
}.privacy_harbor h4 {
    font-size: calc(28px * 0.65);
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor li {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.privacy_harbor p:hover,
    .privacy_harbor li:hover,
    .privacy_harbor span:hover {
    transform: none;
}}.price_offering {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price_offering::before {
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.price_offering .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.price_offering .pricing_pack {
    position: relative;
}.price_offering h2 {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 38px;
    transform: translateZ(0);
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
}.price_offering h2::after {
    height: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.price_offering .pricing_rates {
    margin: 0 auto 60px;
    text-align: center;
    opacity: 0.9;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
}.price_offering .cost_levels {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}.price_offering .cost_levels li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.price_offering .cost_levels li:hover {
    z-index: 3;
    transform: translateY(-10px);
}.price_offering .study_rates {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}.price_offering .rate_packages {
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    border-top: 3px solid rgb(231,185,157);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    padding: 40px 25px;
}.price_offering .study_rates:hover .rate_packages {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    border-top-color: rgb(217,146,108);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.price_offering .rate_packages::before {
    top: -50%;
    transform: rotate(45deg);
    pointer-events: none;
    width: 200%;
    height: 200%;
    position: absolute;
    opacity: 0;
    content: "";
    left: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    transition: opacity 0.5s ease;
}.price_offering .study_rates:hover .rate_packages::before {
    opacity: 1;
}.price_offering .price_view {
    z-index: 2;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
}.price_offering .price_view h4 {
    margin: 0 0 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}.price_offering .price_view h4::after {
    height: 2px;
    bottom: -8px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(231,185,157);
    left: 0;
}.price_offering .study_rates:hover .price_view h4::after {
    width: 60px;
    background: rgb(217,146,108);
}.price_offering .price_view p {
    font-size: calc(12px - 2px);
    line-height: 1.7;
    flex-grow: 1;
    opacity: 0.8;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    white-space: normal;
    color: #ffffff;
}.price_offering .plan_rates {
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    align-self: flex-start;
    font-size: calc(21px + 2px);
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    margin-top: auto;
}.price_offering .plan_rates::before {
    left: 0;
    right: 0;
    content: "";
    opacity: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(231,185,157,0.5) 0%, rgb(217,146,108,0.5) 100%);
}.price_offering .study_rates:hover .plan_rates::before {
    opacity: 1;
}

@media (max-width: 991px) {.price_offering {
    padding: 80px 0;
}.price_offering .cost_levels {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price_offering .rate_packages {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.price_offering {
    padding: 60px 0;
}.price_offering h2 {
    font-size: calc(38px - 4px);
}.price_offering .pricing_rates {
    font-size: calc(12px - 1px);
    margin-bottom: 40px;
}.price_offering .cost_levels {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_offering .price_view h4 {
    font-size: calc(21px - 1px);
}.price_offering .price_view p {
    font-size: calc(12px - 3px);
}.price_offering .plan_rates {
    font-size: calc(21px);
}
}

@media (max-width: 480px) {.price_offering {
    padding: 50px 0;
}.price_offering h2 {
    font-size: calc(38px - 6px);
}.price_offering .rate_packages {
    padding: 25px 15px;
}.price_offering .cost_levels li:hover {
    transform: translateY(-5px);
}}.stay_connected {
    background: linear-gradient(170deg, rgb(244,220,203) 0%, rgb(231,185,157,0.5) 100%);
    overflow: hidden;
    position: relative;
    margin: 5rem 0;
    padding: 5rem 3rem 7rem;
}.stay_connected::before {
    height: 200%;
    z-index: 1;
    top: -30%;
    background: rgb(217,146,108,0.5);
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    transform: rotate(30deg);
    position: absolute;
    opacity: 0.4;
    content: "";
    animation: wave 15s infinite alternate;
    left: -10%;
}.stay_connected::after {
    opacity: 0.3;
    z-index: 1;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(231,185,157,0.5);
    filter: blur(8px);
    position: absolute;
    bottom: -10%;
    animation: float 12s infinite alternate;
    right: -10%;
    transform: rotate(-15deg);
    content: "";
    height: 60%;
    width: 80%;
}.stay_connected .skill_learn {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}.stay_connected p {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: 34px;
    text-align: center;
    opacity: 0.9;
    max-width: 80%;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    font-weight: 700;
}.stay_connected p::after {
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%);
    width: 3rem;
    content: "";
    background: rgb(217,146,108);
    position: absolute;
    height: 3px;
    border-radius: 3px;
}.stay_connected .input_holder {
    gap: 1.5rem;
    flex-direction: column;
    width: 100%;
    transform: rotate(-2deg);
    max-width: 600px;
    position: relative;
    display: flex;
}.stay_connected .fresh_start {
    width: 100%;
    color: #000000;
    border: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-radius: 10px;
    transform: translateY(0);
    padding: 1.5rem;
}.stay_connected .fresh_start:focus {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    outline: none;
    transform: translateY(-5px);
}.stay_connected .fresh_start::placeholder {
    color: #000000;
    opacity: 0.6;
}.stay_connected .sub_titles {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    padding: 1.2rem 3rem;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    align-self: flex-end;
    transform: rotate(2deg) translateY(0);
    font-weight: 600;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
}.stay_connected .sub_titles::before {
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, rgb(217,146,108) 0%, rgb(231,185,157) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
}.stay_connected .sub_titles:hover {
    transform: rotate(2deg) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.stay_connected .sub_titles:hover::before {
    opacity: 1;
}

@keyframes wave {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) translateY(-10px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media (max-width: 768px) {.stay_connected {
    padding: 4rem 1.5rem 5rem;
}.stay_connected p {
    font-size: 19px;
    max-width: 100%;
}.stay_connected .input_holder {
    transform: none;
}.stay_connected .sub_titles {
    transform: none;
    align-self: center;
    width: 100%;
}.stay_connected .sub_titles:hover {
    transform: translateY(-5px);
}}.contact_us {
    position: relative;
    background: rgb(244,220,203);
    padding: 100px 0;
    overflow: hidden;
}.contact_us::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(231,185,157,0.5) 0,
        rgb(231,185,157,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.07;
}.contact_us::after {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(rgb(217,146,108,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(217,146,108,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 1;
    width: 100%;
    opacity: 0.07;
    height: 100%;
}.contact_us .container {
    padding: 0 30px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_us h2 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 35px;
    transform: translateX(-50%);
    padding-bottom: 20px;
    left: 50%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}.contact_us h2::before {
    bottom: 0;
    left: calc(50% - 40px);
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: rgb(231,185,157);
}.contact_us h2::after {
    content: "";
    bottom: 0;
    height: 4px;
    left: calc(50% - 15px);
    background: rgb(217,146,108);
    width: 30px;
    position: absolute;
}.contact_us .help_list {
    display: flex;
    margin-top: 50px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 0;
    position: relative;
}.contact_us .img_pic {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact_us .img_pic::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(231,185,157), 0.4), 
        rgba(rgb(217,146,108), 0.4)
    );
    content: "";
    position: absolute;
}.contact_us .query_info {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 60px;
    flex: 0 0 55%;
    justify-content: center;
}.contact_us .query_info::before {
    height: 150px;
    width: 150px;
    content: "";
    position: absolute;
    z-index: 0;
    border: 30px solid rgb(231,185,157,0.5);
    border-radius: 50%;
    top: -75px;
    right: -75px;
}.contact_us .query_info::after {
    border-radius: 0;
    transform: rotate(45deg);
    content: "";
    z-index: 0;
    background: rgb(217,146,108,0.5);
    left: -50px;
    position: absolute;
    bottom: -50px;
    width: 100px;
    height: 100px;
}.contact_us form {
    position: relative;
    z-index: 2;
}.contact_us form h3 {
    position: relative;
    color: #000000;
    font-size: 21px;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 600;
}.contact_us form h3::after {
    bottom: -15px;
    height: 2px;
    background: rgb(231,185,157);
    left: 0;
    content: "";
    position: absolute;
    width: 50%;
}.contact_us form input[type="text"] {
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 25px;
    font-size: 12px;
    background: transparent;
    border-bottom: 2px solid rgb(244,220,203);
}.contact_us form input[type="text"]:focus {
    border-bottom-color: rgb(231,185,157);
    outline: none;
}.contact_us form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_us form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact_us .message_map {
    margin-bottom: 40px;
    position: relative;
}.contact_us .message_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us .message_map label {
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    font-size: 16px;
    position: relative;
}.contact_us .message_map label::before {
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
    width: 22px;
    background: transparent;
    left: 0;
    height: 22px;
    border: 2px solid rgb(244,220,203);
}.contact_us .message_map input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,185,157);
    background: rgb(231,185,157);
}.contact_us .message_map input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
}.contact_us .message_map label a {
    color: rgb(231,185,157);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}.contact_us .message_map label a::after {
    left: 0;
    height: 1px;
    transform: scaleX(1);
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(231,185,157);
    content: "";
    bottom: -1px;
    transform-origin: left;
    position: absolute;
}.contact_us .message_map label a:hover {
    color: rgb(217,146,108);
}.contact_us .message_map label a:hover::after {
    transform: scaleX(0);
    background: rgb(217,146,108);
}.contact_us .message_request {
    display: inline-block;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(231,185,157);
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    width: auto;
    padding: 18px 40px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_us .message_request::before {
    content: "";
    transform: skewX(-25deg);
    transition: width 0.5s ease;
    height: 100%;
    position: absolute;
    width: 0;
    z-index: -1;
    top: 0;
    background: rgb(217,146,108);
    left: -10px;
}.contact_us .message_request:hover::before {
    width: 150%;
}.contact_us svg {
    stroke: rgb(231,185,157);
    transition: all 0.3s ease;
    height: 24px;
    stroke-width: 2;
    fill: none;
    width: 24px;
}.contact_us svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(231,185,157);
}.contact_us svg:hover,
.contact_us svg:hover path {
    stroke: rgb(217,146,108);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_us {
    padding: 80px 0;
}.contact_us .img_pic {
    min-height: 500px;
}.contact_us .query_info {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us .help_list {
    flex-direction: column;
}.contact_us .img_pic {
    min-height: 300px;
    width: 100%;
}.contact_us .query_info {
    width: 100%;
    padding: 40px 30px;
}.contact_us form h3 {
    margin-bottom: 30px;
}.contact_us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_us .message_map {
    margin-bottom: 30px;
}.contact_us .message_request {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_us {
    padding: 50px 0;
}.contact_us h2 {
    font-size: calc(35px * 0.85);
}.contact_us .help_list {
    margin-top: 30px;
}.contact_us .img_pic {
    min-height: 200px;
}.contact_us .query_info {
    padding: 30px 20px;
}.contact_us form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_us .message_map {
    margin-bottom: 25px;
}.contact_us .message_map label {
    font-size: calc(16px * 0.9);
}.contact_us .message_request {
    padding: 12px 25px;
}}.course_structure {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,220,203) 40%, rgb(231,185,157,0.5) 140%);
    position: relative;
    padding: 120px 0;
}.course_structure::before {
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    content: "";
}.course_structure::after {
    height: 200%;
    transform: rotate(-15deg);
    pointer-events: none;
    content: "";
    width: 60%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(231,185,157,0.5) 10%, transparent 70%);
    top: -50%;
    right: -20%;
    opacity: 0.1;
}.course_structure .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_structure .grow_skills {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border-left: 4px solid rgb(231,185,157);
    transform: perspective(1200px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course_structure .grow_skills:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_structure .img_pic {
    transform-origin: center center;
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.course_structure .img_pic::before {
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.7;
}.course_structure .img_pic::after {
    top: -10%;
    left: -10%;
    transition: transform 0.5s ease;
    opacity: 0.2;
    content: "";
    height: 120%;
    transform: scale(1.05);
    background: rgb(231,185,157);
    position: absolute;
    width: 120%;
    mix-blend-mode: overlay;
}.course_structure .grow_skills:hover .img_pic::after {
    transform: scale(1);
}.course_structure .text_display {
    padding: 40px;
    position: relative;
    background: #ffffff;
}.course_structure .text_display::before {
    top: 0;
    background: linear-gradient(90deg, rgb(231,185,157) 0%, transparent 100%);
    width: 100px;
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
}.course_structure h3 {
    letter-spacing: -0.02em;
    font-size: calc(19px * 1.1);
    position: relative;
    line-height: 1.4;
    transform-origin: left center;
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
}.course_structure .grow_skills:hover h3 {
    color: rgb(231,185,157);
    transform: translateX(5px);
}.course_structure p.description {
    line-height: 1.75;
    overflow-y: auto;
    margin-bottom: 24px;
    color: #000000;
    font-size: 17px;
    padding-right: 15px;
    font-family: Arial, sans-serif;
    max-height: 250px;
    position: relative;
}.course_structure p.description::-webkit-scrollbar {
    width: 4px;
}.course_structure p.description::-webkit-scrollbar-track {
    background: rgb(244,220,203);
}.course_structure p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(231,185,157,0.5);
}.course_structure span.description {
    display: none;
}.course_structure .text_display div {
    position: relative;
}.course_structure .text_display div::after {
    content: "";
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    pointer-events: none;
    height: 40px;
    position: absolute;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {.course_structure .grow_skills {
    max-height: 600px;
    flex-direction: row;
}.course_structure .img_pic {
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    transform: translateX(-10px);
    height: auto;
    width: 45%;
}.course_structure .grow_skills:hover .img_pic {
    transform: translateX(0);
}.course_structure .text_display {
    display: flex;
    width: 55%;
    justify-content: center;
    flex-direction: column;
}.course_structure h3 {
    font-size: 19px;
}.course_structure p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_structure {
    padding: 150px 0;
}.course_structure .grow_skills {
    max-height: 550px;
}.course_structure .img_pic {
    transform: translateX(-20px);
}.course_structure .text_display {
    padding: 60px;
}.course_structure h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.course_structure p.description {
    max-height: 300px;
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course_structure {
    padding: 80px 0;
}.course_structure .grow_skills {
    transform: perspective(1200px) rotateY(0deg);
}.course_structure .text_display {
    padding: 30px 20px;
}.course_structure h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.course_structure p.description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.course_structure {
    padding: 60px 0;
}.course_structure .img_pic {
    height: 200px;
}.course_structure .text_display {
    padding: 25px 15px;
}.course_structure h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}}header .head_guide {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    background: rgb(244,220,203);
    z-index: 100;
}header .head_guide::before {
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(231,185,157,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(217,146,108,0.5) 0%, transparent 30%);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
}header .head_guide::after {
    content: "";
    width: 40%;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    right: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(231,185,157,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .nav_lesson {
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
    gap: 3rem;
}header .nav_study {
    z-index: 2;
    position: relative;
}header .top_section {
    position: relative;
    z-index: 2;
    display: block;
}header .top_section::before,
header .top_section::after {
    transition: all 0.5s ease;
    background: rgb(231,185,157,0.5);
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0;
    border-radius: 50%;
}header .top_section::before {
    top: -15px;
    left: -15px;
    height: 50px;
    width: 50px;
}header .top_section::after {
    width: 25px;
    bottom: -5px;
    right: -10px;
    background: rgb(217,146,108,0.5);
    height: 25px;
}header .top_section:hover::before,
header .top_section:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .top_section svg {
    height: 50px;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
}header .top_section:hover svg {
    transform: rotate(-5deg);
}header .header_mentor {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
    padding: 10px 20px;
    display: flex;
    position: relative;
    border-radius: 0 29px 29px 0;
}header .header_mentor::after {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(231,185,157,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(231,185,157,0.5) 50%, rgb(231,185,157,0.5) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    position: absolute;
    content: "";
}header .top_site {
    position: relative;
    perspective: 800px;
    margin: 5px 8px;
}header .top_site::before {
    width: 0;
    opacity: 0;
    border-left: 5px solid rgb(231,185,157);
    transition: all 0.3s ease;
    transform: translateY(-50%) scale(0);
    top: 50%;
    content: "";
    left: -10px;
    position: absolute;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    height: 0;
}header .top_site:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .top_site a {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 10px 18px;
    display: block;
    background: transparent;
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}header .top_site a::before {
    width: 100%;
    position: absolute;
    background: #ffffff;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    transform: translateZ(-1px);
    left: 0;
}header .top_site a::after {
    content: "";
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    background: rgb(231,185,157);
}header .top_site a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    color: rgb(231,185,157);
    border-color: rgb(231,185,157,0.5);
}header .top_site a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .nav_lesson {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .header_mentor {
    width: 100%;
    justify-content: center;
    border-radius: 29px;
    clip-path: none;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top_site {
    margin: 3px 5px;
}header .top_site a {
    font-size: calc(17px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .header_mentor {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .top_site {
    width: 100%;
    margin: 3px 0;
}header .top_site a {
    width: 100%;
    text-align: center;
}header .top_site::before {
    display: none;
}header .top_section svg {
    height: 40px;
}}.who_we_are {
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,203) 0%, #ffffff 100%);
    padding: 8rem 0;
    overflow: hidden;
}.who_we_are::before {
    background: linear-gradient(45deg, rgb(231,185,157,0.5) 0%, rgb(217,146,108,0.5) 100%);
    height: 25rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 25rem;
    position: absolute;
    right: -5%;
    transform: rotate(15deg);
    content: "";
    opacity: 0.1;
    top: -5%;
    z-index: 0;
}.who_we_are::after {
    opacity: 0.1;
    width: 20rem;
    bottom: -5%;
    position: absolute;
    transform: rotate(-10deg);
    left: -5%;
    height: 20rem;
    background: linear-gradient(225deg, rgb(217,146,108,0.5) 0%, rgb(231,185,157,0.5) 100%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    z-index: 0;
}.who_we_are .container {
    max-width: 1300px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.who_we_are h1 {
    margin-bottom: 3rem;
    transform: translateX(-1rem);
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: left;
    font-size: 46px;
}.who_we_are h1::after {
    background: linear-gradient(90deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    left: 0;
    bottom: -0.8rem;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    height: 0.3rem;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transform-origin: left;
}.who_we_are .master_track {
    animation: fadeInUp 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    opacity: 0;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.who_we_are .master_track::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
}.who_we_are .master_track ul {
    padding: 0;
    flex-direction: column;
    display: flex;
    list-style: none;
    margin: 0;
}.who_we_are .legacy_edu {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.who_we_are .legacy_edu:last-child {
    border-bottom: none;
}.who_we_are .legacy_edu:hover {
    background: rgba(rgb(231,185,157,0.5), 0.02);
    transform: translateX(10px);
}.who_we_are .legacy_edu::before {
    top: 0;
    transform-origin: top;
    width: 4px;
    height: 100%;
    transform: scaleY(0);
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(231,185,157) 0%, rgb(217,146,108) 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.who_we_are .legacy_edu:hover::before {
    transform: scaleY(1);
}.who_we_are .legacy_edu h4 {
    font-size: calc(22px + 0.1rem);
    color: rgb(231,185,157);
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0;
    display: inline-block;
    position: relative;
}.who_we_are .legacy_edu h4::after {
    width: 3rem;
    content: "";
    height: 2px;
    left: 0;
    transform-origin: left;
    background: rgb(217,146,108);
    bottom: -0.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: scaleX(0.5);
}.who_we_are .legacy_edu:hover h4::after {
    transform: scaleX(1);
}.who_we_are .legacy_edu div {
    font-size: 14px;
    line-height: 1.8;
    overflow-y: auto;
    color: #000000;
    text-align: justify;
    padding-right: 1rem;
    margin: 0;
    max-height: 15rem;
}.who_we_are .legacy_edu div::-webkit-scrollbar {
    width: 5px;
}.who_we_are .legacy_edu div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.who_we_are .legacy_edu div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,146,108,0.5);
}

@keyframes slideInTitle {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

@media screen and (min-width: 768px) {.who_we_are .master_track ul {
    flex-direction: row;
}.who_we_are .legacy_edu {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: none;
    flex: 1;
}.who_we_are .legacy_edu:last-child {
    border-right: none;
}.who_we_are .legacy_edu:hover {
    transform: translateY(-10px);
}.who_we_are .legacy_edu::before {
    transform: scaleX(0);
    width: 100%;
    height: 4px;
    transform-origin: left;
}.who_we_are .legacy_edu:hover::before {
    transform: scaleX(1);
}
}

@media screen and (max-width: 767px) {.who_we_are {
    padding: 4rem 0;
}.who_we_are h1 {
    font-size: calc(46px - 0.5rem);
    margin-bottom: 2rem;
}.who_we_are .legacy_edu {
    padding: 1.8rem;
}.who_we_are::before, 
    .who_we_are::after {
    height: 15rem;
    width: 15rem;
}
}

@media screen and (max-width: 480px) {.who_we_are h1 {
    font-size: calc(46px - 0.8rem);
    margin-bottom: 1.5rem;
}.who_we_are .legacy_edu {
    padding: 1.5rem;
}.who_we_are .legacy_edu div {
    max-height: 12rem;
}.who_we_are::before, 
    .who_we_are::after {
    height: 10rem;
    width: 10rem;
}}.education_framework {
    overflow: visible;
    padding: 150px 0;
    position: relative;
    background: linear-gradient(110deg, rgb(244,220,203) 0%, rgb(217,146,108,0.5) 120%);
}.education_framework::before {
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    width: 100%;
    background-size: 40px 40px;
    background-image: radial-gradient(rgb(231,185,157,0.5) 1px, transparent 1px);
    content: '';
}.education_framework .skill_learn {
    max-width: 1200px;
    justify-content: space-between;
    z-index: 2;
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: stretch;
    padding: 0 20px;
}.education_framework .text_display {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}.education_framework .text_display h2 {
    font-size: 37px;
    border-radius: 19px;
    align-self: flex-start;
    width: 50%;
    padding: 35px 50px;
    color: #ffffff;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(231,185,157,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 3;
    font-weight: 700;
    transform: translateX(-50px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 0;
}.education_framework .text_display p {
    font-size: 17px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(50px);
    margin-top: -15px;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 19px;
    align-self: flex-end;
    width: 65%;
    padding: 40px 50px;
}.education_framework .text_display h2::before {
    height: 120px;
    position: absolute;
    z-index: -1;
    filter: blur(30px);
    width: 120px;
    border-radius: 50%;
    opacity: 0.1;
    top: -60px;
    left: -80px;
    background: rgb(231,185,157);
    content: '';
}.education_framework .text_display h2::after {
    background: rgb(231,185,157);
    width: 40px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 40px;
    right: 30px;
    z-index: 4;
    animation: float-small 8s infinite ease-in-out;
    bottom: -20px;
    border-radius: 50%;
    content: '';
}.education_framework .text_display p::before {
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(231,185,157,0.5), transparent);
    width: 85%;
    left: 7.5%;
    content: '';
    height: 1px;
    top: 20px;
    position: absolute;
}.education_framework .text_display p::after {
    position: absolute;
    height: 1px;
    left: 15%;
    opacity: 0.6;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(217,146,108,0.5), transparent);
    bottom: 20px;
    width: 70%;
}.education_framework::after {
    bottom: -100px;
    left: 10%;
    animation: rotate-slow 30s linear infinite;
    height: 200px;
    position: absolute;
    border: 2px solid rgb(231,185,157,0.5);
    opacity: 0.2;
    content: '';
    transform: rotate(45deg);
    width: 200px;
}.education_framework .skill_learn::before {
    right: 15%;
    opacity: 0.2;
    animation: pulse-ring 10s infinite ease-in-out;
    top: -75px;
    height: 150px;
    content: '';
    border-radius: 50%;
    position: absolute;
    border: 3px solid rgb(217,146,108,0.5);
    width: 150px;
}.education_framework .skill_learn::after {
    background: rgb(231,185,157);
    top: 40%;
    animation: pulse-fade 8s infinite alternate;
    filter: blur(20px);
    opacity: 0.1;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    right: -40px;
    position: absolute;
    content: '';
}@keyframes float-small {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}

.education_framework .text_display h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.education_framework .text_display h2 span::after {
    bottom: 2px;
    opacity: 0.3;
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: rgb(231,185,157);
    left: 0;
}.education_framework .text_display p strong {
    font-weight: 600;
    color: rgb(231,185,157);
}

@media screen and (max-width: 1200px) {.education_framework .text_display h2 {
    width: 55%;
    transform: translateX(-30px);
}.education_framework .text_display p {
    transform: translateX(30px);
    width: 70%;
}
}

@media screen and (max-width: 992px) {.education_framework {
    padding: 120px 0;
}.education_framework .text_display h2 {
    padding: 30px 40px;
    transform: translateX(-20px);
    width: 60%;
}.education_framework .text_display p {
    transform: translateX(20px);
    width: 75%;
    padding: 35px 40px;
}.education_framework .text_display h2::before {
    top: -50px;
    height: 100px;
    width: 100px;
    left: -60px;
}.education_framework .text_display h2::after {
    bottom: -15px;
    height: 30px;
    width: 30px;
}.education_framework::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
}.education_framework .skill_learn::before {
    top: -60px;
    width: 120px;
    height: 120px;
}.education_framework .skill_learn::after {
    height: 60px;
    right: -30px;
    width: 60px;
}
}

@media screen and (max-width: 768px) {.education_framework {
    padding: 100px 0;
    overflow: hidden;
}.education_framework .text_display h2 {
    margin-bottom: 20px;
    align-self: center;
    transform: none;
    width: 100%;
    padding: 25px 30px;
    font-size: calc(37px * 0.9);
}.education_framework .text_display p {
    align-self: center;
    margin-top: 0;
    transform: none;
    width: 100%;
    padding: 30px;
}.education_framework .text_display h2::before,
    .education_framework .text_display h2::after,
    .education_framework::after,
    .education_framework .skill_learn::before,
    .education_framework .skill_learn::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.education_framework {
    padding: 80px 0;
}.education_framework .text_display h2 {
    padding: 20px 25px;
    font-size: calc(37px * 0.8);
}.education_framework .text_display p {
    font-size: calc(17px * 0.9);
    padding: 25px;
}}.primary_page {
    align-items: center;
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: linear-gradient(135deg, rgb(244,220,203), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
}.primary_page > div {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.primary_page .mastery_zone {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    padding-left: 2rem;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
}.primary_page .mastery_zone::before {
    top: 0;
    left: 0;
    transform: scaleY(0);
    content: "";
    transform-origin: top;
    position: absolute;
    width: 5px;
    animation: growLine 0.6s ease-out 0.4s forwards;
    background: linear-gradient(to bottom, rgb(231,185,157), rgb(217,146,108));
    height: 100%;
}.primary_page .tech_master {
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin: 0;
    letter-spacing: -0.02em;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 42px;
}.primary_page .tech_master::after {
    background: rgb(231,185,157);
    position: absolute;
    animation: expandWidth 1s ease-out 0.6s forwards;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
}.primary_page .study_master {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
}.primary_page .study_master::before {
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    z-index: 1;
}.primary_page .study_master > div {
    height: 100%;
    padding: 3rem;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    gap: 2rem;
    min-height: 400px;
    position: relative;
    z-index: 2;
}.primary_page .study_master p {
    font-size: calc(17px * 1.2);
    margin: 0;
    line-height: 1.6;
    transform: translateX(-20px);
    max-width: 600px;
    animation: slideInRight 0.8s ease-out 0.6s forwards;
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
}.primary_page .study_master p::before {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8px;
    content: "";
    background: rgb(231,185,157);
    position: absolute;
    height: 8px;
    left: 0;
}.primary_page .study_master h3 {
    border-left: 3px solid rgb(231,185,157);
    opacity: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    font-weight: 600;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out 0.9s forwards;
    max-width: 700px;
    font-size: 18px;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

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

@media (max-width: 992px) {.primary_page {
    padding: 3rem 1.5rem;
}.primary_page .tech_master {
    font-size: calc(42px * 0.85);
}.primary_page .study_master > div {
    min-height: 350px;
    padding: 2.5rem;
}.primary_page .study_master p {
    font-size: 17px;
}.primary_page .study_master h3 {
    padding: 1.25rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 768px) {.primary_page {
    padding: 2.5rem 1rem;
}.primary_page .mastery_zone {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.primary_page .tech_master {
    font-size: calc(42px * 0.7);
}.primary_page .study_master > div {
    padding: 2rem;
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    gap: 1.5rem;
}.primary_page .study_master p {
    padding-left: 1.25rem;
    font-size: calc(17px * 0.9);
}.primary_page .study_master h3 {
    padding: 1rem;
    font-size: calc(18px * 0.8);
}
}

@media (max-width: 576px) {.primary_page {
    padding: 2rem 0.75rem;
}.primary_page .mastery_zone {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.primary_page .tech_master {
    font-size: calc(42px * 0.6);
}.primary_page .study_master > div {
    gap: 1rem;
    padding: 1.5rem;
    min-height: 250px;
    clip-path: none;
}.primary_page .study_master p {
    font-size: calc(17px * 0.85);
    padding-left: 1rem;
}.primary_page .study_master h3 {
    padding: 0.75rem;
    font-size: calc(18px * 0.7);
}}.client_testimonials {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(244,220,203) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.client_testimonials::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(231,185,157,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(217,146,108,0.5) 0%, transparent 40%);
    z-index: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}.client_testimonials::after {
    height: 1px;
    animation: pulse 3s infinite;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(231,185,157,0.5) 20%, 
        rgb(231,185,157) 50%, 
        rgb(231,185,157,0.5) 80%, 
        transparent 100%);
    width: 100%;
    transform: translate(-50%, -50%);
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.client_testimonials .container {
    position: relative;
    z-index: 2;
}.client_testimonials h2 {
    padding: 0.5rem 1rem;
    text-align: center;
    left: 50%;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 4rem;
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    color: #000000;
}.client_testimonials h2::before {
    content: "";
    border-image-slice: 1;
    opacity: 0.7;
    border: 2px solid transparent;
    right: 0;
    border-image: linear-gradient(45deg, rgb(231,185,157), rgb(217,146,108));
    bottom: 0;
    left: 0;
    top: 0;
    animation: borderGlow 4s infinite alternate;
    position: absolute;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(231,185,157,0.5)) 
                drop-shadow(0 0 5px rgb(231,185,157,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(217,146,108,0.5)) 
                drop-shadow(0 0 10px rgb(217,146,108,0.5)); 
    }
}

.client_testimonials .review_voices {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    display: flex;
}.client_testimonials .alumni_feedback {
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: calc(33% - 3rem);
}.client_testimonials .alumni_feedback::before {
    inset: 0;
    opacity: 0.7;
    border: 1px solid transparent;
    mask-composite: exclude;
    background: linear-gradient(135deg, rgb(231,185,157), rgb(217,146,108)) border-box;
    content: "";
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}.client_testimonials .alumni_feedback::after {
    left: -50%;
    height: 200%;
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(231,185,157,0.5),
        rgb(231,185,157,0.5),
        transparent
    );
    width: 200%;
    top: -50%;
    animation: scanline 6s linear infinite;
    position: absolute;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.client_testimonials .alumni_feedback:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(231,185,157,0.5), 
        0 0 20px rgb(217,146,108,0.5);
    transform: translateZ(20px);
}.client_testimonials .alumni_feedback img {
    border: 3px solid #ffffff;
    filter: grayscale(50%);
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 90px;
    height: 90px;
    box-shadow: 
        0 0 0 1px rgb(231,185,157,0.5),
        0 0 10px rgb(231,185,157,0.5);
    transition: all 0.5s ease;
    border-radius: 50%;
}.client_testimonials .alumni_feedback:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
    box-shadow: 
        0 0 0 2px rgb(231,185,157),
        0 0 15px rgb(231,185,157,0.5),
        0 0 30px rgb(231,185,157,0.5);
}.client_testimonials .alumni_feedback p {
    font-weight: 600;
    color: #000000;
    font-size: calc(16px * 1.1);
    text-align: center;
    margin-bottom: 0.5rem;
}.client_testimonials .alumni_feedback .description {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    max-width: 90%;
}.client_testimonials .alumni_feedback:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.client_testimonials .alumni_feedback:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.client_testimonials .alumni_feedback:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.client_testimonials .alumni_feedback:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.client_testimonials .alumni_feedback {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.client_testimonials {
    padding: 4rem 0;
}.client_testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}.client_testimonials .review_voices {
    gap: 2rem;
    flex-direction: column;
}.client_testimonials .alumni_feedback {
    width: 100%;
    transform: none !important;
}.client_testimonials .alumni_feedback:hover {
    transform: translateZ(10px) !important;
}.client_testimonials::after {
    width: 1px;
    height: 100%;
}}.interested_learners {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(244,220,203) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.interested_learners::before {
    width: 100%;
    background-size: 100px 100px;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(231,185,157,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(231,185,157,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(231,185,157,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(231,185,157,0.5) 25%, transparent 25%);
    opacity: 0.05;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
}.interested_learners .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.interested_learners .skill_learn {
    perspective: 1000px;
    position: relative;
}.interested_learners h4 {
    text-align: center;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    font-size: 34px;
    left: 50%;
    font-weight: 700;
    margin-bottom: 80px;
    padding-bottom: 15px;
    color: #000000;
}.interested_learners h4::before {
    height: 3px;
    position: absolute;
    content: "";
    border-radius: 3px;
    background: rgb(231,185,157);
    width: 50%;
    left: 25%;
    bottom: 0;
}.interested_learners h4::after {
    border-radius: 1px;
    width: 70%;
    position: absolute;
    bottom: 10px;
    left: 15%;
    height: 1px;
    background: rgb(217,146,108,0.5);
    content: "";
}.interested_learners div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    perspective: 1000px;
}.interested_learners p {
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    display: flex;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    z-index: 1;
    transform-style: preserve-3d;
    font-size: 12px;
    background: #ffffff;
    align-items: flex-start;
    padding: 25px;
    transform: translateZ(0) rotateX(0) rotateY(0);
}.interested_learners p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.interested_learners p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.interested_learners p::before {
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    border-radius: 17px;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(244,220,203) 100%);
    opacity: 0;
}.interested_learners p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.interested_learners p:hover::before {
    opacity: 1;
}.interested_learners p svg {
    margin-right: 15px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    height: 28px;
    transform: translateZ(10px);
    width: 28px;
    transition: all 0.3s ease;
}.interested_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,185,157);
}.interested_learners p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.interested_learners p:hover svg path {
    fill: rgb(217,146,108);
}.interested_learners p span {
    transform: translateZ(5px);
}.interested_learners::after {
    position: absolute;
    z-index: 1;
    left: 0;
    pointer-events: none;
    height: 200px;
    width: 100%;
    background: linear-gradient(to top, #ffffff, transparent);
    content: "";
    bottom: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.interested_learners {
    padding: 100px 0;
}.interested_learners h4 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.interested_learners div > div {
    gap: 30px;
}.interested_learners p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.interested_learners {
    padding: 80px 0;
}.interested_learners h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.8);
}.interested_learners div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.interested_learners p {
    padding: 18px;
}.interested_learners p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.interested_learners p:nth-child(odd),
    .interested_learners p:nth-child(even) {
    transform: none;
    animation: none;
}.interested_learners p:hover {
    transform: translateY(-5px);
}.interested_learners p:hover svg {
    transform: scale(1.2);
}.interested_learners::after {
    height: 100px;
}
}

@media (max-width: 576px) {.interested_learners {
    padding: 60px 0;
}.interested_learners h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 40px;
}.interested_learners h4::before {
    height: 2px;
}.interested_learners h4::after {
    bottom: 8px;
}.interested_learners div > div {
    gap: 20px;
}.interested_learners p {
    font-size: calc(12px * 0.9);
    padding: 15px;
}.interested_learners p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}}.instructor_profile {
    position: relative;
    overflow: hidden;
    background: rgb(244,220,203);
    padding: 5rem 2rem;
}.instructor_profile::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(120deg, transparent 30%, rgb(231,185,157,0.5) 100%);
    left: 0;
    z-index: 1;
}.instructor_profile::after {
    content: "";
    opacity: 0.5;
    right: 0;
    bottom: 0;
    height: 70%;
    background: rgb(217,146,108,0.5);
    position: absolute;
    width: 40%;
    z-index: 1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}.instructor_profile .alumni_feedback {
    max-width: 1200px;
    z-index: 2;
    gap: 3rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
}.instructor_profile .img_pic {
    filter: grayscale(100%);
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
}.instructor_profile .img_pic::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(231,185,157,0.5) 100%);
    z-index: 1;
}.instructor_profile .img_pic:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.instructor_profile .work_box {
    padding: 2rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.instructor_profile .work_box::before {
    background: rgb(231,185,157);
    height: 0;
    transition: height 0.8s ease-out;
    width: 2px;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.instructor_profile .alumni_feedback:hover .work_box::before {
    height: 100%;
}.instructor_profile .name {
    overflow: hidden;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 44px;
    margin-bottom: 0.5rem;
}.instructor_profile .name::after {
    background: rgb(217,146,108);
    left: 0;
    content: "";
    height: 1px;
    bottom: 0;
    transform: translateX(-101%);
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease-out 0.2s;
}.instructor_profile .alumni_feedback:hover .name::after {
    transform: translateX(0);
}.instructor_profile .work_box > div:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 400;
    color: rgb(217,146,108);
    margin-bottom: 2.5rem;
    opacity: 0;
    transition: all 0.5s ease-out 0.4s;
    transform: translateY(20px);
}.instructor_profile .alumni_feedback:hover .work_box > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}.instructor_profile .experience {
    opacity: 0;
    padding: 0 0 0 20px;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    line-height: 1.8;
    color: #000000;
    font-weight: 300;
    font-size: 12px;
    transform: translateY(20px);
}.instructor_profile .alumni_feedback:hover .experience {
    transform: translateY(0);
    opacity: 1;
}.instructor_profile .experience::first-letter {
    color: rgb(231,185,157);
    font-size: 1.5em;
    font-weight: 700;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.instructor_profile:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 992px) {.instructor_profile .alumni_feedback {
    grid-template-columns: 1fr;
    gap: 2rem;
}.instructor_profile .img_pic {
    max-height: 300px;
    aspect-ratio: 16/9;
}.instructor_profile .work_box {
    padding: 1rem 0;
}.instructor_profile .work_box::before {
    height: 2px;
    width: 0;
    transition: width 0.8s ease-out;
}.instructor_profile .alumni_feedback:hover .work_box::before {
    height: 2px;
    width: 100%;
}
}