/*
Theme Name: AdriaTribute New
Template:   astra
Version:    2.8.6
Description: AdriaTribute child theme – 1:1 Sketch design
Author:     AdriaTribute
Text Domain: adriatribute-new
*/

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --navy:    #091635;
  --yellow:  #faae16;
  --white:   #ffffff;
  --gray-bg: #dadbdd;
  --font-h:  'Anton', sans-serif;
  --font-b:  'Inter Tight', sans-serif;
}

/* ============================================================
   HERO SECTION - FULL WIDTH & EDITABLE (ID: hero-69edc585b5d82)
   ============================================================ */
section[data-id="hero-69edc585b5d82"],
section.elementor-element-hero-69edc585b5d82 {
  min-height: 500px !important;
  padding: 120px 60px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #0d1f35 !important;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url('https://dev.adriatribute.com/wp-content/uploads/2026/04/hero-concert-crowd.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

section[data-id="hero-69edc585b5d82"] .elementor-container,
section.elementor-element-hero-69edc585b5d82 .elementor-container {
  background: transparent !important;
}

[data-id="hero-69edc585b5d82"] .elementor-column,
.elementor-element-hero-69edc585b5d82 .elementor-column {
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 0 60px !important;
}

[data-id="hero-69edc585b5d82"] h1,
.elementor-element-hero-69edc585b5d82 h1 {
  color: #ffffff !important;
  text-shadow: none !important;
  margin-bottom: 12px !important;
  text-align: left !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

[data-id="hero-69edc585b5d82"] .elementor-widget-text-editor,
.elementor-element-hero-69edc585b5d82 .elementor-widget-text-editor {
  color: #ffffff !important;
  width: auto !important;
}

[data-id="hero-69edc585b5d82"] .elementor-widget-text-editor p,
.elementor-element-hero-69edc585b5d82 .elementor-widget-text-editor p {
  color: #ffffff !important;
  text-shadow: none !important;
  text-align: left !important;
  margin: 0 !important;
}

.hero-wrapper {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 140px 60px !important;
  min-height: 500px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 20px !important;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)),
              url('https://dev.adriatribute.com/wp-content/uploads/2026/04/hero-concert-crowd.png') center/cover no-repeat !important;
  background-attachment: scroll !important;
}

.hero-wrapper h1 {
  font-family: var(--font-h) !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  color: white !important;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  letter-spacing: -1px !important;
}

.hero-wrapper p {
  font-family: var(--font-b) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: white !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  max-width: 900px !important;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  width: 100% !important;
}
html {
  background: #ffffff !important;
}
body {
  font-family: var(--font-b) !important;
  font-size: 16px !important;
  color: var(--navy) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  width: 100% !important;
}
#page {
  background-color: #ffffff !important;
  background-image: none !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 0 !important;
}
.site-content {
  background-color: #ffffff !important;
  background-image: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.site-content > * {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
main, .elementor, .ast-main-content {
  background-color: #ffffff !important;
  background-image: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor[data-elementor-type="wp-page"] {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ast-container, .ast-container-layout {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Force white background on all sections */
.elementor-section, .elementor-widget-wrap, .elementor-widget-container {
  background-color: transparent !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-section {
  padding: 0 !important;
}
.ast-container {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Override Astra padding na .ast-container */
.site-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ast-container-layout {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
img { max-width: 100%; height: auto; }
a { color: var(--yellow); text-decoration: none; }
a:hover { opacity: .85; }

h1,h2,h3,h4,h5,h6,
.elementor-heading-title,
.entry-title { font-family: var(--font-h) !important; line-height: 1.05; }

p, li, span, td, input, textarea, button, label {
  font-family: var(--font-b) !important;
}

/* ============================================================
   HEADER — navy #091635, full width, no margins
   ============================================================ */
#masthead,
.site-header,
.main-header-bar,
.main-header-bar-wrap,
.ast-primary-header-bar,
.ast-desktop-header,
#ast-desktop-header,
.ast-mobile-header-wrap,
#ast-mobile-header {
  background: var(--navy) !important;
  border-bottom: none !important;
  box-shadow: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ast-primary-header-bar {
  min-height: 100px !important;
  padding: 0 60px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Logo — from Sketch: yellow ADRIA TRIBUTE mark */
.custom-logo-link img,
.ast-logo-container img {
  max-height: 80px !important;
  width: auto !important;
  filter: none !important;
}

.site-title a, .site-title {
  color: var(--yellow) !important;
  font-family: var(--font-h) !important;
  font-size: 32px !important;
}

/* Nav links — Sketch: InterTight Medium uppercase, white */
.main-header-menu > .menu-item > a,
.ast-nav-menu > .menu-item > a,
.ast-header-navigation .menu-link,
.main-header-bar .main-navigation a {
  color: var(--white) !important;
  font-family: var(--font-b) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
}
.main-header-menu > .menu-item > a:hover,
.ast-nav-menu > .menu-item > a:hover {
  color: var(--yellow) !important;
}
.main-header-menu > .current-menu-item > a { color: var(--yellow) !important; }

/* Transparent header overrides */
.ast-theme-transparent-header .main-header-bar,
.ast-theme-transparent-header #masthead,
.ast-sticky-header-active .main-header-bar {
  background: var(--navy) !important;
}
.ast-theme-transparent-header .main-header-menu .menu-item > a {
  color: var(--white) !important;
}
.ast-theme-transparent-header .main-header-menu .menu-item:hover > a {
  color: var(--yellow) !important;
}

/* Mobile hamburger */
.menu-toggle, .ast-button-wrap .menu-toggle { color: var(--white) !important; }
.ast-desktop-header-content,
.ast-mobile-header-content { background: var(--navy) !important; }

/* Remove Astra page title banner */
.ast-hero-section-wrap,
.ast-page-header,
.entry-header.ast-no-thumbnail { display: none !important; }

/* Hide cookie/privacy notice banners — Cookie Law Info (CookieYes) */
div[class*="cky-"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: absolute !important;
  left: -9999px !important;
}
.cky-overlay { display: none !important; }
.cky-consent-container { display: none !important; }
.cky-consent-bar { display: none !important; }
.cky-modal { display: none !important; }
.cky-btn-revisit-wrapper { display: none !important; }
.cky-notice { display: none !important; }
.cky-notice-group { display: none !important; }
.cky-preference-center { display: none !important; }
p[class*="cky-"] { display: none !important; }

/* ============================================================
   LAYOUT CONTAINERS
   ============================================================ */
.site-content, #content {
  padding-top: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.elementor-template-full-width .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
}
.e-con.e-parent {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ast-container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-template-full-width .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Gallery section — force column direction so heading+gallery stack vertically */
.elementor-element-7c603ec7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.elementor-element-7c603ec7.e-flex,
.elementor-element-7c603ec7.e-con {
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
}
.elementor-element-7c603ec7 > .e-con-inner {
  flex-direction: column !important;
  padding: 0 60px 80px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* CTA — replaced below in clean block */

/* ============================================================
   HERO — concert crowd, full width, dark overlay
   ============================================================ */
.elementor-element-7c603ec7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-element-hero001,
.elementor-element-hero-section-69ed24bbdf4c0 {
  min-height: 280px !important;
  padding: 80px 60px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #091635 !important;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('https://dev.adriatribute.com/wp-content/uploads/2026/04/hero-concert-crowd.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  width: 100% !important;
  margin: 0 !important;
}

.elementor-element-hero001 > .elementor-widget,
.elementor-element-hero001 .elementor-widget-container {
  margin: auto 0 !important;
}
/* Visoka specifičnost — preglasi Elementor 0,3,0,0 */
.elementor-15 .elementor-element.elementor-element-hero001 {
  --justify-content: flex-start !important;
  --align-items: center !important;
  --padding-top: 160px !important;
  --padding-bottom: 0px !important;
}
.elementor-15 .elementor-element.elementor-element-625fa24 {
  text-align: left !important;
  justify-content: flex-start !important;
  display: block !important;
}
.elementor-15 .elementor-element.elementor-element-625fa24 .elementor-heading-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.elementor-15 .elementor-element.elementor-element-625fa24 .elementor-widget-container {
  text-align: left !important;
}
.elementor-element-hero001 .elementor-heading-title {
  font-family: var(--font-h) !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  text-align: center !important;
  margin: 0 0 20px 0 !important;
  padding: 0 20px !important;
  max-width: 900px !important;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
}
/* Subtitle — viden kot na referenci */
.elementor-15 .elementor-element.elementor-element-hero_sub01 {
  display: block !important;
  margin-top: 16px !important;
}
.elementor-element-hero001 .elementor-element-hero_sub01 {
  color: #ffffff !important;
}
.elementor-element-hero001 .elementor-element-hero_sub01 .elementor-widget-text-editor {
  text-align: center !important;
  color: #ffffff !important;
}
.elementor-element-hero001 .elementor-element-hero_sub01 .elementor-text-editor {
  text-align: center !important;
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85) !important;
  font-weight: 500 !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
.elementor-element-hero001 .elementor-element-hero_sub01 .elementor-text-editor p {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85) !important;
  margin: 0 !important;
}
.elementor-element-hero001 .elementor-element-hero_sub01 * {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85) !important;
}

/* ============================================================
   SECTION HEADINGS — Anton, navy, CENTER aligned (Sketch exact)
   ============================================================ */
[id*="heading_disco"],
[id*="heading_brit"],
[id*="heading_stadium"],
[id*="heading_pop_divas"],
[id*="heading_live_cover"] {
  --e-global-color-primary: #091635 !important;
}

[id*="heading_disco"] .elementor-heading-title,
[id*="heading_brit"] .elementor-heading-title,
[id*="heading_stadium"] .elementor-heading-title,
[id*="heading_pop_divas"] .elementor-heading-title,
[id*="heading_live_cover"] .elementor-heading-title {
  font-family: var(--font-h) !important;
  font-size: clamp(18px, 3vw, 36px) !important;
  font-weight: 700 !important;
  color: #091635 !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

/* ============================================================
   BAND CARD GRID — Sketch: white bg, dark text, 3 cols, 600×460 images
   ============================================================ */
.premium-img-gallery.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
}

/* Category sections - remove constraints */
section[data-id*="cat-section"] {
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

section[data-id*="cat-section"] > .elementor-container,
section[data-id*="cat-section"] .e-con {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Force CSS Grid (override Isotope) */
.premium-gallery-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 30px !important;
  overflow: visible !important;
}

/* Disable item animations on page load */
.premium-gallery-item {
  animation: none !important;
  transform: none !important;
}
.premium-gallery-container .grid-sizer { display: none !important; }

/* Card — WHITE background, no radius (Sketch: no border-radius) */
.premium-gallery-item {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.12) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.premium-gallery-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
}

/* Image container — square ratio matches reference */
.pa-gallery-img { position: relative !important; }

.pa-gallery-img-container {
  display: block !important;
  overflow: hidden !important;
  line-height: 0 !important;
  aspect-ratio: 600 / 460 !important;
  border-radius: 0 !important;
}
.pa-gallery-img-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .4s ease !important;
}
.premium-gallery-item:hover .pa-gallery-img-container img {
  transform: scale(1.04) !important;
}

/* Hide hover icons */
.pa-gallery-icons-wrapper { display: none !important; }

/* Hide filter buttons (category filters) */
.premium-img-gallery-filter {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.premium-gallery-filter,
.premium-gallery-filter-btn,
.pa-gallery-filter,
.pa-gallery-filter-item,
.premium-img-gallery-filter-item,
.premium-gallery-cats-container,
[class*="gallery-filter"],
[class*="filter-button"] {
  display: none !important;
}

/* Caption area — white bg, dark text */
.premium-gallery-caption,
.pa-gallery-img.default .premium-gallery-caption {
  position: relative !important;
  top: auto !important; left: auto !important;
  right: auto !important; bottom: auto !important;
  transform: none !important;
  width: 100% !important;
  background: #ffffff !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 18px 20px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  z-index: 2 !important;
}

/* Band name — Sketch: Anton 60px navy */
.premium-gallery-img-name,
.premium-gallery-img-name a {
  font-family: var(--font-h) !important;
  font-size: clamp(22px, 3.1vw, 60px) !important;
  font-weight: 400 !important;
  color: var(--navy) !important;
  line-height: 1 !important;
  margin: 0 0 4px !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  display: block !important;
}

/* Tribute name — Sketch: InterTight Bold 30px navy */
.premium-gallery-img-desc,
.premium-gallery-img-desc a {
  font-family: var(--font-b) !important;
  font-size: clamp(13px, 1.56vw, 30px) !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  margin: 0 0 16px !important;
  display: block !important;
}

/* Description text — body copy for band info */
.premium-gallery-img-desc-2,
.band-excerpt {
  font-family: var(--font-b) !important;
  font-size: clamp(12px, 1.1vw, 16px) !important;
  font-weight: 400 !important;
  color: #4a5a6f !important;
  line-height: 1.5 !important;
  margin: 0 0 16px !important;
  display: block !important;
  flex-grow: 1 !important;
}

/* Whole-card link overlay */
.pa-gallery-whole-link {
  position: absolute !important;
  inset: 0 !important;
  background: transparent !important;
  z-index: 3 !important;
}
.pa-gallery-whole-link span { display: none !important; }

/* "VEČ →" button — home page cards */
.premium-gallery-caption::after {
  content: "VEČ →" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--yellow) !important;
  color: #ffffff !important;
  font-family: var(--font-b) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  width: 160px !important;
  height: 50px !important;
  position: relative !important;
  z-index: 4 !important;
  transition: background .2s ease !important;
}
.premium-gallery-item:hover .premium-gallery-caption::after {
  background: #e09a0e !important;
}

/* CTA — replaced below in clean block */

/* ============================================================
   CONTACT/INQUIRY FORM SECTION
   ============================================================ */
/* 2-column form layout */
.wpcf7-form .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 40px !important;
}
/* Labels visible in dark */
.wpcf7-form label {
  color: var(--navy) !important;
  font-family: var(--font-b) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: block !important;
  margin-bottom: 2px !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100% !important;
  border: 1px solid #c0c4cc !important;
  border-radius: 0 !important;
  padding: 10px 16px !important;
  font-family: var(--font-b) !important;
  font-size: 15px !important;
  margin-bottom: 8px !important;
  background: #ffffff !important;
  color: var(--navy) !important;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder { color: #8a8ea3 !important; }
.wpcf7-form input[type="submit"], .wpcf7-submit {
  background: var(--yellow) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 40px !important;
  height: 54px !important;
  line-height: 54px !important;
  font-family: var(--font-b) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  transition: background .2s ease !important;
}
.wpcf7-form input[type="submit"]:hover { background: #e09a0e !important; }

/* ============================================================
   ELEMENTOR BUTTONS
   ============================================================ */
.elementor-button, a.elementor-button {
  background: var(--yellow) !important;
  color: #ffffff !important;
  font-family: var(--font-b) !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
.elementor-button:hover, a.elementor-button:hover {
  background: #e09a0e !important;
  color: #ffffff !important;
}

/* ============================================================
   SINGLE TRIBUTE BAND PAGE
   ============================================================ */
.post-type-tribute_band .entry-content,
.single-tribute_band .e-con-inner { max-width: 100% !important; }

/* Boxed sections: proper side padding (description, gallery, form) */
.single-tribute_band .e-con-boxed > .e-con-inner {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* Band page description text */
.single-tribute_band .elementor-widget-text-editor p {
  font-family: var(--font-b) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--navy) !important;
}

/* Band page image carousel */
.single-tribute_band .elementor-image-carousel-wrapper {
  border-radius: 0 !important;
}
.single-tribute_band .swiper-slide img {
  object-fit: cover !important;
}
/* Ensure gallery links are clickable (lightbox) */
.single-tribute_band .swiper-slide a {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* ============================================================
   FOOTER — Sketch: navy #091635
   ============================================================ */
.site-footer, #colophon,
.footer-widget-area,
.ast-footer-overlay,
.footer-bar-wrap,
.footer-adv,
.site-below-footer-wrap,
.site-primary-footer-wrap,
.site-above-footer-wrap,
[data-section="section-footer-builder"],
[data-section="section-below-footer-builder"],
[data-section="section-primary-footer-builder"],
.ast-builder-grid-row-container {
  background: var(--navy) !important;
  color: rgba(255,255,255,.85) !important;
}
/* Footer pokrije gitarista iz CTA navzdol */
.site-footer, #colophon {
  position: relative !important;
  z-index: 10 !important;
}
.site-footer *, #colophon * { color: rgba(255,255,255,.85) !important; }
.site-footer a, #colophon a { color: rgba(255,255,255,.75) !important; }
.site-footer a:hover, #colophon a:hover { color: var(--yellow) !important; opacity: 1 !important; }
.footer-widget-area .widget-title, #colophon .widget-title {
  font-family: var(--font-h) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  border-bottom: 2px solid var(--yellow) !important;
  padding-bottom: 8px !important;
}
.ast-footer-copyright, .ast-small-footer {
  background: rgba(0,0,0,.3) !important;
  color: rgba(255,255,255,.55) !important;
  font-size: 13px !important;
}

/* ============================================================
   RESPONSIVE — Tablet ≤1024px
   ============================================================ */
@media (max-width: 1024px) {
  .premium-gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .ast-primary-header-bar { padding: 0 24px !important; }
  .elementor-element-7c603ec7 > .e-con-inner {
    padding: 0 20px !important;
  }
}

/* ============================================================
   RESPONSIVE — Mobile ≤767px
   ============================================================ */
@media (max-width: 767px) {
  .ast-primary-header-bar {
    min-height: 70px !important;
    padding: 0 16px !important;
  }

  .premium-gallery-container {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
  .premium-gallery-caption {
    padding: 8px 6px 10px !important;
  }
  .premium-gallery-img-name,
  .premium-gallery-img-name a {
    font-size: 16px !important;
    margin: 0 0 4px !important;
  }
  .premium-gallery-img-desc,
  .premium-gallery-img-desc a {
    font-size: 13px !important;
    margin: 0 0 8px !important;
  }
  .premium-gallery-caption::after {
    font-size: 11px !important;
    width: 100% !important;
    height: 36px !important;
    letter-spacing: .04em !important;
    margin-top: auto !important;
  }
  .premium-gallery-img-desc-2,
  .band-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    flex-grow: 0 !important;
  }
  .elementor-element-7c603ec7 {
    padding: 0 8px 40px !important;
  }
  /* Hero mobile: vertikalno centriranje */
  section[data-id="hero-69edc585b5d82"],
  section.elementor-element-hero-69edc585b5d82 {
    min-height: 0 !important;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }
  section[data-id="hero-69edc585b5d82"] .elementor-container {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  section[data-id="hero-69edc585b5d82"] .elementor-widget-wrap {
    justify-content: center !important;
  }
  .elementor-element-hero001 .elementor-heading-title {
    font-size: clamp(22px, 5vw, 42px) !important;
  }
  .elementor-element-f3bd957 .elementor-heading-title,
  .elementor-element-7a0332c .elementor-heading-title,
  .elementor-element-26bb03c .elementor-heading-title,
  .elementor-element-d57533f .elementor-heading-title,
  .elementor-element-a67ca85 .elementor-heading-title {
    font-size: clamp(18px, 4vw, 36px) !important;
  }
  .elementor-element-8672c67 > .e-con-inner {
    flex-direction: column !important;
  }
  .single-tribute_band h1.elementor-heading-title { font-size: 28px !important; }
}

/* ============================================================
   MISC
   ============================================================ */
#wpadminbar ~ #masthead { top: 32px !important; }

/* ============================================================
   TRIBUTE_BAND SINGLE — hide hero banner, show H1 under video
   ============================================================ */
/* Hide first Elementor section (hero banner) on band pages */
.single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent:first-child {
  display: none !important;
}

/* Push visible content below fixed header on band pages */
.single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent:nth-child(2) {
  margin-top: 90px !important;
  min-height: 0 !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* H1 band title injected below video via JS */
.band-page-title {
  font-family: var(--font-h) !important;
  font-size: clamp(28px, 3.5vw, 60px) !important;
  color: var(--navy) !important;
  padding: 32px 80px 8px !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  line-height: 1.05 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
@media (max-width: 767px) {
  .band-page-title { padding: 20px 16px 8px !important; font-size: 28px !important; }
}

/* ============================================================
   TRIBUTE_BAND GALLERY — image carousel → 3-col grid
   ============================================================ */
.single-tribute_band .elementor-image-carousel-wrapper,
.single-tribute_band .elementor-widget-image-carousel {
  overflow: visible !important;
}
.single-tribute_band .swiper,
.single-tribute_band .swiper-container {
  overflow: visible !important;
}
.single-tribute_band .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  transform: none !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.single-tribute_band .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}
.single-tribute_band .swiper-slide a,
.single-tribute_band .swiper-slide img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  height: auto !important;
}
.single-tribute_band .elementor-swiper-button,
.single-tribute_band .swiper-pagination { display: none !important; }

/* Hide Swiper duplicate/clone slides */
.single-tribute_band .swiper-slide-duplicate { display: none !important; }

@media (max-width: 767px) {
  .single-tribute_band .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* band-cta — replaced below in clean block */

/* CTA — replaced below in clean block */

/* Fix blank space at bottom */
.single-tribute_band .elementor[data-elementor-type="wp-post"] {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ============================================================
   FOOTER — uniform copyright bar color
   ============================================================ */
.ast-footer-copyright,
.ast-small-footer,
.site-below-footer-wrap {
  background: var(--navy) !important;
  color: rgba(255,255,255,.55) !important;
  font-size: 13px !important;
}

/* ============================================================
   HOME PAGE — band card excerpt text
   ============================================================ */
.band-excerpt {
  font-family: var(--font-b) !important;
  font-size: 14px !important;
  color: rgba(9,22,53,.7) !important;
  line-height: 1.5 !important;
  margin: 0 0 14px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 63px !important; /* 3 lines × 14px × 1.5 line-height */
}

/* ============================================================
   TRIBUTE_BAND FORM — 2-column layout (CF7)
   ============================================================ */
.single-tribute_band .wpcf7-form .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 30px !important;
}
.single-tribute_band .wpcf7-form {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .single-tribute_band .wpcf7-form .form-row {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   LEGAL PAGES — politika-zasebnosti, piskotki
   ============================================================ */
.page-id-1223 .site-main,
.page-id-1224 .site-main {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 120px 40px 80px !important;
}
.page-id-1223 .entry-content,
.page-id-1224 .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}
/* Show entry header for legal pages */
.page-id-1223 .entry-header,
.page-id-1224 .entry-header {
  display: block !important;
  margin-bottom: 32px !important;
}
.page-id-1223 .entry-title,
.page-id-1224 .entry-title {
  font-family: var(--font-h) !important;
  font-size: clamp(28px,3.5vw,52px) !important;
  color: var(--navy) !important;
  line-height: 1.1 !important;
  margin: 0 0 8px !important;
}
/* Tables on piskotki */
.page-id-1224 table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: var(--font-b) !important;
  font-size: 14px !important;
  margin-bottom: 24px !important;
}
.page-id-1224 th,
.page-id-1224 td {
  border: 1px solid #ddd !important;
  padding: 10px 14px !important;
  text-align: left !important;
  color: var(--navy) !important;
}
.page-id-1224 th {
  background: #f4f5f7 !important;
  font-weight: 700 !important;
}

/* ============================================================
   O NAS PAGE — proper content background
   ============================================================ */
.page-id-803 .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}
/* Reduce gap between content and CTA on O nas page */
.page-id-803 .elementor-element-8672c67 {
  margin-top: 0 !important;
}
.page-id-803 .elementor-element-onas_content {
  padding-bottom: 40px !important;
}

/* ============================================================
   POVPRASEVANJE PAGE (ID 1339)
   ============================================================ */
.page-id-1339 .site-main {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 160px 40px 80px !important;
}
.page-id-1339 .entry-header {
  display: block !important;
  margin-bottom: 32px !important;
}
.page-id-1339 .entry-title {
  font-family: var(--font-h) !important;
  font-size: clamp(28px,3.5vw,52px) !important;
  color: var(--navy) !important;
  line-height: 1.1 !important;
  margin: 0 0 8px !important;
}
.page-id-1339 .wpcf7-form {
  max-width: 100% !important;
}

/* CTA — replaced below in clean block */

/* ============================================================
   TASK 2: BAND PAGE CONTENT WIDTH — max-width constraint
   ============================================================ */
.single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent > .e-con-inner {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
/* Video section stays full-width (2nd child element) */
.single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent:nth-child(2) > .e-con-inner {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Center video container horizontally — parent container has 10px padding causing asymmetry */
.single-tribute_band .e-con:has(> .e-con > .elementor-widget-video) {
  align-items: center !important;
}
/* Video: center horizontally within section */
.single-tribute_band .elementor-element-vid397822d .elementor-column,
.single-tribute_band .elementor-top-section:first-of-type .elementor-column {
  display: flex !important;
  justify-content: center !important;
}
.single-tribute_band .elementor-widget-video {
  width: 55% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent > .e-con-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ============================================================
   TASK 3: GALLERY LIGHTBOX CSS
   ============================================================ */
#adria-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}
#adria-lightbox.al-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.92);
  cursor: pointer;
}
.al-img {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  z-index: 2;
  display: block;
  object-fit: contain;
  border: none;
}
.al-close {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 3;
  background: none;
  border: none;
  color: #fff;
  font-size: 44px;
  cursor: pointer;
  line-height: 1;
  padding: 0 8px;
  opacity: .75;
}
.al-close:hover { opacity: 1; }
.al-prev, .al-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(255,255,255,.12);
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 12px 20px;
  line-height: 1;
  transition: background .2s;
  font-family: sans-serif;
}
.al-prev:hover, .al-next:hover { background: rgba(255,255,255,.28); }
.al-prev { left: 16px; }
.al-next { right: 16px; }
.al-counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  font-family: var(--font-b);
}
.single-tribute_band .swiper-slide { cursor: pointer !important; }

/* ============================================================
   TASK 4: BAND CARD IMAGES — aspect ratio 3:2
   ============================================================ */
.pa-gallery-img-container {
  aspect-ratio: 3 / 2 !important;
}
.pa-gallery-img-container img {
  object-position: center top !important;
}

/* ============================================================
   TASK 5: INQUIRY FORM — 2-column layout
   ============================================================ */
.wpcf7-form .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 32px !important;
  align-items: stretch !important;
}
.wpcf7-form .form-column-left,
.wpcf7-form .form-column-right {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.wpcf7-form .form-column-right textarea {
  min-height: 80px !important;
  resize: vertical !important;
}
.wpcf7-form .form-footer {
  margin-top: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  align-items: flex-start !important;
}
.wpcf7-form .wpcf7-acceptance label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  accent-color: var(--yellow) !important;
}
.wpcf7-form select,
.wpcf7 .wpcf7-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23091635' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 14px center !important;
  background-color: #ffffff !important;
  padding-right: 40px !important;
  color: #091635 !important;
  cursor: pointer !important;
}
.wpcf7-form select option {
  background: #ffffff !important;
  color: #091635 !important;
}
/* Force white bg + navy text on ALL states — overrides Astra blue focus */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:hover,
.wpcf7-form select:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #091635 !important;
  -webkit-text-fill-color: #091635 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: var(--yellow) !important;
}
/* Stronger textarea focus override - prevents Astra blue */
body .wpcf7 .wpcf7-form textarea:focus,
body .wpcf7 .wpcf7-form textarea:focus-visible {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  border-color: var(--yellow) !important;
  color: var(--navy) !important;
}
.wpcf7-form input[type="date"] {
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .wpcf7-form .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

/* ============================================================
   TASK 6: INQUIRY PAGE /povprasevanje/
   ============================================================ */
.page-id-1339 .entry-header {
  display: block !important;
  margin-bottom: 32px !important;
}
.page-id-1339 .entry-title {
  display: block !important;
}
.page-id-1339 .wpcf7 {
  max-width: 100% !important;
}

/* ============================================================
   TASK 7: O NAS PAGE
   ============================================================ */
/* Header is position:absolute — push content below it */
.page-id-803 .elementor-element-29d8f943 {
  padding-top: 132px !important;
  padding-bottom: 60px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.page-id-803 .elementor-element-29d8f943 h1 {
  font-family: var(--font-h) !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 32px !important;
  text-transform: uppercase !important;
}
.page-id-803 .elementor-element-29d8f943 p {
  font-family: var(--font-b) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: var(--navy) !important;
  margin-bottom: 20px !important;
}

/* ============================================================
   TASK 8: LEGAL PAGES — content styling
   ============================================================ */
.page-id-1223 .site-main,
.page-id-1224 .site-main {
  padding-top: 140px !important;
}
.page-id-1223 .entry-content h2,
.page-id-1224 .entry-content h2 {
  font-family: var(--font-h) !important;
  font-size: clamp(20px,2.5vw,36px) !important;
  color: var(--navy) !important;
  margin: 32px 0 12px !important;
}
.page-id-1223 .entry-content h3,
.page-id-1224 .entry-content h3 {
  font-family: var(--font-b) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 24px 0 8px !important;
}
.page-id-1223 .entry-content p,
.page-id-1224 .entry-content p {
  color: var(--navy) !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}

/* HERO subtitle text – max width 60%, left-aligned */
.elementor-element-hero_sub01,
#elementor-element-hero_sub01 .elementor-widget-container {
  max-width: 62% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.home .elementor-element-hero_sub01 .elementor-widget-container p {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: left !important;
}
/* Hero heading also max-width for left alignment */
.home .elementor-element-625fa24 .elementor-widget-container,
.home .elementor-element-625fa24 {
  max-width: 65% !important;
}

/* ============================================================
   BAND PAGE VIDEO SECTION
   ============================================================ */
.single-tribute_band .elementor-element-7bbd422 {
  margin-top: 80px !important;
}

/* ============================================================
   CTA SECTION — "Rezervirajte vrhunski tribute nastop"
   HOME (Elementor #8672c67) + BAND PAGES (.band-cta-outer)
   ============================================================ */

/* Parent chain — allow CTA image overflow above section */
#page, #primary, .site-content, .ast-container, #content,
main#main, .site-main, .ast-full-width-layout,
.elementor-inner,
.elementor[data-elementor-type="wp-page"],
.elementor[data-elementor-type="wp-post"] {
  overflow: visible !important;
}

/* ── HOME — Elementor section ── */
.elementor-element-8672c67 {
  background-color: #f2f2f2 !important;
  position: relative !important;
  overflow: visible !important;
  padding-top: 0 !important;
  min-height: 420px !important;
  margin-top: 160px !important;
}
/* Text column */
.elementor-element-82a5ecb {
  flex: 0 0 60% !important;
  width: 60% !important;
  max-width: 60% !important;
  padding: 60px 40px 60px 80px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 2 !important;
}
/* Image column — overflow navzgor, footer ga pokrije navzdol */
.elementor-element-af7cee7 {
  position: absolute !important;
  right: 0 !important;
  top: -80px !important;
  bottom: 0 !important;
  width: 40% !important;
  margin: 0 !important;
  z-index: 1 !important;
  overflow: visible !important;
  background-size: cover !important;
  background-position: center top !important;
}
/* Heading + text styles */
.elementor-element-8672c67 .elementor-heading-title {
  font-family: var(--font-h) !important;
  color: var(--navy) !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  line-height: 1.1 !important;
  text-align: left !important;
  margin-bottom: 20px !important;
}
.elementor-element-8672c67 .elementor-widget-text-editor p {
  color: rgba(9,22,53,.75) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 32px !important;
}
.elementor-element-8672c67 .elementor-button {
  background: #faae16 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}

/* ── BAND PAGES — PHP .band-cta-outer ── */
.band-cta-outer {
  position: relative !important;
  background: #f2f2f2 !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  min-height: 420px !important;
  padding-top: 0 !important;
}
.band-cta-text {
  flex: 0 0 60% !important;
  width: 60% !important;
  padding: 60px 40px 60px 80px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 2 !important;
}
.band-cta-image {
  position: absolute !important;
  right: 0 !important;
  top: -80px !important;
  bottom: 0 !important;
  width: 40% !important;
  margin: 0 !important;
  background-size: auto 110% !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  z-index: 1 !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .elementor-element-82a5ecb,
  .band-cta-text {
    padding-left: 40px !important;
  }
}
/* Separator line under form section on band pages */
.single-tribute_band .e-con:has(> .e-con > .wpcf7-form),
.single-tribute_band .e-con:has(.wpcf7) {
  border-bottom: 1px solid #dde1e8 !important;
  padding-bottom: 48px !important;
}

@media (max-width: 768px) {
  /* Home CTA */
  .elementor-element-8672c67 > .e-con-inner {
    flex-direction: column !important;
    min-height: auto !important;
  }
  .elementor-element-82a5ecb {
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 24px !important;
  }
  .elementor-element-af7cee7 {
    position: relative !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 260px !important;
    background-size: auto 100% !important;
    background-position: center top !important;
  }
  /* Band CTA */
  .band-cta-outer {
    flex-direction: column !important;
  }
  .band-cta-text {
    flex: 1 !important;
    width: 100% !important;
    padding: 40px 24px !important;
  }
  .band-cta-image {
    position: relative !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 260px !important;
    background-size: auto 100% !important;
    background-position: center top !important;
  }
}

/* ============================================================
   RESPONSIVE FIXES — MOBILE & TABLET
   ============================================================ */

/* ── 1. Mobile menu — override white nav links on mobile dropdown ── */
/* The global rule sets color:white; override it in mobile header */
@media (max-width: 921px) {
  .main-header-bar .main-navigation ul li a,
  .main-header-menu > .menu-item > a,
  .ast-nav-menu > .menu-item > a,
  .main-navigation ul li a,
  .main-navigation .menu-item > a {
    color: #091736 !important;
  }
  .main-header-bar .main-navigation ul li a:hover {
    color: var(--yellow) !important;
  }
}

/* ── Tablet: gallery category headings — reduce spacing ── */
@media (max-width: 991px) {
  .elementor-element-f3bd957,
  .elementor-element-7a0332c,
  .elementor-element-26bb03c,
  .elementor-element-d57533f,
  .elementor-element-a67ca85 {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .elementor-element-f3bd957 { margin-top: 8px !important; }
  .elementor-element-7c603ec7 { padding-top: 24px !important; padding-bottom: 16px !important; }
}

@media (max-width: 767px) {

  /* ── 2. HOME Hero — fix text size & overflow ── */
  .elementor-element-hero001 {
    padding-top: 80px !important;
    overflow: hidden !important;
  }
  .elementor-element-hero001 > .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .elementor-element-625fa24 .elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    max-width: 100% !important;
    word-break: break-word !important;
  }
  /* Subtitle — smaller on mobile */
  .elementor-element-hero_sub01 .elementor-widget-container * {
    font-size: 13px !important;
  }

  /* ── 3. HOME Gallery — space after hero, reduce category spacing ── */
  .elementor-element-7c603ec7 {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
  }
  .elementor-element-f3bd957,
  .elementor-element-7a0332c,
  .elementor-element-26bb03c,
  .elementor-element-d57533f,
  .elementor-element-a67ca85 {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .elementor-element-f3bd957 { margin-top: 0 !important; }

  /* ── 4. HOME CTA — less space, button centered ── */
  .home .elementor-element-8672c67 {
    margin-top: 24px !important;
  }
  .elementor-element-82a5ecb {
    padding: 28px 20px !important;
  }
  .elementor-element-c011c41 .elementor-button-wrapper {
    display: flex !important;
    justify-content: center !important;
  }

  /* ── 5. FOOTER — center everything ── */
  .site-footer,
  .site-footer .elementor-widget-wrap,
  .site-footer .e-con-inner,
  .site-footer .elementor-widget,
  .site-footer .elementor-widget-container {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .site-footer .elementor-social-icons-wrapper {
    justify-content: center !important;
    display: flex !important;
  }
  .site-footer img { margin: 0 auto !important; display: block !important; }
  .ast-footer-copyright,
  .ast-footer-copyright *,
  .site-footer p,
  .site-footer span,
  .site-footer div {
    text-align: center !important;
  }

  /* ── 7. O NAS — halve top padding on mobile ── */
  .page-id-803 .elementor-element-29d8f943 {
    padding-top: 90px !important;
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* ── 8. BAND PAGES ── */
  /* Video — match text width, remove extra padding */
  .single-tribute_band .elementor[data-elementor-type="wp-post"] > .e-parent:nth-child(2) {
    margin-top: 70px !important;
    padding: 0 !important;
  }
  .single-tribute_band .elementor-element-7cc0c2a > .e-con-inner,
  .single-tribute_band .elementor-element-7bbd422 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .single-tribute_band .elementor-video-container,
  .single-tribute_band .elementor-video-container iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* H1 band title — align left with text/video */
  .band-page-title {
    padding: 16px 20px 8px !important;
    font-size: 26px !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  /* Reduce space before form heading */
  .single-tribute_band .elementor-element-35c0618 {
    margin-top: 0 !important;
    padding-top: 16px !important;
  }
  /* Widen form container */
  .single-tribute_band .elementor-element-35c0618 .e-con-inner {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .single-tribute_band .wpcf7-form {
    width: 100% !important;
  }
  /* Center submit button */
  .single-tribute_band .wpcf7-submit {
    display: block !important;
    margin: 8px auto 0 !important;
  }
  .single-tribute_band p.wpcf7-submit-wrapper {
    text-align: center !important;
  }
  /* Reduce space after form, before band CTA */
  .single-tribute_band .e-con:has(.wpcf7) {
    padding-bottom: 12px !important;
  }
  /* Band CTA — full width, centered */
  .band-cta-outer {
    width: 100% !important;
    margin: 0 !important;
  }
  .band-cta-text {
    text-align: center !important;
    align-items: center !important;
    padding: 28px 20px !important;
  }
  .band-cta-text .elementor-heading-title {
    text-align: center !important;
  }
  .band-cta-text .elementor-button-wrapper {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }
}

/* ============================================================
   HOME PAGE — Band cards grid
   ============================================================ */
.band-hero {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(http://dev.adriatribute.com/wp-content/uploads/2026/04/oasis.png) !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 60px 20px !important;
  text-align: center !important;
  color: white !important;
  margin-bottom: 40px !important;
}

.band-hero h1 {
  font-size: clamp(32px, 4vw, 56px) !important;
  margin: 0 !important;
  font-weight: bold !important;
  font-family: var(--font-h) !important;
}

.band-hero p {
  font-size: 16px !important;
  margin: 15px 0 0 !important;
  color: rgba(255,255,255,0.9) !important;
  font-family: var(--font-b) !important;
}

.category-section {
  padding: 60px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background-color: #ffffff !important;
}

.category-title {
  text-align: center !important;
  font-size: clamp(16px, 2.5vw, 24px) !important;
  font-weight: 900 !important;
  color: var(--navy) !important;
  margin: 35px 0 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-family: var(--font-h) !important;
}

/* Target actual Elementor category headings */
.elementor-element[class*="cat-h2"] .elementor-heading-title {
  text-align: center !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 900 !important;
  color: var(--navy) !important;
  margin: 55px 0 0px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-family: var(--font-h) !important;
}

.bands-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.band-card {
  background: #ffffff !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
}

.band-card img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
}

.band-card-content {
  padding: 25px 20px !important;
  text-align: center !important;
}

.band-card-title {
  color: var(--navy) !important;
  margin: 0 0 5px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: var(--font-h) !important;
}

.band-card-subtitle {
  color: #333 !important;
  margin: 0 0 15px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: var(--font-b) !important;
}

.band-card a {
  display: inline-block !important;
  padding: 10px 24px !important;
  background: var(--yellow) !important;
  color: #000000 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: var(--font-b) !important;
  transition: opacity 0.3s ease !important;
}

.band-card a:hover {
  opacity: 0.85 !important;
}


/* CTA SECTION — Homepage single-column layout with CSS positioning */
#cta-section-69ed24bbdf4db,
[data-id="cta-section-69ed24bbdf4db"] {
  background-color: #f2f2f2 !important;
  position: relative !important;
  overflow: visible !important;
  padding: 60px 80px !important;
  min-height: 380px !important;
  display: grid !important;
  grid-template-columns: 60% 40% !important;
  align-items: center !important;
  margin-top: 80px !important;
}

/* CTA column wrapper */
[data-id="cta-section-69ed24bbdf4db"] .elementor-column,
#cta-section-69ed24bbdf4db .elementor-column {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  grid-column: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* CTA heading styling */
[data-id="cta-section-69ed24bbdf4db"] .elementor-heading-title,
#cta-section-69ed24bbdf4db .elementor-heading-title {
  font-family: var(--font-h) !important;
  color: #091635 !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

/* CTA description text */
[data-id="cta-section-69ed24bbdf4db"] .elementor-widget-text-editor p,
#cta-section-69ed24bbdf4db .elementor-widget-text-editor p {
  color: rgba(9,22,53,.75) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}

/* CTA buttons wrapper — flex layout for side-by-side */
[data-id="cta-section-69ed24bbdf4db"] .cta-buttons-wrapper,
#cta-section-69ed24bbdf4db .cta-buttons-wrapper {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: nowrap !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-items: center !important;
}

/* CTA button wrapper — natural width */
[data-id="cta-section-69ed24bbdf4db"] .elementor-element-cta-button,
#cta-section-69ed24bbdf4db .elementor-element-cta-button {
  margin: 0 !important;
  padding: 0 !important;
}

/* CTA button styling */
[data-id="cta-section-69ed24bbdf4db"] .cta-btn,
#cta-section-69ed24bbdf4db .cta-btn,
[data-id="cta-section-69ed24bbdf4db"] .cta-reserve-btn,
#cta-section-69ed24bbdf4db .cta-reserve-btn,
[data-id="cta-section-69ed24bbdf4db"] .elementor-button,
#cta-section-69ed24bbdf4db .elementor-button {
  background: #faae16 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 12px 30px !important;
  font-size: 14px !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 170px !important;
  text-align: center !important;
}

[data-id="cta-section-69ed24bbdf4db"] .cta-btn:hover,
#cta-section-69ed24bbdf4db .cta-btn:hover,
[data-id="cta-section-69ed24bbdf4db"] .cta-reserve-btn:hover,
#cta-section-69ed24bbdf4db .cta-reserve-btn:hover,
[data-id="cta-section-69ed24bbdf4db"] .elementor-button:hover,
#cta-section-69ed24bbdf4db .elementor-button:hover {
  opacity: 0.85 !important;
}

/* CTA widget-wrap — heading/text full width, buttons in a row */
[data-id="cta-section-69ed24bbdf4db"] .elementor-widget-wrap,
#cta-section-69ed24bbdf4db .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 0 12px !important;
}
[data-id="cta-section-69ed24bbdf4db"] .elementor-widget-heading,
[data-id="cta-section-69ed24bbdf4db"] .elementor-widget-text-editor,
#cta-section-69ed24bbdf4db .elementor-widget-heading,
#cta-section-69ed24bbdf4db .elementor-widget-text-editor {
  flex: 0 0 100% !important;
  width: 100% !important;
}
[data-id="cta-section-69ed24bbdf4db"] .elementor-widget-button,
#cta-section-69ed24bbdf4db .elementor-widget-button {
  flex: 0 0 auto !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

/* CTA image positioning */
[data-id="cta-section-69ed24bbdf4db"] .cta-guitarist,
#cta-section-69ed24bbdf4db .cta-guitarist {
  position: absolute !important;
  right: 120px !important;
  top: -80px !important;
  bottom: 0 !important;
  width: 40% !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1 !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  max-width: 420px !important;
  object-fit: cover !important;
  object-position: right center !important;
  opacity: 0.95 !important;
}

/* CTA responsive — tablet */
@media (max-width: 1024px) {
  [data-id="cta-section-69ed24bbdf4db"],
  #cta-section-69ed24bbdf4db {
    grid-template-columns: 65% 35% !important;
  }

  [data-id="cta-section-69ed24bbdf4db"] .elementor-column,
  #cta-section-69ed24bbdf4db .elementor-column {
    padding-left: 40px !important;
  }
}

/* CTA responsive — mobile */
@media (max-width: 768px) {
  [data-id="cta-section-69ed24bbdf4db"],
  #cta-section-69ed24bbdf4db {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 40px 24px !important;
  }

  [data-id="cta-section-69ed24bbdf4db"] .elementor-column,
  #cta-section-69ed24bbdf4db .elementor-column {
    grid-column: 1 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  [data-id="cta-section-69ed24bbdf4db"] .elementor-image,
  #cta-section-69ed24bbdf4db .elementor-image {
    position: relative !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-height: 260px !important;
    margin-top: 30px !important;
  }
}

/* CTA SECTION - Navy background */
.elementor-element-8672c67 {
  background-color: #d9d9d9 !important;
  background-image: none !important;
  padding: 60px !important;
}



/* CTA e-con background */
.e-con.elementor-element-8672c67 {
  background-color: #d9d9d9 !important;
}

/* ── BAND PAGE CTA SECTION — Match Homepage ── */
#cta_sec,
[data-id="cta_sec"] {
  background-color: #f0f0f0 !important;
  position: relative !important;
  overflow: visible !important;
  padding: 60px 80px !important;
  min-height: 380px !important;
  display: grid !important;
  grid-template-columns: 60% 40% !important;
  align-items: center !important;
}

/* Band CTA text column */
#cta_sec .elementor-column,
[data-id="cta_sec"] .elementor-column {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Band CTA left column */
#cta_sec .elementor-column:first-child,
[data-id="cta_sec"] .elementor-column:first-child {
  grid-column: 1 !important;
}

/* Band CTA right column - image */
#cta_sec .elementor-column:nth-child(2),
[data-id="cta_sec"] .elementor-column:nth-child(2) {
  grid-column: 2 !important;
}

/* Band CTA heading */
#cta_sec .elementor-heading-title,
[data-id="cta_sec"] .elementor-heading-title {
  color: #091635 !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
}

/* Band CTA description */
#cta_sec .elementor-widget-text-editor p,
[data-id="cta_sec"] .elementor-widget-text-editor p {
  color: #555555 !important;
  margin-bottom: 25px !important;
}

/* Band CTA button */
#cta_sec .elementor-button,
[data-id="cta_sec"] .elementor-button {
  background: #f7b500 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 15px 30px !important;
  font-size: 16px !important;
  text-decoration: none !important;
  border: none !important;
  text-align: center !important;
  min-width: 200px !important;
}

#cta_sec .elementor-button:hover,
[data-id="cta_sec"] .elementor-button:hover {
  background: #f59d00 !important;
}

/* Band CTA image */
#cta_sec .elementor-image img,
[data-id="cta_sec"] .elementor-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  grid-column: 2 !important;
}

/* ── BAND PAGE GALLERY — Premium gallery 3-column clean ── */
#gallery_sec .elementor-widget-premium-img-gallery,
[data-id="gallery_sec"] .elementor-widget-premium-img-gallery {
  width: 100% !important;
}

/* Hide Premium gallery text and buttons */
#gallery_sec .premium-gallery-img-name,
#gallery_sec .premium-gallery-img-title,
#gallery_sec .elementor-button,
#gallery_sec .premium-gallery-btn,
[data-id="gallery_sec"] .premium-gallery-img-name,
[data-id="gallery_sec"] .premium-gallery-img-title,
[data-id="gallery_sec"] .elementor-button,
[data-id="gallery_sec"] .premium-gallery-btn {
  display: none !important;
}

/* Hide gallery captions and buttons - show only images on band pages */
.single-tribute_band dl {
  display: none !important;
}
.single-tribute_band dt,
.single-tribute_band dd {
  display: none !important;
}
.single-tribute_band .gallery-caption {
  display: none !important;
}
.single-tribute_band .wp-caption-text {
  display: none !important;
}

/* Premium gallery grid layout */
#gallery_sec .premium-gallery-container,
[data-id="gallery_sec"] .premium-gallery-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Premium gallery items */
#gallery_sec .premium-gallery-item,
[data-id="gallery_sec"] .premium-gallery-item {
  overflow: hidden !important;
  border-radius: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Premium gallery images */
#gallery_sec .premium-gallery-img-container,
#gallery_sec .premium-gallery-item img,
[data-id="gallery_sec"] .premium-gallery-img-container,
[data-id="gallery_sec"] .premium-gallery-item img {
  width: 100% !important;
  height: 225px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 4px !important;
}

#gallery_sec .premium-gallery-img-container img,
[data-id="gallery_sec"] .premium-gallery-img-container img {
  width: 100% !important;
  height: 225px !important;
  object-fit: cover !important;
  transition: transform 0.3s ease, filter 0.3s ease !important;
}

#gallery_sec .premium-gallery-img-container:hover img,
[data-id="gallery_sec"] .premium-gallery-img-container:hover img {
  transform: scale(1.05) !important;
  filter: brightness(0.9) !important;
}

/* Tablet gallery - 2 columns */
@media (max-width: 991px) {
  #gallery_sec .elementor-column,
  [data-id="gallery_sec"] .elementor-column {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  #gallery_sec .elementor-image img,
  [data-id="gallery_sec"] .elementor-image img {
    height: 200px !important;
  }
}

/* Mobile gallery - 1 column */
@media (max-width: 768px) {
  #gallery_sec .elementor-column,
  [data-id="gallery_sec"] .elementor-column {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 0 !important;
  }

  #gallery_sec .elementor-image img,
  [data-id="gallery_sec"] .elementor-image img {
    height: 250px !important;
  }
}

.e-con.elementor-element-8672c67 > .e-con-inner {
  background-color: #d9d9d9 !important;
}

/* FORCE CTA background with maximum specificity */
div.elementor-element.elementor-element-8672c67 {
  background-color: #d9d9d9 !important;
  background-image: none !important;
}

div[data-id="8672c67"] {
  background-color: #d9d9d9 !important;
}

.e-con[data-id="8672c67"],
.elementor-element[data-id="8672c67"] {
  background: #d9d9d9 !important;
  background-color: #d9d9d9 !important;
}

/* CTA Background via CSS class */
.cta-gray-bg {
  background-color: #d9d9d9 !important;
  background-image: none !important;
}

.cta-gray-bg.e-con {
  background: #d9d9d9 !important;
}

.cta-gray-bg.e-flex {
  background-color: #d9d9d9 !important;
}

/* CTA ALL LEVELS - background aggressive override */
.elementor-element-8672c67,
.elementor-element-8672c67.e-con,
.elementor-element-8672c67.e-flex,
.elementor-element-8672c67 > .e-con-inner,
.cta-gray-bg,
.cta-gray-bg.e-con,
.cta-gray-bg.e-flex {
  background-color: #d9d9d9 !important;
  background-image: none !important;
  background: #d9d9d9 !important;
}

/* Override Elementor CSS variables for CTA */
.elementor-element-8672c67,
.cta-gray-bg {
  --background-color: #d9d9d9 !important;
}

/* Direct child background */
.elementor-element-8672c67 .e-con-inner {
  background-color: #f2f2f2 !important;
}

/* CTA inner gray background - override default white */
.elementor-element-8672c67 > .e-con-inner {
  background-color: #f2f2f2 !important;
}

.elementor-element-8672c67.e-con > .e-con-inner {
  background-color: #f2f2f2 !important;
}

.cta-gray-bg > .e-con-inner {
  background-color: #f2f2f2 !important;
}
/* CTA Gray Background - Final Ultimate Solution */

/* Override all .e-con-inner within CTA to gray */
.elementor-element-8672c67 .e-con-inner,
.cta-gray-bg .e-con-inner {
  background-color: #f2f2f2 !important;
  background-image: none !important;
}

/* Also target direct children containers */
.elementor-element-8672c67 > .e-con-inner,
.elementor-element-8672c67 .e-con.e-child > .e-con-inner {
  background-color: #f2f2f2 !important;
}

/* Make sure parent has it too */
.elementor-element-8672c67 {
  background: #f2f2f2 !important;
}

/* Override any child container styles */
.elementor-element-8672c67 .elementor-element .e-con-inner {
  background-color: inherit !important;
}

/* FALLBACK: Apply gray to last section before footer */
#content > section:last-of-type,
.site-content > section:last-of-type,
#content > .elementor > section:last-of-type {
  background-color: #f2f2f2 !important;
  background-image: none !important;
  padding: 60px 80px !important;
}

/* Target any section with h2 + p before footer */
#content section:nth-last-of-type(1),
.ast-container section:nth-last-of-type(1) {
  background-color: #f2f2f2 !important;
  background-image: none !important;
}

/* Override parent container white backgrounds for CTA area */
#content section:last-of-type h2,
#content section:last-of-type p {
  color: #0d1f35 !important;
}

/* CTA Layout - two column with image right */
#content > section:last-of-type {
  position: relative !important;
  min-height: 420px !important;
  display: block !important;
  align-items: center !important;
  overflow: visible !important;
  margin-top: 160px !important;
  padding: 60px 80px 60px 80px !important;
}

/* Text container takes 60% width, leaves space for image */
#content > section:last-of-type .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-width: 60% !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Add guitarist image as pseudo-element on right side */
#content > section:last-of-type::before {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: -80px !important;
  bottom: -60px !important;
  width: 45% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 400'%3E%3Crect fill='%23f2f2f2' width='200' height='400'/%3E%3Ctext x='50' y='200' font-size='20' fill='%23999' text-anchor='middle'%3E🎸 Musician%3C/text%3E%3C/svg%3E") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  z-index: 1 !important;
  opacity: 0.3 !important;
}

/* CTA heading styling */
#content > section:last-of-type h2 {
  font-family: var(--font-h) !important;
  color: var(--navy) !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  line-height: 1.1 !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  font-weight: 900 !important;
}

/* CTA paragraph styling */
#content > section:last-of-type p {
  color: rgba(9,22,53,.75) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 32px !important;
  line-height: 1.6 !important;
  margin-top: 0 !important;
}

/* Pseudo-gumbi odstranjeni — zdaj so pravi Elementor gumbi */




/* ============================================================
   CTA SECTION — RESERVIRAJ (Elementor Saved Section)
   ============================================================ */

/* Main CTA container */
.elementor-section.cta-reserved-section,
[data-id="cta-reserved-section"] {
  background-color: #f2f2f2 !important;
  padding: 60px 80px !important;
  position: relative;
  overflow: visible;
  min-height: 420px;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* CTA container inner wrapper */
.cta-reserved-section .elementor-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* Left column - text content */
.cta-reserved-section .elementor-column:first-child {
  flex: 0 0 60%;
  max-width: 60%;
  z-index: 2;
  padding: 0 !important;
}

/* Right column - image */
.cta-reserved-section .elementor-column:last-child {
  flex: 0 0 40%;
  max-width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
  padding: 0 !important;
  margin: 0 !important;
}

/* CTA heading styling */
.cta-reserved-section h2,
.cta-reserved-section .elementor-heading-title {
  font-family: var(--font-h) !important;
  color: #091635 !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

/* CTA button styling */
.cta-reserved-section .elementor-button {
  background-color: #faae16 !important;
  color: #ffffff !important;
  padding: 12px 30px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  display: inline-block !important;
  border-radius: 0 !important;
  transition: opacity 0.3s ease !important;
}

.cta-reserved-section .elementor-button:hover {
  opacity: 0.85 !important;
}

/* Image overflow effect */
.cta-reserved-section .elementor-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -80px;
  margin-bottom: -60px;
  object-fit: cover;
}

.cta-reserved-section .pa-gallery-img-container img {
  margin-top: -80px;
  margin-bottom: -60px;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
  .cta-reserved-section,
  [data-id="cta-reserved-section"] {
    padding: 60px 60px !important;
    min-height: 380px;
  }

  .cta-reserved-section .elementor-column:first-child {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .cta-reserved-section .elementor-column:last-child {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

/* Responsive: Mobile */
@media (max-width: 768px) {
  .cta-reserved-section,
  [data-id="cta-reserved-section"] {
    padding: 40px 20px !important;
    min-height: auto;
    flex-direction: column;
  }

  .cta-reserved-section .elementor-container {
    flex-direction: column;
  }

  .cta-reserved-section .elementor-column:first-child,
  .cta-reserved-section .elementor-column:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    transform: none;
  }

  .cta-reserved-section h2,
  .cta-reserved-section .elementor-heading-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }

  .cta-reserved-section .elementor-image img {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/* CTA SECTION - Homepage (ID: cta_section) */
#cta_section,
[data-id="cta_section"] {
  background-color: #f2f2f2 !important;
  padding: 60px 20px !important;
}

/* CTA SECTION - Catch-all for any CTA styling */
.elementor-section [id="cta_section"],
.elementor-element[id="cta_section"],
div[class*="cta_section"],
div[id="cta-section"],
div[id="cta_section"] {
  background-color: #f2f2f2 !important;
  padding: 60px 20px !important;
  display: block !important;
}

/* Target by heading content if needed */
h2:contains("Rezervirajte vrhunski tribute nastop"),
.elementor-heading-title:contains("Rezervirajte vrhunski tribute nastop") {
  color: #091635 !important;
}

/* GALLERY GRID - Band pages */
#gallery_section,
[data-id="gallery_section"] {
  padding: 40px 80px !important;
}

#gallery_grid,
[data-id="gallery_grid"] {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  width: 100% !important;
}

#gallery_grid .elementor-widget-image,
[data-id="gallery_grid"] .elementor-widget-image {
  display: block !important;
  overflow: hidden !important;
}

#gallery_grid .elementor-widget-image img,
[data-id="gallery_grid"] .elementor-widget-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 4px !important;
  object-fit: cover !important;
  cursor: pointer !important;
}

#gallery_grid .elementor-widget-image a,
[data-id="gallery_grid"] .elementor-widget-image a {
  display: block !important;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
  #gallery_grid,
  [data-id="gallery_grid"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #gallery_section,
  [data-id="gallery_section"] {
    padding: 40px 40px !important;
  }
}

/* Responsive: Mobile */
@media (max-width: 768px) {
  #gallery_grid,
  [data-id="gallery_grid"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #gallery_section,
  [data-id="gallery_section"] {
    padding: 30px 20px !important;
  }
}

/* ============================================================
   TRIBUTE BAND PAGES - GALLERY, FONTS, SPACING, CTA
   ============================================================ */

/* Gallery 3-column grid */
.single-tribute_band .elementor-widget-image-gallery {
  width: 100%;
}
.single-tribute_band .elementor-widget-image-gallery .gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  width: 100% !important;
}
.single-tribute_band .elementor-widget-image-gallery .gallery-item {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
  display: block !important;
}
.single-tribute_band .elementor-widget-image-gallery .gallery-icon {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
}
.single-tribute_band .elementor-widget-image-gallery .gallery-item img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  display: block !important;
  max-width: 100% !important;
}

/* Naslov benda */
.single-tribute_band .elementor-widget-heading .elementor-heading-title {
  font-family: 'Anton', sans-serif !important;
  color: #0d1b2a !important;
}

/* CTA sekcija — stoka slika */
.single-tribute_band .elementor-widget-image img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Sekcije: form pred CTA (Elementor JS premika CTA navzgor) */
.single-tribute_band .elementor {
  display: flex !important;
  flex-direction: column !important;
}
.single-tribute_band .band-form-section {
  order: 8 !important;
}
/* ── VIDEO SECTION ── */
.single-tribute_band [data-id^="vid"] {
  padding: 30px 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
.single-tribute_band [data-id^="vid"] .elementor-widget-video,
.single-tribute_band [data-id^="vid"] .elementor-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
.single-tribute_band [data-id^="vid"] .elementor-video {
  position: relative !important;
  padding-bottom: 56.25% !important;
  overflow: hidden !important;
  height: 0 !important;
}
.single-tribute_band [data-id^="vid"] iframe {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

.single-tribute_band #content .band-form-section,
.single-tribute_band .ast-container .band-form-section {
  background-color: #ffffff !important;
}
.single-tribute_band .band-cta-section {
  order: 9 !important;
  background-color: #f2f2f2 !important;
}

/* Odstranim prazen prostor pod footerjem */
.single-tribute_band .site-content,
.single-tribute_band #content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ── BAND PAGE SECTION SPACING — 1:1 z referenco ── */
/* Video: 112px (header) + 20px razmak = skupaj 132px od vrha */
.single-tribute_band [data-id^="vid"] {
  padding-top: 132px !important;
  padding-bottom: 20px !important;
}
/* Naslov benda */
.single-tribute_band [data-id^="ttl"] {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}
/* Opis benda */
.single-tribute_band [data-id^="dsc"] {
  padding-top: 10px !important;
  padding-bottom: 30px !important;
}
/* Galerija */
.single-tribute_band [data-id^="gal"] {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}
/* Obrazec povpraševanje */
.single-tribute_band [data-id^="frm"] {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
  .single-tribute_band .elementor-widget-image-gallery .gallery,
  .single-tribute_band .elementor-image-gallery .gallery,
  .single-tribute_band .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid !important;
  }
}

/* Responsive: Mobile + Tablet — 2 stolpca */
@media (max-width: 768px) {
  .single-tribute_band .elementor-widget-image-gallery .gallery,
  .single-tribute_band .elementor-image-gallery .gallery,
  .single-tribute_band .gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid !important;
    gap: 6px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
  }
  .single-tribute_band .elementor-widget-image-gallery .gallery-item,
  .single-tribute_band .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .single-tribute_band .elementor-widget-image-gallery .gallery-item img,
  .single-tribute_band .gallery-item img {
    height: 140px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}

/* ── BAND PAGE CTA — pixel-perfect copy of homepage CTA CSS ── */
.band-cta-section {
  background-color: #f2f2f2 !important;
  position: relative !important;
  overflow: visible !important;
  padding: 60px 80px !important;
  min-height: 380px !important;
  display: grid !important;
  grid-template-columns: 60% 40% !important;
  align-items: center !important;
}

.band-cta-section .elementor-column {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  grid-column: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}

.band-cta-section .elementor-heading-title {
  font-family: var(--font-h) !important;
  color: #091635 !important;
  font-size: clamp(28px, 3.5vw, 52px) !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

.band-cta-section .elementor-widget-text-editor p {
  color: rgba(9,22,53,.75) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}

.band-cta-section h2 {
  font-size: clamp(38px, 3.5vw, 52px) !important;
  font-family: Anton, sans-serif !important;
  font-weight: 400 !important;
  color: #0d1b2a !important;
  line-height: 1.1 !important;
  margin: 0 0 16px !important;
}

.band-cta-section .cta-buttons-wrapper {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: nowrap !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-items: center !important;
  width: fit-content !important;
}

.band-cta-section .elementor-element-cta-button {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  width: auto !important;
}

.band-cta-section .cta-btn {
  background: #faae16 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 12px 30px !important;
  font-size: 14px !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 170px !important;
  text-align: center !important;
}

.band-cta-section .cta-btn:hover {
  opacity: 0.85 !important;
}

.band-cta-section .cta-guitarist {
  position: absolute !important;
  right: 120px !important;
  top: -80px !important;
  bottom: 0 !important;
  width: 40% !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 1 !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  max-width: 420px !important;
  object-fit: cover !important;
  object-position: right center !important;
  opacity: 0.95 !important;
}

@media (max-width: 1024px) {
  .band-cta-section {
    grid-template-columns: 65% 35% !important;
  }
  .band-cta-section .elementor-column {
    padding-left: 40px !important;
  }
}

/* ── DESKTOP: CTA column full-width so heading fits on one line ── */
@media (min-width: 1025px) {
  .band-cta-section .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ── HIDE GUITARIST ON MOBILE ONLY (≤480px) — SHOW ON TABLET+ ── */
@media (max-width: 480px) {
  .cta-guitarist {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
  }
}

/* ── GUITARIST ON TABLET — ADJUST SIZE & POSITION ── */
@media (min-width: 481px) and (max-width: 1024px) {
  [data-id="cta-section-69ed24bbdf4db"] .cta-guitarist,
  #cta-section-69ed24bbdf4db .cta-guitarist {
    max-width: 130px !important;
    width: 130px !important;
    right: -15px !important;
    top: 80px !important;
  }
}

/* ── MOBILE RESPONSIVE — HERO, CTA, BAND CARDS ── */
@media (max-width: 768px) {
  /* Prevent horizontal overflow on mobile */
  body, html {
    overflow-x: hidden !important;
  }

  /* Hero section — fix overflow and ensure visibility on mobile */
  .hero-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 60px 15px !important;
    min-height: auto !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  .hero-wrapper h1 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  /* Elementor hero heading for tablet/mobile */
  .elementor-element-hero001 .elementor-heading-title {
    font-size: 24px !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  .hero-wrapper p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: clamp(13px, 2.5vw, 16px) !important;
    max-width: 100% !important;
  }

  /* CTA section — ensure visibility on mobile */
  .band-cta-section h2,
  .band-cta-section p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Band card excerpt — hide on mobile */
  .band-excerpt {
    display: none !important;
  }

  /* Band card title — increase on mobile */
  .premium-gallery-caption h3 {
    font-size: clamp(16px, 3vw, 20px) !important;
  }
}

/* ── BAND CARDS — 3 COLUMNS ON ALL SIZES ── */
@media (max-width: 1024px) {
  .premium-gallery-container {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 0 20px !important;
    gap: 15px !important;
  }
}

@media (max-width: 768px) {
  .premium-gallery-container {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 0 15px !important;
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .premium-gallery-container {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: 0 10px !important;
    gap: 8px !important;
  }
  .premium-gallery-caption h3 {
    font-size: clamp(14px, 2.5vw, 18px) !important;
  }
}

/* ── MOBILE HERO TITLE FIX (max-width: 480px) ── */
@media (max-width: 480px) {
  [data-id="hero-69edc585b5d82"] h1,
  .elementor-element-hero-69edc585b5d82 h1,
  .elementor-element-hero001 .elementor-heading-title {
    font-size: 44px !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    margin-bottom: 0 !important;
    font-weight: 900 !important;
  }
  [data-id="hero-69edc585b5d82"] p,
  .elementor-element-hero-69edc585b5d82 p,
  .elementor-element-hero001 .elementor-element-hero_sub01 {
    display: none !important;
  }
}

/* ── CTA SECTION RESPONSIVE ── */
@media (max-width: 768px) {
  .band-cta-section {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 40px 24px !important;
  }
  .band-cta-section .cta-buttons-wrapper {
    flex-wrap: wrap !important;
  }
}

/* ══════════════════════════════════════════
   MOBILE FIXES (≤ 480px)
   ══════════════════════════════════════════ */
@media (max-width: 480px) {

  /* ── Hero – vertikalno centriranje na mobile ── */
  section[data-id="hero-69edc585b5d82"],
  section.elementor-element-hero-69edc585b5d82 {
    min-height: 0 !important;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  /* YouTube sekcija takoj pod headerjem (brez razmaka) */
  body.single-tribute_band .elementor-top-section:first-of-type {
    padding-top: 112px !important;
  }

  /* ── Kategorije – minimalni beli prostor nad/pod naslovi ── */
  [data-id*="cat-section"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  [data-id*="cat-section"] .elementor-container,
  [data-id*="cat-section"] .elementor-column,
  [data-id*="cat-section"] .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Heading widget: 5px nad naslovom, malo pod njim */
  [data-id*="cat-section"] .elementor-widget-heading {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
  }
  [data-id*="cat-section"] h2,
  [data-id*="cat-section"] h2.elementor-heading-title,
  [data-id*="cat-h2"] h2,
  .elementor-element[class*="cat-h2"] .elementor-heading-title {
    margin-top: 13px !important;
    padding-top: 0 !important;
    margin-bottom: 4px !important;
    padding-bottom: 4px !important;
  }

  /* ── CTA – skrij kitarista, pokaži vse besedilo + 3 gumbe ── */
  [data-id="cta-section-69ed24bbdf4db"] .cta-guitarist,
  [data-id="cta-section-69ed24bbdf4db"]::after,
  [data-id="cta-section-69ed24bbdf4db"]::before {
    display: none !important;
  }
  section[data-id="cta-section-69ed24bbdf4db"],
  [data-id="cta-section-69ed24bbdf4db"] {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding: 28px 20px !important;
    min-height: auto !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-container {
    display: block !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-column {
    width: 100% !important;
    grid-column: 1 !important;
  }
  #content [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-wrap,
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-wrap {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-heading,
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-text-editor {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-heading-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-text-editor,
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-text-editor p {
    font-size: 14px !important;
    margin-bottom: 16px !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-button {
    width: 100% !important;
    margin-bottom: 8px !important;
    flex: 0 0 100% !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-button {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    padding: 14px 16px !important;
    box-sizing: border-box !important;
  }

  /* ── Burger meni – temno modro ozadje ko je odprt ── */
  .main-header-bar-navigation,
  .main-header-bar-navigation .main-navigation,
  .main-header-bar-navigation ul,
  .main-header-bar-navigation ul li {
    background-color: #091635 !important;
    background: #091635 !important;
  }
  .main-header-bar-navigation .menu-link,
  .main-header-bar-navigation a {
    color: #ffffff !important;
  }
  .main-header-bar-navigation ul li:hover,
  .main-header-bar-navigation ul li a:hover {
    background-color: #0d2048 !important;
    color: #faae16 !important;
  }

  /* ── Mobile CTA gumbi – manj široki, centrirani ── */
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-button {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-bottom: 8px !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-widget-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-button {
    width: auto !important;
    min-width: 200px !important;
    display: inline-block !important;
    padding: 12px 28px !important;
    box-sizing: border-box !important;
  }

  /* ── Band stran – enakomerni robovi levo/desno ── */
  .single-tribute_band .elementor-widget-container,
  .single-tribute_band .elementor-text-editor,
  .single-tribute_band .elementor-widget-text-editor {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  /* H1 naslov nima widget-container, dodamo padding direktno */
  .single-tribute_band .elementor-widget-heading .elementor-heading-title,
  .single-tribute_band .elementor-widget-heading h1,
  .single-tribute_band .elementor-widget-heading h2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
}

/* ── Tablet (481px–768px): kitarista CTA + band strani ── */
@media (min-width: 481px) and (max-width: 768px) {
  /* YouTube sekcija takoj pod headerjem (brez razmaka) */
  body.single-tribute_band .elementor-top-section:first-of-type {
    padding-top: 112px !important;
  }

  /* CTA kitarista — za besedilom (z-index) in pravilna velikost */
  [data-id="cta-section-69ed24bbdf4db"],
  #cta-section-69ed24bbdf4db {
    padding: 50px 240px 50px 40px !important;
    min-height: 300px !important;
    overflow: hidden !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .elementor-column,
  #cta-section-69ed24bbdf4db .elementor-column {
    z-index: 3 !important;
    position: relative !important;
  }
  [data-id="cta-section-69ed24bbdf4db"] .cta-guitarist,
  #cta-section-69ed24bbdf4db .cta-guitarist {
    right: 0 !important;
    width: 220px !important;
    top: -40px !important;
    bottom: 0 !important;
    max-width: none !important;
    z-index: 1 !important;
  }

  /* Band stran – zmanjšani robovi na tabletu */
  .single-tribute_band .elementor-widget-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .single-tribute_band .elementor-widget-heading .elementor-heading-title,
  .single-tribute_band .elementor-widget-heading h1,
  .single-tribute_band .elementor-widget-heading h2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  /* Gallery 2 stolpca na tabletu (če ni že nastavljeno) */
  .single-tribute_band .premium-gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 16px !important;
  }
  /* Form – zmanjšani robovi (WPForms + CF7) */
  .single-tribute_band .wpforms-container,
  body.single-tribute_band .wpcf7,
  body.single-tribute_band .wpcf7-form {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
}

/* ── Mobile (≤480px): band strani – 2 stolpca galerija + zmanjšani robovi ── */
@media (max-width: 480px) {
  .single-tribute_band .premium-gallery-container {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 16px !important;
    gap: 6px !important;
  }
  .single-tribute_band .wpforms-container,
  body.single-tribute_band .wpcf7,
  body.single-tribute_band .wpcf7-form {
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
}



/* ============================================================
   FIX v2: MOBILE BAND CARD BUTTON ALIGNMENT (2026-05-10)
   Problem: .pa-gallery-img je block element znotraj flex kartice →
   ne zapolni višine kartice → caption nima proste višine →
   margin-top:auto na gumbu ne deluje.
   Rešitev: .pa-gallery-img dobi flex:1 + display:flex da postane
   flex container → caption z flex:1 zapolni preostanek → gumb na dnu.
   ============================================================ */
@media (max-width: 1024px) {
  .pa-gallery-img {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .premium-gallery-caption {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .premium-gallery-caption::after {
    margin-top: auto !important;
  }
}
