﻿header,footer {
    width: 100%;
}


header {
    width: 100%;
    position: relative;
    overflow: visible;
    background: rgb(233,225,227);
    z-index: 99;
}

header::before {
    opacity: 0.15;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,194,0.5) 0%, transparent 50%, rgb(208,191,194,0.5) 100%);
    z-index: -1;
    content: "";
}

header .site_navbarui .head_pagewrapui::after {
    transform: scale(0);
    transform-origin: bottom right;
    border-right: 2px solid rgb(173,152,155);
    right: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(173,152,155);
    bottom: -5px;
}

header .site_navbarui .nav_mainwrapui::after {
    right: 0;
}

header .site_navbarui .nav_mainwrapui .top_wrapui {
    margin: 0;
    position: relative;
    padding: 0 15px;
    transition: transform 0.3s ease;
}

header .site_navbarui .nav_mainwrapui .top_wrapui a {
    font-size: 13px;
    position: relative;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 10px 5px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: block;
}

.study_methodui .study_centerui {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}

.study_methodui .study_centerui::after {
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    right: -50px;
    bottom: -100px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.study_methodui h3::after {
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(173,152,155), transparent);
}

.study_methodui span::after {
    filter: blur(15px);
    right: -5px;
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    bottom: -5px;
    top: -5px;
    left: -5px;
}

.our_missionui::before {
    background-size: 40px 40px;
    animation: gridMove 60s linear infinite;
    background-position: center;
    width: 100%;
    transform-origin: center center;
    position: absolute;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    backface-visibility: hidden;
    opacity: 0.05;
    left: 0;
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
}



.our_missionui .corp_cultureui {
    background: rgba(255, 255, 255, 0.02);
    position: relative;
    backdrop-filter: blur(10px);
    font-size: 16px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-weight: 700;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-area: logo;
    color: #000000;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.our_missionui .method_pedui {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    display: flex;
    grid-area: director;
    border-radius: 24px;
    padding: 30px;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.07);
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    gap: 25px;
    backdrop-filter: blur(15px);
}

.our_missionui .skill_trackui::after {
    transition: width 0.4s ease;
    position: absolute;
    width: 40px;
    background: linear-gradient(90deg, rgb(208,191,194), transparent);
    content: "";
    height: 2px;
    left: 0;
    bottom: 0;
}

.our_missionui .description_cardui::after {
    position: absolute;
    z-index: -1;
    width: 500px;
    filter: blur(50px);
    background: rgb(173,152,155,0.5);
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    left: -250px;
    height: 500px;
    opacity: 0.03;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    bottom: -250px;
    content: "";
}

.our_missionui .description_cardui::after {
    pointer-events: none;
    width: 100%;
    opacity: 0.5;
    left: 0;
    position: absolute;
    z-index: -3;
    content: "";
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
}

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

.secure_enclaveui h1::after {
    width: 60px;
    left: 0;
    content: "";
    bottom: -12px;
    background: rgb(208,191,194);
    position: absolute;
    transform-origin: left;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    height: 3px;
    transform: scaleX(0);
}

.secure_enclaveui p {
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.75;
    color: #000000;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    font-size: 14px;
    margin-bottom: 1.5rem;
    max-width: 95%;
}

.secure_enclaveui ul {
    opacity: 0;
    border-left: 3px solid rgb(208,191,194);
    animation: slidein 0.6s ease-out 0.5s forwards;
    margin: 1.5rem 0 2rem;
    border-radius: 0 10px 10px 0;
    padding: 1.5rem 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    padding-left: 0;
    transform: translateX(-10px);
    position: relative;
    list-style: none;
}

.title_greetingui::after {
    left: 0;
    clip-path: polygon(0 0, 75% 0, 45% 100%, 0 100%);
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(208,191,194,0.5) 0%,
    transparent 40%);
    right: 0;
    animation: shimmer 12s infinite alternate ease-in-out;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

.title_greetingui .fast_schoolui {
    backdrop-filter: blur(12px);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
    opacity: 0;
    transform: translateZ(20px) translateY(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
    0 20px 30px -10px rgba(0, 0, 0, 0.3),
    0 8px 12px -6px rgba(0, 0, 0, 0.2);
}

.learn_packsui {
    position: relative;
}

.pricing_deckui h2::after {
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    height: 3px;
    bottom: -12px;
}

.pricing_deckui .cost_ratesui {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
}

.pricing_deckui .skill_offersui:hover .member_feesui::before {
    opacity: 1;
}

.pricing_deckui li:nth-child(even) .cost_ratesui::before {
    background: linear-gradient(90deg, rgb(173,152,155), rgb(208,191,194));
}

footer .play_marketui {
    position: relative;
    z-index: 1;
}

footer .info_item {
    border-radius: 10px;
    transform: skewX(-5deg);
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    backdrop-filter: blur(5px);
    flex: 0 1 auto;
}

footer .head_pagewrapui {
    padding-left: 20px;
    position: relative;
}

footer .online_toolsui {
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    line-height: 1.6;
    font-size: 12px;
}

footer .top_pageui {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 25px;
    gap: 15px;
}

footer .top_pageui a::before {
    content: "→";
    opacity: 0;
    color: rgb(208,191,194);
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
}

footer .subscribe_holder p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(208,191,194);
    outline: none;
}

footer .code_labsui {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.academic_expertiseui::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(208,191,194,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(173,152,155,0.5) 0, rgb(173,152,155,0.5) 1px, transparent 1px, transparent 15px);
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
    inset: 0;
    content: "";
    position: absolute;
}

.academic_expertiseui .pictureui::before {
    transition: opacity 0.5s ease;
    inset: 0;
    mix-blend-mode: multiply;
    content: "";
    z-index: 2;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, transparent 100%);
    opacity: 0;
}

.academic_expertiseui .user_testimonialsui span:not(.name)::after {
    left: 70px;
    background: rgb(208,191,194);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: absolute;
    transform-origin: left;
    width: 40px;
    content: "";
    height: 2px;
    bottom: 30px;
    transform: scaleX(0);
}

.thanks_idui::before {
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(208,191,194,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(173,152,155,0.5) 0%, transparent 40%);
    opacity: 0.6;
}

.thanks_idui .study_centerui::before {
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.thanks_idui li {
    animation: fadeSlideInDelayed 1.2s ease-out both;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0;
}

.thanks_idui span {
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transform: translateZ(10px);
    font-size: clamp(1rem, 2vw, 13px);
    display: block;
    position: relative;
}

.contact_form_sectionui .pictureui::after {
    opacity: 0.7;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, transparent 60%);
    content: '';
    height: 100%;
}

.contact_form_sectionui .contact_reachui {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: space-between;
}

.contact_form_sectionui input[type="text"],
.contact_form_sectionui textarea {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}

.contact_form_sectionui .feedback_queryui input[type="checkbox"]:checked + label::after {
    top: 5px;
    transform: rotate(45deg);
    width: 6px;
    left: 7px;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    height: 12px;
}

.contact_form_sectionui .request_blockui:hover::before {
    left: 100%;
}

.contact_form_sectionui .support_infoui {
    width: 40%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    overflow: hidden;
    position: relative;
    padding: 40px;
}

.contact_form_sectionui .support_infoui h4::after {
    background: rgb(208,191,194);
    position: absolute;
    left: 0;
    width: 50px;
    border-radius: 3px;
    bottom: -10px;
    content: '';
    height: 3px;
}

.contact_form_sectionui .contact_feedbackui li:hover::before {
    height: 6px;
    opacity: 1;
    left: -3px;
    width: 6px;
}

.contact_form_sectionui .contact_feedbackui svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,194);
}

.contact_form_sectionui .contact_feedbackui a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

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



.data_statisticsui .extra_studyui svg {
    fill: #ffffff;
    height: 100%;
    width: 100%;
}

.data_statisticsui .statistics_boostui::after {
    bottom: -15px;
    height: 3px;
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(208,191,194);
    position: absolute;
    transform: translateX(-50%);
}

.data_statisticsui .key_classesui {
    display: flex;
    position: relative;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.data_statisticsui .statistics_supportui {
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 30px;
    height: 200px;
    width: 50%;
}

.data_statisticsui .growth_trackui svg path {
    fill: rgb(173,152,155);
}

.data_statisticsui .statistics_supportui p {
    line-height: 1.4;
    font-size: 18px;
    max-width: 200px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.data_statisticsui .statistics_supportui:nth-child(3) {
    animation: fadeIn 0.5s ease forwards 0.4s;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.cookie_popup_warningui {
    position: fixed;
    width: 100%;
    background-color: rgb(233,225,227);
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    border-top: 1px solid rgb(208,191,194);
    bottom: 0;
}

.cookie_popup_warningui .data_approvalui h5 {
    font-size: 24px;
    margin-bottom: 6px;
    color: rgb(208,191,194);
}

.cookie_popup_warningui .cookie_disclaimerui:active {
    transform: translateY(1px);
    box-shadow: none;
}

.course_overviewui::before {
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,191,194,0.5), 0.05) 100%);
    transform: skewX(-15deg) translateX(10%);
    top: 0;
    z-index: -1;
    right: 0;
    width: 60%;
}

.course_overviewui h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course_overviewui .program_pathui {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    gap: 40px;
}

.course_overviewui .description_cardui {
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
}

.course_overviewui .description::first-letter {
    font-size: 1.2em;
    color: rgb(208,191,194);
    font-weight: 600;
}




.course_overviewui .program_pathui:hover .pictureui {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.customer_opinionsui::after {
    bottom: -5%;
    transform: rotate(15deg);
    opacity: 0.1;
    height: 40%;
    background: radial-gradient(circle, rgb(173,152,155) 10%, transparent 70%);
    width: 40%;
    content: "";
    left: -5%;
    pointer-events: none;
    position: absolute;
}

.customer_opinionsui .user_testimonialsui {
    position: relative;
    opacity: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: translateY(20px);
    padding: 2rem;
    animation-delay: calc(0.1s * var(--i, 1));
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    animation: fadeUp 0.6s ease-out forwards;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
}

.customer_opinionsui .user_testimonialsui div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.customer_opinionsui .user_testimonialsui h4::after {
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(173,152,155);
    left: 0;
    bottom: -5px;
    height: 2px;
    content: "";
    width: 30px;
}

.customer_opinionsui a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 6px;
}::-webkit-scrollbar-thumb {
    background: rgb(173,152,155,0.5);
}}


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



@media (max-width: 767px) {header .site_navbarui .nav_mainwrapui {
    justify-content: center;
    flex-wrap: wrap;
}header .site_navbarui .nav_mainwrapui .top_wrapui {
    margin: 3px 0;
}header .site_navbarui .nav_mainwrapui .top_wrapui:not(:last-child)::after {
    display: none;
}}



@media (max-width: 1199px) {.our_missionui {
    padding: 120px 0;
}.our_missionui .study_centerui {
    gap: 25px;
    grid-template-columns: 1fr 1.2fr;
}.our_missionui .description_cardui {
    padding: 35px;
}
}



@media (max-width: 991px) {.our_missionui {
    padding: 100px 0;
}.our_missionui .study_centerui {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "director"
            "main_masterui";
    grid-template-rows: auto auto auto;
    gap: 30px;
}.our_missionui .corp_cultureui {
    justify-content: center;
}.our_missionui .method_pedui {
    max-width: 600px;
    margin: 0 auto;
}.our_missionui .description_cardui {
    margin: 0 auto;
    max-width: 600px;
}.our_missionui .study_centerui::before {
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(208,191,194,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(208,191,194,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(208,191,194,0.5) calc(66.66%), transparent calc(66.66% + 1px));
    opacity: 0.1;
}
}



@media (max-width: 1200px) {.pricing_deckui {
    padding: 100px 0;
}.pricing_deckui .discount_priceui {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 991px) {.pricing_deckui {
    padding: 80px 0;
}.pricing_deckui .discount_priceui {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_deckui .pricing_listui {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_pageui {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .news_signup_formui {
    white-space: nowrap;
}footer .top_pageui a {
    padding-right: 10px;
}
}



@media (max-width: 768px) {.academic_expertiseui {
    padding: 100px 0;
}.academic_expertiseui .container {
    padding: 0 30px;
}.academic_expertiseui .user_testimonialsui {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.academic_expertiseui .pictureui {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    min-height: 300px;
    grid-row: 1;
}.academic_expertiseui .name {
    padding: 40px 30px 5px 30px;
    text-align: left;
    grid-row: 2;
    grid-column: 1;
}.academic_expertiseui .user_testimonialsui span:not(.name) {
    grid-column: 1;
    text-align: left;
    grid-row: 3;
    padding: 10px 30px 40px 30px;
}.academic_expertiseui .user_testimonialsui span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.academic_expertiseui .career_areaui {
    grid-column: 1;
    grid-row: 4;
    padding: 0 30px 40px 30px;
}
}



@media (max-width: 992px) {.contact_form_sectionui {
    padding: 60px 0;
}.contact_form_sectionui .pictureui {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.contact_form_sectionui .contact_reachui {
    flex-direction: column;
}.contact_form_sectionui .help_linksui {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact_form_sectionui .support_infoui {
    width: 100%;
}
}



@media screen and (max-width: 767px) {.data_statisticsui {
    padding: 80px 0;
}.data_statisticsui .pro_gainsui::before,
    .data_statisticsui .pro_gainsui::after {
    display: none;
}.data_statisticsui .key_classesui::before,
    .data_statisticsui .key_classesui::after {
    display: none;
}.data_statisticsui .statistics_supportui {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: auto;
    width: 100%;
    border: none !important;
    padding: 25px 15px;
}.data_statisticsui .statistics_supportui:last-child {
    border-bottom: none !important;
}.data_statisticsui .extra_studyui {
    padding: 15px;
    width: 70px;
    height: 70px;
}.data_statisticsui .statistics_boostui {
    font-size: calc(38px - 2px);
}.data_statisticsui .growth_trackui {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.data_statisticsui .statistics_supportui span {
    font-size: calc(38px - 4px);
}.data_statisticsui .statistics_supportui p {
    font-size: calc(18px - 1px);
}
}



@media (max-width: 992px) {.customer_opinionsui {
    padding: 4rem 0;
}.customer_opinionsui h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.customer_opinionsui .user_reviewsui {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}



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

@keyframes scanEffect {
    0%, 100% {
        transform: translateX(-50%) scaleX(0.5);
        opacity: 0.3;
    }
    50% {
        transform: translateX(-50%) scaleX(1);
        opacity: 0.6;
    }
}



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



@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



@keyframes shimmer {
  0%, 100% { opacity: 0.3; transform: translateX(-5%); }
  50% { opacity: 0.5; transform: translateX(5%); }
}



@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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



@keyframes scaleDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

