html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
}

html {
    scrollbar-width: none;
    scrollbar-color: rgb(212,202,198) rgb(255, 255, 255, 0.5);
}

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

.pricing_menu .skill_pricing {
    margin-bottom: 3.5rem;
    position: relative;
    order: 1;
    text-align: center;
}

.pricing_menu .edu_packages {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}

.pricing_menu .plan_table:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing_menu .plan_table:hover::before {
    transform: translateY(0);
}

.pricing_menu .rate_choice {
    flex-direction: column;
    position: relative;
    padding: 2rem 1.75rem;
    flex: 1;
    display: flex;
}

.pricing_menu .rate_choice .indv_cost::after {
    background: rgb(212,202,198,0.5);
    height: 2px;
    left: 0;
    bottom: -0.75rem;
    position: absolute;
    width: 40px;
    content: "";
}

.pricing_menu .plan_table:hover .pic_card {
    transform: scale(1.05);
}

.confidential_cordon {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(255,255,255,0.96) 100%);
}

.confidential_cordon .container {
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    padding: 3rem;
    border-left: 4px solid rgb(212,202,198);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}

.confidential_cordon h4 {
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    position: relative;
    padding-left: 0.75rem;
    font-size: calc(38px * 0.7);
    color: #000000;
    border-left: 1px solid rgb(179,166,161,0.5);
}

.confidential_cordon strong::after {
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background: rgb(212,202,198);
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
}

.confidential_cordon span {
    font-size: calc(16px * 0.95);
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out, background 0.3s ease;
    background: linear-gradient(to right, rgba(rgb(239,237,234), 0.3), transparent);
    display: block;
    border-left: 2px solid rgb(179,166,161,0.5);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    padding: 0.75rem 1rem;
    transform: perspective(1000px) rotateX(0);
}

.education_history .student_praise {
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1500px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
}

.education_history .student_praise:hover .pic_card {
    transform: rotateX(0deg) translateZ(30px);
}

.education_history .student_praise:hover .career_projects {
    transform: rotateX(0deg) translateZ(20px);
}

.education_history .name {
    color: rgb(212,202,198);
    font-size: 33px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateZ(0);
}

.education_history .exp_milestones {
    transition: transform 0.4s ease 0.2s;
    color: #000000;
    padding: 20px 0 0 0;
    font-size: 16px;
    border-top: 1px solid rgb(239,237,234);
    position: relative;
    transform: translateZ(0);
    line-height: 1.7;
}

.enroll_instantly::after {
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(212,202,198,0.5) 0%, transparent 60%);
}

.enroll_instantly h6::before {
    content: "";
    left: -20px;
    height: 70%;
    top: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    width: 4px;
    position: absolute;
}

.enroll_instantly .contact_inquiry::before {
    position: absolute;
    left: -100%;
    background: rgb(179,166,161);
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateX(0) skewX(-10deg);
    top: 0;
}

.program_details::before {
    z-index: 1;
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    top: -10%;
    width: 35%;
    filter: blur(20px);
    content: "";
    right: -5%;
    position: absolute;
    background: linear-gradient(225deg, rgb(212,202,198,0.5) 0%, rgb(179,166,161,0.5) 100%);
    opacity: 0.5;
}

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

.program_details .content_box_wrap h3::after {
    width: 60px;
    display: block;
    animation-delay: 0.6s;
    margin-top: 1rem;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    transform: scaleX(0);
    background: rgb(212,202,198);
    transform-origin: left;
    height: 3px;
}



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

.contact_panel .query_feedback {
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    max-width: 1000px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    border-radius: 26px;
    margin: 0 auto;
}

.contact_panel .request_widget::before {
    content: "";
    width: 10px;
    background: linear-gradient(to bottom, rgb(212,202,198), rgb(179,166,161));
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.contact_panel form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_panel .message_links {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_panel .message_links input[type="checkbox"]:checked + label::before {
    background: rgb(212,202,198);
}

.contact_panel .message_links input[type="checkbox"]:checked + label::after {
    top: 4px;
    border-right: 2px solid #ffffff;
    content: "";
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    width: 8px;
    height: 14px;
}

.contact_panel form .contact_inquiry:hover {
    box-shadow: 0 10px 20px -10px rgb(212,202,198);
    transform: translateY(-3px);
}

.contact_panel form #name,
.contact_panel form #phone {
    position: relative;
}

.thankYouWeb {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,202,198,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.thankYouWeb h2 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateY(0);
    font-size: 31px;
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 90%;
}

.thankYouWeb .expert_learnings:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.thankYouWeb span {
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    letter-spacing: 0.02em;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
}

header .head_expert::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(212,202,198), rgb(179,166,161));
    width: 5px;
    left: 0;
    top: 0;
    position: absolute;
}

header .top_header::after {
    bottom: 0;
    height: 1px;
    width: 80px;
    background: rgb(212,202,198,0.5);
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
}

header .header_tutor:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.get_support13QD::before {
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(212,202,198,0.5) 0%, transparent 40%, rgb(179,166,161,0.5) 100%);
    content: "";
    opacity: 0.4;
    height: 100%;
    top: 0;
    width: 100%;
}

.get_support13QD .contact_list::after {
    width: 100%;
    height: 2px;
    animation: slideLine 8s infinite;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(212,202,198) 50%, transparent 100%);
    bottom: 0;
    z-index: -1;
    left: 0;
}

.get_support13QD .edu_guide {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.get_support13QD .instant_contact::after {
    bottom: -2px;
    background: transparent;
    top: -2px;
    right: -2px;
    transition: all 0.4s ease;
    border-right-color: rgb(179,166,161);
    position: absolute;
    border-top-color: rgb(212,202,198);
    content: "";
    animation: rotate 10s linear infinite;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
    border: 2px solid transparent;
    left: -2px;
}

.get_support13QD .instant_contact:hover svg {
    filter: drop-shadow(0 0 8px rgb(212,202,198));
    fill: #ffffff;
    transform: scale(1.2);
    stroke: #ffffff;
}

.get_support13QD p:hover svg {
    stroke: rgb(179,166,161);
    fill: rgb(179,166,161);
}

.title_portal {
    overflow: hidden;
    width: 100%;
    background-color: rgb(239,237,234);
    min-height: 100vh;
    position: relative;
}

.title_portal .page_hero:hover::after {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateZ(10px) scale(0.98);
}

.title_portal .page_hero span {
    transform: translateZ(20px);
    display: inline-block;
    transform-origin: left center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 1.5rem;
}

.title_portal .page_hero h1 {
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
    transform: translateZ(40px);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: 43px;
    position: relative;
    font-weight: 700;
    transform-origin: left center;
}

.title_portal .page_hero div div:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(35px) translateX(5px);
}

.title_portal .study_tech:hover .page_hero::before {
    opacity: 0.9;
    transform: translateZ(-5px);
}

.knowl_base .company_holder {
    grid-column: span 4;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}

.knowl_base .online_tools {
    font-size: 15px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
}

.knowl_base .head_teach {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
}

.knowl_base .head_teach .nav_study a::before {
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    content: "";
    background: rgb(179,166,161);
    left: 0;
    height: 6px;
    border-radius: 50%;
    position: absolute;
}



.knowl_base .company_holder:hover,
.knowl_base .head_teach:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.knowl_base .head_teach::before {
    left: 0;
    opacity: 0.5;
    width: 5px;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(179,166,161);
}

.knowl_base .head_teach:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.knowl_base .head_teach:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.cookie_message_popup .cookie_customize {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
}

.cookie_message_popup .user_alert h5 {
    font-size: 21px;
    color: rgb(212,202,198);
    margin-bottom: 6px;
}

.cookie_message_popup .edu_track:active {
    transform: translateY(1px);
    box-shadow: none;
}

.user_reviews::before {
    opacity: 0.3;
    left: 0;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(212,202,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(179,166,161,0.5) 0%, transparent 30%);
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

.user_reviews .learner_reflections {
    perspective: 1000px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.user_reviews .student_praise:hover {
    transform: translateZ(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(212,202,198);
}



.user_reviews .student_praise:hover {
    animation-play-state: paused;
}

.user_reviews .student_praise:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}

.user_reviews .student_praise .pic_card {
    position: relative;
    transition: all 0.5s ease;
    margin: 0 auto 1.5rem;
    height: 100px;
    border: 3px solid #ffffff;
    width: 100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateZ(20px);
}

.user_reviews .student_praise .pic_card {
    width: 80px;
    height: 80px;
}

.user_reviews .student_praise:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}

.user_reviews .student_praise:nth-child(n) {
    animation-name: float-mobile;
}

.our_team::after {
    right: -50%;
    pointer-events: none;
    transform: rotate(-15deg);
    width: 100%;
    content: "";
    z-index: 2;
    height: 200%;
    background: linear-gradient(135deg, rgb(212,202,198,0.5) 0%, transparent 70%);
    position: absolute;
    top: -50%;
}

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

.our_team .content_box_wrap > div {
    position: relative;
}

.our_team .content_box_wrap p {
    font-weight: 600;
    font-size: calc(12px * 1.5);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: letter-spacing 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    transform-origin: left center;
    margin-bottom: 20px;
}

.our_team .content_box_wrap div div:hover::after {
    opacity: 1;
}

.stay_connected::before {
    opacity: 0.7;
    width: 40%;
    right: -5%;
    z-index: 1;
    content: "";
    background: linear-gradient(145deg, rgb(179,166,161,0.5), rgb(212,202,198,0.5));
    position: absolute;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    top: -10%;
    height: 120%;
}

.stay_connected .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
}

.stay_connected .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(212,202,198,0.5);
}

.stay_connected .input_holder .contact_inquiry:active {
    transform: translateY(1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

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



@media (max-width: 991px) {.pricing_menu {
    padding: 5rem 0;
}.pricing_menu .plan_table {
    margin-bottom: 1.5rem;
}.pricing_menu .skill_pricing {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.pricing_menu {
    padding: 3rem 0;
}.pricing_menu .container {
    padding: 0 1.5rem;
}.pricing_menu .cost_fee {
    gap: 1.5rem;
}.pricing_menu .rate_choice {
    padding: 1.5rem;
}.pricing_menu .pic_card {
    height: 140px;
}
}



@media (max-width: 991px) {.confidential_cordon {
    padding: 4rem 1.5rem;
}.confidential_cordon .container {
    padding: 2.5rem 2rem;
}.confidential_cordon h1 {
    font-size: calc(45px * 0.9);
}.confidential_cordon h2 {
    font-size: calc(38px * 0.9);
}
}



@media (min-width: 768px) {.education_history .student_praise {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.education_history .pic_card {
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 15px 0 0 15px;
    transform-origin: right;
}.education_history .student_praise:hover .pic_card {
    transform: rotateY(0deg) translateZ(30px);
}.education_history .career_projects {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 15px 15px 0;
}.education_history .student_praise:hover .career_projects {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media screen and (max-width: 576px) {.enroll_instantly {
    padding: 2.5rem 1rem;
}.enroll_instantly h6 {
    margin-bottom: 1.8rem;
    font-size: calc(20px * 0.9);
}.enroll_instantly h6::before {
    width: 3px;
    left: -8px;
}.enroll_instantly .contact_inquiry {
    font-size: calc(16px * 0.9);
    padding: 0.6rem 1.4rem;
}}



@media (min-width: 1200px) {.program_details .skill_route {
    grid-template-columns: 45% 55%;
}.program_details .content_box_wrap {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}



@media screen and (max-width: 1024px) {.contact_panel .query_feedback {
    max-width: 800px;
}.contact_panel .request_widget {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.contact_panel {
    padding: 60px 0 40px;
}.contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_panel .pic_card {
    min-height: 200px;
}.contact_panel .request_widget {
    padding: 30px 20px;
}.contact_panel form h3 {
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
}.contact_panel form .contact_inquiry {
    width: 100%;
    padding: 14px 20px;
}}



@media (max-width: 480px) {.thankYouWeb {
    padding: 60px 0;
}.thankYouWeb h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.thankYouWeb .expert_learnings {
    padding: 25px 20px;
}.thankYouWeb span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.thankYouWeb h2::after {
    width: 50px;
    height: 2px;
}}



@media (max-width: 768px) {.get_support13QD {
    padding: 50px 0;
}.get_support13QD .contact_list {
    padding: 25px;
}.get_support13QD h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.get_support13QD p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.95);
}.get_support13QD .edu_guide {
    gap: 25px;
}.get_support13QD .instant_contact {
    width: 60px;
    height: 60px;
}.get_support13QD .instant_contact svg {
    height: 24px;
    width: 24px;
}
}



@media (max-width: 767px) {.title_portal .page_hero {
    padding: 5rem 2rem;
}.title_portal .page_hero h1 {
    font-size: calc(43px * 0.8);
}.title_portal .page_hero h3 {
    font-size: calc(22px * 0.85);
    padding: 0.5rem 1rem;
}.title_portal .page_hero div div {
    padding: 1.25rem 1.5rem;
}.title_portal .page_hero::after {
    right: 15px;
    bottom: 15px;
    left: 15px;
    top: 15px;
}
}



@media (max-width: 991px) {.knowl_base .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.knowl_base .company_holder {
    grid-column: span 12;
}.knowl_base .job_board {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}



@media (max-width: 992px) {.user_reviews {
    padding: 5rem 1.5rem;
}.user_reviews h4 {
    margin-bottom: 4rem;
    font-size: calc(28px * 0.9);
}.user_reviews .student_praise {
    width: calc(50% - 3rem);
}.user_reviews .student_praise:nth-child(3n+1),
    .user_reviews .student_praise:nth-child(3n+2),
    .user_reviews .student_praise:nth-child(3n+3) {
    animation-duration: 5s;
}
}



@media (min-width: 768px) {.stay_connected {
    padding: 5rem 3rem;
}.stay_connected .expert_learnings {
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
    padding: 3rem;
    gap: 2rem;
    flex-direction: row;
}.stay_connected .expert_learnings > div {
    margin-bottom: 0;
    flex: 1;
}.stay_connected h4 {
    font-size: 23px;
}.stay_connected .input_holder {
    flex-direction: row;
    gap: 1rem;
    flex: 1;
}.stay_connected .input_holder span:first-child {
    flex: 2;
}.stay_connected .input_holder span:last-child {
    flex: 1;
}
}



@media (max-width: 480px) {.stay_connected {
    padding: 3rem 1.5rem;
}.stay_connected .expert_learnings {
    padding: 2rem 1.5rem;
}.stay_connected h4 {
    font-size: calc(23px * 0.85);
}
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }

