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

header,footer {
    width: 100%;
}

header {
    position: relative;
    padding: 1.2rem 0;
    z-index: 100;
    background: rgb(214,217,211);
}


.who_we_are {
    padding: 90px 0;
    position: relative;
    background-color: rgb(214,217,211);
    overflow: hidden;
}

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

.who_we_are .creds_sect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}

.who_we_are h3::after {
    background: linear-gradient(to right, rgb(170,178,159), rgb(173,136,123));
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    position: absolute;
    left: 50%;
    border-radius: 10px;
    content: "";
    height: 3px;
}

.who_we_are .who_mentors span::after {
    width: 40px;
    left: 0;
    content: "";
    background-color: rgb(173,136,123);
    height: 2px;
    position: absolute;
    bottom: -5px;
}

.who_we_are .img_border_box {
    overflow: hidden;
    height: 250px;
    position: relative;
    border-radius: 23px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.who_we_are .impact_facts:hover {
    transform: translateX(-10px);
}

.who_we_are .impact_facts p {
    line-height: 1.7;
    padding-top: 15px;
    position: relative;
    font-size: 12px;
    color: #000000;
    margin-bottom: 25px;
}

.who_we_are .expert_learnings::after {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
}



.who_we_are .who_mentors::before,
.who_we_are .impact_facts::before {
    content: "";
    height: 20px;
    right: 30px;
    top: -10px;
    position: absolute;
    background: rgb(170,178,159);
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}

.payment_plan::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, transparent 0%, rgb(170,178,159,0.5) 30%, transparent 70%);
    left: 0;
    top: 0;
    opacity: 0.1;
    content: "";
    position: absolute;
}

.payment_plan .rate_choice h2::after {
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(170,178,159), rgb(173,136,123));
    left: 50%;
    border-radius: 10px;
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
}

.payment_plan .pricing_list:nth-child(1) {
    animation-delay: 0.1s;
}

.payment_plan .pricing_list:nth-child(3) {
    animation-delay: 0.3s;
}

.payment_plan .pricing_list::before {
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(170,178,159), rgb(173,136,123));
    transform: scaleX(0);
}

.payment_plan .pricing_list:hover .premium_grid h3 {
    color: rgb(170,178,159);
}

.payment_plan .cert_fees::after {
    background-color: rgb(173,136,123);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -8px;
    left: 0;
}

.payment_plan .premium_grid p {
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: calc(17px - 2px);
    overflow-wrap: break-word;
    color: #000000;
    margin: 0;
}

.payment_plan .pricing_list:hover .img_border_box::after {
    opacity: 0.4;
}

.try_immediately::before {
    top: -5%;
    left: -5%;
    width: 110%;
    background: radial-gradient(circle at 30% 50%, rgb(170,178,159,0.5) 0%, transparent 60%);
    opacity: 0.15;
    position: absolute;
    pointer-events: none;
    content: "";
    height: 110%;
    z-index: 0;
}

.try_immediately h2 {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.4;
    animation: fadeSlideUp 0.8s ease-out;
    font-size: 29px;
    color: #000000;
    max-width: 800px;
}

.try_immediately .creds_sect > div {
    display: flex;
    justify-content: center;
    transform: translateY(0);
    align-items: center;
    animation: pulseSubtle 4s infinite alternate;
}

.try_immediately svg path {
    fill: rgb(170,178,159);
    transition: fill 0.3s ease;
}

.try_immediately .query_request::before {
    position: absolute;
    transition: left 0.75s ease-out;
    top: 0;
    content: "";
    left: -75%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.try_immediately .query_request:active {
    box-shadow: 0 3px 10px -5px rgba(rgb(170,178,159,0.5), 0.5),
              0 1px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

.welcome_board::before {
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.85) 100%);
    z-index: -1;
    left: 0;
}

.welcome_board > div > div:first-child {
    transform: translateX(-1rem) translateZ(50px);
    animation: slideInFromLeft 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.welcome_board .learn_expressfast {
    gap: 2rem;
    border-left: 4px solid rgb(173,136,123);
    transform: translateX(1rem) translateZ(20px);
    backdrop-filter: blur(8px);
    padding: 2rem;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2), 
              inset 0 0 30px rgba(255,255,255,0.05);
    flex-direction: column;
    display: flex;
    animation: slideInFromRight 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(
    to right,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.1) 100%
  );
    position: relative;
}

.welcome_board .learn_expressfast span::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,178,159), transparent);
    content: "";
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
}

.welcome_board .title_style_header:hover::after {
    animation: lineShift 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

footer .quiz_links {
    z-index: 1;
    position: relative;
}

footer .message_panel {
    margin: -70px auto 60px;
    position: relative;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    position: absolute;
    left: 0;
    width: 6px;
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
    height: 50%;
    top: 25%;
    background-color: rgb(170,178,159);
}

footer .info_item a:hover {
    color: rgb(170,178,159);
}

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

footer .main_top {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}

footer .main_top h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    grid-column: 1 / -1;
}

footer .main_tutor:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .main_tutor a::before {
    right: 0;
    content: "→";
    transform: translateX(-10px);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
}

footer .subscribe_holder h5::after {
    left: 0;
    width: 50px;
    position: absolute;
    background-color: rgb(170,178,159);
    content: "";
    height: 2px;
    bottom: 0;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(170,178,159);
}

footer .mail_section:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(173,136,123);
    transform: translateY(-3px);
}

footer .verify_cta {
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
}

.cookie_menu {
    margin-right: 15px;
    flex-shrink: 0;
}

.cookie_menu svg:hover {
    fill: rgb(173,136,123);
}

.alertPrivacySettings h5 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: rgb(170,178,159);
}

.privacy_ctrl:hover {
    box-shadow: 0 0 10px rgb(173,136,123,0.5);
    background: rgb(173,136,123);
}

.alertPrivacySettings p a {
    text-decoration: underline;
    color: rgb(170,178,159);
    transition: color 0.3s ease;
}

.teaching_history {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, rgb(170,178,159,0.5) 100%);
    perspective: 1000px;
    padding: 6rem 0;
}

.teaching_history .edu_feedback {
    border-radius: 28px;
    display: grid;
    grid-template-rows: auto auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(173,136,123,0.5),
                0 10px 0 -5px rgb(170,178,159,0.5);
    transform: rotateY(-5deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    grid-template-areas:
        "photo quote"
        "info quote";
    padding: 3rem;
    position: relative;
    grid-template-columns: 300px 1fr;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
}

.contact_form_section {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.contact_form_section::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(173,136,123) 0%, rgb(170,178,159) 100%);
    opacity: 0.9;
    content: '';
    z-index: 0;
    width: 100%;
}

.contact_form_section .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.contact_form_section .help_grid::after {
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
    content: '';
    position: absolute;
    right: 0;
}

.contact_form_section .help_grid div {
    position: relative;
    padding-left: 15px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.contact_form_section .help_grid div svg {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

.contact_form_section .help_grid div span {
    font-size: calc(12px * 0.95);
    color: #000000;
    font-weight: 400;
}

.contact_form_section .message_list h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
}

.contact_form_section form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_form_section .request_feedbackPc3F {
    margin: 10px 0 25px;
    align-items: flex-start;
    display: flex;
}

.contact_form_section .request_feedbackPc3F label::before {
    height: 18px;
    background-color: transparent;
    left: 0;
    top: 2px;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    width: 18px;
}

.contact_form_section .request_feedbackPc3F label a:hover {
    text-decoration: underline;
}

.contact_form_section form .query_request::before {
    top: 0;
    transition: width 0.3s ease;
    height: 100%;
    z-index: -1;
    width: 0;
    content: '';
    background: rgb(170,178,159);
    left: 0;
    position: absolute;
}

.thanksSpace {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, rgb(173,136,123,0.5) 100%);
}

.thanksSpace .container {
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.thanksSpace h2 {
    color: #000000;
    font-size: 29px;
    line-height: 1.3;
    position: relative;
    transform: translateZ(30px);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    animation: slideInFromTop 0.8s ease-out forwards;
    margin-bottom: 40px;
}

.thanksSpace .creds_sect::before {
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
    position: absolute;
}

.thanksSpace li span {
    transform: translateX(0);
    color: #000000;
    font-size: 18px;
    position: relative;
    display: block;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
}

.secure_wrap h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(170,178,159);
}

.secure_wrap ol {
    list-style-type: decimal;
}

.secure_wrap li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.secure_wrap span {
    color: rgb(170,178,159);
    font-weight: 600;
}

.subscribe_to_newsletter::after {
    width: 200px;
    position: absolute;
    height: 200px;
    content: "";
    background: rgb(170,178,159);
    border-radius: 50%;
    top: -50px;
    right: -50px;
    z-index: 0;
    opacity: 0.1;
    filter: blur(40px);
}

.subscribe_to_newsletter .creds_sect {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(1deg);
    border-left: 3px solid rgb(170,178,159);
}

.subscribe_to_newsletter .creds_sect:hover h3::after {
    transform: scaleX(1.5);
}

.subscribe_to_newsletter .input_holder > div {
    flex: 1;
    position: relative;
}

.subscribe_to_newsletter .input_holder input[type="email"] {
    background: #ffffff;
    outline: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 2px solid rgb(170,178,159);
    height: 55px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.subscribe_to_newsletter .input_holder .mail_section::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: -100%;
}

.user_comments {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(214,217,211);
}

.user_comments h4 {
    display: inline-block;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: skew(-5deg);
    margin-bottom: 70px;
}

.user_comments h4::after {
    top: -15px;
    right: -40px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30px;
    width: 30px;
    content: "";
    background: rgb(170,178,159,0.5);
    position: absolute;
    animation: rotate 6s linear infinite;
}

.user_comments .edu_feedback {
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    background: #ffffff;
    position: relative;
}

.user_comments .edu_feedback::after {
    background: rgb(214,217,211);
    width: 50px;
    bottom: 0;
    position: absolute;
    right: 15%;
    z-index: -2;
    content: "";
    height: 50px;
    transform: rotate(45deg) translateY(25px);
}

.user_comments .edu_feedback:hover {
    transform: translateY(-15px);
}

.user_comments .edu_feedback:nth-child(odd) .img_border_box {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}

.user_comments .edu_feedback:hover .img_border_box {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.user_comments .edu_feedback p::first-letter {
    color: rgb(170,178,159);
    font-weight: 700;
    font-size: 1.5em;
}

.user_comments .alumni_reviews::after {
    bottom: -75px;
    content: "";
    z-index: -1;
    opacity: 0.2;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    right: 10%;
    width: 150px;
    height: 150px;
    position: absolute;
    background: rgb(170,178,159,0.5);
}

header .nav_mainbar {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 11px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

header .top_lesson:hover svg {
    filter: drop-shadow(0 2px 4px rgb(170,178,159,0.5));
    transform: translateY(-2px);
}

header .nav_master {
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.course_program_details {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(170,178,159,0.5), 0.05), rgba(rgb(173,136,123,0.5), 0.1));
}

.course_program_details::after {
    width: 45%;
    background: linear-gradient(225deg, rgba(rgb(170,178,159,0.5), 0.08), transparent);
    height: 45%;
    content: "";
    top: -10%;
    position: absolute;
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg) skew(15deg);
}

.course_program_details h2:hover::after {
    transform: scaleX(1.5);
}

.course_program_details .skill_path {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
    position: relative;
}

.course_program_details .img_border_box::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(170,178,159,0.5), 0.1),
        rgba(rgb(173,136,123,0.5), 0.15)
    );
    z-index: 1;
    position: absolute;
}

.course_program_details .img_border_box:hover::after {
    opacity: 1;
}

.course_program_details .text_body {
    position: relative;
    padding: 20px 0 0;
}

.course_program_details .description:first-of-type {
    position: relative;
    z-index: 1;
}

.course_program_details .description:last-of-type {
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(170,178,159,0.5), 0.2);
    position: relative;
}

.course_program_details .description::-webkit-scrollbar {
    width: 4px;
}

.course_program_details .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.course_program_details .description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
}



@media (max-width: 576px) {.who_we_are {
    padding: 50px 0;
}.who_we_are h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.who_we_are .who_mentors,
    .who_we_are .impact_facts {
    padding: 20px;
}.who_we_are .who_mentors p,
    .who_we_are .impact_facts p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    margin-bottom: 20px;
}.who_we_are .img_border_box,
    .who_we_are .expert_learnings {
    height: 200px;
}}



@media (max-width: 767px) {.payment_plan .pricing_list {
    max-width: 400px;
    margin: 0 auto;
}.payment_plan .rate_choice h2 {
    font-size: calc(38px * 0.9);
}.payment_plan .pricing_options {
    font-size: calc(17px * 0.95);
}}



@media screen and (max-width: 768px) {.try_immediately {
    padding: 4rem 0;
}.try_immediately h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.try_immediately .creds_sect {
    gap: 1.5rem;
    padding: 1.75rem;
    flex-direction: column;
}.try_immediately svg {
    margin-bottom: 0.5rem;
    height: 36px;
    width: 36px;
    margin-right: 0;
}
}



@media (min-width: 992px) {.welcome_board > div {
    align-items: center;
    transform: perspective(1500px) rotateX(5deg);
    flex-direction: row;
    gap: 3rem;
}.welcome_board > div > div:first-child {
    flex: 1;
    transform: translateX(-2rem) translateZ(80px);
}.welcome_board .learn_expressfast {
    max-width: none;
    transform: translateX(2rem) translateZ(40px);
    flex: 1.2;
    margin-left: 0;
}.welcome_board .title_style_header {
    font-size: 42px;
}.welcome_board .title_style_header::after {
    height: 6px;
}
}



@media (max-width: 576px) {footer .campus_links {
    padding: 50px 0 20px;
}footer .main_tutor {
    padding: 15px;
}footer .main_top h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .mail_section {
    padding: 12px;
}}


@media only screen and (max-width: 800px) {.digital_cookies {
    padding: 15px;
}.cookie_menu {
    display: none;
}.alertPrivacySettings h5 {
    font-size: 19px;
}.alertPrivacySettings p {
    font-size: 12px;
}}



@media screen and (max-width: 992px) {.contact_form_section .request_map {
    grid-template-columns: 1fr;
}.contact_form_section .help_grid::after {
    display: none;
}.contact_form_section .help_grid,
    .contact_form_section .message_list {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.thanksSpace {
    padding: 80px 0;
}.thanksSpace h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.thanksSpace .creds_sect {
    padding: 35px;
}
}



@media (max-width: 480px) {.thanksSpace {
    padding: 40px 0;
}.thanksSpace h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.thanksSpace .creds_sect {
    padding: 25px 20px;
}.thanksSpace h2::after {
    width: 60px;
    height: 2px;
}.thanksSpace li span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 768px) {.subscribe_to_newsletter {
    padding: 60px 0;
}.subscribe_to_newsletter .creds_sect {
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
}.subscribe_to_newsletter h3 {
    margin-bottom: 20px;
    font-size: 16px;
}.subscribe_to_newsletter .input_holder {
    gap: 10px;
    flex-direction: column;
}.subscribe_to_newsletter .input_holder input[type="email"],
    .subscribe_to_newsletter .input_holder .mail_section {
    height: 50px;
}.subscribe_to_newsletter .input_holder .mail_section {
    width: 100%;
    min-width: unset;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_mainbar {
    padding: 0.8rem;
    gap: 0.8rem;
}header .top_lesson svg {
    width: 140px;
}header .main_top {
    padding: 0.5rem;
}header .nav_master {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_mainbar {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top_lesson svg {
    width: 110px;
}header .main_top {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
}header .main_top::-webkit-scrollbar {
    height: 2px;
}header .main_top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,178,159);
}header .nav_master {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (min-width: 1200px) {.course_program_details {
    padding: 180px 0 120px;
}.course_program_details h2 {
    font-size: calc(31px * 1.5);
    max-width: 60%;
}.course_program_details .skill_path {
    grid-gap: 100px;
}.course_program_details .img_border_box {
    height: 600px;
}.course_program_details .description {
    font-size: calc(15px * 1.1);
    max-height: 450px;
}
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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



@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-6rem) translateZ(50px);
  }
  to {
    opacity: 1;
    transform: translateX(-1rem) translateZ(50px);
  }
}



@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}



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

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



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



@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}



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

