@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-brand: #EB5E1D;
}

/* Apply globally */
body {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}


.eventdeo-header {
  background-color: white;
  padding: 15px 0;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Top row: logo left, nav right */
.header-container-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

/* Bottom row: search bar centered */
.search-bar-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.logo img {
  height: 32px;
}

.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 650px;
  width: 100%;
  gap: 20px;
}

.search-bar input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
}

.sl-shape {
  position: absolute;
  z-index: 1;
}

.sl-shape.shape_01 {
  left: 8.54%;
  top: 210px;
  opacity: 0.3;
  -webkit-animation: float-bob-y infinite 5s linear;
  animation: float-bob-y infinite 5s linear;
}

@media (max-width: 767px) {
  .sl-shape.shape_01 {
    display: none;
  }
}

.sl-shape.shape_02 {
  right: 47.5%;
  top: 170px;
  -webkit-animation: float-bob-y infinite 3s linear;
  animation: float-bob-y infinite 3s linear;
}

@media (max-width: 767px) {
  .sl-shape.shape_02 {
    display: none;
  }
}

.sl-shape.shape_03 {
  right: 9.21%;
  top: 209px;
  -webkit-animation: float-bob-y infinite 4s linear;
  animation: float-bob-y infinite 4s linear;
}

@media (max-width: 767px) {
  .sl-shape.shape_03 {
    display: none;
  }
}

.sl-shape.shape_04 {
  left: 1%;
  top: 607px;
  -webkit-animation: float-bob-y infinite 5s linear;
  animation: float-bob-y infinite 5s linear;
}

@media (max-width: 767px) {
  .sl-shape.shape_04 {
    display: none;
  }
}

.sl-shape.shape_05 {
  right: 20%;
  top: 90%;
  opacity: 0.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sl-shape.shape_05 {
    display: none;
  }
}

@media (max-width: 767px) {
  .sl-shape.shape_05 {
    display: none;
  }
}

.sl-shape.shape_06 {
  right: 24px;
  top: 562px;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .sl-shape.shape_06 {
    display: none;
  }
}

.sl-shape.shape_07 {
  left: 20.30%;
  top: 10px;
  -webkit-animation: float-bob-x infinite 5s linear;
  animation: float-bob-x infinite 5s linear;
}

@media (max-width: 767px) {
  .sl-shape.shape_07 {
    display: none;
  }
}

a.nav-link.active {
  color: var(--color-brand);
}

.navbar {
  border-bottom: 2px solid var(--color-brand);
}

.dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  display: none;
  opacity: 0;
  margin-top: 0.5rem;
  transition: opacity 0.2s ease;
  z-index: 1050;
}

.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
}

.dropdown-item:active,
.dropdown-item:focus {
  background-color: var(--color-brand);
  color: #fff;
}

@media (max-width: 991.98px) {
  .offcanvas .dropdown-menu {
    position: static !important;
    margin-top: 0.5rem;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}

.nav-links a {
  color: #333;
  text-decoration: none;
}

.nav-links .btn-login {
  background-color: var(--color-brand);
  color: white;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 500;
}

.category-bar {
  margin: auto;
  width: fit-content;
}

.category-item {
  text-align: center;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.category-item:hover {
  color: var(--color-brand);
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 20px;
  background-color: #f1f1f1;
}

.event-card {
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Outfit', sans-serif;
}

.event-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.event-link {
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: inherit;
  text-decoration: none;
}

.event-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-date {
  color: var(--color-brand);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.event-title {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: bold;
}

.event-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
  max-height: 60px;
  text-align: justify;
  overflow: hidden;
}

.event-meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.event-meta .price {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.location-org {
  font-size: 13px;
  color: #666;
}

.tag-badge {
  display: inline-block;
  background-color: var(--color-brand);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.hero-slider .carousel-caption {
  bottom: 20%;
}

.carousel-img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .carousel-img {
    height: 40vh;
  }
}

.hero-slider h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.popular-cities-section .section-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.see-all-link {
  color: #EB5E1D;
  font-weight: 500;
  text-decoration: none;
}

.see-all-link:hover {
  text-decoration: underline;
}

.city-card {
  background-size: cover;
  background-position: center;
  height: 140px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
}

.city-card .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  color: white;
  padding: 10px;
  width: 100%;
}

.city-card h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.city-card p {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.85;
}


.custom-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-carousel-btn i {
  font-size: 1.5rem;
  color: #333;
}

.custom-carousel-btn:hover {
  background-color: var(--color-brand);
}

.custom-carousel-btn:hover i {
  color: #fff;
}

.custom-carousel-btn.prev {
  left: 5px;
}

.custom-carousel-btn.next {
  right: 5px;
}

/* Responsive fix */
@media (max-width: 767.98px) {
  .custom-carousel-btn.prev {
    left: 5px;
  }

  .custom-carousel-btn.next {
    right: 5px;
  }
}

.custom-button {
  top: 20px;
  left: 20px;
  margin-top: auto;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  gap: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-brand);
  border: 2px solid transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.custom-button:hover {
  background-color: #fff;
  color: var(--color-brand);
  border: 2px solid var(--color-brand);
  text-decoration: none;
}

.btn-orange {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  border: 2px solid transparent;
  color: #fff;
}

.btn-orange:hover {
  background-color: #fff;
  color: var(--color-brand);
  border: 2px solid var(--color-brand);
}

.what-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .what-box {
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-box {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .what-box {
    padding: 50px 15px;
  }
}

.what-box__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what-box__icon::before {
  position: absolute;
  content: '';
  width: 75px;
  height: 75px;
  background: rgba(27, 33, 47, 0.1);
  border-radius: 50%;
  left: -12px;
  bottom: 0;
  z-index: -1;
}

.what-box h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .what-box h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.what-box p {
  margin-bottom: 30px;
}

.what-box:hover .what-box__icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.footer__social a {
  background-color: rgba(255, 114, 58, 0.1);
  width: 39px;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
}

.footer__social a:hover {
  color: #ffffff;
  background: var(--color-brand);
}

.footer__widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-area-2 {
  position: relative;
  z-index: 1;
}

.footer-area-2::before {
  content: '';
  position: absolute;
  width: 515px;
  height: 552px;
  background: var(--color-brand);
  opacity: 0.03;
  filter: 50px;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  right: 20.57%;
  bottom: 65px;
  z-index: -1;
}

.footer-area-2 .widget-title {
  text-transform: capitalize;
}

.footer__widget__two .mail-to {
  color: #FF723A;
  font-size: 20px;
  font-weight: 500;
}

.footer__widget__two .phone-num {
  color: #1B212F;
}

.footer__widget__two .subscribe-form-box .subscribe-form input {
  font-size: 14px;
  color: #707070;
  width: 300px;
  height: 50px;
  padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__widget__two .subscribe-form-box .subscribe-form input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__widget__two .subscribe-form-box .subscribe-form input {
    width: 100%;
  }
}

.footer__widget__two .subscribe-form-box .sub_btn {
  padding: 19px 51px;
  background-color: var(--color-brand);
  position: unset;
  width: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__widget__two .subscribe-form-box .sub_btn {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget__two .subscribe-form-box .sub_btn {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget__two .subscribe-form-box .sub_btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__widget__two .subscribe-form-box .sub_btn {
    width: 100%;
  }
}

.footer__widget__two .footer__social a {
  background-color: #ffffff;
}

.footer__widget__two .footer__social a:hover {
  color: #ffffff;
  background-color: var(--color-brand);
}

.footer-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 58, 0.07)), to(rgba(241, 77, 93, 0.01)));
  background: linear-gradient(rgba(255, 114, 58, 0.07) 0%, rgba(241, 77, 93, 0.01) 100%);
}

.footer-area {
  position: relative;
  z-index: 1;
}

.footer-area a{
  color: rgba(33, 37, 41, 0.75);
}

.footer-area a:hover,
.eventdeo-header a.nav-link:hover{
  color: var(--color-brand);
  transition: color 0.2s ease;
}

.footer-area .footer-blur {
  width: 583px;
  height: 619px;
  background: var(--color-brand);
  opacity: 0.05;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  position: absolute;
  right: 0;
  bottom: 25px;
  border-radius: 50%;
}

.footer-area-2 .footer-blur-bg {
  width: 515px;
  height: 552px;
  background: var(--color-brand);
  opacity: 0.03;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  position: absolute;
  right: 20.57%;
  bottom: 65px;
  z-index: -1;
}


/* === Ticket Quantity Input Styling === */
.quantity-input {
  text-align: center;
  font-size: 24px;
  padding: 0 10px;
  width: 80px;
  border-radius: 5px;
  appearance: textfield;
}

.quantity-input:focus {
  outline: none;
}

/* Remove spinner arrows for WebKit (Chrome, Safari, Edge) */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Responsive center alignment */
@media (max-width: 767.98px) {
  .quantity-input {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.cus-btn {
  background-color: var(--color-brand);
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 4px;
  /* optional: you can make it 0 or fully rounded */
  color: #fff;
  font-size: 16px;
  /* adjust icon size */
}

.cus-btn:hover {
  color: var(--color-brand);
  background-color: #fff;
  border-color: var(--color-brand);
  border: 2px solid var(--color-brand);
}

.btn-orange {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

.btn-orange:hover {
  background-color: #fff;
  border-color: var(--color-brand);
  color: var(--color-brand);
}

.btn-orange:disabled,
.btn-orange.disabled {
  background-color: #f2f2f2;
  border-color: #e0e0e0;
  color: #999;
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

.fls-display-on {
  position: fixed !important;
  top: 1rem !important;
  right: 1rem !important;
  left: auto !important;
  justify-content: flex-end !important;
  width: fit-content !important;
  z-index: 9999 !important;
}

.language-switch-container {
  position: fixed !important;
  top: 1rem !important;
  right: 1rem !important;
  z-index: 9999 !important;
  width: fit-content !important;
}