/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.custom-product-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s ease;
}

.custom-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.custom-product-card .card-badge {
    position: absolute; top: 12px; left: 12px;
    background: #ffb900; color: #111;
    font-size: 11px; font-weight: 700;
    padding: 4px 10px; border-radius: 20px; z-index: 2;
}
.custom-product-card .card-body { padding: 16px; }
.custom-product-card .card-category {
    font-size: 11px; font-weight: 700;
    color: #ffb900; letter-spacing: 1px;
    text-transform: uppercase; margin-bottom: 6px;
}
.custom-product-card .card-title {
    font-size: 17px; font-weight: 700;
    color: #111; line-height: 1.35;
    margin-bottom: 14px;
}
.card-title a, .card-category a{
	color:#000;
}
.custom-product-card .card-buttons {
    display: flex; gap: 8px;
}
/* Book Now Button */
a.btn-book-now.book-now {
    background: #ffba00 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 10px !important;
    border: 1px solid #ffba00 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-decoration: none !important;
}

/* Hover */
a.btn-book-now.book-now:hover {
    background: #e6a800 !important;
    border-color: #e6a800 !important;
    color: #fff !important;
}

/* Call Now Button */
a.btn-call-now {
    border: 1px solid #000 !important;
    color: #000 !important;
    background: transparent !important;
    padding: 5px 10px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-decoration: none !important;
}

/* Hover */
a.btn-call-now:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
/* .custom-product-card .card-body {
    height: 35%;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
} */
