* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(180,143,114) rgb(239,224,213);
}

header,footer {
    width: 100%;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

.appPanel::before {
    height: 300px;
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.2;
    right: -5%;
    animation: float 8s ease-in-out infinite;
    content: "";
    width: 300px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
}

.appPanel .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.appPanel .learn_expert:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}

.appPanel .learn_expert > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.appPanel .learn_expert > div:first-child::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(210,180,158), rgb(180,143,114));
    width: 0.5rem;
    left: -2rem;
    transform: translateY(-50%);
    height: 70%;
    top: 50%;
}

.appPanel .learn_expert:hover h5 {
    transform: translateX(10px);
}

.appPanel .learn_expert:hover h5::after {
    width: 120px;
}

.appPanel .learn_expert > div:last-child {
    position: relative;
    overflow: hidden;
}

.appPanel p {
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
}

.appPanel a::before {
    left: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    background: rgb(210,180,158);
    height: 1px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.appPanel a:hover p {
    color: rgb(210,180,158);
}

.membership_plan {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.membership_plan .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.membership_plan .learn_rates {
    position: relative;
}

.membership_plan h2::after {
    position: absolute;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(210,180,158);
    content: "";
    width: 80px;
    bottom: -10px;
}

.membership_plan .training_fees {
    font-size: 14px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
}

.membership_plan .edu_packages li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.membership_plan .payment_option:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}

.membership_plan .payment_option::before {
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(210,180,158), 0.05) 100%);
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.membership_plan .pricing_card {
    padding: 35px 25px;
    height: 100%;
}

.membership_plan .fee_struct {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.membership_plan .fee_struct h4::after {
    bottom: 0;
    width: 40px;
    left: 0;
    background: rgb(210,180,158);
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
}

.membership_plan .fee_struct p {
    max-height: 250px;
    overflow-wrap: break-word;
    overflow-y: auto;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    margin: 0 0 25px;
    scrollbar-width: thin;
    font-size: 14px;
    scrollbar-color: rgb(210,180,158) transparent;
    line-height: 1.6;
    word-break: break-word;
}

.membership_plan .payment_option:hover .access_rates {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.client_opinions::before {
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(180,143,114,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

.client_opinions h2 {
    text-shadow: 2px 2px 4px rgb(255, 255, 255, 0.5);
    color: #000000;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin-bottom: 3rem;
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.client_opinions .container.learn_expert {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.client_opinions .testimonials_pro {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    padding: 0.5rem;
}

.client_opinions .client_views:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
                -15px -15px 30px rgba(255, 255, 255, 1),
                0 10px 20px rgba(rgb(210,180,158,0.5), 0.2);
    transform: translateY(-8px) scale(1.02);
}

.client_opinions .client_views::before {
    top: 0;
    transform-origin: left;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.client_opinions .client_views:hover h3::after {
    width: 100%;
}

.client_opinions .client_views .description {
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 16px;
}

.client_opinions .client_views:hover .description::before {
    transform: translateY(-5px) rotate(-5deg);
    opacity: 0.25;
}

.client_opinions .client_views div {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.1),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.05);
    width: 70px;
    height: 70px;
    transition: transform 0.4s ease;
}

.client_opinions .client_views:hover div::before {
    opacity: 1;
}

.client_opinions .client_views:hover div img {
    transform: scale(1.1);
}

header .header_navbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 24px;
    width: 100%;
    padding: 1.5rem 2rem;
    z-index: 100;
    border-bottom-right-radius: 0;
    left: 0;
    align-items: center;
    overflow: visible;
    background: linear-gradient(135deg, rgb(210,180,158,0.5) 0%, rgb(180,143,114) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

header .header_navbar .head_prime {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
}

header .header_navbar .top_site {
    transition: transform 0.3s ease;
    position: relative;
}

header .header_navbar .top_site a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 18px;
}

header .header_navbar .top_site a:hover {
    color: rgb(180,143,114);
}

header .header_navbar .top_site a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

.user_safety {
    padding: 20px 15px;
    max-width: 1200px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.cookie_customize {
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie_customize svg {
    fill: rgb(210,180,158);
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
}

.cookie_popup_interrupt h5 {
    color: rgb(210,180,158);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}

.consent_track:hover {
    background: rgb(180,143,114);
    box-shadow: 0 0 10px rgb(180,143,114,0.5);
}

#cookiePolicyApproveUsageBtn {
    background: rgb(210,180,158);
}

#turn_off_privacy_settings {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_popup_interrupt p a {
    color: rgb(210,180,158);
    transition: color 0.3s ease;
    text-decoration: underline;
}


#cookiePopupMessage {
    display: none;
}

.our_story {
    background: rgb(239,224,213);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.our_story::after {
    content: "";
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(225deg, 
                rgb(180,143,114,0.5) 0%, 
                transparent 25%);
    width: 100%;
    z-index: 1;
}

.our_story h2 {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    text-align: center;
    position: relative;
}

.our_story .study_studio {
    grid-template-rows: auto auto;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.our_story .study_experts {
    flex-direction: column;
    background: #ffffff;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 0;
    border-radius: 16px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.our_story .study_experts h3 {
    background: rgb(210,180,158);
    padding: 20px 30px;
    margin: 0;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
}

.our_story .study_experts p::first-letter {
    line-height: 1;
    font-weight: 700;
    margin-right: 8px;
    color: rgb(210,180,158);
    float: left;
    font-size: calc(12px * 1.8);
}

.our_story .study_experts::before {
    right: 0;
    z-index: 1;
    position: absolute;
    width: 100px;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(210,180,158,0.5), 0.1) 50%);
    height: 100px;
}

.our_story .study_experts:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(180,143,114), transparent);
}

footer {
    width: 100%;
    position: relative;
}

footer .quiz_links {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: #2c3e50;
    position: relative;
    color: #ffffff;
}

footer .access_cta {
    z-index: 1;
    position: relative;
}

footer .message_block {
    display: grid;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    position: relative;
}

footer .info_item {
    height: 100px;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
}

footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    position: relative;
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    color: #2c3e50;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}

footer .nav_know:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .head_prime {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .peer_help {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
}

footer .head_prime h5::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: rgb(210,180,158);
    left: 0;
    bottom: 0;
    content: "";
}

footer .nav_base:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .nav_base a:last-child {
    border-bottom: none;
}

footer .nav_base a::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    content: "→";
    right: 0;
}

footer .nav_base a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

footer .subscribe_holder h5::after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: rgb(210,180,158);
    bottom: 0;
    left: 0;
    width: 50px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
}

footer .access_lessons:hover {
    background-color: rgb(180,143,114);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

footer .sample_docs {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.privacy_retreat {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background-color: rgb(239,224,213);
}

.privacy_retreat::after {
    bottom: -100px;
    height: 300px;
    right: -100px;
    width: 300px;
}

.privacy_retreat h1,
.privacy_retreat h2 {
    position: relative;
    text-transform: uppercase;
    padding-left: 40px;
    letter-spacing: 2px;
    margin: 20px 0;
}

.privacy_retreat h1 {
    color: rgb(210,180,158);
    font-size: 43px;
    font-weight: 700;
}

.privacy_retreat h2 {
    color: rgb(180,143,114);
    font-size: 37px;
    font-weight: 600;
}

.privacy_retreat ul {
    margin: 20px 0;
    list-style-type: none;
    counter-reset: custom-counter;
    padding: 0;
}

.privacy_retreat ul li::before {
    font-weight: 700;
    transform: translateY(-50%);
    counter-increment: custom-counter;
    height: 30px;
    position: absolute;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    width: 30px;
    display: flex;
    color: #ffffff;
    content: counter(custom-counter);
    align-items: center;
    background: rgb(180,143,114);
    left: 0;
}

.privacy_retreat .container div {
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgb(180,143,114,0.5);
    margin: 20px 0;
    position: relative;
}

.privacy_retreat .container div::after {
    height: 20px;
    position: absolute;
    opacity: 0.5;
    bottom: -10px;
    right: -10px;
    content: '';
    background: rgb(180,143,114);
    border-radius: 50%;
    width: 20px;
}

.future_members::before {
    content: '';
    width: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(210,180,158,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(180,143,114,0.5) 0%, transparent 25%);
    left: -50%;
    top: -50%;
    height: 200%;
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
    animation: rotateBackground 60s linear infinite;
}

.future_members .learn_expert {
    overflow: visible;
    padding: 0;
    position: relative;
}

.future_members h4::before {
    background: rgb(210,180,158);
    width: 120px;
    height: 3px;
    box-shadow: 0 0 10px 2px rgb(210,180,158);
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
}

.future_members h4::after {
    transform: translateX(-50%);
    content: '';
    bottom: -5px;
    position: absolute;
    height: 1px;
    background: rgb(180,143,114,0.5);
    width: 200px;
    left: 50%;
}

.future_members p::before {
    height: 30px;
    width: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background: rgb(210,180,158);
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
}

.future_members p::after {
    color: rgb(180,143,114);
    position: absolute;
    font-size: calc(48px * 1.2);
    right: 25px;
    top: -15px;
    opacity: 0.15;
    font-weight: 700;
    z-index: -1;
    content: attr(data-number);
    transition: all 0.3s ease;
}

.future_members p:nth-child(1)::after {
    content: '01';
}

.future_members p:nth-child(2)::after {
    content: '02';
}

.future_members p:nth-child(4)::after {
    content: '04';
}

.future_members p:nth-child(6)::after {
    content: '06';
}

.future_members p:nth-child(8)::after {
    content: '08';
}

.future_members p:nth-child(10)::after {
    content: '10';
}

.future_members p:hover::before {
    opacity: 1;
}

.future_members p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}

.future_members p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.future_members p:nth-child(3n+3) {
    transform: translateX(30px);
}

.future_members p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}

.future_members p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.future_members p svg path {
    fill: rgb(210,180,158);
    transition: fill 0.3s ease;
}

.future_members p:hover svg path {
    fill: rgb(180,143,114);
}

.future_members .learn_expert::after {
    right: -70px;
    height: 150px;
    border-radius: 50%;
    bottom: -70px;
    opacity: 0.2;
    position: absolute;
    animation: rotateMesh 30s linear infinite reverse;
    content: '';
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(210,180,158) 49%, rgb(210,180,158) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(210,180,158) 49%, rgb(210,180,158) 51%, transparent 52%) 0 0/15px 15px;
    width: 150px;
}

.statistical_details::before {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,180,158,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(180,143,114,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
}

.statistical_details h3 {
    font-size: 30px;
    margin-bottom: 60px;
    text-align: center;
    transform: translateZ(0);
    font-weight: 700;
    z-index: 5;
    position: relative;
    color: #000000;
}

.statistical_details .container {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.statistical_details ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}

.statistical_details .statistics_value:nth-child(1) {
    --i: 1;
}

.statistical_details .statistics_value:nth-child(2) {
    --i: 2;
}

.statistical_details .statistics_value:nth-child(3) {
    --i: 3;
}

.statistical_details .statistics_value:nth-child(4) {
    --i: 4;
}

.statistical_details .statistics_value:nth-child(5) {
    --i: 5;
}

.statistical_details .statistics_value:nth-child(6) {
    --i: 6;
}

.statistical_details .statistics_value:nth-child(7) {
    --i: 7;
}

.statistical_details .statistics_value::before {
    content: "";
    z-index: 1;
    background: linear-gradient(to right, rgb(210,180,158), rgb(180,143,114));
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 4px;
}

.statistical_details .statistics_value:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.statistical_details .statistics_value span {
    margin-bottom: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 2;
    text-align: center;
    color: #000000;
    font-size: calc(18px * 1.1);
    position: relative;
    letter-spacing: 0.5px;
}

.statistical_details .statistics_value p::after {
    position: absolute;
    content: "+";
    right: -15px;
    font-size: calc(18px);
    color: rgb(180,143,114);
    top: 5px;
}

.academic_experience::after {
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(180,143,114,0.5) 100%
        );
    position: absolute;
    content: "";
    z-index: 2;
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
}

.academic_experience .img_expand {
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 45%;
    top: -15%;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 130%;
    filter: grayscale(30%) contrast(1.1);
    transform: translateX(-5%);
    left: 0;
}

.academic_experience .exp_content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    right: 0;
    width: 60%;
    z-index: 3;
    position: absolute;
    padding: 0 3rem 0 7rem;
}

.academic_experience .name::before {
    bottom: -10px;
    position: absolute;
    width: 50px;
    background: rgb(210,180,158);
    transition: transform 0.5s ease 0.7s;
    height: 5px;
    left: 0;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
}

.academic_experience .career_expertise {
    transform: translateX(50px);
    font-weight: 400;
    animation: slide-left 0.7s forwards 0.6s;
    color: #000000;
    padding-left: 30px;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    opacity: 0;
}

.academic_experience .career_expertise::after {
    position: absolute;
    opacity: 0.1;
    content: '"';
    bottom: -120px;
    font-family: serif;
    line-height: 0;
    font-size: 20rem;
    right: -80px;
    z-index: -1;
    color: rgb(210,180,158,0.5);
}

.academic_experience .exp_content > div {
    transition: transform 0.3s ease;
}

.academic_experience:hover .exp_content > div:nth-child(2) {
    transform: translateY(-3px);
    transition-delay: 0.2s;
}

.stay_informed {
    transform: skewY(-2deg);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(239,224,213) 0%, rgb(210,180,158,0.5) 100%);
    position: relative;
    overflow: hidden;
    margin: 5rem 0;
}

.stay_informed .learn_expert::before {
    border-radius: 25px;
    content: "";
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    width: 70%;
    top: -15%;
    right: -20%;
    position: absolute;
    opacity: 0.2;
    filter: blur(25px);
    height: 130%;
    background: linear-gradient(45deg, rgb(180,143,114) 0%, rgb(210,180,158) 100%);
    z-index: -1;
}

.stay_informed p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 80%;
    background: rgb(180,143,114);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    border-radius: 10px;
}

.stay_informed .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.stay_informed .upgrade_skills {
    outline: none;
    padding: 1.2rem 1.5rem;
    font-size: 15px;
    border: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1;
}

.stay_informed .query_feedback {
    cursor: pointer;
    border: none;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,143,114) 0%, rgb(210,180,158) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    outline: none;
}

.stay_informed .query_feedback:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
}

.contact_form_section .container {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.contact_form_section .support_feedback {
    grid-row: 1 / 2;
    margin-top: 80px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 10;
    border-radius: 28px;
    grid-column: 3 / 11;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.contact_form_section .support_feedback div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    display: flex;
}

.contact_form_section .support_feedback svg path {
    fill: rgb(210,180,158);
}

.contact_form_section .support_feedback a {
    color: rgb(210,180,158);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_form_section .support_panel {
    grid-row: 2 / 4;
    margin-top: -100px;
    background: rgb(210,180,158);
    padding: 170px 0 100px;
    grid-column: 1 / 13;
}

.contact_form_section form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #000000;
}

.contact_form_section form input[type="text"],
.contact_form_section form input[type="email"] {
    width: 100%;
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgb(239,224,213);
    font-size: 15px;
    background: #ffffff;
}

.contact_form_section .query_reach {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.contact_form_section .query_reach input[type="checkbox"]:checked {
    background-color: rgb(210,180,158);
    border-color: rgb(210,180,158);
}

.contact_form_section .query_reach input[type="checkbox"]:checked::before {
    content: '';
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 7px;
    transform: rotate(45deg);
}

.contact_form_section .query_reach a:hover {
    color: rgb(180,143,114);
}

.contact_form_section .query_feedback {
    font-weight: 700;
    font-size: 15px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(210,180,158);
    padding: 18px 20px;
}

.greeting_page > div {
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 2;
}

.greeting_page::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgb(180,143,114,0.5) 0px,
    transparent 2px,
    transparent 20px,
    rgb(180,143,114,0.5) 22px
  );
    height: 100%;
    left: 0;
    opacity: 0.1;
}

.greeting_page .main_title {
    font-weight: 700;
    opacity: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 6vw, 43px);
    transform: translateX(-2rem);
    animation: slideInTitle 1s forwards 0.3s ease-out;
    position: relative;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.greeting_page p {
    font-size: clamp(1rem, 3vw, 14px);
    opacity: 0;
    max-width: 600px;
    transform: translateX(-1rem);
    margin-bottom: 2rem;
    animation: slideInText 1s forwards 0.6s ease-out;
    color: #000000;
    line-height: 1.6;
}

.greeting_page .belief_core::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    top: 0;
    content: "";
    left: 0;
}

.greeting_page .belief_core span {
    transform: translateY(0);
    position: absolute;
    z-index: 2;
    backdrop-filter: blur(5px);
    background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
    width: 100%;
    left: 0;
    transition: transform 0.4s ease-out;
    padding: 2rem;
    bottom: 0;
}

.program_overview::before {
    background: 
        radial-gradient(circle at 30% 20%, rgb(210,180,158,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(180,143,114,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
}

.program_overview .container {
    position: relative;
    z-index: 2;
}

.program_overview .text_item {
    display: contents;
}

.program_overview .text_item h2 {
    padding: 30px;
    transform: translateX(-30px);
    font-size: 35px;
    align-self: center;
    border-radius: 23px;
    border-left: 3px solid rgb(210,180,158);
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    font-weight: 700;
    animation: slide-in 0.8s forwards 0.2s;
    opacity: 0;
    grid-area: title;
    margin: 0;
    backdrop-filter: blur(5px);
}

.program_overview .text_item .description {
    border-top: 3px solid rgb(180,143,114);
    font-size: 14px;
    backdrop-filter: blur(5px);
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    overflow: hidden;
    border-radius: 23px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.2);
}

.program_overview .img_expand::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 992px) {.appPanel {
    padding: 5rem 0;
}.appPanel .learn_expert {
    padding: 2.5rem;
}.appPanel h5 {
    font-size: calc(19px * 0.95);
}
}



@media screen and (max-width: 768px) {.appPanel {
    padding: 4rem 0;
}.appPanel .learn_expert {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.appPanel .learn_expert > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.appPanel h5 {
    font-size: calc(19px * 0.9);
}
}



@media screen and (max-width: 576px) {.appPanel {
    padding: 3rem 0;
}.appPanel .learn_expert {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
    padding: 1.75rem;
}.appPanel .learn_expert > div:first-child {
    margin-bottom: 1.5rem;
}.appPanel .learn_expert > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.appPanel h5 {
    font-size: calc(19px * 0.85);
}.appPanel p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 480px) {.membership_plan {
    padding: 50px 0;
}.membership_plan h2 {
    font-size: calc(36px * 0.75);
}.membership_plan .pricing_card {
    padding: 20px 15px;
}.membership_plan .fee_struct h4 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    padding-bottom: 10px;
}.membership_plan .fee_struct p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
    max-height: 150px;
}.membership_plan .access_rates {
    font-size: calc(19px * 0.9);
    padding: 8px 15px;
}}



@media (max-width: 767px) {.client_opinions {
    padding: 3rem 0;
}.client_opinions h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.client_opinions h2::after {
    width: 60px;
    height: 3px;
}.client_opinions .testimonials_pro {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_opinions .client_views {
    padding: 1.25rem;
}
}



@media (min-width: 1400px) {.client_opinions h2 {
    font-size: calc(29px * 1.1);
}.client_opinions .testimonials_pro {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client_opinions .client_views {
    padding: 2rem;
}
}



@media (max-width: 992px) {header .header_navbar {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    box-sizing: border-box;
    padding: 1rem;
    width: 100vw;
    flex-direction: column;
}header .header_navbar .nav_know {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .header_navbar .head_prime {
    transform: skewX(0);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .header_navbar .head_prime::before {
    transform: skewX(0);
}header .header_navbar .head_prime:hover::before {
    transform: skewX(0);
}header .header_navbar .top_site {
    margin: 0.25rem;
}header .header_navbar .top_site:nth-child(odd),
  header .header_navbar .top_site:nth-child(even) {
    transform: translateY(0);
}
}


@media only screen and (max-width: 800px) {.user_safety {
    padding: 15px;
}.cookie_customize {
    display: none;
}.cookie_popup_interrupt h5 {
    font-size: 22px;
}.cookie_popup_interrupt p {
    font-size: 13px;
}}




@media screen and (max-width: 991px) {.our_story {
    padding: 90px 0;
}.our_story h2 {
    margin-bottom: 60px;
}.our_story .study_studio {
    gap: 30px;
}
}



@media screen and (max-width: 576px) {.our_story {
    padding: 60px 0;
}.our_story .container {
    padding: 0 15px;
}.our_story h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.our_story h2::after {
    width: 60px;
    height: 3px;
    bottom: -15px;
}.our_story .study_experts h3 {
    font-size: calc(24px * 0.9);
    padding: 15px 20px;
}.our_story .study_experts p {
    font-size: calc(12px * 0.95);
    padding: 20px;
    line-height: 1.7;
}}



@media (max-width: 767px) {footer .quiz_links {
    padding: 70px 0 30px;
}footer .message_block {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_know, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_prime h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .sample_docs {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.privacy_retreat {
    padding: 30px;
}.privacy_retreat h1 {
    font-size: calc(21px - 8px);
}.privacy_retreat h2 {
    font-size: calc(21px - 8px);
}.privacy_retreat ul li {
    font-size: calc(14px - 2px);
}.privacy_retreat p {
    font-size: calc(14px - 2px);
}}



@media (max-width: 767px) {.future_members {
    padding: 70px 0;
}.future_members h4 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 36px;
}.future_members div > div {
    margin: 0;
    gap: 25px;
    grid-template-columns: 1fr;
}.future_members p {
    transform: none !important;
    padding: 25px;
}.future_members p:hover {
    transform: translateY(-10px) !important;
}.future_members .learn_expert::before {
    left: -60px;
    width: 120px;
    height: 120px;
    top: -50px;
}.future_members .learn_expert::after {
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
}
}



@media (max-width: 991px) {.statistical_details {
    padding: 80px 0;
}.statistical_details h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.statistical_details ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.statistical_details .statistics_value {
    padding: 25px 20px;
}.statistical_details .statistics_value p {
    font-size: calc(30px * 1.3);
}
}



@media (max-width: 480px) {.statistical_details {
    padding: 50px 0;
}.statistical_details ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.statistical_details .statistics_value {
    padding: 20px 15px;
}}



@media (max-width: 992px) {.academic_experience {
    padding: 0;
    height: auto;
}.academic_experience::before {
    width: 100%;
    height: 250px;
    clip-path: none;
}.academic_experience .client_views {
    flex-direction: column;
}.academic_experience .img_expand {
    position: relative;
    clip-path: none;
    top: 0;
    height: 300px;
    width: 100%;
    transform: none;
}.academic_experience .exp_content {
    position: relative;
    padding: 2rem;
    width: 100%;
}.academic_experience:hover .img_expand {
    animation: none;
}.academic_experience .career_expertise::after {
    display: none;
}}



@media (max-width: 576px) {.stay_informed {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.stay_informed .container {
    transform: skewY(1deg);
}.stay_informed p {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.stay_informed .learn_expert::before {
    right: -50%;
    width: 100%;
}}



@media (max-width: 1200px) {.contact_form_section .support_feedback {
    grid-column: 2 / 12;
}.contact_form_section form {
    width: 70%;
}
}



@media (max-width: 768px) {.contact_form_section .support_feedback h3 {
    font-size: calc(28px * 0.9);
    padding: 30px;
}.contact_form_section .support_panel {
    padding: 150px 20px 80px;
}.contact_form_section form {
    padding: 40px 30px;
    width: 100%;
}.contact_form_section form h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}
}



@media (min-width: 768px) {.greeting_page {
    padding: 6rem 4rem;
}.greeting_page > div {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.greeting_page .main_title {
    margin-bottom: 2rem;
}.greeting_page .belief_core {
    height: 400px;
}
}



@media (max-width: 767px) {.greeting_page {
    padding: 4rem 1.5rem;
}.greeting_page .main_title::after {
    animation: none;
    width: 60%;
}.greeting_page .belief_core {
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(0);
}
}



@media (max-width: 991px) {.program_overview {
    padding: 80px 0;
}.program_overview .program_plan {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.program_overview .img_expand {
    height: 400px;
}
}



@media (max-width: 480px) {.program_overview {
    padding: 40px 0;
}.program_overview .img_expand {
    height: 250px;
}.program_overview .text_item h2 {
    font-size: calc(35px * 0.8);
    padding: 15px;
}.program_overview .text_item .description {
    padding: 15px;
    font-size: calc(14px * 0.95);
}.program_overview .tech-element {
    display: none;
}
}



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

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes stat-appear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}



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



@keyframes growLine {
  to {
    width: 40%;
  }
}



@keyframes pulse {
  0% {
    opacity: 0.15;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.25;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(0.98);
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

