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

.segment-wrapper {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

.header_lesson {
    flex: 1 0 auto;
}

.exam_prep {
    flex: 0 0 auto;
}

.exam_prep {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

footer::before {
    bottom: 0;
    opacity: 0.92;
    content: "";
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(212,204,198,0.5) 0%, rgb(179,167,161,0.5) 100%);
    z-index: -1;
    position: absolute;
}

.exam_prep .container {
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    display: flex;
}

.exam_prep .company_holder::after {
    right: 1.5rem;
    width: 1px;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.exam_prep .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(212,204,198);
    width: 80px;
    left: 0;
    height: 3px;
    bottom: 0;
    background: rgb(212,204,198);
    content: "";
}

.exam_prep .discuss_cta {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    flex: 0 0 60%;
}

.exam_prep .nav_primary {
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
    display: flex;
}

.exam_prep .nav_header h5 {
    margin: 0 0 1.5rem;
    font-size: 22px;
    transform: skewX(-5deg);
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    font-weight: 600;
}

.exam_prep .nav_header .nav_primary {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

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

.exam_prep .nav_header .nav_primary a:hover::before {
    left: 100%;
}

.sec_cert {
    background: rgba(0, 0, 0, 0.15);
    margin-top: 2rem;
    position: relative;
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.sec_cert .transcript {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    transform: skewX(-5deg);
}

.our_background::before {
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
    background-size: 30px 30px;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(212,204,198,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(212,204,198,0.5) 95%);
    animation: gridMove 40s linear infinite;
    position: absolute;
    z-index: 1;
}



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

.our_background h3 {
    font-size: 32px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 20px 30px;
    border-radius: 0 10px 10px 0;
    color: #000000;
    margin-bottom: 60px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: relative;
    font-weight: 700;
    border-left: 4px solid rgb(212,204,198);
}

.our_background .success_metric span {
    padding: 10px 20px;
    font-size: 24px;
    background: rgb(212,204,198);
    position: absolute;
    transform: translateY(-50%);
    font-weight: 600;
    z-index: 5;
    color: #ffffff;
    top: -40px;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.our_background .success_metric .pic_holder {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 450px;
}

.our_background .smart_study {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}

.our_background .smart_study p {
    backdrop-filter: blur(10px);
    height: 100%;
    line-height: 1.8;
    font-size: 12px;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-right: 3px solid rgb(179,167,161);
    align-items: center;
    padding: 40px;
    border-radius: 10px;
    color: #000000;
}

.our_background .smart_study .academy_team::before {
    content: "";
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}



.our_background .success_metric::after,
.our_background .smart_study::after {
    animation: rotateFadeIn 10s infinite linear;
    opacity: 0.7;
    border-radius: 10px;
    content: "";
    z-index: -1;
    border: 1px solid rgb(212,204,198,0.5);
    height: 50px;
    width: 50px;
    position: absolute;
}



.our_background .success_metric::after {
    right: -25px;
    top: -25px;
    border-color: rgb(212,204,198,0.5);
}

.our_background .skill_growth::after {
    bottom: 20%;
    right: -60px;
    background: rgb(179,167,161);
    animation-delay: 2s;
}

.pricing_row_item {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(239,237,234), #ffffff);
    overflow: hidden;
}

.pricing_row_item .container {
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.pricing_row_item .cost_rates {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.pricing_row_item .fee_options h2 {
    display: inline-block;
    color: rgb(212,204,198);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 29px;
}

.pricing_row_item .fee_options h2::after {
    bottom: -10px;
    left: 50%;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(212,204,198), transparent);
    transform: translateX(-50%);
    content: "";
    position: absolute;
}

.pricing_row_item .class_deals {
    text-decoration: none;
    display: block;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.pricing_row_item .class_deals:hover {
    transform: translateY(-5px) scale(1.02);
}

.pricing_row_item .class_deals:hover .basic_cost {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.pricing_row_item .group_rates {
    z-index: 1;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
}

.pricing_row_item .class_deals:hover .group_rates::before {
    opacity: 0.7;
    transform: translate(0, 0);
}

.pricing_row_item .class_deals h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(22px + 0.2rem);
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}

.pricing_row_item .cost_card {
    color: rgb(212,204,198);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 0.8rem);
    display: inline-block;
}

.pricing_row_item .class_deals:hover .cost_card::before {
    width: 80px;
}

.pricing_row_item .pic_holder {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.pricing_row_item .pic_holder::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    position: absolute;
}

.user_default {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    align-items: center;
    flex-wrap: nowrap;
}

.track_cookies {
    margin-right: 20px;
    flex-shrink: 0;
}

#cookieMessageAlert {
    display: none;
}

#cookieMessageAlert:checked ~ .cookie_notice_overlay {
    visibility: hidden;
    opacity: 0;
}

.visitor_settings {
    margin-right: 20px;
    flex-grow: 1;
}

.visitor_settings p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}

.cookie_edu {
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
    font-size: 15px;
}

.cookie_edu {
    background-color: rgb(212,204,198);
    border: 1px solid rgb(212,204,198);
    color: #ffffff;
}

.tySection::before {
    width: 45%;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.15;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    z-index: -1;
    position: absolute;
    content: "";
    height: 45%;
    right: -5%;
    top: -5%;
    background: linear-gradient(225deg, rgb(212,204,198) 0%, transparent 70%);
}

.tySection .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}

.tySection .skill_growth {
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(212,204,198,0.5), 0.05);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: clamp(2rem, 5vw, 4rem);
    display: grid;
    position: relative;
}

.tySection h5 {
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-size: clamp(calc(18px * 0.8), 4vw, 18px);
    margin: 0;
    opacity: 0;
    line-height: 1.4;
    color: #000000;
    letter-spacing: -0.01em;
}

.tySection p {
    line-height: 1.7;
    font-size: clamp(calc(16px * 0.95), 3vw, 16px);
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
}

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

.tySection a::after {
    background: linear-gradient(90deg, rgb(179,167,161) 0%, transparent 100%);
    opacity: 0.5;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transform: scaleX(0.3);
    position: absolute;
    content: "";
}

.instructor_profile::after {
    width: 100%;
    left: 0;
    position: absolute;
    filter: blur(60px);
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,204,198,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(179,167,161,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
}

.instructor_profile .edu_voices {
    align-items: center;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: flex;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex-direction: column;
}



.instructor_profile .pic_holder {
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 35px;
    height: 180px;
    width: 180px;
    border-radius: 10px;
    position: relative;
    transform: rotate(-3deg);
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(212,204,198,0.5);
}



.instructor_profile .name {
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.instructor_profile .name::after {
    left: 50%;
    height: 2px;
    width: 70px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(212,204,198) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    bottom: -8px;
    position: absolute;
}

.instructor_profile .exp_highlights {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
    z-index: 2;
    border-left: 3px solid rgb(212,204,198);
    text-align: center;
    backdrop-filter: blur(5px);
    font-size: 18px;
    max-width: 85%;
    background: rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgb(179,167,161);
    margin: 0;
    padding: 25px 30px;
    color: #000000;
}

.instructor_profile .exp_highlights::after {
    bottom: -5px;
    border-bottom: 3px solid rgb(179,167,161);
    right: -5px;
    border-right: 3px solid rgb(179,167,161);
}

.instructor_profile .edu_voices:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

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



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

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

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

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

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

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

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

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

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

.potential_learners p:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(212,204,198,0.5),
        inset 0 0 15px rgb(212,204,198);
    z-index: 10;
    border-color: rgb(212,204,198);
    transform: translateY(-15px) rotateX(5deg);
}

.potential_learners p:nth-child(3n+3) {
    transform: translateX(30px);
}

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

.potential_learners p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.potential_learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,204,198);
}

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

.welcome_section {
    justify-content: center;
    overflow: hidden;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(179,167,161,0.5) 100%);
    padding: 120px 40px;
    min-height: 100vh;
    position: relative;
}

.welcome_section > div {
    position: relative;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 100%;
    display: grid;
    gap: 60px;
    z-index: 2;
}

.welcome_section .tech_track::after {
    height: 4px;
    left: 0;
    width: 80px;
    bottom: -12px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: rgb(212,204,198);
    animation: growLine 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
}

.welcome_section .start_head {
    padding-bottom: 56.25%;
    height: 0;
    animation: fadeUp 1.2s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    opacity: 0;
    position: relative;
    transform: translateY(30px);
}

.welcome_section .corp_values span {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    padding: 30px;
    animation: fadeUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(10px);
    width: 100%;
}

.welcome_section .corp_values h3 {
    font-weight: 600;
    max-width: 90%;
    line-height: 1.4;
    font-size: clamp(1.1rem, 1.5vw, 23px);
    color: #ffffff;
}

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

.contact_information::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,204,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(179,167,161,0.5) 0%, transparent 30%);
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: rgb(239,237,234);
    left: 0;
}



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

.contact_information h2 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 38px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.contact_information h2::before {
    box-shadow: 
        0 0 5px rgb(212,204,198),
        0 0 10px rgb(212,204,198),
        0 0 15px rgb(212,204,198);
    left: calc(50% - 50px);
    height: 2px;
    background: rgb(212,204,198);
    bottom: -15px;
    width: 100px;
    position: absolute;
    content: "";
}

.contact_information .query_panel::before {
    pointer-events: none;
    opacity: 0.2;
    border-radius: 12px;
    content: "";
    border: 1px solid rgb(212,204,198);
    inset: 0;
    z-index: 3;
    position: absolute;
}

.contact_information .pic_holder::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(212,204,198,0.5) 100%);
    content: "";
    z-index: 2;
    inset: 0;
    position: absolute;
    opacity: 0.7;
}

.contact_information .query_card::after {
    content: "";
    filter: blur(80px);
    left: -75px;
    bottom: -75px;
    z-index: 0;
    opacity: 0.3;
    width: 150px;
    height: 150px;
    background: rgb(179,167,161,0.5);
    position: absolute;
}

.find_us .connect_block p {
    margin: 0.5rem 0;
}

.find_us .connect_block a {
    color: rgb(212,204,198);
    text-decoration: none;
}

.find_us .connect_block a:hover {
    text-decoration: underline;
}

.contact_information form {
    display: flex;
    flex-direction: column;
}

.contact_information .feedback_links {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.contact_information .feedback_links label {
    flex: 1;
    line-height: 1.4;
}

.contact_information form h3 {
    margin-bottom: 40px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.contact_information form input[type="text"],
.contact_information form input[type="tel"] {
    border: 1px solid rgb(212,204,198,0.5);
    padding: 18px 25px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 8px;
    background: rgb(239,237,234);
}

.contact_information form input[type="text"]:focus,
.contact_information form input[type="tel"]:focus {
    outline: none;
    border-color: rgb(212,204,198);
    box-shadow: 0 0 0 3px rgb(212,204,198,0.3);
}

.contact_information form input[type="text"]::placeholder,
.contact_information form input[type="tel"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_information .feedback_links label {
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}

.contact_information .feedback_links input[type="checkbox"]:checked + label::before {
    background: rgb(212,204,198);
    box-shadow: 0 0 5px rgb(212,204,198,0.5);
    border-color: rgb(212,204,198);
}

.contact_information .feedback_links input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
    content: "";
    position: absolute;
    top: 4px;
    width: 6px;
}

.contact_information .feedback_links label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact_information .query_list {
    cursor: pointer;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    padding: 18px 30px;
    border-radius: 8px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 
        0 5px 15px rgb(212,204,198,0.5),
        0 0 0 1px rgb(212,204,198);
    border: none;
    background: rgb(212,204,198);
    color: #ffffff;
}

.contact_information .query_list:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_information svg path {
    fill: rgb(212,204,198);
    transition: all 0.3s ease;
}

.contact_information svg:hover,
.contact_information svg:hover path {
    filter: drop-shadow(0 0 3px rgb(179,167,161,0.5));
    transform: translateY(-2px);
    fill: rgb(179,167,161);
}

.secure_harbor h3, .secure_harbor h4, .secure_harbor h5, .secure_harbor h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.secure_harbor li {
    margin-bottom: 10px;
}

.secure_harbor p, .secure_harbor span, .secure_harbor div {
    margin-bottom: 5px;
    line-height: 20px;
}

.find_us::before {
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    animation: float 8s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(212,204,198,0.5), rgb(179,167,161,0.5));
    opacity: 0.5;
    height: 70%;
    filter: blur(30px);
    position: absolute;
    content: "";
    width: 40%;
    right: -10%;
    border-radius: 100px;
    z-index: 0;
}

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

.find_us .request_feedback {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(212,204,198);
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
}

.find_us p {
    opacity: 0;
    max-width: 90%;
    transform: translateY(10px);
    line-height: 1.7;
    color: #000000;
    animation: fadeUp 0.6s ease-out forwards 0.4s;
    font-size: 12px;
    margin-bottom: 1.5rem;
}

.find_us h5 {
    opacity: 0;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 1rem 0 0.5rem;
    font-size: 21px;
    animation: fadeUp 0.6s ease-out forwards 0.5s;
    font-weight: 600;
}

.find_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,167,161);
}

.find_us .connect_block li {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0;
}

.find_us .connect_block li:hover {
    transform: translateY(-5px);
}

.find_us .contact_form:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgb(212,204,198);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(245, 248, 255, 0.9));
}

.find_us .contact_form:hover svg {
    transform: translateY(-3px);
}

.find_us .contact_form:hover svg path {
    fill: rgb(212,204,198);
}

.course_program {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: rgb(179,167,161);
    position: relative;
    min-height: 100vh;
}

.course_program {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}

.course_program {
    grid-template-rows: 30vh 1fr;
}

.course_program .career_class {
    display: flex;
    height: 400%;
    flex-direction: column;
    width: 100%;
    animation: verticalScroll 25s ease-in-out infinite alternate;
}

.course_program .career_class {
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
    height: 100%;
    flex-direction: row;
}

.course_program .career_class {
    animation-duration: 20s;
    width: 300%;
}

.course_program .learn_path::after {
    content: "";
    z-index: 1;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    position: absolute;
    inset: 0;
}

.course_program .learn_path::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}

.course_program .skill_growth {
    padding-right: 10%;
    width: 100%;
    padding-left: 10%;
}

.course_program .skill_growth {
    padding: 0 5%;
}

.course_program .study_track {
    padding: 4rem 3rem;
    position: relative;
    background: transparent;
    border-left: 4px solid rgb(212,204,198);
}

.course_program .study_track {
    border-left-width: 3px;
    padding: 2rem 1rem;
}

.course_program .study_track:hover::before {
    width: 100%;
}

.course_program .study_track h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-size: 45px;
    color: #ffffff;
}

.course_program .study_track h3 {
    letter-spacing: 1px;
    font-size: calc(29px * 0.9);
}

.course_program .study_track span > * {
    transform: skewX(15deg);
    display: inline-block;
}

.course_program .study_track .query_list {
    background: transparent;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    padding: 1rem 2.5rem;
    border: 2px solid rgb(212,204,198);
    text-decoration: none;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.course_program .study_track .query_list {
    font-size: calc(18px * 0.9);
    text-align: center;
    display: block;
    padding: 0.8rem 1.5rem;
}

header .head_tutor {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
    background: linear-gradient(120deg, rgb(239,237,234) 0%, rgb(212,204,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}

header .head_tutor::after {
    left: -25%;
    position: absolute;
    transform: rotate(-2deg);
    width: 150%;
    height: 100px;
    top: -50px;
    background: rgb(212,204,198);
    z-index: -2;
    content: "";
    opacity: 0.1;
}

header .head_pro {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
    display: grid;
}

header .page_header {
    border-radius: 10px;
    position: relative;
    display: block;
    box-shadow: 5px 5px 0 rgb(212,204,198,0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 15px;
    transform: rotate(-3deg);
}

header .page_header:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(212,204,198);
}

header .page_header svg,
header .page_header img {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
    height: 45px;
    display: block;
}

.mobile-menu-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 0 rgb(212,204,198,0.5);
    z-index: 10;
}

.mobile-menu-btn span {
    display: block;
    width: 22px;
    height: 3px;
    background: #000000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.exam_prep .footer_contact {
    margin-top: 1rem;
}

.exam_prep .footer_contact p {
    color: #ffffff;
    margin: 0.4rem 0;
    font-size: 14px;
    line-height: 1.5;
    transform: none;
}

.exam_prep .footer_contact a,
.exam_prep .nav_header .nav_primary a {
    color: #ffffff;
    text-decoration: none;
}

.exam_prep .footer_contact a:hover,
.exam_prep .nav_header .nav_primary a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.form-phone-error {
    display: block;
    color: #c0392b;
    font-size: 14px;
    margin: -15px 0 15px;
}

header .nav_header::before {
    bottom: 0;
    right: 0;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(179,167,161,0.5) 100%);
    content: "";
    top: 0;
    border-radius: 0 20px 20px 0;
    opacity: 0.15;
    position: absolute;
    transition: width 0.3s ease;
    z-index: -1;
}

header .header_main a {
    font-family: Arial, sans-serif;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-left: 3px solid transparent;
    display: block;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    border-radius: 0 10px 0 10px;
    position: relative;
}

header .header_main a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(212,204,198);
    transform: translateX(5px);
    color: rgb(212,204,198);
}

header .header_main a:hover::before {
    transform: scaleY(1);
}

header .header_main a:hover::after {
    transform: scaleX(1);
}


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



@media (max-width: 992px) {.exam_prep {
    padding: 4rem 0 2rem;
}.exam_prep .container {
    flex-direction: column;
}.exam_prep .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.exam_prep .company_holder::after {
    display: none;
}.exam_prep .discuss_cta {
    flex: 0 0 100%;
}.exam_prep .nav_header {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 576px) {.exam_prep {
    padding: 3rem 0 1rem;
}.exam_prep::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.exam_prep .nav_header {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.exam_prep .company_holder {
    margin-bottom: 2rem;
}.exam_prep .nav_header .nav_primary a {
    padding: 0.6rem 0.8rem;
}.exam_prep .nav_header .nav_primary a:hover {
    padding-left: 1.2rem;
}.sec_cert {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media screen and (max-width: 1199px) {.our_background {
    padding: 100px 0;
}.our_background h3 {
    margin-bottom: 50px;
    padding: 15px 25px;
    font-size: calc(32px - 0.2rem);
}.our_background .success_metric {
    margin-bottom: 60px;
}.our_background .success_metric p,
    .our_background .smart_study p {
    padding: 30px;
}.our_background .success_metric .pic_holder,
    .our_background .smart_study .academy_team {
    height: 400px;
}
}



@media screen and (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background::before {
    background-size: 20px 20px;
}.our_background h3 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: calc(32px - 0.6rem);
    border-radius: 10px;
}.our_background .success_metric,
    .our_background .smart_study {
    grid-template-columns: 1fr;
    gap: 20px;
}.our_background .success_metric {
    margin-bottom: 40px;
}.our_background .success_metric span {
    left: 20px;
}.our_background .success_metric p,
    .our_background .smart_study p {
    border-width: 2px;
    padding: 20px;
}.our_background .success_metric .pic_holder,
    .our_background .smart_study .academy_team {
    height: 300px;
}.our_background .smart_study p {
    order: 2;
}.our_background .smart_study .academy_team {
    order: 1;
}.our_background .skill_growth::before,
    .our_background .skill_growth::after {
    height: 60px;
    width: 60px;
    filter: blur(20px);
}.our_background::after {
    filter: blur(40px);
}
}



@media screen and (min-width: 1400px) {.our_background .success_metric .pic_holder,
    .our_background .smart_study .academy_team {
    height: 500px;
}.our_background .success_metric p,
    .our_background .smart_study p {
    padding: 50px;
}}



@media (min-width: 768px) {.pricing_row_item .learning_pricing {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item .fee_options {
    padding: 3rem;
}.pricing_row_item .group_rates {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.pricing_row_item .cost_rates {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing_row_item .fee_options {
    height: 100%;
    display: flex;
    text-align: left;
    padding: 4rem 3rem;
    order: 2;
    flex-direction: column;
    justify-content: center;
}.pricing_row_item .fee_options h2::after {
    width: 100px;
    left: 0;
    transform: none;
    background: linear-gradient(90deg, rgb(212,204,198), transparent);
}.pricing_row_item .fee_options .learning_fees {
    margin: 0;
    max-width: 100%;
}.pricing_row_item .learning_pricing {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}


@media (max-width: 1200px) {.visitor_settings h5 {
    font-size: calc(18px - 2px);
}.visitor_settings p {
    font-size: calc(14px - 2px);
}.cookie_edu {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}
}


@media (max-width: 800px) {.user_default {
    align-items: center;
    flex-direction: column;
}.track_cookies {
    margin-bottom: 15px;
}.visitor_settings {
    text-align: center;
    margin-bottom: 20px;
}.cookie_edu {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media (min-width: 992px) {.tySection .skill_growth {
    gap: 6rem;
}.tySection h5 {
    font-size: 18px;
}.tySection p {
    font-size: 16px;
}
}



@media (max-width: 480px) {.tySection {
    padding: 4rem 0;
}.tySection .skill_growth {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.tySection h5 {
    font-size: calc(18px * 0.75);
}.tySection p {
    font-size: calc(16px * 0.9);
}
}



@media (prefers-reduced-motion: reduce) {.tySection::before,
    .tySection::after,
    .tySection .skill_growth,
    .tySection .skill_growth > div:first-child::after,
    .tySection h5,
    .tySection .skill_growth > div:last-child,
    .tySection .skill_growth > div:last-child::before,
    .tySection a,
    .tySection a::after {
    transition: opacity 0.3s ease;
    animation: none;
}.tySection .skill_growth > div:first-child::after,
    .tySection a::after {
    transform: none;
}}



@media (max-width: 575px) {.instructor_profile {
    padding: 50px 0;
}.instructor_profile .edu_voices {
    padding: 35px 20px;
}.instructor_profile .pic_holder {
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}.instructor_profile .name {
    font-size: calc(30px * 0.8);
}.instructor_profile .edu_voices span:not(.name) {
    font-size: calc(22px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 15px;
}.instructor_profile .exp_highlights {
    font-size: calc(18px * 0.9);
    padding: 15px;
    max-width: 100%;
}}



@media (max-width: 767px) {.potential_learners {
    padding: 70px 0;
}.potential_learners h4 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}.potential_learners div > div {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0;
}.potential_learners p {
    transform: none !important;
    padding: 25px;
}.potential_learners p:hover {
    transform: translateY(-10px) !important;
}.potential_learners .skill_growth::before {
    width: 120px;
    top: -50px;
    height: 120px;
    left: -60px;
}.potential_learners .skill_growth::after {
    bottom: -50px;
    height: 100px;
    width: 100px;
    right: -50px;
}
}



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



@media (min-width: 1200px) {.welcome_section {
    padding: 180px 80px;
}.welcome_section > div {
    gap: 100px;
}.welcome_section .tech_track {
    transform: translateX(-10px);
}.welcome_section .tech_track::after {
    width: 140px;
    height: 5px;
}.welcome_section .start_head {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateY(-5deg);
}.welcome_section .start_head:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-8px);
}
}



@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 40px;
}.contact_information .query_panel {
    flex-direction: column;
}.contact_information .pic_holder {
    min-height: 300px;
    width: 100%;
}.contact_information .query_card {
    padding: 40px 30px;
    width: 100%;
}.contact_information form h3 {
    margin-bottom: 30px;
}.contact_information form input[type="text"],
.contact_information form input[type="tel"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_information .feedback_links {
    margin-bottom: 25px;
}.contact_information .query_list {
    padding: 15px 25px;
}
}


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



@media (max-width: 768px) {.exam_prep .container {
    flex-direction: column;
}.exam_prep .discuss_cta {
    width: 100%;
}.exam_prep .nav_header {
    flex: 1 1 100%;
    padding-bottom: 1rem;
}.find_us {
    padding: 3rem 0;
}.find_us .container {
    padding: 0 1.5rem;
}.find_us .request_feedback {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.find_us h3 {
    font-size: calc(30px * 0.9);
}.find_us p {
    max-width: 100%;
}.find_us .connect_block {
    flex-direction: column;
    gap: 1rem;
}.find_us .contact_form {
    width: 100%;
    padding: 0.75rem 1rem;
}
}



@media screen and (max-width: 1200px) {.course_program .study_track h3 {
    font-size: calc(45px * 0.85);
}.course_program .skill_growth {
    padding-right: 0;
    padding-left: 5%;
}
}



@media (max-width: 991px) {header .head_pro {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    gap: 1rem;
}header .top_pagewrap {
    justify-self: start;
    grid-column: 1;
    grid-row: 1;
}.mobile-menu-btn {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
}header .nav_header {
    display: none;
    flex-direction: column;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    gap: 0.5rem;
    padding: 0.5rem 0;
}.mobile-menu-toggle:checked ~ .nav_header {
    display: flex;
}.mobile-menu-toggle:checked + .mobile-menu-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}.mobile-menu-toggle:checked + .mobile-menu-btn span:nth-child(2) {
    opacity: 0;
}.mobile-menu-toggle:checked + .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}header .nav_header::before {
    width: 100%;
    background: rgb(179,167,161,0.5);
    opacity: 0.1;
}header .header_main {
    width: 100%;
}header .header_main a {
    text-align: center;
}
}



@media (max-width: 480px) {header .page_header {
    transform: none;
    padding: 10px;
}header .page_header svg,
header .page_header img {
    height: 40px;
}header .page_header:hover {
    transform: translateY(-3px);
}.exam_prep .footer_contact p {
    font-size: 13px;
}.exam_prep .discuss_cta {
    margin-top: 1rem;
}
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}



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



@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

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

@keyframes slideTitle {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



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



@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
