@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

body {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: url(..//images/bg-04.jpg);
	background-size: 4%;
}

.logo-text {
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Hanken Grotesk", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  /* font-family: "Cormorant Garamond", serif; */
 font-family: "Hanken Grotesk", sans-serif;

}

/* Banner Css */

.navratri-hero {
  overflow: hidden;
  /* background: #000; */
}

.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 0px;
}

.hero-wrapper {
  display: flex;
  align-items: center;
}

.hero-top-text {
  color: #ff8c1a;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 88px;
  line-height: .92;
   color: #323232;
  margin-bottom: 30px;
}

.hero-heading span {
  color: #323232;
}

.hero-description {
  color: #323232;
  font-size: 20px;
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 45px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 60px;
}

.primary-btn {
  background: #ff8c1a;
  color: #111;
  padding: 18px 34px;
  border-radius: 60px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, .15);
  color: white;
  padding: 18px 34px;
  border-radius: 60px;
  text-decoration: none;
}

.hero-stats {
  display: flex;
  gap: 45px;
}

.hero-stat-item {
  padding-right: 45px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.hero-stat-item:last-child {
  border-right: none;
}

.hero-stat-item h3 {
  color: #ff8c1a;
  font-size: 42px;
  margin: 0;
}

.hero-stat-item span {
  color: #d6b5a8;
  text-transform: uppercase;
  font-size: 12px;
}

.hero-image-card {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.hero-image-card img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.bottom-floating-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(60, 15, 0, .92);
  border-radius: 22px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.music-icon {
  width: 52px;
  height: 52px;
  background: #ff8c1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 22px;
}

.card-content small {
  color: #d9a47c;
  letter-spacing: 2px;
}

.card-content h4 {
  color: white;
  font-size: 24px;
  margin-top: 4px;
}

.bottom-floating-card a {
  color: white;
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff8c1a;
}

.heroSwiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 100% !important;
}

.hero-image-card img {
  width: 100%;
  display: block !important;
}



.heroSwiper {
  width: 100%;
  overflow: hidden !important;
}

.swiper-slide {
  width: 100% !important;
}

.hero-image-card img {
  width: 100%;
  display: block !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #8b2300 !important;
}


.event-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.event-title,
.event-date {
  margin: 0;
}

.event-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
}



/* Upcoming events csss */

/* SWIPER */

.recommendedMoviesSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}

.recommendedMoviesSwiper .swiper-wrapper {
  display: flex;
}

.recommendedMoviesSwiper .swiper-slide {
  width: 20% !important;
  flex-shrink: 0;
  padding: 0 11px;
}

/* IMAGE */

.movie-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.movie-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* BLACK BAR */

.movie-rating {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.star {
  color: #ff2d55;
  font-size: 18px;
}

.rating-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

/* CONTENT */

.movie-content {
  padding-top: 14px;
}

.movie-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.movie-genre {
  font-size: 15px;
  color: #666;
}

/* BUTTONS */

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: #fff !important;
  top: 42% !important;
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: 700;
}

.section-header {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.recommended-movies-section .container {
  display: inherit;
}

.all-events {
  padding: 60px 0px;
  color: #fff;
}

.movie-title a {
  text-decoration: none;
  color: #fff;
}

.movie-genre {
  font-family: monospace;
  color: #fff;
}

a.see-all {
  text-decoration: none;
  color: #fff;
}

.swiper-slide {
  margin-right: unset !important;

}

.section-header h2 {
    color: #323232;
}

/* Sponsered Marquee */

/* =========================
   Sponsored Marquee Section
========================= */

.sponsored-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  /* background: #2b0505; */
  padding: 30px 0;
  position: relative;
  margin-top: 50px;
}

.sponsored-marquee {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeMove 25s linear infinite;
}

.sponsored-item {
  flex-shrink: 0;
  margin-right: 80px;
}

/* Sponsor Card */

.sponsor-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sponsor-title {
  color: #323232;
  font-size: 34px;
  font-weight: 600;
  white-space: nowrap;
  font-family: Georgia, serif;
}

.sponsor-title a {
  text-decoration: none;
  color: #323232;
}

.sponsored-heading {
  text-align: center;
   color: #323232;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
}

/* Hover Pause */

.sponsored-marquee:hover {
  animation-play-state: paused;
}

.hero-image-card {
  width: 100%;
  transform: translateX(10px);

  border-radius: 32px;
  overflow: hidden;

  position: relative;
}

.hero-image-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.swiper-slide {
  padding-left: 10px;
  box-sizing: border-box;
}


/* Event Detail Page css */

/* ============================================================
   EVENT DETAIL PAGE — event-detail.css
   Hero: full-width blur BG | left: banner image | right: dark card
   Below: two-column (body | venue+accordions)
   ============================================================ */

:root {
  --ev-bg: #0d0d0d;
  --ev-surface: #1c1c1c;
  --ev-surface-2: #252525;
  --ev-border: #2e2e2e;
  --ev-text: #f0f0f0;
  --ev-text-muted: #888888;
  --ev-accent: #ffffff;
  --ev-whatsapp-bg: #1a4fc4;
  --ev-map-btn: #3b82f6;
  --ev-radius: 14px;
  --ev-radius-sm: 8px;
  --ev-font: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --ev-max: 1200px;
}

/* base reset scoped to component */
.ev-breadcrumb,
.ev-hero,
.ev-layout {
  font-family: var(--ev-font);
  color: var(--ev-text);
  background-color: var(--ev-bg);
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.ev-breadcrumb {
  background: var(--ev-bg);
  border-bottom: 1px solid var(--ev-border);
  padding: 11px 0;
}

.ev-breadcrumb__inner {
  max-width: var(--ev-max);
  margin: 0 auto;
  padding: 0 24px;
}

.ev-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.ev-breadcrumb__item {
  display: flex;
  align-items: center;
}

.ev-breadcrumb__link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--ev-text-muted);
  text-decoration: none;
  font-size: 0.81rem;
  transition: color 0.2s;
}

.ev-breadcrumb__link:hover {
  color: var(--ev-text);
}

.ev-breadcrumb__sep {
  color: var(--ev-text-muted);
  font-size: 0.81rem;
  padding: 0 2px;
  user-select: none;
}

.ev-breadcrumb__item--active {
  color: var(--ev-text);
  font-size: 0.81rem;
  font-weight: 500;
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
   HERO
   Full-width section with blurred BG
   Inner row: banner image (left) + dark card (right)
   ============================================================ */
.ev-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* clips the blur bleed */
  background: #000;
  min-height: 320px;
}

/* — Blurred background layer — */
.ev-hero__blur-bg {
  position: absolute;
  inset: -20px;
  /* extra bleed so blur edge doesn't show */
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ev-hero__blur-bg img,
.ev-hero__blur-bg .field--name-field-image img,
.ev-hero__blur-bg .field--name-field-image picture,
.ev-hero__blur-bg .field--name-field-image source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(30px) brightness(0.28) saturate(1.5);
  transform: scale(1.05);
}

/* — Foreground row — */
.ev-hero__row {
  position: relative;
  z-index: 1;
  max-width: var(--ev-max);
  margin: 0 auto;
  padding: 28px 24px;
  display: grid;
  /* Left: banner ~65%, Right: card ~35% */
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: flex-start;
}

/* — LEFT: sharp banner image — */
.ev-hero__banner {
  border-radius: var(--ev-radius);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.65);
  line-height: 0;
}

.ev-hero__banner img,
.ev-hero__banner .field--name-field-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: var(--ev-radius);
}

/* — RIGHT: dark info card — */
.ev-hero__card {
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ev-radius);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

/* Interest count */
.ev-hero__interest {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--ev-text-muted);
  margin-bottom: 14px;
}

.ev-hero__interest svg {
  color: #f59e0b;
  flex-shrink: 0;
}

/* Title row */
.ev-hero__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ev-hero__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ev-text);
  margin: 0;
  line-height: 1.35;
  flex: 1;
}

/* Bookmark button */
.ev-bookmark {
  background: var(--ev-surface-2);
  border: 1px solid var(--ev-border);
  border-radius: var(--ev-radius-sm);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ev-text-muted);
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s;
}

.ev-bookmark:hover {
  color: var(--ev-text);
  border-color: #555;
}

/* Meta: date + time */
.ev-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.ev-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--ev-text-muted);
}

/* Divider */
.ev-hero__divider {
  height: 1px;
  background: var(--ev-border);
  margin: 4px 0 16px;
}

/* Ticket price */
.ev-hero__ticket {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.ev-hero__ticket-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ev-text-muted);
}

.ev-hero__ticket-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ev-text);
}

/* Enquiry button */
.ev-hero__enquiry-btn {
  width: 100%;
  background: #fff;
  color: #111;
  border: none;
  border-radius: var(--ev-radius-sm);
  padding: 13px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 12px;
  transition: opacity 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}

.ev-hero__enquiry-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* WhatsApp button */
.ev-hero__whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--ev-whatsapp-bg);
  color: #fff;
  border-radius: var(--ev-radius-sm);
  padding: 13px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.ev-hero__whatsapp:hover {
  background: #1642a8;
}

.ev-hero__whatsapp-arrow {
  margin-left: auto;
  flex-shrink: 0;
}

/* ============================================================
   BELOW-HERO TWO-COLUMN LAYOUT
   ============================================================ */
.ev-layout {
  background: var(--ev-bg);
  padding: 36px 0 64px;
}

.ev-layout__inner {
  max-width: var(--ev-max);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

/* Left column */
.ev-layout__main {
  min-width: 0;
}

.ev-section {
  margin-bottom: 36px;
}

.ev-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ev-text);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ev-border);
}

.ev-section__body {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--ev-text-muted);
}

.ev-section__body p {
  margin: 0 0 12px;
  color: #fff;
}

.ev-section__body p:last-child {
  margin-bottom: 0;
}

/* Right sidebar */
.ev-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ev-sidebar__card {
  background: var(--ev-surface);
  border: 1px solid var(--ev-border);
  border-radius: var(--ev-radius);
  overflow: hidden;
}

/* Venue card */
.ev-sidebar__card--venue {
  padding: 20px;
}

.ev-sidebar__section-head {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ev-text);
  margin: 0 0 6px;
}

.ev-venue__text {
  font-size: 0.85rem;
  color: var(--ev-text-muted);
  margin: 0 0 14px;
  line-height: 1.5;
}

.ev-map {
  border-radius: var(--ev-radius-sm);
  overflow: hidden;
}

.ev-map iframe {
  display: block;
  width: 100%;
  height: 180px;
  border: 0;
  filter: grayscale(25%) brightness(0.85);
}

.ev-map__direction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ev-map-btn);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.ev-map__direction:hover {
  background: #2563eb;
}

/* Accordion cards */
.ev-sidebar__card--accordion {
  padding: 0;
}

.ev-accordion {
  width: 100%;
}

.ev-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ev-text);
  user-select: none;
  transition: background 0.15s;
}

.ev-accordion__trigger::-webkit-details-marker {
  display: none;
}

.ev-accordion__trigger:hover {
  background: rgba(255, 255, 255, 0.04);
}

.ev-accordion__icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

details[open] .ev-accordion__icon {
  transform: rotate(90deg);
}

.ev-accordion__body {
  padding: 0 20px 16px;
  font-size: 0.85rem;
  color: var(--ev-text-muted);
  line-height: 1.65;
  border-top: 1px solid var(--ev-border);
}

.ev-accordion__body p {
  margin: 10px 0 0;
}

.innerPageContent div#content {
  display: unset;
}


.gallery-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.cardin {
  cursor: pointer;
}

.cardin img {
  width: 100%;
  display: block;
  object-fit: cover;
}


/* Photo Gallery Css */

/* Media Section */
.mediaGalleryInner {
  margin-top: 40px;
}

.mediaGalleryInner .imgWrap {
    overflow: hidden;
    height: 330px;
    background-color: #000;
}

.homeMediaInner .imgWrap {
  height: 312px;
}

.mediaGalleryInner .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.mediaGalleryInner .imgWrap a:before {
  content: '';
  background: rgb(0 0 0 / 40%);
  height: 100%;
  position: absolute;
  width: 100%;
  transform: scale(0);
  transition: 0.5s all ease-in-out;
  background-image: url('../images/folder.svg');
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: center
}

.mediaGalleryInner .imgWrap:hover a:before {
  transform: scale(1)
}

.homeMediaInner.mediaGalleryInner .imgWrap a:before {
  background-image: url('../images/folder.svg');
  background-size: 70px;
}


/* Gallery section homepage */

section.mediaGallerySection {
  position: relative;
  ;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  margin-top: 40px;
}

.gallery .card {
  position: relative;
  box-shadow: none;
  border: none;
  row-gap: 15px;
  background-color: unset !important;
}

.cardin {
  position: relative;
  overflow: hidden;
}

.cardin img {
  transition: all 0.5s ease;
}

.cardin:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.cardin::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000070 -10%, transparent);
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.gallery .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #323232;
  padding: 15px 19px;
  text-align: left;
  z-index: 9;
  font-size: 22px;
  font-weight: 500;
}


h2.headTitle.mb-0 {
    color: #323232;
}
a.viewAllBtn {
   color: #323232;
}

section.mediaGallerySection {
  margin-bottom: 50px;
}


.photo-gallery-wrapper {
  columns: 4;
  column-gap: 16px;
  padding: 16px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.gallery-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-link img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  transition: 0.3s ease;
}

.gallery-link:hover img {
  transform: scale(1.03);
}

.gallery-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
}

.gallery-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.1));
}

.hidden-gallery-item {
  display: none;
}


/* =========================
   VIDEO GALLERY SECTION
========================= */

.fancybox__content {
  padding: 6px !important;
}

.video-gallery-section {
  padding: 100px 0 0;
  overflow: hidden;
}

.video-gallery-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.section-subtitle {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ffb400;
    border-radius: 30px;
    color: #323232;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.section-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-desc {
    color: #323232;
    font-size: 18px;
    line-height: 1.7;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    border: 1px solid #ffb400;
    border-radius: 50px;
    color: #323232;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}
.view-all-btn:hover {
  background: #ffb400;
  color: #000;
}

/* =========================
   VIDEO GRID
========================= */

.mediaGalleryInner {
  padding: 0;
}

.mediaGalleryInner .row {
  row-gap: 25px;
}

.video-link {
  display: block;
  text-decoration: none;
}

.album-box {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #111;
    transition: .4s ease;
}
.album-box:hover {
  transform: translateY(-6px);
}

/* =========================
   VIDEO THUMB
========================= */

.video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay */

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .8) 0%,
      rgba(0, 0, 0, .2) 45%,
      rgba(0, 0, 0, .05) 100%);
  z-index: 1;
}

/* =========================
   PLAY BUTTON
========================= */

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 180, 0, .8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  transition: .4s;
}

.album-box:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

.play-btn svg {
  width: 28px;
  height: 28px;
}

/* =========================
   TITLE OVER IMAGE
========================= */

.video-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}

.video-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.video-item:nth-child(1),
.video-item:nth-child(4) {
  grid-column: span 1;
}

.video-item .album-box {
  height: 260px;
}

/* Photo galle */

/* ============================================================
   Photo Gallery Section
   ============================================================ */

.mediaGallerySection {
  padding: 60px 0 80px;
}

.mediaGallerySection .sectionBadge {
  display: inline-block;
  border: 1px solid #b8860b;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.mediaGallerySection .headTitle {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.mediaGallerySection .viewAllBtn {
    font-size: 14px;
    font-weight: 600;
    color: #323232 !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    transition: opacity 0.2s;
    padding: 18px 35px;
    border: 1px solid #ffb400;
    border-radius: 50px;
}
.mediaGallerySection .viewAllBtn:hover {
  opacity: 0.75;
}

.pg-divider {

  margin: 24px 0 32px;
}

.pg-grid {
  display: grid;
  grid-template-columns: 48% 27% 25%;
  grid-template-rows: 370px 175px;
  gap: 10px;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.pg-hero {
  grid-column: 1;
  grid-row: 1 / 3;
}

.pg-medium {
  grid-column: 2;
  grid-row: 1 / 3;
}

.pg-stack {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-stack-item {
  flex: 1;
  min-height: 0;
}

.pg-bottom-row {
  grid-column: 1 / 4;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.pg-cell {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.pg-cover {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.pg-hero .pg-cover img,
.pg-medium .pg-cover img {
    width: 100%;
    height: 370px !important;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
    /* border-radius: 20px; */
    border-bottom-left-radius: 20px !important;
}

.pg-stack-item .pg-cover img {
    width: 100%;
    height: 186px;
}
.pg-cover:hover img {
  transform: scale(1.06);
}


.pg-cell .pg-card img {
    width: 100%;
    height: 186px;
}

/* Label at bottom-left of each card */
.pg-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 14px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  pointer-events: none;
}

.pg-more-wrap {
  position: relative;
}

.pg-more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.3s;
}

.pg-more-overlay:hover {
  background: rgba(0, 0, 0, 0.50);
}

.pg-more-count {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}

.pg-more-text {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #cccccc;
  letter-spacing: 0.5px;
}

/* FaQ Section css */

.custom-faq-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.custom-faq-item {
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all .3s ease;
    background: #5dd977;
}
.custom-faq-item:hover {
  border-color: rgba(255, 176, 0, .25);
}

.custom-faq-button {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0 21px;
    cursor: pointer;
    text-align: left;
}

.faq-number {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    background: linear-gradient(180deg,
      #ffb326 0%,
      #ff7b00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 18px;
    display: none;
}

.faq-question {
    flex: 1;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.faq-arrow {
  color: #ffb000;
  transition: .3s;
}

.custom-faq-button:not(.collapsed) .faq-arrow {
  transform: rotate(180deg);
}
.custom-faq-body {
    padding: 0 30px 30px 80px;
    font-size: 16px;
    line-height: 1.8;
    color: #323232;
}
.custom-faq-body p:last-child {
  margin-bottom: 0;
}


.faq-home-section {
  padding: 0px 0 60px;
}

.faq-heading-wrap {
    text-align: center;
    max-width: 750px;
    margin: 0px auto -80px;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 176, 0, .3);
  border-radius: 999px;
  margin-bottom: 24px;
}

.faq-badge-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ffb000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb000;
  font-size: 12px;
  font-weight: 700;
}

.faq-badge span:last-child {
    color: #323232;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-main-title {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq-description {
  color: rgba(255, 255, 255, .7);
  font-size: 22px;
  line-height: 1.7;
  margin: 0;
}



.faq-layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.faq-booking-card {
    width: 420px;
    min-width: 420px;
    background: #5dd977;
    border-radius: 30px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 760px;
}

.booking-top img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
}

.booking-top h3 {
    font-size: 42px;
    font-weight: 800;
    color: #323232;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}
.booking-top p {
    font-size: 20px;
    line-height: 1.8;
    color: #323232;
    margin-bottom: 35px;
}
.booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00896b;
    color: #fff;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

.booking-btn:hover {
    background: #006f57;
    transform: translateY(-3px);
}

.booking-contact {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

.contact-icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00896b;
    font-size: 22px;
    flex-shrink: 0;
}

.booking-contact span {
    display: block;
    font-size: 16px;
    color: #323232;
    margin-bottom: 4px;
}
.booking-contact a {
     color: #323232;
    text-decoration: none;
    font-weight: 600;
}

.faq-content {
    flex: 1;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f3f6f5;
    margin-bottom: 25px;
}

.faq-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00896b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-main-title {
    font-size: 60px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 25px;
    max-width: 850px;
}
.faq-description {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 50px;
}
/* Accordion */
.views-row {
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0;
}

@media (max-width: 1200px) {
    .faq-layout {
        flex-direction: column;
    }

    .faq-booking-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
    }

    .faq-main-title {
        font-size: 60px;
    }
}

@media (max-width: 768px) {

.faq-home-section {
    padding: 0px 0;
}

    .faq-booking-card {
        padding: 25px;
    }

    .booking-top h3 {
        font-size: 32px;
    }

    .faq-main-title {
        font-size: 42px;
    }

    .booking-top p {
        font-size: 16px;
    }
}



/* Banner css */

.event-hero-section {
    position: relative;
}

.event-hero-item {
    position: relative;
    height: 100vh;
    min-height: 850px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 0 70px 60px;
}

.hero-main-title {
    font-size: 150px;
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
    color: #fff;

    margin-bottom: 40px;

    letter-spacing: -5px;
}

.hero-description {
    position: absolute;
    right: 80px;
    bottom: 160px;
    width: 420px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}
.hero-bottom {
    display: grid;
    grid-template-columns:
      220px
      280px
      250px
      1fr;
    gap: 40px;
    align-items: center;
}

.hero-location,
.hero-date,
.hero-price {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
}

.hero-date span {
    display: block;
    margin-top: 4px;
}

.hero-ticket-card {
    display: flex;
    justify-content: flex-end;
}

.hero-ticket-card a {
    display: flex;
    width: 360px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 18px;
}

.ticket-icon {
    width: 95px;
    background: #5dd977;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.ticket-content {
    flex: 1;
    background: #e5ece6;
    padding: 18px 20px;
}

.ticket-text {
    color: #4d5557;
    font-size: 18px;
    font-weight: 500;
}

.ticket-offer {

    margin-top: 5px;
    color: #4d5557;
    font-size: 18px;
    line-height: 1.3;
}
.event-hero-item .container{
    position: relative;
    z-index: 2;
    height: 100%;
    max-width: 1400px;
}
.hero-inner{
    height: 100vh;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding-bottom:60px;
}
.user-logged-in header.main-header {
    z-index: 0;
}


section.mediaGalleryPage {
    padding: 50px 0px;
}

.album-box p  a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    display: flex;
}

.stall-booking-section {
    padding: 30px 0 0px;
}


/* Time line css */

/*cmoh political journey start*/
/* .timelineSection .heading2 { font-weight: 700; }
.timeline-container { max-width: 1200px; margin: auto; }
.timeline-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.timeline-title { font-weight: 600; }
.timeline-link { color: #0d6efd; font-weight: 500; text-decoration: none; }
.timeline-item { text-align: left; }
.year-badge { background: var(--primaryColor); color: #fff; padding: 2px 7px; border-radius: 6px; font-weight: 400; margin-bottom: 1rem; display: inline-block; letter-spacing: 2px; transition: transform 0.3s ease; }
.year-badge:hover { transform: scale(1.1); }
.timeline-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.timeline-description { font-size: 0.95rem; color: #495057; line-height: 1.3; margin-bottom: 5px; }
.timelineSwiper .swiper-button-prev, .timelineSwiper .swiper-button-next { z-index: 99; }
.timelineSwiper .swiper-button-prev { position: absolute !important; left: 0; top: 0; }
.timelineSwiper .swiper-button-next { position: absolute !important; right: 0; top: 0; }
.timelineSwiper { padding: 0; }
.timelineSwiper .swiper-slide { position: relative; }
.timelineSwiper .swiper-slide:before { content: ""; background-color: var(--dividergrey); height: 100px; width: 2px; position: absolute; top: 0; right: 0; }
.timelineSwiper .swiper-slide:last-child:before { display: none; }
.swiper-button-prev, .swiper-button-next { color: #0d6efd; } */
/*cmoh political journey end*/





.timeline-section {
    position: relative;
    max-width: 1400px;
    margin: 80px auto;
    padding: 40px 0;
}

/* Center Line */

.timeline-line,
.timeline-line-active {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
}

.timeline-line {
    height: 100%;
    background: #d9d9d9;
    z-index: 1;
}

.timeline-line-active {
    height: 0;
    background: #5e5e5e;
    z-index: 2;
    transition: height .2s linear;
}
/* Timeline Item */

.timeline-item {
    position: relative;
    margin: 100px 0;
}

.timeline-row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    column-gap: 50px;
}

/* Left Layout */

.timeline-item[data-side="left"] .timeline-image {
    grid-column: 1;
}

.timeline-item[data-side="left"] .timeline-dot {
    grid-column: 2;
}

.timeline-item[data-side="left"] .timeline-content {
    grid-column: 3;
    text-align: left;
}

/* Right Layout */

.timeline-item[data-side="right"] .timeline-content {
    grid-column: 1;
    text-align: right;
}

.timeline-item[data-side="right"] .timeline-dot {
    grid-column: 2;
}

.timeline-item[data-side="right"] .timeline-image {
    grid-column: 3;
}

/* Image */

.timeline-image {
    width: 100%;
}

.timeline-image img,
.timeline-image picture img,
.timeline-image .field img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* Content */

.timeline-content {
    width: 100%;
}

.timeline-content h2 {
    margin: 15px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.timeline-content h2 a{
  text-decoration: none;
}

.timeline-content p {
    margin: 0;
    line-height: 1.7;
}

/* Year */

.year-display {
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(94, 94, 94);
    line-height: 1;
    letter-spacing: -2px;
    font-size: 48px;
}

/* Dot */

.timeline-dot {
    justify-self: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d9d9d9;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #d9d9d9;
    z-index: 5;
    transition: .3s;
}

.timeline-item.active .timeline-dot {
    background: #5e5e5e;
    box-shadow: 0 0 0 3px #5e5e5e;
    transform: scale(1.2);
}

/* Animation */

.timeline-content,
.timeline-image {
    opacity: 0;
    transition: all .7s ease;
}

.timeline-item[data-side="left"] .timeline-image {
    transform: translateX(-60px);
}

.timeline-item[data-side="left"] .timeline-content {
    transform: translateX(60px);
}

.timeline-item[data-side="right"] .timeline-image {
    transform: translateX(60px);
}

.timeline-item[data-side="right"] .timeline-content {
    transform: translateX(-60px);
}

.timeline-item.active .timeline-content,
.timeline-item.active .timeline-image {
    opacity: 1;
    transform: translateX(0);
}


