﻿.cert_blockt {
    flex: 0 0 auto;
}

.cert_blockt {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    left: 0;
    position: fixed;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    background: rgb(202,208,180);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cert_blockt .container {
    gap: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.cert_blockt .company_holder h3 {
    position: relative;
    transform: translateZ(20px);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    display: inline-block;
}

.cert_blockt .brainstormV {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}

.cert_blockt .main_leadH {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    min-width: 220px;
    position: relative;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
}

.cert_blockt .main_leadH .top_navc a {
    transform: translateZ(10px);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1rem;
    display: block;
    color: #ffffff;
}

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

.program_offeringsc::before {
    content: "";
    left: 0;
    background: 
        linear-gradient(135deg, rgb(155,168,155,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(111,118,110,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}



.program_offeringsc::before,
.program_offeringsc::after,
.program_offeringsc .text_wrapperP::before,
.program_offeringsc .container::before,
.program_offeringsc .container::after {
    pointer-events: none;
}

.program_offeringsc .text_wrapperP h2::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    border-radius: 10px;
}

.program_offeringsc .pic_img_wrapz {
    transform: scale(1.05);
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.program_offeringsc .coding_experti::after {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(155,168,155,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(111,118,110,0.5) 0%, transparent 1%);
    height: 100%;
    background-size: 30px 30px;
}

.secure_chamberN div {
    margin-bottom: 20px;
}

.secure_chamberN a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    color: rgb(155,168,155);
}

.instructor_historyY .learner_insightss {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    position: relative;
    background-color: #ffffff;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.instructor_historyY .learner_insightss:hover .pic_img_wrapz {
    transform: scale(1.05);
}

.instructor_historyY .work_tableF {
    color: #000000;
    order: 3;
    margin: 25px 0 0;
    line-height: 1.8;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: rgb(202,208,180);
    position: relative;
    font-size: 13px;
}

.instructor_historyY .learner_insightss:hover .name::after {
    width: 80px;
}

.statistical_reportm::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 10% 90%, rgb(155,168,155,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(111,118,110,0.5) 0%, transparent 40%);
    height: 100%;
}

.statistical_reportm .statistics_winsY::after {
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(155,168,155), transparent);
    bottom: 0;
}

.statistical_reportm .gain_studyX::after {
    right: 15px;
    border: 2px dashed rgb(155,168,155,0.5);
    bottom: 15px;
    position: absolute;
    left: 15px;
    content: "";
    border-radius: calc(14px - 15px);
    opacity: 0.5;
    top: 15px;
    z-index: -1;
}

.statistical_reportm .gain_studyX:hover span {
    transform: translateY(-10px);
}

.membership_plano {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(202,208,180);
}

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

.membership_plano .package_dealy h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}

.membership_plano .price_optionsb {
    perspective: 1000px;
    color: inherit;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.membership_plano .plan_dealsV::before {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    transform-origin: left;
    top: 0;
    transition: transform 0.5s ease;
    content: "";
    left: 0;
    right: 0;
    height: 5px;
}

.membership_plano .price_optionsb:hover .price_tierss::before {
    width: 80px;
}

.membership_plano .pic_img_wrapz {
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
    transform: translateZ(-10px);
    position: relative;
    height: 200px;
}

.membership_plano .price_optionsb:hover .pic_img_wrapz::after {
    opacity: 0.4;
}

.study_processh {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgba(rgb(155,168,155,0.5), 0.08) 100%);
}

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

.study_processh h2::before {
    content: "";
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110));
    height: 0.35rem;
    width: 6rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    bottom: -0.8rem;
    transform: scaleX(0.6);
    left: 0;
    position: absolute;
}

.study_processh .text_wrapperP:hover::after {
    height: 100%;
}

.thanks_msgZ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,208,180), rgb(202,208,180) 60%, rgb(111,118,110,0.5) 140%);
    padding: 5rem 0;
    position: relative;
}

.thanks_msgZ h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    max-width: 90%;
    position: relative;
    margin-bottom: 2rem;
    font-size: 33px;
    line-height: 1.3;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.thanks_msgZ .learning_corneru::before {
    background: linear-gradient(90deg, rgb(155,168,155), rgb(111,118,110), rgb(155,168,155));
    content: "";
    animation: gradientMove 8s ease infinite;
    width: 100%;
    background-size: 200% 100%;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
}

.thanks_msgZ li span {
    font-size: calc(15px * 1.05);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    display: block;
    color: #000000;
    line-height: 1.7;
}

.attempt_nowA .learning_corneru {
    backdrop-filter: blur(10px);
    z-index: 2;
    border-radius: 17px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    flex-direction: column;
    padding: 60px 40px;
    overflow: hidden;
    display: flex;
    position: relative;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(155,168,155,0.5),
        0 0 40px rgb(155,168,155,0.5);
}

.attempt_nowA h3::after {
    opacity: 0.7;
    animation: glitchEffect 3s infinite linear alternate-reverse;
    z-index: -2;
    color: rgb(155,168,155);
    width: 100%;
    left: 3px;
    height: 100%;
    top: 0;
    position: absolute;
    content: attr(data-text);
}

.attempt_nowA .ask_formf::after {
    width: 70%;
    transition: all 0.6s ease;
    transform: skewX(-20deg);
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
}

.attempt_nowA .ask_formf:hover::after {
    left: 130%;
}

.contact_panelR::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    content: '';
    right: -30%;
    z-index: 1;
    height: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    width: 150%;
    bottom: -30%;
}

.contact_panelR .support_cardA {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.05);
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    align-items: stretch;
    backdrop-filter: blur(10px);
}

.contact_panelR .query_widgetD h3 {
    font-size: 33px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
}

.contact_panelR .query_widgetD .contact_queryM input[type="checkbox"] {
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 22px;
    margin-right: 1rem;
    position: relative;
    appearance: none;
    height: 22px;
}

.contact_panelR .query_widgetD .contact_queryM a:hover {
    text-decoration: underline;
}

.contact_panelR .query_widgetD .help_helpT:hover::before {
    left: 100%;
}

.customer_supportP {
    position: relative;
    overflow: hidden;
    background: rgb(202,208,180);
    padding: 100px 0;
}

.customer_supportP .container {
    z-index: 1;
    position: relative;
}

.customer_supportP .send_requesto {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(202,208,180) 0%, transparent 100%);
    position: relative;
    padding: 50px;
    overflow: hidden;
    border-radius: 14px;
}

.customer_supportP .ask_formf {
    height: 110px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
    z-index: 1;
    justify-content: center;
    width: 110px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    flex-direction: column;
}

.data_consentL {
    box-shadow: 0 0 15px rgb(155,168,155);
    margin-right: 20px;
    overflow: hidden;
    border-radius: 25px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.data_consentL svg, .data_consentL svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(155,168,155);
    width: 60px;
}

.cookie_optionG:hover {
    background: rgb(111,118,110);
    box-shadow: 0 0 20px rgb(111,118,110,0.5);
}

#dataConsentBannerw {
    display: none;
}


.title_boardd {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,208,180) 0%, rgb(255, 255, 255, 0.5) 100%);
}

.title_boardd .learning_corneru {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.title_boardd .text_wrapperP {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    transform: translateY(20px);
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    border-left: 4px solid rgb(155,168,155);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.96) 100%
    );
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

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

.title_boardd .pic_img_wrapz::before {
    z-index: 2;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    position: absolute;
    top: 0;
    content: "";
}

.followS .learning_corneru {
    display: flex;
    flex-direction: column;
    position: relative;
}

.followS p::after {
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    left: 0;
    width: 100px;
    position: absolute;
    content: "";
    background: rgb(155,168,155);
    height: 5px;
    bottom: -20px;
    transform-origin: left;
}

.followS .news_alertk {
    border-right: none;
    background: #ffffff;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    padding: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
}

.followS .help_helpT:hover::after {
    transform: scale(1);
    opacity: 1;
}

.our_missionD {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}

.our_missionD h4 {
    transform: perspective(1000px) translateZ(0);
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
    animation: slideInDown 0.8s ease-out forwards;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.our_missionD .text_wrapperP {
    transform: perspective(1000px) translateY(30px);
    border-left: 5px solid rgb(111,118,110);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    animation: slideUp 1s 0.4s ease-out forwards;
    padding: 50px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.our_missionD .text_wrapperP span {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 1s 1s ease-out forwards;
    line-height: 1.8;
    opacity: 0;
    text-align: justify;
    position: relative;
    display: block;
    transform: translateY(20px);
}

.customer_opinionsw h2 {
    transform: translateX(-50%);
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 34px;
    left: 50%;
}

.customer_opinionsw .learner_insightss::before {
    height: 100%;
    opacity: 0.3;
    border-radius: 14px;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(155,168,155,0.5) 0%, transparent 80%);
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

.customer_opinionsw .learner_insightss:hover img {
    box-shadow: 0 15px 25px rgb(155,168,155,0.5);
    transform: translateX(0) translateY(-10px);
}

.customer_opinionsw .learner_insightss:hover .description {
    padding-left: 1rem;
    border-left-color: rgb(155,168,155);
}

header:after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(202,208,180) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(202,208,180) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(202,208,180) 25%, transparent 25%),
        linear-gradient(45deg, rgb(202,208,180) 25%, transparent 25%);
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.01);
    content: '';
    pointer-events: none;
}

header .main_leadH:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .nav_basej:before {
    bottom: 0;
    background: rgb(155,168,155);
    left: 0;
    transform: translateX(-101%);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    position: absolute;
    content: '';
}

header .nav_guidey:before {
    width: 100%;
    background: linear-gradient(rgb(202,208,180), rgb(202,208,180)) padding-box,
                linear-gradient(135deg, rgb(155,168,155), rgb(111,118,110)) border-box;
    border-radius: 10px;
    content: '';
    height: 100%;
    border: 2px solid transparent;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



@media (max-width: 768px) {.cert_blockt {
    padding: 3.5rem 0 1.5rem;
}.cert_blockt .top_navc {
    gap: 1.5rem;
}.cert_blockt .company_holder h3 {
    font-size: calc(34px - 2px);
}.cert_blockt .company_holder h3::before,
    .cert_blockt .company_holder h3::after {
    width: 20px;
    height: 20px;
}.art_portalB {
    margin-top: 2rem;
}.art_portalB::before {
    top: -15px;
    height: 15px;
}
}



@media (max-width: 992px) {.program_offeringsc {
    padding: 80px 0;
}.program_offeringsc .text_wrapperP {
    padding: 40px;
    margin-bottom: 40px;
}.program_offeringsc .pic_img_wrapz {
    height: 60%;
}
}



@media (min-width: 768px) {.instructor_historyY .learner_insightss {
    gap: 10px 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
}.instructor_historyY .pic_img_wrapz {
    margin-bottom: 0;
    align-self: start;
    height: 180px;
    width: 180px;
    grid-area: photo;
}.instructor_historyY .name {
    grid-area: name;
    text-align: left;
    font-size: 37px;
}.instructor_historyY .name::after {
    transform: none;
    left: 0;
}.instructor_historyY span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.instructor_historyY .work_tableF {
    grid-area: quote;
    margin-top: 30px;
}
}



@media (min-width: 992px) {.membership_plano .fee_structureD {
    flex-direction: row;
    align-items: center;
}.membership_plano .package_dealy {
    text-align: left;
    order: 0;
    padding-right: 40px;
    flex: 0 0 30%;
}.membership_plano .package_dealy h2::after {
    left: 0;
    transform: none;
}.membership_plano .learn_offersd {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (min-width: 1024px) {.study_processh {
    padding: 10rem 0;
}.study_processh::before {
    width: 35%;
    height: 60%;
}.study_processh::after {
    height: 60%;
    width: 35%;
}.study_processh .learning_corneru {
    padding: 0 2rem;
}.study_processh h2 {
    transform: translateX(-1rem);
    margin-bottom: 3.5rem;
    font-size: calc(28px * 1.2);
}.study_processh h2::before {
    width: 8rem;
    height: 0.4rem;
}.study_processh .text_wrapperP {
    max-width: 90%;
    padding: 4rem 5rem;
    margin: 0 auto;
}.study_processh p {
    font-size: calc(14px * 1.1);
    line-height: 2;
}
}



@media (max-width: 576px) {.thanks_msgZ {
    padding: 3rem 0;
}.thanks_msgZ h2 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.thanks_msgZ h2::after {
    width: 50px;
    height: 3px;
}.thanks_msgZ .learning_corneru {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.thanks_msgZ li {
    padding-left: 1.5rem;
}.thanks_msgZ li::before {
    width: 8px;
    top: 0.4rem;
    height: 8px;
}.thanks_msgZ li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media screen and (max-width: 480px) {.contact_panelR .support_cardA {
    border-radius: 0;
}.contact_panelR .pic_img_wrapz {
    min-height: 250px;
}.contact_panelR .query_widgetD {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 480px) {.customer_supportP {
    padding: 50px 0;
}.customer_supportP .send_requesto {
    padding: 25px 20px;
}.customer_supportP .send_requesto h2 {
    font-size: calc(36px * 0.85);
}.customer_supportP .ask_formf {
    width: 80px;
    height: 80px;
}.customer_supportP .ask_formf svg {
    margin-bottom: 6px;
    width: 28px;
    height: 28px;
}.customer_supportP .ask_formf span {
    font-size: calc(16px * 0.8);
}}



@media (min-width: 1200px) {.title_boardd::after {
    width: 300px;
    content: "";
    opacity: 0.1;
    top: -100px;
    background: radial-gradient(circle, rgb(155,168,155,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 300px;
    right: -100px;
    position: absolute;
}.title_boardd .learning_corneru {
    margin: 0 auto;
    max-width: 1400px;
}.title_boardd .page_leadg p {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
}
}



@media (max-width: 576px) {.followS {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.followS p {
    font-size: 22px;
    margin-bottom: 3rem;
}.followS p::after {
    width: 60px;
    height: 3px;
}.followS .learning_corneru::before {
    font-size: 3.5rem;
}.followS .news_alertk,
    .followS .help_helpT {
    padding: 1rem;
}}



@media screen and (max-width: 576px) {.our_missionD {
    padding: 60px 0 40px;
}.our_missionD h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.our_missionD h4::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}.our_missionD .text_wrapperP {
    border-left-width: 3px;
    padding: 25px 20px;
}.our_missionD .text_wrapperP h6 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.8);
}.our_missionD .text_wrapperP span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our_missionD .text_wrapperP::before {
    display: none;
}.our_missionD::after {
    right: -30px;
    width: 150px;
    height: 150px;
    bottom: -30px;
}}



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



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



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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



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



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



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

