/*
Theme Name: Fortunate India Tours
Theme URI: https://fortunateindiatours.com
Author: Fortunate India Tours
Author URI: https://fortunateindiatours.com
Description: Luxury custom India tour theme with Tailwind CSS and ACF-powered homepage sections.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fortunate-india-tours
Tags: custom-menu, custom-logo, featured-images, full-width-template, translation-ready
*/
:root {
    --bg-gold: #c9a962;
    --text-black: #0a1628;
}
.enquiry-section {
    input:not([type="submit"]) {
        width: 100%;
        display: block;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #333;
        background-color: #37414f;
        border-color: rgb(255 255 255 / 0.15);
    }
    [type="submit"] {
        display: block;
        width: 100%;
        background-color: var(--bg-gold);
        color: var(--text-black);
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
    }
    .wpcf7-spinner {
        position: absolute;
        inset: 0;
    }
    p {
        position: relative;
    }
}

.prose-tours-list {
    p {
        margin-bottom: 1rem;
    }
}

.banner-slide {
    &:has(h2) {
        position: relative;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
    }
}