/**
 * Theme Name:     Ibiza Child
 * Author:         Jegstudio
 * Template:       ibiza
 * Text Domain:	   ibiza-child
 * Description:    Ibiza is a Luxury Hotel & Resort theme template for WordPress that supports full site editing and is fully compatible with the Gutenverse plugin. Ibiza is perfect for hotels, villas, apartments, guesthouses, hostels, and all kinds of resorts websites with online booking or reservation form.You can use the core version and the included Gutenverse to easily create the website you want. We want to make sure that you have the best experience using WordPress to edit your site.
 * Theme URI:      https://fse.jegtheme.com/ibiza/
 * Author URI:     https://support.jegtheme.com/
 * Version:        1.0.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           block-patterns,block-styles,custom-background,custom-menu,editor-style,full-site-editing,template-editing
 */
/* 1. Khai báo biến màu Gradient (Xanh dương -> Vàng cam) */
:root {
    --kcn-gradient: linear-gradient(135deg, #004aad 0%, #ff8c00 100%);
}

/* 2. Áp dụng cho các vùng nền lớn (Hero Banner, Footer, Section nền tối) */
/* Lưu ý: Bạn cần dùng công cụ Inspect (F12) để lấy đúng class của theme Ibiza */
.site-header, 
.hero-section-class-cua-ban { 
    background: var(--kcn-gradient) !important;
}

/* 3. Áp dụng cho các nút bấm (Buttons) để tạo điểm nhấn */
.wp-block-button__link,
.btn-primary {
    background: var(--kcn-gradient) !important;
    color: #ffffff !important;
    border: none;
    transition: opacity 0.3s ease;
}

/* Hiệu ứng hover cho nút bấm */
.wp-block-button__link:hover,
.btn-primary:hover {
    opacity: 0.85;
}