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

.campus_links {
    flex: 0 0 auto;
}

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

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

.who_we_are::after {
    height: 60%;
    content: "";
    background: radial-gradient(circle at bottom left, rgb(173,136,123,0.5) 0%, transparent 70%);
    opacity: 0.3;
    position: absolute;
    width: 30%;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.who_we_are .who_mentors {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    padding: 30px;
    display: flex;
    border-radius: 23px;
    transform: translateX(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

.who_we_are .who_mentors,
.who_we_are .impact_facts {
    border-top: 4px solid rgb(170,178,159);
}

.who_we_are .who_mentors,
.who_we_are .impact_facts {
    overflow: hidden;
}

.who_we_are .impact_facts {
    flex-direction: column;
    display: flex;
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: #ffffff;
    padding: 30px;
}

.who_we_are .impact_facts {
    border-color: rgb(173,136,123);
}

.who_we_are .creds_sect::after {
    width: 150px;
    opacity: 0.4;
    right: -75px;
    bottom: -75px;
    border: 2px dotted rgb(173,136,123,0.5);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    height: 150px;
    content: "";
    animation: rotate 20s linear infinite reverse;
}

.who_we_are .who_mentors::after,
.who_we_are .impact_facts::after {
    height: 100px;
    width: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    content: "";
    position: absolute;
    opacity: 0.2;
    right: -50%;
    top: -50%;
}

.payment_plan .study_cost {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.payment_plan .rate_choice h2 {
    margin-bottom: 1rem;
    font-size: 38px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.payment_plan .pricing_options {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
    color: #000000;
}

.payment_plan .pricing_list {
    opacity: 0;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 15px;
    background: #ffffff;
    color: #000000;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    text-decoration: none;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    display: block;
}

.payment_plan .premium_grid {
    flex-direction: column;
    padding: 2rem;
    flex-grow: 1;
    display: flex;
}

.payment_plan .cert_fees {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: rgb(170,178,159);
    position: relative;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.payment_plan .img_border_box::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
}

.try_immediately::after {
    bottom: -10%;
    z-index: 0;
    position: absolute;
    width: 60%;
    content: "";
    right: -10%;
    pointer-events: none;
    height: 60%;
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(173,136,123,0.5) 0%, transparent 70%);
}

.try_immediately .creds_sect {
    transform: translateY(0);
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 
              0 5px 15px rgba(0,0,0,0.03),
              inset 0 0 0 1px rgba(255,255,255,0.2);
    padding: 2.5rem;
    align-items: center;
    display: flex;
    animation: fadeSlideUp 1s ease-out 0.2s backwards;
    justify-content: center;
    gap: 2rem;
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    position: relative;
}

.try_immediately .query_request {
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.3s ease;
    font-size: 20px;
    position: relative;
    box-shadow: 0 6px 15px -5px rgba(rgb(170,178,159,0.5), 0.5),
              0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(170,178,159) 0%, rgb(173,136,123) 100%);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

.welcome_board::after {
    transform-origin: center;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(
    45deg,
    rgb(170,178,159,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(170,178,159,0.5) 12px
  );
    animation: backgroundShift 30s linear infinite;
    width: 200%;
    opacity: 0.07;
    z-index: -1;
    content: "";
}

.welcome_board .title_style_header::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 50%;
    height: 4px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(170,178,159), transparent);
}

.welcome_board .edu_values h3 {
    letter-spacing: 0.01em;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.25rem, 3vw, 22px);
    line-height: 1.4;
}

.welcome_board .learn_expressfast > div:last-child {
    transform: translateZ(10px);
    position: relative;
    animation: fadeIn 2s forwards;
}

.welcome_board p {
    font-size: clamp(1rem, 2vw, 14px);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}

footer .campus_links {
    background-color: #2c3e50;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
}

footer .info_item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100px;
    padding: 0 20px;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
}

footer .info_item:hover::before {
    top: 0;
    height: 100%;
}

footer .info_item svg {
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    z-index: 1;
    fill: rgb(170,178,159);
    margin-right: 15px;
    position: relative;
}

footer .header_mentor, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .challenge_cta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .main_tutor {
    height: 100%;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .main_tutor a:last-child {
    border-bottom: none;
}

footer .main_tutor a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .main_tutor a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5 {
    font-size: 18px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .mail_section {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(170,178,159);
    padding: 15px;
    border-radius: 10px;
    border: none;
}

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

.cookie_menu svg {
    fill: rgb(170,178,159);
    height: 60px;
    transition: fill 0.3s ease;
    width: 60px;
}

.privacy_ctrl {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 28px;
    padding: 10px 20px;
    margin-left: 10px;
    line-height: 35px;
    color: #ffffff;
    background: rgb(170,178,159);
    font-size: 15px;
}

#cookie_window_box:checked ~ .alertPrivacySettings {
    opacity: 0;
    visibility: hidden;
}

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

.teaching_history .edu_feedback:hover {
    transform: rotateY(0);
}

.teaching_history .img_border_box {
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(170,178,159,0.5);
    width: 220px;
    grid-area: photo;
    height: 220px;
    transform: translateZ(30px);
}

.teaching_history .edu_feedback span:not(.name) {
    color: rgb(170,178,159);
    grid-area: info;
    transform: translateZ(15px);
    font-weight: 600;
    display: block;
    font-size: 15px;
    margin-top: 3.5rem;
}

.teaching_history .work_overview::before {
    content: "";
    height: 100%;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(173,136,123,0.5) 40%, rgb(173,136,123,0.5) 60%, transparent 60%);
    width: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    animation: shimmer 3s infinite linear;
    mix-blend-mode: overlay;
    position: absolute;
}

.contact_form_section .request_map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact_form_section .help_grid h3::after {
    left: 0;
    width: 80px;
    height: 4px;
    content: '';
    background: rgb(170,178,159);
    bottom: 0;
    position: absolute;
}

.contact_form_section .help_grid div:hover::before {
    height: 120%;
    opacity: 1;
    transition: all 0.3s ease;
}

.contact_form_section .help_grid div svg path {
    fill: rgb(170,178,159);
}

.contact_form_section .help_grid div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

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

.contact_form_section form input[type="text"]:focus,
.contact_form_section form input[type="email"]:focus {
    border-bottom-color: rgb(173,136,123);
    outline: none;
}

.contact_form_section .request_feedbackPc3F input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section .request_feedbackPc3F label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: 13px;
}

.contact_form_section .request_feedbackPc3F label a {
    text-decoration: none;
    color: rgb(173,136,123);
}

.contact_form_section form .query_request {
    position: relative;
    border: none;
    overflow: hidden;
    transition: color 0.3s ease;
    font-weight: 600;
    background: rgb(173,136,123);
    text-transform: uppercase;
    z-index: 1;
    align-self: flex-start;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 15px 35px;
    font-size: 14px;
    color: #ffffff;
}

.thanksSpace::after {
    right: -10%;
    filter: blur(30px);
    content: "";
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: floatElement 20s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    top: -10%;
    width: 50%;
    transform: rotate(-15deg) translateZ(-10px);
    height: 50%;
    background: rgb(170,178,159,0.5);
}

.thanksSpace .creds_sect {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    padding: 45px;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    animation: fadeInUp 1s 0.3s backwards;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
}

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

.thanksSpace li::before {
    animation: dotAppear 0.5s 1.2s forwards;
    border-radius: 50%;
    transform: scale(0);
    content: "";
    position: absolute;
    opacity: 0;
    height: 12px;
    background: rgb(170,178,159);
    top: 8px;
    left: -30px;
    width: 12px;
}

.secure_wrap h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    color: rgb(173,136,123);
}

.secure_wrap ul,
.secure_wrap ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.secure_wrap ul {
    list-style-type: disc;
}

.secure_wrap p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

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

.subscribe_to_newsletter h3 {
    font-size: calc(24px * 1.1);
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    transform: translateY(0);
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
}

.subscribe_to_newsletter .creds_sect:hover h3 {
    transform: translateY(-5px);
}

.subscribe_to_newsletter .input_holder {
    align-items: stretch;
    margin-top: 30px;
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: row;
    max-width: 600px;
}

.subscribe_to_newsletter .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.subscribe_to_newsletter .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}

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

.subscribe_to_newsletter .input_holder .mail_section:hover::before {
    left: 100%;
}

.subscribe_to_newsletter .input_holder .mail_section:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

.user_comments h4::before {
    height: 10px;
    content: "";
    z-index: -1;
    left: -50px;
    position: absolute;
    background: rgb(173,136,123,0.5);
    transform: skew(15deg);
    width: 200%;
    bottom: -5px;
}



.user_comments .alumni_reviews {
    position: relative;
    gap: 40px;
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.user_comments .edu_feedback::before {
    clip-path: inherit;
    transform: translate(8px, 8px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, rgb(170,178,159,0.5), rgb(173,136,123,0.5));
    z-index: -1;
    position: absolute;
    content: "";
    inset: 0;
}

.user_comments .edu_feedback:nth-child(odd)::after {
    background: rgb(170,178,159,0.5);
}

.user_comments .edu_feedback:nth-child(even)::after {
    background: rgb(173,136,123,0.5);
}

.user_comments .edu_feedback:hover::before {
    transform: translate(4px, 4px);
}

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

.user_comments .edu_feedback p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
}

.user_comments .alumni_reviews::before {
    z-index: -1;
    content: "";
    top: -50px;
    border: 10px solid rgb(173,136,123,0.5);
    border-radius: 50%;
    height: 100px;
    position: absolute;
    left: 10%;
    width: 100px;
}

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

header .top_lesson::before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(170,178,159,0.5), 
        rgb(173,136,123,0.5), 
        rgb(170,178,159,0.5), 
        transparent);
    width: 100%;
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
}

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

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

.course_program_details::before {
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(170,178,159,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,136,123,0.5), 0.12) 0%, transparent 45%);
    height: 100%;
    top: 0;
    content: "";
}

.course_program_details h2::after {
    width: 80px;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, rgb(170,178,159), rgb(173,136,123));
}

.course_program_details .img_border_box::after {
    top: -50%;
    width: 200%;
    content: "";
    z-index: 2;
    height: 200%;
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    mix-blend-mode: overlay;
    transition: opacity 1.2s ease;
    left: -50%;
    position: absolute;
}

.course_program_details .description {
    padding-right: 15px;
    margin-bottom: 25px;
    transform: translateY(0);
    line-height: 1.75;
    font-size: 15px;
    opacity: 1;
    max-height: 350px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #000000;
    position: relative;
    overflow-y: auto;
}


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


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



@media (max-width: 992px) {.who_we_are .creds_sect {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.who_we_are h3 {
    margin-bottom: 35px;
}.who_we_are .who_mentors:hover,
    .who_we_are .impact_facts:hover {
    transform: translateY(-10px);
}
}



@media (min-width: 1400px) {.who_we_are .container {
    max-width: 1320px;
}}



@media (min-width: 768px) {.payment_plan {
    padding: 7rem 2rem;
}.payment_plan .study_cost {
    flex-direction: row;
    align-items: flex-start;
}.payment_plan .rate_choice {
    margin: 0;
    display: flex;
    order: 0;
    justify-content: center;
    flex: 0 0 30%;
    flex-direction: column;
    text-align: left;
    padding-right: 2rem;
}.payment_plan .rate_choice h2 {
    text-align: left;
}.payment_plan .rate_choice h2::after {
    transform: none;
    left: 0;
}.payment_plan .pricing_options {
    margin: 0;
    max-width: 100%;
}.payment_plan .learning_pricing {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (min-width: 768px) {.welcome_board > div {
    transform: perspective(1200px) rotateX(3deg);
    padding: 4rem;
    gap: 6rem;
}.welcome_board .learn_expressfast {
    max-width: 80%;
    margin-left: auto;
}.welcome_board .title_style_header::after {
    width: 60%;
}
}



@media (max-width: 767px) {.welcome_board {
    padding: 3rem 1rem;
    align-items: flex-start;
}.welcome_board > div {
    gap: 3rem;
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.welcome_board .title_style_header {
    font-size: 2.25rem;
}.welcome_board .learn_expressfast {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {footer .campus_links {
    padding: 70px 0 30px;
}footer .message_panel {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .header_mentor, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_top h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .res_connect {
    margin-top: 40px;
}
}



@media (max-width: 576px) {.teaching_history {
    padding: 4rem 0;
}.teaching_history .edu_feedback {
    padding: 1.5rem;
    transform: none;
}.teaching_history .img_border_box {
    width: 140px;
    height: 140px;
}.teaching_history .work_overview {
    padding: 1rem;
    font-size: 15px;
}}



@media screen and (max-width: 576px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .help_grid,
    .contact_form_section .message_list {
    padding: 30px 20px;
}.contact_form_section .help_grid h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.contact_form_section .help_grid div {
    margin-bottom: 20px;
}.contact_form_section form .query_request {
    padding: 12px 20px;
    width: 100%;
}}


@media only screen and (max-width: 800px) {.secure_wrap {
    box-shadow: none;
    padding: 20px;
    border-radius: 10px;
}.secure_wrap h1 {
    font-size: calc(22px * 0.8);
}.secure_wrap h2 {
    font-size: calc(22px * 0.8);
}.secure_wrap ul,
    .secure_wrap ol {
    padding-left: 15px;
}}



@media (hover: none) {.subscribe_to_newsletter .creds_sect:hover h3 {
    transform: none;
}.subscribe_to_newsletter .creds_sect:hover h3::after {
    transform: scaleX(1);
}
}



@media (prefers-reduced-motion) {.subscribe_to_newsletter .creds_sect,
    .subscribe_to_newsletter h3,
    .subscribe_to_newsletter h3::after,
    .subscribe_to_newsletter .input_holder input[type="email"],
    .subscribe_to_newsletter .input_holder .mail_section,
    .subscribe_to_newsletter .input_holder .mail_section::before {
    transition: none;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_mainbar {
    padding: 0.7rem;
    gap: 0.7rem;
}header .top_lesson svg {
    width: 120px;
}header .main_top {
    gap: 0.3rem;
    padding: 0.4rem;
}header .nav_master {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (min-width: 768px) {.course_program_details {
    padding: 150px 0 100px;
}.course_program_details h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(31px * 1.2);
}.course_program_details .skill_path {
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_program_details .img_border_box {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.course_program_details .img_border_box:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_program_details .text_body {
    padding: 0 0 0 20px;
}.course_program_details .description {
    max-height: 300px;
}
}



@media (max-width: 767px) {.course_program_details {
    padding: 80px 0 60px;
}.course_program_details h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
    transform: translateX(0);
    margin-bottom: 40px;
}.course_program_details .img_border_box {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.course_program_details .text_body {
    padding: 20px 0 0;
}.course_program_details .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(15px * 0.95);
}
}



@keyframes pulseSubtle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}



@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(6rem) translateZ(20px);
  }
  to {
    opacity: 1;
    transform: translateX(1rem) translateZ(20px);
  }
}

@keyframes lineShift {
    0% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(170,178,159), transparent);
    }
    50% {
      transform: scaleX(1.2);
      background: linear-gradient(90deg, rgb(173,136,123), transparent);
    }
    100% {
      transform: scaleX(1);
      background: linear-gradient(90deg, rgb(170,178,159), transparent);
    }
  }



@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

