* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    width: 100%;
    background: rgb(196,197,202);
    z-index: 100;
}

.about_this::after {
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(225deg, 
                rgb(87,94,168,0.5) 0%, 
                transparent 25%);
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
}

.about_this .quick_studies:first-child {
    grid-row: 1 / span 2;
    transform-origin: left center;
    grid-column: 1;
}

.about_this .quick_studies h3 {
    font-weight: 600;
    z-index: 2;
    color: #ffffff;
    background: rgb(149,150,177);
    position: relative;
    margin: 0;
    font-size: 18px;
    padding: 20px 30px;
}

.about_this .quick_studies::before {
    height: 100px;
    z-index: 1;
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(149,150,177,0.5), 0.1) 50%);
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
}

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

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

.plan_card::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
}

.plan_card .discount_price {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
    gap: 30px;
}

.plan_card .discount_price li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.plan_card .premium_plan:hover::before {
    opacity: 0.2;
}

.plan_card .plan_cost {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}

.plan_card .learning_fee h4 {
    position: relative;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(22px + 2px);
}

.plan_card .rate_choices {
    font-weight: 700;
    background-clip: text !important;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(22px + 4px);
    -webkit-text-fill-color: transparent;
    margin-top: auto;
    color: #ffffff;
    display: inline-block;
    padding: 10px 0;
    background: linear-gradient(90deg, rgb(87,94,168) 0%, rgb(149,150,177) 100%);
    -webkit-background-clip: text !important;
}

.privacy_barrier span {
    font-weight: 600;
    color: rgb(87,94,168);
}

.course_rewards::before {
    content: "";
    top: -10%;
    z-index: 1;
    transform: rotate(-10deg);
    height: 70%;
    background: rgb(87,94,168,0.5);
    left: -5%;
    position: absolute;
    width: 120%;
}

.course_rewards .image_holder:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 15px 15px 0 rgb(87,94,168), -15px -15px 0 rgb(149,150,177);
}

.course_rewards h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #000000;
}

.course_rewards li:nth-child(odd) {
    transform: translateX(-10px);
}

.course_rewards li:hover {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff 0%, rgb(149,150,177,0.5) 100%);
}

.study_process {
    background: linear-gradient(135deg, rgb(196,197,202) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    perspective: 1000px;
}

.study_process .knowledge_hub:hover {
    transform: translateZ(10px) rotateY(0deg);
}

.study_process .knowledge_hub::before {
    content: "";
    height: 1px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    top: 20px;
    width: calc(100% + 40px);
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(149,150,177,0.5), transparent);
    position: absolute;
    left: -20px;
    transform: translateY(-10px);
}

.study_process h3::after {
    height: 3px;
    position: absolute;
    transform: scaleX(0.7);
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(87,94,168), rgb(149,150,177,0.5));
}

.study_process .knowledge_hub:hover p span::before {
    transform: scaleX(1);
}

footer::after {
    z-index: -1;
    bottom: 0;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(149,150,177,0.5), rgb(149,150,177,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(149,150,177,0.5), rgb(149,150,177,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    opacity: 0.1;
    position: absolute;
    content: "";
}

.footnote_ref .whatsapp_grp {
    background: rgb(196,197,202);
    padding: 1.5rem;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    border-left: 3px solid rgb(87,94,168);
    position: relative;
    line-height: 1.7;
}

.footnote_ref .main_lead .site_navbar a {
    color: #000000;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    padding: 0.8rem 1.5rem;
    font-size: 14px;
}

.footnote_ref .main_lead .site_navbar a:hover::after {
    opacity: 1;
}

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

.tySpotlight {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(87,94,168,0.5) 0%, rgb(149,150,177,0.5) 40%, rgb(196,197,202) 100%);
    perspective: 1000px;
}

.tySpotlight .knowledge_hub {
    gap: 2.5rem;
    display: flex;
    transform: translateZ(0);
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    flex-direction: column;
}

.tySpotlight h5::after {
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,150,177) 0%, rgb(87,94,168) 100%);
    width: 0;
    content: "";
}

.tySpotlight a:hover::before {
    opacity: 0.15;
}

.tySpotlight a::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(87,94,168) 0%, rgb(149,150,177) 100%);
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    bottom: 0;
    width: 100%;
    content: "";
}

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

header .main_lead {
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    padding: 0.5rem;
    flex-wrap: wrap;
}

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

.course_program_details {
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(87,94,168,0.5) 0%, rgb(196,197,202) 50%, rgb(149,150,177,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.course_program_details .future_skills {
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}

.course_program_details h2::before,
.course_program_details h2::after {
    width: 150%;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(149,150,177), transparent);
    left: -25%;
}

.course_program_details h2::before {
    top: -15px;
}

.course_program_details .image_holder:hover {
    transform: scale(1);
}

.welcome_board {
    position: relative;
    height: 100vh;
    min-height: 650px;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.welcome_board .learning_primary::before {
    background: linear-gradient(90deg, #000000 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
}

.welcome_board .text_text::after {
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(149,150,177,0.5),
        transparent
    );
    width: 100%;
    left: 0;
    animation: shimmer 5s infinite;
    height: 100%;
    transform: translateX(-100%);
    top: 0;
}

.welcome_board .text_text .help_reach {
    letter-spacing: 1px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    z-index: 1;
    background: rgb(149,150,177);
    overflow: hidden;
    font-size: 16px;
    padding: 14px 35px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 22px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.contact_panel h2 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 28px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
}

.contact_panel .contact_queryfwO::after {
    width: 100%;
    content: "";
    bottom: -8px;
    height: 100%;
    z-index: -1;
    border-radius: 23px;
    position: absolute;
    right: -8px;
    border: 1px solid rgba(rgb(87,94,168), 0.2);
}

.contact_panel .message_request {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.03);
}

.contact_panel form input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    padding: 18px 25px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
}

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

.contact_panel form .help_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dialogCookieSettings {
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(149,150,177);
    z-index: 90;
    background: rgb(196,197,202);
    bottom: 0;
}

.cookie_expand {
    border-bottom: 2px solid rgb(149,150,177);
    color: rgb(149,150,177);
    text-align: center;
    flex-shrink: 0;
    min-width: 120px;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
    line-height: 35px;
    font-size: 24px;
}

.statistical_data h3 {
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards;
    z-index: 2;
    color: #000000;
    font-weight: 600;
    margin-bottom: 3.5rem;
    transform: translateY(10px);
    font-size: 36px;
    opacity: 0;
}

.statistical_data .container {
    z-index: 2;
    position: relative;
}

.statistical_data .statistics_extra {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05), 
                0 3px 6px rgba(0, 0, 0, 0.02);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.85);
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    padding: 1.8rem;
    animation: fadeInUp 0.8s forwards;
    border-left: 3px solid rgb(87,94,168);
}

.statistical_data .statistics_extra:hover span::before {
    transform: translateY(-50%) scale(1.3);
    background: rgb(87,94,168);
}

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

.locate::before {
    opacity: 0.6;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(145deg, rgb(149,150,177,0.5) 0%, rgb(87,94,168,0.5) 100%);
    z-index: 0;
    top: -10%;
    height: 70%;
    filter: blur(20px);
    right: -5%;
    position: absolute;
    width: 40%;
}

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

.locate .contact_queryYScVq > div {
    transition: all 0.3s ease;
    padding: 20px;
    position: relative;
    border-left: 4px solid rgb(149,150,177);
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(149,150,177,0.5), 0.05) 100%);
}

.locate h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.locate span::before {
    left: -15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    background: rgb(87,94,168);
}

.locate .message_form svg {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.locate svg {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}

.future_learners::after {
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    height: 200%;
    width: 200%;
    content: '';
    animation: moveGradient 120s linear infinite;
    background: linear-gradient(45deg, transparent 48%, rgb(87,94,168,0.5) 49%, rgb(87,94,168,0.5) 51%, transparent 52%);
    background-size: 100px 100px;
    left: -50%;
    top: -50%;
}

.future_learners ul {
    gap: 2rem;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
}

.future_learners li::before {
    opacity: 0.3;
    left: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(87,94,168,0.5), rgb(149,150,177,0.5));
    transition: opacity 0.4s ease;
    top: 0;
    content: '';
}

.future_learners li:hover::before {
    opacity: 1;
}

.future_learners li:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 10px rgb(149,150,177,0.5));
    fill: rgb(149,150,177);
}

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

.customer_feedback {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(196,197,202), rgba(0, 0, 0, 0.5) 120%);
}

.customer_feedback h2:hover::after {
    width: 6rem;
}

.customer_feedback .success_testimonials {
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}

.customer_feedback .testimonial_track:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.customer_feedback .testimonial_track .description::before {
    content: "";
    left: 0;
    height: 2px;
    background-color: rgb(149,150,177,0.5);
    width: 3rem;
    top: 0;
    position: absolute;
}

.academic_experience {
    background: linear-gradient(to bottom, rgb(196,197,202), rgb(149,150,177,0.5) 120%);
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 5rem 2rem;
}

.academic_experience .testimonial_track:hover {
    transform: translateY(-15px);
}

.academic_experience .image_holder {
    width: 80%;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 24px 24px 0 0;
    height: 350px;
    z-index: 3;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
}

.academic_experience .work_insights::after {
    bottom: 20px;
    animation: float-blob 10s infinite alternate;
    position: absolute;
    opacity: 0.2;
    content: "";
    filter: blur(15px);
    height: 60px;
    width: 60px;
    background: rgb(87,94,168,0.5);
    right: 20px;
    border-radius: 20% 40% 50% 30%;
}

.academic_experience .emp_skills {
    padding: 1rem 0 0 1.5rem;
    position: relative;
    opacity: 0.7;
    border-left: 3px solid rgb(87,94,168,0.5);
    color: #000000;
    font-style: italic;
    transform: translateY(10px);
    line-height: 1.7;
    font-size: 12px;
    transition: all 0.5s ease 0.2s;
}

.join_list .knowledge_hub {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

.join_list .input_holder div {
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
}

.join_list .input_holder input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(5px);
}

.join_list .input_holder .email_wrap:hover {
    background: rgb(87,94,168);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.join_list .input_holder .email_wrap:hover::before {
    left: 100%;
}



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



@media screen and (max-width: 576px) {.about_this {
    padding: 60px 0;
}.about_this .container {
    padding: 0 15px;
}.about_this h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.about_this h2::after {
    width: 60px;
    bottom: -15px;
    height: 3px;
}.about_this .quick_studies h3 {
    padding: 15px 20px;
    font-size: calc(18px * 0.9);
}.about_this .quick_studies p {
    line-height: 1.7;
    padding: 20px;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 991px) {.study_process {
    padding: 80px 0;
}.study_process .knowledge_hub {
    transform: translateZ(0) rotateY(-1deg);
    padding: 40px 30px;
}.study_process h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.75);
}
}



@media (max-width: 575px) {.study_process {
    padding: 50px 0;
}.study_process .knowledge_hub {
    padding: 25px 20px;
    border-left-width: 2px;
}.study_process h3 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.65);
}.study_process p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.study_process h3::after {
    width: 40px;
}.study_process::before {
    background-size: 40px 40px;
}}



@media (max-width: 576px) {.footnote_ref {
    padding: 2.5rem 0 1rem;
}.footnote_ref .container {
    gap: 1.5rem;
}.footnote_ref .main_lead {
    min-width: 100%;
    flex: 1 1 100%;
}.footnote_ref .site_navbar {
    gap: 1rem;
}.footnote_ref .company_holder {
    padding: 1.5rem;
}.footnote_ref .whatsapp_grp {
    padding: 1.2rem;
}.academy_info {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (max-width: 991px) {header .header_start {
    padding: 0.7rem 2.5%;
}header .site_head svg {
    width: 130px;
}header .main_lead {
    padding: 0.4rem;
    gap: 0.35rem;
}header .main_top {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}



@media screen and (max-width: 992px) {.course_program_details {
    padding: 5rem 1.5rem;
}.course_program_details .text_text {
    margin-bottom: 3rem;
}.course_program_details h2 {
    font-size: calc(41px * 0.85);
}.course_program_details .image_holder {
    height: 400px;
}
}



@media (max-width: 768px) {.welcome_board {
    min-height: 500px;
    height: 500px;
}.welcome_board .text_text {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    max-width: 90%;
}.welcome_board .text_text h1::before {
    transform: translateX(-50%);
    left: 50%;
}.welcome_board .learning_primary::before {
    background: linear-gradient(0deg, #000000 20%, transparent 60%, #000000 100%);
}
}



@media screen and (max-width: 767px) {.contact_panel {
    padding: 70px 0;
}.contact_panel h2 {
    font-size: calc(28px * 0.9);
}.contact_panel .image_holder {
    min-height: 350px;
}.contact_panel .image_holder::after,
    .contact_panel .message_request::before {
    height: 40px;
    width: 40px;
}
}



@media screen and (max-width: 992px) {.statistical_data {
    padding: 60px 0;
}.statistical_data h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.statistical_data ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.statistical_data .statistics_extra {
    padding: 1.5rem;
}.statistical_data .statistics_extra p {
    font-size: calc(39px * 1);
}
}



@media (max-width: 767px) {.locate .contact_queryYScVq {
    padding: 30px 20px;
}.locate .contact_queryYScVq > div {
    padding: 15px;
}.locate h1 {
    font-size: calc(47px * 0.9);
}.locate span {
    margin-left: 20px;
}
}



@media (min-width: 992px) {.future_learners ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.future_learners li:nth-child(even) {
    transform: translateY(20px);
}.future_learners li:nth-child(even):hover {
    transform: translateY(12px);
}.future_learners li:nth-child(1),
    .future_learners li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.future_learners li:nth-child(2),
    .future_learners li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media (max-width: 480px) {.customer_feedback {
    padding: 3rem 1rem;
}.customer_feedback h2 {
    font-size: calc(28px * 0.7);
}.customer_feedback .testimonial_track {
    padding: 1.75rem 1.25rem;
}.customer_feedback .testimonial_track img {
    height: 50px;
    width: 50px;
}.customer_feedback a {
    padding: 0.75rem 1.5rem;
    font-size: calc(19px * 0.9);
}
}



@keyframes rotate-shape {
    0% {
        transform: rotate(0deg) translateZ(50px);
    }
    100% {
        transform: rotate(360deg) translateZ(50px);
    }
}



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes zoom-pan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.05) translate(1%, 1%);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

