﻿.top_learn {
    flex: 1 0 auto;
}

.brainstorm {
    flex: 0 0 auto;
}

.brainstorm {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}


.our_team {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our_team .text_info_box {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(219,192,167);
    opacity: 0;
    transform: translateY(20px);
    padding: 3rem;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
}

.our_team .text_info_box > div:nth-child(2) p b {
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.our_team ol {
    margin: 0;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.privacy_hedge {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 30px;
}

.privacy_hedge h2 {
    font-weight: 700;
    margin: 10px 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

header::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    content: "";
    opacity: 0.3;
    background: 
        radial-gradient(circle at 10% 20%, rgb(219,192,167,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(196,158,125,0.5) 0%, transparent 20%);
    height: 100%;
}

header .header_lead:hover {
    color: rgb(219,192,167);
    transform: translateY(-2px);
}

header .head_primary:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(219,192,167,0.5));
}

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

.contact_form_box .connect_support {
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.contact_form_box .photo_card::after {
    background: linear-gradient(45deg, rgb(219,192,167,0.5), transparent);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.contact_form_box input[type="text"] {
    font-size: 12px;
    border-radius: 10px;
    padding: 18px 20px;
    width: 100%;
    background: #ffffff;
    color: #000000;
    border: 2px solid rgb(238,224,210);
    transition: all 0.3s ease;
}

.contact_form_box .query_feedback input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    content: "";
    width: 6px;
    position: absolute;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    top: 5px;
}

.contact_form_box .message_query:hover::before {
    left: 100%;
}

.contact_form_box svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(219,192,167);
}

.contact_form_box svg:hover {
    transform: translateY(-2px);
    fill: rgb(196,158,125);
}

.operation_process::after {
    animation: glowMove 15s ease-in-out infinite alternate;
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(219,192,167,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(196,158,125,0.5) 0%, transparent 25%);
    top: -10%;
    z-index: 0;
    width: 120%;
    filter: blur(60px);
    left: -10%;
    height: 120%;
    position: absolute;
}

.operation_process span::before {
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    position: absolute;
    z-index: -1;
    right: 0;
    content: "";
    left: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 0;
}

.cookieUsagePromptBar {
    display: flex;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(238,224,210);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(219,192,167);
    justify-content: center;
    padding: 20px 0;
    position: fixed;
}

.cookie_view h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(219,192,167);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing_set::before {
    background: linear-gradient(135deg, rgb(219,192,167,0.5), rgb(196,158,125,0.5));
    width: 600px;
    position: absolute;
    filter: blur(80px);
    top: -15%;
    content: "";
    height: 600px;
    z-index: 0;
    right: -10%;
    opacity: 0.15;
}

.pricing_set .premium_grid .fee_struct {
    max-width: 700px;
    margin-left: 5px;
    transform: translateY(0);
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    transition: transform 0.4s ease;
}

.pricing_set .cert_cost:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}

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

.pricing_set .cert_cost:hover .value_pricing h3 {
    transform: translateY(-2px);
    color: rgb(219,192,167);
}

.pricing_set .cert_cost:hover .value_pricing .monthly_rate {
    transform: scale(1.05);
}

.pricing_set .cert_cost:hover .value_pricing .monthly_rate::after {
    width: 80px;
}

.pricing_set .cert_cost:hover .value_pricing p {
    opacity: 1;
}

.pricing_set .cert_cost .photo_card {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 220px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newsletter_subscription {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(219,192,167,0.5), rgb(196,158,125,0.5));
    overflow: hidden;
    position: relative;
}

.newsletter_subscription .why_trust {
    gap: 2rem;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    display: grid;
}

.newsletter_subscription .input_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 1rem;
}

.newsletter_subscription .input_holder input[type="email"] {
    outline: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    font-size: 15px;
    padding: 1rem 1.25rem;
    width: 100%;
}

.newsletter_subscription .mail_list:hover::before {
    transform: translateX(200%);
}

footer::before {
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0.85;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(219,192,167,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
}

.brainstorm .company_holder {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    transition: all 0.4s ease;
    border-left: 3px solid rgb(219,192,167);
    position: relative;
}

.brainstorm .equity_pledge {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 14px;
    padding-left: 1rem;
    line-height: 1.7;
}

.brainstorm .header_know:hover::before {
    top: -100%;
    left: -100%;
}

.brainstorm .header_know::after {
    transform-style: preserve-3d;
    border-width: 0 25px 25px 0;
    top: 0;
    height: 0;
    transition: all 0.4s ease;
    border-color: transparent rgb(219,192,167) transparent transparent;
    content: "";
    transform: translateZ(5px);
    border-style: solid;
    right: 0;
    width: 0;
    position: absolute;
}

.brainstorm .header_know:hover h5::after {
    width: 100%;
}

.brainstorm .header_know a {
    transform-style: preserve-3d;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

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

.subscr_info .forum_link:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(219,192,167), 0.3);
}

.brainstorm .company_holder:hover::before,
.brainstorm .header_know:hover::before {
    opacity: 0.5;
}



.brainstorm .company_holder .equity_pledge::after {
    bottom: -10px;
    transition: width 0.4s ease;
    position: absolute;
    left: 1rem;
    background: linear-gradient(to right, rgb(219,192,167), transparent);
    content: "";
    height: 3px;
    width: 70px;
}

.brainstorm .head_site a::after {
    background: linear-gradient(to right, rgb(219,192,167), rgb(196,158,125));
    height: 1px;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    width: 0;
    left: 0;
    position: absolute;
}

.check_it_out_now::after {
    top: -50%;
    content: '';
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0.1;
    left: -50%;
    width: 200%;
    position: absolute;
    z-index: -1;
    height: 200%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
}

.check_it_out_now h3 {
    font-size: 36px;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    animation: floatTitle 6s ease-in-out infinite;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
}

.check_it_out_now .online_form {
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    letter-spacing: 2px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background: transparent;
    position: relative;
    padding: 18px 45px;
    text-decoration: none;
    transition: all 0.4s ease;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 20px;
    border-radius: 30px;
}

.course_candidates h3 {
    font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
}

.course_candidates ul {
    list-style: none;
    gap: 25px;
    flex-direction: column;
    display: flex;
    margin: 0;
    padding: 0;
}

.course_candidates ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.course_candidates ul li:hover svg {
    fill: rgb(219,192,167);
    transform: scale(1.05);
}

.course_candidates ul li:hover svg path {
    fill: rgb(219,192,167);
}

.course_candidates ul li::after {
    top: 0;
    content: "";
    border-radius: 28px;
    opacity: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    transition: opacity 0.3s ease;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.program_information .why_trust {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.program_information .why_trust {
    grid-template-columns: 1fr;
    gap: 60px;
}

.program_information .nav_know::after {
    content: "";
    width: calc(100% + 10px);
    position: absolute;
    height: calc(100% + 10px);
    z-index: -1;
    top: -5px;
    border: 1px solid rgb(219,192,167,0.5);
    transform: translateZ(-5px);
    left: -5px;
    border-radius: calc(10px - 2px);
}

.program_information p {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
}

.program_information .why_trust::before,
  .program_information .why_trust::after {
    top: calc(350px - 30px);
    left: 50%;
    transform: translateX(-50%);
}

.program_information .why_trust::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(350px - 15px);
}

.title_page .why_trust {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80vh;
}

.title_page .course_entry input {
    display: none;
}

.title_page .fast_knowledge {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.title_page .course_open label {
    background: transparent;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: relative;
    height: 15px;
    width: 15px;
}

.title_page .text_info_box {
    padding: 0 0 50px 0;
    bottom: 0;
    z-index: 5;
    width: 95%;
    position: absolute;
    right: 0;
    max-width: 1000px;
}

.title_page .text_info_box h3 {
    margin-bottom: 1.8rem;
    font-size: 21px;
    color: rgb(196,158,125);
    font-weight: 600;
}

.title_page .text_info_box p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.title_page input:nth-of-type(7):checked ~ .fast_knowledge {
    transform: translateX(-120%);
}

.title_page input:nth-of-type(1):checked ~ .course_open label:nth-child(1)::before,
.title_page input:nth-of-type(2):checked ~ .course_open label:nth-child(2)::before,
.title_page input:nth-of-type(3):checked ~ .course_open label:nth-child(3)::before,
.title_page input:nth-of-type(4):checked ~ .course_open label:nth-child(4)::before,
.title_page input:nth-of-type(5):checked ~ .course_open label:nth-child(5)::before,
.title_page input:nth-of-type(6):checked ~ .course_open label:nth-child(6)::before,
.title_page input:nth-of-type(7):checked ~ .course_open label:nth-child(7)::before,
.title_page input:nth-of-type(8):checked ~ .course_open label:nth-child(8)::before,
.title_page input:nth-of-type(9):checked ~ .course_open label:nth-child(9)::before,
.title_page input:nth-of-type(10):checked ~ .course_open label:nth-child(10)::before {
    transform: scale(1);
}

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

.appPage .why_trust {
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    position: relative;
}

.appPage .why_trust:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.find_support .connect_team::before {
    background: linear-gradient(90deg, rgb(219,192,167) 0%, rgb(196,158,125) 100%);
    height: 5px;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.find_support .connect_team p:last-of-type {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}

.find_support .online_form:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.find_support .online_form:hover::before {
    opacity: 0.1;
}

.find_support .online_form:hover::after {
    transform: scaleX(1);
}

.find_support .online_form svg {
    height: 36px;
    transition: all 0.3s ease;
    width: 36px;
    fill: none;
    stroke: rgb(219,192,167);
    stroke-width: 2;
    margin-bottom: 12px;
}

.find_support .connect_team p:last-of-type svg {
    top: 50%;
    width: 20px;
    left: 0;
    fill: none;
    stroke-width: 2;
    position: absolute;
    height: 20px;
    stroke: rgb(219,192,167);
    transform: translateY(-50%);
}

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



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

.instructor_history .career_exp {
    text-align: center;
    border-radius: 10px;
    z-index: 2;
    max-width: 85%;
    line-height: 1.8;
    margin: 0;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    color: #000000;
    border-left: 3px solid rgb(219,192,167);
    border-right: 3px solid rgb(196,158,125);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.data_exploration {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,224,210) 0%, rgba(240, 240, 250, 0.9) 100%);
    padding: 100px 0 80px;
}

.data_exploration h3::after {
    bottom: -15px;
    width: 80px;
    left: 50%;
    position: absolute;
    background: linear-gradient(to right, rgb(219,192,167), rgb(196,158,125));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    content: "";
}

.data_exploration .edu_wins::after {
    position: absolute;
    opacity: 0;
    width: 40%;
    content: "";
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(240, 240, 250, 0.5) 100%);
    transition: opacity 0.5s ease;
    bottom: 0;
    z-index: -1;
    height: 40%;
}

.data_exploration .edu_wins p {
    font-size: calc(43px * 1.2);
    margin: 0;
    -webkit-text-fill-color: transparent;
    transform: perspective(500px) translateZ(0);
    background: linear-gradient(135deg, rgb(219,192,167) 0%, rgb(196,158,125) 100%);
    background-clip: text !important;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-background-clip: text !important;
    color: rgb(219,192,167);
    position: relative;
}


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



@media (max-width: 576px) {.our_team {
    padding: 40px 0;
}.our_team .text_info_box {
    border-left-width: 3px;
    padding: 1.5rem;
}.our_team h5 {
    letter-spacing: 1px;
    font-size: calc(24px * 0.8);
}.our_team .text_info_box > div:nth-child(2) p {
    font-size: calc(12px * 1.2);
}.our_team ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 1200px) {.contact_form_box {
    background: #ffffff;
}
}



@media (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box .container {
    padding: 0 15px;
}.contact_form_box h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.contact_form_box .feedback_block {
    padding: 35px 25px;
}.contact_form_box #contact {
    gap: 20px;
}.contact_form_box input[type="text"] {
    padding: 15px;
}.contact_form_box .message_query {
    padding: 15px 25px;
    width: 100%;
}.contact_form_box .photo_card {
    min-height: 250px;
}}



@media (min-width: 992px) {.pricing_set {
    padding: 140px 0;
}.pricing_set .value_deals {
    align-items: flex-start;
    flex-direction: row;
}.pricing_set .premium_grid {
    margin-right: 70px;
    align-self: flex-start;
    position: sticky;
    order: 0;
    transform: translateX(0);
    top: 100px;
    width: 30%;
}.pricing_set .learning_rates {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (min-width: 768px) {.newsletter_subscription {
    padding: 6rem 0;
}.newsletter_subscription .why_trust {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.newsletter_subscription .input_holder {
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}.newsletter_subscription h4 {
    font-size: calc(23px * 1.1);
    margin: 0;
}.newsletter_subscription .why_trust::after {
    width: 25%;
}
}



@media (prefers-reduced-motion: reduce) {.newsletter_subscription .why_trust:hover h4,
    .newsletter_subscription .input_holder span:hover,
    .newsletter_subscription .mail_list:hover,
    .newsletter_subscription .mail_list:hover::before {
    transition: none;
    transform: none;
}}



@media screen and (max-width: 992px) {.check_it_out_now {
    padding: 100px 0;
}.check_it_out_now .why_trust {
    max-width: 90%;
    padding: 50px 30px;
}.check_it_out_now h3 {
    letter-spacing: 2.5px;
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.check_it_out_now h3::before {
    bottom: -18px;
    width: 70px;
}.check_it_out_now .online_form {
    padding: 16px 40px;
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 768px) {.course_candidates {
    padding: 50px 15px;
}.course_candidates .why_trust {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.course_candidates h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.8);
}.course_candidates ul {
    gap: 15px;
}.course_candidates ul li {
    padding: 20px 15px;
}.course_candidates ul li svg {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
}.course_candidates::before {
    animation-duration: 60s;
}.course_candidates ul li::before {
    padding: 1px;
}}



@media (max-width: 767px) {.title_page .why_trust {
    height: 60vh;
}.title_page .course_entry {
    height: 60vh;
}.title_page .text_info_box {
    padding-bottom: 40px;
    width: 98%;
    max-width: 700px;
}.title_page .text_info_box .container {
    padding: 1.8rem;
}.title_page .text_info_box h1 {
    border-left-width: 3px;
    padding-left: 12px;
    font-size: calc(38px * 0.85);
}.title_page .text_info_box h3 {
    margin-bottom: 1.2rem;
    font-size: calc(21px * 0.85);
}.title_page .text_info_box p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.title_page .course_open {
    gap: 10px;
    bottom: 20px;
    left: 25px;
}.title_page .course_open label {
    height: 10px;
    width: 10px;
}
}



@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.title_page .why_trust {
    height: 100vh;
}.title_page .course_entry {
    height: 100vh;
}.title_page .text_info_box {
    padding-bottom: 60px;
}}



@media (max-width: 480px) {.appPage {
    padding: 60px 0;
}.appPage h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.appPage .why_trust {
    padding: 25px 15px;
}.appPage span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 991px) {.find_support {
    padding: 80px 0;
}.find_support .connect_team {
    padding: 40px;
}.find_support .online_form {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 991px) {.instructor_history {
    padding: 80px 0;
}.instructor_history .edu_voices {
    padding: 50px 30px;
}.instructor_history .photo_card {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.instructor_history .career_exp {
    max-width: 90%;
    padding: 20px 25px;
}
}



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



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



@keyframes gridPulse {
    0%, 100% {
        opacity: 0.1;
        background-size: 30px 30px;
    }
    50% {
        opacity: 0.2;
        background-size: 32px 32px;
    }
}



@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(219,192,167,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 12px rgb(219,192,167);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



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



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

