/*
Theme Name: Heritage Travel & Tourism
Theme URI: https://heritage-travel-tourism.example.com
Author: Heritage Travel
Author URI: https://heritage-travel-tourism.example.com
Description: A premium, modern, responsive travel theme designed specifically for Kerala Tourism and Force Urbania luxury rentals. Fully compatible with Elementor, Gutenberg, WooCommerce, Rank Math SEO, and Contact Form 7.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heritage-travel
Tags: travel, tourism, hotel, booking, rent-a-car, kerala, modern, two-columns, custom-header, translation-ready, ecommerce

This theme is designed with high-end luxury aesthetics, including gold (#D4AF37) and orange (#F97316) accents, soft rounded cards, and immersive layout blocks.
*/

/* Reset & Global Base Style */
body {
    font-family: 'Inter', 'Poppins', sans-serif;
    color: #1F2937;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

a {
    color: #F97316;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #D4AF37;
}

.wp-block-button__link {
    background-color: #F97316;
    color: #FFFFFF;
    border-radius: 9999px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.wp-block-button__link:hover {
    background-color: #D4AF37;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
