body,
html {
  padding: 0px;
  margin: 0px;
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}

#preloader {
  width: 100%;
  height: 100%;
  background-color: rgb(29, 29, 29);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}

a:hover {
  text-decoration: none;
}

a.active {
  color: #198FCE;
}

.row {
  margin: 0;
}

.overly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}

.section {
  position: relative;
  z-index: 88;
  max-width: 1645px;
  width: 90%;
  margin: auto;
  float: none;
}

.title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #2ac4b7;
  margin-bottom: 10px;
  line-height: 40px;
}

.title p {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 8px;
  color: #ffffff;
  margin-bottom: 0px;
}

.header-cities {
  display: flex;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0px;
}

.header-city {
  flex: 1;
}

.city-new {
  color: #0086C7;
  font-size: 12px;
  letter-spacing: 6px;
}

.city-title {
  color: #A9A8AB;
  font-size: 20px;
  line-height: 20px;
}

.city-date {
  color: white;
  font-size: 16px;
}

.ubc {
  align-items: center;
  padding: 8px 0px;
}

.ubc-logo {
  font-size: 150px;
  text-align: center;
}

.ubc-text {
  text-transform: capitalize;
  font-size: 16px;
}

.ubc-color {
  color: #108ED7;
}

.ubc-btn {
  background: #3762A1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  border: #FFFFFF54 solid 1px;
  padding: 8px 16px;
  min-width: 120px;
}

.ubc-mini-btn {
  background: #3762A1;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  border: #FFFFFF54 solid 1px;
  padding: 6px 12px;
}

.ubc-outline-btn {
  background: white;
  color: #3762A1;
  border: #3762A1 solid 1px;
}

.location-title {
  color: #999999;
  font-size: 48px;
  text-align: center;
  margin: 24px 0px;
}

.location-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
}

.ubc-table th,
.ubc-table td {
  padding: 4px;
  border: 1px solid #ccc;
}

.ubc-table th {
  font-size: 18px;
  font-weight: medium;
}

.ubc-table .text {
  padding: 0.25rem 0.75rem;
}

.ubc-table .text a {
  color: black;
}

img.photo {
  height: 100px;
}

#poster_img {
  margin: 0 auto;
}

.profile-header {
  background: #87C5EA;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 8px;
}

.profile-header a {
  color: #FFFFFF;
}

.or {
  color: #ccc;
}

@media (max-width:1200px) {

  .city-title {
    font-size: 18px;
  }

  .city-date {
    font-size: 12px;
  }

  .profile-header {
    font-size: 32px;
  }
}

@media (max-width:768px) {
  .city-new {
    display: none;
  }

  .city-title {
    font-size: 14px;
  }

  .city-date {
    font-size: 12px;
  }

  .location-title {
    font-size: 20px;
  }

  h2 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .profile-header {
    font-size: 24px;
  }

  .ubc-table th {
    font-size: 16px;
  }
}

#breadcrumb {
  list-style: none;
  display: flex;
  padding: 0px;
}

#breadcrumb img {
  filter: invert(1);
}

#breadcrumb li {
  flex: 1;
  opacity: 0.5;
}

#breadcrumb li.active {
  opacity: 1;
}

#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  font-size: 18px;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}

#breadcrumb li a:hover {
  background-color: #1abc9c;
}

#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}

#breadcrumb li a:active {
  background-color: #16a085;
}

#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

#breadcrumb li a:active:after {
  border-left-color: #16a085;
}

.audition-wrapper {
  max-width: 200px;
  margin: 24px auto;
  background: #108ed7;
  color: white;
  position: relative;
}

.audition-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.audition-card {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.audition-card h1 {
  font-size: 54px;
}

#error_msg {
  color: red;
}

.sponsor-slider {
  display: flex;
}

.swiper-slide {
  width: 150px;
  height: 150px;
}

.ubc-container {
  max-width: 1240px;
  padding: 8px 16px;
}

.ubc-input {
  max-width: 420px;
  border-radius: 4px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  width: 100%;
}

.elementor-shape svg {
  display: block;
  width: calc(110% + 1.3px);
  height: 90px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg)
}

/* Vertical text labels for homepage sections */
.vertical-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  width: 60px;
  padding: 16px 8px;
  font-size: 12px;
  font-weight: bold;
}

.vertical-label-left {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  width: 60px;
  padding: 16px 8px;
  font-size: 12px;
  font-weight: bold;
}

/* Responsive font sizing for vertical labels */
@media (min-width: 640px) {
  .vertical-label {
    font-size: 14px;
    min-height: 200px;
  }
  .vertical-label-left {
    font-size: 14px;
    min-height: 240px;
  }
}

@media (min-width: 768px) {
  .vertical-label {
    font-size: 16px;
    min-height: 220px;
  }
  .vertical-label-left {
    font-size: 16px;
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .vertical-label {
    font-size: 18px;
    min-height: 240px;
  }
  .vertical-label-left {
    font-size: 18px;
    min-height: 280px;
  }
}

/* Navigation scroll behavior */
.nav-scroll-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.nav-scroll-visible {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}