﻿.ranking_bar {
    flex: 0 0 auto;
}

.ranking_bar {
    position: relative;
    color: #000000;
    padding: 5rem 0 2rem;
    background-color: rgb(239,238,234);
    font-family: Arial, sans-serif;
}

.ranking_bar {
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(179,177,161,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(179,177,161,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: overlay;
}

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

.reach_out h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
}

.reach_out .media_img {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}

.reach_out .media_img::before {
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(212,210,198), 0.4), 
        rgba(rgb(179,177,161), 0.4)
    );
    z-index: 1;
    inset: 0;
    content: "";
}

.reach_out form {
    position: relative;
    z-index: 2;
}

.reach_out form h3 {
    margin-bottom: 40px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 21px;
}

.reach_out form input[type="text"]:focus {
    border-bottom-color: rgb(212,210,198);
    outline: none;
}

.reach_out form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.reach_out .inquiry_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach_out .inquiry_query input[type="checkbox"]:checked + label::before {
    background: rgb(212,210,198);
    border-color: rgb(212,210,198);
}

.reach_out .inquiry_query label a {
    color: rgb(212,210,198);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.reach_out .inquiry_query label a:hover {
    color: rgb(179,177,161);
}

.reach_out .support_grid {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 18px 40px;
    font-weight: 600;
    z-index: 1;
    border: none;
    width: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(212,210,198);
}

.ranking_bar .law_res {
    flex-direction: column;
    gap: 4rem;
    display: flex;
}

.ranking_bar .msg_info::after {
    bottom: -1px;
    height: 3px;
    content: '';
    background-color: rgb(212,210,198);
    width: 60px;
    position: absolute;
    left: 0;
}

.ranking_bar .info_item:hover {
    transform: translateX(5px);
}

.ranking_bar .info_item svg {
    width: 20px;
    flex-shrink: 0;
    fill: rgb(212,210,198);
    height: 20px;
}

.ranking_bar .header_site {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}

.ranking_bar .trophy_case {
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}

.ranking_bar .head_page {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.ranking_bar .head_page a:hover {
    color: rgb(212,210,198);
    padding-left: 12px;
}

.ranking_bar .head_page a:hover::before {
    width: 10px;
    left: 0;
}

.ranking_bar .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.ranking_bar .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.ranking_bar .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.ranking_bar .updates_item {
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    padding: 1rem 1.5rem;
    font-size: 15px;
    background-color: rgb(212,210,198);
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
}

.ranking_bar .head_page:first-child::after {
    height: 1px;
    width: 30px;
    bottom: -0.75rem;
    position: absolute;
    content: '';
    left: 0;
    background-color: rgb(179,177,161,0.5);
}

header .head_mainwrap {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}

header .head_edu:after {
    transform-origin: center;
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    bottom: 0;
    transition: transform 0.3s ease;
    background-color: rgb(212,210,198);
    left: 0;
    content: '';
    width: 100%;
}

header .header_navbar {
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px 10px;
}

header .header_navbar:hover svg {
    transform: scale(1.05);
}

.privacy_unit h1 {
    color: rgb(212,210,198);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(212,210,198);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 47px;
}

.privacy_unit h3,
.privacy_unit h4,
.privacy_unit h5,
.privacy_unit h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    color: rgb(212,210,198);
}

.privacy_unit h3 {
    font-size: calc(23px - 0.2rem);
}

.privacy_unit ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 10px;
}

.privacy_unit div {
    margin-bottom: 20px;
}

.privacy_unit span {
    font-weight: 600;
    color: rgb(212,210,198);
}

.privacy_unit section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    margin: 40px 0;
}

.course_program_info::before {
    position: absolute;
    width: 300px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    opacity: 0.4;
    background: rgb(212,210,198,0.5);
    height: 300px;
    top: -100px;
    left: -100px;
    filter: blur(120px);
}

.course_program_info .education_flow:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}

.course_program_info .education_flow:hover .media_img {
    transform: scale(1.05);
}

.course_program_info .education_flow:hover .media_img::after {
    opacity: 0.5;
}

.course_program_info .text_details::before {
    left: 20px;
    height: 4px;
    width: 40px;
    position: absolute;
    top: -8px;
    content: "";
    background: rgb(212,210,198);
}

.course_program_info .text_details span.description {
    display: none;
}

.course_program_info .text_details div {
    position: relative;
}

.course_program_info .text_details div::after {
    height: 50px;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    content: "";
}

.teaching_history::after {
    content: "";
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(225deg, rgb(179,177,161,0.5), rgb(212,210,198,0.5));
    bottom: -5%;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    width: 250px;
    left: -5%;
    height: 250px;
}

.teaching_history .review_showcase > div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.teaching_history .review_showcase:hover .media_img {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.teaching_history .name::after {
    position: absolute;
    bottom: -4px;
    content: "";
    height: 3px;
    left: 0;
    transition: width 0.3s ease-in-out;
    width: 0;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
}

.teaching_history .emp_summary::before {
    color: rgb(212,210,198,0.5);
    left: 10px;
    content: "";
    font-family: serif;
    top: -15px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    font-size: 60px;
}

.our_background::before {
    filter: blur(20px);
    background: 
        linear-gradient(217deg, rgb(212,210,198,0.5), transparent 70%),
        linear-gradient(127deg, rgb(179,177,161,0.5), transparent 70%),
        linear-gradient(336deg, rgb(212,210,198,0.5), transparent 70%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: -1;
    transform-origin: center center;
    position: absolute;
    animation: gradientFlow 15s ease infinite;
}

.our_background .mentor_network::before {
    bottom: -30px;
    height: 1px;
    width: 40%;
    opacity: 0.4;
    animation: scanline 4s ease-in-out infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,210,198), transparent);
    content: "";
    left: 30%;
}

.our_background .online_mastery::before {
    background: linear-gradient(135deg, transparent 0%, rgb(212,210,198,0.5) 100%);
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0.07;
    border-radius: 11px;
    inset: 0;
    z-index: -1;
}

.our_background .media_img::before {
    padding: 3px;
    inset: -3px;
    opacity: 0.2;
    -webkit-mask-composite: xor;
    border-radius: 50%;
    background: conic-gradient(rgb(212,210,198), rgb(179,177,161), rgb(212,210,198));
    -webkit-mask: linear-gradient(rgb(179,177,161,0.5)) content-box, linear-gradient(rgb(212,210,198,0.5));
    position: absolute;
    content: "";
    mask-composite: exclude;
    animation: rotate 8s linear infinite;
}

.our_background .learn_history::after {
    bottom: -4px;
    content: "";
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(212,210,198);
}

.our_background .text_details {
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 50px 45px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 11px;
    flex: 0 0 55%;
}

.our_background .text_details:hover::before,
.our_background .text_details:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.our_background .learn_study::after {
    left: 0;
    height: 1px;
    transition: width 0.4s ease;
    bottom: -8px;
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(212,210,198), transparent);
}

.our_background .learn_study svg {
    height: 48px;
    fill: rgb(212,210,198);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    transition: all 0.4s ease;
}

.our_background .text_details p {
    position: relative;
    color: #000000;
    line-height: 1.9;
    margin-bottom: 0;
    transition: all 0.4s ease;
    font-size: calc(13px * 1.05);
}

.greeting_page {
    position: relative;
    min-height: 100vh;
    padding: 4rem 1.5rem;
    align-items: center;
    overflow: hidden;
    display: flex;
}

.greeting_page::after {
    z-index: 2;
    right: -10%;
    height: 60%;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.7;
    top: -10%;
    transform: rotate(-5deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    background: linear-gradient(45deg, 
    rgb(212,210,198,0.5) 0%, 
    transparent 80%);
    width: 70%;
    content: "";
    position: absolute;
}

.greeting_page .title_style_header::before {
    width: 6px;
    animation: scaleIn 0.6s 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: top;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0.5rem;
    background: rgb(212,210,198);
    transform: scaleY(0);
    top: 0.5rem;
}

.greeting_page .knowledge_classes {
    margin-bottom: 2rem;
    position: relative;
}

.greeting_page .knowledge_classes::after {
    width: 80px;
    content: "";
    background: rgb(212,210,198);
    height: 3px;
    position: absolute;
    animation: scaleIn 0.6s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    left: 0;
    bottom: -1rem;
    transform: scaleX(0);
}

.greeting_page .learning_primary p {
    padding-left: 1rem;
    margin: 0;
    font-size: clamp(1rem, 2vw, 17px);
    color: #ffffff;
    position: relative;
    line-height: 1.6;
}

.data_exploration::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.9;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    top: 0;
    content: "";
}

.data_exploration .knowledge_upgrade {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    display: flex;
    backdrop-filter: blur(10px);
    flex-direction: column;
    border-radius: 12px;
}

.data_exploration .key_classes {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 700px;
    font-size: 16px;
}

.data_exploration .program_statistics {
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    position: relative;
    min-width: calc(25% - 20px);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin: 0 10px;
}

.data_exploration .program_statistics:hover::before {
    opacity: 1;
}

.data_exploration .program_statistics:hover .benefits_track::after {
    width: 52px;
    height: 52px;
    border-color: rgba(rgb(212,210,198), 0.3);
}

.data_exploration .benefits_track svg path {
    fill: rgb(179,177,161);
}

.data_exploration .program_statistics:hover .benefits_track svg {
    fill: rgb(212,210,198);
}

.data_exploration .program_statistics:nth-child(2) span {
    animation-delay: 0.3s;
}

.data_exploration .program_statistics:nth-child(4) span {
    animation-delay: 0.5s;
}

.data_exploration .program_statistics:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}

.data_exploration .program_statistics:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

.check_it_out_now .mentor_network {
    align-items: flex-start;
    gap: 50px;
    position: relative;
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
    z-index: 10;
    padding: 0 20px;
}

.check_it_out_now .support_grid {
    font-weight: 600;
    position: relative;
    transform: translateY(30px);
    border-radius: 20px 20px 0 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    background: rgb(212,210,198);
    height: 220px;
    flex: 0 0 220px;
    padding: 20px;
    display: flex;
    z-index: 5;
}

.check_it_out_now .mentor_network::after {
    left: -75px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    z-index: 1;
    content: '';
    bottom: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
}

.customer_experience::after {
    left: -2%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(179,177,161,0.5) 0%, transparent 80%);
    width: 30%;
    transform: rotate(10deg) translateZ(-30px);
    filter: blur(10px);
    position: absolute;
    z-index: 0;
    content: '';
    height: 60%;
}

.customer_experience h2:hover::after {
    transform: scaleX(1.5);
}

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

.customer_experience .review_showcase {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    transform: translateZ(0) rotateX(0) translateY(0);
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
}

.customer_experience .review_showcase h3::after {
    z-index: -1;
    content: '';
    background: rgb(212,210,198);
    top: 50%;
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    transition: height 0.3s ease;
    height: 0;
    width: 5px;
}

.customer_experience .review_showcase:hover div {
    transform: scale(1.05);
}

.customer_experience .review_showcase img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.customer_experience .review_showcase:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}

.customer_experience .review_showcase:nth-child(3n+1)::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 30%;
    z-index: 1;
    right: 0;
    opacity: 0.05;
    height: 40%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(212,210,198,0.5) 100%);
}


.edu_accept {
    box-shadow: 0 0 20px rgb(212,210,198,0.5);
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(179,177,161) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    padding: 20px 5%;
    justify-content: space-between;
}

.cookie_frame {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}

.track_bar {
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(212,210,198,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    padding: 12px 25px;
    text-decoration: none;
    margin-left: 10px;
    background: rgb(212,210,198);
}

.training_benefits::before {
    height: 100%;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(212,210,198,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(179,177,161,0.5) 0%, transparent 30%);
}

.training_benefits .media_img:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.training_benefits .text_details:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.training_benefits h3 {
    font-size: 32px;
    padding-left: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: rgb(212,210,198);
}

.training_benefits h3::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,210,198), rgb(179,177,161));
    width: 4px;
    left: 0;
    position: absolute;
    border-radius: 10px;
}

.training_benefits li p {
    font-size: 14px;
    display: flex;
    gap: 15px;
    color: #000000;
    align-items: center;
    margin: 0;
}

.training_benefits svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.gratefulPage {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(255,255,255,0.95) 100%);
}

.gratefulPage::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    top: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(212,210,198,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(179,177,161,0.5) 0%, transparent 40%);
    z-index: 0;
}

.gratefulPage .mentor_network::after {
    top: -10px;
    right: -10px;
    transform: rotate(5deg);
    content: "";
    background: linear-gradient(135deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    width: 80px;
    opacity: 0.1;
    height: 80px;
    z-index: -1;
}

.gratefulPage .mentor_network > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}

.gratefulPage h5::after {
    position: absolute;
    height: 2px;
    bottom: -8px;
    animation-delay: 0.8s;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(212,210,198), transparent);
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    width: 60px;
}

.gratefulPage p::before {
    left: 10px;
    position: absolute;
    font-size: 60px;
    color: rgb(212,210,198,0.5);
    font-family: serif;
    line-height: 1;
    top: 10px;
    content: "";
    opacity: 0.2;
}

.newsletter_subscription {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161) 120%);
}

.newsletter_subscription .container {
    transform-style: preserve-3d;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.newsletter_subscription .mentor_network {
    padding: 3.5rem 3rem;
    border-left: 4px solid rgb(212,210,198);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 0 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.newsletter_subscription input[type="email"] {
    line-height: 1.5;
    outline: none;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    border: none;
    color: #000000;
    box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.newsletter_subscription .updates_item:hover {
    transform: translateY(-2px) scale(1.02);
    background: rgb(179,177,161);
    box-shadow: 
    0 8px 20px rgba(var(--primary-color-rgb), 0.3),
    0 2px 4px rgba(var(--primary-color-rgb), 0.2);
}

.newsletter_subscription .updates_item:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 6px rgba(var(--primary-color-rgb), 0.2);
}

.plan_card::after {
    opacity: 0.15;
    width: 20rem;
    height: 20rem;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    pointer-events: none;
    bottom: -5rem;
    z-index: 1;
    right: -5rem;
    background: linear-gradient(225deg, rgb(179,177,161) 0%, transparent 80%);
}

.plan_card .fee_deals h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
}

.plan_card .indv_sub {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.plan_card .access_cost:hover {
    transform: translateY(-10px);
}

.plan_card .access_cost:hover .fee_struct {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(212,210,198,0.5);
    transform: translateZ(20px);
}

.plan_card .access_cost:hover .fee_struct {
    transform: rotate(0) translateZ(20px);
}

.plan_card .plan_fee::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
}

.plan_card .plan_fee h3::after {
    content: "";
    background: rgb(212,210,198);
    bottom: -8px;
    left: 0;
    height: 3px;
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
}

.plan_card .plan_fee p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    margin-top: 1rem;
    word-break: break-word;
    flex: 1;
    font-size: 13px;
}

.plan_card .media_img::after {
    bottom: 0;
    z-index: 1;
    height: 50%;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    position: absolute;
}


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



@media (max-width: 1024px) {.reach_out {
    padding: 80px 0;
}.reach_out .media_img {
    min-height: 500px;
}.reach_out .contact_query {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    font-size: calc(36px * 0.85);
}.reach_out .connect_map {
    margin-top: 30px;
}.reach_out .media_img {
    min-height: 200px;
}.reach_out .contact_query {
    padding: 30px 20px;
}.reach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.reach_out form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_out .inquiry_query {
    margin-bottom: 25px;
}.reach_out .inquiry_query label {
    font-size: calc(16px * 0.9);
}.reach_out .support_grid {
    padding: 12px 25px;
}}



@media (max-width: 576px) {.ranking_bar {
    padding: 3rem 0 1.5rem;
}.ranking_bar .msg_info {
    grid-template-columns: 1fr;
}.ranking_bar .input_holder {
    flex-direction: column;
}.ranking_bar .updates_item {
    width: 100%;
}.ranking_bar .header_site,
    .ranking_bar .main_class h5,
    .ranking_bar .head_page,
    .ranking_bar .head_page a {
    text-align: center;
    align-items: center;
}.ranking_bar .header_site svg {
    margin: 0 auto;
}.ranking_bar .trophy_case {
    max-width: 100%;
    text-align: center;
}.ranking_bar .head_page:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.ranking_bar .msg_info::after {
    transform: translateX(-50%);
    left: 50%;
}.ranking_bar .head_page a::before {
    display: none;
}.ranking_bar .head_page a:hover {
    padding-left: 0;
}}



@media (min-width: 768px) {.course_program_info .education_flow {
    flex-direction: row;
    max-height: 500px;
    align-items: stretch;
}.course_program_info .media_img {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: auto;
    flex: 0 0 45%;
}.course_program_info .text_details {
    transform: translateY(0) translateX(-30px);
    flex-direction: column;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    margin: 30px 30px 30px 0;
}.course_program_info .text_details::before {
    left: -8px;
    top: 20px;
    height: 40px;
    width: 4px;
}.course_program_info .text_details h3 {
    font-size: 24px;
}.course_program_info .text_details p.description {
    max-height: 330px;
}
}



@media (min-width: 768px) {.teaching_history {
    padding: 120px 0;
}.teaching_history .review_showcase {
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
}.teaching_history .review_showcase > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.teaching_history .media_img {
    width: 150px;
    height: 150px;
}.teaching_history .review_showcase > div:nth-child(2) {
    align-self: end;
}.teaching_history .review_showcase > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}



@media (max-width: 991px) {.our_background {
    padding: 100px 0;
}.our_background .mentor_network {
    gap: 50px;
    flex-direction: column;
}.our_background .online_mastery,
    .our_background .text_details {
    flex: 0 0 100%;
    width: 100%;
}.our_background .text_details {
    padding: 40px 30px;
}.our_background .online_mastery {
    margin: 0 auto;
    max-width: 500px;
}.our_background .mentor_network::before {
    left: 20%;
    width: 60%;
}.our_background .text_details h2 {
    font-size: 34px;
}
}



@media (min-width: 768px) {.greeting_page {
    padding: 5rem 2rem;
}.greeting_page > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
}.greeting_page .title_style_header {
    padding-left: 2rem;
}.greeting_page .title_style_header::before {
    width: 8px;
}.greeting_page .learning_primary {
    margin-left: -2rem;
    animation: slideRight 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(0) translateX(50px);
    opacity: 0;
    padding: 3rem;
    z-index: 6;
}.greeting_page .knowledge_classes::after {
    width: 120px;
}
}



@media screen and (max-width: 767px) {.data_exploration {
    padding: 80px 0;
}.data_exploration .knowledge_upgrade {
    padding: 25px;
}.data_exploration .statistics_boosts {
    margin-bottom: 15px;
    margin-right: 0;
}.data_exploration .key_pros {
    font-size: calc(29px - 4px);
    margin-bottom: 8px;
}.data_exploration .key_classes {
    font-size: calc(16px - 1px);
}.data_exploration .program_statistics {
    min-width: calc(50% - 20px);
    padding: 15px 10px;
}.data_exploration .benefits_track {
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
}.data_exploration .benefits_track::after {
    width: 38px;
    height: 38px;
}.data_exploration .program_statistics span {
    font-size: calc(22px);
}.data_exploration .program_statistics p {
    font-size: calc(16px - 1px);
}

}



@media (max-width: 767px) {.check_it_out_now {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(212,210,198,0.5) 60%, rgb(239,238,234) 60%);
}.check_it_out_now .mentor_network {
    gap: 60px;
    flex-direction: column;
}.check_it_out_now .container p {
    font-size: 19px;
    width: 100%;
}.check_it_out_now .support_grid {
    margin-right: 20px;
    height: 160px;
    align-self: flex-end;
    width: 160px;
}
}



@media (max-width: 767px) {.customer_experience {
    padding: 4rem 0;
}.customer_experience h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.customer_experience .alumni_views {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_experience .review_showcase {
    padding: 1.5rem;
}.customer_experience .review_showcase::before {
    right: 15px;
    top: -10px;
    font-size: 100px;
}
}


@media only screen and (max-width: 800px) {.user_tracker {
    display: none;
}.edu_accept {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_frame {
    margin-bottom: 20px;
    text-align: center;
}.cookie_notice_window h5, .cookie_notice_window p {
    text-align: center;
}.track_bar {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}}



@media (min-width: 992px) {.gratefulPage .mentor_network {
    padding: 100px 80px;
    gap: 60px;
}.gratefulPage .mentor_network:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.gratefulPage .mentor_network:hover > div:first-child {
    transform: translateZ(35px);
}.gratefulPage .mentor_network:hover > div:last-child {
    transform: translateZ(25px);
}.gratefulPage h5 {
    font-size: calc(22px * 1.3);
}.gratefulPage p {
    line-height: 1.9;
    font-size: calc(12px * 1.1);
}
}



@media screen and (max-width: 767px) {.newsletter_subscription {
    padding: 4rem 1rem;
}.newsletter_subscription .mentor_network {
    padding: 2rem 1.5rem;
}.newsletter_subscription h3 {
    font-size: 23px;
    margin-bottom: 2rem;
}.newsletter_subscription .input_holder {
    flex-direction: column;
    gap: 1rem;
}.newsletter_subscription input[type="email"] {
    padding: 0.875rem 1.25rem;
}.newsletter_subscription .updates_item {
    padding: 0.875rem 1.5rem;
    width: 100%;
}
}



@media (max-width: 991px) {.plan_card {
    padding: 4rem 0;
}.plan_card .fee_deals {
    order: -1;
}.plan_card .fee_deals h2 {
    font-size: calc(38px * 0.9);
}.plan_card .fee_deals .pricing_offers {
    max-width: 100%;
}
}



@media (max-width: 480px) {.plan_card .plan_fee p {
    font-size: calc(13px * 0.9);
}.plan_card .plan_fee h3 {
    font-size: 19px;
}.plan_card .premium_grid {
    font-size: calc(19px * 1.3);
}.plan_card .media_img {
    height: 160px;
}
}



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

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



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

