.elementor-2598 .elementor-element.elementor-element-c0850db{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-018652d *//* VIBRATIONS MUSIC ACADEMY - MAIN STYLES 
   For WordPress: Paste this into Appearance > Customize > Additional CSS 
*/

:root {
    --brand-orange: #ff8c00;
    --dark-bg: #0a0a0a;
    --card-bg: #1a1512;
    --text-main: #ffffff;
    --text-muted: #aaaaaa;
    --border-color: #333333;
}

/* GENERAL BOXING */
.luthier-landing {
    background-color: var(--dark-bg);
    color: var(--text-main);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.luthier-landing * {
    box-sizing: border-box;
}

.luthier-landing .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* BUTTONS */
.luthier-landing .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
}

.luthier-landing .btn-primary {
    background: var(--brand-orange);
    color: #000;
}

.luthier-landing .btn-primary:hover {
    background: #e67e00;
    transform: translateY(-2px);
}

.luthier-landing .btn-outline {
    border: 1px solid #444;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.luthier-landing .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--brand-orange);
}

/* HERO SECTION */
.luthier-landing .hero-section {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #000;
    background-image: 
        linear-gradient(to right, rgba(10, 10, 10, 0.95) 20%, rgba(10, 10, 10, 0.4) 100%),
        url('https://thefitnessfuel.in/wp-content/uploads/2026/04/Gemini_Generated_Image_rsbupzrsbupzrsbu-Edited.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.luthier-landing .hero-content {
    max-width: 650px;
    z-index: 2;
}

.luthier-landing .eyebrow {
    color: var(--brand-orange);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.luthier-landing h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
}

.luthier-landing .hero-content p {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: var(--text-muted);
    margin-bottom: 35px;
    max-width: 500px;
}

.luthier-landing .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* CURRICULUM SECTION */
.luthier-landing .curriculum-section {
    padding: 100px 0;
    background: #0e0e0e;
}

.luthier-landing .section-header {
    margin-bottom: 50px;
}

.luthier-landing .section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.luthier-landing .section-desc {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.luthier-landing .curriculum-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.luthier-landing .card {
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #222;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.luthier-landing .card-img-wrap {
    position: relative;
    height: 240px;
    width: 100%;
}

.luthier-landing .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luthier-landing .tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--brand-orange);
    color: #000;
    padding: 5px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}

.luthier-landing .card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.luthier-landing .card-body h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.luthier-landing .card-body p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 25px;
    flex-grow: 1;
}

.luthier-landing .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}

.luthier-landing .level {
    color: var(--brand-orange);
    font-size: 0.85rem;
    font-weight: 600;
}

.luthier-landing .view-link {
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

/* CONTACT SECTION */
.luthier-landing .contact-section {
    padding: 100px 0;
    background: #080808;
}

.luthier-landing .contact-flex {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.luthier-landing .info-item {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.luthier-landing .icon-box {
    background: #1a1a1a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.luthier-landing .info-text strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.luthier-landing .info-text p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.luthier-landing .contact-form-box {
    background: #141414;
    padding: clamp(20px, 5vw, 50px);
    border-radius: 12px;
    border: 1px solid #222;
}

.luthier-landing .form-group {
    margin-bottom: 20px;
}

.luthier-landing label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
}

.luthier-landing input, 
.luthier-landing select, 
.luthier-landing textarea {
    width: 100%;
    background: #1f1f1f;
    border: 1px solid #333;
    padding: 14px;
    color: #fff;
    border-radius: 6px;
    font-family: inherit;
    font-size: 1rem;
}

.luthier-landing textarea {
    height: 120px;
    resize: vertical;
}

.luthier-landing .btn-submit {
    width: 100%;
    margin-top: 10px;
}

/* RESPONSIVE BREAKPOINTS */
@media (min-width: 768px) {
    .luthier-landing .curriculum-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .luthier-landing .blues-card {
        grid-column: span 2;
    }
    .luthier-landing .blues-flex {
        display: flex;
        flex-direction: row;
    }
    .luthier-landing .blues-img {
        flex: 1;
        height: auto;
    }
    .luthier-landing .blues-card .card-body {
        flex: 1.2;
    }
    .luthier-landing .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .luthier-landing .contact-flex {
        flex-direction: row;
        align-items: flex-start;
    }
    .luthier-landing .contact-info, 
    .luthier-landing .contact-form-box {
        flex: 1;
    }
}

@media (max-width: 600px) {
    .luthier-landing .hero-section {
        background-position: 70% center;
        text-align: center;
    }
    .luthier-landing .hero-buttons {
        justify-content: center;
    }
    .luthier-landing .hero-buttons .btn {
        width: 100%;
    }
}

<script>
    document.addEventListener('DOMContentLoaded', function() {
        const exploreBtn = document.querySelector('.luthier-landing a[href="#curriculum"]');
        if (exploreBtn) {
            exploreBtn.addEventListener('click', function(e) {
                e.preventDefault();
                const target = document.querySelector('#curriculum');
                if (target) {
                    target.scrollIntoView({ behavior: 'smooth' });
                }
            });
        }
    });
</script>/* End custom CSS */