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

.knowl_base {
    flex: 0 0 auto;
}

.knowl_base {
    padding: 60px 0 40px;
    background-color: transparent;
    position: relative;
    z-index: 5;
}


.pricing_menu {
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
}

.pricing_menu .cert_fees {
    display: flex;
    flex-direction: column;
}

.pricing_menu .skill_pricing h2 {
    font-size: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
}

.pricing_menu .plan_table {
    color: #000000;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.pricing_menu .rate_choice .indv_cost {
    position: relative;
    color: rgb(212,202,198);
    font-size: calc(21px * 1.3);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.pricing_menu .pic_card::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}

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

.confidential_cordon h1:hover {
    transform: translateX(5px);
}

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

.confidential_cordon strong {
    position: relative;
    color: rgb(212,202,198);
    font-weight: 700;
}

.confidential_cordon li::before {
    width: 8px;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 8px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(212,202,198), rgb(179,166,161));
    top: 0.6rem;
    content: "";
}

header .top_plank .nav_slice div svg, header .top_plank .nav_slice div svg path {
    fill: #ffffff;
}

header .top_plank .nav_slice div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}

.education_history {
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(239,237,234) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.education_history .pic_card {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 300px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(10deg);
    position: relative;
    border-radius: 15px 15px 0 0;
    transform-origin: bottom;
    overflow: hidden;
}

.education_history .name::after {
    transition: width 0.4s ease 0.1s;
    height: 3px;
    background: linear-gradient(to right, rgb(179,166,161), transparent);
    content: "";
    width: 0;
    bottom: -5px;
    position: absolute;
    left: 0;
}

.education_history .student_praise:hover .exp_milestones {
    transform: translateZ(5px);
}

.enroll_instantly {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    position: relative;
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
}

.enroll_instantly h6 {
    line-height: 1.6;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    animation: slideInText 0.6s ease-out forwards;
    max-width: 80%;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateX(20px);
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.enroll_instantly .contact_inquiry span {
    z-index: 2;
    display: inline-block;
    transform: skewX(5deg);
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}

.enroll_instantly .contact_inquiry:hover span {
    color: rgb(212,202,198);
    transform: skewX(5deg) translateX(3px);
}

.program_details {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}

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

.program_details .pic_card {
    transform-origin: top center;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    overflow: hidden;
}

.program_details .content_box_wrap h3 {
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    font-size: calc(21px * 1.1);
    animation-delay: 0.3s;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}

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

.contact_panel h2::after {
    width: 60px;
    background: rgb(212,202,198);
    bottom: -15px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
}

.contact_panel .pic_card {
    min-height: 600px;
    height: 100%;
    order: 2;
    position: relative;
}

.contact_panel form {
    width: 100%;
    position: relative;
}

.contact_panel form input[type="text"] {
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    border: none;
    transition: all 0.3s ease;
    font-size: 13px;
    background: rgb(239,237,234);
    color: #000000;
    border-radius: 10px;
}

.contact_panel .message_links label {
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}

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

.contact_panel form .contact_inquiry:hover::before {
    width: 100%;
}

.contact_panel svg {
    height: 20px;
    width: 20px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    fill: rgb(212,202,198);
    position: absolute;
}

.thankYouWeb::before {
    height: 70%;
    content: "";
    width: 40%;
    opacity: 0.6;
    background: linear-gradient(120deg, rgb(179,166,161,0.5) 0%, transparent 70%);
    right: -5%;
    top: -10%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
}

.thankYouWeb .expert_learnings {
    border-left: 4px solid rgb(212,202,198);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    padding: 40px;
    z-index: 3;
    transform: perspective(1000px) rotateY(0deg);
    animation: fadeIn 1s ease-out 0.3s forwards;
}

header::after {
    position: absolute;
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

header .top_header {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0 0 1rem 0;
    justify-content: center;
}

header .head_teach {
    max-width: 90%;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
}

header .header_tutor:hover::before {
    width: 100%;
}

.get_support13QD {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(239,237,234);
}

.get_support13QD::after {
    transform: translate(-50%, -50%);
    height: 200%;
    animation: pulse 15s infinite alternate;
    top: 50%;
    background: radial-gradient(circle, rgb(212,202,198,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 50%;
    content: "";
    width: 200%;
    opacity: 0.2;
    position: absolute;
}



.get_support13QD h2 {
    color: #000000;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}

.get_support13QD .edu_guide::before {
    position: absolute;
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(212,202,198,0.5), transparent);
    left: 50%;
    top: -20px;
    height: 1px;
    transform: translateX(-50%);
}



.get_support13QD .instant_contact:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(212,202,198,0.5),
                0 0 30px rgb(179,166,161,0.5);
    transform: translateY(-5px) scale(1.15);
}

.get_support13QD .instant_contact:hover::after {
    bottom: -3px;
    opacity: 0.8;
    right: -3px;
    left: -3px;
    top: -3px;
    border-width: 3px;
}

.get_support13QD .instant_contact:hover svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

.get_support13QD p svg path {
    transition: all 0.3s ease;
    stroke: rgb(212,202,198);
    fill: rgb(212,202,198);
}

.title_portal .page_hero {
    padding: 8rem 4rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    flex-direction: column;
    z-index: 1;
    display: flex;
    transform-style: preserve-3d;
    justify-content: center;
}

.title_portal .page_hero h3 {
    transform: translateZ(30px);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    background-clip: text !important;
    max-width: 800px;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.4s;
    display: inline-block;
    opacity: 0;
    color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 22px;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    -webkit-background-clip: text !important;
}

.title_portal .page_hero p {
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: calc(15px * 1.1);
}

footer::before {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(212,202,198,0.5) 50%,
    #000000 100%);
    top: 0;
    opacity: 0.9;
}

.knowl_base .job_board {
    grid-column: span 8;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.knowl_base .head_teach .nav_study {
    display: grid;
    grid-gap: 15px;
}

.knowl_base .head_teach .nav_study a {
    display: block;
    position: relative;
    opacity: 0.8;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}

.debate_club .blog_ref {
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

.debate_club .blog_ref {
    position: relative;
    display: inline-block;
}

footer::after {
    height: 5px;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(212,202,198),
    rgb(179,166,161),
    rgb(212,202,198));
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
}

.debate_club .blog_ref::after {
    width: 30px;
    transform: translateY(-50%);
    right: -40px;
    background: rgb(212,202,198);
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    opacity: 0.5;
}


.cookie_message_popup .user_alert {
    flex-grow: 1;
}

.cookie_message_popup .user_alert p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}


#cookieInfoPromptBar {
    display: none;
}

#cookieInfoPromptBar:checked ~ .cookie_message_popup {
    opacity: 0;
    visibility: hidden;
}

.user_reviews::after {
    content: "";
    top: 0;
    height: 100%;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(239,237,234) 80%);
    opacity: 0.4;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.user_reviews h4::after {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 50%;
    width: 80px;
    opacity: 0.1;
    height: 80px;
    content: "";
    background: rgb(212,202,198,0.5);
    left: 50%;
}

.user_reviews .student_praise:hover::before {
    opacity: 0.1;
    animation: pulse 2s infinite;
}



.user_reviews .student_praise::after {
    height: 20px;
    position: absolute;
    border-radius: 50%;
    top: 20px;
    transition: all 0.3s ease;
    opacity: 0.5;
    content: "";
    right: 20px;
    background: rgb(212,202,198,0.5);
    width: 20px;
}

.user_reviews .student_praise:hover .pic_card::before {
    opacity: 1;
}

.user_reviews .student_praise:hover span {
    transform: translateZ(25px);
    color: rgb(212,202,198);
}

.user_reviews .student_praise p {
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 17px;
    transition: all 0.4s ease;
    transform: translateZ(5px);
    line-height: 1.7;
}

.our_team {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}

.our_team h2 {
    font-weight: 700;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease-out;
    font-size: calc(34px * 1.2);
    margin-bottom: 50px;
    transform-origin: left center;
    position: relative;
    align-self: flex-start;
}

.our_team .content_box_wrap:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
    transform: translateX(5px) translateY(-5px);
}

.our_team .content_box_wrap div div {
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    position: relative;
    margin-top: 20px;
    padding-right: 15px;
    max-height: 400px;
    color: rgba(255,255,255,0.9);
}

.stay_connected {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,202,198,0.5), rgb(179,166,161));
}

.stay_connected .expert_learnings {
    position: relative;
    backdrop-filter: blur(8px);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stay_connected .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}

.stay_connected .input_holder .contact_inquiry {
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-radius: 10px;
}



@media (max-width: 767px) {.pricing_menu {
    padding: 4rem 0;
}.pricing_menu .skill_pricing h2 {
    font-size: calc(36px * 0.9);
}.pricing_menu .rate_choice h3 {
    font-size: 21px;
}.pricing_menu .rate_choice .indv_cost {
    font-size: calc(21px * 1.15);
}.pricing_menu .pic_card {
    height: 160px;
}
}



@media (hover: none) {.pricing_menu .plan_table:hover {
    transform: none;
}.pricing_menu .plan_table:hover .pic_card {
    transform: none;
}}



@media (max-width: 767px) {.confidential_cordon {
    padding: 3rem 1rem;
}.confidential_cordon .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.confidential_cordon h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
}.confidential_cordon h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.8);
}.confidential_cordon h3 {
    font-size: calc(38px * 0.7);
}.confidential_cordon h4 {
    font-size: calc(38px * 0.6);
}.confidential_cordon ul {
    margin-left: 0.5rem;
}.confidential_cordon li {
    padding-left: 1.25rem;
}.confidential_cordon p, .confidential_cordon span, .confidential_cordon li {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 767px) {.education_history {
    padding: 50px 20px;
}.education_history .pic_card {
    height: 250px;
}.education_history .career_projects {
    padding: 30px 25px;
}.education_history .name {
    font-size: calc(33px - 4px);
}.education_history .career_projects > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.education_history .exp_milestones {
    font-size: calc(16px - 1px);
}}



@media (min-width: 992px) {.program_details {
    padding: 8rem 0;
}.program_details .skill_route {
    grid-template-columns: 40% 60%;
}.program_details .pic_card {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_details .pic_card:hover {
    transform: scale(1.03);
}.program_details .content_box_wrap {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.program_details .content_box_wrap h3 {
    margin-bottom: 2.5rem;
}.program_details .content_box_wrap div {
    max-height: 400px;
}
}



@media (min-width: 768px) {.thankYouWeb {
    padding: 150px 0;
}.thankYouWeb h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.thankYouWeb .expert_learnings {
    padding: 50px 60px;
    margin-left: 30px;
}.thankYouWeb span {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.thankYouWeb {
    padding: 80px 0;
}.thankYouWeb h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.thankYouWeb .expert_learnings {
    padding: 30px 25px;
}.thankYouWeb span {
    line-height: 1.7;
    font-size: 13px;
}.thankYouWeb h2::after {
    width: 60px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_expert {
    padding: 0.8rem 0.8rem 1rem;
}header .top_header {
    padding: 0 0 0.6rem 0;
}header .top_header svg {
    width: 120px;
}header .head_teach {
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head_teach::-webkit-scrollbar {
    height: 3px;
}header .head_teach::-webkit-scrollbar-thumb {
    background: rgb(212,202,198);
    border-radius: 10px;
}header .header_tutor {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}



@media (max-width: 575px) {.title_portal .page_hero {
    padding: 4rem 1.5rem;
}.title_portal .page_hero h1 {
    font-size: calc(43px * 0.7);
}.title_portal .page_hero h3 {
    padding: 0.5rem 0.75rem;
    font-size: calc(22px * 0.8);
}.title_portal .page_hero div div {
    padding: 1rem 1.25rem;
}.title_portal .page_hero::after {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}}



@media (max-width: 767px) {.knowl_base {
    padding: 40px 0 30px;
}.knowl_base .job_board {
    grid-template-columns: 1fr;
}.knowl_base .company_holder {
    padding: 25px;
}.knowl_base .head_teach {
    padding: 25px;
}.knowl_base .company_holder h3 {
    font-size: calc(28px - 2px);
}.knowl_base .head_teach h5 {
    font-size: calc(24px - 1px);
}
}



@media (max-width: 767px) {.our_team {
    padding: 80px 0 60px;
}.our_team::after {
    opacity: 0.6;
}.our_team .container {
    padding: 0 20px;
}.our_team h2 {
    font-size: 34px;
    align-self: center;
    margin-bottom: 40px;
    transform: none;
}.our_team h2::after {
    width: 80px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}.our_team h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_team .content_box_wrap {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}.our_team .content_box_wrap p {
    font-size: calc(12px * 1.2);
    text-align: center;
}.our_team .content_box_wrap div div {
    font-size: 12px;
    max-height: 350px;
    line-height: 1.6;
}}



@media (min-width: 1200px) {.stay_connected .expert_learnings {
    gap: 3rem;
    padding: 4rem;
}.stay_connected h4 {
    max-width: 85%;
    font-size: calc(23px * 1.1);
}.stay_connected .input_holder {
    gap: 1.5rem;
}
}



@keyframes slideInText {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(20px);
        opacity: 1;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

