:root {
    --qvo-red: #c1121f;
    --qvo-gold: #ffba08;
    --qvo-dark: #101010;
    --qvo-green: #007f5f;
}

html,
body {
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #fff;
    color: #111;
}

#siteContent {
    display: none;
}
#jdr-logo img{
	height:65px;
}
.qvo-nav {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    letter-spacing: 3px;
    color: var(--qvo-gold) !important;
}

.hero-section {
    position: relative;
    /*background: url("https://picsum.photos/1920/1080?random=77") center/cover no-repeat;*/
    background: url("../images/hero_image.png") top/cover no-repeat;
    min-height: 100vh;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.45), rgba(0,0,0,.25)),
        radial-gradient(circle at bottom right, rgba(193,18,31,.45), transparent 40%);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.text-white-75 {
    color: rgba(255,255,255,.78);
}

.qvo-badge {
    background: var(--qvo-red);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
}

.hero-actions .btn {
    border-radius: 999px;
    padding-left: 26px;
    padding-right: 26px;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    transition: 0.25s;
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--qvo-gold);
    color: #000;
    transform: translateY(-3px);
}

.hero-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(14px);
    color: #fff;
    padding: 32px;
    border-radius: 28px;
    box-shadow: 0 20px 80px rgba(0,0,0,.35);
}

.section-padding {
    padding: 95px 0;
}

.section-title {
    margin-bottom: 45px;
}

.section-title span,
.small-label {
    color: var(--qvo-red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.section-title h2 {
    font-weight: 900;
    margin-top: 8px;
}

.music-card {
    background: #171717;
    padding: 18px;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

.music-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;
}

.gallery-grid img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(0,0,0,.18);
    transition: .25s;
}

.gallery-grid img:hover {
    transform: scale(1.025);
}

.qvo-gradient {
    background:
        linear-gradient(135deg, rgba(0,127,95,.95), rgba(193,18,31,.95)),
        url("../images/hero_image.png") center/cover no-repeat;
}

.stat-box {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 24px;
    padding: 35px 20px;
}

.stat-box h3 {
    font-size: 48px;
    font-weight: 900;
    color: var(--qvo-gold);
}

.booking-form {
    background: #fff;
    border-radius: 28px;
    padding: 35px;
    box-shadow: 0 20px 70px rgba(0,0,0,.12);
}

.booking-form label {
    font-weight: 700;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    min-height: 50px;
    border-radius: 14px;
}

textarea.form-control {
    min-height: 140px;
}

.contact-info-box {
    background: #111;
    color: #fff;
    border-radius: 24px;
    padding: 25px;
    margin-top: 25px;
}

.contact-info-box i {
    color: var(--qvo-gold);
    margin-right: 8px;
}

.footer {
    background: #050505;
    color: #fff;
    padding: 55px 0;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .display-2 {
        font-size: 48px;
    }

    .hero-actions .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .social-icons {
        justify-content: center;
    }

    .section-padding {
        padding: 65px 0;
    }

    .booking-form {
        padding: 22px;
    }
}



.youtube-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram-reels-section {
    padding: 100px 20px;
    background:
        radial-gradient(circle at top left,
        rgba(255,0,120,.12),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,180,0,.10),
        transparent 35%),
        #050505;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.section-header span {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

.section-header h2 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    margin: 15px 0;
}

.section-header p {
    color: #bbb;
    font-size: 1.1rem;
}

.reels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.reel-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,.30);
    transition: all .3s ease;
}

.reel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px rgba(0,0,0,.45);
}

.instagram-footer {
    text-align: center;
    margin-top: 50px;
}

.instagram-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(
        135deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );
    transition: all .3s ease;
}

.instagram-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

@media (max-width: 992px) {
    .reels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reels-grid {
        grid-template-columns: 1fr;
    }

    .instagram-reels-section {
        padding: 70px 15px;
    }
}