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

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

header,footer {
    width: 100%;
}

header {
    top: 0;
    backdrop-filter: blur(20px);
    width: 100%;
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(208,202,168,0.5);
}

.lesson_cta .company_holder::before {
    background: rgb(208,202,168);
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
}

.lesson_cta .footer_subscribe {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    font-size: 13px;
    color: #ffffff;
}

.lesson_cta .top_study {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.lesson_cta .top_pagewrap .top_study a {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    padding: 8px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

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



.faculty_info::before {
    width: 100%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    left: 0;
    top: 0;
    content: '';
}

header:after {
    content: '';
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(177,169,130) 0%,
        rgb(208,202,168) 50%,
        rgb(177,169,130) 100%
    );
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0.8;
    left: 0;
}

header .container:before {
    left: 0;
    width: 100%;
    bottom: -1px;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
}

header .main_learn {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
}

header .main_learn:after {
    left: 0;
    transition: all 0.3s ease;
    content: '';
    height: 100%;
    transform: scaleY(0);
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(208,202,168,0.5),
        transparent
    );
    opacity: 0;
}

header .nav_begin:after {
    height: 100%;
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(208,202,168),
        transparent
    ) 1;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0;
    border: 1px solid transparent;
    top: 0;
}

.course_highlights::before {
    opacity: 0.4;
    content: "";
    width: 70%;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    height: 70%;
    animation: pulseGlow 15s ease-in-out infinite;
    top: -10%;
    right: -10%;
    background: radial-gradient(circle, rgb(208,202,168,0.5) 0%, transparent 70%);
}

.course_highlights .mentor_team::before {
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(208,202,168,0.5) 50px, rgb(208,202,168,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(208,202,168,0.5) 50px, rgb(208,202,168,0.5) 51px);
    transform: translateZ(-10px);
    content: "";
    left: -2rem;
    z-index: -1;
    width: calc(100% + 4rem);
    opacity: 0.05;
    top: -2rem;
    border-radius: 16px;
    position: absolute;
    height: calc(100% + 4rem);
}

.course_highlights .top_pro svg {
    width: auto;
    height: 4rem;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgb(208,202,168,0.5));
}

.course_highlights .top_pro svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(208,202,168,0.5));
}

.course_highlights h3::after {
    position: absolute;
    border-radius: 10px;
    background: rgb(208,202,168);
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    height: 3px;
    content: "";
    width: 30px;
}

.course_highlights .img_spot {
    height: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 450px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    min-height: 400px;
    transform: translateZ(30px) rotate(3deg);
    animation: floatAnimation 6s ease-in-out infinite;
}

.secure_safehouse {
    height: auto;
    padding: 50px;
    overflow: hidden;
    border: 1px solid rgb(208,202,168);
    width: 100%;
    box-shadow: inset 0 0 10px rgb(177,169,130,0.5), 0 0 15px rgb(208,202,168,0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.secure_safehouse h3, .secure_safehouse h4, .secure_safehouse h5, .secure_safehouse h6 {
    font-size: 23px;
    color: rgb(208,202,168);
    color: transparent;
    background: linear-gradient(90deg, rgb(208,202,168), rgb(177,169,130));
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.secure_safehouse li::before {
    color: rgb(208,202,168);
    position: absolute;
    font-weight: 700;
    left: 0;
    content: ">";
}

.welcome_section {
    position: relative;
    background: linear-gradient(135deg, rgb(177,169,130,0.5), rgb(208,202,168,0.5));
    min-height: 100vh;
    overflow: hidden;
}

.welcome_section::after {
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(177,169,130,0.5) 0%, 
    transparent 60%
  );
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
}

.welcome_section .study_tools > div:hover {
    transform: translateZ(10px);
}

.welcome_section h3 {
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.01em;
    max-width: 90%;
    margin-left: auto;
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    color: rgb(208,202,168);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(19px * 1.1);
    background: rgb(255, 255, 255, 0.5);
    margin-bottom: 2.5rem;
    border-left: 4px solid rgb(177,169,130);
    font-weight: 600;
    padding: 2rem;
}

.welcome_section .why_trust:hover > div {
    transform: translateY(-10px) translateZ(0);
}

.welcome_section .why_trust p {
    max-width: 80%;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    line-height: 1.7;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}

.welcome_section .why_trust:hover .title_style_header {
    transform: translateY(-5px);
}

.welcome_section .why_trust:hover .title_style_header::after {
    transform: scaleX(1);
}

.cookie_dialog_window {
    position: fixed;
    background: rgb(239,235,217);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(208,202,168);
    transition: transform 0.3s ease-in-out;
}

.cookie_dialog_window p {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

.consent_panel:hover {
    background: rgb(177,169,130);
    box-shadow: 0 0 10px rgb(177,169,130,0.5);
}

.cookie_dialog_window p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(208,202,168);
}

#cookiePopupMessage:checked ~ .cookie_dialog_window {
    visibility: hidden;
    opacity: 0;
}

.contact_information::after {
    height: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    content: '';
    z-index: 1;
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(177,169,130,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(177,169,130,0.5) 1px, transparent 1px);
}

.contact_information h3 {
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(208,202,168,0.5);
}

.contact_information .feedback_block {
    flex: 1;
    padding: 40px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.contact_information .feedback_block::after {
    height: 150px;
    bottom: -75px;
    width: 150px;
    content: '';
    background: radial-gradient(rgb(177,169,130,0.5), transparent 70%);
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    left: -75px;
}

.contact_information input[type="text"]:focus,
.contact_information textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(208,202,168);
    box-shadow: 0 0 10px rgb(208,202,168,0.5);
}

.contact_information .request_reach {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact_information .request_reach input[type="checkbox"]:checked + label::before {
    background: rgb(208,202,168);
    border-color: rgb(208,202,168);
}

.contact_information .request_reach a {
    color: rgb(208,202,168);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_information .query_request {
    border: none;
    position: relative;
    background: linear-gradient(to right, rgb(208,202,168), rgb(177,169,130));
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.contact_information .query_info h4 {
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 21px;
    color: #ffffff;
}

.contact_information .query_map {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_information .query_map li:hover {
    transform: translateX(5px);
}

.contact_information .query_map li:hover::before {
    width: 6px;
    opacity: 1;
    left: -3px;
    height: 6px;
}

.contact_information .query_map li:hover svg {
    transform: scale(1.1);
}

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

.contact_information .query_map span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.plan_deck::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(208,202,168,0.5), rgb(177,169,130,0.5));
    opacity: 0.15;
    filter: blur(80px);
    top: -15%;
    height: 600px;
    width: 600px;
    right: -10%;
    z-index: 0;
}

.plan_deck .access_plans {
    margin-bottom: 20px;
    transform: translateX(5%);
    position: relative;
    z-index: 2;
    order: -1;
}

.plan_deck .access_plans:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.plan_deck .access_plans:hover .plan_fees {
    transform: translateY(3px);
}

.plan_deck .pricing_pack {
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    display: block;
    transform: translateZ(0) scale(1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
}

.plan_deck .tuition_table::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,202,168), rgb(177,169,130));
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    content: "";
}

.plan_deck .pricing_deals .class_rates {
    font-size: calc(19px + 6px);
    overflow-wrap: break-word;
    word-break: break-word;
    display: block;
    margin: 5px 0 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
    color: rgb(208,202,168);
}

.plan_deck .pricing_pack:hover .pricing_deals p {
    opacity: 1;
}

.plan_deck .pricing_pack:hover .img_spot {
    height: 240px;
}

.plan_deck .pricing_pack .img_spot::after {
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
}

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

.meet_us .content_wrapper {
    border-left: 4px solid rgb(208,202,168);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    padding: 45px 50px;
    max-width: 950px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
}

.meet_us p {
    margin: 0 0 20px;
    font-size: calc(12px * 1.2);
    font-weight: 600;
    color: #ffffff;
}

.meet_us p b::after {
    background: linear-gradient(90deg, rgb(208,202,168), transparent);
    position: absolute;
    height: 2px;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
}

.meet_us li::before {
    display: none;
}

.meet_us li::after {
    top: 12px;
    background-color: rgb(208,202,168);
    position: absolute;
    width: 8px;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: -20px;
    transform: scale(0);
    content: "";
    opacity: 0;
    height: 8px;
}

.register_now::after {
    animation: rotate 30s linear infinite;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    position: absolute;
    height: 200%;
    z-index: -1;
    transform: translateZ(-5px);
    width: 200%;
    top: -50%;
    content: "";
}

.register_now div div {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.register_now div div span {
    display: block;
    position: relative;
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
}

.register_now .query_request::before {
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    left: 0;
    transition: transform 0.6s ease;
    z-index: 1;
}

.register_now .query_request:hover span {
    transform: scale(1.05);
}

.register_now .query_request:active {
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.study_method::after {
    opacity: 0.25;
    background: rgb(177,169,130,0.5);
    z-index: 0;
    content: "";
    border-radius: 50%;
    filter: blur(120px);
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    right: -30%;
    position: absolute;
    bottom: -30%;
    width: 100%;
    height: 100%;
}

.study_method h3::after {
    background: rgb(208,202,168,0.5);
    border-radius: 10px;
    left: 0;
    bottom: -1rem;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    animation: expandLine 1s 0.6s forwards ease-out;
    height: 4px;
    position: absolute;
    width: 2rem;
}

.study_method span::before {
    height: 8px;
    width: 8px;
    left: -5px;
    position: absolute;
    animation: pulse 3s infinite;
    top: 0;
    background: rgb(177,169,130);
    content: "";
    border-radius: 50%;
}

.study_method span::before,
    .study_method span::after {
    transform: translateX(-50%);
    left: 50%;
}

.study_method span::before {
    left: 50%;
    top: -5px;
}

.gratCard::before {
    position: absolute;
    background: rgb(177,169,130,0.5);
    top: -50px;
    width: 200px;
    z-index: 0;
    border-radius: 50%;
    filter: blur(60px);
    height: 200px;
    right: -50px;
    content: "";
    animation: float 15s infinite ease-in-out;
}

.gratCard .mentor_team {
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    border-left: 4px solid rgb(208,202,168);
    padding: 40px;
    background: #ffffff;
    opacity: 0;
}

.gratCard li {
    position: relative;
    padding-left: 25px;
}

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

.gratCard span {
    color: #000000;
    line-height: 1.8;
    display: block;
    font-size: 13px;
}

.educational_gains::before {
    right: -5%;
    height: 70%;
    filter: blur(40px);
    z-index: 1;
    width: 35%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(208,202,168,0.5) 20%, transparent 80%);
    animation: float 12s infinite ease-in-out;
    top: -10%;
}

.educational_gains h5::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(208,202,168) 0%, rgb(177,169,130) 100%);
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    bottom: -15px;
    border-radius: 10px;
    transform: translateX(-50%);
}

.educational_gains .img_spot {
    border-radius: 26px;
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.05);
    transform: perspective(1000px) rotateY(-5deg);
}

.educational_gains li {
    position: relative;
    transform: translateY(20px);
    animation-delay: calc(0.1s * var(--item-index, 0));
    animation: fadeInUp 0.5s ease-out forwards;
    opacity: 0;
    padding-left: 40px;
}

.educational_gains li:hover {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}

.educational_gains li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

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

.teacher_profile::before {
    z-index: 0;
    height: 300px;
    filter: blur(80px);
    content: "";
    position: absolute;
    background: rgb(177,169,130,0.5);
    top: -50px;
    transform: rotate(-15deg);
    right: -50px;
    width: 300px;
}

.teacher_profile .client_voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.teacher_profile .client_voices:hover::before {
    transform: scaleY(1);
}

.teacher_profile .img_spot {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    border: 3px solid #ffffff;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.teacher_profile .client_voices:hover .name {
    transform: translateX(10px);
}

.teacher_profile .name::after {
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(177,169,130);
    content: "";
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    bottom: -3px;
    width: 0;
}

.teacher_profile .work_list {
    position: relative;
    font-size: 15px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
    line-height: 1.8;
    padding: 25px 20px;
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgb(239,235,217), #ffffff);
    background-size: 200% 100%;
    border-radius: 10px;
}

.teacher_profile .client_voices:hover .work_list::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}


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



@media (max-width: 576px) {.lesson_cta {
    padding: 40px 0;
}.lesson_cta .company_holder h3 {
    font-size: calc(35px * 0.8);
}.lesson_cta .top_pagewrap h5 {
    font-size: calc(21px * 0.9);
}.lesson_cta .top_pagewrap .top_study a,
    .lesson_cta .footer_agreement {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 1024px) {.course_highlights {
    padding: 5rem 0;
}.course_highlights .mentor_team {
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights .job_ready {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_highlights .img_spot {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
}.course_highlights .mentor_team:hover .img_spot {
    transform: translateZ(30px) scale(1.02);
}
}



@media only screen and (max-width: 800px) {.secure_safehouse {
    padding: 20px 10px;
}.secure_safehouse h1 {
    font-size: calc(23px * 0.8);
}.secure_safehouse h2 {
    font-size: calc(23px * 0.8);
}.secure_safehouse h3, .secure_safehouse h4, .secure_safehouse h5, .secure_safehouse h6 {
    font-size: calc(23px * 0.8);
}.secure_safehouse p, .secure_safehouse span, .secure_safehouse div {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 768px) {.welcome_section .study_tools {
    padding: 1.5rem 1rem;
}.welcome_section h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.25rem;
}.welcome_section .why_trust {
    height: 50vh;
    min-height: 350px;
}.welcome_section .why_trust > div {
    padding: 1.5rem;
}.welcome_section .why_trust p {
    padding-left: 1rem;
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.welcome_section .title_style_header {
    font-size: calc(28px * 1.1);
}.welcome_section .why_trust p::before {
    width: 3px;
}
}



@media (max-width: 768px) {.contact_information {
    padding: 40px 0;
}.contact_information .img_spot {
    display: none;
}.contact_information h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.contact_information .feedback_block,
    .contact_information .query_info {
    padding: 30px;
}.contact_information form h3,
    .contact_information .query_info h4 {
    font-size: calc(21px * 0.9);
}.contact_information input[type="text"],
    .contact_information textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_information textarea {
    height: 100px;
}.contact_information .query_request {
    padding: 12px;
}.contact_information .query_map li {
    margin-bottom: 20px;
}.contact_information .query_map svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}



@media (min-width: 1200px) {.plan_deck .pricing_tiers {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_deck .access_plans h2 {
    font-size: calc(30px + 5px);
}
}



@media (max-width: 480px) {.plan_deck {
    padding: 50px 0;
}.plan_deck .pricing_deals h3 {
    font-size: 19px;
}.plan_deck .pricing_deals .class_rates {
    font-size: calc(19px + 2px);
}.plan_deck .pricing_deals p {
    font-size: calc(18px - 1px);
}}



@media (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us .container {
    padding: 0 15px;
}.meet_us .content_wrapper {
    border-left-width: 3px;
    padding: 20px 15px;
}.meet_us h5 {
    font-size: calc(24px * 0.85);
}.meet_us p b {
    font-size: calc(22px * 0.9);
}.meet_us li {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.meet_us .content_wrapper > div:first-child::after {
    width: 70px;
}}



@media (min-width: 992px) {.register_now {
    padding: 9rem 4rem;
}.register_now::before {
    background-size: 25px 25px;
}.register_now .container {
    grid-gap: 4rem;
}.register_now h6 {
    font-size: calc(18px * 1.7);
    line-height: 1.4;
}.register_now .query_request {
    padding: 20px 48px;
    font-size: calc(17px * 1.1);
}
}



@media (max-width: 767px) {.gratCard {
    padding: 60px 0;
}.gratCard h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.gratCard h2::after {
    width: 40px;
}.gratCard .mentor_team {
    padding: 25px 20px;
}.gratCard span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.educational_gains {
    padding: 60px 0 40px;
}.educational_gains h5 {
    margin-bottom: 40px;
    font-size: calc(20px * 0.8);
}.educational_gains .mentor_team {
    padding: 20px;
}.educational_gains li {
    padding-left: 35px;
}.educational_gains li svg {
    height: 24px;
    width: 24px;
}.educational_gains li p {
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 992px) {.teacher_profile {
    padding: 150px 0;
}.teacher_profile .client_voices {
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
    gap: 30px 60px;
}.teacher_profile .img_spot {
    height: 240px;
    width: 240px;
}.teacher_profile .name {
    font-size: calc(23px * 1.2);
}.teacher_profile .client_voices > div:nth-child(2) > div {
    font-size: 15px;
}.teacher_profile .work_list {
    padding: 30px 25px;
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

