﻿@keyframes buttonPulse {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.rightbtn {
    right: 0;
    top: 50%;
    position: fixed;
    display: flex;
    animation: buttonPulse 2s infinite;
    transition: transform 0.3s;
    z-index: 9999999999;
}

    .rightbtn:hover {
        transform: scale(1.2);
    }
.swiper-logo-carousel .swiper .client-logo {
    max-height: 3rem !important;
}

#landingTeam {
    background-color: #f0f0f0;
}
:is(.dark-style) .team-title, .team-title > span, #landingCTA .cta-title {
    background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
    background-size: 200% auto;
    color: #384551;
    background-clip: text;
    line-height: 1.2;
    text-fill-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    animation: shine 2s ease-in-out infinite alternate
}

.landing-pricing .pricing-list .badge.badge-center i {
    margin-top: 0 !important;
}

.lien-ket-tuyen-dung button img {
    transition: filter 0.5s ease;
}

.lien-ket-tuyen-dung button:hover img {
    filter: brightness(0) invert(1);
}

:is(.dark-style) .lien-ket-tuyen-dung img {
    filter: brightness(0) invert(1);
}


#hero-animation {
    position: relative;
    background-color: white;
    margin-top: 6rem;
}


#landingHero {
    margin-top: 6rem;
}

    #landingHero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://lms.uef.edu.vn/pluginfile.php/1/theme_space/block1slideimg1/1720150661/banner1.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

#hero-animation .card {
    background-color: #ffffffcf;
}

.uef-school-name-xxl {
    font-size: clamp(1.4rem, 3vw, calc(2.375rem + 0.3vw)) !important;
    line-height: clamp(1.4rem, 3vw, calc(2.375rem + 0.3vw)) !important;
}

nav.layout-navbar.shadow-none:not(.navbar-active) .container {
    max-width: 100% !important;
    padding: 0 !important;
}

    nav.layout-navbar.shadow-none:not(.navbar-active) .container .navbar {
        box-shadow: none !important;
    }

#searchbanner {
    margin: 0 !important;
    margin-top: 6rem !important;
}

@media(min-width: 992px) {
    #searchbanner {
        position: absolute;
        top: 0;
        /* margin: 1rem !important; */
    }
}

@media(max-width: 992px) {
    #searchbanner {
        margin-top: 0 !important;
    }

        #searchbanner .card {
            margin: 0 !important;
            border-bottom: 0!important;
        }
        #searchbanner .card::after {
            border-bottom: 0!important;
        }
}

#landingHero .container {
    min-height: 160px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #searchbanner {
        margin-top: 3rem !important;
    }
}

@media(min-width: 576px) {
    #searchbanner, #landingHero .container {
        min-height: 250px;
    }
}

@media(min-width: 768px) {
    #searchbanner, #landingHero .container {
        min-height: 300px;
    }
}

@media(min-width: 992px) {
    #searchbanner, #landingHero .container {
        min-height: 350px;
    }
}

@media(min-width: 1200px) {
    #searchbanner, #landingHero .container {
        min-height: 400px;
        margin-left: 12rem !important;
        margin-right: -12rem !important;
    }
}

@media(min-width: 1400px) {
    #searchbanner, #landingHero .container {
        min-height: 450px;
        margin-left: 20rem !important;
        max-width: calc(100% - 20rem) !important;
    }
}
#landingFeatures .text-center>img{
    filter: hue-rotate(120deg);
}
#landingPricing div.card-header  img {
    filter: hue-rotate(160deg);
}
#landingPricing {
    position: relative;
}
#landingPricing:before {
    position: absolute;
    content: '';
    background-image: url(../../images/landing/testimonials-left-dec.png);
    left: 0px;
    top: 0px;
    width: 593px;
    height: 352px;
    z-index: 1;
}
#landingPricing:after {
    position: absolute;
    content: '';
    background-image: url(../../images/landing/testimonials-right-dec.png);
    right: 0px;
    bottom: 0px;
    width: 632px;
    height: 352px;
    z-index: 1;
}
@media (max-width: 768px) {
    #landingPricing:before {
        width: 300px;
        height: 178px;
        background-size: contain; /* Đảm bảo hình không bị méo */
    }

    #landingPricing:after {
        width: 316px;
        height: 176px;
        background-size: contain;
    }
    #landingPricing .row.lien-ket-tuyen-dung>div {
       padding: 0 0.1rem;
    }

    #landingFAQ .rounded-circle {
        border-radius: 0.5rem !important;
    }
}

#landingPricing .container {
    position: relative;
    z-index: 2;
}