/* =========================
   BASE
========================= */
html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}

a {
  color: #41b8b6;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #6fd6d4;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

/* =========================
   GLOBAL SECTION SYSTEM
========================= */
.section-dark,
#content4-16,
#discography,
#contacts {
  position: relative;
  background-color: #000 !important;
  background-image: none !important;
  overflow: hidden;
}

.section-dark::before,
#content4-16::before,
#discography::before,
#contacts::before {
  display: none !important;
}

.section-dark > *,
#content4-16 > *,
#discography > *,
#contacts > * {
  position: relative;
  z-index: 1;
}

#news::after,
#content4-16::after,
#discography::after,
#contacts::after {
  content: none !important;
}

#content4-16 .mbr-overlay,
.cid-upHwAZRxBy .mbr-overlay {
  display: none !important;
}

#content4-16,
#content4-16.mbr-parallax-background,
.cid-upHwAZRxBy,
.cid-upHwAZRxBy.mbr-parallax-background,
#news,
#discography,
#contacts {
  background-color: #000 !important;
}

/* =========================
   NAVBAR BASIS
========================= */
.navbar .nav-link,
.navbar .dropdown-item,
.navbar .text-primary,
.navbar .dropdown-item.text-primary,
.navbar .nav-link.text-primary,
.navbar .iconfont-wrapper,
.navbar .iconfont-wrapper span,
.navbar .socicon,
.navbar .mbr-iconfont,
.navbar .fas,
.navbar .navbar-caption,
.navbar .navbar-caption.text-primary {
  color: #41b8b6 !important;
}

.navbar .dropdown-item:hover,
.navbar .iconfont-wrapper:hover,
.navbar .iconfont-wrapper:hover span,
.navbar .socicon:hover,
.navbar .mbr-iconfont:hover,
.navbar .fas:hover {
  color: #ffffff !important;
}

.navbar .hamburger span {
  background-color: #41b8b6 !important;
}

.navbar .dropdown-toggle::after {
  border-top-color: #41b8b6 !important;
}

.navbar .dropdown-menu {
  background-color: #000 !important;
  border-color: #41b8b6 !important;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .show > .dropdown-item {
  background-color: #41b8b6 !important;
  color: #000 !important;
}

/* =========================
   NAVBAR FINAL POLISH
========================= */
.navbar {
  background: rgba(0, 0, 0, 0.78) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.navbar.navbar-scrolled {
  background: rgba(0, 0, 0, 0.96) !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}

.navbar .navbar-logo img {
  max-height: 54px;
  width: auto;
  transition: max-height 0.25s ease;
}

.navbar.navbar-scrolled .navbar-logo img {
  max-height: 44px;
}

.navbar .nav-link {
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.navbar .dropdown-item {
  padding: 10px 16px !important;
  font-weight: 600;
}

.navbar .dropdown-menu {
  padding: 8px 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35) !important;
}

/* Social Icons */
.icons-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 16px !important;
}

.icons-menu .iconfont-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.icons-menu .iconfont-wrapper:hover {
  background: rgba(65, 184, 182, 0.10);
  transform: translateY(-1px);
}

/* =========================
   NAVBAR ACTIVE + HOVER
========================= */
.navbar .nav-link,
.navbar .dropdown-toggle {
  position: relative;
  color: #41b8b6 !important;
  transition: color 0.25s ease, text-shadow 0.25s ease, opacity 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .dropdown-toggle:hover {
  color: #ffffff !important;
  text-shadow: 0 0 4px rgba(65, 184, 182, 0.35);
}

.navbar .nav-link.active,
.navbar .dropdown-toggle.active {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(65, 184, 182, 0.65);
}

.navbar .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #41b8b6;
  box-shadow: 0 0 8px rgba(65, 184, 182, 0.7);
  border-radius: 2px;
}

.navbar .dropdown-toggle.active {
  text-decoration: none !important;
}

.navbar .dropdown-toggle:hover::after,
.navbar .dropdown-toggle.active::after {
  border-top-color: #ffffff !important;
}

/* =========================
   NAVBAR RESPONSIVE – Tablet alt
========================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .tnr-header {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
    display: block;
  }

  .tnr-header img {
    width: 100%;
    display: block;
  }

  .navbar {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 0.9rem !important;
  }

  .icons-menu {
    margin-left: 10px !important;
  }

  .navbar-nav {
    flex-wrap: nowrap !important;
  }
}

/* =========================
   NAVBAR RESPONSIVE – Tablet/Mobile (max-991)
========================= */
@media (max-width: 991px) {
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .navbar .navbar-logo img {
    max-height: 46px;
  }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid rgba(65, 184, 182, 0.18);
    border-radius: 14px;
    margin-top: 14px;
    padding: 18px 16px 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
  }

  .navbar-nav {
    gap: 4px;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 12px 8px !important;
    font-size: 1rem !important;
    line-height: 1.4;
  }

  .navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(65, 184, 182, 0.15) !important;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    box-shadow: none !important;
  }

  .navbar .dropdown-item {
    padding: 11px 14px !important;
    font-size: 0.96rem;
  }

  .icons-menu {
    justify-content: center;
    width: 100%;
    margin: 14px 0 0 !important;
    padding-top: 10px;
    border-top: 1px solid rgba(65, 184, 182, 0.14);
  }

  .icons-menu .iconfont-wrapper {
    width: 38px;
    height: 38px;
  }

  .slider-btn {
    display: none !important;
  }
}

/* =========================
   NAVBAR RESPONSIVE – Mobile (max-767)
========================= */
@media (max-width: 767px) {
  .navbar .navbar-logo img {
    max-height: 40px;
  }

  .navbar-toggler {
    padding: 6px 8px !important;
  }

  .navbar-collapse {
    padding: 16px 14px 12px;
  }

  .navbar-nav .nav-link {
    text-align: center;
    padding: 11px 8px !important;
  }

  .navbar .dropdown-item {
    text-align: center;
  }
}

/* =========================
   HEADER
========================= */
@keyframes tnr-kenburns {
  0% {
    transform: scale(1.08);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.tnr-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.tnr-header img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  animation: tnr-kenburns 2.8s ease-out forwards;
}

/* =========================
   NEWS
========================= */
#news {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
}

#news,
#news .mbr-section-title,
#news .mbr-section-subtitle,
#news p {
  color: #ffffff !important;
}

#news .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

#newsWidget {
  width: 100%;
  min-height: 600px;
  border: 0;
  display: block;
}

#news-consent-box {
  text-align: center;
  padding: 40px;
  color: #fff;
}

#news-consent-box button {
  padding: 10px 20px;
  background: #41b8b6;
  border: none;
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 700;
}

#news-consent-box button:hover {
  background: #6fd6d4;
}

.news-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.news-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.75;
  filter: brightness(1.3) contrast(1.1) saturate(1.08);
}

#news > *:not(.news-bg-image) {
  position: relative;
  z-index: 1;
}

#news .video-bg-image {
  display: none !important;
}

#news::before {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.35) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* =========================
   CURRENT ALBUM
========================= */
#image2-4 {
  background: #000;
}

#image2-4 .mbr-text,
#image2-4 .mbr-text strong,
#image2-4 .mbr-section-title {
  color: #ffffff !important;
}

#image2-4 a,
#image2-4 .text-primary {
  color: #41b8b6 !important;
}

#image2-4 a:hover {
  color: #6fd6d4 !important;
}

#image2-4 .image-wrapper img {
  max-width: 300px;
  margin: 0 auto;
}

/* =========================
   TOUR (content4-16)
========================= */
#tourFrame {
  width: 100%;
  min-height: 300px;
  border: 0;
  display: block;
}
#content4-16 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  background: #000;
}

#content4-16 .container {
  position: relative;
  z-index: 1;
}

#content4-16 .mbr-section-title,
#content4-16 .mbr-section-title strong {
  color: #ffffff !important;
}

#content4-16 .mbr-section-title {
  font-size: 3rem !important;
  letter-spacing: 1px;
}

#content4-16::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.05) 35%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 0;
  pointer-events: none;
}

#content4-16::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  #content4-16 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* =========================
   BIO
========================= */
#bio {
  position: relative;
  overflow: hidden;
}

.bio-bg-image {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  width: 1350px;
  height: calc(100% - 600px);
  z-index: 0;
  overflow: hidden;
}

#bio::before {
  content: "";
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
  height: 800px;
  background: linear-gradient(
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.15)
  );
  z-index: 1;
}

#bio > *:not(.bio-bg-image) {
  position: relative;
  z-index: 2;
}

.bio-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.bio-section-title {
  color: #ffffff !important;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 1px;
  margin: 0 0 34px !important;
  text-shadow: 0 0 8px rgba(65, 184, 182, 0.22);
}

.bio-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.15)
  );
  border: 1px solid rgba(65, 184, 182, 0.10);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.bio-text,
.bio-text p {
  color: rgba(255, 255, 255, 0.95) !important;
}

.bio-text p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.75;
}

.bio-text p:first-of-type {
  font-weight: 600;
}

.lang-switch {
  margin-top: 28px;
  text-align: center;
}

.lang-switch button {
  background: rgba(0, 0, 0, 0.35);
  border: 2px solid #41b8b6 !important;
  color: #41b8b6 !important;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.lang-switch button:hover {
  background: #41b8b6 !important;
  color: #000 !important;
}

/* Bio image area */
.bio-image-wrapper {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 60px auto;
  padding: 0 40px;
}

.bio-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.85)
  );
  pointer-events: none;
}

.bio-top-image {
  width: 100%;
  height: auto;
  display: block;
}

.bio-content-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #bio {
    padding: 80px 0;
  }

  .bio-image-wrapper,
  .bio-content-wrapper {
    padding: 0 20px;
  }

  .bio-bg-image img {
    width: 1000px;
  }

  .bio-section-title {
    font-size: 2rem;
    margin-bottom: 26px !important;
  }

  .bio-content {
    padding: 28px 24px;
  }

  .bio-text p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .lang-switch button {
    padding: 8px 18px;
    font-size: 15px;
  }
}

/* =========================
   DISCOGRAPHY
========================= */
.discography-section {
  padding: 60px 0;
}

.discography-section .mbr-section-title {
  color: #ffffff !important;
  text-align: center;
  letter-spacing: 1px;
}

.discography-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.item-wrapper {
  flex: 0 0 auto;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.item-wrapper:hover {
  transform: translateY(-4px);
}

#discography .item-img img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(65, 184, 182, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#discography .item-img img:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

#discography .item-title {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.3;
  min-height: 2.6em;
}

#discography .item-year {
  font-size: 0.85rem;
  color: #41b8b6 !important;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .item-wrapper {
    width: 160px;
  }

  #discography .item-img img {
    max-width: 160px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .discography-container {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    overflow-x: visible !important;
  }

  .item-wrapper {
    flex: 0 0 calc((100% - 60px) / 4) !important;
    width: calc((100% - 60px) / 4) !important;
    max-width: none !important;
    margin: 0 !important;
    scroll-snap-align: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .discography-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    overflow-x: visible;
  }

  .item-wrapper {
    flex: 0 0 calc((100% - 60px) / 4) !important;
    width: calc((100% - 60px) / 4) !important;
    max-width: none !important;
    margin: 0 !important;
  }
}


@media (max-width: 767px) and (orientation: portrait) {
  .discography-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0;
    gap: 0;
  }

  .item-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    scroll-snap-align: center;
  }
}

@media (max-width: 767px) {
  .item-wrapper {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
  }

  #discography .item-img img {
    max-width: 100%;
  }
}

/* =========================
   MODALS
========================= */
.modal-dialog {
  max-width: 420px;
  margin: 40px auto;
}

.modal-content {
  background: rgba(0, 0, 0, 0.94);
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(65, 184, 182, 0.22);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.55);
  color: #ffffff;
  max-height: none;
  height: auto;
  overflow: visible;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
}

.modal-header {
  position: relative;
  justify-content: center;
  margin-bottom: 10px;
}

.modal-header .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-title {
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}

.modal-title small {
  display: block;
  font-size: 0.82rem;
  color: #41b8b6;
  margin-top: 2px;
}

.modal-body {
  text-align: center;
}

.modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-body ul li {
  margin: 3px 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.btn-close {
  filter: invert(1) brightness(2);
  opacity: 1;
  background-color: rgba(65, 184, 182, 0.15) !important;
  border: 1px solid rgba(65, 184, 182, 0.5) !important;
  border-radius: 999px !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
}

.btn-close:hover {
  opacity: 1;
  background-color: #41b8b6 !important;
  border-color: #41b8b6 !important;
}

/* =========================
   VIDEOS
========================= */
#cookie-video-wrapper {
  display: none;
}

.video-section {
  position: relative;
  background: #000;
  padding: 100px 0 140px 0;
  overflow: hidden;
}

.video-section::before {
  content: "";
  position: absolute;
  top: -260px;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.25) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.video-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.video-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.75;
  filter: brightness(1.3) contrast(1.08);
  pointer-events: none;
}

.video-section .video-bg-image {
  display: block !important;
}

.video-section > *:not(.video-bg-image) {
  position: relative;
  z-index: 1;
}

.video-section .container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.video-title {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 70px;
  letter-spacing: 2px;
}

.video-slider-wrapper {
  position: relative;
  padding: 30px 0 20px 0;
}

.video-slider {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
}

.video-slider::-webkit-scrollbar {
  display: none;
}

.video-item {
  flex: 0 0 calc((100% - 84px) / 4);
  min-width: calc((100% - 84px) / 4);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  scroll-snap-align: center;
}

.video-thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(65, 184, 182, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
  background: #050505;
  aspect-ratio: 16 / 9;
  background-clip: padding-box;
}

.video-thumb img,
.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.video-item:hover .video-thumb {
  transform: translateY(-4px);
  transition: transform 0.3s ease;
}

.video-item:hover .video-thumb img {
  transform: scale(1.08);
}

.video-thumb::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.video-caption {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
  min-height: 2.6em;
}

.slider-btn {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  font-size: 38px;
  color: rgba(255, 255, 255, 0.85);
}

.slider-btn:hover {
  color: #ffffff;
  background: rgba(65, 184, 182, 0.18);
}

.slider-btn.left {
  left: -80px !important;
  right: auto !important;
}

.slider-btn.right {
  right: -80px !important;
  left: auto !important;
}

@media (max-width: 1100px) {
  .video-item {
    flex: 0 0 calc((100% - 22px) / 2);
    min-width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 767px) {
  .video-slider-wrapper {
    padding: 0;
  }

  .video-slider {
    gap: 0 !important;
    padding: 0 !important;
    justify-content: flex-start;
  }

  .video-item {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* =========================
   CONTACTS
========================= */
#contacts {
  padding-top: 55px;
  padding-bottom: 55px;
}

.contact-section-title {
  color: #ffffff !important;
  letter-spacing: 1px;
}

.contact-card-new {
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(65, 184, 182, 0.18);
  border-radius: 16px;
  padding: 24px 20px;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  max-width: 340px;
  margin: 0 auto;
}

.contact-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  border-color: rgba(65, 184, 182, 0.35);
}

.contact-card-new h5 {
  margin-bottom: 12px;
  color: #41b8b6;
  font-weight: 700;
  font-size: 1.15rem;
}

.contact-company {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-links a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
  word-break: break-word;
}

.contact-links a:hover {
  color: #41b8b6;
}

.contact-links i {
  color: #41b8b6;
  width: 20px;
  margin-right: 8px;
  text-align: center;
}

/* =========================
   ENDORSEMENTS
========================= */
.endorsement-wrapper {
  position: relative;
  text-align: center;
  padding: 28px 20px 20px;
}

.endorsement-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 94%);
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(65, 184, 182, 0),
    rgba(65, 184, 182, 0.28),
    rgba(65, 184, 182, 0)
  );
}

.endorsement-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(65, 184, 182, 0.08) 0%,
    rgba(65, 184, 182, 0.03) 30%,
    rgba(0, 0, 0, 0) 72%
  );
  pointer-events: none;
}

.endorsement-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.96;
  filter: grayscale(100%) brightness(2.4) contrast(1.02) drop-shadow(0 0 14px rgba(65, 184, 182, 0.12));
  transition: none;
  pointer-events: none;
  cursor: default;
}

.endorsement-img:hover {
  opacity: 0.96;
  filter: grayscale(100%) brightness(2.4) contrast(1.02) drop-shadow(0 0 14px rgba(65, 184, 182, 0.12));
  transform: none;
}

@media (max-width: 768px) {
  .endorsement-wrapper {
    padding: 22px 16px 10px;
  }

  .endorsement-wrapper::before {
    width: 94%;
  }

  .endorsement-img {
    max-width: 95%;
  }
}

/* =========================
   FOOTER
========================= */
#footer {
  background: #000;
  padding-top: 30px;
  padding-bottom: 22px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.footer-btn,
.footer-btn:link,
.footer-btn:visited,
#footer .footer-btn,
#footer .footer-links a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  color: #41b8b6 !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border-radius: 8px !important;
  padding: 5px 12px !important;
  font-size: 0.82rem;
  border: 1px solid rgba(65, 184, 182, 0.22) !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: none !important;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.footer-btn:hover,
.footer-btn:focus,
#footer .footer-btn:hover,
#footer .footer-links a:hover,
.footer-btn:active,
#footer .footer-btn:active,
#footer .footer-links a:active {
  color: #000 !important;
  background: #41b8b6 !important;
  border-color: #41b8b6 !important;
  transform: translateY(-1px);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.footer-social a,
.footer-social i,
.social-icon,
.social-icon i {
  color: #41b8b6 !important;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social-icon:hover {
  background: rgba(65, 184, 182, 0.10);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 6px;
}

@media (max-width: 767px) {
  #footer {
    padding-bottom: 20px;
  }

  .footer-inner {
    gap: 12px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-btn,
  .footer-btn:link,
  .footer-btn:visited,
  #footer .footer-btn,
  #footer .footer-links a {
    min-width: 104px;
    padding: 7px 12px !important;
    font-size: 0.9rem;
  }

  .footer-social {
    gap: 10px;
  }

  .social-icon {
    width: 34px;
    height: 34px;
  }

  .footer-copy {
    font-size: 0.86rem;
  }
}

/* =========================
   COOKIE BANNER
========================= */
.cookies-alert,
.cookies-alert .gdpr-content,
.cookies-alert-main,
.cookiesAlert,
.cookies-alert-banner {
  background: rgba(0, 0, 0, 0.96) !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(65, 184, 182, 0.28) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45) !important;
}

.cookies-alert a,
.cookies-alert-banner a,
.cookiesAlert a {
  color: #41b8b6 !important;
  text-decoration: underline !important;
}

.cookies-alert .btn,
.cookies-alert button,
.cookies-alert-banner button,
.cookiesAlert button {
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 10px 18px !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.cookies-alert .accept,
.cookies-alert .btn-success,
.cookies-alert button[data-cookie-textbutton],
.cookies-alert-banner .accept {
  background: #41b8b6 !important;
  color: #000 !important;
  border-color: #41b8b6 !important;
}

.cookies-alert .decline,
.cookies-alert .btn-danger,
.cookies-alert .reject,
.cookies-alert-banner .reject {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.cookies-alert .decline:hover,
.cookies-alert .btn-danger:hover,
.cookies-alert .reject:hover,
.cookies-alert-banner .reject:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

/* =========================
   SCROLL TO TOP
========================= */
#scrollToTop,
#scrollToTop::before,
#scrollToTop::after {
  display: none !important;
  content: none !important;
}

#toTopClean {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  width: 66px !important;
  height: 66px !important;
  background: #000 !important;
  border: 2px solid #41b8b6 !important;
  border-radius: 999px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 10000 !important;
  box-shadow: 0 0 0 2px rgba(65, 184, 182, 0.18), 0 10px 26px rgba(0, 0, 0, 0.65) !important;
  transition: opacity 0.25s ease, transform 0.12s ease-out, border-color 0.2s ease, box-shadow 0.25s ease, visibility 0s linear 0.25s !important;
}

#toTopClean.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: opacity 0.25s ease, transform 0.12s ease-out, border-color 0.2s ease, box-shadow 0.25s ease, visibility 0s linear 0s !important;
}

#toTopClean:hover {
  transform: translateY(-2px) !important;
  border-color: #41b8b6 !important;
  box-shadow: 0 0 0 3px rgba(65, 184, 182, 0.2), 0 12px 30px rgba(0, 0, 0, 0.75) !important;
}

#toTopClean .arrow {
  color: #41b8b6 !important;
  text-shadow: 0 0 8px rgba(65, 184, 182, 0.65) !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
  #toTopClean {
    width: 56px !important;
    height: 56px !important;
  }
}

/* =========================
   SECTION SPACING
========================= */
#news,
#content4-16,
#discography,
.video-section,
#contacts {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

#discography .mbr-section-title,
#news .mbr-section-title,
#content4-16 .mbr-section-title,
.video-title,
.contact-section-title,
.bio-section-title {
  margin-bottom: 40px !important;
}

#discography .container,
.video-section .container,
#contacts .container,
#image2-4 .container,
#bio .bio-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #news,
  #content4-16,
  #discography,
  .video-section,
  #contacts {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  #discography .mbr-section-title,
  #news .mbr-section-title,
  #content4-16 .mbr-section-title,
  .video-title,
  .contact-section-title,
  .bio-section-title {
    margin-bottom: 28px !important;
  }
}

/* =========================
   SCROLL OFFSET
========================= */
#bio,
#content4-16,
#discography,
#videos,
#news,
#contacts {
  scroll-margin-top: 110px;
}

@media (max-width: 991px) {
  #bio,
  #content4-16,
  #discography,
  #videos,
  #news,
  #contacts {
    scroll-margin-top: 95px;
  }
}
