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

.head_primary {
    flex: 1 0 auto;
}

.container {
    max-width: 100%;
    width: 1225px;
    margin: auto;
}

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


footer {
    position: relative;
}

footer::before {
    opacity: 0.92;
    right: 0;
    left: 0;
    z-index: 1;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(208,202,168) 150%);
    top: 0;
    position: absolute;
}

.lesson_cta .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.lesson_cta .company_holder h3 {
    display: inline-block;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

.lesson_cta .grade_help {
    position: relative;
}

.lesson_cta .top_pagewrap {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

.lesson_cta .top_pagewrap .top_study {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.lesson_cta .top_pagewrap .top_study a::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(208,202,168,0.5);
    top: 0;
}

.faculty_info {
    position: relative;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 50px;
}



footer::after {
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
    background-size: 40px 40px;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    position: absolute;
}

header .main_pagebar {
    position: relative;
    overflow: hidden;
}

header .container {
    max-width: 1200px;
    padding: 16px 25px;
    position: relative;
    margin: 0 auto;
}

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

header .top_pagewrap {
    align-items: center;
    position: relative;
    display: flex;
    gap: 35px;
}

header .top_pagewrap:before {
    transform: translateY(-50%) scaleX(0.8);
    opacity: 0;
    top: 50%;
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    height: 35px;
    width: 100%;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
}

header .main_learn:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}

header .main_learn:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

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

header .nav_begin:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}

header .nav_begin:hover:after {
    opacity: 0.7;
}

header .nav_begin svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(208,202,168,0.5));
}

.course_highlights {
    position: relative;
    background: linear-gradient(45deg, rgb(239,235,217) 0%, rgb(177,169,130,0.5) 50%, rgb(239,235,217) 100%);
    overflow: hidden;
    padding: 6rem 0;
}



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

.course_highlights .mentor_team {
    gap: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr;
}

.course_highlights .job_ready::before {
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    opacity: 0.7;
    top: 0;
    left: 0;
    border-radius: 16px;
    position: absolute;
}

.course_highlights .top_pro::before {
    width: 40px;
    background: rgb(208,202,168);
    right: -20px;
    top: 50%;
    height: 2px;
    opacity: 0.6;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}

.course_highlights .top_pro svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,168);
}

.course_highlights h3 {
    -webkit-background-clip: text !important;
    font-size: 28px;
    display: inline-block;
    background: linear-gradient(to right, #000000 0%, rgb(208,202,168) 100%);
    font-weight: 700;
    background-clip: text !important;
    transform: translateZ(5px);
    margin-bottom: 1.5rem;
    color: transparent;
    position: relative;
}

.course_highlights .img_spot::after {
    opacity: 0.3;
    content: "";
    bottom: 0;
    position: absolute;
    height: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgb(208,202,168,0.5) 0%,
        transparent 100%
    );
}

.course_highlights .mentor_team:hover .img_spot {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.secure_safehouse h2 {
    padding-bottom: 10px;
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(177,169,130), rgb(208,202,168));
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 30px;
    border-bottom: 1px solid rgb(177,169,130);
    color: rgb(177,169,130);
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
}

.secure_safehouse li {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
}

.secure_safehouse p, .secure_safehouse span, .secure_safehouse div {
    line-height: 2;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(208,202,168), rgb(177,169,130));
    font-size: 18px;
    color: transparent;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    font-weight: 300;
}

.welcome_section .study_tools {
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    display: flex;
    margin: 0 auto;
    perspective: 1000px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 3rem 1.5rem;
    max-width: 1400px;
}

.welcome_section .why_trust {
    height: 65vh;
    box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0) scale(0.98);
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    min-height: 450px;
    transform-style: preserve-3d;
}

.welcome_section .why_trust::after {
    z-index: 2;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(177,169,130,0.5) 0%,
    transparent 60%
  );
    height: 100%;
    left: 0;
    top: 0;
}

.welcome_section .why_trust p::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0.5rem;
    background: rgb(177,169,130);
    transition: transform 0.3s ease;
    height: calc(100% - 1rem);
    transform: scaleY(0.8);
    width: 4px;
}

.welcome_section .title_style_header::after {
    transform: scaleX(0.8);
    position: absolute;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 60%;
    bottom: -0.5rem;
    transform-origin: left;
    background: rgb(177,169,130);
    content: "";
    left: 0;
}

.privacy_opt {
    align-items: center;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.policy_ack svg:hover {
    fill: rgb(177,169,130);
}

.cookie_user {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}

.consent_panel {
    margin-left: 10px;
    font-size: 19px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 29px;
    color: #ffffff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    line-height: 35px;
    background: rgb(208,202,168);
    text-align: center;
}

.contact_information {
    background: linear-gradient(135deg, rgb(239,235,217) 0%, rgb(177,169,130,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.contact_information .img_spot {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    height: 100%;
    width: 45%;
    top: 0;
    z-index: 2;
}

.contact_information .img_spot::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(208,202,168,0.5) 0%, transparent 60%);
    top: 0;
    content: '';
}

.contact_information .request_feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.contact_information .feedback_block::before {
    top: -100px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(rgb(208,202,168,0.5), transparent 70%);
    right: -100px;
    width: 200px;
    content: '';
    height: 200px;
    position: absolute;
}

.contact_information input[type="text"],
.contact_information textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.contact_information .request_reach label {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #ffffff;
}

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

.contact_information .query_request:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(208,202,168,0.5);
}

.contact_information .query_request:hover::before {
    left: 100%;
}

.contact_information .query_info {
    position: relative;
    padding: 40px;
    width: 40%;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
}

.contact_information .query_info h4::after {
    position: absolute;
    height: 3px;
    background: rgb(208,202,168);
    bottom: -10px;
    content: '';
    border-radius: 3px;
    left: 0;
    width: 50px;
}

.contact_information .query_map li::before {
    background: rgb(208,202,168);
    height: 0;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0;
    width: 0;
    left: -10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact_information .query_map li:hover svg path {
    fill: rgb(177,169,130);
}

.contact_information .query_map a:hover {
    color: rgb(208,202,168);
}

.plan_deck {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(239,235,217);
    position: relative;
}

.plan_deck .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}

.plan_deck .pricing_catalog {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.plan_deck .access_plans .plan_fees {
    transition: transform 0.4s ease;
    transform: translateY(0);
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    max-width: 700px;
    margin-left: 5px;
}

.plan_deck .pricing_tiers {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}

.plan_deck .tuition_table {
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    height: 100%;
    position: relative;
    transition: box-shadow 0.5s ease;
    background: #ffffff;
}

.plan_deck .pricing_deals {
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 35px 30px;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}

.plan_deck .pricing_pack:hover .pricing_deals h3 {
    color: rgb(208,202,168);
    transform: translateY(-2px);
}

.plan_deck .pricing_pack:hover .pricing_deals .class_rates {
    transform: scale(1.05);
}

.plan_deck .pricing_pack:hover .pricing_deals .class_rates::after {
    width: 80px;
}

.plan_deck .pricing_deals p {
    word-break: break-word;
    transition: opacity 0.3s ease;
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 1.7;
    flex-grow: 1;
    white-space: normal;
    opacity: 0.85;
    color: #000000;
    margin-top: 10px;
}

.plan_deck .pricing_pack:nth-child(odd) .tuition_table {
    flex-direction: column-reverse;
}

.meet_us::before {
    content: "";
    backdrop-filter: blur(5px) saturate(120%);
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.meet_us .content_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.meet_us .content_wrapper > div:first-child::before {
    height: 60px;
    top: -25px;
    content: "";
    border: 2px solid rgb(208,202,168,0.5);
    border-radius: 50%;
    position: absolute;
    animation: pulsate 4s infinite ease-in-out;
    width: 60px;
    z-index: -1;
    left: -35px;
}

.meet_us h5::after {
    width: 30px;
    right: -40px;
    position: absolute;
    border: 2px solid rgb(177,169,130,0.5);
    animation: orbit 10s infinite linear;
    content: "";
    border-radius: 50%;
    height: 30px;
    top: -15px;
    z-index: -1;
}

.meet_us ol {
    list-style: none;
    position: relative;
    margin: 0;
    counter-reset: custom-counter;
    padding: 0;
}

.meet_us li {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-align: justify;
    font-size: 12px;
    position: relative;
}

.register_now::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
}

.register_now h6 {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    padding: 0 1rem;
    transform: translateZ(25px);
    font-size: calc(18px * 1.2);
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.register_now .query_request {
    text-transform: uppercase;
    color: rgb(208,202,168);
    font-weight: 700;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    letter-spacing: 1px;
    overflow: hidden;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    outline: none;
    padding: 16px 32px;
    border: none;
}

.study_method::before {
    opacity: 0.25;
    height: 100%;
    border-radius: 50%;
    background: rgb(208,202,168,0.5);
    width: 100%;
    position: absolute;
    top: -30%;
    left: -30%;
    z-index: 0;
    animation: floatCircle 15s infinite alternate ease-in-out;
    filter: blur(120px);
    content: "";
}

.study_method h3 {
    font-weight: 700;
    animation: slideInLeft 0.8s ease-out forwards;
    font-size: 35px;
    margin: 0;
    position: relative;
    padding: 0;
    color: #000000;
}

.study_method h3 {
    font-size: calc(35px * 0.8);
    text-align: center;
}

.study_method span {
    color: #000000;
    font-size: 17px;
    padding: 2rem;
    line-height: 1.8;
    border-left: 2px solid rgb(177,169,130,0.5);
    animation: slideInRight 0.8s ease-out forwards;
    position: relative;
}

.study_method span {
    border-left: none;
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(177,169,130,0.5);
}

.gratCard {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,235,217) 0%, rgb(208,202,168,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 120px 0;
}

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

.gratCard h2 {
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    font-size: 36px;
    max-width: 800px;
    color: #000000;
    line-height: 1.4;
    animation: slideInUp 0.8s ease-out forwards;
}

.gratCard .mentor_team::before {
    background: linear-gradient(45deg, transparent 49.5%, rgb(177,169,130,0.5) 49.5%, rgb(177,169,130,0.5) 50.5%, transparent 50.5%);
    content: "";
    left: 0;
    top: 0;
    opacity: 0.05;
    z-index: -1;
    background-size: 20px 20px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.educational_gains {
    background: linear-gradient(135deg, rgb(239,235,217) 0%, #ffffff 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.educational_gains h5 {
    margin-right: auto;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 60px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    margin-left: auto;
    font-size: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    max-width: 800px;
}

.educational_gains .mentor_team {
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    align-items: center;
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-radius: 26px;
}

.educational_gains li:nth-child(1) {
    --item-index: 1;
}

.educational_gains li:nth-child(2) {
    --item-index: 2;
}

.educational_gains li:nth-child(4) {
    --item-index: 4;
}

.educational_gains li p {
    display: flex;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    margin: 0;
    align-items: flex-start;
}

.educational_gains li svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,168);
}

.teacher_profile::after {
    filter: blur(60px);
    z-index: 0;
    content: "";
    bottom: -80px;
    width: 250px;
    left: -50px;
    height: 250px;
    background: rgb(208,202,168,0.5);
    transform: rotate(25deg);
    position: absolute;
}

.teacher_profile .client_voices::before {
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: left center;
    width: 5px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(208,202,168), rgb(177,169,130));
    left: 0;
}

.teacher_profile .img_spot::after {
    content: "";
    opacity: 0;
    transition: opacity 0.6s ease;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(208,202,168,0.5) 0%, transparent 50%, rgb(177,169,130,0.5) 100%);
    top: 0;
    width: 100%;
}

.teacher_profile .client_voices:hover .name::after {
    width: 100%;
}

.teacher_profile .client_voices > div:nth-child(2) > div {
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    font-size: calc(15px * 0.95);
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.teacher_profile .work_list::before,
.teacher_profile .work_list::after {
    content: "";
    line-height: 1;
    font-family: Georgia, serif;
    position: absolute;
    color: rgb(208,202,168,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 60px;
}

.teacher_profile .work_list::before {
    top: -10px;
    left: -10px;
    opacity: 0.5;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}



@media (max-width: 768px) {.lesson_cta {
    padding: 50px 0;
}.lesson_cta .top_pagewrap {
    flex: 0 0 100%;
}
}



@media (max-width: 767px) {header .top_pagewrap {
    flex-direction: column;
    top: 0;
    right: -100%;
    background: rgb(208,202,168);
    backdrop-filter: blur(15px);
    padding: 80px 30px 30px;
    width: 80%;
    background: linear-gradient(
            135deg,
            rgb(208,202,168) 0%,
            rgb(208,202,168,0.5) 100%
        );
    max-width: 320px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(15px);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    gap: 20px;
    z-index: 1001;
    height: 100vh;
}header .top_pagewrap:before {
    display: none;
}header .menu.active {
    right: 0;
}header .main_learn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .main_learn:last-child {
    border-bottom: none;
}header .nav_begin {
    margin: 0 auto;
}
}



@media (max-width: 992px) {.welcome_section .study_tools {
    padding: 2rem 1rem;
}.welcome_section h3 {
    font-size: 19px;
    max-width: 100%;
    padding: 1.5rem;
    margin-bottom: 2rem;
}.welcome_section .why_trust {
    height: 55vh;
    min-height: 400px;
}.welcome_section .why_trust > div {
    padding: 2rem;
}.welcome_section .why_trust p {
    max-width: 90%;
    font-size: 14px;
}.welcome_section .title_style_header {
    font-size: 44px;
}
}


@media only screen and (max-width: 1200px) {.privacy_opt {
    flex-direction: column;
    align-items: center;
}.policy_ack {
    margin-bottom: 15px;
}.cookie_user {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.consent_panel {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}


@media only screen and (max-width: 800px) {.privacy_opt {
    padding: 15px;
}.policy_ack {
    display: none;
}.cookie_dialog_window h5 {
    font-size: 16px;
}.cookie_dialog_window p {
    font-size: 14px;
}}



@media (max-width: 576px) {.contact_information {
    padding: 30px 0;
}.contact_information h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 20px;
}.contact_information .feedback_block,
    .contact_information .query_info {
    padding: 20px;
}.contact_information .request_feedback {
    margin: 0 10px;
}.contact_information .request_reach label {
    font-size: calc(12px * 0.9);
}.contact_information .query_map li {
    margin-bottom: 15px;
}.contact_information .query_map span {
    font-size: calc(13px * 0.9);
}.contact_information::before,
    .contact_information::after,
    .contact_information .feedback_block::before,
    .contact_information .feedback_block::after,
    .contact_information .query_info::before {
    opacity: 0.2;
}}



@media (max-width: 767px) {.plan_deck {
    padding: 60px 0;
}.plan_deck .pricing_tiers {
    grid-template-columns: 1fr;
}.plan_deck .pricing_deals {
    padding: 25px 20px;
}.plan_deck .pricing_pack .img_spot {
    height: 180px;
}.plan_deck .access_plans h2 {
    font-size: calc(30px - 2px);
}
}



@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .content_wrapper {
    padding: 25px 20px;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
}.meet_us .content_wrapper > div:first-child::before {
    width: 40px;
    left: -10px;
    height: 40px;
    top: -15px;
}.meet_us h5::after {
    width: 20px;
    top: -10px;
    height: 20px;
    right: -25px;
}.meet_us h5 {
    letter-spacing: 1px;
}.meet_us li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 767px) {.register_now {
    padding: 4rem 1.5rem;
}.register_now h6 {
    line-height: 1.6;
    font-size: 18px;
}.register_now .query_request {
    font-size: calc(17px * 0.9);
    padding: 14px 28px;
}
}



@media (max-width: 992px) {.study_method {
    padding: 6rem 2rem;
}.study_method .mentor_team {
    gap: 2rem;
}.study_method h3 {
    font-size: calc(35px * 0.9);
}.study_method span {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.educational_gains {
    padding: 80px 0 60px;
}.educational_gains .mentor_team {
    padding: 30px;
    grid-template-columns: 1fr;
}.educational_gains .img_spot {
    max-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.educational_gains .content_wrapper {
    padding-top: 20px;
    padding-left: 0;
}.educational_gains h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 50px;
}
}



@media (min-width: 768px) {.teacher_profile .client_voices {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.teacher_profile .client_voices > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
    grid-row: 1 / 3;
}.teacher_profile .client_voices > div:nth-child(2) {
    align-self: end;
}.teacher_profile .client_voices > div:nth-child(3) {
    grid-column: 2 / 3;
}.teacher_profile .img_spot {
    height: 200px;
    width: 200px;
}
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}



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



@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}



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

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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



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

