/*
Theme Name: Buzz Studio
Theme URI: https://buzzstudio.np
Author: Buzz Studio
Author URI: https://buzzstudio.np
Description: A premium photography agency WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photography, portfolio, agency, dark
Text Domain: buzz-studio
*/

/*
This file is required for WordPress theme identification. 
The actual styles are located in the assets/css/ folder.
*/

@media (max-width: 1199px) {
    body {
        padding-bottom: 70px !important;
    }

    .header,
    .header.sticky {
        position: relative !important;
        position: absolute !important;
        /* Try absolute if relative doesn't work as expected */
        top: 0;
        left: 0;
        right: 0;
        background: transparent !important;
    }

    /* Reset absolute if it causes layout issues, relative is safer */
    .header {
        position: relative !important;
    }

    .totop {
        bottom: 85px !important;
    }
}

.main-menu li a i {
    margin-right: 3px;
    font-size: 1.1em;
    vertical-align: middle;
}

/* Booking Form Scheduling Styles */
#booking-message {
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-info {
    color: #17a2b8;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

.text-muted {
    color: #6c757d;
    font-size: 0.85em;
}

#booking-time:disabled+.nice-select {
    background-color: #f8f9fa;
    cursor: not-allowed;
    opacity: 0.6;
}