/* LU88 Vietnam åº•éƒ¨æ ·å¼ - 2023ç‰ˆ */

/* åº•éƒ¨æ•´ä½“èƒŒæ™¯ */
.modern-footer {
    background: #7cb89a;
    padding-top: 40px;
    position: relative;
    margin-top: 60px;
}

.footer-wave-decoration {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

/* åº•éƒ¨å¡ç‰‡æ ·å¼ */
.footer-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    padding: 0 20px !important;
}

.footer-card {
    background: #6aa386 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    transition: transform 0.3s ease !important;
}

.footer-card:hover {
    transform: translateY(-5px) !important;
}

.card-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.card-header i {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 20px !important;
    margin-right: 10px !important;
}

.card-header h3 {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 18px !important;
}

.card-content {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* è”ç³»ä¿¡æ¯é¡¹ç›®æ ·å¼ */
.platform-hours,
.platform-contact,
.platform-fax,
.platform-email,
.platform-website,
.platform-main {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.platform-hours i,
.platform-contact i,
.platform-fax i,
.platform-email i,
.platform-website i,
.platform-main i {
    margin-right: 10px !important;
    color: #00a046 !important;
    width: 20px !important;
    text-align: center !important;
}

.platform-email a,
.platform-website a,
.platform-main a {
    color: #f9d770 !important;
    text-decoration: none !important;
}

.platform-email a:hover,
.platform-website a:hover,
.platform-main a:hover {
    text-decoration: underline !important;
}

/* æ”¯æŒé“¾æŽ¥å’Œæ”¿ç­–é“¾æŽ¥ */
.support-links,
.policy-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.support-link,
.policy-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    padding: 8px !important;
    border-radius: 3px !important;
    transition: all 0.2s !important;
}

.support-link:hover,
.policy-link:hover {
    background-color: rgba(0, 138, 70, 0.3) !important;
    color: #f9d770 !important;
}

/* å¿«é€Ÿè”ç³»åŒºåŸŸ */
.quick-contact {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.contact-button {
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.live-chat {
    background: linear-gradient(to bottom, #00a046, #008a46) !important;
}

.register {
    background: linear-gradient(to bottom, #ffb43c, #ff9500) !important;
}

.contact-button i {
    margin-right: 8px !important;
}

.contact-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

/* åº•éƒ¨ç‰ˆæƒåŒºåŸŸ */
.footer-bottom {
    background: linear-gradient(to bottom,
            #ff4d66 0%,
            #ff1a3c 100%);    padding: 20px 0;
    margin-top: 40px;
}

.copyright-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 10px;
}

.warning-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.divider {
    margin: 0 10px !important;
}

.footer-links {
    display: flex !important;
    gap: 15px !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.2s !important;
}

.footer-links a:hover {
    color: #ffffff !important;
}

/* å“åº”å¼è°ƒæ•´ */
@media (max-width: 992px) {
    .footer-cards {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .quick-contact {
        flex-direction: column !important;
    }

    .copyright-wrapper {
        flex-direction: column !important;
        text-align: center !important;
    }

    .footer-links {
        margin-top: 10px !important;
        justify-content: center !important;
    }
}

.site-footer {
    background: linear-gradient(to bottom,
            #2d8cff 0%,
            #0a4cbf 100%);
    color: #ffffff;
    padding: 60px 0 0;
    position: relative;
    margin-top: 60px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 0 20px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-section ul li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.payment-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.payment-icons img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.payment-icons img:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 0;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h3:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-info p {
        justify-content: center;
    }

    .payment-icons {
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    }
}