.header_primary {
    flex: 1 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
}

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

.about_this h2::after {
    border-radius: 10px;
    transform: translateX(-50%);
    height: 4px;
    background: rgb(149,150,177);
    width: 80px;
    bottom: -20px;
    position: absolute;
    content: "";
    left: 50%;
}

.about_this .quick_studies:hover {
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}

.about_this .quick_studies p {
    font-size: 16px;
    flex-grow: 1;
    padding: 30px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
}

.about_this .quick_studies:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(87,94,168), transparent);
}

header .top_plank .elite_studypro div span {
    color: #ffffff;
}

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

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

.plan_card:hover h2::after {
    transform: scaleX(1.2);
}

.plan_card .learning_cost {
    margin: 0 auto 60px;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-size: calc(12px + 2px);
    max-width: 800px;
    opacity: 0.9;
    color: #ffffff;
}

.plan_card .premium_plan::before {
    background: linear-gradient(230deg, rgb(87,94,168,0.5) 0%, transparent 80%);
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
}

.plan_card .premium_plan:hover .learning_fee h4::after {
    width: 60px;
}

.plan_card .learning_fee p {
    color: rgba(255,255,255,0.85);
    transition: color 0.3s ease;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 30px;
}

.privacy_barrier h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(149,150,177);
}

.privacy_barrier h3, .privacy_barrier h4, .privacy_barrier h5, .privacy_barrier h6 {
    font-weight: 400;
    color: rgb(149,150,177);
    margin: 1rem 0;
}

.privacy_barrier section {
    margin-bottom: 20px;
    margin-top: 20px;
}


.course_rewards {
    background: linear-gradient(135deg, rgb(196,197,202) 0%, rgb(149,150,177,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.course_rewards .knowledge_hub:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_rewards .text_text {
    background: linear-gradient(45deg, #ffffff 0%, rgb(196,197,202) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 30px;
    transition: all 0.4s ease;
    transform: translateX(-30px) rotate(2deg);
    width: 50%;
    border-radius: 15px;
}

.course_rewards li {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff 0%, rgb(196,197,202) 100%);
    padding: 10px 15px;
    transform-origin: left;
}

.course_rewards li:hover svg {
    fill: rgb(87,94,168);
    transform: scale(1.2) rotate(10deg);
}

.study_process .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}

.study_process .knowledge_hub {
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 50px 60px;
    transform: translateZ(0) rotateY(-2deg);
    border-left: 4px solid rgb(87,94,168);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.study_process h3 {
    font-size: calc(30px * 0.85);
    transform: translateX(0);
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}

.study_process p span {
    transition: color 0.4s ease;
    transform-origin: 50% 50%;
    position: relative;
    display: inline-block;
}

footer::before {
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgb(196,197,202) 0%, rgb(149,150,177,0.5) 100%);
    z-index: -2;
    opacity: 0.9;
    content: "";
}

.footnote_ref .container {
    gap: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.footnote_ref .company_holder h3 {
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 35px;
    color: rgb(149,150,177);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footnote_ref .site_navbar {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.footnote_ref .main_lead h5 {
    margin: 0;
    color: #ffffff;
    background: rgb(87,94,168);
    font-weight: 600;
    font-size: 24px;
    padding: 1rem 1.5rem;
    position: relative;
}

.footnote_ref .main_lead .site_navbar a::after {
    content: "";
    border-radius: 50%;
    height: 5px;
    transform: translateY(-50%);
    top: 50%;
    left: 1.5rem;
    background: rgb(87,94,168);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    width: 5px;
}

.academy_info .med_guides {
    font-size: 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 0.8rem 2rem;
    background: #ffffff;
    text-align: center;
    font-weight: 400;
}

.tySpotlight .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}

.tySpotlight .knowledge_hub:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

.tySpotlight .knowledge_hub > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
}

.tySpotlight a {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: block;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    overflow: hidden;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

header .container {
    max-width: 100%;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0;
}

header .site_head {
    display: flex;
    padding: 0.6rem;
    text-decoration: none;
    margin-right: 1rem;
    position: relative;
    align-items: center;
}

header .site_head:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .main_top::after {
    bottom: 0;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(149,150,177), rgb(87,94,168));
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}

.course_program_details .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}

.course_program_details .text_text {
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 4rem;
    margin-left: auto;
    text-align: center;
}

.course_program_details h2::after {
    bottom: -15px;
}

.course_program_details .description:nth-of-type(2) {
    animation-delay: 0.5s;
}

.course_program_details .image_holder {
    position: relative;
    height: 500px;
    overflow: hidden;
    transform: scale(0.95);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-top: 2rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.welcome_board .learning_primary {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}

.welcome_board .learn_team img {
    width: 100%;
    animation: zoom-pan 15s ease-in-out infinite alternate;
    transform-origin: center;
    object-fit: cover;
    height: 100%;
}

.welcome_board .text_text h1 {
    margin-bottom: 1.8rem;
    font-weight: 700;
    font-size: 46px;
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.welcome_board .text_text h1::before {
    background: rgb(149,150,177);
    position: absolute;
    bottom: -10px;
    content: '';
    border-radius: 10px;
    width: 80px;
    height: 4px;
    left: 0;
}

.welcome_board .text_text .help_reach:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px) scale(1.03);
}

.contact_panel::after {
    height: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(149,150,177), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(87,94,168), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    top: 0;
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    left: 0;
}

.contact_panel .contact_queryfwO {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}

.contact_panel .image_holder::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}

.contact_panel form {
    width: 100%;
}

.contact_panel form h3 {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact_panel form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

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

.contact_panel .connect_box label::before {
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    border-radius: 10px;
    width: 22px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    top: 2px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_panel form .help_reach::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    width: 100%;
    left: -100%;
    background: linear-gradient(45deg, rgb(87,94,168), rgb(149,150,177));
    top: 0;
}

.dialogCookieSettings h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.dialogCookieSettings p {
    font-size: 18px;
}

.dialogCookieSettings p a {
    color: rgb(149,150,177);
    text-decoration: none;
}


.wrapper-segment .privacy_ack {
    justify-content: flex-end;
}

.statistical_data {
    position: relative;
    background: linear-gradient(135deg, rgb(87,94,168,0.5) 0%, rgb(149,150,177,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}

.statistical_data h3::after {
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    bottom: -12px;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(87,94,168) 0%, rgb(149,150,177) 100%);
}

.statistical_data li:nth-child(2) {
    --i: 2;
}

.statistical_data li:nth-child(4) {
    --i: 4;
}

.statistical_data li:nth-child(7) {
    --i: 7;
}

.statistical_data .statistics_extra:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.statistical_data .statistics_extra::after {
    width: 100%;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(87,94,168) 0%, rgb(149,150,177) 100%);
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    height: 3px;
    transform: scaleX(0.6);
    position: absolute;
    left: 0;
}

.statistical_data .statistics_extra p {
    font-size: calc(39px * 1.2);
    margin: 0;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: rgb(149,150,177);
}

.locate::after {
    filter: blur(25px);
    position: absolute;
    bottom: -5%;
    width: 35%;
    z-index: 0;
    content: "";
    height: 60%;
    transform: rotate(25deg) skewX(-15deg);
    background: linear-gradient(215deg, rgb(87,94,168,0.5) 0%, rgb(149,150,177,0.5) 100%);
    left: -10%;
    opacity: 0.5;
}

.locate .contact_queryYScVq {
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    display: grid;
    position: relative;
    background: #ffffff;
    gap: 30px;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
}

.locate span {
    display: block;
    margin-left: 30px;
    color: #000000;
    font-size: 16px;
    position: relative;
}

.locate .message_form {
    padding-left: 5px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    position: relative;
    transition: color 0.3s ease;
    align-items: center;
}

.locate .message_form:hover svg path {
    fill: rgb(149,150,177);
}

.future_learners .knowledge_hub {
    backdrop-filter: blur(12px);
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(87,94,168,0.5);
    z-index: 2;
    max-width: 1100px;
    background: rgba(255, 255, 255, 0.08);
}

.future_learners li {
    flex-direction: column;
    padding: 2.5rem 2rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 11px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.future_learners li {
    font-size: 14px;
    padding-bottom: 1rem;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
    color: #000000;
}

.future_learners li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}

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

.customer_feedback h2::after {
    width: 4rem;
    background: linear-gradient(90deg, rgb(149,150,177), rgb(87,94,168));
    left: 50%;
    transform: translateX(-50%);
    height: 0.25rem;
    content: "";
    bottom: -1rem;
    position: absolute;
    transition: width 0.3s ease-out;
}

.customer_feedback .testimonial_track:nth-child(odd)::after {
    opacity: 0.2;
    line-height: 1;
    content: "";
    font-size: 5rem;
    font-family: Georgia, serif;
    position: absolute;
    color: rgb(149,150,177,0.5);
    right: 1.5rem;
    top: 1rem;
}

.customer_feedback .testimonial_track h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

.customer_feedback a {
    margin-right: auto;
    transform: translateZ(0);
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 3rem;
    border-radius: 10px;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(135deg, rgb(149,150,177), rgb(87,94,168));
    padding: 0.85rem 2rem;
    font-size: 19px;
}

.academic_experience .image_holder::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(149,150,177,0.5) 100%);
    border-radius: 24px 24px 0 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.academic_experience .name {
    font-family: Arial, sans-serif;
    font-size: 34px;
    color: rgb(149,150,177);
    transition: all 0.3s ease;
    opacity: 0.9;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 0.5rem;
}

.academic_experience .work_insights > div:nth-child(2)::after {
    width: 40px;
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    background: rgb(87,94,168,0.5);
    left: 0;
    content: "";
}

.join_list::before {
    height: 300px;
    z-index: 0;
    width: 300px;
    right: -5%;
    position: absolute;
    opacity: 0.7;
    animation: float 15s infinite ease-in-out;
    top: -10%;
    content: "";
    background: radial-gradient(circle, rgb(87,94,168,0.5) 0%, transparent 70%);
}

.join_list h3 {
    transition: transform 0.4s ease;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.join_list .input_holder input[type="email"] {
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    outline: none;
    color: #000000;
}

.join_list .input_holder .email_wrap:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


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



@media screen and (max-width: 768px) {.about_this {
    padding: 70px 0;
}.about_this h2 {
    margin-bottom: 50px;
}.about_this .edu_heritage {
    gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.about_this .quick_studies:first-child,
    .about_this .quick_studies:nth-child(2) {
    grid-row: auto;
    grid-column: 1;
}
}


@media only screen and (max-width: 800px) {.privacy_barrier {
    padding: 20px 10px;
}.privacy_barrier h1 {
    font-size: calc(21px - 5px);
}.privacy_barrier h2 {
    font-size: calc(21px - 5px);
}.privacy_barrier p, .privacy_barrier li {
    font-size: calc(12px - 2px);
}}



@media (max-width: 767px) {.study_process {
    padding: 60px 0;
}.study_process .knowledge_hub {
    padding: 30px 25px;
    transform: translateZ(0) rotateY(0deg);
    border-left-width: 3px;
}.study_process h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
}.study_process p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.study_process h3::after {
    width: 50px;
    height: 2px;
}
}



@media (max-width: 768px) {.footnote_ref {
    padding: 3rem 0 1.5rem;
}.footnote_ref .site_navbar {
    gap: 1.5rem;
}.footnote_ref .company_holder {
    padding: 2rem;
}.footnote_ref .company_holder h3 {
    font-size: calc(35px - 2px);
}.academy_info {
    margin-top: 2rem;
}
}



@media (max-width: 767px) {.tySpotlight {
    padding: 4rem 0;
}.tySpotlight .knowledge_hub {
    gap: 1.5rem;
    padding: 2rem;
}.tySpotlight h5 {
    font-size: calc(18px * 0.9);
}.tySpotlight h5::after {
    height: 2px;
}.tySpotlight a {
    padding: 1.2rem;
}
}



@media (max-width: 767px) {header .header_start {
    padding: 0.7rem 2%;
    justify-content: center;
}header .site_head {
    margin: 0 0 0.6rem 0;
}header .site_head svg {
    width: 120px;
}header .main_lead {
    width: 100%;
    justify-content: center;
}header .main_top {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 1200px) {.welcome_board .text_text {
    padding: 2.5rem;
    max-width: 500px;
}
}



@media (max-width: 992px) {.welcome_board {
    min-height: 550px;
    height: auto;
}.welcome_board .text_text {
    max-width: 450px;
    padding: 2rem;
}.welcome_board .text_text h1 {
    font-size: calc(46px * 0.9);
}.welcome_board .learning_primary::before {
    background: linear-gradient(90deg, #000000 20%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}
}



@media screen and (max-width: 991px) {.contact_panel {
    padding: 90px 0;
}.contact_panel .contact_queryfwO {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_panel .image_holder {
    min-height: 400px;
}.contact_panel .message_request {
    padding: 40px 30px;
}
}


@media only screen and (max-width: 800px) {.edu_cookies {
    display: none;
}.privacy_ack {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.dialogCookieSettings h5 {
    text-align: center;
}.dialogCookieSettings p {
    text-align: center;
}.track_alert {
    margin-bottom: 20px;
}body .wrapper-segment .cookie_expand {
    margin-left: 0;
}}



@media screen and (max-width: 576px) {.statistical_data {
    padding: 40px 0;
}.statistical_data h3 {
    font-size: calc(36px * 0.8);
}.statistical_data ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical_data .statistics_extra {
    padding: 1.2rem;
}.statistical_data .statistics_extra p {
    font-size: calc(36px * 1.1);
}.statistical_data h3::after {
    width: 60px;
}}



@media (prefers-reduced-motion: reduce) {.locate .contact_queryYScVq,
    .locate .contact_queryYScVq > div,
    .locate h1,
    .locate .message_form::before,
    .locate svg {
    transition: none;
    transform: none;
}.locate .contact_queryYScVq > div:hover,
    .locate .get_contactbox > div:hover,
    .locate h1:hover,
    .locate .message_form:hover svg {
    transform: none;
}}



@media (max-width: 991px) {.customer_feedback {
    padding: 5rem 2rem;
}.customer_feedback h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.customer_feedback .success_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (hover: none) {.customer_feedback .testimonial_track:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.customer_feedback a:hover {
    transform: none;
}}



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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



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



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

