/* <label class="custom-checkbox"><input type="checkbox" id="acord1"><span class="checkmark"></span> <span class="checkbox-label">Am citit și sunt de acord cu regulamentul campaniei.</span></label> */

html,body {
	margin: 0;
	padding: 0;
	font-family: "Darker Grotesque", sans-serif;
  font-size:24px;
  background-color:#F3F3F3;
}

h1,h2,h3,h4,h5,h6 {
	color:#fff;
  font-weight: bold;
}

h1 {
  font-size:58px;
  line-height: 58px;
}

h2 {
	font-size:50px;
  line-height: 50px;
}

h3 {
  font-size:42px;
  line-height: 42px;
}

h4,h5,h6 {
	font-size:32px;
  line-height: 32px;
}


p {
	font-size:22px;
  line-height: 22px;
  color:#373737;
}

.text-mov {
  color:#662D91;
}

.text-gri {
  color:#373737;
}

a:hover, a:focus, a:visited {
  color:inherit;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

header {
  background-color:#411C57;
  padding:10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition:all 0.3s ease;
}

header.scrolled {
  padding:2px 0;
}

header .logo img {
  width: 100%;
  max-width: 350px;
  transition:all 0.3s ease;
}

header.scrolled .logo img {
  max-width: 210px;
}

header .lang-toggle {
  font-size:22px;
  line-height: 22px;
  color:#fff;
  text-decoration:none;
  font-weight: bold;
}

header .header-circle-button {
  height: 40px;
  width: 40px;
  display: inline-block;
}

header .meniu a {
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight: bold;
  display: inline-block;
  padding:0 20px;
}

header .desktop-submenu-toggle {
  display: inline-block;
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight: bold;
  background-color:#662D91;
  padding:5px 20px;
  margin-right:20px;
  border-radius:18px;
  cursor: pointer;
}

.container-slide-kv-banner {
  position: relative;
  height: 96vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.container-slide-kv-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-text-kv-banner {
  z-index: 1;
  width:100%;
  /*background-color:rgba(15, 1, 20, 0.5);*/
  background-color:#00000040;
  backdrop-filter: blur(5px);
  padding:3vh 4vw;
  left:-4vw;
  position: relative;
}

.container {
	max-width:1640px;
}

.container-footer {
  max-width:1200px;
}

.buton-standard, .buton-standard:hover, .buton-standard:focus, .buton-standard:visited {
  display: inline-block;
  background-color:#ffffff;
  color:#000000;
  text-decoration:none;
  font-size:17px;
  font-weight: bold;
  padding:7px 20px;
  outline:none;
  border:2px solid #ffffff;
}

.buton-transparent, .buton-transparent:hover, .buton-transparent:focus, .buton-transparent:visited {
  background-color:transparent;
  color:#ffffff;
  border:2px solid #ffffff;
}

.buton-negativ, .buton-negativ:hover, .buton-negativ:focus, .buton-negativ:visited {
  background-color:#000000;
  color:#ffffff;
  border:2px solid #ffffff;
}

.buton-margine-negru, .buton-margine-negru:hover, .buton-margine-negru:focus, .buton-margine-negru:visited {
  border:2px solid #000000;
}

.header-image {
  position: relative;
  width:100%;
  height:55vh;
  display: flex;
  align-items: flex-end;
}

.header-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-image .bg-blur {
  z-index: 1;
  width:100%;
  /*background-color:rgba(15, 1, 20, 0.5);*/
  background-color:#00000040;
  backdrop-filter: blur(5px);
  position: relative;
  padding:15px 0;
}

#nav-icon3 {
  width: 40px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top:5px;
  right:10px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: white;
  border-radius: 2px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span {
	background:white;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

.contact-form .form-label {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Darker Grotesque", sans-serif;
}

.contact-input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 18px;
  font-family: "Darker Grotesque", sans-serif;
  color: #000;
  outline: none;
  transition: all 0.2s ease;
}

.contact-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.contact-textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form .custom-checkbox {
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-form .custom-checkbox .checkbox-label {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.contact-form .custom-checkbox .checkbox-label a {
  color: #000;
  text-decoration: underline;
}

.contact-form .custom-checkbox .checkbox-label a:hover {
  color: #333;
}

.contact-form .custom-checkbox .checkmark {
  border: 3px solid #000;
  background-color: #fff;
}

.contact-form .custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #000;
  border-color: #000;
}

.contact-form .custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  border-color: #fff;
}

/* Customize the checkbox appearance */
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

/* Style the checkbox input */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

/* Style the checkmark icon */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Style the checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}

.search-container {
	position: relative;
	width: 100%;
	margin-left: auto;
}

.search-input {
	width: 100%;
	background-color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 12px 50px 12px 20px;
	font-size: 18px;
	font-family: "Darker Grotesque", sans-serif;
	color: #333;
	outline: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-input::placeholder {
	color: #999;
}

.search-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	font-size: 18px;
	pointer-events: none;
}

.concert-image {
  position: relative;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.concert-image-small {
  position: relative;
  aspect-ratio: 10 / 9;
  height: 100%;
}

.concert-image img, .concert-image-small img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label-concert {
  color:#000000;
  font-size:20px;
  line-height: 20px;
  border:1px solid #000000;
  padding:0px 15px 2px 15px;
  border-radius:5px;
}

.text-dirijor-hp, .text-data-concert-hp {
  font-size:28px;
  color:#959595;
}

.text-dirijor, .text-data-concert {
  font-size:22px;
  color:#959595;
}

.calendar-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right:2px;
  top:2px;
}

.calendar-icon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/logicware/images/calendar-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.clock-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right:2px;
  top:2px;
}

.clock-icon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/logicware/images/clock-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.container-news-item {
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-news-item img {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  object-fit: cover;
}

.container-news-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background: transparent linear-gradient(180deg, #2E0A2600 0%, #010103F7 89%, #000000 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

.news-item-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:20px;
}

.label-stire {
  background-color:#000000;
  color:#ffffff;
  padding:0px 10px 2px 10px;
  border-radius:5px;
  font-size:18px;
  line-height: 18px;
}

.footer-bg {
  background-color:#C9C9C9;
  padding:40px 0;
}

.footer-copyright {
  font-size:18px;
}

.meniu-footer a, .meniu-footer a:hover, .meniu-footer a:focus, .meniu-footer a:visited {
  color:#373737;
  text-decoration:none;
  font-size:22px;
  line-height:22px;
  display: block;
  margin-bottom:10px;
}

.border-radius-0 {
  border-radius:0px;
  padding:5px 15px;
  font-size:20px;
}

.white-line {
  height:1px;
  background-color:#ffffffbb;
  width:100%;
}

.submeniu {
  background-color: #411C57;
  color: #ffffff;
  display: none;
}

.submeniu .white-line {
  margin: 12px 0;
}

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

.submeniu > .row > .col-12 > ul {
  display:flex;
}

.submeniu > .row > .col-12 > ul > li {
  min-width: 0;
  width:100%;
  margin-bottom:10px;
}

.submeniu > .row > .col-12 > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.submeniu > .row > .col-12 > ul > li > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top:10px;
}

.submeniu > .row > .col-12 > ul > li > ul > li > a {
  color: #ffffffdd;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}

.submeniu > .row > .col-12 > ul > li > ul > li > a:hover,
.submeniu > .row > .col-12 > ul > li > ul > li > a:focus {
  color: #ffffff;
}

.bg-cyan {
  background-color:#9EAFAE;
}

.bg-cyan p {
  color:#ffffff;
}

.bg-mov {
  background-color:#504453;
}

.bg-mov-deschis {
  background-color:#988D9B;
}

.bg-gri {
  background-color:#9098A5;
}

.bg-gri-deschis {
  background-color:#E3E3E3;
}

.bg-waves {
  background-image: url(/wp-content/themes/logicware/images/Asset1.png);
  background-size: contain;
  background-position: center;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
}

.bg-waves-reverse {
  background-image: url(/wp-content/themes/logicware/images/Asset2reverse.png);
  background-size: contain;
  background-position: center;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
}

.calendar-container {
  position: sticky;
  top: 100px;
  width:100%;
}

.calendar-box {
  border-radius: 12px;
  padding: 15px 10px 20px;
}

.bilet-box {
  background-color:#F1F1F1;
  height: 100%;
}

.bilet-box .label-bilet {
  font-size:16px;
  line-height: 18px;
  color:#fff;
  border-radius:4px;
  padding:0 10px 4px 10px;
  display: inline-block;
}

.bilet-box-1 .label-bilet {
  background-color:#AF91A7;
}

.bilet-box-2 .label-bilet {
  background-color:#988D9B;
}

.bilet-box-3 .label-bilet {
  background-color:#9098A5;
}

.bilet-box-4 .label-bilet {
  background-color:#B6BFCE;
}

.bilet-box-1 .col-5 {
  background-color:#AF91A7;
  color:#ffffff;
}

.bilet-box-2 .col-5 {
  background-color:#988D9B;
  color:#ffffff;
}

.bilet-box-3 .col-5 {
  background-color:#9098A5;
  color:#ffffff;
}

.bilet-box-4 .col-5 {
  background-color:#B6BFCE;
  color:#ffffff;
}

.bilet-box .pret-normal {
  font-weight: light;
  font-size:90px;
  line-height: 70px;
}

.bilet-box .pret-redus {
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid #ffffff;
  margin-bottom:10px;
  font-size:22px;
}

.bilet-box .pret-normal > span {
  font-size:36px;
  font-weight: normal;
}

.bilet-box .pret-redus > span {
  font-size:40px;
  margin-right:5px;
}

.filter-bar {
  background-color: #b2b2b2;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.filter-bar-desktop .filter-search-box {
  min-width: 320px;
}

.search-compact .search-input {
  padding: 10px 46px 10px 14px;
  font-size: 16px;
  border-radius: 6px;
}

.filter-pill-list {
  display: flex;
}

.filter-pill {
  background: transparent;
  color: #f5f5f5;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-pill.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.filter-pill:not(.active):hover {
  background: rgba(255,255,255,0.1);
}

.filter-bar-mobile .search-container {
  background: #b2b2b2;
}

.filter-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-accordion-item {
  border: 2px solid #d8d8d8;
  border-radius: 4px;
  background: transparent;
}

.filter-accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.filter-accordion-body {
  display: none;
  padding: 10px 12px 12px;
}

.filter-accordion-item.open .filter-accordion-body {
  display: block;
}

.filter-accordion-item.open .chevron {
  transform: rotate(-135deg);
}

.chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}

.icon-lines,
.icon-calendar-line {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.icon-lines::before,
.icon-lines::after,
.icon-calendar-line::before {
  content: "";
  position: absolute;
}

.icon-lines::before {
  width: 16px;
  height: 12px;
  top: 4px;
  left: 2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.icon-lines::after {
  width: 12px;
  height: 2px;
  background: #fff;
  top: 9px;
  left: 4px;
}

.icon-calendar-line::before {
  width: 16px;
  height: 14px;
  top: 3px;
  left: 2px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.filter-date-input {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 16px;
  color: #444;
}

.sticky-filter-bar {
  position: sticky;
  top: 70px;
  z-index: 1;
}

.orchestra-filter-bar {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #888 #b2b2b2;
}

.orchestra-filter-bar::-webkit-scrollbar {
  height: 6px;
}

.orchestra-filter-bar::-webkit-scrollbar-track {
  background: #b2b2b2;
  border-radius: 4px;
}

.orchestra-filter-bar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.orchestra-filter-bar::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.orchestra-filter-bar-desktop {
  width: 100%;
  min-width: max-content;
}

.orchestra-filter-pill-list {
  flex-wrap: nowrap !important;
  min-width: max-content;
}

.orchestra-filter-pill-list .filter-pill {
  white-space: nowrap;
  flex-shrink: 0;
  width: auto !important;
  min-width: auto;
}

/* Articles Filter Bar - Specific styles for articole.html */
.articles-filter-bar {
  width: 100%;
}

.articles-filter-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.articles-filter-pill-list .filter-pill {
  white-space: nowrap;
  width: auto;
  flex-shrink: 0;
}

.imagine-dirijor {
  position: absolute;
  bottom: -20%;
  aspect-ratio: 1 / 1;
  width: 70%;
  max-width:300px;
}

.min-height-300 {
  min-height: 300px;
}

.right-0 {
  right:0;
}

#calendar-concerte .air-datepicker,
#calendar-mobile-inline .air-datepicker {
  width: 100%;
  max-width: 320px;
  background: transparent;
  box-shadow: none;
  border: none;
  font-family: "Darker Grotesque", sans-serif;
  color: #242424;
}

#calendar-concerte .air-datepicker-nav,
#calendar-mobile-inline .air-datepicker-nav {
  border: none;
  padding: 4px 12px 12px;
}

#calendar-concerte .air-datepicker-nav--title,
#calendar-mobile-inline .air-datepicker-nav--title {
  font-size: 22px;
  font-weight: 700;
  color: #242424;
}

#calendar-concerte .air-datepicker-nav--action,
#calendar-mobile-inline .air-datepicker-nav--action {
  width: 34px;
  height: 34px;
}

#calendar-concerte .air-datepicker-nav--action svg,
#calendar-mobile-inline .air-datepicker-nav--action svg {
  width: 20px;
  height: 24px;
  stroke: #222;
}

#calendar-concerte .air-nav-arrow,
#calendar-mobile-inline .air-nav-arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

#calendar-concerte .air-nav-arrow::after,
#calendar-mobile-inline .air-nav-arrow::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(135deg);
}

#calendar-concerte .air-nav-arrow.left::after,
#calendar-mobile-inline .air-nav-arrow.left::after {
  transform: rotate(-45deg);
  left: 6px;
}

#calendar-concerte .air-datepicker-body,
#calendar-mobile-inline .air-datepicker-body {
  padding: 0 12px 10px;
}

#calendar-concerte .air-datepicker-body--day-names,
#calendar-mobile-inline .air-datepicker-body--day-names {
  margin-bottom: 6px;
}

#calendar-concerte .air-datepicker-body--day-name,
#calendar-mobile-inline .air-datepicker-body--day-name {
  color: #3a3a3a;
  font-weight: 700;
  font-size: 14px;
}

#calendar-concerte .air-datepicker-cell,
#calendar-mobile-inline .air-datepicker-cell {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin: 2px;
}

#calendar-concerte .air-datepicker-cell.-selected-,
#calendar-mobile-inline .air-datepicker-cell.-selected- {
  background: #111;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#calendar-concerte .air-datepicker-cell.-selected-.-focus-,
#calendar-mobile-inline .air-datepicker-cell.-selected-.-focus- {
  background: #111;
}

#calendar-concerte .air-datepicker-cell.-current-,
#calendar-mobile-inline .air-datepicker-cell.-current- {
  border: 2px solid #000;
  color: #000;
  background: transparent;
}

#calendar-concerte .air-datepicker-cell.-focus-,
#calendar-mobile-inline .air-datepicker-cell.-focus- {
  background: #eaeaea;
}

#calendar-concerte .air-datepicker-cell.-in-range-,
#calendar-concerte .air-datepicker-cell.-range-from-,
#calendar-concerte .air-datepicker-cell.-range-to-,
#calendar-mobile-inline .air-datepicker-cell.-in-range-,
#calendar-mobile-inline .air-datepicker-cell.-range-from-,
#calendar-mobile-inline .air-datepicker-cell.-range-to- {
  background: transparent;
}

#calendar-concerte .air-datepicker-body--cells.-days-,
#calendar-mobile-inline .air-datepicker-body--cells.-days- {
  gap: 12px 6px;
}

#calendar-concerte .air-datepicker-cell.-concert-,
#calendar-mobile-inline .air-datepicker-cell.-concert- {
  border: 2px solid #000;
  background: transparent;
  color: #000;
}

.info-concert {
  border-top:1px solid #929292;
  padding-top:20px;
  margin-top:20px;
}

.info-concert h1,h2,h3,h4,h5,h6 {
  color:#373737;
}

.info-concert p {
  color:#373737;
}

.cta-concert {
  position:sticky;
  top:100px;
}

.gallery-carousel-item {
  aspect-ratio: 16 / 9;
  height: 100%;
  position: relative;
}
.gallery-carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gallery Pagination */
.gallery-carousel {
  padding-bottom: 60px;
}

.gallery-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.gallery-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #d0d0d0;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0;
}

.gallery-pagination .swiper-pagination-bullet-active {
  background: #000000;
  width: 60px;
}

.membru-orchestra {
  position: relative;
  width: 100%;
  padding:25px;
}
.membru-orchestra-image {
  position:relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 2 / 3;
}
.membru-orchestra-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.membru-orchestra-content {
  text-align: center;
  margin-top:10px;
}

.membru-orchestra-content h3 {
  font-size:26px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom:0;
}

.membru-orchestra-content p {
  font-size:22px;
  color:#BCBCBC;
  margin-top:5px;
}

.h-alb h1, .h-alb h2, .h-alb h3, .h-alb h4, .h-alb h5, .h-alb h6 {
  color:#fff!important;
}
.p-alb p {
  color:#fff!important;
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
  .desktop-submenu-toggle {display:none!important;}
  header .meniu a {display:block; padding-left:0!important; margin-top:10px!important;}
  .openedsubmeniu {display:block!important;}
	.meniu {display:none;}
	.search-container {
		margin-left: 0;
		margin-top: 15px;
	}
  .submeniu {
    padding: 10px 0;
  }
  .submeniu > .row > .col-12 > ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .submeniu > .row > .col-12 > ul > li {
    max-width: 100%;
  }
  .submeniu > .row > .col-12 > ul > li > a {
    width: 100%;
    justify-content: space-between;
    font-size: 22px;
  }
  .submeniu > .row > .col-12 > ul > li > a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: 10px;
  }
  .submeniu > .row > .col-12 > ul > li > ul {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    padding-left: 4px;
  }
  .submeniu > .row > .col-12 > ul > li.open > ul {
    display: flex;
  }
  .submeniu > .row > .col-12 > ul > li.open > a::after {
    transform: rotate(-135deg);
  }
  h1 {
    font-size:42px;
    line-height: 42px;
  }
  h2 {
    font-size:38px;
    line-height: 38px;
  }
  h3 {
    font-size:32px;
    line-height: 32px;
  }
  h4,h5,h6 {
    font-size:26px;
    line-height: 26px;
  }
  p {
    font-size:20px;
    line-height: 22px;
  }
  .text-dirijor-hp, .text-data-concert-hp { font-size:22px; line-height: 22px; }
  .text-dirijor, .text-data-concert { font-size:20px; line-height: 20px; }
  .calendar-container {
    display: none;
  }
  .filter-bar {
    padding: 10px 10px 12px;
  }
  .filter-pill {
    width: 100%;
    text-align: left;
  }
  
  /* Articles Filter Bar - Mobile */
  .articles-filter-bar {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  
  .articles-filter-bar::-webkit-scrollbar {
    height: 6px;
  }
  
  .articles-filter-bar::-webkit-scrollbar-track {
    border-radius: 4px;
  }
  
  .articles-filter-bar::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  
  .articles-filter-pill-list {
    flex-wrap: nowrap !important;
    min-width: max-content;
  }
  
  .articles-filter-pill-list .filter-pill {
    width: auto !important;
    flex-shrink: 0;
  }
  .gallery-carousel {
    padding-bottom: 50px;
  }
  
  .gallery-pagination {
    margin-top: 20px;
    gap: 6px;
  }
  
  .gallery-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
  }
  
  .gallery-pagination .swiper-pagination-bullet-active {
    width: 50px;
  }
  .gallery-carousel-item {
    aspect-ratio: 12 / 9;
  }
  .membru-orchestra {
    padding:0px;
  }
  .membru-orchestra-content h3 {
    font-size:22px;
    line-height: 22px;
  }
  .membru-orchestra-content p {
    font-size:20px;
  }
}

/*search popup*/
.search-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-popup-content {
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  background: transparent;
}

.search-popup.active .search-popup-content {
  transform: scale(1);
}

.search-popup-content form input[type="text"] {
  width: 90%;
  max-width: 600px;
  padding: 10px;
  font-size: 30px;
border:none;
  border-bottom:4px solid #fff; 
color:#fff; 
font-weight:bold;
background:transparent;
outline:none;
}

#close-search-popup {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  font-size: 2em;
  color: white;
  cursor: pointer;
}

/* WCAG Accessibility Styles */
.wcag-grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.wcag-invert {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.wcag-grayscale.wcag-invert {
  filter: grayscale(100%) invert(1);
  -webkit-filter: grayscale(100%) invert(1);
}

.wcag-large-cursor * {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"><path fill="%23fff" d="M19.97 9.039L3.108 3.114l5.925 16.863l3.378-4.728l5.773 5.773l2.829-2.828l-5.774-5.775z" stroke-width="0.5" stroke="%23fff"/></svg>') 0 0, auto !important;
}

/* Calendar (AirDatepicker) – nu evidenția ziua curentă dacă nu are concert */
.air-datepicker-cell.-day-.-current-:not(.-concert-) {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: inherit !important;
}

/* Calendar – evidențiază ziua selectată din filtrul GET */
.air-datepicker-cell.selected-date,
.air-datepicker-cell.-day-.-current-.selected-date {
  background: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
  box-shadow: none !important;
  outline: none !important;
}
