.head_edu {
    flex: 1 0 auto;
}

.quiz_links {
    flex: 0 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1245px;
}

.grid-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}


.appPanel {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(210,180,158,0.5), rgb(180,143,114) 120%);
    position: relative;
}

.appPanel::after {
    left: -5%;
    content: "";
    position: absolute;
    transform: rotate(15deg);
    bottom: -5%;
    height: 250px;
    width: 250px;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(180,143,114) 10%, transparent 70%);
    animation: float 9s ease-in-out infinite reverse;
}

.appPanel .learn_expert {
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    padding: 3.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.appPanel h5 {
    font-weight: 700;
    transition: transform 0.4s ease;
    padding-bottom: 0.5rem;
    transform: translateX(0);
    position: relative;
    font-size: 19px;
    margin: 0;
    line-height: 1.4;
    color: #000000;
}

.appPanel h5::after {
    width: 80px;
    transition: width 0.4s ease;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(210,180,158), transparent);
    position: absolute;
    content: "";
}

.appPanel a {
    padding: 0.5rem 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block;
    text-decoration: none;
}

.appPanel a:hover {
    transform: translateY(-3px);
}

.appPanel a:hover::before {
    width: 100%;
}

.appPanel a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(210,180,158,0.5);
}

.membership_plan::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.membership_plan h2 {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    transform: perspective(1000px) translateZ(0);
    font-size: 36px;
}

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

.membership_plan .payment_option {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    border-left: 3px solid rgb(210,180,158);
    display: block;
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
}

.membership_plan .fee_struct h4 {
    word-break: break-word;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    position: relative;
    color: #ffffff;
    overflow-wrap: break-word;
    margin: 0 0 20px;
}

.membership_plan .payment_option:hover .fee_struct h4::after {
    width: 60px;
}

.membership_plan .access_rates {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    color: #ffffff;
    padding: 10px 25px;
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: calc(19px * 1.5);
    align-self: flex-start;
    display: inline-block;
    font-weight: 700;
}

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

.client_opinions::after {
    transform: rotate(-1deg);
    opacity: 0.3;
    position: absolute;
    content: "";
    height: 20px;
    width: 120%;
    left: -10%;
    background: #ffffff;
    bottom: -10px;
    filter: blur(15px);
}

.client_opinions h2::after {
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    content: "";
    height: 4px;
    transform: translateX(-50%);
    width: 80px;
}

.client_opinions .client_views {
    overflow: hidden;
    padding: 1.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    border-radius: 12px;
    position: relative;
    background: #ffffff;
}

.client_opinions .client_views:hover::before {
    transform: scaleX(1);
}

.client_opinions .client_views h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
}

.client_opinions .client_views h3::after {
    background: rgb(180,143,114);
    content: "";
    width: 30px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: -5px;
}

.client_opinions .client_views .description::before {
    color: rgb(180,143,114,0.5);
    top: -2rem;
    transition: transform 0.4s ease, opacity 0.3s ease;
    left: -1rem;
    content: "";
    opacity: 0.15;
    font-size: 5rem;
    z-index: -1;
    position: absolute;
}

.client_opinions .client_views:hover div {
    transform: scale(1.1) translateX(5px);
}

.client_opinions .client_views div::before {
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 30% 30%, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.client_opinions .client_views div img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

header .header_navbar .nav_know {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}

header .header_navbar .nav_know .top_start {
    transition: transform 0.3s ease-in-out;
    display: block;
}

header .header_navbar .nav_know .top_start:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .header_navbar .nav_know svg {
    height: auto;
    width: 80px;
}

header .header_navbar .head_prime::before {
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(210,180,158,0.5) 100%);
    opacity: 0;
    left: -20px;
    position: absolute;
    top: -10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    height: calc(100% + 20px);
    content: "";
    width: calc(100% + 40px);
}

header .header_navbar .top_site a::before {
    transition: transform 0.3s ease;
    transform-origin: right;
    background: rgb(180,143,114);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: 0;
    transform: scaleX(0) rotate(-2deg);
}

.cookie_popup_interrupt {
    bottom: 0;
    border-top: 3px solid rgb(210,180,158);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(239,224,213);
    z-index: 90;
}

.cookie_customize svg:hover {
    fill: rgb(180,143,114);
}

.manage_cookies {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}

.cookie_popup_interrupt p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}

.consent_track {
    line-height: 35px;
    border-radius: 19px;
    background: rgb(210,180,158);
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
}

.cookie_popup_interrupt p a:hover {
    color: rgb(180,143,114);
}

#cookiePopupMessage:checked ~ .cookie_popup_interrupt {
    opacity: 0;
    visibility: hidden;
}

.our_story::before {
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
                rgb(210,180,158,0.5) 0%, 
                transparent 25%);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

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

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

.our_story .study_experts:first-child {
    grid-column: 1;
    transform-origin: left center;
    grid-row: 1 / span 2;
}

.our_story .study_experts:nth-child(2) {
    grid-column: 2;
    transform-origin: right center;
    grid-row: 1 / span 2;
}

.our_story .study_experts:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.our_story .study_experts:nth-child(2) h3 {
    background: rgb(180,143,114);
}

.our_story .study_experts p {
    align-items: center;
    display: flex;
    font-size: 12px;
    position: relative;
    z-index: 1;
    padding: 30px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    flex-grow: 1;
}

.our_story .study_experts:nth-child(2) p::first-letter {
    color: rgb(180,143,114);
}

.our_story .study_experts:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(180,143,114,0.5), 0.1) 50%);
}

.our_story .study_experts::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(210,180,158), transparent);
    z-index: 3;
    width: 100%;
}

footer .quiz_links::before {
    left: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    content: "";
    position: absolute;
    background-color: rgb(210,180,158);
    height: 50%;
    width: 6px;
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
}

footer .info_item:hover::before {
    top: 0;
    height: 100%;
}

footer .info_item svg {
    z-index: 1;
    fill: rgb(210,180,158);
    position: relative;
    height: 22px;
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
}

footer .info_item a:hover {
    color: rgb(210,180,158);
}

footer .nav_know, footer .subscribe_holder {
    transition: all 0.3s ease;
    padding: 30px;
    border-radius: 16px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .nav_know svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}

footer .head_prime h5 {
    font-weight: 600;
    color: #ffffff;
    grid-column: 1 / -1;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

footer .nav_base {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
}

footer .nav_base a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: relative;
    font-size: 14px;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

footer .nav_base a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(210,180,158);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .access_lessons {
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(210,180,158);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    font-size: 19px;
    padding: 15px;
}

footer .footer_subscribe {
    border-radius: 30px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

.privacy_retreat::before,
.privacy_retreat::after {
    position: absolute;
    background: rgb(210,180,158,0.5);
    border-radius: 50%;
    content: '';
    opacity: 0.1;
}

.privacy_retreat::before {
    left: -50px;
    top: -50px;
    height: 200px;
    width: 200px;
}

.privacy_retreat h1::before,
.privacy_retreat h2::before {
    left: 0;
    background: rgb(210,180,158);
    content: '';
    border-radius: 50%;
    width: 30px;
    position: absolute;
    height: 30px;
}

.privacy_retreat ul li {
    padding-left: 40px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    color: #000000;
    position: relative;
    font-weight: 400;
}

.privacy_retreat p {
    line-height: 1.8;
    margin: 20px 0;
    border-left: 4px solid rgb(210,180,158);
    position: relative;
    font-weight: 300;
    padding-left: 15px;
    font-size: 14px;
    color: #000000;
}

.privacy_retreat p::before {
    background: rgb(210,180,158);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    width: 10px;
    content: '';
    top: 0;
    transform: translate(-50%, -50%);
    left: 0;
}

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


.future_members {
    padding: 100px 0;
    background-size: 60px 60px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    background-color: #000000;
}



.future_members::after {
    top: 0;
    width: 100%;
    pointer-events: none;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
}

.future_members .container {
    position: relative;
    z-index: 5;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.future_members h4 {
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(210,180,158,0.5), 0 0 30px rgb(210,180,158,0.5);
    position: relative;
    letter-spacing: 3px;
    margin: 0 0 70px;
    color: #ffffff;
    padding-bottom: 20px;
    font-size: calc(36px * 1.2);
    font-weight: 700;
    text-align: center;
}

.future_members div > div {
    margin: 0 -50px;
    gap: 30px;
    perspective: 1500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.future_members p {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    border: 1px solid rgb(210,180,158,0.5);
    border-radius: 0;
    box-shadow: 
        0 0 20px rgb(210,180,158,0.5),
        inset 0 0 10px rgb(210,180,158,0.5);
    padding: 30px 35px;
    z-index: 1;
    line-height: 1.7;
    backdrop-filter: blur(5px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    font-size: calc(14px * 1.05);
    display: flex;
    overflow: visible;
    align-items: flex-start;
    margin: 0;
}

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

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

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

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

.future_members p:hover {
    border-color: rgb(210,180,158);
    z-index: 10;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(210,180,158,0.5),
        inset 0 0 15px rgb(210,180,158);
    transform: translateY(-15px) rotateX(5deg);
}

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

.future_members p svg {
    filter: drop-shadow(0 0 8px rgb(210,180,158,0.5));
    flex-shrink: 0;
    height: 36px;
    margin-right: 20px;
    transition: transform 0.3s ease;
    width: 36px;
}

.future_members .learn_expert::before {
    left: -100px;
    border-radius: 50%;
    top: -70px;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(180,143,114) 49%, rgb(180,143,114) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(180,143,114) 49%, rgb(180,143,114) 51%, transparent 52%) 0 0/20px 20px;
    height: 200px;
    content: '';
    width: 200px;
    position: absolute;
    animation: rotateMesh 30s linear infinite;
    filter: blur(2px);
}

.statistical_details {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,224,213) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.statistical_details::after {
    opacity: 0.05;
    background-size: 30px 30px;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(210,180,158,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(210,180,158,0.5) 1px, transparent 1px);
    height: 200%;
    transform: perspective(1000px) rotateX(60deg);
    width: 200%;
    pointer-events: none;
    left: -50%;
    top: -50%;
    content: "";
}

.statistical_details h3::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(210,180,158), rgb(180,143,114));
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: -15px;
}

.statistical_details .statistics_value {
    transform: translateY(30px);
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    align-items: center;
    animation-delay: calc(var(--i, 0) * 0.1s);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: stat-appear 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    opacity: 0;
    position: relative;
}

.statistical_details .statistics_value::after {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -50px;
    background: rgb(210,180,158,0.5);
    right: -50px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    width: 100px;
    height: 100px;
}

.statistical_details .statistics_value:hover::after {
    opacity: 0.2;
    transform: scale(1.5);
}

.statistical_details .statistics_value p {
    color: rgb(210,180,158);
    font-weight: 700;
    font-size: calc(30px * 1.5);
    line-height: 1;
    transition: all 0.3s ease;
    margin: 0;
    z-index: 2;
    position: relative;
}

.academic_experience {
    position: relative;
    overflow: hidden;
    height: 500px;
    background: rgb(239,224,213);
}

.academic_experience::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: rgb(210,180,158);
    z-index: 1;
}

.academic_experience .client_views {
    z-index: 3;
    position: relative;
    height: 100%;
    display: flex;
}

.academic_experience .img_expand::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.3;
    background: linear-gradient(
        to right,
        rgb(210,180,158) 0%,
        transparent 100%
    );
    content: "";
}

.academic_experience:hover .img_expand {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}



.academic_experience:hover .img_expand {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}

.academic_experience .name {
    margin-bottom: 0.7rem;
    font-size: 46px;
    transform: translateX(50px);
    animation: slide-left 0.7s forwards 0.2s;
    opacity: 0;
    position: relative;
    color: #000000;
    font-weight: 700;
}

.academic_experience:hover .name::before {
    transform: scaleX(1);
}

.academic_experience .exp_content > div:nth-child(2) {
    animation: slide-left 0.7s forwards 0.4s;
    font-weight: 600;
    color: rgb(180,143,114);
    margin-bottom: 2rem;
    font-size: 21px;
    text-transform: uppercase;
    transform: translateX(50px);
    letter-spacing: 3px;
    opacity: 0;
}



.academic_experience .career_expertise::before {
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(210,180,158) 0%,
        rgb(180,143,114) 100%
    );
    position: absolute;
}

.academic_experience:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}

.academic_experience:hover .career_expertise {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

.stay_informed .container {
    transform: skewY(2deg);
    z-index: 1;
    position: relative;
}

.stay_informed .learn_expert {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    max-width: 1140px;
}

.stay_informed .learn_expert::after {
    z-index: -1;
    left: 10%;
    height: 60%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -20%;
    position: absolute;
    background: rgb(210,180,158,0.5);
    animation: float 6s infinite alternate;
    content: "";
    width: 40%;
}

.stay_informed p {
    font-family: Arial, sans-serif;
    max-width: 70%;
    padding-left: 2rem;
    font-weight: 700;
    transform: translateX(30px);
    font-size: 34px;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
}

.stay_informed .input_holder {
    width: 100%;
    align-items: center;
    display: flex;
    margin-left: 3rem;
    flex-direction: row;
    transition: all 0.3s ease;
    border-radius: 25px;
    max-width: 600px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.stay_informed .upgrade_skills:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(210,180,158,0.5);
}

.stay_informed .query_feedback::before {
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}

.stay_informed .query_feedback:hover::before {
    left: 100%;
}

.contact_form_section {
    position: relative;
    padding: 0;
}

.contact_form_section::before {
    left: 0;
    top: 0;
    background: rgb(239,224,213);
    opacity: 0.85;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact_form_section .reach_request {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.contact_form_section .support_feedback h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    background: rgb(210,180,158);
    padding: 40px;
    margin: 0;
    text-align: center;
}

.contact_form_section .support_feedback svg {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: rgb(239,224,213);
}

.contact_form_section .support_feedback span {
    color: #000000;
    font-size: 15px;
}

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

.contact_form_section form {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 60px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 28px;
    background: #ffffff;
    width: 60%;
}

.contact_form_section form h3::after {
    position: absolute;
    background: rgb(210,180,158);
    width: 70px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    bottom: -15px;
}

.contact_form_section form input[type="text"]:focus,
.contact_form_section form input[type="email"]:focus {
    border-color: rgb(210,180,158);
    box-shadow: 0 0 0 3px rgb(210,180,158,0.5);
    outline: none;
}

.contact_form_section form input::placeholder {
    color: #000000;
}

.contact_form_section .query_reach input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: relative;
    -webkit-appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(239,224,213);
    margin-right: 15px;
    flex-shrink: 0;
}

.contact_form_section .query_reach label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}

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

.contact_form_section .query_feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(180,143,114);
}

.greeting_page {
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(239,224,213), rgb(210,180,158,0.5) 80%);
    overflow: hidden;
    display: flex;
}

.greeting_page::after {
    top: 15%;
    position: absolute;
    opacity: 0.25;
    width: 50vw;
    background: radial-gradient(
    circle at center,
    rgb(210,180,158) 0%,
    rgb(210,180,158,0.5) 30%,
    transparent 70%
  );
    z-index: 1;
    content: "";
    filter: blur(50px);
    height: 50vw;
    animation: pulse 10s infinite alternate ease-in-out;
    right: -10%;
}

.greeting_page .main_title::after {
    width: 0;
    background: linear-gradient(90deg, rgb(180,143,114), transparent);
    position: absolute;
    height: 0.25rem;
    left: 0;
    content: "";
    bottom: -0.5rem;
    animation: growLine 1.2s forwards 0.8s ease-in-out;
}

.greeting_page .fast_skill {
    transform: translateY(2rem);
    width: 100%;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 1.2s forwards 0.9s ease-out;
}

.greeting_page .belief_core {
    position: relative;
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(3deg) rotateY(-1deg);
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.greeting_page .belief_core:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.greeting_page .belief_core:hover span {
    transform: translateY(-10px);
}

.greeting_page .belief_core h3 {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: clamp(1rem, 2vw, 23px);
    margin: 0;
    line-height: 1.4;
}

.program_overview {
    overflow: hidden;
    position: relative;
    background-color: #000000;
    padding: 100px 0;
}

.program_overview::after {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    height: 100%;
    z-index: 1;
    content: "";
}

.program_overview .program_plan {
    gap: 30px;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto 1fr;
}

.program_overview .text_item .description:nth-of-type(1) {
    opacity: 0;
    grid-area: desc1;
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.4s;
}

.program_overview .text_item .description:nth-of-type(2) {
    transform: translateY(30px);
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s;
    grid-area: desc2;
}

.program_overview .text_item .description::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}

.program_overview .img_expand {
    border-radius: 23px;
    grid-area: image;
    min-height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

::-webkit-scrollbar {
    background: linear-gradient(46deg, #ffffff 21%, rgb(239,224,213) 6%);
    padding: 0px;
    width: 2%;
}

::-webkit-scrollbar-button {
    height: 5px;
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: transform 2.7s ease-out;
    border-radius: 16.7vw;
}

::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(210,180,158,0.5);
    box-shadow: inset -4px 3px 1px 7px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 5px;
}

.membership_plan .fee_struct p::-webkit-scrollbar {
    width: 4px;
}

.membership_plan .fee_struct p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(210,180,158);
}



@media (max-width: 991px) {.membership_plan {
    padding: 80px 0;
}.membership_plan .edu_packages {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.membership_plan .pricing_card {
    padding: 25px 20px;
}.membership_plan .fee_struct h4 {
    font-size: 19px;
}.membership_plan .access_rates {
    padding: 8px 20px;
    font-size: 19px;
}
}



@media (max-width: 767px) {.membership_plan {
    padding: 60px 0;
}.membership_plan h2 {
    font-size: calc(36px * 0.85);
}.membership_plan .training_fees {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.membership_plan .edu_packages {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.membership_plan .fee_struct p {
    max-height: 180px;
}
}



@media (max-width: 991px) {.client_opinions {
    padding: 4rem 0;
}.client_opinions h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.client_opinions .testimonials_pro {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 575px) {.client_opinions {
    padding: 2.5rem 0;
}.client_opinions h2 {
    transform: none;
    font-size: calc(29px * 0.7);
    padding: 0 1rem;
}.client_opinions .testimonials_pro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
}.client_opinions .client_views {
    padding: 1.25rem;
}.client_opinions .client_views:hover {
    transform: translateY(-5px);
}
}



@media (prefers-reduced-motion: reduce) {.client_opinions .client_views,
    .client_opinions .client_views::before,
    .client_opinions .client_views h3::after,
    .client_opinions .client_views div,
    .client_opinions .client_views div img,
    .client_opinions .client_views .description::before {
    transition: none;
}.client_opinions .client_views:hover {
    transform: none;
}.client_opinions .client_views:hover div {
    transform: none;
}.client_opinions .client_views:hover div img {
    transform: none;
}}



@media (max-width: 576px) {header .header_navbar {
    padding: 0.75rem;
}header .header_navbar .head_prime {
    flex-direction: column;
    align-items: center;
}header .header_navbar .top_site {
    text-align: center;
    width: 100%;
}header .header_navbar .nav_know svg {
    width: 100px;
}}


@media only screen and (max-width: 1200px) {.user_safety {
    flex-direction: column;
    align-items: center;
}.cookie_customize {
    margin-bottom: 15px;
}.manage_cookies {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.consent_track {
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
    width: 100%;
}
}



@media screen and (max-width: 768px) {.our_story {
    padding: 70px 0;
}.our_story h2 {
    margin-bottom: 50px;
}.our_story .study_studio {
    grid-template-rows: auto auto;
    gap: 30px;
    grid-template-columns: 1fr;
}.our_story .study_experts:first-child,
    .our_story .study_experts:nth-child(2) {
    grid-row: auto;
    grid-column: 1;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .access_lessons {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head_prime {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 576px) {footer .quiz_links {
    padding: 50px 0 20px;
}footer .nav_base {
    padding: 15px;
}footer .head_prime h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .access_lessons {
    padding: 12px;
}}



@media (max-width: 1199px) {.future_members div > div {
    margin: 0 -30px;
}
}



@media (max-width: 991px) {.future_members {
    padding: 80px 0;
}.future_members h4 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
}.future_members div > div {
    margin: 0 -20px;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.future_members p {
    padding: 25px 30px;
}.future_members p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.future_members p:nth-child(3n+1),
    .future_members p:nth-child(3n+3) {
    transform: none;
}.future_members p:nth-child(odd) {
    transform: translateX(-20px);
}.future_members p:nth-child(even) {
    transform: translateX(20px);
}.future_members p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.future_members p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (max-width: 480px) {.future_members {
    padding: 60px 0;
}.future_members h4 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: calc(36px * 0.85);
}.future_members p {
    padding: 20px;
    font-size: 14px;
}.future_members p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.future_members p::after {
    top: -10px;
    font-size: 48px;
    right: 15px;
}}



@media (max-width: 767px) {.statistical_details {
    padding: 60px 0;
}.statistical_details h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.statistical_details ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details .statistics_value {
    padding: 20px 15px;
}.statistical_details .statistics_value span {
    font-size: 18px;
    margin-bottom: 10px;
}.statistical_details .statistics_value p {
    font-size: calc(30px * 1.2);
}.statistical_details .statistics_value p::after {
    right: -12px;
    top: 3px;
    font-size: 20px;
}
}



@media (max-width: 992px) {.stay_informed {
    padding: 3rem 1.5rem;
}.stay_informed p {
    transform: translateX(15px);
    font-size: calc(34px * 0.9);
    max-width: 80%;
}.stay_informed .input_holder {
    margin-left: 2rem;
}
}



@media (max-width: 768px) {.stay_informed p {
    transform: translateX(0);
    font-size: calc(34px * 0.8);
    padding-left: 1.5rem;
    max-width: 100%;
}.stay_informed .input_holder {
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
}.stay_informed .upgrade_skills {
    width: 100%;
    padding: 1rem;
}.stay_informed .query_feedback {
    width: 100%;
    padding: 1rem;
}
}



@media (max-width: 992px) {.contact_form_section .support_feedback {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_form_section form {
    width: 80%;
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.contact_form_section .support_feedback {
    margin: 40px 15px 0;
}.contact_form_section .support_feedback h3 {
    padding: 25px 20px;
    font-size: calc(28px * 0.85);
}.contact_form_section .support_panel {
    padding: 130px 15px 60px;
}.contact_form_section form {
    padding: 30px 20px;
}.contact_form_section form input[type="text"],
    .contact_form_section form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}



@media (min-width: 1200px) {.greeting_page {
    padding: 8rem 6rem;
}.greeting_page .main_title {
    font-size: 43px;
}.greeting_page .belief_core {
    height: 450px;
}.greeting_page .belief_core h3 {
    font-size: 23px;
}
}



@media (hover: none) {.greeting_page .belief_core {
    transform: none;
}.greeting_page .belief_core:hover {
    transform: none;
}.greeting_page .belief_core span {
    transform: none;
}.greeting_page .belief_core:hover span {
    transform: none;
}}



@media (max-width: 767px) {.program_overview {
    padding: 60px 0;
}.program_overview .program_plan {
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
    gap: 20px;
    grid-template-columns: 1fr;
}.program_overview .img_expand {
    height: 350px;
}.program_overview .text_item h2 {
    padding: 20px;
    font-size: calc(35px * 0.9);
}.program_overview .text_item .description {
    padding: 20px;
}

}



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



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

@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}



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



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



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



@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

