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

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

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

.header_know {
    flex: 1 0 auto;
}

.pricing_menu::before {
    height: 70%;
    z-index: 0;
    position: absolute;
    border-radius: 10px;
    opacity: 0.1;
    content: "";
    transform: rotate(-15deg);
    width: 40%;
    right: -5%;
    background: linear-gradient(120deg, rgb(212,202,198,0.5) 20%, rgb(179,166,161,0.5) 80%);
    top: -10%;
}

.pricing_menu .skill_pricing h2::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.75rem;
    content: "";
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(212,202,198), transparent);
}

.pricing_menu .learn_pricing {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
}

.pricing_menu .rate_choice h3 {
    font-size: calc(21px * 1.1);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.pricing_menu .pic_card {
    width: 100%;
    height: 180px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
}

.pricing_menu .plan_table:nth-child(even) .rate_choice::before {
    z-index: -1;
    height: 2.5rem;
    width: 2.5rem;
    background: rgb(179,166,161,0.5);
    bottom: 1rem;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    left: 1rem;
    content: "";
}

.confidential_cordon h1::after {
    transition: width 0.5s ease-out;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    background: linear-gradient(to right, rgb(212,202,198), rgb(179,166,161));
    height: 3px;
    bottom: 0;
}

.confidential_cordon h2 {
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(179,166,161);
    position: relative;
    font-weight: 600;
    font-size: 38px;
    padding-left: 1rem;
    color: #000000;
}

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

.confidential_cordon ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}

.confidential_cordon li:hover {
    transform: translateX(8px);
}

.confidential_cordon li:hover::before {
    transform: rotate(225deg);
}

.confidential_cordon span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(239,237,234), 0.5), transparent);
}

header .top_plank .nav_slice div span {
    color: #ffffff;
}

header .top_plank .nav_slice div img, header .top_plank .nav_slice div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

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

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

.education_history .student_praise:hover .name::after {
    width: 100%;
}

.education_history .student_praise:hover .name {
    transform: translateZ(10px);
}

.education_history .student_praise:hover .career_projects > div:nth-child(2) {
    color: rgb(179,166,161);
    transform: translateZ(15px);
}

.education_history .exp_milestones::before {
    color: rgb(179,166,161,0.5);
    line-height: 0;
    font-size: 60px;
    position: absolute;
    left: -5px;
    opacity: 0.5;
    top: 10px;
    content: "";
}

.enroll_instantly .container {
    margin: 0 auto;
    max-width: 1140px;
    align-items: flex-start;
    z-index: 2;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}

.enroll_instantly span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.enroll_instantly .contact_inquiry {
    transform: skewX(-5deg);
    display: inline-flex;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    align-items: center;
    color: rgb(212,202,198);
    padding: 0.8rem 2.2rem;
    border: none;
    font-weight: 600;
    background: #ffffff;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: relative;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    justify-content: center;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.program_details .skill_route {
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    position: relative;
    gap: 2rem;
}

.program_details .pic_card::after {
    mix-blend-mode: overlay;
    background: rgb(212,202,198);
    width: 100%;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

.program_details .content_box_wrap p.description {
    transform: translateY(20px);
    line-height: 1.7;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    opacity: 0;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
}

.contact_panel h2 {
    color: rgb(212,202,198);
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
}

.contact_panel .request_widget {
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 60px;
    order: 1;
    display: flex;
    position: relative;
}

.contact_panel form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(212,202,198);
    background: #ffffff;
    outline: none;
}

.contact_panel form input#name {
    position: relative;
}

.contact_panel form input#name::before {
    left: 20px;
    width: 20px;
    height: 20px;
    background: rgb(212,202,198);
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

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

.contact_panel form .contact_inquiry {
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 1;
    padding: 16px 40px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    background: rgb(212,202,198);
    font-family: Arial, sans-serif;
    font-size: 17px;
}

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

.thankYouWeb h2::after {
    background: linear-gradient(90deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
    bottom: -15px;
    transition: transform 0.5s ease;
    transform-origin: left;
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
    transform: scaleX(1);
    left: 0;
}

.thankYouWeb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

header .container {
    z-index: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

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

header .top_header:hover svg {
    transform: scale(1.03);
}

header .header_tutor {
    background: rgb(239,237,234);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    border-radius: 10px;
    padding: 0.7rem 1.3rem;
}

.get_support13QD .contact_list {
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.get_support13QD h2::after {
    border-radius: 10px;
    position: absolute;
    height: 4px;
    width: 50%;
    bottom: -10px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(212,202,198) 0%, rgb(179,166,161) 100%);
}

.get_support13QD .instant_contact::before {
    background: conic-gradient(from 135deg, rgb(212,202,198) 0%, transparent 60%, rgb(179,166,161) 120%, rgb(212,202,198) 180%);
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    border-radius: 50%;
    top: 0;
    z-index: -1;
    position: absolute;
    transform: scale(0.85);
    transition: all 0.4s ease;
    height: 100%;
}

.get_support13QD .instant_contact svg {
    stroke: rgb(212,202,198);
    fill: rgb(212,202,198);
    height: 28px;
    width: 28px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 3px rgb(212,202,198,0.5));
}

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

.title_portal .study_tech {
    width: 100%;
    position: relative;
    height: 100%;
    perspective: 1200px;
}

.title_portal .page_hero::after {
    position: absolute;
    right: 20px;
    clip-path: polygon(
        0 15%,
        15% 0,
        85% 0,
        100% 15%,
        100% 85%,
        85% 100%,
        15% 100%,
        0 85%
    );
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    bottom: 20px;
    left: 20px;
    transition: all 0.4s ease-out;
    content: "";
    top: 20px;
}

.title_portal .page_hero h1::after {
    transform: translateZ(2px) skewX(-20deg);
    position: absolute;
    background: rgb(179,166,161);
    content: "";
    bottom: -15px;
    width: 80px;
    height: 4px;
    left: 0;
    box-shadow: 0 0 15px rgb(179,166,161);
}

.title_portal .page_hero div div {
    animation: none;
    border-left: 3px solid rgb(179,166,161);
    max-width: 600px;
    backdrop-filter: blur(10px);
    position: relative;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    opacity: 1;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(25px);
    padding: 1.5rem 2rem;
}

.knowl_base .company_holder h3::after {
    background: rgb(212,202,198);
    content: "";
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
}

.knowl_base .head_teach h5::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(179,166,161);
    width: 100%;
    content: "";
}

.knowl_base .head_teach .nav_study a:hover {
    opacity: 1;
    color: rgb(212,202,198);
    transform: translateX(5px);
}

.debate_club .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.knowl_base .container::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    background: 
    linear-gradient(to right, rgb(212,202,198,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(212,202,198,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    left: 0;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
}

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

.cookie_message_popup .cookie_customize svg {
    width: 60px;
    fill: rgb(212,202,198);
    height: 60px;
}

.cookie_message_popup .edu_track {
    display: inline-block;
    background-color: rgb(212,202,198);
    color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    margin-right: 15px;
    padding: 10px 20px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 20px;
}

.user_reviews .expert_learnings {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}

.user_reviews h4::before {
    width: 120px;
    border: 2px solid rgb(212,202,198,0.5);
    top: 50%;
    left: 50%;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 120px;
}

.user_reviews .student_praise::before {
    background: radial-gradient(circle at center, rgb(212,202,198,0.5) 0%, transparent 70%);
    width: 200%;
    left: -50%;
    top: -50%;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    height: 200%;
    content: "";
    opacity: 0;
}

.user_reviews .student_praise:hover .pic_card {
    transform: translateZ(40px) scale(1.1);
}



.user_reviews .student_praise span {
    display: block;
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 21px;
    color: #000000;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    text-align: center;
}

.user_reviews .student_praise:hover p {
    transform: translateZ(15px);
}

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

.our_team .container {
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    display: flex;
    position: relative;
}

.our_team h2::after {
    height: 4px;
    transform: scaleX(1);
    transform-origin: left center;
    width: 120px;
    left: 0;
    content: "";
    background: rgb(212,202,198);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -15px;
}

.our_team .content_box_wrap p:hover {
    letter-spacing: 1px;
}

.our_team .content_box_wrap div div::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
    height: 40px;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}

.stay_connected::after {
    content: "";
    transform: rotate(10deg);
    background: linear-gradient(210deg, rgb(212,202,198), rgb(179,166,161,0.5));
    z-index: 1;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    opacity: 0.6;
    position: absolute;
    left: -2%;
    bottom: -5%;
    width: 30%;
    height: 80%;
}

.stay_connected .input_holder span {
    flex: 1;
    position: relative;
}

.stay_connected .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    padding: 0.85rem 1rem;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stay_connected .input_holder .contact_inquiry:hover::before {
    left: 100%;
}



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


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



@media (min-width: 992px) {.pricing_menu .cert_fees {
    flex-direction: row;
}.pricing_menu .skill_pricing {
    text-align: left;
    order: 2;
    flex: 0 0 30%;
    display: flex;
    margin-bottom: 0;
    padding-left: 3rem;
    flex-direction: column;
    justify-content: center;
}.pricing_menu .skill_pricing h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing_menu .skill_pricing h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.pricing_menu .edu_packages {
    margin: 0;
    text-align: left;
}.pricing_menu .cost_fee {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}



@media (max-width: 480px) {.confidential_cordon {
    padding: 2rem 0.75rem;
}.confidential_cordon .container {
    padding: 1.5rem 1rem;
}.confidential_cordon h1 {
    font-size: calc(45px * 0.7);
}.confidential_cordon h2 {
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.confidential_cordon h3, .confidential_cordon h4 {
    padding-left: 0.5rem;
}.confidential_cordon p, .confidential_cordon span, .confidential_cordon li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.confidential_cordon li {
    padding-left: 1rem;
}.confidential_cordon li::before {
    height: 6px;
    width: 6px;
}}



@media screen and (max-width: 991px) {.enroll_instantly {
    padding: 3.5rem 1.5rem;
}.enroll_instantly h6 {
    font-size: 20px;
    max-width: 90%;
}.enroll_instantly .contact_inquiry {
    padding: 0.7rem 1.8rem;
}
}



@media (min-width: 768px) {.program_details {
    padding: 7rem 0;
}.program_details .skill_route {
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.5s ease;
    gap: 0;
    grid-template-columns: 45% 55%;
}.program_details .skill_route:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_details .pic_card {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_details .content_box_wrap {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.program_details .content_box_wrap h3 {
    margin-bottom: 2rem;
    font-size: 30px;
}.program_details .content_box_wrap div {
    max-height: 350px;
}
}



@media (min-width: 992px) {.thankYouWeb .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.thankYouWeb h2 {
    max-width: 70%;
}.thankYouWeb .expert_learnings {
    margin-left: 60px;
    width: 85%;
}.thankYouWeb span {
    font-size: calc(13px * 1.15);
    line-height: 1.9;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_expert {
    padding: 1rem;
}header .top_header {
    padding: 0 0 0.7rem 0;
}header .top_header svg {
    width: 130px;
}header .head_teach {
    padding-top: 0.7rem;
    max-width: 95%;
    gap: 0.5rem;
}header .header_tutor {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 576px) {.get_support13QD {
    padding: 40px 0;
}.get_support13QD .contact_list {
    padding: 20px;
    border-radius: calc(25px * 0.8);
}.get_support13QD h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.7);
}.get_support13QD h2::after {
    height: 3px;
    bottom: -8px;
}.get_support13QD p {
    font-size: calc(13px * 0.9);
    margin-bottom: 15px;
}.get_support13QD .edu_guide {
    gap: 15px;
    margin-top: 25px;
}.get_support13QD .instant_contact {
    width: 50px;
    height: 50px;
}.get_support13QD .instant_contact svg {
    width: 20px;
    height: 20px;
}.get_support13QD .instant_contact::after {
    bottom: -1px;
    left: -1px;
    border-width: 1px;
    right: -1px;
    top: -1px;
}.get_support13QD .instant_contact:hover::after {
    border-width: 2px;
    right: -2px;
    top: -2px;
    left: -2px;
    bottom: -2px;
}
}



@media (max-width: 575px) {.knowl_base {
    padding: 30px 0 20px;
}.knowl_base .company_holder,
  .knowl_base .head_teach {
    padding: 20px;
}.knowl_base .company_holder h3 {
    font-size: calc(28px - 4px);
}.debate_club {
    padding: 20px 0;
}}



@media (min-width: 1024px) {.our_team {
    padding: 180px 0 160px;
}.our_team::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.our_team::after {
    right: -20%;
    transform: rotate(-35deg);
    width: 90%;
    top: -20%;
    height: 180%;
}.our_team .container {
    padding: 0 60px;
}.our_team h2 {
    font-size: calc(34px * 1.8);
    margin-left: 120px;
    margin-bottom: 90px;
}.our_team h2::after {
    width: 180px;
    height: 6px;
}.our_team .content_box_wrap {
    max-width: 80%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    margin-left: 120px;
    padding: 80px;
}.our_team .content_box_wrap p {
    font-size: calc(12px * 1.8);
    margin-bottom: 30px;
    padding-bottom: 20px;
}.our_team .content_box_wrap div div {
    column-gap: 60px;
    column-count: 2;
    line-height: 1.9;
    font-size: calc(12px * 1.1);
    max-height: 500px;
}
}



@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

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

