﻿.wrapping-containerc {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.head_wrapm {
    flex: 1 0 auto;
}


footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}

.cert_blockt::before {
    content: "";
    background: repeating-linear-gradient(
        90deg,
        rgb(155,168,155) 0px,
        rgb(155,168,155) 40px,
        rgb(111,118,110) 40px,
        rgb(111,118,110) 80px
    );
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 20px;
}

.cert_blockt .company_holder:hover {
    transform: rotateX(0deg);
}

.cert_blockt .company_holder h3::before {
    height: 30px;
    left: -10px;
    content: "";
    border-left: 3px solid #ffffff;
    width: 30px;
    position: absolute;
    top: -10px;
    border-top: 3px solid #ffffff;
}

.cert_blockt .top_navc {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}

.cert_blockt .main_leadH h5 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 24px;
    padding: 1rem 1.5rem;
    display: inline-block;
    font-weight: 600;
    min-width: 200px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(15px);
    background: rgb(111,118,110,0.5);
}

.cert_blockt .main_leadH .top_navc a:hover::before {
    left: 100%;
}

.art_portalB {
    background: rgb(111,118,110,0.5);
    position: relative;
    padding: 2rem 0;
    margin-top: 3rem;
    transform-style: preserve-3d;
    perspective: 1000px;
}

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

.program_offeringsc .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.program_offeringsc .text_wrapperP {
    border-top: 3px solid rgb(155,168,155);
    border-bottom: 3px solid rgb(111,118,110);
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
    z-index: 4;
}

.program_offeringsc .text_wrapperP .description {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    padding: 15px 20px;
    color: #000000;
    font-size: 14px;
    backdrop-filter: blur(3px);
    line-height: 1.8;
    border-radius: 10px;
    border-left: 2px solid rgb(155,168,155);
}

.secure_chamberN {
    font-family: Arial, sans-serif;
    padding: 40px;
    color: #000000;
    background-color: rgb(202,208,180);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.secure_chamberN h2 {
    margin-top: 30px;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(111,118,110);
}

.secure_chamberN li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.secure_chamberN span {
    border-radius: 10px;
    padding: 2px 5px;
    background-color: rgb(155,168,155,0.5);
}

.instructor_historyY::before {
    height: 500px;
    top: -200px;
    background-color: rgb(155,168,155,0.5);
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 500px;
    right: -200px;
    border-radius: 50%;
}

.instructor_historyY .pic_img_wrapz {
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    border: 4px solid #ffffff;
    align-self: center;
    border-radius: 50%;
    margin-bottom: 30px;
    width: 120px;
    overflow: hidden;
}

.instructor_historyY .name {
    padding-bottom: 10px;
    color: #000000;
    display: block;
    font-weight: 700;
    text-align: center;
    order: 1;
    position: relative;
    margin: 5px 0;
    font-size: 20px;
}

.instructor_historyY span:not(.name) {
    font-size: calc(13px * 0.9);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: rgb(111,118,110);
    order: 2;
    font-weight: 600;
    letter-spacing: 1px;
}

.statistical_reportm .statistics_boostersi::before {
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 2px;
    bottom: -40px;
    background-color: rgb(155,168,155);
    height: 30px;
    left: 50%;
}

.statistical_reportm .statistics_upsidesQ {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
}

.statistical_reportm .gain_studyX:nth-child(even) {
    margin-top: 60px;
}

.statistical_reportm .gain_studyX h4 {
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    top: 50%;
    color: #000000;
    transition: all 0.3s ease;
    position: absolute;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.statistical_reportm svg {
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    top: 40px;
    left: 50%;
}

.membership_plano .fee_structureD {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.membership_plano .package_dealy {
    position: relative;
    text-align: center;
    max-width: 700px;
    padding: 0 20px;
    margin: 0 auto;
    order: -1;
}

.membership_plano .learn_feesG {
    margin-bottom: 0;
    opacity: 0.85;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.membership_plano .price_optionsb:hover {
    transform: translateY(-10px) scale(1.02);
}

.membership_plano .plan_dealsV {
    position: relative;
    overflow: hidden;
    z-index: 2;
    flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.membership_plano .price_optionsb:hover .plan_dealsV h3 {
    transform: translateX(5px);
    color: rgb(155,168,155);
}

.membership_plano .price_tierss::before {
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(111,118,110,0.5);
    width: 40px;
    bottom: -8px;
    left: 0;
}

.membership_plano .pic_img_wrapz::after {
    opacity: 0.6;
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
}

.study_processh::before {
    content: "";
    opacity: 0.1;
    top: -5%;
    pointer-events: none;
    right: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    width: 40%;
    height: 50%;
    background: linear-gradient(225deg, rgb(155,168,155) 0%, transparent 80%);
    z-index: 1;
}

.study_processh:hover h2::before {
    transform: scaleX(1);
}

.study_processh .text_wrapperP:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}

.study_processh .text_wrapperP::after {
    height: 0;
    background: linear-gradient(to bottom, rgb(155,168,155), rgb(111,118,110));
    width: 4px;
    content: "";
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    left: 0;
}

.thanks_msgZ::after {
    bottom: -8%;
    content: "";
    opacity: 0.7;
    width: 40%;
    filter: blur(15px);
    position: absolute;
    z-index: 1;
    height: 60%;
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(215deg, rgb(111,118,110,0.5) 15%, transparent 65%);
    transform: rotate(-10deg) skew(-5deg);
}

.thanks_msgZ .learning_corneru {
    border-radius: calc(23px / 1.5);
    position: relative;
    transform: translateZ(0);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px);
    margin-top: 1rem;
    overflow: hidden;
    padding: 2.5rem;
}

.attempt_nowA::after {
    content: '';
    z-index: -1;
    position: absolute;
    background-size: 100% 100px, 100px 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    background-position: center;
    left: 0;
    opacity: 0.05;
    top: 0;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    animation: scanLines 5s linear infinite alternate;
}

.attempt_nowA h3 {
    font-size: 31px;
    margin-bottom: 50px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(155,168,155);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.attempt_nowA .ask_formf::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(155,168,155), rgb(111,118,110), rgb(155,168,155));
    background-size: 400% 400%;
    opacity: 0.7;
    left: -2px;
    border-radius: calc(17px + 2px);
    position: absolute;
    animation: gradientFlow 5s ease infinite;
    top: -2px;
    right: -2px;
    bottom: -2px;
    content: '';
}

.contact_panelR::before {
    width: 200%;
    content: '';
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    animation: subtle-pulse 12s infinite alternate;
    z-index: 1;
    left: -50%;
    height: 200%;
}

.contact_panelR h2::after {
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(155,168,155), 
        transparent
    );
    content: '';
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}

.contact_panelR .query_widgetD form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.contact_panelR .query_widgetD input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(155,168,155);
    box-shadow: 0 0 15px rgba(rgb(155,168,155), 0.3);
}

.contact_panelR .query_widgetD .contact_queryM input[type="checkbox"]:checked::after {
    top: 50%;
    content: '✔';
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-size: 0.8rem;
}

.contact_panelR .query_widgetD .help_helpT {
    padding: 1rem;
    overflow: hidden;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: rgb(155,168,155);
    border: none;
    cursor: pointer;
    width: 100%;
}

.customer_supportP .send_requesto::before {
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    position: absolute;
    content: '';
    top: 0;
}

.customer_supportP .get_assistW {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

.customer_supportP .ask_formf::after {
    transform-origin: left;
    height: 3px;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    background: rgb(155,168,155);
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: '';
}

.customer_supportP .ask_formf:hover svg {
    transform: scale(1.1);
    stroke: rgb(155,168,155);
}

.customer_supportP .ask_formf:hover span {
    color: rgb(155,168,155);
}

.customer_supportP .send_requesto p:last-of-type svg {
    width: 20px;
    stroke: rgb(155,168,155);
    top: 50%;
    stroke-width: 2;
    fill: none;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
}

.data_consentL:hover svg {
    transform: rotate(20deg);
}

.cookie_expandT p {
    margin-bottom: 0;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(155,168,155,0.5);
    color: #ffffff;
}

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

.title_boardd::before {
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,168,155,0.5) 0px,
        rgb(155,168,155,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    left: 0;
    position: absolute;
}

.title_boardd .text_wrapperP ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title_boardd .page_leadg svg {
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100px;
    height: 100px;
}

.title_boardd .page_leadg svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.title_boardd .help_helpT {
    border: none;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 15px 32px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    font-weight: 600;
    display: inline-block;
}

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

.followS p {
    color: #000000;
    font-weight: 700;
    font-size: 41px;
    position: relative;
    max-width: 70%;
    font-family: Arial, sans-serif;
    transform: translateX(15%);
    line-height: 1.3;
    margin-bottom: 4rem;
}

.followS .input_holder::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    transform: translate(10px, 10px);
    background: #000000;
    transition: transform 0.3s ease;
    content: "";
    opacity: 0.02;
}

.followS .help_helpT:hover {
    background: transparent;
    color: #ffffff;
    border-color: rgb(155,168,155);
}



.followS::after {
    right: -150px;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 300px;
    animation: floatingItem 20s ease-in-out infinite;
    top: -150px;
    background: linear-gradient(
        45deg,
        rgb(155,168,155,0.5),
        rgb(111,118,110,0.5)
    );
    filter: blur(100px);
    width: 300px;
    border-radius: 50%;
}

.our_missionD h4::after {
    content: "";
    background: rgb(111,118,110);
    position: absolute;
    bottom: -15px;
    height: 4px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}

.our_missionD .text_wrapperP h6 {
    opacity: 0;
    color: rgb(155,168,155);
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    transform: translateX(-15px);
    margin-bottom: 25px;
    animation: slideRight 0.7s 0.8s ease-out forwards;
}

header .top_plank .skill_peakx div svg, header .top_plank .skill_peakx div svg path {
    fill: #ffffff;
}

header .top_plank .skill_peakx div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}

.customer_opinionsw {
    padding: 7rem 0;
    position: relative;
    perspective: 1200px;
    background: linear-gradient(145deg, rgb(202,208,180) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.customer_opinionsw .client_opinionsQ {
    margin: 0 -1rem;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    gap: 3rem;
    transform-style: preserve-3d;
    padding: 3rem 1rem;
}

.customer_opinionsw .learner_insightss:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}

.customer_opinionsw .learner_insightss:hover::before {
    opacity: 0;
}

.customer_opinionsw .learner_insightss img {
    border-radius: 50%;
    transform: translateX(-1rem);
    width: 80px;
    height: 80px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    border: 3px solid #ffffff;
    object-fit: cover;
    transition: all 0.4s ease;
}

header .header_baseX {
    overflow: hidden;
    position: relative;
}

header .header_baseX:before {
    left: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,168,155,0.5),
        transparent
    );
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
}

header .main_navG {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}

header .main_leadH:before {
    opacity: 0;
    content: '';
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.9);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgb(155,168,155);
    transform-origin: center;
}

header .nav_basej:hover {
    color: rgb(155,168,155);
}

header .nav_basej:hover:before {
    transform: translateX(0);
}

header .nav_guidey {
    display: flex;
    text-decoration: none;
    padding: 5px 12px;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
}

header .nav_guidey svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}


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



@media (max-width: 1200px) {.cert_blockt .container {
    gap: 3rem;
}.cert_blockt .company_holder {
    flex: 1 1 350px;
}.cert_blockt .brainstormV {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.cert_blockt .top_navc {
    gap: 2rem;
}
}



@media (max-width: 420px) {.cert_blockt::before {
    height: 10px;
}.cert_blockt .company_holder h3::before,
    .cert_blockt .company_holder h3::after {
    display: none;
}.cert_blockt .main_leadH h5 {
    width: 100%;
    min-width: auto;
}.art_portalB .peer_helpS {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (max-width: 576px) {.program_offeringsc {
    padding: 50px 0;
}.program_offeringsc .text_wrapperP {
    margin-bottom: 20px;
    padding: 25px 20px;
}.program_offeringsc .text_wrapperP h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(33px * 0.8);
}.program_offeringsc .text_wrapperP .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
    padding-left: 15px;
}.program_offeringsc .pic_img_wrapz {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}



@media (max-width: 992px) {.statistical_reportm {
    padding: 90px 0;
}.statistical_reportm .statistics_boostersi {
    margin-bottom: 60px;
}.statistical_reportm .mentor_statisticse {
    flex-wrap: wrap;
}.statistical_reportm .gain_studyX {
    width: calc(50% - 20px);
    height: 260px;
    margin: 10px !important;
}.statistical_reportm .gain_studyX h4 {
    font-size: 3rem;
}.statistical_reportm .gain_studyX:nth-child(even) {
    margin-top: 0;
}
}



@media (min-width: 1200px) {.membership_plano .learn_offersd {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.membership_plano .plan_dealsV {
    padding: 35px;
}.membership_plano .pic_img_wrapz {
    height: 220px;
}
}



@media (max-width: 480px) {.membership_plano {
    padding: 50px 0;
}.membership_plano .plan_dealsV h3 {
    font-size: 20px;
}.membership_plano .price_tierss {
    font-size: calc(20px - 2px);
}.membership_plano .pic_img_wrapz {
    height: 160px;
}.membership_plano .plan_dealsV {
    padding: 20px;
}}



@media (max-width: 480px) {.study_processh {
    padding: 3rem 0;
}.study_processh .learning_corneru {
    padding: 0 1rem;
}.study_processh h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.study_processh .text_wrapperP {
    padding: 1.5rem 1.25rem;
}.study_processh p {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(14px * 0.9);
}}



@media screen and (max-width: 992px) {.attempt_nowA {
    padding: 100px 0;
}.attempt_nowA .learning_corneru {
    padding: 50px 30px;
    max-width: 90%;
}.attempt_nowA h3 {
    margin-bottom: 45px;
    font-size: calc(31px * 0.9);
}.attempt_nowA .ask_formf {
    padding: 16px 40px;
}
}



@media screen and (max-width: 1024px) {.contact_panelR .support_cardA {
    flex-direction: column;
}.contact_panelR .pic_img_wrapz {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_panelR .query_widgetD {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 991px) {.customer_supportP {
    padding: 80px 0;
}.customer_supportP .send_requesto {
    padding: 40px;
}.customer_supportP .ask_formf {
    width: 100px;
    height: 100px;
}
}


@media only screen and (max-width: 1200px) {.cookie_overlay_windowt {
    padding: 20px;
}.cookie_guardn {
    padding: 20px 2%;
}
}



@media (min-width: 768px) {.title_boardd {
    padding: 100px 40px;
}.title_boardd h1 {
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
}.title_boardd .learning_corneru {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.title_boardd .text_wrapperP {
    padding: 50px;
    flex: 1;
}.title_boardd .page_leadg {
    align-items: flex-start;
    text-align: left;
}.title_boardd .pic_img_wrapz {
    flex: 1;
    height: 500px;
}.title_boardd .text_wrapperP li:first-child {
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.followS p {
    font-size: 35px;
    transform: translateX(10%);
    max-width: 80%;
}.followS .input_holder {
    transform: translateX(-10%);
    max-width: 90%;
}.followS .learning_corneru::before {
    font-size: 8rem;
}
}




@media screen and (max-width: 1024px) {.our_missionD {
    padding: 100px 0 70px;
}.our_missionD .text_wrapperP {
    padding: 40px 30px;
}.our_missionD h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.our_missionD .text_wrapperP::before {
    height: 90px;
    width: 90px;
}
}



@media (max-width: 767px) {.customer_opinionsw {
    padding: 5rem 0;
}.customer_opinionsw h2 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 2.5rem;
}.customer_opinionsw .client_opinionsQ {
    gap: 1.5rem;
}.customer_opinionsw .learner_insightss {
    padding: 1.5rem;
    flex: 0 0 250px;
    transform: perspective(800px) rotateY(3deg) !important;
}.customer_opinionsw .learner_insightss:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.customer_opinionsw .learner_insightss img {
    height: 60px;
    width: 60px;
}}



@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}



@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}



@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.85;
    }
    100% {
        opacity: 1;
    }
}



@keyframes slideInDown {
    from {
        opacity: 0;
        transform: perspective(1000px) translateY(-50px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) translateY(0) translateZ(0);
    }
}



@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

