/* Homepage Specific Styles */

/* Google Fonts Import - Using clean, professional fonts similar to Music Arts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Open+Sans:wght@300;400;600;700&display=swap');

/* Container Width Override - Wider for more content */
.container {
    max-width: 1800px !important;
    padding-top: 0 !important;
}

/* Reusable Overlay Background */
.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(248,249,250,0.92) 0%, rgba(233,236,239,0.85) 100%);
    z-index: 2;
}

/* Font Family Definitions - Clean, modern fonts - Reduced by 10% */
body { font-family: 'Open Sans', Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, .hero-title { font-family: 'Roboto', Arial, sans-serif; font-weight: 500; }
/* Hero Section */
p { font-size: 1.08rem !important; font-weight: 300; line-height: 1.6; color: #222; } /* Reduced from 1.2rem */
a { text-decoration: none !important;  transition: color 0.3s ease; }
.navbar { padding: 0 !important;}
.hero-section { position: relative; overflow: hidden; }
.swiper-wrapper-container { position: relative; height: 100%; width: 100%; }
.swiper-container { height: 100%; width: 100%; }
.swiper-slide { height: 100%; width: 100%; }
.swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; /*background: rgba(0, 0, 0, 0.3);*/ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 10; }
.hero-title { color: white !important; font-size: 2.7rem !important; font-weight: bold; margin-bottom: 0.8rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } /* Reduced from 3rem */
.hero-subtitle { color: white; font-size: 1.35rem !important; margin-bottom: 1.6rem; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } /* Reduced from 1.5rem */
.btn-hero { background: rgba(255, 255, 255, 0.1) !important; border: 2px solid white !important; color: white !important; padding: 9.6px 24px; font-size: 0.99rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; backdrop-filter: blur(5px); } /* Reduced from 1.1rem */
.btn-hero:hover { background: rgba(255, 255, 255, 0.9) !important; color: #333 !important; border-color: white !important; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3); }
.btn-outline-light.btn-hero { background: rgba(255, 255, 255, 0.08) !important; border: 2px solid rgba(255, 255, 255, 0.8) !important; color: rgba(255, 255, 255, 0.9) !important; }
.btn-outline-light.btn-hero:hover { background: rgba(255, 255, 255, 0.15) !important; color: white !important; border-color: white !important; }
.hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
/* Our Story Section */
.our-story { padding: 32px 0; background: #f8f9fa; }
.our-story h2 { font-size: 2.25rem; font-weight: bold; text-align: center; margin-bottom: 1.28rem; color: #333; } /* Reduced from 2.5rem */
.our-story p { font-size: 0.99rem; line-height: 1.8; text-align: center; margin-bottom: 1.28rem; color: #666; } /* Reduced from 1.1rem */
.awards-badges { text-align: center; margin-top: 1.92rem; padding-top: 1.28rem; border-top: 1px solid #dee2e6; }
/* Featured Sections */
.featured-section { padding: 64px 0; }
.featured-section h2 { font-size: 1.8rem; font-weight: bold; text-align: center; margin-bottom: 0.8rem; color: #333; } /* Reduced from 2rem */
.featured-section .lead { text-align: center; font-size: 1.08rem; margin-bottom: 2.4rem; color: #666; } /* Reduced from 1.2rem */
/* Service Cards */
.service-card { border: none; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /*height: 100%;*/ }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.service-card img { width: 100%; height: 275px; object-fit: cover; }
.service-card .card-body { padding: 0.8rem; text-align: center; }
.service-card h5 { font-weight: bold; margin-bottom: 0.8rem; color: #333; }
.service-card p { color: #666; margin-bottom: 1.2rem; }
/* Card Title Links */
.card-title-link { 
    color: #333 !important; 
    text-decoration: none !important; 
    transition: color 0.3s ease; 
}
.card-title-link:hover { 
    color: #007bff !important; 
    text-decoration: none !important; 
}
.card-title-link h5,
.card-title-link h4 { 
    margin: 0; 
    transition: color 0.3s ease; 
}
.card-title-link:hover h5,
.card-title-link:hover h4 { 
    color: #007bff !important; 
}
/* Videos Section */
.videos-section { padding: 64px 0; background: #f8f9fa; }
.videos-section h2 { font-size: 2.25rem; font-weight: bold; text-align: center; margin-bottom: 0.8rem; color: #333; } /* Reduced from 2.5rem */
.videos-section .lead { text-align: center; font-size: 1.08rem; margin-bottom: 2.4rem; color: #666; } /* Reduced from 1.2rem */
.video-card { border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); background: white; }
.video-embed { position: relative; width: 100%; height: 450px; }
.video-embed iframe { width: 100%; height: 100%; }
.video-card .card-body { padding: 0.8rem; }
.video-card h5 { font-weight: bold; margin-bottom: 0.4rem; color: #333; }
.video-card p { color: #666; margin: 0; }
/* Services Grid */
.services-grid { padding: 64px 0; }
.services-grid h2 { font-size: 2.25rem; font-weight: bold; text-align: center; margin-bottom: 2.4rem; color: #333; } /* Reduced from 2.5rem */
.service-item { text-align: center; padding: 1.6rem; border-radius: 10px; transition: all 0.3s ease; }
.service-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.service-item img { width: 100%; height: 300px; object-fit: cover; border-radius: 10px; margin-bottom: 1.2rem; }
.service-item h4 { font-weight: bold; margin-bottom: 0.8rem; color: #333; }
/* Reviews Section */
.reviews-section { padding: 64px 0; background: #f8f9fa; }
.reviews-section h2 { font-size: 2.25rem; font-weight: bold; text-align: center; margin-bottom: 0.8rem; color: #333; } /* Reduced from 2.5rem */
.review-carousel { position: relative; height: 300px; overflow: hidden; }
.review-card { background: white; padding: 1.6rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); height: 100%; text-align: center; position: absolute; width: 100%; opacity: 0; transform: translateY(20px); transition: all 0.5s ease; }
.review-card.active { opacity: 1; transform: translateY(0); }
.review-rating { font-size: 1.35rem; color: #ffc107; margin-bottom: 0.8rem; } /* Reduced from 1.5rem */
.review-text { font-style: italic; color: #666; margin-bottom: 1.2rem; line-height: 1.6; }
.review-author { font-weight: bold; color: #333; }
.review-indicators { display: flex; justify-content: center; margin-top: 1.6rem; gap: 10px; }
.indicator { width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; transition: all 0.3s ease; }
.indicator.active { background: #007bff; }
.indicator:hover { background: #007bff; transform: scale(1.2); }
/* Contact Section */
.contact-section { padding: 64px 0; background: #333; color: white; }
.contact-info h4 { font-weight: bold; margin-bottom: 0.8rem; color: white; }
.contact-info p { color: #ccc; line-height: 1.6; }
.contact-info a { color: #181818; text-decoration: none; font-weight: 500; }
.contact-info a:hover { color: #fff; text-decoration: underline; }
.social-media a { display: inline-block; margin-right: 0.8rem; color: #ccc; font-size: 1.5rem; transition: color 0.3s ease; }
.social-media a:hover { color: #ffc107; }
/* Global Font Size Adjustments - Reduce all fonts by 10% */
/* Specific adjustments for common text elements */
.lead { font-size: calc(1.125rem + 1px) !important; } /* Reduced from calc(1.25rem + 1px) */
.small, small { font-size: calc(0.7875rem + 1px) !important; } /* Reduced from calc(0.875rem + 1px) */
/* Responsive Design */
@media (max-width: 768px) {
    .hero-title { font-size: 1.8rem; line-height: 1.2em; } /* Reduced from 2rem */
    .hero-subtitle { font-size: 1.08rem; } /* Reduced from 1.2rem */
    .btn-hero { padding: 8px 20px; font-size: 0.9rem; } /* Reduced from 1rem */
    .hero-buttons { flex-direction: column; align-items: center; gap: 8px; }
    .hero-buttons .btn-hero { width: 100%; max-width: 280px; }
    .featured-section h2, .our-story h2, .videos-section h2, .services-grid h2, .reviews-section h2 { font-size: 1.8rem; } /* Reduced from 2rem */
    .featured-section, .our-story, .videos-section, .services-grid, .reviews-section, .contact-section { padding: 32px 0; }
    
    /* Mobile service cards with icons */
    .service-card .card-img-top {
        display: none !important;
    }
    .service-card .mobile-icon {
        display: block !important;
        font-size: 3rem;
        text-align: center;
        margin-bottom: 1rem;
        padding: 1rem 0;
    }
    .service-card .card-body {
        padding: 1.5rem 1rem !important;
        text-align: center;
        justify-content: center !important;
    }
    .service-card h5 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 1rem;
        line-height: 1.3;
    }
    .service-card {
        min-height: auto !important;
        height: auto !important;
    }
}

/* Violin Upgrades Section */
.violin-upgrades .service-card {
    max-width: 100%;
    margin: 0 auto;
    min-height: 320px;
}
.violin-upgrades .card-body {
    padding: 12px !important;
    display: flex;
    flex-direction: column;
}
.violin-upgrades .card-body img {
    max-width: 160px;
    height: auto !important;
    object-fit: contain !important;
    width: auto !important;
    margin: 0 auto;
}
.violin-upgrades .card-title {
    font-size: 1rem; /* Reduced from 0.9rem */
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px !important;
}

/* Violin Upgrades Text Section */
.violin-upgrades-text {
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}
.violin-upgrades-text h3 {
    color: #af1a00;
    font-weight: 600;
}
.violin-upgrades-text h4 {
    color: #333;
    font-weight: 500;
}
.violin-upgrades-text .lead {
    font-size: 0.99rem; /* Reduced from 1.1rem */
    line-height: 1.6;
    color: #555;
}
.violin-upgrades-text p {
    color: #666;
    line-height: 1.6;
}
.violin-upgrades .store-hours h5 {
    color: #af1a00;
    font-weight: 600;
}

/* Responsive adjustments for violin upgrades */
@media (max-width: 991px) {
    .violin-upgrades-text {
        margin-top: 1.6rem;
    }
    .violin-upgrades .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .violin-upgrades .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .violin-upgrades .service-card {
        max-width: 300px;
        min-height: 280px;
    }
    .violin-upgrades .card-body img {
        max-width: 140px;
    }
    .violin-upgrades .card-title {
        font-size: 0.765rem; /* Reduced from 0.85rem */
        height: 50px;
        min-height: 50px;
    }
}

.more-rounded {
    border-radius: 50% !important;
}

/* Red Color Theme for Buttons, Prices, and Icons */
.btn-primary,
.btn-warning {
    background-color: #af1a00 !important;
    border-color: #af1a00 !important;
    color: white !important;
}

.btn-primary:hover,
.btn-warning:hover {
    background-color: #8f0000 !important;
    border-color: #8f0000 !important;
    color: white !important;
}

.btn-outline-primary {
    color: #af1a00 !important;
    border-color: #af1a00 !important;
}

.btn-outline-primary:hover {
    background-color: #af1a00 !important;
    border-color: #af1a00 !important;
    color: white !important;
}

/* Starting at prices */
.text-primary,
.program-card .text-primary,
.service-card .text-primary {
    color: #af1a00 !important;
}

.text-secondary,
.program-card .text-secondary,
.service-card .text-secondary {
    color: #18315f !important;
}

/* Icons */
.fa-guitar,
.fa-bolt,
.fa-wrench,
.fa-music,
.fa-drum,
.fa-piano,
.fa-violin,
.fa-tools,
.fa-clock,
.fa-shield-alt,
.feature-icon i,
.program-icon i,
.mobile-icon {
    color: #af1a00 !important;
}

/* Service card icons specifically */
.service-card .fa-3x {
    color: #af1a00 !important;
}

/* Program card icons */
.program-card .fa-3x {
    color: #af1a00 !important;
}


.coordinator-photo { 
    width: 250px; 
    height: 250px; 
    border-radius: 50%; 
    object-fit: cover; 
    margin-bottom: 1.2rem; 
    border: 5px solid #ffffff; /* Red border */
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.coordinator-card {
    background-color: #fff !important;
}