/* Monomachus font */
@font-face {
  font-family: 'Monomachus';
  src: url('../fonts/Monomachus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-monomachus {
  font-family: 'Monomachus', serif !important;
}

.font-gabriela {
  font-family: "Gabriela", serif !important;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #d5d5d5;
}

#content {
  background: linear-gradient(to bottom, #000 0%, #050f29 20%, #050f29 100%);
}

.w-100 {
  width: 100% !important;
}

#header.sticky-header #logo img {
    height: 50px;
    width: 40px !important;
    margin-top: 5px;
}

label , .ticket_login .form-label {
  font-family: 'Roboto', sans-serif;
  color: #A4A5AC;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}

.home-title h1 {
  color: #DFECEE;   
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

.home-title .subtitle {
  color: #90979F;   
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#page-title.page-title-dark .breadcrumb {
  color: #DFECEE;   
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
  margin-top: 0 !important;
}

#page-title h1 {
  font-family: 'Gabriela', serif !important;
  text-shadow: 2px 0 2px #000;
}

.video-background {
  height: 80vh;
}

.header_top_right > div:first-child {
    width: 85%;
}

#primary-menu {
  float: left !important;
}

#primary-menu ul li > a {
  font-size: 18px;   
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 10px 6px 10px;
  transition: none;
  color: #c1c1c1 !important;
}

#primary-menu.with-arrows ul li > a.svg-block {
  padding: 6px 0px 6px 10px;
}

#primary-menu.with-arrows ul li:hover > a.svg-block {
  padding: 6px 0px 6px 10px !important;
}

/* Само икона в меню – скрива текста при Link Class "fa fa-user icon-only" */
.top-links a.icon-only,
#primary-menu a.icon-only {
  font-size: 0;
  line-height: 1;
  text-decoration: none !important;
  border-bottom: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-links a.icon-only:hover,
.top-links a.icon-only:focus,
#primary-menu a.icon-only:hover,
#primary-menu a.icon-only:focus {
  text-decoration: none !important;
  border-bottom: none !important;
}
.top-links a.icon-only::before,
#primary-menu a.icon-only::before {
  font-size: 18px;
  line-height: 1;
}
/* Центриране на img в icon-only */
.top-links a.icon-only img.svg-block,
#primary-menu a.icon-only img.svg-block {
  display: block;
  vertical-align: middle;
  object-fit: contain;
}



#primary-menu ul {
  display: flex;
  align-items: center;
  gap: 2px;
}

#primary-menu ul > li {
  float: none;
}

#primary-menu ul > li.active > a {
  background: #203852 !important; 
  padding: 6px 20px 6px 20px;
  border-radius: 39px 37px 22px 33px !important;
  color: #FFF !important;
   
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#primary-menu li.active ul li.active > a{
  color: #F0AD4E;
}


#primary-menu ul > li:hover > a {
  /* padding: 6px 10px 6px 10px; */
  border-radius: 39px 37px 22px 33px;
  color: #DCDCDC;
   
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  text-shadow:
      0 0 4px rgba(0, 234, 255, 0.35),
      0 0 8px rgba(0, 200, 214, 0.6),
      0 0 16px rgba(0, 200, 214, 0.35) !important;
}

#primary-menu ul > li {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}


#primary-menu ul > li.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  border-radius: 10px;

  background: url(../assets/canvas/images/underline.png) lightgray 50% / cover no-repeat;

  box-shadow: 0 0 15px rgba(94,203,255,0.9);
}

/* gradient-border2 - light blue → purple → orange (от картинката Ticket Summary) */
.gradient-border2 {
  --gradient-border2-bg: #0a0a0f;
  --gradient-border2-width: 2px;
  border: var(--gradient-border2-width) solid transparent;
  background-image:
    linear-gradient(var(--gradient-border2-bg), var(--gradient-border2-bg)),
    linear-gradient(135deg, #00e1ff 0%, #b000ff 40%, #ff8a00 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}

/* Reusable gradient border - orange to cyan neon effect */
/* Единичен източник за градиента - промените тук се отразяват на менюто и всички .gradient-border елементи */
.gradient-border {
  --gradient-border-bg: #0f1b2d;
  --gradient-border-start: #ff8a00;
  --gradient-border-end: #00eaff;
  --gradient-border-width: 2px;
  border: var(--gradient-border-width) solid transparent;
  background-image:
    linear-gradient(var(--gradient-border-bg), var(--gradient-border-bg)),
    linear-gradient(to right, var(--gradient-border-start), var(--gradient-border-end));
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}

/* Градиент в менюто - работи с и без .dark */
#primary-menu ul ul.gradient-border,
.dark #primary-menu:not(.not-dark) ul ul.gradient-border {
  top: 100%;
  left: 14px;
  border-radius: 18px;
  border: var(--gradient-border-width) solid transparent !important;
  background-color: transparent !important;

  background-image:
    radial-gradient(
      circle at top left,
      rgba(255,138,0,0.35) 0%,
      transparent 65%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0,234,255,0.35) 0%,
      transparent 65%
    ),
    linear-gradient(var(--gradient-border-bg), var(--gradient-border-bg)),
    linear-gradient(to right, var(--gradient-border-start), var(--gradient-border-end)) !important;

  background-origin: padding-box, padding-box, padding-box, border-box !important;
  background-clip: padding-box, padding-box, padding-box, border-box !important;

  box-shadow:
    0px 0 0px rgba(255,138,0,0.45),
    0px 0 15px rgba(0,234,255,0.45),
    0 0px 60px rgba(0,0,0,0.6);
}

.dark #primary-menu:not(.not-dark) ul ul li {
  height: 40px;
}
.dark #primary-menu:not(.not-dark) ul ul li,
.dark #primary-menu:not(.not-dark) ul ul li a {
background: transparent !important;
border-bottom: 1px solid #ffffff17 !important;
box-shadow: none !important;
}

.dark #primary-menu:not(.not-dark) ul ul li a {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px !important;
  text-transform: none;
}

.dark #primary-menu:not(.not-dark) ul ul li a:hover {
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px !important;
  padding: 12px 17px !important;
  color: #00c8d6 !important;  /* darker neon cyan */

  text-shadow:
      0 0 4px rgba(0, 234, 255, 0.35),
      0 0 8px rgba(0, 200, 214, 0.6),
      0 0 16px rgba(0, 200, 214, 0.35);
}

#primary-menu li > a:hover, #primary-menu li.active > a, #primary-menu li.active:first-child > a:hover {
    
  background: none !important;
  border-bottom: none !important;
}


.mod-languages__select .dropdown-toggle::after {
  display: none;
}

.mod-languages__select .dropdown-toggle {
  position: relative;
  padding-right: 25px; /* space for arrow */
}

.mod-languages__select .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 10px;   /* adjust */
  height: 6px;   /* adjust */

  background: url('../assets/canvas/images/lang-arrow.png') no-repeat center;
  background-size: contain;
  display: block;
}


.mod-languages button {
  background: transparent;
  border: none;
  color: #fff;
}

.dark .mod-languages .dropdown-menu {
border-radius: 18px;
border: 2px solid transparent;

/* IMPORTANT: override Bootstrap */
background-color: transparent !important;

background-image:

  /* 1️⃣ Orange glow */
  radial-gradient(
    circle at top left,
    rgba(255,138,0,0.35) 0%,
    transparent 65%
  ),

  /* 2️⃣ Cyan glow */
  radial-gradient(
    circle at bottom right,
    rgba(0,234,255,0.35) 0%,
    transparent 65%
  ),

  /* 3️⃣ Dark base */
  linear-gradient(#101c2f, #0b1624),

  /* 4️⃣ Border gradient */
  linear-gradient(to right, #ff8a00, #00eaff);

background-origin: padding-box, padding-box, padding-box, border-box;
background-clip: padding-box, padding-box, padding-box, border-box;

box-shadow:
  -3px 0 3px rgba(255,138,0,0.45),
   3px 0 3px rgba(0,234,255,0.45),
   0 3px 3px rgba(0,0,0,0.6);
}

img.svg-block {
    width:50px;
}

.saf1 h3, .events-header h2, .visitor-title ,
h2 {
  color: #BFC3CC;
   
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 0 15px 0;
}

h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px;
}

.salfarticles > div {
    width: calc(100% / 3 - 20px); /* 3 columns with gap */
    border-radius: 12px;
    border: 1px solid #4D6B7B;
    background: #1F263A;

    box-shadow:
        0 0 6px rgba(77, 107, 123, 0.4),      /* outer glow */
        0 0 12px rgba(77, 107, 123, 0.2),     /* soft spread */
        inset 0 0 6px rgba(77, 107, 123, 0.25); /* inner glow */

    padding: 0 5px 10px 5px;
    margin: 10px;
}

.salfarticles > div:hover {
  border: 1px solid #b5b5b5;

}

 .salfarticles > div > .article-card > .article-image {
    border-radius: 0px;
    border: none;
    background: #1F263A;
    width: 100%;
    height: 120px;          /* fixed height */
    overflow: hidden;
    position: relative;
    margin: 5px 0;
 }

 .salfarticles > div > .article-card > .article-title {
    color: #A1A4AE;
     
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0px 15px 0px;
    padding: 10px 0px 0px 10px;
 }

 .salfarticles > div > .article-card > .article-intro {
    height: 60px;
    margin: 25px 0px 25px 10px;
    font-size: 14px;
 }

  .salfarticles > div > .article-card > .article-button,
  #content .articles-card-view .article-button {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #content .articles-card-view .article-button.mt-auto {
    margin-top: auto;
  }

  .salfarticles > div > .article-card > .article-button a,
  #content .articles-card-view .article-button a {
    display: block;
    width: 95%;
    text-align: center;
    border-radius: 15px !important;
    border: 2px solid transparent;
    color: #7bcbd5 !important;
    background: linear-gradient(#1a2332, #1a2332) padding-box, linear-gradient(to right, #ff8a00, #00eaff) border-box !important;
    background-clip: padding-box, border-box !important;
    -webkit-background-clip: padding-box, border-box !important;
    box-shadow: 0 0 12px rgba(255, 138, 0, 0.3), 0 0 20px rgba(0, 234, 255, 0.3) !important;
    animation: btn-gradient-glow 2s ease-in-out infinite;
    padding: 6px 12px;
    box-sizing: border-box;
    font-weight: 400;
    text-decoration: none;
  }

  .salfarticles > div > .article-card > .article-button a:hover,
  #content .articles-card-view .article-button a:hover {
    color: #7bcbd5 !important;
    background: linear-gradient(#1a2332, #1a2332) padding-box, linear-gradient(to right, #ff8a00, #00eaff) border-box !important;
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.5), 0 0 28px rgba(0, 234, 255, 0.5) !important;
  }

  #content .articles-card-view .article-card {
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s ease;
      padding: 5px;
      background:
        radial-gradient(
            circle at 20% 10%,
            rgba(70, 140, 255, 0.25),
            transparent 50%
        ),
        linear-gradient(
            135deg,
            #0f1e3a 0%,
            #132a52 40%,
            #1a3565 100%
        );

    box-shadow:
        0 0 30px rgba(0, 180, 255, 0.15),
        inset 0 0 40px rgba(0, 150, 255, 0.08);
  }

  #content .articles-card-view .article-card:hover {
      transform: translateY(-5px);
  }

  #content .articles-card-view .card-img-top {
      height: 250px;
      object-fit: cover;
  }

  #content .leading-card .card-img-top {
      height: 400px;
  }

  #content .articles-card-view .article-card-image-link {
      text-decoration: none;
      color: inherit;
  }

  #content .articles-card-view .article-card-image-link:focus-visible {
      outline: 2px solid #7bcbd5;
      outline-offset: 2px;
  }

  #content .article-card img {
      object-fit: cover;
      border-radius: 12px;
  }

  #content .object-fit-cover {
      object-fit: cover;
  }

  #content .article-card .card-text, #content .article-card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #content .article-card .card-title {
    color: #B3BBC6;
    height: 150px;;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    margin-bottom: 10px;
    

  }

  #content .articles-card-view .article-card .card-title {
    display: block;
    height: auto;
    margin-bottom: 10px;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  #content .articles-card-view .article-card .card-title-link {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #content .articles-card-view .article-card .card-title-link:hover,
  #content .articles-card-view .article-card .card-title-link:focus-visible {
    color: #fff;
    text-decoration: underline;
  }

  #content .article-card .card-text {
    color: #d9d9d9; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 103.571% */
  }

  #content .articles-card-view .article-card .card-text {
    font-size: 16px;
  }

  .introbtn {
    background: url('../assets/canvas/images/bluebtn.png') center / cover no-repeat;
    border-radius: 12px !important;
    color: #B0C6D2;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 5px 10px;
     transition: 0.3s ease;
  }

  .blog-menu-module {
    border-radius: 6px;
    border: 1px solid #293750;
    background: #1B253E;
    padding: 10px 15px;
  }

  .blog-menu-module  h3 {
    color: #B3B8BF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
     margin: 0 0 10px 0;
  }

  .blog-menu-content h4 a {
    color: #A0A6B0;
     
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.719px; /* 141.319% */
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-menu-content input[type="text"] {
    border-radius: 3px 0 0 0;
    border: 1px solid #323E53;
    background-color: #283045;

    background-image: url('../assets/canvas/images/search.png');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 14px 14px;   /* small icon */

    padding-left: 35px; /* space so text doesn't overlap icon */
}

  .sidebar-widgets-wrap> div {
    margin-bottom: 30px;
  }

  .timeline-menu-module h3 {
    background: transparent;

    border: 2px solid #C5B78F;   /* gold */

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    padding: 12px 20px;
    margin: 0 !important;


    color: #847A62;
     
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline-menu-content {
    border: 2px solid #847A62;
    border-top: none;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    padding: 10px;
}
.timeline-menu-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-menu-module li {
    height: 80px;
    display: flex;
    align-items: center;   /* vertical center text */
    border-bottom: 1px solid #343127;  /* gold line */
}

/* Remove border from last item */
.timeline-menu-module li:last-child {
    border-bottom: none;
}

.timeline-menu-module li a {
    display: flex;
    align-items: center;   /* vertical center */
    gap: 2px;             /* spacing between image and text */
    height: 50px;
    padding: 0 10px;
    text-decoration: none;
    color: #8F8F8D;
     
    font-size: 17px;
}
.timeline-menu-module li a:hover {
    background: transparent;
}

.timeline-menu-module li a img {
    
    margin-right: 12px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}



.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* modern browsers */
}

/* If no image */
.article-image.no-image {
    background: #e9e9e9;
}

/* Optional placeholder icon */
.article-image.no-image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background: url('../images/placeholder.png') no-repeat center;
    background-size: contain;
    opacity: 0.6;
}

.events-visible-2 .event-slider-card {
    flex: 0 0 calc((100% - 60px) / 2);
}
 
.event-slider-card {
    flex: 0 0 calc((100% - 60px) / 2);
    max-width: 320px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #4D6B7B;
    background: #1F263A;

    box-shadow:
        0 0 6px rgba(77, 107, 123, 0.4),      /* outer glow */
        0 0 12px rgba(77, 107, 123, 0.2),     /* soft spread */
        inset 0 0 6px rgba(77, 107, 123, 0.25); /* inner glow */

    padding: 10px;
    margin: 10px;
}

.event-slider-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-slider-content {
  padding: 10px 0 8px 0;
  text-align: center;
}

.event-slider-date,
.event-slider-time {
  display: block;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.event-slider-date {
  margin-bottom: 4px;
}

.event-slider-time {
  margin-bottom: 20px;
  font-size: 18px;
  opacity: 0.9;
}

.event-slider-card h3 {
  color: #ACAFB8 !important; 
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin: 0 !important;
  text-align: left;
}



.event-shortdescr { 
  /* height: 10px; */
}


.event-slider-content > a
{
    height: 40px;
    padding: 10px 45px;
    margin: 10px 0 0 0;
    border-radius: 50px !important;
    border: none;
    background: url('../assets/canvas/images/takeaseat.png') transparent 50% / cover no-repeat !important;
    width: 100%;
    
    cursor: pointer;
    transition: .3s ease;

    color: #37636E;
     
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.event-slider-content > p {
  margin: 0px 0 15px 0 !important;
}

/* Тънък border за блоковете Event details, Choose tickets, Login Data - като ticket_summary но един цвят */
.ticket-block-thin-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ticket_event_details, .choose_ticket, .ticket_booking_details, .ticket_actions_block {
  background: url('../assets/canvas/images/ticket-event-back-2.png') center / cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
  padding: 35px;
}

.ticket_event_details, .choose_ticket, .ticket_booking_details {
  min-width: 433px;
  min-height: 220px;
}

.ticket_login {
  /* background: url('../assets/canvas/images/ticket-event-back.png') center / 100% 100% no-repeat; */
  background-color: #1B1E29;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  width: 100%;
}


/* Отстояние между бутоните Вход и Регистрация */
.ticket_login .ticket-login-btn {
  margin-bottom: 16px;
}
.ticket_login .ticket-register-btn {
  margin-top: 16px;
}

/* Checkbox-и условия/условия – по-голяма зона за клик, label за лесно маркиране */
.ticket-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  min-height: 28px;
  -webkit-tap-highlight-color: transparent;
}
.ticket_bottom_summary input[type="checkbox"],
.ticket_login input[type="checkbox"],
.ticket_login .form-check-input {
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.ticket-terms-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

#uncompleted_order .uncompleted_content h4 {
  color: #2c3446 !important;
}

/* Еднакъв стил на текста на checkbox-ите – линкът е подчертан */
.ticket_bottom_summary .ticket-checkbox-label .ticket-checkbox-text,
.ticket_bottom_summary .ticket-checkbox-label .ticket-checkbox-text a,
.ticket_bottom_summary .ticket-terms-link {
  font-family: 'Roboto', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-transform: none !important;
  line-height: 1.5 !important;
}
.ticket_bottom_summary .ticket-checkbox-label .ticket-checkbox-text a,
.ticket_bottom_summary .ticket-terms-link {
  text-decoration: underline !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}
.ticket_bottom_summary .ticket-terms-link:hover,
.ticket_bottom_summary .ticket-checkbox-label .ticket-checkbox-text a:hover {
  color: #00e1ff !important;
  opacity: 0.9;
}

/* Checkbox „Запомни ме“ – вертикално центриране с текста */
.ticket_login .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 10px 13px 10px;
}
.ticket_login .form-check-input {
  margin: 0;
  flex-shrink: 0;
}
.ticket_login .form-check-label {
  margin: 0;
  line-height: 1.4;
}

.ticket_login .form-label { 
  font-family: 'Roboto', sans-serif;
  color: #BFC3CC;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ticket_login .form-control {
    background: url('../assets/canvas/images/input.png')
                center center / 100% 100% no-repeat !important;
    border-radius: 5px;
    border-color: transparent;
    padding-left: 25px;
    height: 45px;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background 0s 60000s;
}

/* Preserve input style when focused, with value, or autofilled */
.ticket_login .form-control:focus,
.ticket_login .form-control:active,
.ticket_login .form-control:not(:placeholder-shown) {
    background: url('../assets/canvas/images/input.png')
                center center / 100% 100% no-repeat !important;
}

/* Override browser autofill background */
.ticket_login .form-control:-webkit-autofill,
.ticket_login .form-control:-webkit-autofill:hover,
.ticket_login .form-control:-webkit-autofill:focus,
.ticket_login .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(44, 48, 58, 0.98) inset !important;
    box-shadow: 0 0 0 30px rgba(44, 48, 58, 0.98) inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Profile edit и user forms (login, registration, remind, reset) – стил като checkout блоковете */
.profile-edit,
.login.login-page,
.registration,
.remind,
.reset {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.profile-edit .profile-edit-block,
.login .user-form-block,
.registration .user-form-block,
.remind .user-form-block,
.reset .user-form-block {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.profile-edit h1,
.login .page-header,
.registration h1,
.registration .page-header,
.remind .page-header,
.reset h1,
.reset .page-header {
    display: none;
}

 
.profile-edit-block .control-label,
.profile-edit-block .control-label label,
.user-form-block .control-label,
.user-form-block .control-label label {
    color: #999A9F;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.profile-edit-block .control-group,
.user-form-block .control-group {
    margin-bottom: 20px;
}

.profile-edit-block .control-group .controls,
.user-form-block .control-group .controls {
    width: 100% !important;
}

.profile-edit-block .form-control,
.profile-edit-block input[type="text"],
.profile-edit-block input[type="email"],
.profile-edit-block input[type="password"],
.profile-edit-block input[type="tel"],
.profile-edit-block input.inputbox,
.profile-edit-block textarea,
.user-form-block .form-control,
.user-form-block input[type="text"],
.user-form-block input[type="email"],
.user-form-block input[type="password"],
.user-form-block input[type="tel"],
.user-form-block input.inputbox,
.user-form-block textarea {
    background: rgba(44, 48, 58, 0.9) !important;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 25px;
    height: 45px;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    -webkit-text-fill-color: #ffffff !important;
    width: 100%;
    max-width: 100%;
}

.profile-edit-block select,
.profile-edit-block select.form-control,
.user-form-block select,
.user-form-block select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background: rgba(44, 48, 58, 0.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23999A9F' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E") no-repeat right 15px center / 12px !important;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 25px;
    padding-right: 40px;
    height: 45px;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    width: 100%;
}

.profile-edit-block textarea,
.user-form-block textarea {
    height: auto;
    min-height: 100px;
    padding-top: 12px;
    border-radius: 25px;
}

.profile-edit-block .form-control:focus,
.profile-edit-block input:focus,
.profile-edit-block select:focus,
.profile-edit-block textarea:focus,
.user-form-block .form-control:focus,
.user-form-block input:focus,
.user-form-block select:focus,
.user-form-block textarea:focus {
    background: rgba(44, 48, 58, 0.95) !important;
    border-color: rgba(255, 255, 255, 0.25);
    outline: none;
}

/* Текст и email – същият pill стил като password (wrapper с фон, input прозрачен) */
.profile-edit-block .control-group .controls:has(input[type="text"]),
.profile-edit-block .control-group .controls:has(input[type="email"]),
.user-form-block .control-group .controls:has(input[type="text"]),
.user-form-block .control-group .controls:has(input[type="email"]) {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(44, 48, 58, 0.9);
}

.profile-edit-block .control-group .controls:has(input[type="text"]) input,
.profile-edit-block .control-group .controls:has(input[type="email"]) input,
.user-form-block .control-group .controls:has(input[type="text"]) input,
.user-form-block .control-group .controls:has(input[type="email"]) input {
    background: transparent !important;
    border: none !important;
    border-radius: 25px;
}

.profile-edit-block .control-group .controls:has(input[type="text"]) input:focus,
.profile-edit-block .control-group .controls:has(input[type="email"]) input:focus,
.user-form-block .control-group .controls:has(input[type="text"]) input:focus,
.user-form-block .control-group .controls:has(input[type="email"]) input:focus {
    background: transparent !important;
}

.profile-edit-block .control-group .controls:has(input[type="text"]):focus-within,
.profile-edit-block .control-group .controls:has(input[type="email"]):focus-within,
.user-form-block .control-group .controls:has(input[type="text"]):focus-within,
.user-form-block .control-group .controls:has(input[type="email"]):focus-within {
    border-color: rgba(255, 255, 255, 0.25);
}

.profile-edit-block fieldset,
.user-form-block fieldset {
    border: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.profile-edit-block fieldset legend,
.user-form-block fieldset legend {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
}

.user-form-block > h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px 0;
    padding: 0;
}

.user-form-block .user-form-links {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    float: none;
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
}

.user-form-block .user-form-links li {
    margin-bottom: 0;
}

.user-form-block .user-form-links a {
    color: #999A9F;
    font-size: 16px;
    text-decoration: none;
    padding: 0;
    background: none;
    border: none;
    transition: color 0.2s ease;
}

.user-form-block .user-form-links a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
    border-color: transparent;
}

.profile-edit-block .custom-form-btns,
.user-form-block .custom-form-btns {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Password input-group – pill стил, без видима линия между input и бутона */
.profile-edit-block .password-group .input-group,
.user-form-block .password-group .input-group {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(44, 48, 58, 0.9);
}

.profile-edit-block .password-group .input-group .form-control,
.profile-edit-block .password-group .input-group input[type="password"],
.user-form-block .password-group .input-group .form-control,
.user-form-block .password-group .input-group input[type="password"] {
    padding-right: 50px;
    border: none !important;
    background: transparent !important;
    border-radius: 25px;
}

.profile-edit-block .input-password-toggle,
.profile-edit-block .input-group .btn,
.user-form-block .input-password-toggle,
.user-form-block .input-group .btn {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0 25px 25px 0;
}

.profile-edit-block .input-password-toggle .icon-eye,
.profile-edit-block .input-group .btn .icon-eye,
.user-form-block .input-password-toggle .icon-eye,
.user-form-block .input-group .btn .icon-eye {
    color: #fff !important;
}

.ticket_login .bluebtn,
.ticket_login .orangebtn {
  font-size: 18px !important;
}

.orangebtn .fa {
  padding-right: 10px;
}


.profile-edit-block .bluebtn,
.profile-edit-block .orangebtn,
.user-form-block .bluebtn,
.user-form-block .orangebtn {
    font-size: 20px;
}

.profile-edit-block a.orangebtn,
.user-form-block a.orangebtn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.profile-edit-block .optional {
    color: #666;
    font-size: 14px;
}

.profile-edit-block .alert {
    background: rgba(44, 48, 58, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ccc;
    border-radius: 8px;
}

.bluebtn {
    background: url('../assets/canvas/images/bluebtn.png') center / cover no-repeat;
    border-radius: 50px !important;
    border: 2px solid transparent;
    padding: 10px 45px;
    color: #B8BDC3;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.orangebtn {
    background: url('../assets/canvas/images/orangebtn.png') center / cover no-repeat;
    border-radius: 50px !important;
    border: 2px solid transparent;
    padding: 10px 25px;
    color: #B8BDC3;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* Единен hover ефект – gradient border + текст #7bcbd5 */
.orangebtn:hover,
.bluebtn:hover {
  color: #7bcbd5 !important;
  border: 2px solid transparent !important;
  background-image:
    linear-gradient(#1a2332, #1a2332),
    linear-gradient(to right, #ff8a00, #00eaff) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
  -webkit-background-clip: padding-box, border-box !important;
  box-shadow:
    0 0 12px rgba(255, 138, 0, 0.3),
    0 0 20px rgba(0, 234, 255, 0.3);
  animation: btn-gradient-glow 2s ease-in-out infinite;
}

@keyframes btn-gradient-glow {
  0%, 100% {
    box-shadow: 0 0 12px rgba(255, 138, 0, 0.3), 0 0 20px rgba(0, 234, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 18px rgba(255, 138, 0, 0.5), 0 0 28px rgba(0, 234, 255, 0.5);
  }
}

.choose_ticket {
  margin-top:20px;
}

/* Order tickets listing – label left, price right */
.order-tickets-listing .order-tickets-list {
  margin-top: 12px;
}

.order-tickets-listing .order-ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.order-tickets-listing .order-ticket-row:last-child {
  border-bottom: none;
}

.order-tickets-listing .order-ticket-info {
  flex: 1;
  min-width: 0;
  color: #d5d5d5;
  font-size: 15px;
}

.order-tickets-listing .order-ticket-label {
  color: #DFECEE;
}

.order-tickets-listing .order-ticket-qty {
  color: #A4A5AC;
  margin-left: 4px;
}

.order-tickets-listing .order-ticket-price {
  flex-shrink: 0;
  text-align: right;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.order-tickets-listing .order-ticket-total {
  padding-top: 14px;
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.order-tickets-listing .order-ticket-total .order-ticket-info {
  font-size: 16px;
}

.order-tickets-listing .order-ticket-total .order-ticket-price {
  font-size: 16px;
  font-weight: 600;
  color: #DFECEE;
}

.but_ticket_footer {
  z-index: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin: 0 0 20px 0;
  background: linear-gradient(135deg, #2c3446 0%, #1f2635 40%, #1b2230 70%, #2b3344 100%);
  box-shadow: inset 0 0 40px rgba(255,255,255,0.05), 0 8px 20px rgba(0,0,0,0.4);
}

/* Ticket type card – horizontal layout, light dark background (plan) */
.choose_single_ticket.ticket-type-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  margin: 0 0 12px 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 0;
}

.choose_single_ticket.ticket-type-card::before {
  display: none;
}

.choose_single_ticket.ticket-type-card .ticket_label {
  flex: 1;
  min-width: 240px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}

/* Fixed width so +/- buttons align vertically across all ticket rows */
.choose_single_ticket.ticket-type-card .ticket_counter {
  flex-shrink: 0;
  width: 156px;
  min-width: 156px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  align-self: center;
}

.choose_single_ticket.ticket-type-card .ticket_counter .ticket_minus,
.choose_single_ticket.ticket-type-card .ticket_counter .ticket_add,
.choose_single_ticket.ticket-type-card .ticket_counter .ticket_counter_input_wrapper {
  align-self: center;
}

/* Wrapper for input – ensures number is vertically centered with buttons */
.choose_ticket .ticket_counter_input_wrapper {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose_single_ticket.ticket-type-card .ticket_price {
  flex-shrink: 0;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.choose_single_ticket.ticket-type-card .ticket_price_value {
  white-space: nowrap;
}

/* Order confirmation layout – no counter, label + price only */
.choose_single_ticket.ticket-order-card .ticket_label {
  min-width: 0;
}

/* Actions block – same style as blocks above, buttons horizontally */
.ticket_actions_block {
  margin-top: 20px;
}

/* gradient-border на ticket_actions_block – презаписва background за да работи градиентът */
.ticket_actions_block.gradient-border {
  background-image:
    linear-gradient(var(--gradient-border-bg), var(--gradient-border-bg)),
    linear-gradient(to right, var(--gradient-border-start), var(--gradient-border-end));
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
  border: var(--gradient-border-width) solid transparent;
}

.ticket_actions_block h3 {
  color: #D6D7D9;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ticket_actions_buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: stretch;
}

.ticket_actions_buttons .orangebtn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ticket_actions_buttons .bluebtn {
  flex: 1 1 auto;
  min-width: 200px;
  white-space: nowrap;
}

/* Minus button – cyan gradient border, circular, with shadow. !important overrides Tailwind preflight */
.choose_ticket .ticket_minus,
.choose_ticket button.ticket_minus {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  border: 2px solid transparent !important;
  background: linear-gradient(#1a2332, #1a2332) padding-box,
    linear-gradient(to right, #00e1ff, #00eaff) border-box !important;
  background-clip: padding-box, border-box !important;
  -webkit-background-clip: padding-box, border-box !important;
  color: #00e1ff !important;
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 12px rgba(0, 225, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  flex-shrink: 0 !important;
  transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease !important;
}

.choose_ticket .ticket_minus:hover,
.choose_ticket button.ticket_minus:hover {
  color: #7bcbd5 !important;
  background: linear-gradient(#1a2332, #1a2332) padding-box,
    linear-gradient(to right, #ff8a00, #00eaff) border-box !important;
  background-clip: padding-box, border-box !important;
  -webkit-background-clip: padding-box, border-box !important;
  box-shadow: 0 0 12px rgba(255, 138, 0, 0.3), 0 0 20px rgba(0, 234, 255, 0.3) !important;
  animation: btn-gradient-glow 2s ease-in-out infinite;
}

/* Plus button – orange gradient border, circular, with shadow */
.choose_ticket .ticket_add,
.choose_ticket button.ticket_add {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  border: 2px solid transparent !important;
  background: linear-gradient(#1a2332, #1a2332) padding-box,
    linear-gradient(to right, #ff8a00, #ff6600) border-box !important;
  background-clip: padding-box, border-box !important;
  -webkit-background-clip: padding-box, border-box !important;
  color: #ff8a00 !important;
  font-size: 45px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 12px rgba(255, 138, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  flex-shrink: 0 !important;
  transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease !important;
}

.choose_ticket .ticket_add:hover,
.choose_ticket button.ticket_add:hover {
  color: #7bcbd5 !important;
  background: linear-gradient(#1a2332, #1a2332) padding-box,
    linear-gradient(to right, #ff8a00, #00eaff) border-box !important;
  background-clip: padding-box, border-box !important;
  -webkit-background-clip: padding-box, border-box !important;
  box-shadow: 0 0 12px rgba(255, 138, 0, 0.3), 0 0 20px rgba(0, 234, 255, 0.3) !important;
  animation: btn-gradient-glow 2s ease-in-out infinite;
}

.choose_ticket .ticket_counter_input {
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* Center input text vertically – padding works more reliably than line-height for inputs */
.choose_ticket .ticket_counter_input_wrapper .ticket_counter_input {
  padding: 12px 0;
}

.ticket_availability {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  margin: 8px 0 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.ticket_availability_value {
  font-weight: 600;
}

.ticket_total_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.ticket_total_value {
  font-weight: 700;
  font-size: 18px;
}

/* Legacy – when ticket-type-card not used */
.choose_single_ticket:not(.ticket-type-card) p {
  color: #A7A8AD;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px 0 !important;
}

.ticket_price {
  font-size: 20px;
}
 
.ticket_booking_details h1 {
  font-size: 36px;
}

.ticket_booking_details h2 {
  font-size: 30px;
}

.ticket_booking_details h3 {
  font-size: 24px;
}

 

.ticket_bottom_summary p, .ticket_bottom_summary span, .ticket_bottom_summary button span {
  font-size: 20px;
  color:#90979C;
}

.ticket_bottom_summary > div span a:hover {
  color: #90979C
}

/* Buy button (Купи) – right-aligned to match design */
.ticket_bottom_summary > button.bluebtn.order {
  display: block;
  margin-left: auto;
  margin-top: 16px;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

/* Disabled: gray scale, not clickable */
.ticket_bottom_summary > button.bluebtn.order:disabled {
  filter: grayscale(100%);
  opacity: 0.7;
  cursor: not-allowed;
}

/* Active: full color, clickable */
.ticket_bottom_summary > button.bluebtn.order:not(:disabled) {
  filter: none;
  opacity: 1;
  cursor: pointer;
}

.choose_ticket h3 {
  margin-bottom: 20px;
}

/* Styleh4 chrome – moduletable и backh за main_content_top и други позиции */
.main_content_top .moduletable,
.content_top .moduletable,
.main_content_center .moduletable,
.content_module_left .moduletable,
.content_module_right .moduletable,
.main_content_bottom .moduletable,
.content_bottom_left .moduletable,
.content_bottom_center .moduletable,
.content_bottom_right .moduletable {
  margin-bottom: 24px;
}

.main_content_top .moduletable h3,
.content_top .moduletable h3,
.main_content_center .moduletable h3,
.content_module_left .moduletable h3,
.content_module_right .moduletable h3,
.main_content_bottom .moduletable h3,
.content_bottom_left .moduletable h3,
.content_bottom_center .moduletable h3,
.content_bottom_right .moduletable h3 {
  color: #D6D7D9;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.moduletable .backh,
.moduletable .backh2,
.moduletable .backh3 {
  color: inherit;
}

.ticket_event_details h5 {
  color: #bfc3cc;   
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

.ticket_event_details p {
  color: #BFC3CC;   
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ticket_event_details .ticket_event_time_row p {
  font-size: 25px;
}

.ticket_event_details > div > div {
  padding: 0 !important;
  margin-top: 15px;
}

.ticket_summary {
  --gradient-border2-bg: #1B1E29;
  border-radius: 16px;
  padding: 24px;
  box-shadow:
    0 0 20px rgba(0, 225, 255, 0.2),
    0 0 40px rgba(176, 0, 255, 0.15),
    0 0 60px rgba(0, 0, 0, 0.4);
}

.ticket_summary h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#ticket_summary_items,
.ticket_summary_items {
  padding: 12px 0 16px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 24px;
}

#ticket_summary_items .ticket_summary_item,
.ticket_summary_items .ticket_summary_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
}

#ticket_summary_items .ticket_summary_item_label,
.ticket_summary_items .ticket_summary_item_label {
  flex: 1;
  min-width: 0;
}

#ticket_summary_items .ticket_summary_item_price,
.ticket_summary_items .ticket_summary_item_price {
  flex-shrink: 0;
  text-align: right;
  font-weight: 600;
  color: #fff;
}

#ticket_summary_items .ticket_summary_item:last-child,
.ticket_summary_items .ticket_summary_item:last-child {
  margin-bottom: 0;
}

#ticket_summary_items .ticket_summary_empty,
.ticket_summary_items .ticket_summary_empty {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.ticket_summary_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ticket_summary_label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.ticket_summary_value {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

#footer .footer-widgets-wrap {
    padding: 10px 0 0 0 !important;
    margin-bottom: 15px;
}


#footer .footer-widgets-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  
  width: 80%;
  height: 4px;

  background: url('../assets/canvas/images/footer-bottom.png') repeat-x center;
  background-size: contain;
}




/* ================================
   EVENT CARD
================================ */

/* Desktop → 3 cards */
.event-card {
  flex: 0 0 calc((100% - 60px) / 3);
  width: 650px;
  height: 204px;
  margin-bottom: 15px;
  overflow: hidden;
  background: url('../assets/canvas/images/event-card.png') transparent 50% / cover no-repeat;

}

.event-card:hover {
  background: url('../assets/canvas/images/event-card-hover.png') 50% / cover no-repeat;

}


.event-card::before {
  content: "";
  position: absolute;
  top: 46.5%;
  left: 6px;
  transform: translateY(-50%) rotate(45deg);

  width: 20px;
  height: 20px;

  border-left: 4px solid #a9884a;
  border-bottom: 4px solid #a9884a;
}

/* IMAGE */

.event-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.event-meta {
  margin-left: 25px;    
}

.event-title {
  padding: 10px 0 10px 10px;
  color: #dcdcdc;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 5px 0 0 ;
  text-align: center;
}

.event-title a:hover {
  color: #FFF;
  text-decoration: underline;
}

.event-venue { 
  padding: 2px 0 2px 10px; 
  height: 70px;
  overflow: hidden;
}
.event-seats { padding: 2px 0 2px 25px; } 

.event-badge {
  margin:5px 0 0 23px;
  width:68px;
  height: 98px;
  background: url('../assets/canvas/images/event-badge.png') transparent 50% / cover no-repeat !important;
  color: #614C26;
   
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.event-button {
  border-radius: 25px;
  border: 1px solid rgba(240, 240, 240, 0.6);
  background-image: linear-gradient(to bottom, #be8c28 0%, #e9c46a 50%, #d4a13e 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 25px 15px 0 0;
  padding: 10px 20px 10px 20px;
  padding-right: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.event-button::after {
  content: "\f145";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333333;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

a > .event-button {
  color: #333333;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a > .event-button:hover {
  color: #333333;
  background-image: linear-gradient(to bottom, #c99a30 0%, #f0d078 50%, #e0b548 100%);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.event-card > .row {
  display: flex;
  align-items: center;
}

.event-weekday {
  color: #dcdcdc;
   
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding-left: 5px;
  justify-content: right;
}

/* CONTENT */
.event-item > .row {
  display: flex;
  align-items: stretch; /* both columns equal height */
}

.event-date-col {
  display: flex;
  align-items: center; /* vertical center */
  justify-content: right; /* optional horizontal center */
}

/* Align date + circle horizontally */
.event-date-wrapper {
  display: flex;
  align-items: center;
  position:relative;
  width: 200px;
  text-align: right;
}

.event-date-wrapper .event-day {
  width: 145px;
}

/* Spacing between date and circle */
.event-date-content {
  margin-right: 15px;
}

/* Round image */
.event-date-circle {
  width: 30px;   /* adjust */
  height: 30px;
  background: url('../assets/canvas/images/event-round.png') no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

.event-date-circle::after {
  content: "";
  position: absolute;
  top: 63%;
  left: 89%;
  transform: translateX(-50%);
  width: 2px;
  height: 200px;
  background: #dcdccd;
}

/* Shorter line for LAST item */
.event-item:last-child .event-date-circle::after {
  height: 40px;   /* adjust as needed */
}


.event-content {
  padding: 28px;
}

.event-date {
  color: #dcdccd;
   
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.event-time {
  color: #dcdccd !important;
   
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.event-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.event-content p {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* BUTTON */

.btn-gradient {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 30px;
  background: linear-gradient(90deg,#00e1ff,#b000ff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* END EVENT CARD */


.dark .footer-widgets-wrap a {
  font-family: 'Roboto', sans-serif !important;
}

.table-responsive {
  border: 0px;
}

#member-registration .text-muted {
  display: none;
}
 
.remember-label {
   display: none;
}

form {
  margin-bottom: 0;
}

.spost .entry-title h4 a, .mpost .entry-title h4 a {
  color: #DCDCDC;
}

