/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.price {
    color: #e60000 !important;
    font-weight: bold !important;
}


/* Nút Liên Hệ dưới tiêu đề sản phẩm */
.call-now-under-title {
    margin: 20px 0;
    text-align: left; /* có thể đổi thành center nếu muốn căn giữa */
}

.call-now-under-title .contact-button {
    display: inline-block;
    background: linear-gradient(135deg, #0074c6, #005fbc);
    color: #ffffff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Hiệu ứng hover */
.call-now-under-title .contact-button:hover {
    background: linear-gradient(135deg, #005fbc, #003f88);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Hiệu ứng click */
.call-now-under-title .contact-button:active {
    transform: scale(0.96);
}

/* Responsive */
@media (max-width: 480px) {
    .call-now-under-title .contact-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/* Ẩn toàn bộ icon liên hệ trên màn hình mobile */


}