/*
Theme Name: Bombay Beats Studios
Theme URI: https://bombaybeatsstudios.com
Author: Umakant Yadav
Author URI: https://codeapka.com/
Description: A custom theme for Bombay Beats Studios
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: bombaybeatsstudios
Tags: custom, music, studio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
   Custom Logo Styles
   ========================================================================== */

/* Main header logo */
.header__logo .custom-logo-link {
    display: inline-block;
}

.header__logo .custom-logo {
    max-width: 200px;
    height: auto;
    width: auto;
    max-height: 60px;
    object-fit: contain;
}

/* Offcanvas logo */
.offcanvas__logo .custom-logo-link {
    display: inline-block;
}

.offcanvas__logo .custom-logo {
    max-width: 180px;
    height: auto;
    width: auto;
    max-height: 50px;
    object-fit: contain;
}

/* Footer logo */
.ms-footer-logo .custom-logo-link {
    display: inline-block;
}

.ms-footer-logo .custom-logo {
    max-width: 200px;
    height: auto;
    width: auto;
    max-height: 60px;
    object-fit: contain;
}

/* Responsive logo adjustments */
@media (max-width: 768px) {
    .header__logo .custom-logo {
        max-width: 150px;
        max-height: 45px;
    }
    
    .ms-footer-logo .custom-logo {
        max-width: 150px;
        max-height: 45px;
    }
}

/* ==========================================================================
   Acts Custom Post Type Styles
   ========================================================================== */

/* Acts Archive Styles */
.ms-acts-hero-area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.ms-acts-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ms-acts-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.ms-acts-filter-wrap {
    text-align: center;
    margin-bottom: 2rem;
}

.ms-filter-btn {
    background: transparent;
    border: 2px solid #667eea;
    color: #667eea;
    padding: 10px 20px;
    margin: 0 5px 10px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.ms-filter-btn:hover,
.ms-filter-btn.active {
    background: #667eea;
    color: white;
}

/* Act Card Styles */
.ms-act-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.ms-act-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.ms-act-card-thumb {
    position: relative;
    overflow: hidden;
}

.ms-act-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ms-act-card:hover .ms-act-card-img {
    transform: scale(1.05);
}

.ms-act-status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ms-act-status-available {
    background: #28a745;
    color: white;
}

.ms-act-status-booked {
    background: #dc3545;
    color: white;
}

.ms-act-status-on_tour {
    background: #ffc107;
    color: #212529;
}

.ms-act-card-content {
    padding: 25px;
}

.ms-act-card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.ms-act-card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ms-act-card-title a:hover {
    color: #667eea;
}

.ms-act-card-type {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.ms-act-card-genres {
    margin-bottom: 15px;
}

.ms-act-genre-tag {
    display: inline-block;
    background: #f8f9fa;
    color: #667eea;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ms-act-card-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ms-act-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.ms-act-card-price {
    font-weight: 600;
}

.ms-price-label {
    color: #666;
    font-size: 0.9rem;
}

.ms-price-value {
    color: #667eea;
    font-size: 1.1rem;
}

/* Single Act Styles */
.ms-act-hero-area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.ms-act-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ms-act-hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.ms-act-label {
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}

.ms-act-genre-tag,
.ms-act-location-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    margin-right: 8px;
}

.ms-act-status {
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
}

.ms-act-status-available {
    background: #28a745;
    color: white;
}

.ms-act-status-booked {
    background: #dc3545;
    color: white;
}

.ms-act-status-on_tour {
    background: #ffc107;
    color: #212529;
}

.ms-act-price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffc107;
}

.ms-act-actions {
    margin-top: 2rem;
}

.ms-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.ms-btn-primary {
    background: #667eea;
    color: white;
}

.ms-btn-primary:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
}

.ms-btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.ms-btn-secondary:hover {
    background: white;
    color: #667eea;
}

.ms-btn-sm {
    padding: 8px 20px;
    font-size: 0.9rem;
}

.ms-btn-full {
    width: 100%;
    text-align: center;
}

.ms-ml-20 {
    margin-left: 20px;
}

.ms-act-hero-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Act Details Styles */
.ms-act-details-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}

.ms-act-details-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 2rem;
}

.ms-act-excerpt {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-top: 2rem;
}

.ms-act-excerpt h3 {
    color: #333;
    margin-bottom: 1rem;
}

/* Sidebar Styles */
.ms-act-sidebar {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.ms-act-sidebar-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #667eea;
}

.ms-act-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.ms-act-contact-item i {
    color: #667eea;
    margin-right: 12px;
    width: 20px;
}

.ms-act-contact-item a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.ms-act-contact-item a:hover {
    color: #667eea;
}

.ms-act-social-list {
    display: flex;
    gap: 15px;
}

.ms-act-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ms-act-social-link:hover {
    background: #5a6fd8;
    transform: translateY(-3px);
}

.ms-act-booking-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}

.ms-act-booking-cta h3 {
    color: white;
    margin-bottom: 1rem;
}

.ms-act-booking-cta p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

/* No Acts Found */
.ms-no-acts-found {
    padding: 60px 20px;
    color: #666;
}

.ms-no-acts-found h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ms-acts-hero-title,
    .ms-act-hero-title {
        font-size: 2.5rem;
    }
    
    .ms-act-card-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .ms-act-actions .ms-btn {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .ms-ml-20 {
        margin-left: 0;
    }
    
    .ms-act-sidebar {
        margin-top: 30px;
    }
}

/* Browse Acts Header Dropdown Styles */
.ms-song-subtitle {
    color: #666;
    font-size: 0.85rem;
    margin-top: 5px;
}
/*
 ==========================================================================
   Featured Acts Custom Post Type Styles
   ========================================================================== */

/* Featured Act Hero Styles */
.ms-featured-act-hero-area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.ms-featured-act-number {
    margin-bottom: 1rem;
}

.ms-act-number {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
}

.ms-featured-act-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.ms-featured-act-hero-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.ms-featured-act-actions {
    margin-top: 2rem;
}

.ms-featured-act-hero-img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    margin: 0 auto;
    display: block;
}

/* Featured Act Details Styles */
.ms-featured-act-details-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #333;
}

.ms-featured-act-details-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 3rem;
}

.ms-featured-act-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 15px;
    margin-top: 3rem;
}

.ms-featured-act-cta h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.ms-featured-act-cta p {
    opacity: 0.9;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.ms-btn-lg {
    padding: 15px 40px;
    font-size: 1.1rem;
}

/* Related Acts Styles */
.ms-bg-grey {
    background-color: #f8f9fa;
}

.ms-section-title-text {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
}

.ms-related-act-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.ms-related-act-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.ms-related-act-thumb {
    position: relative;
    overflow: hidden;
}

.ms-related-act-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ms-related-act-card:hover .ms-related-act-img {
    transform: scale(1.05);
}

.ms-related-act-number {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.ms-related-act-content {
    padding: 25px;
}

.ms-related-act-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.ms-related-act-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ms-related-act-title a:hover {
    color: #667eea;
}

.ms-related-act-description {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Homepage Slider Enhancements */
.ms-song-item {
    transition: transform 0.3s ease;
}

.ms-song-item:hover {
    transform: translateY(-5px);
}

.ms-song-img img {
    transition: transform 0.3s ease;
}

.ms-song-item:hover .ms-song-img img {
    transform: scale(1.05);
}

/* Responsive Styles for Featured Acts */
@media (max-width: 768px) {
    .ms-featured-act-hero-title {
        font-size: 2.5rem;
    }
    
    .ms-featured-act-hero-img {
        width: 300px;
        height: 300px;
        margin-top: 30px;
    }
    
    .ms-featured-act-actions .ms-btn {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .ms-ml-20 {
        margin-left: 0;
    }
    
    .ms-featured-act-cta {
        padding: 30px 20px;
    }
    
    .ms-section-title-text {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .ms-featured-act-hero-title {
        font-size: 2rem;
    }
    
    .ms-featured-act-hero-img {
        width: 250px;
        height: 250px;
    }
    
    .ms-featured-act-details-title {
        font-size: 2rem;
    }
}/* =
=========================================================================
   JavaScript Error Prevention & Fallback Styles
   ========================================================================== */

/* Fallback styles for when JavaScript fails */
.ms-song-active {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.ms-song-active .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.ms-song-active .swiper-slide {
    flex: 0 0 auto;
    margin-right: 30px;
}

/* Hide elements that depend on JavaScript until loaded */
.js-dependent {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.js-loaded .js-dependent {
    opacity: 1;
}

/* Error message styling */
.js-error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    display: none;
}

/* Console error prevention */
img[src=""] {
    display: none;
}

/* Mobile menu fallback */
@media (max-width: 991px) {
    .main-menu {
        display: block !important;
    }
    
    .mobile-menu {
        display: block;
    }
}

/* Swiper fallback styles */
.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.swiper-slide {
    flex-shrink: 0;
}

/* Prevent JavaScript errors from breaking layout */
.ms-all-content {
    min-height: 100vh;
}

/* Loading state */
.loading {
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==========================================================================
   Icon Fixes and Fallbacks
   ========================================================================== */

/* Browse Acts Icon Fix */
.flaticon-options-lines:before,
.browse-filter__text i:before {
    content: "☰" !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: inherit !important;
    display: inline-block !important;
}

/* Mobile Hamburger Menu Icon */
.header__hamburger .bar-icon {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.header__hamburger .bar-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.header__hamburger .bar-icon:hover span {
    background: #667eea;
}

/* Mean Menu Icon Fix */
.meanmenu-reveal {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    text-indent: -9999px !important;
}

.meanmenu-reveal:before {
    content: "☰" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 20px !important;
    color: #fff !important;
    text-indent: 0 !important;
    font-family: Arial, sans-serif !important;
}

/* User Icon Fix */
.flaticon-user:before {
    content: "👤" !important;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

/* Social Media Icons */
.ms-footer-social a[href*="instagram"]:before,
.ms-act-social-link[href*="instagram"]:before {
    content: "📷" !important;
    font-family: Arial, sans-serif !important;
}

.ms-footer-social a[href*="twitter"]:before,
.ms-act-social-link[href*="twitter"]:before {
    content: "🐦" !important;
    font-family: Arial, sans-serif !important;
}

.ms-footer-social a[href*="facebook"]:before,
.ms-act-social-link[href*="facebook"]:before {
    content: "📘" !important;
    font-family: Arial, sans-serif !important;
}

.ms-footer-social a[href*="youtube"]:before,
.ms-act-social-link[href*="youtube"]:before {
    content: "📺" !important;
    font-family: Arial, sans-serif !important;
}

/* Contact Icons */
.flaticon-email:before {
    content: "✉" !important;
    font-family: Arial, sans-serif !important;
}

.flaticon-phone:before {
    content: "📞" !important;
    font-family: Arial, sans-serif !important;
}

.flaticon-website:before {
    content: "🌐" !important;
    font-family: Arial, sans-serif !important;
}

/* General Icon Fallbacks */
[class*="flaticon-"]:before {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    font-weight: normal !important;
}

/* Font Awesome Fallbacks */
.fa-facebook-f:before { content: "f" !important; }
.fa-instagram:before { content: "📷" !important; }
.fa-youtube:before { content: "▶" !important; }
.fa-twitter:before { content: "🐦" !important; }

/* Ensure icons are visible */
i[class*="flaticon-"],
i[class*="fa-"],
.browse-filter__text i {
    font-style: normal !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* Browse Acts Dropdown Icon Specific Fix */
.ms-browse-icon .browse-filter__text {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ms-browse-icon .browse-filter__text i {
    font-size: 18px !important;
    line-height: 1 !important;
    color: inherit !important;
}

/* Mobile Menu Toggle Animation */
.sidebar__toggle.active .bar-icon span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.sidebar__toggle.active .bar-icon span:nth-child(2) {
    opacity: 0;
}

.sidebar__toggle.active .bar-icon span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Responsive Icon Adjustments */
@media (max-width: 768px) {
    .flaticon-options-lines:before,
    .browse-filter__text i:before {
        font-size: 16px !important;
    }
    
    .header__hamburger .bar-icon {
        width: 25px;
        height: 20px;
    }
    
    .header__hamburger .bar-icon span {
        height: 2px;
        margin: 4px 0;
    }
}

/* Ensure visibility over backgrounds */
.browse-filter__text,
.header__hamburger,
.meanmenu-reveal {
    z-index: 999 !important;
    position: relative !important;
}

/* Fix for missing icon fonts */
@font-face {
    font-family: 'IconFallback';
    src: local('Arial'), local('Helvetica');
}

/* Apply fallback font when icon fonts fail */
[class*="flaticon-"]:before,
[class*="fa-"]:before {
    font-family: 'IconFallback', Arial, sans-serif !important;
}/* ===
=======================================================================
   Additional Icon and Menu Fixes
   ========================================================================== */

/* Force hamburger menu visibility */
.header__hamburger {
    display: block !important;
    position: relative !important;
    z-index: 9999 !important;
}

.header__hamburger .sidebar__toggle {
    display: block !important;
}

/* .header__hamburger .bar-icon {
    display: block !important;
    cursor: pointer !important;
    padding: 5px !important;
} */

/* Ensure hamburger spans are always visible */
.header__hamburger .bar-icon span {
    display: block !important;
    width: 25px !important;
    height: 3px !important;
    background-color: #ffffff !important;
    margin: 4px 0 !important;
    transition: 0.3s !important;
    border-radius: 2px !important;
}

/* Browse Acts icon container */
.ms-browse-icon {
    position: relative !important;
    display: block !important;
}

.browse-filter__text {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.browse-filter__text:hover {
    color: #667eea !important;
}

/* Ensure Browse Acts dropdown is positioned correctly */
.ms-browse-act-item-wrap {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    min-width: 300px !important;
    z-index: 9999 !important;
    display: none !important;
}

/* Mobile menu container */
.mobile-menu {
    display: none !important;
    background: #ffffff !important;
    padding: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* Icon text fallbacks for better accessibility */
.browse-filter__text i:empty:after {
    content: "Menu" !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .header__hamburger {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .browse-filter {
        display: none !important;
    }
    
    .header__hamburger {
        display: block !important;
    }
}

/* Dark theme icon adjustments */
@media (prefers-color-scheme: dark) {
    .header__hamburger .bar-icon span {
        background-color: #ffffff !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .browse-filter__text i:before,
    .header__hamburger .bar-icon span {
        background-color: currentColor !important;
        color: inherit !important;
    }
}

/* Print styles - hide interactive elements */
@media print {
    .header__hamburger,
    .browse-filter,
    .mobile-menu {
        display: none !important;
    }
}/* =====
=====================================================================
   Fix for Hover Icons - Remove or Modify Hover Effects
   ========================================================================== */

/* Option 1: Completely hide the hover icons */
.ms-popular__link {
    display: none !important;
}

.ms-popular-overlay {
    display: none !important;
}

/* Option 2: If you want to keep the hover effect but make it more subtle */
/*
.ms-popular__thumb:hover .ms-popular__link {
    opacity: 0.7 !important;
}

.ms-popular__thumb:hover .ms-popular-overlay {
    opacity: 0.3 !important;
}
*/

/* Option 3: Change the hover icon to something else */
/*
.ms-popular__link .ms-popular-icon i:before {
    content: "\f06e" !important; // Eye icon
}
*/

/* Fix for song overlay icons if they exist */
.ms-song-overlay {
    display: none !important;
}

.ms-song-meta {
    display: none !important;
}

/* Remove hover effects from song items */
.ms-song-item:hover .ms-song-img img {
    transform: none !important;
}

/* Remove any other overlay hover effects */
.ms-overlay10:hover::after {
    opacity: 0 !important;
    visibility: hidden !important;
}

.ms-overlay10:hover::before {
    opacity: 1 !important;
    visibility: visible !important;
}
/*
 ==========================================================================
   Services Page Styles
   ========================================================================== */

/* Services Intro Area */
.services-intro-area {
    background: #f8f9fa;
}

.services-intro-area .section__title-2 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.services-intro-area p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* Service Item Styles */
.service__item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service__icon {
    text-align: center;
    margin-bottom: 25px;
}

.service__icon i {
    font-size: 48px;
    color: #667eea;
    transition: all 0.3s ease;
}

.service__item:hover .service__icon i {
    color: #764ba2;
    transform: scale(1.1);
}

.service__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.service__content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.service__features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-grow: 1;
}

.service__features li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.service__features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.service__btn {
    text-align: center;
    margin-top: auto;
}

.service__btn .ms-border-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #667eea;
    color: #667eea;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.service__btn .ms-border-btn:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-2px);
}

/* Choose Services Area */
.choose-services-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.choose-services-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.choose-services-area .container {
    position: relative;
    z-index: 2;
}

.choose-services-area .section__title-2,
.choose-services-area .section__subtitle-2 {
    color: #fff;
}

.choose-services-area .choose__content h4 {
    color: #fff;
    margin-bottom: 10px;
}

.choose-services-area .choose__content p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

/* Service Process Area */
.process__item {
    position: relative;
}

.process__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.process__icon i {
    font-size: 48px;
    color: #667eea;
    display: block;
}

.process__number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #764ba2;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.process__content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.process__content p {
    color: #666;
    line-height: 1.6;
}

/* CTA Area */
.cta-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}


.cta__content {
    position: relative;
    z-index: 2;
}

.cta__title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.cta__text {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta__btn .ms-border-btn {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 0 10px;
}

.cta__btn .ms-border-btn:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .service__item {
        margin-bottom: 30px;
    }
    
    .cta__title {
        font-size: 28px;
    }
    
    .cta__text {
        font-size: 16px;
    }
    
    .cta__btn .ms-border-btn {
        display: block;
        margin: 10px auto;
        text-align: center;
        max-width: 200px;
    }
    
    .process__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .service__item {
        padding: 30px 20px;
    }
    
    .service__icon i {
        font-size: 36px;
    }
    
    .service__title {
        font-size: 20px;
    }
    
    .cta__title {
        font-size: 24px;
    }
}/* =====
=====================================================================
   About Us Page Styles
   ========================================================================== */

/* About Intro Area */
.about-intro-area {
    background: #f8f9fa;
}

.about__content-2 .section__title-2 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.about__content-2 p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.about__btn .ms-border-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #667eea;
    color: #667eea;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.about__btn .ms-border-btn:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-2px);
}

/* Our Story Area */
.our-story-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.story__content {
    position: relative;
    z-index: 2;
}

.our-story-area .section__title-2,
.our-story-area .section__subtitle-2 {
    color: #fff;
}

.story__text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Mission & Vision Area */
.mission__item,
.vision__item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.mission__item:hover,
.vision__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.mission__icon,
.vision__icon {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission__icon i,
.vision__icon i {
    font-size: 48px;
    color: #667eea;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.mission__item:hover .mission__icon i,
.vision__item:hover .vision__icon i {
    color: #764ba2;
    transform: scale(1.1);
}

.mission__title,
.vision__title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.mission__content p,
.vision__content p {
    color: #666;
    line-height: 1.6;
    text-align: center;
}

/* Facilities Area */
.facilities-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.facilities-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.facilities-area .container {
    position: relative;
    z-index: 2;
}

.facilities-area .section__title-2,
.facilities-area .section__subtitle-2 {
    color: #fff;
}

.facility__item {
    background: rgba(255,255,255,0.1);
    padding: 30px 25px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.facility__item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-5px);
}

.facility__icon {
    margin-bottom: 20px;
}

.facility__icon i {
    font-size: 40px;
    color: #fff;
}

.facility__content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.facility__content p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    font-size: 14px;
}

/* Team Area */
.team__item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.team__thumb {
    overflow: hidden;
}

.team__thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team__item:hover .team__thumb img {
    transform: scale(1.05);
}

.team__content {
    padding: 25px 20px;
    text-align: center;
}

.team__content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.team__designation {
    color: #667eea;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.team__content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.team__social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team__social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f8f9fa;
    color: #667eea;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.team__social a:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-2px);
}

/* Statistics Area */
.stats-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.stats-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.stats__item {
    position: relative;
    z-index: 2;
}

.stats__icon {
    margin-bottom: 20px;
}

.stats__icon i {
    font-size: 48px;
    color: #fff;
}

.stats__number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.stats__text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .mission__item,
    .vision__item,
    .facility__item,
    .team__item {
        margin-bottom: 30px;
    }
    
    .stats__number {
        font-size: 36px;
    }
    
    .cta__title {
        font-size: 28px;
    }
    
    .cta__btn .ms-border-btn {
        display: block;
        margin: 10px auto;
        text-align: center;
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .mission__item,
    .vision__item,
    .facility__item {
        padding: 25px 20px;
    }
    
    .mission__title,
    .vision__title {
        font-size: 20px;
    }
    
    .facility__content h4 {
        font-size: 18px;
    }
    
    .stats__number {
        font-size: 32px;
    }
    
    .team__thumb img {
        height: 200px;
    }
}/* M
obile Menu Navigation Styles */
.offcanvas__menu {
    width: 100%;
}

.offcanvas-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-nav li:last-child {
    border-bottom: none;
}

.offcanvas-nav li a {
    display: block;
    padding: 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.offcanvas-nav li a:hover {
    color: var(--clr-theme-1, #FF589B);
    padding-left: 10px;
}

.offcanvas-nav li.current-menu-item a,
.offcanvas-nav li.current_page_item a {
    color: var(--clr-theme-1, #FF589B);
}

/* Submenu styles for mobile */
.offcanvas-nav li.menu-item-has-children > a:after {
    content: '+';
    float: right;
    font-size: 18px;
    line-height: 1;
}

.offcanvas-nav li.menu-item-has-children.active > a:after {
    content: '-';
}

.offcanvas-nav .sub-menu {
    display: none;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.offcanvas-nav .sub-menu li a {
    padding: 10px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.offcanvas-nav .sub-menu li a:hover {
    color: var(--clr-theme-1, #FF589B);
}

/* Show submenu when parent is active */
.offcanvas-nav li.menu-item-has-children.active .sub-menu {
    display: block;
}

/* Ensure mobile menu is visible on mobile devices */
@media (max-width: 1199px) {
    .mobile-menu {
        display: block !important;
    }
    
    .offcanvas__menu {
        display: block;
    }
}

/* Hide mobile menu on desktop */
@media (min-width: 1200px) {
    .mobile-menu {
        display: none !important;
    }
}
/* Mob
ile Menu Navigation Styles - Updated */
.mobile-menu {
    width: 100% !important;
    display: block !important;
}

.mobile-nav-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mobile-nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 0 !important;
}

.mobile-nav-list li:last-child {
    border-bottom: none !important;
}

.mobile-nav-list li a {
    display: block !important;
    padding: 15px 0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.mobile-nav-list li a:hover {
    color: white !important;
    padding-left: 10px !important;
}

.mobile-nav-list li.current-menu-item a,
.mobile-nav-list li.current_page_item a {
    color: #fff !important;
}

/* Force mobile menu visibility */
@media (max-width: 1199px) {
    .mobile-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .mobile-nav-list {
        display: block !important;
    }
}/* Fallb
ack Mobile Menu - Force Visibility */
.mobile-fallback-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
}

.mobile-fallback-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 0 !important;
}

.mobile-fallback-menu li:last-child {
    border-bottom: none !important;
}

.mobile-fallback-menu li a {
    display: block !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    background: none !important;
}

.mobile-fallback-menu li a:hover {
    color: #FF589B !important;
    background: rgba(255, 88, 155, 0.1) !important;
    padding-left: 20px !important;
}

/* Ensure the mobile menu container is visible */
.offcanvas__info .mobile-menu {
    display: block !important;
    min-height: 200px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 8px !important;
    padding: 15px !important;
}


/* ==========================================================================
   Fix Scrollbar ONLY in Top Slider Section (Trombon cards)
   ========================================================================== */

/* Target only the ms-song-area section and all its children */
.ms-song-area,
.ms-song-area *,
.ms-song-area .container-fluid,
.ms-song-area .swiper-container,
.ms-song-area .ms-song-active,
.ms-song-area .swiper-wrapper {
    overflow-x: hidden !important;
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE and Edge */
}

/* Hide scrollbar specifically for this section - all browsers */
.ms-song-area::-webkit-scrollbar,
.ms-song-area *::-webkit-scrollbar,
.ms-song-area .swiper-container::-webkit-scrollbar,
.ms-song-area .ms-song-active::-webkit-scrollbar,
.ms-song-area .container-fluid::-webkit-scrollbar,
.ms-song-area .swiper-wrapper::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}


.book_now__btn a{
    font-size: 16px;
    color: var(--clr-common-white);
    font-weight: var
500
(--bd-fw-medium);
    background: var(--clr-gradient-3);
    padding: 0px 32px !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    align-items: center;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s 
ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s 
ease-out 0s;
    gap: 10px;
    position: relative;
    z-index: 5;
}

.book_now__btn{
    text-align: center;
}



.book_now__btn:hover a {
    color: #fff !important;
}

/* Mobile (max-width 767px) → hide */
@media only screen and (max-width: 767px) {
    .mean-bar {
        display: none;
    }
}

/* Desktop (min-width 768px) → show */
@media only screen and (min-width: 768px) {
    .mean-bar {
        display: block; /* or flex, inline-block as needed */
    }
}

/* ==========================================================================
   Offcanvas Close Button Fix
   ========================================================================== */

/* Ensure offcanvas is properly positioned */
.offcanvas__info {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100vh;
    background: #1a1a1a;
    z-index: 9999;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.offcanvas__info.info-open {
    right: 0;
}

/* Offcanvas overlay */
.offcanvas__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.offcanvas__overlay.overlay-open {
    opacity: 1;
    visibility: visible;
}

/* Close button styling */
.offcanvas__close {
    position: relative;
    z-index: 10;
}

.offcanvas__close button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.offcanvas__close button:hover {
    transform: rotate(90deg);
}

.offcanvas__close button svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: all 0.3s ease;
}

.offcanvas__close button:hover svg {
    fill: #FF589B;
}

/* Ensure button is clickable */
.offcanvas__close button {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 99999 !important;
}

/* Offcanvas content wrapper */
.offcanvas__wrapper {
    padding: 30px;
}

.offcanvas__content {
    position: relative;
}

/* Mobile responsive */
@media (max-width: 576px) {
    .offcanvas__info {
        width: 300px;
    }
    
    .offcanvas__wrapper {
        padding: 20px;
    }
}
