/* New Version of Arrow for parent menu item (so only used by dropdowns)
------------------------------ */
.dropdown_arrow > a:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  left: auto;
  top: 31px;
  right: 6px;
  line-height: 1;
  color: #d1d1d1;
  font-size: 14px;
}
.header.centered .dropdown_arrow > a:before {
  top: 18px;
}
.header:not(.dark) .active.dropdown_arrow > a:before,
.header:not(.dark).centered .active.dropdown > a:before {
  color: #992020;
}
.transparent-header .header:not(.dark) .dropdown_arrow:not(.open):not(.active) > a:before {
  color: #777777;
}
.navbar-default .navbar-nav > .dropdown_arrow.open > a:before {
  color: #eaeaea;
}
.transparent-header .header:not(.dark) .navbar-default .navbar-nav > .dropdown_arrow.open > a:before {
  color: #992020;
}
.dropdown .dropdown_arrow > a:before,
.header.centered .dropdown .dropdown_arrow > a:before {
  content: "\f105";
  right: 10px;
  top: 13px;
  margin-left: 0;
  visibility: visible;
  color: #666;
}
.dropdown .dropdown_arrow.open > a:before,
.header.centered:not(.dark) .dropdown .dropdown_arrow.open > a:before {
  color: #992020;
}

/* Arrow for parent menu item
------------------------------ */
.header:not(.dark) .active.dropdown_arrow > a:before,
.header:not(.dark).centered .active.dropdown_arrow > a:before {
  color: #992020;
}
.transparent-header .header:not(.dark) .dropdown_arrow:not(.open):not(.active) > a:before {
  color: #777777;
}
.transparent-header .header:not(.dark) .navbar-default .navbar-nav > .dropdown_arrow.open > a:before {
  color: #992020;
}
.dropdown .dropdown_arrow.open > a:before,
.header.centered:not(.dark) .dropdown .dropdown_arrow.open > a:before {
  color: #992020;
}


/* Navbar
------------------------------ */
header.header {
    background-color: #2c2c2c;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
    z-index: 1030;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #4a4a4a;
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        display: flex !important;
        align-items: center;
    }
    .navbar .social-links {
        margin-left: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        height: 100%;
    }
}

.navbar .social-links,
.navbar .social-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #2c2c2c;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}

.navbar .social-links li a:hover {
    background-color: #4a4a4a;
    color: #ffffff;
}


/* Fonts
------------------------------ */
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: bold;
}

@media screen and (min-width: 768px) {
    .custom-collapse .collapse {
        display: block;
    }
}


/* Carousel arrows
------------------------------ */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0);
    background-color: #0d3b66;
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}


/* Wave divider — shared by all sections
------------------------------ */
.section-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    /* sits above section background but below content */
    z-index: 2;
}

.section-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}


/* Section headings — reduced top padding so they sit closer to wave above
------------------------------ */
.section-heading {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1.5rem;
}


/* Hero Section
------------------------------ */
.hero-section {
    background-image: url('/images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 340px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 80px; /* make room for wave */
    position: relative;
}

/* Colour overlay */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #c0392b;
}

/* Ensure content sits above the overlay and wave */
.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.hero-blurb {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.hero-blurb-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        padding: 3rem 0 80px;
    }
    .hero-blurb {
        font-size: 0.95rem;
        text-align: center;
    }
}
/* Inner page hero — shorter than the homepage hero
------------------------------ */
.hero-section--inner {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 60px;
}


/* Recent Releases section
------------------------------ */
.recent-section {
    background-color: #ffffff;
    position: relative;
    /* No overflow:hidden — would crop carousel content */
    padding: 2rem 0 100px; /* top padding reduced; bottom makes room for wave */
}


/* Featured Pieces section
------------------------------ */
.featured-section {
    background-color: #eaeaea;
    position: relative;
    /* No overflow:hidden — would crop card content */
    padding: 2rem 0 100px; /* top padding reduced; bottom makes room for wave */
}


/* Modal
------------------------------ */
.modal-header {
    background-color: #c0392b !important; 
    color: #ffffff !important; 
}

.modal-header .btn-close {
    filter: invert(1);
}

/* Music item buttons
------------------------------ */
.btn-music-info {
    background-color: #d35400;
    color: #ffffff;
    border: none;
}
.btn-music-info:hover {
    background-color: #b34600;
    color: #ffffff;
}

.btn-music-buy {
    background-color: #1a5276;
    color: #ffffff;
    border: none;
}
.btn-music-buy:hover {
    background-color: #154360;
    color: #ffffff;
}

.btn-music-preview {
    background-color: #1a7a4a;
    color: #ffffff;
    border: none;
}
.btn-music-preview:hover {
    background-color: #145c38;
    color: #ffffff;
}

.btn-music-close {
    background-color: #4a4a4a;
    color: #ffffff;
    border: none;
}
.btn-music-close:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}


/* Footer
------------------------------ */
#footer .footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding-bottom: 0;
}

#footer .footer .title {
    color: #ffffff;
}

#footer .footer p {
    color: #cccccc;
}

#footer .subfooter {
    background-color: #1a1a1a;
}

#footer .subfooter p {
    color: #999999;
    margin: 0;
    padding: 1rem 0;
}