@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Evento - Event HTML Template
    Template URI: https://webtend.net/demo/html/evento/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Default CSS
    02. Common Class
    03. Hero Section
    04. Page Banner
    05. Event Section
    06. Cart + Checkout
    07. Category Section
    08. About Section
    09. Feature Section
    10. Work Process
    11. Testimonials
    12. Shop Section
    13. Client Logos
    14. Blog Section
    15. Widgets
    16. FAQ Page
    17. Contact Section
    18. Footer Area
    19. Rate review
-----------------------------------------------------------------------------------*/

/****************************************************** */
/******************** 01. Default CSS ***************** */
/****************************************************** */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root {
  scroll-behavior: auto;
  --base-color: #454545;
  --heading-color: #030a15;
  --primary-color: #030a15;
  --light-color: #f7f7f7;
  --base-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heading-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  color: var(--base-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--base-font);
}

/* Scroll Reveal - sections animate when entering viewport */
.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #ffffff;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.46;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
textarea,
select {
  width: 100%;
  font-size: 16px;
  /* padding: 15px 25px; */
  padding: 12px 11px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

textarea {
  height: 170px;
  display: inherit;
  padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto;
  width: auto;
}

/****************************************************** */
/****************** 02. Common Class ****************** */
/****************************************************** */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  background: #f8fafb;
}

/* Page headings & descriptions - readable, pleasant for event platforms */
.section-title h2 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.section-title p,
.section-title .subtitle,
.about-content > p,
.about-content .text {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  font-weight: 400;
}

.page-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.about-content h2,
.about-content .section-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}

.feature-item h4,
.feature-item h5,
.feature-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
}

.feature-item p,
.feature-content p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a5568;
}

.work-process .section-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
}

/** Button styles */
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  font-size: 15px;
  transition: 0.5s;
  font-weight: 700;
  text-align: center;
  padding: 15px 33px;
  border-radius: 5px;
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.theme-btn:hover,
a.theme-btn:hover {
  background: transparent;
  color: var(--primary-color);
}

/* Learn More Btn */
.read-more {
  color: #333333;
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more:after {
  content: "";
  height: 2px;
  width: 14px;
  transition: 0.3s;
  margin-left: 10px;
  background: var(--primary-color);
}

.read-more:hover:after {
  margin-left: 13px;
}

/*social link style One */
.social-style-one {
  display: flex;
}

.social-style-one a {
  height: 40px;
  width: 40px;
  color: white;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 5px 0;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-style-one a:last-child {
  margin-right: 0;
}

.social-style-one a:hover {
  background: var(--primary-color);
}

/*social link style Two */
.social-style-two a {
  margin-right: 15px;
  font-size: 18px;
}

.social-style-two a i {
  font-size: 18px;
}

.social-style-two a:not(:hover) {
  opacity: 0.5;
}

/* List style One */
.list-style-one li {
  color: #555555;
  margin-bottom: 6px;
}

.list-style-one li i {
  margin-right: 20px;
  font-size: 14px;
  color: var(--primary-color);
}

.list-style-one li i.fa-check {
  color: #4bae4f;
}

/* List style Two */
.list-style-two li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style-two li {
  display: flex;
  justify-content: space-between;
}

/*pagination style*/
.pagination .page-link {
  background: transparent;
  font-weight: 700;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cdd2d9;
  color: var(--heading-color);
}

.pagination .page-item {
  margin: 10px 10px 0 0;
}

.page-item .page-link:hover {
  color: white;
  background: var(--primary-color);
}

.page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}

/*** Scroll Top style ** */
.scroll-top {
  flex: none;
  width: 50px;
  height: 50px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #ffffff33;
  background: var(--primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group {
  margin-bottom: 30px;
}

.nice-select,
.form-group input,
.form-group textarea,
.input-group input,
.input-group textarea {
  float: none;
  height: auto;
  padding: 15px 25px;
  /* padding: 10px 16px; */
  background: transparent;
}

.nice-select:focus {
  border-color: #eff0f0;
}

.nice-select:hover,
.form-group input:focus,
.form-group textarea:focus,
.input-group input:focus,
.input-group textarea:focus {
  box-shadow: none;
  border-color: #eff0f0;
  background: transparent;
}

.form-group select,
.input-group select {
  border-radius: 1px;
  background: transparent;
}

.form-group label {
  font-weight: 500;
}

/* overlay */
.overlay {
  z-index: 1;
  position: relative;
}

.rel {
  position: relative;
}

.bg-lighter {
  background: var(--light-color);
}

.bg-black {
  background: var(--heading-color);
}

/****************************************************** */
/***************** 03. Hero Section  ****************** */
/****************************************************** */
.hero-section {
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-section--video .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(3, 10, 21, 0.45);
}

.hero-section--video .container {
  position: relative;
  z-index: 2;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  margin: 0 auto;
  max-width: 930px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-content p,
.hero-content h1 {
  color: white;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hero-content p {
  max-width: 700px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}

.event-search {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.35fr) auto;
  align-items: stretch;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  gap: 0;
}

.event-search .search-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 0 15px;
  min-width: 0;
}

.event-search .search-item label {
  margin: 0;
  cursor: pointer;
}

.event-search .search-item input,
.event-search .search-item select {
  padding: 0 15px;
  border: none;
}

.event-search .theme-btn {
  border-radius: 0;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 26px;
  min-width: 165px;
}

/* Keep hero search in one row on desktop/laptop */
#event-search.event-search {
  max-width: 860px;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
}

#event-search.event-search .search-item {
  width: auto !important;
  min-width: 0;
}

#event-search.event-search .search-item:first-child {
  flex: 0 0 300px;
}

#event-search.event-search .search-item:nth-of-type(2) {
  flex: 1 1 auto;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#event-search.event-search .search-item:nth-of-type(2) input {
  width: 100% !important;
  min-width: 0;
}

#event-search.event-search .theme-btn {
  flex: 0 0 auto;
  min-width: 170px;
}

.hero-section .event-search .theme-btn:hover {
  background: #fff;
  color: var(--primary-color);
  border-color: #fff;
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 992px) {
  #event-search.event-search {
    width: 100%;
    max-width: 860px;
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  #event-search.event-search .search-item {
    display: flex !important;
    min-height: 60px;
  }

  #event-search.event-search .search-item:first-child {
    flex: 0 0 280px;
  }

  #event-search.event-search .search-item:nth-of-type(2) {
    flex: 1 1 0;
    min-width: 260px;
  }

  #event-search.event-search .theme-btn {
    flex: 0 0 170px;
    width: 170px;
  }
}

.hero-content h1,
.hero-content p {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* Hero search selectmenu - clean, normal */
.event-search .ui-selectmenu-button {
  padding: 12px 16px;
  font-size: 15px;
  color: #374151;
  background: #fff !important;
  border: none;
  min-height: 48px;
}

.event-search .ui-selectmenu-text {
  font-weight: 500;
}

#borwseby-button {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* Hero search category dropdown */
#borwseby-menu {
  margin-top: 4px !important;
  padding: 6px 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
}

#borwseby-menu .ui-menu-item-wrapper {
  padding: 10px 18px;
  font-size: 14px;
  color: #374151;
  transition: background 0.2s ease;
}

#borwseby-menu .ui-menu-item-wrapper.ui-state-focus,
#borwseby-menu .ui-menu-item-wrapper.ui-state-active,
#borwseby-menu .ui-menu-item:hover .ui-menu-item-wrapper {
  background: var(--primary-color);
  color: #fff;
  border: none;
}

.ui-icon:after {
  content: "\f0d7";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.ui-icon {
  text-indent: 0;
  margin-right: 0;
}

/****************************************************** */
/***************** 04. Page Banner  ******************* */
/****************************************************** */
.page-title {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  justify-content: center;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
  font-weight: 800;
  font-family: var(--heading-font);
}

/****************************************************** */
/**************** 05. Event Section  ****************** */
/****************************************************** */
/* Standardized container (1620px, same padding) - header & content align horizontally */
.main-header .container,
.event-page-section .container,
.event-page-section .container-custom,
.author-area .container,
.blog-page-section .container,
.contact-page .container,
.cart-page .container,
.checkout-area .container,
.events-section .container,
.category-section .container,
.about-section .container,
.feature-section .container,
.testimonial-section .container,
.client-logo-area .container,
.footer-section .container {
  max-width: 1620px;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1199px) {
  .main-header .container,
  .event-page-section .container,
  .event-page-section .container-custom,
  .author-area .container,
  .blog-page-section .container,
  .contact-page .container,
  .cart-page .container,
  .checkout-area .container,
  .events-section .container,
  .category-section .container,
  .about-section .container,
  .feature-section .container,
  .testimonial-section .container,
  .client-logo-area .container,
  .footer-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gallery-filter,
.events-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.event-info {
  gap: 10px;
  flex-wrap: wrap;
}

.event-info span:first-child a {
  color: var(--primary-color);
  font-weight: 500;
}

.events-filter li,
.gallery-filter li {
  color: black;
  cursor: pointer;
  font-size: 14px;
  padding: 3px 18px;
  transition: 0.5s;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 10px 10px;
  font-family: var(--heading-font);
}

.events-filter li:hover,
.events-filter li.current,
.gallery-filter li:hover,
.gallery-filter li.current {
  color: white;
  background: var(--primary-color);
}

.event-item,
.gallery-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.event-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.event-image img,
.gallery-item img {
  width: 100%;
}

.event-content {
  position: relative;
  padding: 25px 25px;
  box-shadow: none;
}

.event-content .time-info {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: calc(100% - 50px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  line-height: normal;
  box-shadow: none;
}

.event-content .time-info i {
  color: var(--primary-color);
  margin-inline-end: 2px;
  font-size: 13px;
}

.event-content .organizer {
  display: inline-block;
  margin-bottom: 5px;
}

.event-content .organizer::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-inline-end: 6px;
  color: var(--primary-color);
  font-size: 12px;
}

.auth-page-section .auth-context-card {
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid rgba(3, 10, 21, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 30px rgba(3, 10, 21, 0.06);
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap: 14px;
  row-gap: 0;
  align-items: start;
}

.auth-page-section .auth-context-icon {
  grid-area: icon;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background: rgba(7, 66, 88, 0.12);
  color: var(--primary-color);
  font-size: 18px;
}

.auth-page-section .auth-context-card h4 {
  grid-area: title;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.25;
}

.auth-page-section .auth-context-card p {
  grid-area: desc;
  margin-bottom: 0;
  color: #475569;
  font-size: 15px;
}

.auth-page-section .login-form .form-group p a {
  color: var(--primary-color) !important;
  font-weight: 600;
  text-decoration: none;
}

.auth-page-section .login-form .form-group p a:hover {
  color: #0f172a !important;
  text-decoration: underline;
}

.event-content .dates {
  top: -14px;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 16px;
  position: absolute;
  border-radius: 4px;
  background: var(--primary-color);
}

.event-content h4,
.event-content h5 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.event-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 60px;
  color: #0000007a;
}

.event-content .location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: normal;
  flex: 0 0 auto;
  width: calc(100% / 1.45);
}

.event-content .location span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.event-content .location i {
  color: #c2331e;
}

.price-remain {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px 0;
  font-size: 14px;
  line-height: normal;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #d9d9d9;
}

.price-remain .location {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 0;
  flex: 0 0 auto;
}

.price-remain .location a,
.price-remain .location span {
  min-width: 0;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

.price-remain .location a {
  color: inherit;
}

.price-remain .location a:hover {
  color: var(--primary-color);
}

.price-remain .price-remain-price-wrap {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.price-remain .price-remain-price-wrap > *:only-child {
  max-width: 100%;
}

.price-remain > span {
  display: block;
  width: 100%;
  min-width: 0;
  text-align: right;
}

.price-remain .location span:first-child {
  font-weight: 500;
}

.price-remain .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 8px;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-color);
  font-family: var(--heading-font);
  letter-spacing: -0.02em;
  white-space: normal;
  flex-shrink: 1;
  max-width: none;
  width: 100%;
  text-align: right;
}

html[dir="rtl"] .price-remain .price-remain-price-wrap,
html[dir="rtl"] .related-event-slider .event-item .price-remain .price-remain-price-wrap {
  justify-content: flex-start;
}

html[dir="rtl"] .price-remain > span {
  text-align: left;
}

html[dir="rtl"] .price-remain .price,
html[dir="rtl"] .related-event-slider .event-item .price-remain .price {
  justify-content: flex-start;
  text-align: left;
}

.price-remain .event-price-multitype-hint-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
  margin-inline-start: 4px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.06);
  color: var(--base-color, #64748b);
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.price-remain .event-price-multitype-hint-btn:hover,
.price-remain .event-price-multitype-hint-btn:focus {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.1);
  outline: none;
}

.price-remain .event-price-multitype-hint-btn i {
  font-size: 0.88rem;
}

.price-remain .remain {
  font-weight: 300;
}

.price-remain del {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  color: #334155;
  text-decoration-color: #334155;
  text-decoration-thickness: 1.5px;
}

.price-remain .event-card-price-current,
.price-remain .event-card-price-previous {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  white-space: normal;
}

.price-remain .event-card-price-amount {
  line-height: 1;
}

.price-remain .event-card-price-current .event-card-price-amount {
  font-size: 1.35rem;
  font-weight: 700;
}

.price-remain .event-card-price-current .event-card-price-currency {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--base-color);
  margin-bottom: 2px;
}

.price-remain del .event-card-price-amount {
  font-size: 0.72rem;
  font-weight: 400;
  color: #334155;
}

.price-remain del .event-card-price-currency {
  font-size: 0.66rem;
  font-weight: 400;
  color: #334155;
  margin-bottom: 1px;
}

.price-remain .price strong {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.event-footer {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  padding: 6px 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  background: var(--light-color);
}

.event-footer li i {
  margin-right: 3px;
  color: var(--primary-color);
}

.event-details-information .syotimer__body,
.event-item .syotimer__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-details-information .syotimer__body {
  gap: 10px;
  justify-content: space-between;
}

.event-details-information .syotimer-cell {
  --size: calc(100% / 4 - 20px);
  height: 100%;
}

.event-item .syotimer__body {
  gap: 5px;
  margin-top: 10px;
}

.event-item .syotimer-cell {
  width: var(--size);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.event-item .syotimer-cell__value {
  line-height: 40px;
}

.event-item .syotimer-cell__unit {
  line-height: 1;
  margin-top: 5px;
}

.event-details-information .syotimer-cell__unit {
  font-size: 14px;
}

.event-details-information .syotimer-cell {
  width: var(--size);
  text-align: center;
  font-weight: 400;
}

.event-details-information .syotimer-cell__value {
  font-size: 16px;
  margin-bottom: 5px;
  border: 1px solid rgba(194, 51, 30, 0.28);
  color: var(--primary-color);
}

.event-details-information .syotimer-cell__value::after {
  background-image: conic-gradient(
    #c2331e var(--degree),
    transparent calc(var(--degree) - 0.1deg)
  );
}

.event-item .syotimer-cell__value {
  background-color: var(--light-color);
}

.event-item .wishlist-btn {
  --size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline-end: 10px;
  margin-inline-start: auto;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 0 0 5px 5px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.event-item .wishlist-btn.wishlist-btn--active {
  background-color: #c2331e;
  color: #fff;
}

.event-item .wishlist-btn.wishlist-btn--active:hover {
  background-color: #a82b19;
  color: #fff;
}

/* Releted Events */
.releted-event-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.related-event-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.related-event-wrap .event-item {
  margin-left: 15px;
  margin-right: 15px;
}

.related-event-wrap .event-content {
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

/* Related events slider - uses same style as main event cards (.event-item) */
.related-event-slider {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.related-event-slider .swiper-wrapper {
  height: auto !important;
  align-items: flex-start;
}

.related-event-slider.swiper-autoheight,
.related-event-slider.swiper-autoheight .swiper-wrapper {
  height: auto !important;
}

.related-event-slider .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: flex-start;
}

.related-event-slider .event-item {
  margin-bottom: 0;
  width: 100%;
}

.related-event-slider .event-item .price-remain {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px 0;
}

.related-event-slider .event-item .price-remain .location {
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  min-width: 0;
  padding-right: 0;
}

.related-event-slider .event-item .price-remain .location span {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.related-event-slider .event-item .price-remain .price-remain-price-wrap {
  width: 100%;
  justify-content: flex-end;
}

.related-event-slider .event-item .price-remain .price {
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  text-align: right;
  white-space: normal;
  justify-content: flex-end;
}

.slick-next-prev {
  display: flex;
}

.slick-next-prev button:not(:last-child) {
  margin-right: 10px;
}

.slick-arrow {
  height: 50px;
  width: 50px;
  transition: 0.5s;
  background: white;
  border-radius: 50%;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.slick-arrow:focus,
.slick-arrow:hover {
  color: white;
  background: var(--primary-color);
}
.slide-btn {
    height: 40px;
    width: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    border: 1px solid rgba(7, 66, 88, 0.55);
    text-align: center;
    box-shadow: 0 4px 12px rgba(3, 10, 21, 0.08);
}

.slide-btn:focus,
.slide-btn:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-1px);
}
.slide-btn i {
  font-size: 13px;
  line-height: 1;
  display: block;
  transform: translateY(0);
}
.related-event-buttons{
  display: flex;
  align-items: center;
  gap: 8px;
}
/* .related-event-slider{
      margin-inline: -40px;
    padding: 0 40px;
} */
/* Event Details */
.event-details-top {
  margin-bottom: 20px;
}

.event-details-information .event-details-top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
}

.event-details-information .event-details-top .count-down {
  width: 100%;
  margin: 0 !important;
}

.event-details-information .event-details-top .event-countdown .syotimer__body {
  justify-content: center;
  margin: 0;
}

.event-details-content .has-gap {
  gap: 30px;
}

.event-top-date {
  flex: 0 0 auto;
  min-width: 100px;
  text-align: center;
  background-color: transparent;
  line-height: normal;
  align-self: flex-start;
  border-radius: 8px;
  overflow: hidden;
}

.event-top-date .event-month {
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  background-color: #c2331e;
}

.event-top-date .event-date {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--heading-font);
  background-color: #e3e8ee;
  color: #243447;
  border: 1px solid #d3dae3;
  border-top: 0;
}

.event-details-content .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-details-content .title {
  margin-top: -5px;
}

.event-details-content .title .badge {
  font-size: 12px;
  line-height: normal;
  vertical-align: super;
}

/* Event details premium micro-UI */
.event-details-section .event-details-content .title .badge {
  margin-left: 12px;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  vertical-align: middle;
  box-shadow: 0 6px 16px rgba(3, 10, 21, 0.12);
}

.event-details-section .event-details-content .title .badge-success {
  position: relative;
  width: 12px;
  height: 12px;
  min-width: 12px;
  padding: 0;
  border-radius: 50%;
  background: #22c55e;
  border: 0;
  color: transparent;
  font-size: 0;
  box-shadow: none;
  vertical-align: middle;
}

.event-details-section .event-details-content .title .badge-success::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.4);
  animation: livePulseDotCenter 1.6s ease-out infinite;
}

.event-details-section .event-details-content .title .badge-danger {
  background-color: #c2331e;
  border-color: #c2331e;
  color: #fff;
}

@keyframes livePulseDotCenter {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(2.4);
    opacity: 0;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.event-details-section .event-details-information .event-details-top p,
.event-details-section .event-details-information > .event-status-standalone {
  --status-border: rgba(34, 197, 94, 0.28);
  --status-bg: rgba(34, 197, 94, 0.1);
  --status-text: #166534;
  --status-dot: #22c55e;
  --status-pulse: rgba(34, 197, 94, 0.35);
  margin: 0 0 14px;
  padding: 10px 12px 10px 38px;
  border-radius: 10px;
  border: 1px solid var(--status-border);
  background: var(--status-bg);
  color: var(--status-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  position: relative;
}

.event-details-section .event-details-information .event-details-top p.event-status-pill.is-over,
.event-details-section .event-details-information > .event-status-standalone.event-status-pill.is-over {
  border-color: rgba(194, 51, 30, 0.32);
  background: rgba(194, 51, 30, 0.1);
  color: #8f2415;
}

.event-details-section .event-details-information .event-details-top p::before,
.event-details-section .event-details-information > .event-status-standalone::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--status-dot);
  transform: translateY(-50%);
  box-shadow: 0 0 0 0 var(--status-pulse);
  z-index: 2;
}

.event-details-section .event-details-information .event-details-top p.event-status-pill.is-over::before,
.event-details-section .event-details-information > .event-status-standalone.event-status-pill.is-over::before {
  background: #c2331e;
  box-shadow: 0 0 0 0 rgba(194, 51, 30, 0.6);
}

.event-details-section .event-details-information .event-details-top p::after,
.event-details-section .event-details-information > .event-status-standalone::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--status-pulse);
  transform: translateY(-50%);
  animation: livePulseDot 1.6s ease-out infinite;
  z-index: 1;
}

@keyframes livePulseDot {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.9;
  }
  70% {
    transform: translateY(-50%) scale(2.4);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(2.4);
    opacity: 0;
  }
}

.event-details-section .event-info {
  justify-content: flex-end;
  margin-bottom: 10px !important;
}

.event-details-section .event-details-information > .event-status-standalone {
  margin: 0 0 14px;
  max-width: fit-content;
}

.event-details-section .event-info span a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  transition: all 0.2s ease;
}

.event-details-section .event-info span a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-color);
  flex: 0 0 7px;
}

.event-details-section .event-info span a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.event-details-section .event-details-content-inner .inner-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.event-details-section .event-details-content-inner .inner-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
}

.event-details-section .releted-event-header .inner-title {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.event-details-section .releted-event-header .inner-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
}

.count-down li {
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
  margin: 10px 0;
}

.count-down li:not(:last-child) {
  margin-right: 20px;
}

.count-down li span {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.event-details-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-details-content .author {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.event-details-content .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-inline-end: 15px;
}

.event-details-content .author h6 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.event-details-content .author h6 a {
  color: inherit;
  font-size: inherit;
}

.event-details-content .author a {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--heading-font);
}

.event-details-header ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  padding-inline: 0 !important;
  margin-bottom: 15px;
  align-items: center;
}

.event-details-header ul li:not(:last-child) {
  margin-inline-end: 15px;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #c4c4c4;
}

.event-details-header ul li i {
  color: var(--primary-color);
  margin-inline-end: 5px;
}

.event-details-header ul li i.fa-map-marker-alt {
  color: #c2331e;
}

.event-details-image {
  position: relative;
  margin-top: 20px;
}

.event-details-image .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.event-details-image .buttons a {
  font-weight: 600;
  min-height: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--light-color);
  color: #334155;
  border: 1px solid rgba(3, 10, 21, 0.08);
  box-shadow: 0 2px 8px rgba(3, 10, 21, 0.06);
  transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.event-details-image .buttons a:hover {
  opacity: 0.95;
  box-shadow: 0 4px 12px rgba(3, 10, 21, 0.1);
}

.event-details-image .buttons .event-top-action-btn {
  color: #334155;
}

.event-details-image .buttons .event-top-action-btn--map i,
.event-details-image .buttons .event-top-action-btn--bookmark.is-active i {
  color: #c2331e;
}

.event-details-image .buttons .event-top-action-btn--360 i {
  color: #c2331e;
}

.event-details-image .buttons a:not(:last-child) {
  margin-right: 0;
}

.event-details-information {
  padding: 28px;
  background: #fff;
  margin: -210px 30px 0 70px;
  border-radius: 14px;
  border: 1px solid rgba(3, 10, 21, 0.08);
  box-shadow: 0 16px 38px rgba(3, 10, 21, 0.08);
}

.event-details-information b {
  display: block;
  color: #030a15;
  font-weight: 500;
  margin-bottom: 5px;
}

.event-details-information .sidebar-section-title {
  margin-bottom: 12px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(3, 10, 21, 0.08);
}

.event-details-information .sidebar-section-title .section-title-icon {
  color: var(--secondary-color);
  font-size: 14px;
}

.event-details-information .sidebar-section-title--tickets {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.event-details-information .tickets-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.event-details-information .event-calendar-dropdown ~ .tickets-header-row {
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}

.event-details-information .event-calendar-dropdown ~ .tickets-header-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 10%,
    var(--secondary-color) 50%,
    transparent 90%,
    transparent 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.event-details-information .tickets-header-row .sidebar-section-title {
  margin-bottom: 0;
  flex: 1 1 auto;
}

.event-details-information .sidebar-section-title--meta {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.event-details-information .event-details-top > b,
.event-details-information .total > b {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.event-details-information > .event-details-top,
.event-details-information > .author,
.event-details-information > .event-calendar-dropdown,
.event-details-information > .price-count,
.event-details-information > .total {
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(3, 10, 21, 0.06);
  margin-bottom: 14px;
}

.event-details-information > .event-calendar-dropdown {
  background: linear-gradient(145deg, #f0fdf4 0%, #d1fae5 42%, #ecfdf5 100%);
  border-color: rgba(5, 150, 105, 0.2);
}

.event-details-information > .author {
  align-items: center;
  gap: 14px;
}

.event-details-information > .author .content h6 {
  margin-bottom: 4px;
}

.event-details-information > .author .content > a {
  color: #64748b;
}

.event-details-information .event-location-line {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(3, 10, 21, 0.06);
}

.event-details-information .event-location-line i {
  color: var(--primary-color);
}

.event-details-information .event-location-line a {
  color: #334155;
}

.event-details-information .event-video-embed {
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.event-details-information .event-video-embed iframe {
  width: 100%;
  min-height: 210px;
  display: block;
}

.event-details-content-inner .event-video-embed {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.event-details-content-inner .event-video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: 0;
}

.event-details-information .event-location-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.event-details-information .event-location-btn {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.event-details-information .event-location-btn:not(.event-location-btn-360) {
  background: rgba(3, 10, 21, 0.04) !important;
  border-color: rgba(3, 10, 21, 0.16) !important;
  color: #334155 !important;
}

.event-details-information .event-location-btn:hover {
  background: rgba(3, 10, 21, 0.06);
  border-color: rgba(3, 10, 21, 0.2);
  color: #0f172a;
}

.event-details-information .event-location-btn-360 {
  border-color: rgba(194, 51, 30, 0.26);
  background: rgba(194, 51, 30, 0.08);
  color: #8f2415;
}

.event-details-information .event-location-btn-360:hover {
  background: #c2331e;
  border-color: #c2331e;
  color: #fff;
}

.event-details-information .event-location-btn i {
  color: var(--primary-color);
}

.event-details-information .event-location-btn--seatmap-compact {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.event-details-information .event-location-btn-360 i {
  color: #c2331e;
}

.event-details-information .event-location-btn-360:hover i {
  color: #fff;
}

.event-details-information .event-calendar-dropdown {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.event-details-information .event-calendar-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #334155;
}

.event-details-information .event-calendar-dropdown .dropdown-toggle::after {
  margin-left: 2px;
}

.event-details-information .event-calendar-dropdown {
  position: relative;
}

.event-details-information .event-calendar-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(3, 10, 21, 0.1);
  box-shadow: 0 12px 24px rgba(3, 10, 21, 0.12);
  background: #fff;
  z-index: 50;
}

.event-details-information .event-calendar-dropdown .dropdown-item {
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  white-space: normal;
}

.event-details-information .event-calendar-dropdown .dropdown-item:hover,
.event-details-information .event-calendar-dropdown .dropdown-item:focus {
  background: rgba(7, 66, 88, 0.08);
  color: #0f172a;
}

@media (max-width: 390px) {
  .event-details-information {
    padding: 16px;
  }

  .event-details-information > .event-details-top,
  .event-details-information > .author,
  .event-details-information > .event-calendar-dropdown,
  .event-details-information > .price-count,
  .event-details-information > .total,
  .event-details-information .event-location-line {
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .event-details-information .sidebar-section-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  .event-details-information .event-details-top b,
  .event-details-information > b:not(.sidebar-section-title) {
    font-size: 15px;
  }

  .event-details-information .event-calendar-dropdown .dropdown-toggle,
  .event-details-information .event-calendar-dropdown .dropdown-item {
    font-size: 13px;
  }

  .event-details-information .author img {
    width: 52px;
    height: 52px;
  }

  .event-details-information .author h6 {
    font-size: 18px;
  }

  .event-details-information .price-count h6 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .event-details-information .price-count .quantity-input input,
  .event-details-information .price-count .quantity-input button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .event-details-information .total b {
    font-size: 18px;
  }

  .event-details-information .h4 {
    font-size: 28px;
  }

  .event-details-information .theme-btn.w-100.mt-20 {
    min-height: 48px;
    font-size: 20px;
  }
}

.event-details-information .link {
  font-weight: 500;
  align-items: center;
  margin-bottom: 20px;
  display: inline-flex;
  color: var(--primary-color);
}

.event-details-information .link:hover {
  text-decoration: underline;
}

.event-details-information .link i {
  float: left;
  margin-right: 10px;
}

.event-details-information .price-count .quantity-input input,
.event-details-information .price-count .quantity-input button {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-color: rgba(3, 10, 21, 0.14);
}

.event-details-information .price-count {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "price action"
    "meta meta";
  gap: 12px 18px;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 18px 18px 16px;
  min-height: 0;
  align-items: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.event-details-information .price-count h6 {
  grid-area: price;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
}

.event-details-information .price-count h6 del {
  display: block;
  margin-inline-start: 0;
  margin-top: 6px;
  color: #334155;
  font-size: 15px;
  font-weight: 400;
  text-decoration-line: line-through;
  text-decoration-color: #334155;
  text-decoration-thickness: 1.5px;
  text-decoration-skip-ink: none;
}

.event-details-information .price-count-current {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
}

.event-details-information .price-count-amount {
  font-size: 24px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.event-details-information .price-count-currency {
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 600;
  color: #475569;
  margin-bottom: 3px;
}

.event-details-information .price-count h6 del .price-count-amount {
  font-size: 0.98rem;
  color: #334155;
  font-weight: 400;
  text-decoration-line: line-through;
  text-decoration-color: #334155;
  text-decoration-thickness: 1.5px;
}

.event-details-information .price-count h6 del .price-count-currency {
  font-size: 0.76rem;
  color: #334155;
  font-weight: 400;
  margin-bottom: 1px;
  text-decoration-line: line-through;
  text-decoration-color: #334155;
  text-decoration-thickness: 1.5px;
}

.event-details-information .price-count .quantity-input {
  grid-area: action;
  margin-bottom: 0;
  display: inline-flex;
  align-items: stretch;
  justify-self: end;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.event-details-information .price-count .quantity-input button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-weight: 700;
}

.event-details-information .price-count .quantity-input button:first-child {
  font-size: 20px;
}

.event-details-information .price-count .quantity-input input {
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(15, 23, 42, 0.12);
  border-right: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.event-details-information .price-count .quantity-input input::-webkit-outer-spin-button,
.event-details-information .price-count .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.event-details-information .price-count > .theme-btn-2 {
  grid-area: action;
  justify-self: end;
  margin: 0 !important;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
  box-shadow: none;
}

.event-details-information .price-count > .theme-btn-2:hover,
.event-details-information .price-count > .theme-btn-2:focus {
  box-shadow: none;
}

.event-details-information .price-count .btn_seat_mapping_slot {
  box-shadow: none !important;
}

.event-details-information .price-count-discount-note {
  grid-area: meta;
  grid-column: 1 / -1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  padding-top: 12px;
  border: 0;
  border-top: 1px dashed rgba(15, 23, 42, 0.08);
  background: transparent;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.event-details-information .price-count-discount-label {
  color: #c2410c;
  font-weight: 700;
}

.event-details-information .price-count-discount-divider {
  opacity: 0.6;
}

.event-details-information .price-count-discount-note span[dir="ltr"] {
  color: #7c2d12;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .event-details-information .price-count {
    grid-template-columns: 1fr;
    grid-template-areas:
      "price"
      "meta"
      "action";
    gap: 12px;
    padding: 14px;
  }

  .event-details-information .price-count .quantity-input,
  .event-details-information .price-count > .theme-btn-2 {
    justify-self: start;
  }

  .event-details-information .price-count h6 {
    font-size: 16px;
  }

  .event-details-information .price-count-amount {
    font-size: 24px;
  }

  .event-details-information .price-count-currency {
    font-size: 0.85rem;
  }
}

.click-show .show-content {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 14px;
  padding-left: 13px;
  line-height: 1.5;
}

.click-show .show-content * {
  margin-bottom: 0;
}

.click-show.show .show-content {
  line-clamp: 100;
  -webkit-line-clamp: 100;
}

.click-show.show .read-more-btn span:first-child {
  display: none;
}

.click-show.show .read-more-btn span:last-child {
  display: block;
}

.click-show .read-more-btn span:last-child {
  display: none;
}

.click-show .read-more-btn {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding-left: 13px;
}

.quantity-input {
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
}

.quantity-input button {
  width: 44px;
  flex: none;
  font-size: 22px;
  background: transparent;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

.quantity-input button:first-child {
  font-size: 40px;
}

.quantity-input input {
  width: 44px;
  padding: 0;
  height: 44px;
  font-weight: 700;
  text-align: center;
  border-width: 1px 0 1px 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  border-color: rgba(3, 10, 21, 0.1);
}

.event-details-information .h4 {
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.event-details-information .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 66, 88, 0.16);
}

.event-details-information .total b {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}

.event-details-information .total .h4 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
}

.event-details-information .total .h4 #total_price {
  font-size: 18px;
}

.event-details-information .total .h4 span:last-child {
  font-size: 16px;
}

.event-details-information .theme-btn.w-100.mt-20 {
  margin-top: 6px !important;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.event-details-information hr {
  display: none;
}

.event-details-images .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}

.event-details-images .prev {
  left: 30px;
}

.event-details-images .next {
  right: 30px;
}

.event-details-slide-prev,
.event-details-slide-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.event-details-slide-prev:hover,
.event-details-slide-next:hover{
  background: #fff;
  color: var(--primary-color);
}
.event-details-slide-prev {
  left: 10px;
}
.event-details-slide-prev i {
  margin-left: -4px;
}
.event-details-slide-next {
  right: 10px;
}
.event-details-slide-next i {
  margin-right: -4px;
}
/****************************************************** */
/*************** 06. Cart + Checkout  ***************** */
/****************************************************** */
.checkout-product {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-product img {
  width: 100px;
  flex: none;
  margin-right: 20px;
  border-radius: 10px;
}

.checkout-product h6 {
  margin-bottom: 10px;
}

.checkout-product span {
  display: block;
  font-size: 14px;
  line-height: normal;
}

.checkout-product span:not(:last-child) {
  margin-bottom: 5px;
}

.checkout-product span i {
  color: var(--primary-color);
  margin-inline-end: 2px;
}

.checkout-product a {
  color: var(--primary-color);
}

.package-summary li {
  display: flex;
  font-weight: 500;
  align-items: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  justify-content: space-between;
}

.package-summary li:last-child {
  padding-top: 10px;
  border-top: 1px solid #ced4da;
}

.total-cart-price {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.cart-title {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  align-items: center;
  background: var(--light-color);
  justify-content: space-between;
}

.cart-single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.product-title,
.cart-single-item .product-name {
  margin-bottom: 15px;
  margin-right: auto;
  flex: none;
}

.price-title,
.total-title,
.remove-title,
.quantity-title,
.avilable-title,
.cart-single-item .close,
.cart-single-item .avilable,
.cart-single-item .product-price,
.cart-single-item .quantity-input,
.cart-single-item .product-total-price {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  width: 15%;
}

.cart-single-item .avilable i {
  color: var(--primary-color);
  margin-right: 2px;
  font-size: 14px;
}

.cart-single-item .close span {
  font-size: 30px;
  line-height: 0;
}

.update-shopping .theme-btn:first-child {
  margin-right: 15px;
}

/* Cart summary - below table, prominent total */
.cart-summary-section {
  padding-top: 24px;
  border-top: 1px solid rgba(3, 10, 21, 0.08);
}
.cart-summary-box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid rgba(3, 10, 21, 0.06);
}
.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.cart-summary-row:not(:last-child) {
  margin-bottom: 10px;
}
.cart-summary-label {
  color: var(--base-color);
  font-weight: 500;
}
.cart-summary-value {
  font-weight: 600;
  color: var(--heading-color);
}
.cart-summary-total .cart-summary-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.cart-summary-amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
}

/* Premium empty state - cart, no data, etc. */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 16px;
  border: 1px dashed rgba(3, 10, 21, 0.1);
}
.empty-state-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: rgba(3, 10, 21, 0.25);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.empty-state-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.empty-state-text {
  font-size: 15px;
  color: var(--base-color);
  opacity: 0.85;
  margin-bottom: 24px;
  max-width: 420px;
  line-height: 1.5;
  padding: 0 16px;
}
.empty-state .theme-btn {
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 10px;
}

.event-page-section .empty-state {
  width: 100%;
  min-height: 280px;
  margin: 0 auto;
}

.event-page-section .empty-state-text {
  max-width: 480px;
}

/****************************************************** */
/************** 07. Category Section  ***************** */
/****************************************************** */
.category-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

.category-item {
  position: relative;
  margin: 0 15px 30px;
  width: calc(20% - 30px);
  overflow: hidden;
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.category-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.category-item img {
  width: 100%;
  transition: transform 0.5s ease;
}

.category-item:hover img {
  transform: scale(1.08);
}

.category-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: end;
  background: linear-gradient(180deg, rgba(3, 10, 21, 0.4) 0%, #030a15 100%);
  transition: background 0.35s ease;
}

.category-item:hover .category-content {
  background: linear-gradient(180deg, rgba(3, 10, 21, 0.2) 0%, #030a15 95%);
}

.category-content h5 {
  margin: 0;
  transition: transform 0.3s ease;
}

.category-item:hover .category-content h5 {
  transform: translateY(-4px);
}

/****************************************************** */
/**************** 08. About Section  ****************** */
/****************************************************** */
.about-image-part {
  position: relative;
  padding-right: 45px;
}

.about-image-part img {
  width: 100%;
}

.about-revenues {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
  border-radius: 10px;
  background: var(--primary-color);
}

.revenue-item {
  display: flex;
}

.revenue-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid white;
}

.revenue-item i {
  height: 40px;
  width: 40px;
  background: white;
  line-height: 40px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.revenue-item i:before {
  line-height: 40px;
}

.revenue-item h6 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.revenue-item .number {
  color: white;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.about-content {
  max-width: 510px;
}

.about-content .feature-item {
  border: none;
  padding: 0;
}

.about-content .feature-item:last-child {
  margin-bottom: 0;
}

/****************************************************** */
/*************** 09. Feature Section  ***************** */
/****************************************************** */
.feature-section {
  margin-bottom: 330px;
}

.feature-item {
  display: flex;
  background: #fff;
  margin-bottom: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.feature-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Feature section - premium hover effects */
.feature-section .feature-item {
  position: relative;
  overflow: hidden;
  border-left: 3px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, border-left-color 0.3s ease;
}

.feature-section .feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(3, 10, 21, 0.2);
  border-left-color: var(--primary-color);
}

.feature-section .feature-item i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.feature-section .feature-item:hover i {
  transform: scale(1.08);
  color: var(--primary-color);
}

.feature-item i {
  font-size: 40px;
  margin-right: 20px;
  margin-bottom: 0;
  display: inline-block;
  color: var(--primary-color);
  flex-shrink: 0;
}

.feature-item h4,
.feature-item h5 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 600;
}

.feature-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
}

/****************************************************** */
/************* 10. Work Process Section  ************** */
/****************************************************** */
.work-process {
  margin-top: -330px;
  transform: translateY(330px);
}

.work-process-inner {
  background: white;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  max-width: 100%;
}

.work-process .col-xl-3 {
  display: flex;
}
.work-process-item {
  position: relative;
  margin-bottom: 35px;
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.work-process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(76, 130, 193, 0.2);
}
.work-process-item .icon {
  transition: transform 0.3s ease, background 0.3s ease;
}
.work-process-item:hover .icon {
  transform: scale(1.05);
  background: rgba(76, 130, 193, 0.15);
}

.work-process-item.after:after,
.work-process-item.before:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 55px;
  top: 45px;
  background-size: 100% 100%;
}

.work-process-item.before:before {
  background-image: url(../images/shapes/before.png);
  left: -42.5px;
}

.work-process-item.after:after {
  background-image: url(../images/shapes/after.png);
  right: -42.5px;
}

.work-process-item .icon {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(3, 10, 21, 0.1);
}

.work-process-item .icon i:before {
  font-size: 50px;
  line-height: 120px;
  color: var(--primary-color);
}

.work-process-item .icon .number {
  position: absolute;
  color: white;
  height: 40px;
  width: 40px;
  top: -5px;
  right: -10px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  font-family: var(--heading-font);
}

.work-process-item .content {
  flex: 1;
}

.work-process-item h4 {
  margin-bottom: 15px;
}

.work-process-item p {
  font-size: 14px;
}

/****************************************************** */
/***************** 11. Testimonials  ****************** */
/****************************************************** */
.testimonial-content {
  margin-right: -25px;
}

.total-client-reviews {
  padding: 30px;
  max-width: 340px;
}

.review-images {
  display: flex;
  align-items: center;
}

.review-images img {
  min-height: 42px;
  max-height: 42px;
}

.review-images span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid white;
}

.review-images > *:not(:first-child) {
  margin-left: -10px;
}

.review-images .pluse {
  color: white;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  background: var(--primary-color);
}

.total-client-reviews h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.testimonial-wrap {
  margin-left: 25px;
}

.testimonial-item {
  position: relative;
  margin-bottom: 30px;
  padding: 40px 40px 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(76, 130, 193, 0.2);
}

.testimonial-item:after {
  position: absolute;
  content: "\f10e";
  font-weight: 600;
  right: 40px;
  top: 40px;
  z-index: -1;
  opacity: 0.05;
  line-height: 1;
  font-size: 100px;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
}

.testimonial-item .author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-item .author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-item .author h5 {
  margin-bottom: 0;
}

.testimonial-item .author span {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--primary-color);
}

.ratting {
  display: flex;
}

.ratting i {
  color: #f09e00;
  font-size: 12px;
  margin-right: 3px;
}

/****************************************************** */
/***************** 12. Shop Section  ****************** */
/****************************************************** */
.shop-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.shop-item:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.shop-item-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--primary-color);
  border-radius: 8px;
  letter-spacing: 0.02em;
}

.shop-item .image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.shop-item .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.product-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  opacity: 0;
  display: flex;
  gap: 8px;
  transition: opacity 0.3s ease;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: var(--primary-color);
  border-radius: 50px;
  z-index: 2;
}

.product-icons a {
  color: white;
}

.shop-item:hover .product-icons {
  opacity: 1;
}

.shop-item .content {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-item .ratting {
  margin-top: 0;
  margin-bottom: 12px;
  display: inline-flex;
  justify-content: center;
}

.shop-item h6 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: center;
}

.shop-item h6 a {
  display: inline-block;
  color: var(--heading-color);
  transition: color 0.2s ease, transform 0.25s ease;
}

.shop-item h6 a:hover {
  color: var(--primary-color);
  transform: scale(1.03);
}

.shop-item .price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: -0.02em;
  text-align: center;
}

.shop-item .price del {
  margin-left: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--base-color);
  opacity: 0.7;
}

.product-gallery,
.product-thumb-item {
  border: 1px solid rgba(3, 10, 21, 0.1) !important;
}

.product-thumb .slick-arrow,
.product-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.product-thumb .prev,
.product-gallery .prev {
  left: -15px;
}

.product-thumb .next,
.product-gallery .next {
  right: -15px;
}

.product-thumb-item {
  cursor: pointer;
  margin-inline: 10px;
}

.add-to-cart .theme-btn {
  padding: 10px 20px;
  margin: 0 10px 10px 0;
}

.rating-review .ratting {
  margin-right: auto;
}

.rating-review .in-stock {
  color: white;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--primary-color);
  margin-left: auto;
}

.rating-review .in-stock i {
  margin-right: 5px;
  font-size: 10px;
}

.product-gallery-wrapper {
  position: relative;
}

.shop-details-area .product-details-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}

.shop-details-area .shop-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
}

.shop-details-area .shop-price .current-price {
  font-size: 1.5rem;
}

.shop-details-area .shop-price .old-price {
  font-size: 1rem;
  font-weight: 500;
  color: var(--base-color);
  opacity: 0.8;
}

.shop-price {
  font-weight: 700;
  color: var(--heading-color);
}

.product-meta li {
  margin-bottom: 6px;
}

.product-meta li a,
.product-meta li span {
  color: var(--primary-color);
}

.product-information-tab {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.product-information-tab a {
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.product-information-tab li:first-child a {
  margin-left: 0;
  padding-left: 0;
}

.product-information-tab a.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* Premium shop details redesign */
.premium-shop-details {
  background: #f8fafb;
}

.premium-shop-details .premium-shop-top {
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 16px;
  padding: 26px 22px;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
}

.premium-shop-details .product-gallery-wrapper {
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.premium-shop-details .product-gallery {
  border-radius: 10px;
  overflow: hidden;
}

.premium-shop-details .product-gallery img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  background: #f8fafc;
}

.premium-shop-details .product-thumb .product-thumb-item img {
  border: 1px solid rgba(3, 10, 21, 0.12);
  border-radius: 10px;
}

.premium-shop-details .descriptions {
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 14px;
  padding: 20px 22px;
}

.premium-shop-details .premium-product-title {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.premium-shop-details .premium-title-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.premium-shop-details .premium-title-row .premium-product-title {
  margin: 0;
  flex: 1;
}

.premium-shop-details .rating-review {
  border-bottom: 1px solid rgba(3, 10, 21, 0.08);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.premium-shop-details .rating-review .in-stock {
  border-radius: 999px;
  font-weight: 600;
  padding: 7px 12px;
}

.premium-shop-details .product-meta {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.premium-shop-details .product-meta li {
  margin-bottom: 0;
  font-size: 14px;
}

.premium-shop-details .shop-price {
  margin-bottom: 14px !important;
}

.premium-shop-details .shop-price .current-price {
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  color: var(--primary-color);
}

.premium-shop-details .premium-product-summary {
  color: #4a5568;
  margin-bottom: 0;
}

.premium-shop-details .add-to-cart {
  border-top: 1px dashed rgba(3, 10, 21, 0.15);
  margin-top: 16px;
}

.premium-shop-details .add-to-cart-form .quantity-input {
  border-radius: 10px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  overflow: hidden;
}

.premium-shop-details .add-to-cart-form .quantity-input button {
  min-width: 38px;
  border: 0;
  border-right: 1px solid rgba(3, 10, 21, 0.12);
}

.premium-shop-details .add-to-cart-form .quantity-input button:last-child {
  border-right: 0;
  border-left: 1px solid rgba(3, 10, 21, 0.12);
}

.premium-shop-details .add-to-cart-form .quantity-input input {
  border: 0;
}

.premium-shop-details .add-to-cart-form .btns .theme-btn {
  border-radius: 10px;
  padding: 10px 18px;
}

.premium-shop-details .premium-share {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.premium-shop-details .premium-share a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(3, 10, 21, 0.12);
  background: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  transition: all 0.2s ease;
}

.premium-shop-details .premium-share a:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.premium-shop-details .premium-share a.is-copied {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}

.premium-shop-details .premium-share a .copy-link-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.premium-shop-details .premium-share a .copy-link-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: #0f172a transparent transparent transparent;
}

.premium-shop-details .premium-share a.is-copied .copy-link-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

.premium-shop-details .premium-share .share-x-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.premium-shop-details .product-information-tab {
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
}

.premium-shop-details .product-information-tab a {
  padding: 10px 14px;
  font-size: 16px;
  margin-left: 8px;
  border-radius: 8px;
  border: 0;
}

.premium-shop-details .product-information-tab a.active {
  background: rgba(3, 10, 21, 0.12);
  color: var(--primary-color);
}

.premium-shop-details .tab-content > .tab-pane {
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 12px;
  padding: 22px;
}

.premium-shop-details .tab-content > .tab-pane + .tab-pane {
  margin-top: 16px;
}

.premium-shop-details .product-thumb .product-thumb-item {
  border-radius: 10px;
  padding: 3px;
  background: #fff;
}

.premium-shop-details .product-thumb .product-thumb-item img {
  border: 0 !important;
  border-radius: 8px;
  display: block;
}

.premium-shop-details .related-products-section .section-title {
  margin-bottom: 20px;
}

.comment-body {
  display: flex;
  margin-top: 35px;
}

.comment-list .children {
  margin-left: 55px;
}

.author-thumb {
  flex: none;
  max-width: 80px;
  margin-right: 25px;
  margin-bottom: 15px;
}

.comment-content .name-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.comment-content .name-date h6,
.comment-content .name-date .ratting,
.comment-content .name-date .comment-date {
  margin-bottom: 8px;
}

.comment-content .reply-link {
  font-size: 14px;
  font-weight: 600;
}

.comment-content > p {
  margin-bottom: 10px;
}

.products-dropdown {
  text-align: end !important;
}

#products-dropdown-select-button {
  padding: 15px 20px;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

/****************************************************** */
/***************** 13. Client Logos  ****************** */
/****************************************************** */
/* Client logo marquee - continuous horizontal scroll */
.client-logo-marquee {
  overflow: hidden;
  padding: 20px 0;
}
.client-logo-track {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: client-logo-scroll 25s linear infinite;
}
.client-logo-track:hover {
  animation-play-state: paused;
}
@keyframes client-logo-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.client-logo-marquee .client-logo-item {
  flex-shrink: 0;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border: 1px solid rgba(3, 10, 21, 0.1);
}
.client-logo-marquee .client-logo-item img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/* Legacy: client-logo-wrap (Slick) - for about etc */
.client-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.client-logo-wrap .client-logo-item {
  padding: 25px;
  display: flex;
  align-items: center;
  margin: 0 15px 30px;
  justify-content: center;
  width: calc(20% - 30px);
  border: 1px solid rgba(3, 10, 21, 0.1);
}
.client-logo-wrap.slick-initialized {
  display: block !important;
}
.client-logo-wrap.slick-initialized .slick-list {
  overflow: hidden;
  margin: 0 -15px;
}
.client-logo-wrap.slick-initialized .slick-slide {
  padding: 0 15px;
  border: none !important;
}
.client-logo-wrap.slick-initialized .client-logo-item {
  width: 100% !important;
  min-height: 120px;
  margin: 0;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-wrap .client-logo-item img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

/****************************************************** */
/***************** 14. Blog Section  ****************** */
/****************************************************** */
.blog-standard .blog-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blog-standard .blog-list-item {
  width: 100%;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-list .blog-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.blog-list .blog-item .blog-image {
  flex: 0 0 280px;
  min-width: 200px;
  max-width: 100%;
}

.blog-list .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.blog-list .blog-item .blog-content {
  flex: 1;
  min-width: 0;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
}

@media (max-width: 575px) {
  .blog-list .blog-item {
    flex-direction: column;
  }
  .blog-list .blog-item .blog-image {
    flex: 0 0 auto;
    min-width: 100%;
    max-width: 100%;
  }
  .blog-list .blog-item .blog-image img {
    min-height: 180px;
    border-radius: 12px 12px 0 0;
  }
  .blog-list .blog-item .blog-content {
    border-radius: 0;
  }
}

.blog-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-content {
  padding: 25px 30px 15px;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.blog-content h4 {
  margin-bottom: 15px;
}

.blog-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(3, 10, 21, 0.1);
}

.blog-footer .dot {
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  background: rgba(3, 10, 21, 0.2);
}

.blog-footer li i {
  margin-inline-end: 3px;
  color: var(--primary-color);
}

/* Blog Details */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
}

.blog-meta li {
  margin-bottom: 5px;
}

.blog-meta li:not(:last-child) {
  margin-right: 35px;
}

.blog-meta li i {
  margin-right: 5px;
  color: var(--primary-color);
}

.blog-details-content .image img {
  width: 100%;
}

.tag-share b {
  margin-right: 10px;
}

blockquote {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 35px;
  margin: 30px 0 30px;
  background: var(--light-color);
  border-left: 5px solid var(--primary-color);
}

.blockquote-footer {
  display: flex;
  margin-top: 15px;
  font-style: italic;
  align-items: center;
}

.blockquote-footer:before {
  line-height: 1;
  font-size: 25px;
  margin-right: 5px;
  color: var(--primary-color);
}

/****************************************************** */
/******************* 15. Widgets  ********************* */
/****************************************************** */
.sidebar {
  background: white;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.05);
}

.event-filters-toggle-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.event-filters-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
  margin: 0;
}

.event-filters-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.event-filters-reset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #ffffff;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.event-filters-reset:hover {
  color: #0f172a;
  border-color: var(--primary-color);
  text-decoration: none;
}

.event-filters-toggle {
  min-width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.event-filters-panel {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 18px;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.event-filters-panel.filters-reset-fade {
  opacity: 0;
  transform: translateY(-4px);
}

.event-filters-panel .sidebar {
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr 1fr 0.72fr 1.28fr;
  gap: 14px;
  align-items: stretch;
}

.event-filters-panel .sidebar .widget {
  padding: 12px;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 0;
  min-height: 78px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.event-filters-panel .sidebar .widget:not(:last-child) {
  border-bottom: 1px solid rgba(3, 10, 21, 0.08);
}

.event-filters-panel .sidebar .widget .widget-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #0f172a;
}

.event-filters-panel .sidebar .widget-search input,
.event-filters-panel .sidebar .widget-search .event-search-button,
.event-filters-panel .sidebar .widget-cagegory .widget-select,
.event-filters-panel .sidebar .widget-cagegory .select2-selection--single,
.event-filters-panel .sidebar .widget-cagegory .select2-selection__rendered {
  font-size: 14px !important;
}

.event-filters-panel .sidebar .widget-search form input {
  border-radius: 10px 0 0 10px;
}

.event-filters-panel .sidebar .widget-search form .event-search-button {
  border-radius: 0 10px 10px 0;
}

.event-filters-panel .sidebar .widget-cagegory .select2-selection--single {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
}

.event-filters-panel .sidebar .widget-cagegory .select2-selection__rendered {
  line-height: 42px !important;
  color: #334155 !important;
}

.event-filters-panel .sidebar #countryCityForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.event-filters-panel .sidebar #countryCityForm .select2-container {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.event-filters-panel .sidebar #countryCityForm .select2-selection--single {
  border: 1px solid #d9e2ec !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  min-height: 44px !important;
}

.event-filters-panel .sidebar #countryCityForm .select2-selection__rendered {
  padding-left: 12px !important;
  padding-right: 34px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 100%;
  box-sizing: border-box;
}

.event-filters-panel .sidebar #countryCityForm .select2-selection__arrow {
  right: 8px !important;
}

.event-filters-panel .sidebar #countryCityForm .select2-selection__clear {
  display: none !important;
}

.event-filters-panel .sidebar .widget-location .widget-radio {
  margin-top: 0;
}

.event-filters-panel .sidebar .widget-location .event-type-toggle {
  display: grid;
  grid-template-columns: 0.85fr 0.95fr 1.35fr;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.event-filters-panel .sidebar .widget-location .event-type-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.event-filters-panel .sidebar .widget-location .event-type-toggle-option {
  margin: 0;
  padding: 8px 8px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #cfd8e3;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.event-filters-panel .sidebar .widget-location .event-type-toggle-option:hover {
  color: #1f2937;
  border-color: #b8c5d6;
  background: #f8fafc;
}

.event-filters-panel .sidebar .widget-location .event-type-toggle-input:checked + .event-type-toggle-option {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: none;
}

/* Events page: reduce top gap below header/breadcrumb */
.event-page-section {
  padding-top: 60px !important;
}

@media (max-width: 991px) {
  .event-page-section {
    padding-top: 48px !important;
  }
}

.event-filters-panel .sidebar .filter-inline-widget {
  min-height: auto;
}

.event-filters-panel .sidebar .filter-inline-row {
  display: block;
}

.event-filters-panel .sidebar .filter-inline-row #catForm {
  margin: 0;
}

.event-filters-panel .sidebar .filter-inline-row #category-button {
  min-height: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d9e2ec;
  background: #f8fafc;
  padding: 0 40px 0 14px;
  box-shadow: none;
  transition: all 0.2s ease;
}

.event-filters-panel .sidebar .filter-inline-row #category-button .ui-selectmenu-text {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.event-filters-panel .sidebar .filter-inline-row #category-button .ui-selectmenu-icon {
  right: 12px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
}

.event-filters-panel .sidebar .filter-inline-row #category-button:hover {
  border-color: #c7d2e2;
  background: #ffffff;
}

.event-filters-panel .sidebar .filter-inline-row #category-button:focus,
.event-filters-panel .sidebar .filter-inline-row #category-button.ui-state-focus,
.event-filters-panel .sidebar .filter-inline-row #category-button.ui-state-active {
  border-color: #2b6cb0;
  background: #ffffff;
  box-shadow: none;
}

.ui-selectmenu-menu #category-menu {
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
}

.ui-selectmenu-menu #category-menu .ui-menu-item-wrapper {
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1.25;
  color: #0f172a;
  border: 1px solid transparent;
}

.ui-selectmenu-menu #category-menu .ui-state-disabled .ui-menu-item-wrapper {
  color: #94a3b8;
}

.ui-selectmenu-menu #category-menu .ui-menu-item-wrapper.ui-state-active,
.ui-selectmenu-menu #category-menu .ui-menu-item-wrapper:hover {
  background: rgba(3, 10, 21, 0.1);
  border-color: rgba(3, 10, 21, 0.25);
  color: #0f172a;
}

/* Select2 dropdown (country/state/city) - unify with category dropdown style */
.event-filters-panel .select2-dropdown {
  border: 1px solid #d9e2ec !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  overflow: hidden;
}

.event-filters-panel .select2-search--dropdown {
  padding: 8px !important;
}

.event-filters-panel .select2-search--dropdown .select2-search__field {
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  min-height: 36px;
  padding: 6px 10px !important;
  font-size: 14px;
}

.event-filters-panel .select2-results__option {
  font-size: 14px !important;
  color: #0f172a !important;
  padding: 8px 10px !important;
}

.event-filters-panel .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

.event-filters-panel .select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(3, 10, 21, 0.1) !important;
  color: #0f172a !important;
}

/* Force Select2 highlight style (dropdown renders outside panel) */
.select2-container--open .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

#select2-countryDropdown-results .select2-results__option--highlighted,
#select2-stateDropdown-results .select2-results__option--highlighted,
#select2-cityDropdown-results .select2-results__option--highlighted {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

.event-details-section .event-details-sidebar-ad {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(3, 10, 21, 0.06);
}

.event-details-section .event-details-sidebar-ad a {
  display: block;
}

.event-details-section .event-details-sidebar-ad img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* Event details ad inside info card: keep real 300px banner width */
.event-details-information .event-details-sidebar-ad {
  width: 300px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.event-details-information .event-details-sidebar-ad img {
  width: 300px !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

/* Event/Shop sidebar: 400px width; content column takes remaining space to prevent wrap */
@media (min-width: 992px) {
  .event-page-section > .container > .row > .col-lg-4:first-child,
  .event-page-section > .container > .row > .col-lg-3:first-child {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .event-page-section > .container > .row > .col-lg-8,
  .event-page-section > .container > .row > .col-lg-9 {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 1399px) {
  .event-filters-panel .sidebar {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
  }
}

@media (max-width: 991px) {
  .event-filters-panel .sidebar {
    grid-template-columns: 1fr;
  }
  .event-filters-toggle-wrap {
    justify-content: space-between;
  }
  .event-filters-heading {
    font-size: 1.5rem;
  }
  .event-filters-actions {
    gap: 8px;
  }
  .event-filters-reset {
    padding: 0 12px;
    font-size: 13px;
  }
  .event-filters-panel .sidebar #countryCityForm {
    grid-template-columns: 1fr;
  }
  .event-filters-panel .sidebar .filter-inline-row {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
  }
}

/* Sidebar ad: max 400px to fit sidebar, proper sizing */
.event-page-section .sidebar .text-center.mt-4 {
  width: 100%;
  max-width: 400px;
}
.event-page-section .sidebar .text-center.mt-4 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Shop sidebar: cleaner filter panel style */
.shop-page-section .sidebar {
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.shop-page-section .sidebar .widget {
  border: 0 !important;
  padding: 0;
  margin-bottom: 14px;
}

.shop-page-section .sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.shop-page-section .sidebar .widget-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shop-page-section .sidebar .widget-search input,
.shop-page-section .sidebar .widget .ui-selectmenu-button.ui-button {
  border: 1px solid rgba(3, 10, 21, 0.12);
  border-radius: 10px;
  background: #fff;
}

.shop-page-section .sidebar .widget-search input {
  height: 46px;
  padding: 0 14px;
}

.shop-page-section .sidebar .widget-search button {
  width: 46px;
  border-radius: 10px;
  margin-left: 8px;
}

.shop-page-section .sidebar .widget .ui-selectmenu-button.ui-button {
  min-height: 46px;
  padding: 0 42px 0 14px;
}

.shop-page-section .price-filter-widget .price-slider-range {
  margin-bottom: 14px;
  border-radius: 999px;
  height: 8px;
  border: 0;
}

.shop-page-section .price-filter-widget .price-btn {
  display: flex;
  gap: 8px;
  align-items: center;
}

.shop-page-section .price-filter-widget .price-btn #price {
  height: 42px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
}

.shop-page-section .price-filter-widget .price-btn .theme-btn {
  height: 42px;
  border-radius: 10px;
  padding: 0 14px;
  white-space: nowrap;
}

/* Shop filters (horizontal panel like events) */
.shop-page-section .shop-filters-panel .sidebar {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(220px, 1fr) minmax(260px, 1.2fr);
  gap: 12px;
  align-items: start;
}

.shop-page-section .shop-filters-panel .sidebar .widget {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(3, 10, 21, 0.08) !important;
  border-radius: 12px;
  background: #fff;
  min-height: 0;
  height: auto;
  display: block;
  align-self: start;
}

.shop-page-section .shop-filters-panel .sidebar .widget-title {
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1.2;
}

.shop-page-section .shop-filters-panel .sidebar .price-filter-widget {
  padding-top: 10px;
}

.shop-page-section .shop-filters-panel .price-filter-widget .price-slider-range {
  margin-top: 6px;
  margin-bottom: 10px;
}

.shop-page-section .shop-filters-panel .price-filter-widget .price-slider-range .ui-slider-handle {
  top: 50%;
  transform: translate(-50%, -50%);
}

.shop-page-section .shop-filters-panel .sidebar .text-center.mt-4 {
  grid-column: 1 / -1;
  margin-top: 4px !important;
}

.shop-page-section .event-filters-actions #shortForm {
  margin: 0;
}

.shop-page-section .event-filters-actions .shop-top-sort {
  text-align: initial !important;
}

.shop-page-section .event-filters-actions #products-dropdown-select-button.ui-button {
  min-width: 230px;
}

/* Shop pagination: compact and cleaner look */
.shop-page-section .shop-page-content .pagination {
  margin-top: 18px;
}

.shop-page-section .shop-page-content .pagination .page-item {
  margin: 6px 6px 0 0;
}

.shop-page-section .shop-page-content .pagination .page-link {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(3, 10, 21, 0.14);
  background: #fff;
  color: #3b4555;
  transition: all 0.2s ease;
}

.shop-page-section .shop-page-content .pagination .page-item .page-link:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.shop-page-section .shop-page-content .pagination .page-item.active .page-link {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

@media (max-width: 991px) {
  .shop-page-section .shop-filters-panel .sidebar {
    grid-template-columns: 1fr;
  }

  .shop-page-section .event-filters-actions #shortForm {
    width: 100%;
  }

  .shop-page-section .event-filters-actions .shop-top-sort {
    width: 100%;
  }

  .shop-page-section .event-filters-actions #products-dropdown-select-button.ui-button {
    width: 100%;
    min-width: 0;
  }

  .shop-page-section .shop-page-content .pagination .page-link {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
    border-radius: 9px;
  }
}

/* Event cards: proportional, equal heights (no layout break) */
@media (min-width: 576px) {
  .event-page-section .event-page-content > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .event-page-section .event-page-content > .row > [class*="col-"] {
    display: flex;
  }
  .event-page-section .event-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .event-page-section .event-item .event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .event-page-section .event-item .event-content {
    flex: 1;
  }
}

/* Blog sidebar: 400px width */
@media (min-width: 992px) {
  .blog-page-section .row > .col-lg-4 {
    flex: 0 0 400px;
    max-width: 400px;
  }
}

/* Blog sidebar ads: prevent sticky/offset glitches and spacing overlap */
.blog-page-section .sidebar .banner-add {
  position: static !important;
  top: auto !important;
  margin-top: 28px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.blog-page-section .sidebar .banner-add + .banner-add {
  margin-top: 24px !important;
}

.blog-page-section .sidebar .banner-add img {
  display: block;
  width: 300px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.blog-page-section .sidebar .widget {
  padding: 22px 20px;
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.blog-page-section .sidebar .widget:not(:last-child) {
  margin-bottom: 18px;
  border-bottom: 0;
}

.blog-page-section .sidebar .blog-sidebar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.blog-page-section .sidebar .blog-sidebar-title-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  background: rgba(198, 62, 44, 0.08);
  flex: 0 0 34px;
}

.blog-page-section .sidebar .widget-search form {
  gap: 10px;
}

.blog-page-section .sidebar .widget-search form input {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(3, 10, 21, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.blog-page-section .sidebar .widget-search form button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
}

.blog-page-section .sidebar .blog-sidebar-category-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-page-section .sidebar .blog-sidebar-category-list li {
  margin: 0;
}

.blog-page-section .sidebar .blog-sidebar-category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(3, 10, 21, 0.08);
  background: #ffffff;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.blog-page-section .sidebar .blog-sidebar-category-list li a span {
  color: #64748b;
  font-weight: 700;
}

.blog-page-section .sidebar .blog-sidebar-category-list li a:hover,
.blog-page-section .sidebar .blog-sidebar-category-list li.active a {
  border-color: rgba(3, 10, 21, 0.28);
  background: rgba(3, 10, 21, 0.08);
  color: #0f172a;
}

.blog-page-section .sidebar .blog-sidebar-empty-state {
  min-height: 0;
  padding: 28px 18px;
  border-radius: 14px;
}

.blog-page-section .sidebar .blog-sidebar-empty-state .empty-state-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
  margin-bottom: 14px;
}

.blog-page-section .sidebar .blog-sidebar-empty-state .empty-state-title {
  font-size: 16px;
  margin-bottom: 6px;
}

.blog-page-section .sidebar .blog-sidebar-empty-state .empty-state-text {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
}

/* Author-area (organizer details): narrower sidebar 400px, content takes remaining space */
@media (min-width: 992px) {
  .author-area .row > .col-lg-4 {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .author-area .row > .col-lg-8 {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

.widget {
  padding: 30px;
}

.widget:not(:last-child) {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.widget-title {
  margin-top: -6px;
  margin-bottom: 20px;
}

/* Shop/event sidebar: lighter font for easier reading */
.event-page-section .sidebar .widget-title {
  font-weight: 500;
  font-size: 1rem;
}

/* Products dropdown (Default Sorting): normal font */
.products-dropdown .ui-selectmenu-text,
#products-dropdown-select-button .ui-selectmenu-text {
  font-weight: 400;
  font-size: 0.95rem;
}

/* Shop sorting dropdown menu (jQuery UI selectmenu) */
#products-dropdown-select-button.ui-button {
  min-width: 260px;
  border-radius: 10px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#products-dropdown-select-button.ui-button:hover,
#products-dropdown-select-button.ui-button:focus,
#products-dropdown-select-button.ui-state-active.ui-button {
  border-color: rgba(3, 10, 21, 0.45);
  box-shadow: 0 0 0 3px rgba(3, 10, 21, 0.12);
}

.ui-selectmenu-menu #products-dropdown-select-menu {
  border: 1px solid rgba(3, 10, 21, 0.1);
  border-radius: 10px;
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 14px 28px rgba(3, 10, 21, 0.1);
  max-height: 260px;
  overflow-y: auto;
}

.ui-selectmenu-menu #products-dropdown-select-menu .ui-menu-item {
  margin: 0;
}

.ui-selectmenu-menu #products-dropdown-select-menu .ui-menu-item-wrapper {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f3b4b;
  border: 0;
  background: transparent;
}

.ui-selectmenu-menu #products-dropdown-select-menu .ui-menu-item-wrapper.ui-state-focus,
.ui-selectmenu-menu #products-dropdown-select-menu .ui-menu-item-wrapper:hover {
  background: rgba(3, 10, 21, 0.1);
  color: var(--primary-color);
}

.ui-selectmenu-menu #products-dropdown-select-menu .ui-menu-item-wrapper.ui-state-active,
.ui-selectmenu-menu #products-dropdown-select-menu .ui-state-active > .ui-menu-item-wrapper {
  background: var(--primary-color);
  color: #fff;
}

.widget-search form {
  display: flex;
}

.widget-search form input {
  border: none;
  color: var(--heading-color);
  background: var(--light-color);
}

.widget-search form button {
  width: 44px;
  flex: none;
  color: #fff;
  background: var(--primary-color);
}

.widget-search form#countryCityForm {
  display: unset !important;
}

.widget-location h6 {
  margin-bottom: 15px;
}

.widget .ui-selectmenu-button.ui-button {
  width: 100%;
  padding: 20px;
  background: var(--light-color);
}

.custom-checkbox:not(:last-child) {
  margin-bottom: 8px;
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
  cursor: pointer;
}

.custom-checkbox .custom-control-label:before {
  border-color: var(--primary-color);
  border-radius: 0;
  top: 5px;
}

.custom-checkbox .custom-control-label::after {
  top: 5px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: white;
  border-color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.widget-dropdown .custom-control-label {
  display: flex;
  justify-content: space-between;
}

.custom-radio:not(:last-child) {
  margin-bottom: 5px;
}

.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
  top: 5px;
}

#dropdown-select-button {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 12px;
  background: transparent;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.by-date {
  display: none;
  margin-top: 25px;
}

.by-date.active {
  display: block;
}

.price-btn {
  display: flex;
  margin-top: 25px;
  align-items: center;
  gap: 10px;
}

.price-btn input {
  padding: 0;
  height: auto;
  border: none;
  font-weight: 600;
  color: var(--heading-color);
}

.price-btn button {
  flex: none;
  border-radius: 0;
  padding: 5px 22px;
  text-transform: capitalize;
}

.price-slider-range.ui-widget.ui-widget-content {
  height: 6px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  background: rgba(3, 10, 21, 0.1);
}

.price-slider-range .ui-widget-header {
  background: var(--primary-color);
}

.price-slider-range .ui-slider-handle {
  height: 16px;
  width: 16px;
  border: none;
  cursor: pointer;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--primary-color);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

.tags a {
  padding: 2px 15px;
  margin: 0 10px 10px 0;
  background: var(--light-color);
}

.tags a:hover {
  color: white;
  background: var(--primary-color);
}

/****************************************************** */
/******************** 16. FAQ Page ******************** */
/****************************************************** */
.accordion .card:not(:last-child) {
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card-header {
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--primary-color);
  background: var(--light-color);
  justify-content: space-between;
  border-bottom: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card {
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid rgba(3, 10, 21, 0.1);
}

.accordion .card-body p {
  margin: 5px 0;
}

.accordion .toggle_btn {
  height: 15px;
  width: 15px;
  display: flex;
  transition: 0.5s;
  position: relative;
  align-items: center;
  justify-content: center;
}

.accordion .toggle_btn:after,
.accordion .toggle_btn:before {
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  transition: 0.5s;
  background: var(--primary-color);
}

.accordion .collapsed .toggle_btn {
  transform: rotate(180deg);
}

.accordion .collapsed .toggle_btn:after,
.accordion .collapsed .toggle_btn:before {
  background: rgba(3, 10, 21, 0.5);
}

.accordion .collapsed .toggle_btn:after {
  transform: rotate(90deg);
}

.accordion .collapsed.card-header {
  color: var(--heading-color);
}

/****************************************************** */
/***************** 17. Contact Section **************** */
/* New structure - modern UI/UX, semantic layout */
/****************************************************** */
.contact-page {
  padding: 80px 0 100px;
  background: #f8fafb;
}

/* Intro block */
.contact-intro {
  margin-bottom: 48px;
}

.contact-intro-inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.contact-intro-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 12px;
  font-family: var(--heading-font);
}

.contact-intro-desc {
  font-size: 1.05rem;
  color: var(--base-color);
  line-height: 1.7;
  margin: 0;
}

/* Contact channels - grid cards */
.contact-channels {
  margin-bottom: 64px;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.contact-channel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 16px;
  padding: 28px 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

a.contact-channel-card:hover,
.contact-channel-card--static:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}

.contact-channel-card--static {
  cursor: default;
}

.contact-channel-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.contact-channel-content {
  min-width: 0;
  flex: 1 1 auto;
  width: 100%;
}

.contact-channel-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--heading-color);
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0 0 4px;
}

.contact-channel-values {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.contact-channel-value-item {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--base-color);
  word-break: break-word;
  display: block;
}

.contact-channel-value {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--base-color);
  margin: 0;
  word-break: break-word;
}

a.contact-channel-card .contact-channel-value-item {
  color: var(--primary-color);
  transition: color 0.2s ease;
}

a.contact-channel-card:hover .contact-channel-value-item {
  color: var(--heading-color);
}

/* Form section */
.contact-form-section {
  margin-bottom: 48px;
}

.contact-form-wrapper {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-form-header {
  margin-bottom: 32px;
}

.contact-form-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin: 0 0 8px;
  font-family: var(--heading-font);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-form-heading::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-color);
  font-size: 0.9em;
}

.contact-form-subheading {
  font-size: 0.95rem;
  color: var(--base-color);
  margin: 0;
  line-height: 1.6;
}

/* Form alerts */
.contact-form-alert {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.contact-form-alert--success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.contact-form-alert--error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* Form fields - label above input pattern */
.contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-row {
  display: grid;
  gap: 20px;
}

.contact-form-row--2col {
  grid-template-columns: 1fr 1fr;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--heading-color);
}

.contact-form-field .required {
  color: #dc2626;
}

.contact-form-input {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--heading-color);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-input::placeholder {
  color: #9ca3af;
}

.contact-form-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(3, 10, 21, 0.15);
}

.contact-form-input[aria-invalid="true"] {
  border-color: #dc2626;
}

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

.contact-form-error {
  font-size: 0.85rem;
  color: #dc2626;
}

/* Submit */
.contact-form-actions {
  padding-top: 8px;
}

.contact-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  background: var(--primary-color);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-form-submit:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.contact-ad {
  text-align: center;
  padding: 40px 0;
}

/* Contact - responsive */
@media (max-width: 991px) {
  .contact-channels-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form-wrapper {
    padding: 32px 24px;
  }
  .contact-form-row--2col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .contact-page {
    padding: 48px 0 64px;
  }
  .contact-intro-title {
    font-size: 1.5rem;
  }
  .contact-form-wrapper {
    padding: 24px 20px;
  }
}

/****************************************************** */
/******************* select 2 css ****************** */
/****************************************************** */
/* Event sidebar: Country/City/State - smaller, muted (less prominent than titles) */
.event-page-section .sidebar #countryCityForm .select2-container .select2-selection--single {
  height: 36px;
  min-height: 36px;
  position: relative;
}
.event-page-section .sidebar #countryCityForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 0.9rem;
  color: #6b7280;
  padding-right: 50px !important;
}
.event-page-section .sidebar #countryCityForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.event-page-section .sidebar #countryCityForm .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 1;
  color: var(--base-color);
  opacity: 0.6;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.event-page-section .sidebar #countryCityForm .select2-selection--single .select2-selection__clear::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
.event-page-section .sidebar #countryCityForm .select2-selection--single .select2-selection__clear:hover {
  color: var(--primary-color);
  opacity: 1;
  background: rgba(0, 0, 0, 0.06);
}

.select2-container .select2-selection--single {
  height: 44px;
  line-height: 44px;
  margin-bottom: 20px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 52px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 44px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 1;
  color: var(--base-color);
  opacity: 0.6;
  background: transparent;
  border: none;
  border-radius: 50%;
  transition: color 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.select2-container .select2-selection--single .select2-selection__clear::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__clear:hover {
  color: var(--primary-color);
  opacity: 1;
  background: rgba(0, 0, 0, 0.06);
}

/* Event filters panel: remove extra vertical gap in Select2 wrappers */
.event-filters-panel .sidebar #countryCityForm .select2-container .select2-selection--single {
  height: 44px !important;
  min-height: 44px !important;
  margin-bottom: 0 !important;
}

.event-filters-panel .sidebar #countryCityForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
}
/****************************************************** */
/******************* 18. Footer Area ****************** */
/****************************************************** */
.footer-section p,
.link-widget a:not(:hover) {
  opacity: 0.8;
  color: #f7f7f7;
  text-transform: capitalize;
}

.about-widget p a:not(:hover) {
  color: inherit;
}

.about-widget p i {
  margin-inline-end: 5px;
}

.footer-section .footer-row .col-lg-4,
.footer-section .footer-row .col-sm-6 {
  padding-left: 0;
  padding-right: 20px;
}

.footer-section .footer-row .col-lg-4:nth-child(2),
.footer-section .footer-row .col-sm-6:nth-child(2) {
  padding-left: 40px;
}

.footer-section .footer-row .col-lg-4:last-child,
.footer-section .footer-row .col-sm-6:last-child {
  padding-right: 0;
}

.footer-widget {
  margin-bottom: 50px;
  text-align: left;
}

.link-widget {
  max-width: none;
}

.footer-title {
  color: white;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.link-widget {
  max-width: 280px;
}

.footer-section .link-widget .footer-title {
  white-space: nowrap;
}

.link-widget li {
  font-size: 18px;
  text-transform: capitalize;
}

.link-widget li:not(:last-child) {
  margin-bottom: 15px;
}

.copyright-area {
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 24px;
  width: 100%;
  text-align: center;
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
}

.copyright-area.copyright-has-bg {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.copyright-area p {
  margin: 0 auto;
  padding: 0 20px 24px;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: inherit !important;
}

.copyright-area a {
  font-weight: 600;
}

/* Dynamic colors applied via inline styles - fallback when no admin colors set */
.footer-section:not(.footer-dynamic) .copyright-area p {
  color: rgba(255, 255, 255, 0.85);
}

/* Light footer (bg-lighter) - darker text for contrast - only when not using dynamic */
.footer-section.bg-lighter:not(.footer-dynamic) .copyright-area {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.footer-section.bg-lighter:not(.footer-dynamic) .copyright-area p {
  color: rgba(0, 0, 0, 0.6);
}

/* Popup css */
.popup-wrapper {
  display: none;
}

.popup_main-content h1 {
  font-size: 40px;
  line-height: 50px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  right: -15px;
  top: -15px;
}

.popup-wrapper {
  position: relative;
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}

.popup-wrapper .form_control {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
}

/* Popup-one */
.popup-one {
  position: relative;
  padding: 138px 120px;
}

.popup-one .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(69, 29, 83, 0.8);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-one .popup_main-content h1,
.popup-one .popup_main-content p {
  color: #fff;
}

.popup-one .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-one .popup_main-content p {
  margin-bottom: 30px;
}

.popup-one .popup_main-content .popup-main-btn {
  padding: 15px 100px;
  display: inline-block;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.popup-one .popup_main-content .popup-main-btn:hover,
.popup-one .popup_main-content .popup-main-btn:focus {
  background-color: #451d53;
  color: #fff;
  border-color: transparent;
}

/* Popup-two */

.popup-two {
  position: relative;
  padding: 120px;
}

.popup-two .popup_main-content {
  position: relative;
  text-align: center;
  background-color: rgba(255, 40, 101, 0.7);
  border-radius: 10px;
  padding: 90px 55px;
}

.popup-two .popup_main-content h1,
.popup-two .popup_main-content p {
  color: #fff;
}

.popup-two .popup_main-content h1 {
  margin-bottom: 20px;
}

.popup-two .popup_main-content p {
  margin-bottom: 30px;
}

.popup-two .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-two .popup_main-content .subscribe-form .form_control {
  border: none;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-two .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #ff2865;
  color: #fff;
  border-color: transparent;
}

/* Popup-three */

.popup-three .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-three .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-three .popup_main-content .right-content {
  width: 55%;
  padding: 30px 15px;
  text-align: center;
}

.popup-three .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content .popup-main-btn {
  padding: 15px 70px;
  background-color: #ff2865;
  color: #fff;
  font-size: 19px;
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
}

/* Popup-four */

.popup-four .popup_main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}

.popup-four .popup_main-content .left-bg {
  width: 45%;
  height: 100%;
  min-height: 670px;
}

.popup-four .popup_main-content .right-content {
  width: 55%;
  padding: 30px 30px;
  text-align: center;
}

.popup-four .popup_main-content .right-content h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .right-content p {
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form {
  padding: 0 70px;
}

.popup-four .popup_main-content .subscribe-form .form_control {
  border: 2px solid #c5c5c5;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn {
  width: 100%;
  background-color: #f8960d;
  color: #fff;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-four .popup_main-content .subscribe-form .popup-main-btn:focus {
  background-color: #f8960d;
  color: #fff;
  border-color: transparent;
}

/* Popup-five */

.popup-five .popup_main-content {
  text-align: center;
  padding: 75px;
}

.popup-five .popup_main-content h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  max-width: 600px;
}

.popup-five .popup_main-content h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 35px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-five .popup_main-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
  background-color: #29a19c;
  border-radius: 40px;
  text-decoration: none;
}

/* Popup-six */
.popup-six .popup_main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  text-decoration: none;
}

.popup-six .popup_main-content .left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.popup-six .popup_main-content .right-content {
  background-color: #930077;
  width: 50%;
  height: 100%;
  padding: 120px 15px;
  text-align: center;
  margin-left: 50%;
}

.popup-six .popup_main-content .right-content h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  margin-bottom: 25px;
}

.popup-six .popup_main-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 400;
}

.popup-six .popup_main-content .right-content .popup-main-btn {
  padding: 15px 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #494949;
  border-radius: 40px;
  text-decoration: none;
}

/* syotimer css */
.popup-wrapper .syotimer__body {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.popup-wrapper .syotimer__body p {
  color: #fff;
}

.popup-wrapper .syotimer-cell {
  flex: 0 0 24%;
  padding-left: 10px;
  padding-right: 10px;
}

.popup-wrapper .syotimer-cell__value {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f3a52;
  border-radius: 10px;
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
  border: 0;
}
.popup-wrapper .syotimer-cell__value:after {
  content: none;
}

.popup-wrapper .syotimer-cell__unit {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}

/*Large Device*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .popup-wrapper {
    max-width: 720px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-one,
  .popup-two {
    padding: 80px 30px;
  }

  .syotimer__body {
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .popup-wrapper .syotimer-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .popup-wrapper {
    max-width: 500px;
  }

  .popup-five .popup_main-content {
    text-align: center;
    padding: 50px 15px;
  }

  .popup-three .popup_main-content .left-bg,
  .popup-four .popup_main-content .left-bg,
  .popup-six .popup_main-content .left-bg {
    display: none;
  }

  .popup-one,
  .popup-two {
    padding: 30px 15px;
  }

  .popup-one .popup_main-content,
  .popup-two .popup_main-content {
    padding: 20px 15px;
  }

  .popup-one .popup_main-content .main-btn {
    padding: 15px 30px;
  }

  .popup-three .popup_main-content .right-content,
  .popup-four .popup_main-content .right-content,
  .popup-six .popup_main-content .right-content {
    width: 100%;
    padding: 50px 15px;
  }

  .popup-two .popup_main-content .subscribe-form,
  .popup-four .popup_main-content .subscribe-form {
    padding: 0 15px;
  }

  .popup-two .popup_main-content .subscribe-form .form_control,
  .popup-four .popup_main-content .subscribe-form .form_control {
    font-size: 15px;
  }

  .popup-two .popup_main-content h1,
  .popup-one .popup_main-content h1,
  .popup-three .popup_main-content .right-content h1,
  .popup-four .popup_main-content .right-content h1,
  .popup-five .popup_main-content h1,
  .popup-six .popup_main-content .right-content h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .popup-six .popup_main-content .right-content {
    margin-left: 0%;
  }

  .syotimer__body {
    max-width: 380px;
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px) {
  .popup-wrapper {
    max-width: 300px;
  }

  .syotimer__body {
    max-width: 300px;
    margin-bottom: 0px;
  }

  .syotimer-cell {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

/* Wide mobile Devices */
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .popup-wrapper {
    max-width: 380px;
  }
}

/* wide mobile devices */
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .popup-wrapper {
    max-width: 380px;
  }
}

.rate {
  background-image: url(../images/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  width: 95px;
  margin-bottom: 2px;
}

.rating {
  background-image: url(../images/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}

.shop-review-area {
  padding-top: 15px;
}

.shop-review-area .shop-review-title .title {
  font-size: 24px;
  font-weight: 700;
}

.shop-review-area .shop-review-user ul li {
  display: inline-block;
}

.shop-review-area .shop-review-user {
  position: relative;
  padding-inline-start: 75px;
  margin-top: 33px;
}

.shop-review-area .shop-review-user img {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline-start: 0;
  margin-inline-end: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.shop-review-area .shop-review-user span {
  padding: 3px 0;
  font-size: 14px;
  display: inline-block;
}

.shop-review-area .shop-review-user span span {
  font-weight: 600;
}

.shop-review-area .shop-review-user p {
  font-weight: 300;
}

.shop-review-area .shop-review-form .input-box {
  margin-top: 25px;
}

.shop-review-area .shop-review-form .input-check {
  margin-bottom: 20px;
  margin-top: 20px;
}

.shop-review-area .shop-review-form .input-box input {
  width: 100%;
  height: 50px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
}

.shop-review-area .shop-review-form .input-box span {
  font-size: 14px;
  color: #5f5f5f;
  padding-bottom: 15px;
  display: inline-block;
}

.shop-review-area .shop-review-form .input-box textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #e9ebef;
  padding-left: 20px;
  resize: none;
  color: #8a8a8a;
}

.shop-review-area .shop-review-form .input-box ul li {
  display: inline-block;
}

.shop-review-area .shop-review-form .input-box ul li a {
  color: #25d06f;
}

.shop-review-area .shop-review-form .input-btn button {
  background: #25d06f;
  color: #fff;
  border-color: #25d06f;
}

.shop-review-area .shop-review-form .input-btn button:hover {
  background-color: transparent;
  color: #25d06f;
}

.review-content ul.review-value {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.review-content ul.review-value::after {
  content: "|";
  color: #0000005a;
}

.review-content ul.review-value:last-child::after {
  display: none;
}

.review-content ul:hover i {
  color: #efcb65;
}

/* end popup


  #=========='Rate


  ===============================*/

/*---------------------------
** Cookie alert css - modern premium
---------------------------*/

.cookie .cookie-consent {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
  width: calc(100% - 48px);
  margin: 0;
  padding: 20px 28px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 10000000000;
}

.cookie .cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cookie span.cookie-consent__message {
  background: transparent !important;
  color: #374151;
  flex: 1;
}

.cookie button.cookie-consent__agree {
  flex-shrink: 0;
  padding: 10px 24px;
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie button.cookie-consent__agree:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media only screen and (max-width: 767px) {
  .cookie .cookie-consent {
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 18px 20px;
    font-size: 14px;
  }

  .cookie .cookie-container {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cookie button.cookie-consent__agree {
    width: 100%;
  }
}

.purchase-message,
.booking-message {
  padding: 120px 0px;
  max-width: 780px;
  margin: 0 auto;
}

.purchase-success,
.booking-success {
  background: #f1f1f1;
  padding: 40px 0px;
  text-align: center;
  border-radius: 15px;
}

.purchase-success .icon,
.booking-success .icon {
  display: block;
  margin-bottom: 20px;
}

.purchase-success .icon i,
.booking-success .icon i {
  font-size: 60px !important;
}

.purchase-success h2,
.booking-success h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.purchase-success p,
.booking-success p {
  line-height: 26px;
}

/* update css */

.gap-20 {
  gap: 20px;
}

.icon-start i {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

/* -----------------------------------------
    Page-banner CSS
----------------------------------------- */
.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner .banner-author {
  text-align: start;
}

.page-banner .banner-author .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}

.page-banner .banner-author .author-img {
  flex: 0 0 auto;
  max-width: 100px;
}

.page-banner .banner-author .breadcrumb {
  justify-content: start;
}

/* -----------------------------------------
    Ratings CSS
----------------------------------------- */
.ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.ratings .rate {
  background-image: url(../images/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.5s ease-out 0s;
  width: 95px;
}

.ratings .rating-icon {
  background-image: url(../images/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  width: 80%;
}

.ratings .ratings-total {
  font-size: 12px;
  line-height: 1;
}

.lh-1 {
  line-height: 1;
}

/* -----------------------------------------
    Author/Vendor CSS
----------------------------------------- */
.author-area .font-sm {
  font-size: 14px;
}

.author-area .font-xsm {
  font-size: 12px;
}

.author-area .author-tabs .nav-link {
  position: relative;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  color: var(--heading-color);
  padding: 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  background-color: transparent;
}

.author-area .author-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.author-area .author-tabs .nav-link:is(.active) {
  color: var(--primary-color);
}

.author-area .author-tabs .nav-link:is(.active)::after {
  visibility: visible;
  opacity: 1;
}

.author-area .btn-groups {
  gap: 10px;
}

.author-area .btn,
.author-area .theme-btn {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.author-area .btn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.author-area .review-box .review-item {
  padding: 30px;
  background-color: var(--light-color);
}

.author-area .review-box .review-item .review-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.author-area .review-box .review-item .review-header .author-img {
  max-width: 70px;
}

.author-area .review-box .review-reply {
  padding: 30px;
}

.author-area .review-box .review-reply .icon {
  font-size: 24px;
}

.author-area .review-box .more-info i {
  color: var(--primary-color);
}

.author-area .review-box .message {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.author-area .review-submit .author {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.author-area .review-submit .author .author-img {
  flex: 0 0 auto;
  width: 50px;
}

.author-area .review-submit .author p {
  font-size: 14px;
}

.author-area .review-submit textarea.form_control {
  border: 1px solid #e5e5e5;
  height: 150px;
}

.author-area .review-submit .form_group ul.rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.author-area .review-submit .form_group ul.rating li {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  position: relative;
  -webkit-padding-end: 12px;
  padding-inline-end: 12px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
  margin-bottom: 10px;
}

.author-area .review-submit .form_group ul.rating li:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 2px;
  transform: translateY(-50%);
  content: "|";
}

.author-area .review-submit .form_group ul.rating li:last-child:after {
  display: none;
}

.author-area .review-submit .form_group ul.rating li:hover span {
  color: var(--primary-color);
}

.author-area .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.07);
}

.author-area .card.card-center {
  align-items: center;
  text-align: center;
}

.author-area .card .card-img {
  max-width: 80px;
}

.author-area .card .btn-text {
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: underline;
}

.author-area .card .btn-text:hover {
  color: var(--primary-color);
}

.author-area .badge-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.author-area .badge-list > * {
  flex: 0 0 auto;
  width: 25px;
}

.author-area .ui-selectmenu-button.ui-button {
  background-color: #fff;
}

.author-area .product-filter h6 {
  text-align: start;
}

.author-area .product-filter .products-dropdown {
  text-align: end;
}

/* Organizer pages premium UI */
.author-area.organizer-list-page .organizer-list-header {
  align-items: flex-start;
}

.author-area.organizer-list-page .organizer-list-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding-right: 12px;
}

.author-area.organizer-list-page .organizer-list-heading {
  padding-right: 0;
}

.author-area.organizer-list-page .organizer-list-heading::before {
  display: none;
}

.author-area.organizer-list-page .organizer-list-subtitle {
  max-width: 100%;
  font-size: 15px;
  line-height: 1.65;
  color: #64748b;
}

.author-area.organizer-list-page .organizer-list-summary-wrap {
  margin-left: auto;
  flex-shrink: 0;
}

.author-area.organizer-list-page .organizer-list-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(3, 10, 21, 0.1);
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .author-area.organizer-list-page .organizer-list-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-area.organizer-list-page .organizer-list-summary-wrap {
    margin-left: 0;
  }
}

.author-area.organizer-list-page .organizer-list-card {
  border-radius: 16px;
  border: 1px solid rgba(3, 10, 21, 0.1);
  box-shadow: 0 14px 34px rgba(3, 10, 21, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.author-area.organizer-list-page .organizer-list-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(3, 10, 21, 0.12);
  border-color: rgba(3, 10, 21, 0.18);
}

.author-area.organizer-list-page .organizer-list-card .card-img {
  max-width: 98px;
}

.author-area.organizer-list-page .organizer-list-card .card-img img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid rgba(3, 10, 21, 0.1);
}

.author-area.organizer-list-page .organizer-list-card .card-title {
  font-size: 1.05rem;
  margin-bottom: 4px !important;
}

.author-area.organizer-list-page .organizer-list-card .text-muted a {
  color: #64748b;
  font-size: 14px;
}

.author-area.organizer-list-page .organizer-list-card .font-sm {
  margin-bottom: 12px !important;
  font-weight: 600;
  color: #334155;
}

.author-area.organizer-list-page .organizer-list-card .btn-text {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(3, 10, 21, 0.12);
  transition: all 0.2s ease;
}

.author-area.organizer-list-page .organizer-list-card .btn-text:hover {
  border-color: var(--primary-color);
  color: #fff;
  background: var(--primary-color);
}

.author-area.organizer-details-page h3.mb-20 {
  position: relative;
  display: inline-block;
  margin-bottom: 24px !important;
  padding-bottom: 8px;
}

.author-area.organizer-details-page {
  padding-top: 60px !important;
}

.author-area.organizer-details-page h3.mb-20::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
}

.author-area.organizer-details-page .author-tabs .nav {
  column-gap: 6px;
  row-gap: 6px;
  border-bottom: 0;
  align-items: center;
}

.author-area.organizer-details-page .author-tabs .nav-link {
  border: 1px solid rgba(3, 10, 21, 0.12);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin: 0;
  line-height: 1.2;
}

.author-area.organizer-details-page .author-tabs .nav-link:is(.active) {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.author-area.organizer-details-page .author-tabs .nav-link::after {
  display: none;
}

.author-area.organizer-details-page .sidebar-widget-area .widget {
  border: 1px solid rgba(3, 10, 21, 0.08);
  border-radius: 14px;
  background: #fff;
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(3, 10, 21, 0.1);
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li .first {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li .first::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 1;
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li:nth-child(1) .first::before {
  content: "\f080";
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li:nth-child(2) .first::before {
  content: "\f0e0";
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li:nth-child(3) .first::before {
  content: "\f095";
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li:nth-child(4) .first::before {
  content: "\f3c5";
}

.author-area.organizer-details-page .sidebar-widget-area .toggle-list li:last-child {
  border-bottom: 0;
}

.author-area.organizer-details-page .sidebar-widget-area .btn-groups .theme-btn {
  border-radius: 10px;
}

.author-area.organizer-details-page .widget-business-days {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.author-area.organizer-details-page .widget-business-days .text-center.mt-4 {
  margin-top: 0 !important;
}

.authors-search-filter .search-filter-form {
  max-width: 840px;
  margin-inline: auto;
}

.authors-search-filter .search-filter-form .form_control {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}

.authors-search-filter .search-filter-form .search-item {
  width: 25%;
}

.authors-search-filter .search-filter-form .search-item:last-child {
  width: 20%;
}

@media (max-width: 991.98px) {
  .authors-search-filter .search-filter-form .search-item {
    width: 50%;
  }

  .authors-search-filter .search-filter-form .search-item:last-child {
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  .authors-search-filter .search-filter-form .search-item {
    width: 100%;
  }

  .authors-search-filter .search-filter-form .search-item:last-child {
    width: 100%;
  }
}

.authors-search-filter .search-filter-form .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  border-radius: 0;
  background-color: #fff;
  color: var(--base-color);
  border: 1px solid #e1e1e1;
}

.authors-search-filter
  .search-filter-form
  .ui-selectmenu-button.ui-button
  .ui-icon {
  overflow: visible;
}

.authors-search-filter .search-filter-form .theme-btn {
  width: 100%;
  text-align: center;
  padding: 0 30px;
  line-height: 53px;
  background-color: var(--primary-color) !important;
}

.authors-search-filter .search-filter-form .theme-btn:hover {
  color: #fff;
}

.contact-modal .modal-dialog {
  max-width: 767px;
}

.contact-modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 0 0 0 10px;
  opacity: 1;
  float: none;
  padding: 0;
  margin: 0;
  background: var(--danger);
  z-index: 1;
}

/* ----- Модал: повеќе типови карти / цена (premium, не користи глобалниот црвен .modal .close) ----- */
.event-price-multitype-hint-modal .modal-dialog.event-price-multitype-hint-modal__dialog {
  max-width: 440px;
  margin: 1rem auto;
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__content {
  position: relative;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 42%, #eef2f7 100%);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.06),
    0 22px 56px rgba(15, 23, 42, 0.12);
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__dismiss.close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  opacity: 1;
  color: #475569;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__dismiss.close i {
  font-size: 0.9rem;
  line-height: 40px;
  vertical-align: middle;
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__dismiss.close:hover,
.event-price-multitype-hint-modal .event-price-multitype-hint-modal__dismiss.close:focus {
  color: #fff;
  background: var(--primary-color, #030a15);
  box-shadow: 0 6px 20px rgba(3, 10, 21, 0.28);
  outline: none;
  transform: scale(1.04);
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__header {
  padding: 1.15rem 3.5rem 0.75rem 1.5rem;
  text-align: left;
  border: none;
  background: linear-gradient(135deg, rgba(3, 10, 21, 0.07) 0%, transparent 58%);
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__title {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.38;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__body {
  padding: 0.35rem 1.5rem 1.45rem;
  border: none;
}

.event-price-multitype-hint-modal .event-price-multitype-hint-modal__text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: #475569;
}

html[dir="rtl"] .event-price-multitype-hint-modal .event-price-multitype-hint-modal__header {
  padding: 1.15rem 1.5rem 0.75rem 3.5rem;
  text-align: right;
}

html[dir="rtl"] .event-price-multitype-hint-modal .event-price-multitype-hint-modal__dismiss.close {
  right: auto;
  left: 14px;
}

.ui-button {
  margin-right: unset;
  -webkit-margin-end: 0.1em;
  margin-inline-end: 0.1em;
}

.ui-menu .ui-menu-item {
  text-align: start;
}

/* -----------------------------------------
	Sidebar Widget CSS
----------------------------------------- */
.sidebar-widget-area .widget {
  overflow: hidden;
  padding-inline: 30px;
}

.sidebar-widget-area .widget .theme-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar-widget-area .widget .title {
  margin-bottom: 0;
  margin-top: -2px;
}

.sidebar-widget-area .widget .list-group li {
  display: block;
  color: var(--base-color);
}

.sidebar-widget-area .widget .list-group li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-widget-area .widget .list-group a {
  color: inherit;
}

.sidebar-widget-area .widget .show-more-btn {
  display: block;
  text-align: center;
}

.sidebar-widget-area .widget .tabs-navigation-3 .nav {
  align-items: center;
}

.sidebar-widget-area .widget .tabs-navigation-3 .nav .nav-link {
  padding: 10px 22px;
  margin: 0;
  font-size: 14px;
  border-radius: 0 0 5px 5px !important;
}

.sidebar-widget-area .widget-author-details {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.sidebar-widget-area .widget-author-details .author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sidebar-widget-area .widget-author-details .author .author-img {
  flex: 0 0 auto;
  width: 80px;
  margin: 0;
}

.sidebar-widget-area .widget-author-details .author .author-info span {
  font-size: 14px;
}

.sidebar-widget-area .widget-author-details b {
  color: var(--heading-color);
}

.sidebar-widget-area .widget-shared-author .shared-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.sidebar-widget-area .widget-shared-author .shared-author:last-child {
  margin-bottom: 0 !important;
}

.sidebar-widget-area .widget-shared-author .shared-author .shared-author-img {
  flex: 0 0 auto;
  width: 60px;
}

.sidebar-widget-area .widget-shared-author .shared-author .btn {
  font-size: 12px;
}

.sidebar-widget-area .widget-business-days .list-group li {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.sidebar-widget-area .widget-business-days .list-group li > * {
  flex: 0 0 auto;
  width: 33.33%;
}

.sidebar-widget-area .widget-business-days .list-group li .open-t {
  color: var(--success);
}

.sidebar-widget-area .widget-business-days .list-group li .close-t {
  color: var(--danger);
}

.sidebar-widget-area .widget .toggle-list li {
  display: flex;
  justify-content: space-between;
}

.sidebar-widget-area .widget .toggle-list li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-widget-area .widget .toggle-list li span {
  display: flex;
}

.sidebar-widget-area .widget .toggle-list li .first {
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 32%;
}

.sidebar-widget-area .widget .toggle-list li .last {
  font-size: 14px;
  word-break: break-all;
}

html[dir*="rtl"] body {
  text-align: right;
}

html[dir*="rtl"] .modal .close {
  right: unset;
  left: 0;
  border-radius: 0 0 10px 0;
}

.user-dashbord .file-upload-area {
  position: relative;
  max-width: 120px;
  padding-bottom: 30px;
}

.user-dashbord .file-upload-area .file-edit {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-inline: auto;
  border-radius: 100%;
  background: var(--light-color);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  color: var(--primary-color);
  z-index: 1;
}

.user-dashbord .file-upload-area .file-edit input {
  display: none;
}

.user-dashbord .file-upload-area .file-edit input + label {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.user-dashbord .file-upload-area .file-edit input + label:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "\f304";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.user-dashbord .file-upload-area .file-edit:hover {
  background: var(--primary-color);
  color: #fff;
}

.user-dashbord .file-upload-area .file-preview {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid var(--light-color);
}

.user-dashbord .file-upload-area .file-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-dashbord #errorMsg {
  color: var(--danger);
}

.share-event .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
}

.share-event .button-group a {
  width: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #334155;
}

.share-event .button-group i,
.share-event .button-group .share-x-text {
  --size: 38px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  border: 1px solid rgba(3, 10, 21, 0.12);
  background: #fff;
  border-radius: 50%;
  color: #334155;
  transition: all 0.2s ease;
}

.share-event .button-group .share-x-text {
  font-size: 13px;
  font-weight: 700;
}

.share-event .button-group a:hover i,
.share-event .button-group a:hover .share-x-text {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.share-event .button-group a.is-copied i {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}

.share-event .button-group a {
  position: relative;
}

.share-event .button-group .copy-link-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.share-event .button-group .copy-link-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: #0f172a transparent transparent transparent;
}

.share-event .button-group a.is-copied .copy-link-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-2px);
}

@media (min-width: 992px) {
  .event-item .syotimer__body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .event-item .syotimer-cell {
    width: calc(100% / 4 - 5px);
  }
}

@media (max-width: 991.98px) {
  .event-item .syotimer__body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .event-item .syotimer-cell,
  .event-details-information .syotimer-cell {
    margin: 0;
    flex: 0 0 auto;
  }

  .event-item .syotimer-cell {
    width: calc(100% / 2 - 5px);
  }
}

@media (max-width: 767.98px) {
  .event-item .syotimer-cell {
    width: calc(100% / 4 - 5px);
  }

  .event-details-information .syotimer__body {
    gap: 10px;
  }

  .event-details-information .syotimer-cell {
    --size: calc(100% / 4 - 10px);
  }
}

@media (max-width: 575.98px) {
  .event-item .syotimer-cell {
    width: calc(100% / 2 - 5px);
  }

  .event-details-information .syotimer-cell {
    --size: calc(100% / 2 - 10px);
  }
}

.syotimer-cell__value {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid hsl(0 0% 50% / 0.5);
  position: relative;
}

.syotimer-cell_type_day {
  --num: 365;
}

.syotimer-cell_type_hour {
  --num: 24;
}

.syotimer-cell_type_minute,
.syotimer-cell_type_second {
  --num: 60;
}

.syotimer-cell__value::after {
  content: "";
  position: absolute;
  inset: calc(var(--border-size) * -0.5);
  border-radius: inherit;
  --degree: calc(360deg / var(--num) * (var(--num) - var(--value, 0)));
  background-image: conic-gradient(
    var(--primary-color) var(--degree),
    transparent calc(var(--degree) - 0.1deg)
  );
  --border-size: 3px;
  --mask-image: radial-gradient(
    100% 100%,
    transparent calc(50% - var(--border-size)),
    black calc(50% - var(--border-size) + 1px)
  );
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
}

@media (max-width: 1439.98px) {
  .main-menu .navigation > li > a {
    margin-left: 0;
    margin-inline-start: 20px;
    font-size: 15px;
  }
}

@media (max-width: 1340.98px) {
  .main-menu .navigation > li > a {
    margin-inline-start: 16px !important;
    font-size: 14px;
  }

  .menu-right {
    margin-left: 0;
    margin-inline-start: 60px;
  }
}

.page-banner .social-style-one {
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.page-banner .social-style-one a {
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .page-banner .social-style-one {
    margin-top: 20px;
    justify-content: flex-start;
  }
}

.error-area .offline {
  margin-bottom: 30px;
}

.error-area {
  position: relative;
  overflow-x: hidden;
  display: grid;
  place-items: center;
  height: 100vh;
  text-align: center;
}

.sidebar-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 1;
}

.toast-message {
  direction: ltr !important;
}

.amount {
  direction: ltr !important;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-radius: 0;
}
.padding-90 {
  padding: 90px 0px;
}
.bg-facebook {
  background: #4267b2;
}
.bg-google {
  background: #db4437;
}
.mh-60 {
  max-height: 60px;
}
.map-h {
  border: 0;
  width: 100%;
}
.w-60p {
  width: 60% !important;
}
.text-transform-normal {
  text-transform: none;
}
.checkout-product-img {
  min-width: 80px;
}
.object-fit-cover {
  object-fit: cover;
}

/* request loader css start */
.request-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000007a;
  z-index: 10000;
  display: none;
}

.request-loader .loader-spinner {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
}

.request-loader.show {
  display: block;
}

.request-loader.show .loader-spinner {
  display: block;
}

@keyframes loader-spin {
  to { transform: rotate(360deg); }
}

/* request loader css end */
.mt_1 {
  margin-top: -15px;
}

.nav-tabs.events-tabs {
  border-bottom: 0;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  backdrop-filter: blur(8px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.nav-tabs.events-tabs .nav-link {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 18px;
  background: transparent;
  color: #1f2937;
  font-weight: 600;
  transition: all 0.25s ease;
  line-height: 1.2;
}
.nav-tabs.events-tabs .nav-link:hover {
  border-color: rgba(15, 23, 42, 0.1);
  background: rgba(15, 23, 42, 0.05);
  transform: translateY(-1px);
}
.nav-tabs.events-tabs .nav-link.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  box-shadow: none;
  transform: translateY(-1px);
}

.section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  transform: none;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: var(--primary-color);
  box-shadow: none;
}

.section-title.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.event-filters-heading {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.event-filters-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
  box-shadow: none;
}

.event-filters-heading::before {
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c2331e !important;
  box-shadow: 0 0 0 0 rgba(194, 51, 30, 0.55);
  animation: eventHeadingPulseRed 1.8s ease-out infinite;
}

@keyframes eventHeadingPulseRed {
  0% {
    box-shadow: 0 0 0 0 rgba(194, 51, 30, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(194, 51, 30, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(194, 51, 30, 0);
  }
}

.shop-page-section .event-filters-heading {
  padding-right: 0;
}

.shop-page-section .event-filters-heading::before {
  display: none;
}

/* checkout-area-v2 css start */
.checkout-area-v2 .container {
  max-width: 1270px;
  padding-right: 15px;
  padding-left: 15px;
}
.checkout-area-v2 .billing_details_area {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 20px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.checkout-area-v2 .billing_details_area hr {
  border-color: #ced4da;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin-left: -20px;
  margin-right: -20px;
}
.checkout-area-v2 .billing_details_area .form-group input {
  padding: 10px;
  border-radius: 7px;
  font-size: 12px;
}
.checkout-area-v2 .billing_details_area .form-group label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 3px;
}
.checkout-area-v2 .billing_details_area textarea.form_control {
  min-height: 130px;
  border-radius: 7px;
  padding: 10px;
  font-size: 12px;
}

.checkout-area-v2 .billing_details_area .form-group input::placeholder,
.checkout-area-v2 .billing_details_area textarea.form_control::placeholder {
  font-size: 12px;
}

.checkout-area-v2 .billing_details_area .checkout-billing-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.checkout-area-v2 .billing_details_area .checkout-billing-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 66, 88, 0.12);
  color: var(--primary-color);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(7, 66, 88, 0.08);
}

.checkout-area-v2 .billing_details_area .checkout-billing-header > .from-title {
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid var(--secondary-color);
  line-height: 1.2;
}

.checkout-area-v2 .billing_details_area .checkout-existing-user-box {
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.checkout-area-v2 .billing_details_area .checkout-existing-user-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.checkout-area-v2 .billing_details_area .checkout-existing-user-link {
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.checkout-area-v2 .billing_details_area .checkout-existing-user-link:hover {
  color: var(--secondary-color);
}

.checkout-area-v2 .checkout-payment-area {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

.checkout-area-v2 .checkout-payment-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.checkout-area-v2 .checkout-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 16px;
}

.checkout-area-v2 .checkout-payment-card {
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  height: 100%;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-coupon h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-coupon .input-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-coupon .input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 12px !important;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-coupon .input-group > .input-group-append {
  display: flex;
  margin-left: 0 !important;
  flex: 0 0 auto;
}

.checkout-area-v2 .checkout-payment-area .checkout-sidebar-coupon .input-group > .input-group-append > .btn {
  min-width: 106px;
  border-radius: 12px !important;
}

.checkout-area-v2 .checkout-payment-area .coupon .input-group input,
.checkout-area-v2 .checkout-payment-area .form-group .nice-select,
.checkout-area-v2 .checkout-payment-area .iyzico-element .form_control {
  min-height: 48px;
  border-radius: 12px;
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
}

.checkout-area-v2 .checkout-payment-area .form-group .nice-select {
  float: none;
  width: 100%;
  padding: 4px 20px;
}

.checkout-area-v2 .checkout-payment-area .form-group .nice-select .list {
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
}

.checkout-area-v2 .checkout-payment-area .offline-gateway-info {
  margin-top: 16px;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-box {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-row {
  gap: 10px;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-box input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  accent-color: var(--secondary-color);
  margin: 2px 0 0 0 !important;
  position: static;
  flex: 0 0 auto;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-label {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
  margin-left: 0 !important;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-required {
  color: #dc2626;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 4px;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

.checkout-area-v2 .checkout-payment-area .checkout-terms-link:hover {
  color: var(--secondary-color);
}

.checkout-area-v2 .checkout-payment-area .theme-btn.w-100 {
  min-height: 50px;
  border-radius: 8px;
  font-weight: 700;
}

.checkout-area-v2 .sidebar .checkout-sidebar-submit {
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  .checkout-area-v2 .checkout-payment-grid {
    grid-template-columns: 1fr;
  }
}
.checkout-area-v2 .sidebar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 20px;
  border-radius: 12px;
}

/* sidebar */
.checkout-area-v2 .sidebar .checkout-product {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-area-v2 .sidebar .checkout-product .checkout-product-img {
  max-width: 70px;
  height: 90px;
  flex: none;
  border-radius: 10px;
}
.checkout-area-v2 .sidebar .checkout-product .checkout-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 0;
}
.checkout-area-v2 .sidebar hr {
  margin-left: -20px;
  margin-right: -20px;
}

.checkout-area-v2 .sidebar .slot-box-list {
  border: 1px solid #ced4da;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.checkout-area-v2 .sidebar .slot-box-list .title {
  padding: 13px 15px;
  margin-bottom: 0;
}
.checkout-area-v2 .sidebar .slot-box-list .slot-box2.slot-box2-header {
  background: #eef2f7;
}
.checkout-area-v2 .sidebar .slot-box-wrap {
  max-height: 275px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.checkout-area-v2 .sidebar .slot-box-list .slot-box2 {
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.checkout-area-v2 .sidebar .slot-box-list .slot-box2:not(:last-child) {
  border-bottom: 1px solid #ced4da;
}

.checkout-area-v2 .sidebar .theme-btn {
  padding: 10px 25px;
}
.checkout-area-v2 .sidebar .coupon .input-group input {
  padding: 10px 25px;
}
.checkout-area-v2 .sidebar .form-group .nice-select {
  padding: 4px 20px;
}
.checkout-area-v2 .sidebar .form-group .nice-select .list {
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}

/* For Chrome, Edge, and Safari */
.checkout-area-v2 .sidebar .form-group .nice-select .list::-webkit-scrollbar,
.checkout-area-v2 .sidebar .slot-box-wrap::-webkit-scrollbar {
  width: 8px;
}
.checkout-area-v2
  .sidebar
  .form-group
  .nice-select
  .list::-webkit-scrollbar-track,
.checkout-area-v2 .sidebar .slot-box-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.checkout-area-v2
  .sidebar
  .form-group
  .nice-select
  .list::-webkit-scrollbar-thumb,
.checkout-area-v2 .sidebar .slot-box-wrap::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.checkout-area-v2
  .sidebar
  .form-group
  .nice-select
  .list::-webkit-scrollbar-thumb:hover,
.checkout-area-v2 .sidebar .slot-box-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* For Firefox */
.checkout-area-v2 .sidebar .form-group .nice-select .list,
.checkout-area-v2 .sidebar .slot-box-wrap {
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}
/* checkout-area-v2 css End */

.checkout-area-v2 .sidebar {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 24px;
  border-radius: 16px;
}

.checkout-area-v2 .sidebar .checkout-product {
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.checkout-area-v2 .sidebar .checkout-product .checkout-product-img {
  max-width: 84px;
  width: 84px;
  height: 104px;
  border-radius: 14px;
  overflow: hidden;
}

.checkout-area-v2 .sidebar .checkout-product .content {
  min-width: 0;
  flex: 1 1 auto;
}

.checkout-area-v2 .sidebar .checkout-product-title {
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.checkout-area-v2 .sidebar .checkout-product-title a {
  color: #0f172a;
}

.checkout-area-v2 .sidebar .checkout-product-title a:hover {
  color: var(--primary-color);
}

.checkout-area-v2 .sidebar .checkout-product-meta,
.checkout-area-v2 .sidebar .checkout-product-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.checkout-area-v2 .sidebar .checkout-product-location {
  margin-top: 8px;
}

.checkout-area-v2 .sidebar .checkout-product-meta-divider {
  color: #94a3b8;
  margin: 0 2px;
}

.checkout-area-v2 .sidebar .checkout-product span i {
  color: var(--secondary-color);
  margin-inline-end: 0;
}

.checkout-area-v2 .sidebar .checkout-sidebar-divider {
  margin: 22px 0;
  border-color: rgba(15, 23, 42, 0.08);
}

.checkout-area-v2 .sidebar .checkout-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.checkout-area-v2 .sidebar .checkout-summary-list {
  margin-bottom: 22px !important;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.checkout-area-v2 .sidebar .checkout-summary-list li {
  margin-bottom: 0;
  padding: 8px 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.checkout-area-v2 .sidebar .checkout-summary-list li:last-child {
  padding-top: 10px;
  border-top: 0;
  border-bottom: 0;
}

.checkout-area-v2 .sidebar .checkout-summary-list li .text {
  color: #475569;
  font-weight: 500;
  padding-right: 12px;
}

.checkout-area-v2 .sidebar .checkout-summary-list li .number {
  text-align: right;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.checkout-area-v2 .sidebar .checkout-summary-list li .number del {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  text-decoration-thickness: 1.4px;
}

.checkout-area-v2 .sidebar .checkout-summary-list > li:last-of-type .text,
.checkout-area-v2 .sidebar .checkout-summary-list > li:last-of-type .number {
  font-size: 16px;
  font-weight: 700;
}

.checkout-area-v2 .sidebar .slot-box-list {
  margin-bottom: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
}

.checkout-area-v2 .sidebar .slot-box-list .title {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.checkout-area-v2 .sidebar .slot-box-wrap {
  padding: 4px 0;
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2 {
  padding: 12px 16px;
}

.checkout-area-v2 .sidebar .checkout-seat-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.checkout-area-v2 .sidebar .checkout-seat-info {
  min-width: 0;
  flex: 1 1 auto;
}

.checkout-area-v2 .sidebar .checkout-seat-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 4px;
}

.checkout-area-v2 .sidebar .checkout-seat-meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
}

.checkout-area-v2 .sidebar .checkout-seat-meta-label {
  color: #475569;
  font-weight: 600;
  font-family: var(--base-font);
  white-space: nowrap;
}

.checkout-area-v2 .sidebar .checkout-seat-meta-separator {
  color: #94a3b8;
  line-height: 1;
}

.checkout-area-v2 .sidebar .checkout-seat-price-wrap {
  flex: 0 0 auto;
  margin-left: auto;
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2:not(:last-child) {
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2 .text {
  color: #0f172a;
  font-weight: 600;
  font-family: var(--base-font);
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2 span {
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
  font-family: var(--base-font);
  font-style: normal;
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2 .text-right {
  color: #0f172a;
  font-family: var(--base-font);
  font-style: normal;
}

.checkout-area-v2 .sidebar .slot-box-list .slot-box2 .checkout-seat-price {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon {
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon .input-group {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon .input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 12px !important;
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon .input-group > .input-group-append {
  display: flex;
  margin-left: 0 !important;
  flex: 0 0 auto;
}

.checkout-area-v2 .sidebar .checkout-sidebar-coupon .input-group > .input-group-append > .btn {
  min-width: 106px;
  border-radius: 12px !important;
}

.checkout-area-v2 .sidebar .coupon .input-group input,
.checkout-area-v2 .sidebar .form-group .nice-select {
  min-height: 48px;
  border-radius: 12px;
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
}

.checkout-area-v2 .sidebar .checkout-terms-box {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.checkout-area-v2 .sidebar .checkout-terms-box input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  accent-color: var(--secondary-color);
}

.checkout-area-v2 .sidebar .checkout-terms-label {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.checkout-area-v2 .sidebar .checkout-terms-required {
  color: #dc2626;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 4px;
}

.checkout-area-v2 .sidebar .checkout-terms-link {
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
}

.checkout-area-v2 .sidebar .checkout-terms-link:hover {
  color: var(--secondary-color);
}

.checkout-area-v2 .sidebar .theme-btn.w-100 {
  min-height: 50px;
  border-radius: 8px;
  font-weight: 700;
}

/* Brooks-style checkout: 2-col layout (form left, summary right) */
.checkout-brooks-layout .checkout-two-col {
  align-items: flex-start;
}
.checkout-brooks-layout .checkout-form-col {
  padding-right: 30px;
}
.checkout-brooks-layout .checkout-sidebar-col {
  position: sticky;
  top: 100px;
}
.checkout-brooks-layout .checkout-sidebar-sticky {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.checkout-brooks-layout .checkout-sidebar-title {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Checkout Summary table - proper columns (Product | Quantity | Total) */
.checkout-brooks-layout .cart-total-product .cart-title {
  display: grid;
  grid-template-columns: 1fr 70px 90px;
  gap: 12px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.04);
  padding: 12px 16px;
  margin-bottom: 0;
  border-radius: 8px;
}
.checkout-brooks-layout .cart-total-product .quantity-title,
.checkout-brooks-layout .cart-total-product .total-title {
  width: auto;
  text-align: center;
  margin-bottom: 0;
}
.checkout-brooks-layout .cart-total-product .cart-single-item {
  display: grid;
  grid-template-columns: 1fr 70px 90px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 0;
}
.checkout-brooks-layout .cart-total-product .cart-single-item .product-name {
  margin: 0;
  font-size: 14px;
}
.checkout-brooks-layout .cart-total-product .cart-single-item .product-price {
  width: auto;
  text-align: center;
  margin: 0;
}
.checkout-brooks-layout .cart-total-product .cart-single-item .product-total-price {
  width: auto;
  text-align: right;
  margin: 0;
  white-space: nowrap;
}

/* Shipping method - user-friendly card layout */
.checkout-shipping-method .shipping-method-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-shipping-method .shipping-method-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.checkout-shipping-method .shipping-method-card:hover {
  border-color: rgba(76, 130, 193, 0.3);
  background: rgba(76, 130, 193, 0.03);
}
.checkout-shipping-method .shipping-method-card:has(input:checked) {
  border-color: var(--primary-color, #4c82c1);
  background: rgba(76, 130, 193, 0.06);
  box-shadow: 0 0 0 1px var(--primary-color, #4c82c1);
}
.checkout-shipping-method .shipping-method-card input[type="radio"] {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  flex-shrink: 0;
  accent-color: var(--primary-color, #4c82c1);
}
.checkout-shipping-method .shipping-method-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.checkout-shipping-method .shipping-method-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkout-shipping-method .shipping-method-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 1.3;
}
.checkout-shipping-method .shipping-method-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}
.checkout-shipping-method .shipping-method-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .checkout-brooks-layout .checkout-form-col { padding-right: 0; }
  .checkout-brooks-layout .checkout-sidebar-col { position: static; }
}

/* Checkout address flow (shipping first, same-as-shipping, billing collapsible) */
.checkout-area .checkout-address-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.checkout-area .checkout-same-address-box {
  background: rgba(76, 130, 193, 0.08);
  border: 1px solid rgba(76, 130, 193, 0.2);
}
.checkout-area .checkout-same-address-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
}
.checkout-area .checkout-same-address-label input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  accent-color: var(--primary-color, #4c82c1);
  flex-shrink: 0;
}
.checkout-area .checkout-same-address-label span.fw-semibold {
  padding-left: 10px;
}

/* Cart page card (same style as checkout-address-card) */
.cart-page .cart-page-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

#seatMappingModal .modal-footer .theme-btn {
  padding: 8px 25px;
}
.payBtn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  /* optional: to make it look inactive */
}
