@charset "UTF-8";
/* ==========================================
   GLOBÁLNY FOCUS-VISIBLE (Prístupnosť)
   ========================================== */
*:focus-visible {
  outline: 2px solid #ba7678 !important;
  outline-offset: 4px !important;
  box-shadow: none !important;
  border-radius: 8px;
}

*:focus:not(:focus-visible) {
  box-shadow: none !important;
  outline: none !important;
}

body,
.sticky-top,
.fixed-top,
.is-fixed,
.header-layout-2,
.my-main-header {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

:root {
  --bs-scrollbar-width: 0px !important;
}

html, body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.container-header {
  z-index: 10;
  background-color: transparent;
  background-image: none;
  position: relative;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.031372549);
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: black;
}

.my-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.mod-danse-topbar a, .mod-danse-topbar span {
  color: #ba7678;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s ease;
}
.mod-danse-topbar a:hover,
.mod-danse-topbar a:hover span {
  color: #9c6064;
}
.mod-danse-topbar .topbar-contact-info span {
  margin-right: 6px;
  font-size: 18px;
}
.mod-danse-topbar .topbar-social-icons a span {
  font-size: 22px;
}

.header-layout-1 .my-logo,
.header-layout-2 .my-logo,
.header-layout-3 .my-logo {
  display: flex;
  align-items: center;
  height: var(--logo-height-mobile);
}
@media (min-width: 992px) {
  .header-layout-1 .my-logo,
  .header-layout-2 .my-logo,
  .header-layout-3 .my-logo {
    height: var(--logo-height-desktop);
  }
}
.header-layout-1 .my-logo a,
.header-layout-2 .my-logo a,
.header-layout-3 .my-logo a {
  display: block;
  height: 100%;
}
.header-layout-1 .my-logo img,
.header-layout-2 .my-logo img,
.header-layout-3 .my-logo img {
  height: 100%;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-layout-1 .my-topbar, .header-layout-3 .my-topbar {
  background-color: transparent;
  padding: 8px 0;
  font-size: 14px;
}
.header-layout-1 .my-topbar .my-container, .header-layout-3 .my-topbar .my-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header-layout-1 .my-main-header, .header-layout-3 .my-main-header {
  background-color: transparent;
  padding: 15px 0;
}
.header-layout-1 .my-menu, .header-layout-3 .my-menu {
  margin-bottom: 10px;
  margin-left: 50px;
  font-size: 20px;
}
.header-layout-1 .my-menu ul.mod-menu, .header-layout-3 .my-menu ul.mod-menu {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.header-layout-1 .my-menu ul.mod-menu a, .header-layout-3 .my-menu ul.mod-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.header-layout-1 .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header-layout-3 .header-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.header-layout-2 .my-logo, .header-layout-2 .my-contacts-inline {
  z-index: 1055;
}
.header-layout-2 .my-main-header {
  background-color: transparent;
  padding: 15px 0;
  position: relative;
}
.header-layout-2 .header-flex-layout2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header-layout-2 .my-contacts-inline {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.header-layout-2 .my-menu-hamburger-only .navbar-toggler {
  display: block !important;
  border: none;
  padding: 8px 12px;
  background-color: transparent;
  cursor: pointer;
}
.header-layout-2 .my-menu-hamburger-only .navbar-toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #333;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.header-layout-2 .my-menu-hamburger-only .navbar-toggler-icon::before, .header-layout-2 .my-menu-hamburger-only .navbar-toggler-icon::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.header-layout-2 .my-menu-hamburger-only .navbar-toggler-icon::before {
  top: -8px;
}
.header-layout-2 .my-menu-hamburger-only .navbar-toggler-icon::after {
  top: 8px;
}
.header-layout-2 .my-menu-hamburger-only .navbar-collapse:not(.show) {
  display: none !important;
}
.header-layout-2 .my-menu-hamburger-only .navbar-collapse.show {
  display: block !important;
  position: absolute;
  top: 100%;
  right: 15px;
  background: #ffffff;
  min-width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  z-index: 1000;
}
.header-layout-2 .my-menu-hamburger-only ul.mod-menu {
  display: flex;
  flex-direction: column !important;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-layout-2 .my-menu-hamburger-only ul.mod-menu a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
}

div.my-lang-switcher div.mod-languages {
  position: relative;
}
div.my-lang-switcher div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.my-lang-switcher div.mod-languages ul li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
div.my-lang-switcher div.mod-languages ul li.lang-active {
  background-color: rgba(130, 130, 130, 0.5019607843);
  padding: 4px 4px 5px;
  border-radius: 3px;
}
div.my-lang-switcher div.mod-languages ul li a {
  padding: 0;
}

body.danse footer.footer {
  background-color: #494D59;
  background-image: none;
}
body.danse footer.footer .grid-child {
  flex-direction: column;
  align-items: stretch;
}
body.danse footer.footer .danse-footer-wrap {
  width: 100%;
}
body.danse footer.footer .danse-footer-wrap .footer-col {
  text-align: left;
}
@media (max-width: 767px) {
  body.danse footer.footer .danse-footer-wrap .footer-col {
    text-align: center;
  }
  body.danse footer.footer .danse-footer-wrap .footer-col .social-icons {
    justify-content: center;
  }
}
body.danse footer.footer .danse-footer-wrap .footer-title {
  color: #ba7678;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
body.danse footer.footer .danse-footer-wrap .footer-list li {
  margin-bottom: 10px;
  font-size: 19px;
  display: block;
  line-height: 20px;
}
body.danse footer.footer .danse-footer-wrap .footer-list li span {
  color: #ba7678;
}
body.danse footer.footer .danse-footer-wrap .social-icons a {
  display: inline-block;
  font-size: 24px;
  color: #ba7678;
  transition: all 0.3s ease;
}
body.danse footer.footer .danse-footer-wrap .social-icons a:hover {
  opacity: 0.7;
}
body.danse footer.footer .danse-footer-wrap .footer-address-link {
  display: inline-block;
  text-decoration: none;
}
body.danse footer.footer .danse-footer-wrap .footer-list a {
  position: relative;
  color: #ba7678;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 18px;
  padding: 0 5px;
}
body.danse footer.footer .danse-footer-wrap .footer-list a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ba7678;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0) translateZ(0);
  transition: 0.25s linear;
}
body.danse footer.footer .danse-footer-wrap .footer-list a:hover::before, body.danse footer.footer .danse-footer-wrap .footer-list a:focus-visible::before {
  visibility: visible;
  transform: scaleX(1) translateZ(0);
}
body.danse footer.footer .danse-footer-wrap .footer-list a:hover, body.danse footer.footer .danse-footer-wrap .footer-list a:focus-visible {
  color: #ba7678;
  opacity: 0.8;
}
body.danse footer.footer .all-rights {
  font-size: 19px;
  color: #ba7678;
  margin-top: 30px;
}

.custom-menu-wrapper {
  /* ==========================================
     1. KLASICKÉ DESKTOP MENU
     ========================================== */
}
.custom-menu-wrapper .mod-menu-desktop .dropdown {
  position: relative;
}
@media (min-width: 992px) {
  .custom-menu-wrapper .mod-menu-desktop .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeInDropdown 0.2s ease-out;
  }
}
.custom-menu-wrapper .mod-menu-desktop .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 220px;
  padding: 10px 0;
  border-radius: 4px;
  z-index: 1000;
}
.custom-menu-wrapper .mod-menu-desktop .dropdown-menu .menu-item a {
  display: block;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease;
}
.custom-menu-wrapper .mod-menu-desktop .dropdown-menu .menu-item a:hover {
  background-color: rgba(186, 118, 120, 0.05);
  color: #ba7678;
}
.custom-menu-wrapper {
  /* ==========================================
     2. OFFCANVAS MENU (Mobil a Rozloženie 2)
     ========================================== */
}
.custom-menu-wrapper .offcanvas .mod-menu-offcanvas .menu-item a {
  padding: 0;
  transition: color 0.3s ease;
  color: #ba7678 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
}
.custom-menu-wrapper .offcanvas .mod-menu-offcanvas .menu-item a:hover {
  color: #9c6064 !important;
}
.custom-menu-wrapper .offcanvas .mod-menu-offcanvas .menu-item.active > a {
  font-weight: 600 !important;
}
.custom-menu-wrapper .offcanvas .mod-menu-offcanvas .collapse > .menu-item:first-child, .custom-menu-wrapper .offcanvas .mod-menu-offcanvas .collapsing > .menu-item:first-child {
  margin-top: 0;
}
.custom-menu-wrapper .offcanvas .mod-menu-offcanvas .collapse .menu-item a, .custom-menu-wrapper .offcanvas .mod-menu-offcanvas .collapsing .menu-item a {
  font-size: 22px !important;
  border-bottom: none;
  opacity: 1;
}
.custom-menu-wrapper .offcanvas .btn-keyboard-close {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
}
.custom-menu-wrapper .offcanvas .btn-keyboard-close:focus-visible {
  clip: auto;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  padding: 6px 20px;
  background-color: #ba7678;
  color: #ffffff;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1060;
  outline: none !important;
}
.custom-menu-wrapper {
  /* ==========================================
     ŠPECIFICKÉ PRE: BOČNÝ PANEL (SIDE)
     ========================================== */
}
.custom-menu-wrapper.menu-type-side .offcanvas .mod-menu-offcanvas .menu-item a {
  margin-bottom: 12px;
}
.custom-menu-wrapper.menu-type-side .offcanvas .mod-menu-offcanvas .menu-item a.menu-toggler:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 12px;
  font-size: 20px;
  transform: rotate(90deg) !important;
  transition: all 0.3s ease;
}
.custom-menu-wrapper.menu-type-side .offcanvas .mod-menu-offcanvas .menu-item a[aria-expanded=true].menu-toggler:after {
  transform: rotate(270deg) !important;
}
.custom-menu-wrapper.menu-type-side:has(.offcanvas.show, .offcanvas.showing) .custom-burger-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.custom-menu-wrapper .custom-close-btn {
  background: transparent;
  border: none;
  padding: 0;
  color: #ba7678;
  font-size: 32px;
  transition: color 0.3s ease, transform 0.3s ease;
  line-height: 1;
}
.custom-menu-wrapper .custom-close-btn:hover {
  color: #9c6064;
  transform: scale(1.1);
}
.custom-menu-wrapper .custom-close-btn:focus {
  box-shadow: none;
}
.custom-menu-wrapper .custom-close-btn:focus-visible {
  outline: 2px solid #ba7678;
  outline-offset: 4px;
  border-radius: 4px;
}
.custom-menu-wrapper {
  /* ==========================================
     ŠPECIFICKÉ PRE: FULLSCREEN
     ========================================== */
}
.custom-menu-wrapper.menu-type-fullscreen .offcanvas .mod-menu-offcanvas .menu-item a.menu-toggler:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  position: relative;
  right: -20px;
  font-size: 20px;
  transform: rotate(90deg) !important;
  transition: all 0.3s ease;
}
.custom-menu-wrapper.menu-type-fullscreen .offcanvas .mod-menu-offcanvas .menu-item a[aria-expanded=true].menu-toggler:after {
  transform: rotate(270deg) !important;
}
.custom-menu-wrapper.menu-type-fullscreen:has(.offcanvas.show) .custom-burger-btn .burger-icon > span:nth-child(1) {
  transform: translate(0, 8px) rotate(-45deg);
}
.custom-menu-wrapper.menu-type-fullscreen:has(.offcanvas.show) .custom-burger-btn .burger-icon > span:nth-child(2) {
  opacity: 0;
}
.custom-menu-wrapper.menu-type-fullscreen:has(.offcanvas.show) .custom-burger-btn .burger-icon > span:nth-child(3) {
  transform: translate(0, -8px) rotate(45deg);
}
.custom-menu-wrapper {
  /* ==========================================
     VLASTNÁ BURGER IKONA A JEJ VZHĽAD
     ========================================== */
}
.custom-menu-wrapper .custom-burger-btn {
  border: none;
  background: transparent;
  padding: 5px 10px;
  position: relative;
  z-index: 1055;
  border-radius: 8px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-menu-wrapper .custom-burger-btn:focus {
  box-shadow: none;
}
.custom-menu-wrapper .custom-burger-btn:focus-visible {
  outline: 2px solid #ba7678;
  outline-offset: 4px;
}
.custom-menu-wrapper .custom-burger-btn .burger-icon {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-menu-wrapper .custom-burger-btn .burger-icon span {
  display: block;
  height: 2px;
  background-color: #ba7678;
  margin: 3px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.custom-menu-wrapper .custom-burger-btn .burger-icon:hover span {
  background-color: #9c6064;
}

/* --- ANIMÁCIE --- */
@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================
    3. MODIFIKÁCIE OFFCANVASU (Fullscreen & Fade)
    ========================================== */
.offcanvas-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  border: none !important;
  background-color: rgba(73, 77, 89, 0.8745098039);
}
.offcanvas-fullscreen .offcanvas-body {
  position: relative;
  justify-content: center;
  display: flex;
  top: 0px;
  padding-top: 100px;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas {
  position: relative;
  top: 0;
  width: auto;
  text-align: center;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding: 22px !important;
  margin: -22px !important;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas::-webkit-scrollbar {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapse, .offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapsing {
  padding-left: 0 !important;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapse > .menu-item:first-child, .offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapsing > .menu-item:first-child {
  margin-top: 0;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapse .menu-item a, .offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapsing .menu-item a {
  padding-left: 0;
  display: inline-block !important;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapse .menu-item a span, .offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .collapsing .menu-item a span {
  margin-left: 10px;
}
.offcanvas-fullscreen .offcanvas-body .mod-menu-offcanvas .menu-item a {
  padding-left: 0;
  display: inline-block !important;
}
.offcanvas-fullscreen .offcanvas-body .offcanvas-contacts {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.offcanvas-fullscreen .offcanvas-body .offcanvas-contacts .mod-danse-topbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .offcanvas-fullscreen .offcanvas-body .offcanvas-contacts .mod-danse-topbar ul.me-4 {
    margin-right: 0 !important;
  }
  .offcanvas-fullscreen .offcanvas-body .offcanvas-contacts .mod-danse-topbar ul.me-4 a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .offcanvas-fullscreen .offcanvas-body .offcanvas-contacts .mod-danse-topbar a {
    font-size: 14px;
  }
}
.offcanvas-fullscreen .offcanvas-body .btn-keyboard-close {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
}
.offcanvas-fullscreen .offcanvas-body .btn-keyboard-close:focus-visible {
  clip: auto;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  padding: 6px 20px;
  background-color: #ba7678;
  color: #ffffff;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1060;
  outline: none !important;
}

.offcanvas.custom-fade {
  top: 0;
  left: 0;
  transform: none !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out !important;
}
.offcanvas.custom-fade.show {
  opacity: 1;
  visibility: visible;
}

/* ==========================================
   VLASTNÝ BACKDROP (OVERLAY) PRE OFFCANVAS
   ========================================== */
.offcanvas-backdrop {
  background-color: rgba(73, 77, 89, 0.8745098039) !important;
}
.offcanvas-backdrop.show {
  opacity: 1 !important;
}

body.danse a#back-top.back-to-top-link {
  position: fixed;
  visibility: hidden;
}
body.danse a#back-top.back-to-top-link.visible {
  visibility: visible;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  background: rgba(186, 118, 120, 0.5215686275);
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
}
body.danse a#back-top.back-to-top-link.visible span.icon-arrow-up.icon-fw {
  top: -3px;
  position: relative;
  font-size: 20px;
  color: #000000;
  opacity: 0.5;
  transition: all 0.3s ease;
}
body.danse a#back-top.back-to-top-link.visible:hover {
  background: #ba7678;
}
body.danse a#back-top.back-to-top-link.visible:hover span.icon-arrow-up.icon-fw {
  top: -8px;
  opacity: 1;
}

body.danse button.danse-button {
  background-color: #ba7678 !important;
  color: #fff !important;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 0 40px 40px #ba7678 inset, 0 0 0 0 #ba7678, 3px 3px 12px 0px rgba(0, 0, 0, 0.7) !important;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease !important;
  cursor: pointer;
}
body.danse button.danse-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #F8F1E9 10%, transparent 70%);
  opacity: 0.4;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  border-radius: 50%;
  z-index: 0;
}
body.danse button.danse-button:hover::after {
  width: 250%;
  height: 250%;
}
body.danse .danse-button a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #ba7678 !important;
  color: #ffffff !important;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.7) !important;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease !important;
  transform: translateZ(0);
}
body.danse .danse-button a.button span {
  position: relative;
  z-index: 2;
  white-space: normal;
}
body.danse .danse-button a.button::before {
  content: none;
}
body.danse .danse-button a.button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, #F8F1E9 10%, transparent 70%);
  opacity: 0.4;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease;
}
body.danse .danse-button a.button:hover::after {
  transform: translate(-50%, -50%) scale(2.5);
}
body.danse .danse-button {
  /* 
  OPRAVA DISABLED STAVU:
  HTML <div> nemôže mať pseudo-triedu :disabled. 
  Musíš použiť classu .disabled na obale, alebo zacieliť priamo <a>.
  */
}
body.danse .danse-button.disabled a, body.danse .danse-button[disabled] a {
  background-color: #999 !important;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.7) !important;
  cursor: default;
  pointer-events: none;
}
body.danse .danse-button.disabled a::after, body.danse .danse-button[disabled] a::after {
  display: none;
}
body.danse .danse-tab ul[role=tablist] {
  width: 100% !important;
  border-bottom: solid 1px #ba7678;
}
body.danse .danse-tab ul[role=tablist] li[role=presentation] {
  margin-right: 5px;
}
body.danse .danse-tab ul[role=tablist] li[role=presentation] a {
  transition: all 0.3s ease;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-color: #ba7678;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
}
body.danse .danse-tab ul[role=tablist] li[role=presentation] a:hover {
  background-color: rgba(186, 118, 120, 0.3137254902);
}
body.danse .danse-tab ul[role=tablist] li[role=presentation] a:before {
  content: none;
}
body.danse .danse-tab ul[role=tablist] li[role=presentation].active a {
  background-color: #ba7678;
  color: white !important;
}
body.danse .danse-tab ul[role=tablist] li[role=presentation].active a:hover {
  background-color: #ba7678;
}

body.danse input.danse-input {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  color: #000000;
  border-radius: 10px;
  height: 37px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  transition: 0.2s ease;
}
body.danse input.danse-input:hover {
  border-color: #ba7678;
}
body.danse input.danse-input:active,
body.danse input.danse-input:focus {
  border-color: #ba7678;
  box-shadow: none;
}
body.danse input.danse-check {
  width: 20px;
  height: 20px;
  accent-color: #ba7678;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  font-size: 2rem;
  padding: 1px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  transition: 0.2s ease;
}
body.danse input.danse-check:hover {
  border-color: #ba7678;
}
body.danse input.danse-check:active,
body.danse input.danse-check:focus {
  border-color: #ba7678;
  padding: 0px !important;
  border: 2px solid #ba7678 !important;
}
body.danse input.danse-check:checked {
  border: 1px solid #ba7678;
  padding: 1px;
  border-color: #ba7678;
  box-shadow: none;
}
body.danse input.danse-check::before {
  content: "";
  position: relative;
  display: flex;
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  transform: scale(0);
  background-color: #ba7678;
  transition: 0.2s ease;
}
body.danse input.danse-check:checked::before {
  transform: scale(1);
}

::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

body.danse {
  background-color: #F8F1E9;
  font-size: 19px;
  font-weight: 400;
  opacity: 1;
  transition: all 2s ease;
  cursor: default;
}
body.danse hr {
  color: #ba7678;
  border-top: solid 1px;
  opacity: 1;
}
body.danse h1, body.danse h2, body.danse h3, body.danse h4, body.danse h5, body.danse h6 {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
  font-weight: 500;
}
body.danse h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
}
body.danse h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}
body.danse h2, body.danse h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.danse a {
  position: relative;
  color: #ba7678 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.danse a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ba7678;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0) translateZ(0);
  transition: 0.25s linear;
}
body.danse a:hover::before, body.danse a:focus-visible::before {
  visibility: visible;
  transform: scaleX(1) translateZ(0);
}
body.danse a:hover, body.danse a:focus-visible {
  color: #9c6064 !important;
}
body.danse .info-paragraph {
  display: flex;
  align-items: center;
  border: solid 2px #ba7678;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
body.danse img.wedImg {
  border-radius: 35%;
  box-shadow: 3px 3px 10px 1px rgb(100, 100, 100);
}
body.danse .youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 960px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px 1px rgb(100, 100, 100);
}
body.danse ul.inpage-contact-list {
  color: #ba7678;
  list-style: none;
  padding-inline-start: 0px;
}
body.danse a#back-top::before,
body.danse .topbar-social-icons a::before,
body.danse .social-icons a::before,
body.danse .my-logo a::before,
body.danse a.news-auto-sort-item-child::before,
body.danse a:has(img)::before {
  display: none !important;
}
body.danse header.header-layout-1, body.danse header.header-layout-2, body.danse header.header-layout-3 {
  position: fixed !important;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
body.danse .site-grid main {
  margin-top: 0;
}
body.danse .middle-bordered {
  /* Mobilný pohľad (do 768px): čiary hore a dole */
  border-top: 2px solid #d3d3d3; /* prispôsob si farbu podľa dizajnu */
  border-bottom: 2px solid #d3d3d3;
  padding: 2rem 0;
  margin: 2rem 0; /* odtlačí horný a spodný stĺpec */
  /* Tablet a Desktop pohľad (od 768px vyššie): čiary vľavo a vpravo */
}
@media (min-width: 768px) {
  body.danse .middle-bordered {
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    padding: 0 1rem; /* jemné odsadenie textu od bočných čiar */
    margin: 0;
  }
}
body.danse {
  /* ---------------------------------
     KIZOMBA MODÁLNE OKNÁ
     --------------------------------- */
}
body.danse #kiz-about-box,
body.danse #bach-about-box,
body.danse #kiz-fusion-box,
body.danse #kiz-urban-box,
body.danse #kiz-tarraxo-box {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 960px;
  height: auto;
  max-height: 80vh;
  background: #F8F1E9;
  border: solid 5px #ba7678;
  color: #000;
  position: fixed;
  text-align: justify;
  top: 80px;
  left: 50%;
  margin-left: -480px;
  z-index: 1000;
  padding: 15px 15px 0 15px;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgb(0, 0, 0);
  overflow: auto;
  transition: all 0.3s ease;
}
body.danse #kiz-about-box ul,
body.danse #bach-about-box ul,
body.danse #kiz-fusion-box ul,
body.danse #kiz-urban-box ul,
body.danse #kiz-tarraxo-box ul {
  margin-left: 20px;
}
@media (max-width: 1000px) {
  body.danse #kiz-about-box,
  body.danse #bach-about-box,
  body.danse #kiz-fusion-box,
  body.danse #kiz-urban-box,
  body.danse #kiz-tarraxo-box {
    width: 94%;
    margin-left: -49%;
  }
}
body.danse {
  /* Vnútorný scrollovateľný obsah */
}
body.danse .kiz-about-open,
body.danse .bach-about-open,
body.danse .kiz-fusion-open,
body.danse .kiz-urban-open,
body.danse .kiz-tarraxo-open {
  overflow: auto;
  padding-top: 30px;
  height: 100%;
}
body.danse {
  /* Spoločný štýl pre zatváracie tlačidlá */
}
body.danse #kiz-about-button-close,
body.danse #bach-about-button-close,
body.danse #kiz-fusion-button-close,
body.danse #kiz-urban-button-close,
body.danse #kiz-tarraxo-button-close {
  position: absolute;
  font-size: 18px !important;
  font-weight: 700;
  padding: 2px 15px !important;
  right: 5px;
  top: 5px !important;
  padding-bottom: 0px !important;
}
body.danse {
  /* Skrytý stav */
}
body.danse .kiz-about-open-hidden,
body.danse .bach-about-open-hidden,
body.danse .kiz-fusion-open-hidden,
body.danse .kiz-urban-open-hidden,
body.danse .kiz-tarraxo-open-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}
body.danse {
  /* Spodný pásik s tlačidlami */
}
body.danse .danse-button-set {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
body.danse {
  /* -------------------------------------------
     GLOBÁLNE SKRYTIE RECAPTCHA LOGA DOLE V ROHU
     ------------------------------------------- */
}
body.danse .grecaptcha-badge {
  visibility: hidden !important;
}
body.danse .sp-photo {
  margin: 0 auto;
  box-shadow: 3px 3px 10px 1px;
  border-radius: 25%;
}
@media (max-width: 767px) {
  body.danse footer.footer .danse-footer-wrap div:has(.js-nl-open-btn) {
    text-align: center !important;
  }
}