html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

/* Sticky footer: short pages fill viewport so the dark footer sits at the bottom */
body.events-app {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.events-app-main {
  flex: 1 0 auto;
  width: 100%;
}

.navbar-transparent {
  background: transparent;
}

.layout {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}

.btn-login {
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  min-width: 112px;
}

.btn-register {
  border-radius: 20px;
  padding: 6px 20px;
  min-width: 130px;
  height: 40px;
}

.btn-register--light-border {
  border-color: #fff;
}

.btn-registern {
  border-radius: 20px;
  padding: 6px 20px;
  min-width: 130px;
  height: 40px;
  background-color: #ffffff;
}

.btn-register-primary {
  background-color: #367695;
  color: #fff;
  border-radius: 20px;
  padding: 8px 22px;
}

.btn-register-primary:hover {
  background-color: #367695;
  color: #fff;
}

.footer-logo-img {
  max-width: 100px;
}

.footer-social-link {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
  text-decoration: none;
  transition: transform 0.2s;
}

.footer-social-link:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.facebook-circle i {
  font-size: 18px;
}

.home-page .navbar-nav .nav-link {
  font-weight: 500;
  padding: 0 15px;
}

.home-page .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.home-page .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-Img {
  position: relative;
  z-index: 0;
}

.bg-Img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6E3594;
  z-index: -1;
}

.hero-carousel-controls {
  position: absolute;
  right: 24px;
  bottom: -85px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-carousel-controls {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .hero-carousel-controls {
    right: 12px;
    bottom: 12px;
  }
}

.hero-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.hero-carousel-dot:not(.active) {
  background: transparent;
}

.hero-carousel-dot.active {
  background: #fff;
}

.hero-carousel-dot:hover,
.hero-carousel-dot:focus,
.hero-carousel-dot:active,
.hero-carousel-dot:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.home-hero {
  padding-top: 120px;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  .home-hero {
    padding-bottom: 6rem;
  }
}

.home-hero__title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}

.home-hero__lead {
  color: #e5e7eb;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.home-hero__actions {
  row-gap: 0.75rem;
}

.home-hero__btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  box-sizing: border-box;
  border-style: solid;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.home-hero__btn--primary {
  display: flex;
  width: 253.713px;
  max-width: 100%;
  height: 57.6px;
  padding: 0 34.713px 0 34px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  border-color: #fff;
  border-width: 0.8px;
  color: #6e3594;
}

.home-hero__btn--primary:hover {
  background: #f3f4f6;
  color: #5c2d7b;
  border-color: #f3f4f6;
}

.home-hero__btn--secondary {
  display: inline-flex;
  height: 57.6px;
  padding: 0 24.962px 0 24.801px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-width: 0.8px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.home-hero__divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 1.5rem 0 1.25rem;
  opacity: 1;
}

.home-hero__stat-num {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.home-hero__stat-label {
  color: #e5e7eb;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .home-hero__media-col {
    min-height: 0;
    height: 100%;
  }
}

/* Flow layout (no absolute img): avoids zero-height collapse when only abs children */
.home-hero__media {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  min-height: 280px;
}

.home-hero__img {
  display: block;
  border-radius: 28px;
  object-fit: cover;
  width: 100%;
  min-height: 280px;
}

@media (min-width: 992px) {
  .home-hero__media {
    flex: 1 1 auto;
    align-self: stretch;
    min-height: min(560px, 75vh);
  }

  .home-hero__img {
    width: 100%;
    min-height: min(560px, 75vh);
    height: auto;
    max-height: none;
  }
}

@media (max-width: 991.98px) {
  .home-hero__title {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.1;
  }

  .home-hero__lead {
    font-size: clamp(1rem, 3.5vw, 1.125rem);
    line-height: 1.45;
  }

  .home-hero__img {
    min-height: 320px;
    max-height: none;
  }
}

/* —— Home: Event Highlights + Our Partners (after hero) —— */
.section-event-highlights {
  background: #fff;
}

@media (min-width: 992px) {
  .section-event-highlights.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.section-event-highlights__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  /* font-weight: 600; */
  color: #6e3594;
  letter-spacing: -0.02em;
}

.section-event-highlights__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  max-width: 36rem;
}

.section-event-highlights__photo-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  min-height: 280px;
  background-color: #f0ecf5;
}

.section-event-highlights__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .section-event-highlights__photo-wrap {
    min-height: 420px;
  }

  .section-event-highlights__photo {
    min-height: 420px;
  }
}

.section-event-highlights__list {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.section-event-highlights__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.section-event-highlights__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #ede4f4;
  color: #6e3594;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.section-event-highlights__item-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.0625rem;
  /* font-weight: 700; */
  color: #252525;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.section-event-highlights__item-text {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #777;
  line-height: 1.55;
}

.section-our-partners {
  color: #fff;
}

.section-our-partners__bg {
  position: absolute;
  inset: 0;
  background-color: #6e3594;
}

.section-our-partners .container {
  z-index: 1;
}

.section-our-partners__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}

.section-our-partners__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.partner-card {
  height: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(200, 170, 235, 0.45);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.partner-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(220, 200, 250, 0.65);
}

.partner-card__logo-wrap {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.partner-card__fa {
  font-size: 2.25rem;
  line-height: 1;
}

.partner-card__fa--google {
  color: #4285f4;
}

.partner-card__fa--nvidia {
  color: #76b900;
}

.partner-card__walmart-burst {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff9c4 0%, #ffc107 45%, #f57c00 100%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
  position: relative;
}

.partner-card__walmart-burst::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff59d;
  opacity: 0.9;
}

.partner-card__audi-rings {
  width: 84px;
  height: 28px;
  color: #d0d0d0;
}

.partner-card__name {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
}

/* —— Home: Gallery (after partners) —— */
.section-home-gallery {
  background: #fff;
}

.section-home-gallery__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #6e3594;
  letter-spacing: -0.02em;
}

.section-home-gallery__heading-row {
  position: relative;
  margin-bottom: 1.75rem;
  padding-left: 0;
  padding-right: 0;
}

/* Match left/right inset so the subtitle stays on the same center axis as the "Gallery" title while arrows sit in the margin */
@media (min-width: 576px) {
  .section-home-gallery__heading-row {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }
}

.section-home-gallery__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  max-width: 100%;
  text-align: center;
}

.section-home-gallery__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.section-home-gallery__arrows--inactive {
  pointer-events: none;
  opacity: 0.38;
}

@media (min-width: 576px) {
  .section-home-gallery__arrows {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    justify-content: flex-end;
  }
}

.section-home-gallery__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #252525;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.section-home-gallery__arrow:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #ccc;
}

.section-home-gallery__arrow:disabled {
  cursor: default;
  opacity: 0.45;
}

.section-home-gallery__arrow:focus {
  outline: none;
}

.section-home-gallery__arrow:focus-visible {
  outline: 2px solid #6e3594;
  outline-offset: 2px;
}

.section-home-gallery__arrow--prev {
  color: #b0b0b0;
  border-color: #e8e8e8;
}

.section-home-gallery__arrow--next {
  color: #252525;
  border-color: #d0d0d0;
}

.section-home-gallery__viewport {
  --gallery-page-count: 1;
  --gallery-gap: clamp(10px, 2.2vw, 18px);
  width: 100%;
  overflow: hidden;
}

.section-home-gallery__track {
  display: flex;
  width: calc(var(--gallery-page-count) * 100%);
  transition: transform 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  .section-home-gallery__track {
    transition: none;
  }
}

.section-home-gallery__slide {
  flex: 0 0 calc(100% / var(--gallery-page-count));
  min-width: 0;
  box-sizing: border-box;
}

.section-home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gallery-gap);
  padding: var(--gallery-gap);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .section-home-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.section-home-gallery__grid-cell {
  min-width: 0;
}

.section-home-gallery__cell {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.section-home-gallery__cell:focus {
  outline: none;
}

.section-home-gallery__cell:focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 53, 148, 0.45);
}

.section-home-gallery__cell-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

.section-home-gallery__cell-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.home-page .sub-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.home-page .content-box {
  height: 100%;
  border-radius: 0.25rem;
}

.home-page .content-box-link {
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.home-page .content-box-link:hover .content-box {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.home-page .content-box-link:hover {
  transform: translateY(-4px);
}

.home-page .content-box-link:focus-visible {
  outline: 3px solid #357694;
  outline-offset: 3px;
}

.home-page .h-title {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}

.home-page .p-title {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
}

.btn-explore {
  border-radius: 50px;
  width: 200px;
  height: 60px;
  color: #1e2546;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
}

.btn-explore-icon {
  background-color: #363636;
  width: 40px;
  height: 40px;
}

.hero-circle-img {
  max-width: 100px;
  height: auto;
}

.home-page .content-box.content-box--events,
.home-page .content-box.content-box--workshops {
  padding: 35px !important;
}

.content-box--events {
  background-color: #eef4f6;
}

.content-box--workshops {
  background-color: #fff7ef;
}

.home-page .content-box .h-title {
  min-height: 3.25rem;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.home-page .content-box .p-title {
  line-height: 1.5;
}

.rounded-10 {
  border-radius: 10px;
}

.event-card-bg {
  background-color: #3576940d;
  padding: 20px;
}

.event-card-bg .card-body {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.event-card-bg.card {
  border: none;
}

.event-tabs {
  border-bottom: 1px solid #e9ecef;
}

.event-tabs .nav-link {
  border: 0;
  color: #5b5b5b;
  font-size: 14px;
  padding: 0 0 10px;
  margin-right: 50px;
}

.event-tabs .nav-link.active {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

.content-icon {
  width: 48px;
  height: 48px;
  color: #fff;
}

.content-icon--events {
  background-color: #7aa6b2;
}

.content-icon--workshops {
  background-color: #d9b38c;
}

.content-icon-img {
  width: 24px;
}

.hero-subtitle {
  width: 60%;
  margin: auto;
}

.events-hero-title {
  color: #252525;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.events-hero-title-accent {
  color: #357694;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.event-hero {
  box-sizing: border-box;
  min-height: 600px;
  /* Neutralize Bootstrap .container-fluid horizontal gutter so only these insets apply */
  --bs-gutter-x: 0;
  /* Match design: equal purple band on all four sides */
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  /* Deep purple stage */
  background:
    radial-gradient(ellipse 90% 70% at 50% 15%, rgba(124, 58, 168, 0.55) 0%, transparent 52%),
    radial-gradient(ellipse 80% 55% at 80% 85%, rgba(75, 29, 122, 0.45) 0%, transparent 45%),
    linear-gradient(89deg, #240a3e   0%, #8a41d3  42%, #8a41d3  72%, #240a3e 100%);
}

.event-hero .event-detail-card-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 575.98px) {
  .event-hero {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

.event-card {
  border-radius: 12px;
  overflow: hidden;
}

/* Event detail banner — typography aligned with design (Montserrat, bold values, grey labels) */
.event-detail-banner-card {
  font-family: Montserrat, sans-serif;
  color: #000;
  border-radius: 25px;
  overflow: hidden;
}

/* Uniform inner padding (~40px design spec) */
.event-detail-banner-card__body {
  padding: 40px;
}

@media (max-width: 575.98px) {
  .event-detail-banner-card__body {
    padding: 24px;
  }
}

.event-detail-banner-card__col--main {
  padding-right: 0;
}

@media (min-width: 992px) {
  .event-detail-banner-card__col--main {
    padding-right: clamp(1rem, 2vw, 1.75rem);
  }
}

.event-detail-banner-card .event-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.65rem;
}

.event-detail-banner-card .event-banner-subtitle {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #777;
  margin-bottom: 0.65rem;
}

.event-detail-banner-card .event-banner-description {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  max-width: 52rem;
}

/* Metadata grid — value on top, label below (matches event detail mock) */
.event-detail-banner-card .event-detail-meta-grid {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-bottom: 1.75rem;
}

.event-detail-banner-card .event-meta-row--dates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1rem;
}

.event-detail-banner-card .event-meta-row--fee-venue {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.25rem;
  row-gap: 1rem;
}

.event-detail-banner-card .event-meta-row--fee-venue .event-meta-cell:first-child {
  grid-column: 1;
}

.event-detail-banner-card .event-meta-row--fee-venue .event-meta-cell:nth-child(2) {
  grid-column: 2;
}

.event-detail-banner-card .event-meta-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
}

.event-detail-banner-card .event-meta-cell-value {
  display: block;
  font-size: 1rem;
  font-weight: 550;
  color: #333;
  line-height: 1.3;
  word-break: break-word;
}

.event-detail-banner-card .event-meta-cell-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #777;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .event-detail-banner-card .event-meta-row--dates {
    grid-template-columns: 1fr 1fr;
  }

  .event-detail-banner-card .event-meta-row--dates .event-meta-cell:last-child {
    grid-column: 1 / -1;
  }

  .event-detail-banner-card .event-meta-row--fee-venue {
    grid-template-columns: 1fr 1fr;
  }

  .event-detail-banner-card .event-meta-row--fee-venue .event-meta-cell:nth-child(2) {
    grid-column: 2;
  }
}

@media (max-width: 479.98px) {
  .event-detail-banner-card .event-meta-row--dates,
  .event-detail-banner-card .event-meta-row--fee-venue {
    grid-template-columns: 1fr;
  }

  .event-detail-banner-card .event-meta-row--dates .event-meta-cell:last-child {
    grid-column: 1;
  }

  .event-detail-banner-card .event-meta-row--fee-venue .event-meta-cell:nth-child(2) {
    grid-column: 1;
  }
}

.event-detail-banner-card .event-banner-image-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #f3f3f3;
  height: 280px;
}

@media (min-width: 992px) {
  .event-detail-banner-card .event-banner-image-wrap {
    height: clamp(300px, 32vw, 400px);
  }
}

.event-detail-banner-card .event-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.event-detail-banner-card .event-banner-share-fab {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #6e3594;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
}

.event-detail-banner-card .event-banner-share-fab:hover {
  color: #5c2d8a;
}

/* Share / QR modal — teal accent to match site buttons, not purple */
.share-event-modal .share-modal-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

.share-event-modal .share-modal-copy-link {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #357694;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}

.share-event-modal .share-modal-copy-link:hover {
  color: #2a5d75;
  text-decoration: underline;
}

.share-event-modal .share-modal-section-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 0.35rem;
}

.share-event-modal .share-modal-hint {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #777;
  text-align: center;
  margin-bottom: 0;
}

.share-event-modal .share-modal-qr {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
}

.share-event-modal .btn-share-modal-primary {
  font-family: Montserrat, sans-serif;
  background-color: #357694;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.share-event-modal .btn-share-modal-primary:hover {
  background-color: #2a5d75;
  color: #fff;
}

.share-event-modal .share-modal-rule {
  border-top: 1px solid #e9ecef;
  margin: 1.25rem 0 1rem;
}

.share-event-modal .share-modal-footer-label {
  font-family: Montserrat, sans-serif;
  font-size: 0.8125rem;
  color: #777;
  text-align: center;
  margin-bottom: 0.75rem;
}

.share-event-modal .share-social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f0f0f0;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1;
}

.share-event-modal .share-social-link:hover {
  background: #e4e4e4;
  color: #000;
  text-decoration: none;
}

.share-event-modal .share-social-link:focus {
  outline: 2px solid #357694;
  outline-offset: 2px;
}

.event-meta small {
  color: #777;
}

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

.event-detail-page .nav-link {
  color: #252525;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.h-desc {
  color: #252525;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.learn-sec {
  color: #808080;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-card {
  background: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  width: 300px;
}

.title-text {
  font-size: 18px;
  color: #333;
}

.download-icon {
  font-size: 20px;
  cursor: pointer;
}

.image {
  width: 96px;
  height: 96px;
}

.border-right-custom {
  /* border-right: 1px solid #ccc; */
  position: relative;
}

.border-right-custom::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 143px;
  border-right: 1px solid #ccc;
}

.organizer-card {
  width: 20rem;
}

.organizer-avatar {
  border-radius: 96px;
  background: #d9d9d9;
}

@media (max-width: 768px) {
  .home-page .title {
    font-size: 32px;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .home-page .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }

  .home-page .btn-login,
  .home-page .btn-register {
    margin-top: 10px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .border-right-custom {
    border-right: none;
  }
}

/* —— Events: Contact page —— */
.events-contact-page {
  background: #fff;
  padding-top: 3.5rem;
}

.events-contact-page__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
  color: #6e3594;
  letter-spacing: -0.02em;
}

.events-contact-page__subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #718096;
  max-width: 28rem;
}

.events-contact-page__icon-wrap {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #ede4f4;
  color: #6e3594;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.events-contact-page__card-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  color: #252525;
}

.events-contact-page__card-line {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #718096;
  line-height: 1.5;
}

.events-contact-page__link {
  color: #718096;
  text-decoration: none;
}

.events-contact-page__link:hover {
  color: #6e3594;
  text-decoration: underline;
}

/* —— Events: About page —— */
.events-about-page {
  background: #fff;
  padding-top: 3.5rem;
}

.events-about-page__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
  color: #6e3594;
  letter-spacing: -0.02em;
}

.events-about-page__lead {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: #718096;
  max-width: 42rem;
  line-height: 1.6;
}

.events-about-page__card {
  font-family: Montserrat, sans-serif;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.events-about-page__icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  background: #ede4f4;
  color: #6e3594;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.events-about-page__card-title {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  color: #252525;
}

.events-about-page__card-text {
  font-family: Montserrat, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #718096;
  line-height: 1.55;
}

/* —— Events listing page: intro heading —— */
.events-listing-intro__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
  color: #6a3d9a;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}

.events-listing-intro__lead {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: #555;
  text-align: center;
  line-height: 1.6;
  max-width: 42rem;
}
