.bs-ticketList-wgt .ticket-card-header {
  background: #1c3a2d;
}

.bs-section[class*=community-section-ticketClass] .bs-btn-wgt.default .bs-button.st-fill {
  /* --highlight-button-bg-color: #1c3a2d; */
  background-color: #f5b83d;
}

[data-section-id="14776000015623973"] .background-layer {
  background: #fae8c5;
}


/* ============================================================
   SIPCE 2027 HERO — SPLIT LAYOUT
      Fix: Override Zoho carousel's hardcoded 620px height clipping
         Selector format: parent-first full chain / data-section-id
            ============================================================ */

/* --- 0. UNCLIP THE CAROUSEL CHAIN (the core fix) --- */
.bs-section.multiple-sections.community-section-banner {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .foreground-layer {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .bs-carousel-widget {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .owl-carousel {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .owl-stage-outer {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .owl-stage {
  height: auto !important;
  overflow: visible !important;
}

.bs-section.multiple-sections.community-section-banner .owl-item {
  height: auto !important;
  overflow: visible !important;
  min-height: unset !important;
}

/* The main-banner section itself */
[data-section-id="14776000015623263"] {
  height: auto !important;
  overflow: visible !important;
}

[data-section-id="14776000015623263"] .foreground-layer {
  height: auto !important;
  min-height: unset !important;
  overflow: visible !important;
  max-width: 100%;
  padding: 0;
}

/* --- 1. TWO-COLUMN GRID --- */
[data-section-id="14776000015623263"] .foreground-layer .banner-widget.media-right {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  height: auto !important;
  min-height: 100vh;
  align-items: stretch;
  overflow: visible !important;
}

/* --- 2. LEFT COLUMN --- */
[data-section-id="14776000015623263"] .foreground-layer .banner-widget .banner-content {
  background-color: #1c3a2d;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: auto !important;
  overflow: visible !important;
  /* padding: 10px 48px 60px 60px; */
}

/* --- 3. RIGHT COLUMN (cream panel) --- */
[data-section-id="14776000015623263"] .foreground-layer .banner-widget .sipce-right-panel {
  background-color: #f5eed8;
  padding: 0px 36px 30px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto !important;
  overflow: visible !important;
}

/* --- 4. PILL BADGES --- */
[data-section-id="14776000015623263"] .banner-content .sipce-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

[data-section-id="14776000015623263"] .banner-content .sipce-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  color: #ddd6c5;
  font-family: inherit;
  background: transparent;
}

[data-section-id="14776000015623263"] .banner-content .sipce-badge.date-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ddd6c5;
  display: inline-block;
  flex-shrink: 0;
}

/* --- 5. HEADLINE --- */
[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015623188"] h1.section-head {
  font-size: 68px !important;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}

[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015623188"] h1.section-head p:first-child span {
  color: #ffffff;
}

[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015623188"] h1.section-head p:nth-child(2) em {
  color: #c9943a;
  font-style: italic;
}

/* --- 6. SUBTITLE BLOCK --- */
[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015629395"] h5.section-sub-title p:first-child strong {
  color: #a8a398;
  font-size: 26px;
  font-weight: 400;
}

[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015629395"] h5.section-sub-title p:nth-child(2) em {
  color: #c9943a;
  font-size: 16px;
  font-style: italic;
}

[data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015629395"] h5.section-sub-title p span {
  color: #c8c2b2;
  font-size: 15px;
  line-height: 1.75;
}

/* --- 7. HIDE ORIGINAL ZOHO BUTTON --- */
/* [data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015623200"] {
  display: none !important;
} */

/* --- 9. STAT CARDS --- */
[data-section-id="14776000015623263"] .banner-content .sipce-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

[data-section-id="14776000015623263"] .banner-content .sipce-stats .sipce-stat-card {
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 18px 20px;
}

[data-section-id="14776000015623263"] .banner-content .sipce-stats .sipce-stat-card .stat-number {
  font-size: 38px;
  font-weight: 800;
  color: #c9943a;
  line-height: 1;
}

[data-section-id="14776000015623263"] .banner-content .sipce-stats .sipce-stat-card .stat-label {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #a8a398;
  margin-top: 5px;
}

/* --- 10. RIGHT PANEL — HEADING --- */
[data-section-id="14776000015623263"] .sipce-right-panel .sipce-panel-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1c2e1f;
  margin: 0 0 6px;
  line-height: 1.2;
  padding-top: 50px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-panel-heading h2 em {
  color: #a0401a;
  font-style: italic;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-panel-heading p {
  font-size: 13px;
  color: #6b6050;
  margin: 0;
}

/* --- 11. COUNTDOWN --- */
[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown {
  background-color: #1c3a2d;
  border-radius: 12px;
  padding: 24px 28px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a8a398;
  margin-bottom: 14px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-digits {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-unit .digit {
  font-size: 54px;
  font-weight: 800;
  color: #c9943a;
  line-height: 1;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-unit .unit-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #a8a398;
  margin-top: 5px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-countdown .countdown-sep {
  font-size: 42px;
  color: #c9943a;
  font-weight: 800;
  margin-bottom: 16px;
  padding: 0 4px;
}

/* --- 12. BOOTH GRID --- */
[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 22px;
  border: 1px solid #e0d9c8;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-hall-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-hall-header h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1c2e1f;
  margin: 0;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-avail-count {
  font-size: 12px;
  color: #3a7a52;
  display: flex;
  align-items: center;
  gap: 5px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-avail-count::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a7a52;
  display: inline-block;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slot {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  min-width: 36px;
  text-align: center;
  cursor: pointer;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slot.available {
  background: #f0ece2;
  border: 1px solid #c8c2b0;
  color: #3d3525;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slot.booked {
  background: #e0ddd5;
  border: 1px solid #c0bdb5;
  color: #888;
  cursor: not-allowed;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slot.premium {
  background: #fff4e0;
  border: 1px solid #c9943a;
  color: #7a5515;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-slot.sponsor {
  background: #fde8e8;
  border: 1px solid #c04040;
  color: #7a1515;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #5a5245;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .booth-legend .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .legend-dot.available {
  background: #c8c2b0;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .legend-dot.booked {
  background: #b8b4ae;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .legend-dot.premium {
  background: #c9943a;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-booth-grid .legend-dot.sponsor {
  background: #c04040;
}

/* --- 13. SPONSORS STRIP --- */
[data-section-id="14776000015623263"] .sipce-right-panel .sipce-sponsors-strip {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 22px;
  border: 1px solid #e0d9c8;
  padding-bottom: 50px !important;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-sponsors-strip .sponsors-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a7d6a;
  margin-bottom: 14px;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-sponsors-strip .sponsor-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

[data-section-id="14776000015623263"] .sipce-right-panel .sipce-sponsors-strip .sponsor-icon-box {
  width: 50px;
  height: 50px;
  background: #f5eed8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

[data-section-id="14776000015623263"] .foreground-layer .banner-widget.middle-align {
  align-items: flex-start !important;
}



/* ============================================
   MEET THE BRANDS SECTION
      ============================================ */

.sipce-brands-section {
  background-color: #f5eed8;
  padding: 60px 80px;
  font-family: inherit;
}

.sipce-brands-section .brands-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}

.sipce-brands-section .brands-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.sipce-brands-section .brands-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9943a;
  display: inline-block;
}

.sipce-brands-section .brands-heading {
  font-size: 42px;
  font-weight: 800;
  color: #1c2e1f;
  margin: 0;
  line-height: 1.1;
}

.sipce-brands-section .brands-heading em {
  color: #a0401a;
  font-style: italic;
}

.sipce-brands-section .brands-meta {
  font-size: 13px;
  color: #6b6050;
  align-self: flex-end;
  white-space: nowrap;
}

/* Filter tabs */
.sipce-brands-section .brands-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.sipce-brands-section .brands-filters .filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #3a3a3a;
  transition: all 0.2s;
  font-family: inherit;
}

.sipce-brands-section .brands-filters .filter-tab.active {
  background: #1c3a2d;
  color: #ffffff;
  border-color: #1c3a2d;
}

.sipce-brands-section .brands-filters .filter-tab:hover:not(.active) {
  background: rgba(0, 0, 0, 0.06);
}

/* Cards grid */
.sipce-brands-section .brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

@media (max-width: 1200px) {
  .sipce-brands-section .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .sipce-brands-section .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sipce-brands-section {
    padding: 40px 24px;
  }
}

/* Individual brand card */
.sipce-brands-section .brand-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
  width: 150px;
}

.sipce-brands-section .brand-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.sipce-brands-section .brand-card .card-icon-area {
  background: #f0ece4;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  position: relative;
}

.sipce-brands-section .brand-card .card-bookmark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  color: #555;
}

.sipce-brands-section .brand-card .card-body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.sipce-brands-section .brand-card .card-category {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 0;
}

.sipce-brands-section .brand-card .card-name {
  font-size: 14px;
  font-weight: 700;
  color: #1c2e1f;
  margin: 2px 0;
  line-height: 1.3;
}

.sipce-brands-section .brand-card .card-desc {
  font-size: 11.5px;
  color: #6b6050;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 10px;
}

.sipce-brands-section .brand-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #f0ece4;
}

.sipce-brands-section .brand-card .card-booth {
  font-size: 11px;
  font-weight: 600;
  color: #6b6050;
  background: #f0ece4;
  padding: 3px 8px;
  border-radius: 4px;
}

.sipce-brands-section .brand-card .card-btn {
  font-size: 11px;
  font-weight: 700;
  color: #a0401a;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
  text-decoration: none;
}

.sipce-brands-section .brand-card .card-btn:hover {
  text-decoration: underline;
}

/* Category colors */
.sipce-brands-section .brand-card .card-category.cat-nutrition {
  color: #c9943a;
}

.sipce-brands-section .brand-card .card-category.cat-grooming {
  color: #a0401a;
}

.sipce-brands-section .brand-card .card-category.cat-veterinary {
  color: #4a7c59;
}

.sipce-brands-section .brand-card .card-category.cat-accessories {
  color: #c04040;
}

.sipce-brands-section .brand-card .card-category.cat-pettech {
  color: #3a5a8a;
}

.sipce-brands-section .brand-card .card-category.cat-startup {
  color: #7a5515;
}

/* Card icon area bg by category */
.sipce-brands-section .brand-card.cat-nutrition .card-icon-area {
  background: #fdf5e8;
}

.sipce-brands-section .brand-card.cat-grooming .card-icon-area {
  background: #fde8e8;
}

.sipce-brands-section .brand-card.cat-veterinary .card-icon-area {
  background: #e8f5ee;
}

.sipce-brands-section .brand-card.cat-accessories .card-icon-area {
  background: #fde8e8;
}

.sipce-brands-section .brand-card.cat-pettech .card-icon-area {
  background: #e8eef8;
}

.sipce-brands-section .brand-card.cat-startup .card-icon-area {
  background: #f0f5e8;
}

/* --- 14. RESPONSIVE --- */
@media (max-width: 768px) {
  [data-section-id="14776000015623263"] .foreground-layer .banner-widget.media-right {
    grid-template-columns: 1fr;
  }

  [data-section-id="14776000015623263"] .foreground-layer .banner-widget .banner-content {
    padding: 40px 24px;
  }

  [data-section-id="14776000015623263"] .foreground-layer .banner-widget .sipce-right-panel {
    padding: 32px 24px;
  }

  [data-section-id="14776000015623263"] .banner-content [data-element-id="14776000015623188"] h1.section-head {
    font-size: 44px !important;
  }
}




/* ===== SPONSORS — shared styling for all 3 tier sections ===== */
[data-section-id="14776000015629795"] .background-layer,
[data-section-id="14776000015635008"] .background-layer,
[data-section-id="14776000015635077"] .background-layer {
  background: #1f2a22;
}

/* Tier label row (the small subtitle) -> left aligned with badge + divider */
[data-section-id="14776000015635008"] .section-title,
[data-section-id="14776000015635077"] .section-title {
  display: none;
  /* hide "Enter a Title" placeholder on Gold/Associate */
}

[data-section-id="14776000015629795"] .section-subtitle,
[data-section-id="14776000015635008"] .section-subtitle,
[data-section-id="14776000015635077"] .section-subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  font-weight: 700;
  color: #f5f1e6;
  font-size: 22px;
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 16px;
}

/* badge + divider line built after the label text */
[data-section-id="14776000015629795"] .section-subtitle::before,
[data-section-id="14776000015635008"] .section-subtitle::before,
[data-section-id="14776000015635077"] .section-subtitle::before {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid;
  white-space: nowrap;
}

[data-section-id="14776000015629795"] .section-subtitle::after,
[data-section-id="14776000015635008"] .section-subtitle::after,
[data-section-id="14776000015635077"] .section-subtitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

/* Platinum badge (gold) */
[data-section-id="14776000015629795"] .section-subtitle::before {
  content: "PLATINUM";
  color: #d9b24a;
  border-color: #d9b24a;
  background: rgba(217, 178, 74, 0.08);
}

/* Gold badge (brown) */
[data-section-id="14776000015635008"] .section-subtitle::before {
  content: "GOLD";
  color: #c98a5e;
  border-color: #8a5a3c;
  background: rgba(138, 90, 60, 0.18);
}

/* Associate badge (green) */
[data-section-id="14776000015635077"] .section-subtitle::before {
  content: "ASSOCIATE";
  color: #8fae8f;
  border-color: #5a7a5a;
  background: rgba(90, 122, 90, 0.12);
}

/* ===== Cards ===== */
[data-section-id="14776000015629795"] .li-item,
[data-section-id="14776000015635008"] .li-item,
[data-section-id="14776000015635077"] .li-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
}

/* Icon image -> centered rounded square */
[data-section-id="14776000015629795"] .list-image,
[data-section-id="14776000015635008"] .list-image,
[data-section-id="14776000015635077"] .list-image {
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

[data-section-id="14776000015629795"] .media-element.img-rectangle,
[data-section-id="14776000015635008"] .media-element.img-rectangle,
[data-section-id="14776000015635077"] .media-element.img-rectangle,
[data-section-id="14776000015629795"] .media-image,
[data-section-id="14776000015635008"] .media-image,
[data-section-id="14776000015635077"] .media-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Name + role text */
[data-section-id="14776000015629795"] .li-title,
[data-section-id="14776000015635008"] .li-title,
[data-section-id="14776000015635077"] .li-title {
  color: #f5f1e6;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-bottom: 6px;
}

[data-section-id="14776000015629795"] .li-description,
[data-section-id="14776000015635008"] .li-description,
[data-section-id="14776000015635077"] .li-description {
  color: #9aa79a;
  font-size: 13px;
  text-align: center;
}

/* Associate row: 5 cards in one row instead of wrapping */
[data-section-id="14776000015635077"] .bs-mtList-wgt.grb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

[data-section-id="14776000015635077"] .bs-mtList-wgt.grb-list .li-item {
  flex: 0 0 calc(20% - 16px);
  max-width: 220px;
}

/* ===== SPONSOR EMOJI ICONS (rendered via CSS, no uploaded images needed) ===== */

/* Hide the gray placeholder image, keep the rounded icon tile */
[data-section-id="14776000015629795"] .list-image .bs-media-wgt,
[data-section-id="14776000015635008"] .list-image .bs-media-wgt,
[data-section-id="14776000015635077"] .list-image .bs-media-wgt {
  display: none;
}

/* Center an emoji inside the icon tile */
[data-section-id="14776000015629795"] .list-image::after,
[data-section-id="14776000015635008"] .list-image::after,
[data-section-id="14776000015635077"] .list-image::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 1;
}

/* --- Platinum (3 cards): dog, hospital, herb --- */
[data-section-id="14776000015629795"] .li-item:nth-child(1) .list-image::after {
  content: "🐕";
}

[data-section-id="14776000015629795"] .li-item:nth-child(2) .list-image::after {
  content: "🏥";
}

[data-section-id="14776000015629795"] .li-item:nth-child(3) .list-image::after {
  content: "🌿";
}

/* --- Gold (4 cards): scissors, bone, pill, paws --- */
[data-section-id="14776000015635008"] .li-item:nth-child(1) .list-image::after {
  content: "✂️";
}

[data-section-id="14776000015635008"] .li-item:nth-child(2) .list-image::after {
  content: "🦴";
}

[data-section-id="14776000015635008"] .li-item:nth-child(3) .list-image::after {
  content: "💊";
}

[data-section-id="14776000015635008"] .li-item:nth-child(4) .list-image::after {
  content: "🐾";
  color: transparent;
  text-shadow: 0 0 0 #ffffff;
}

/* --- Associate (5 cards): fish, cat, house, phone, rice --- */
[data-section-id="14776000015635077"] .li-item:nth-child(1) .list-image::after {
  content: "🐟";
}

[data-section-id="14776000015635077"] .li-item:nth-child(2) .list-image::after {
  content: "🐈";
}

[data-section-id="14776000015635077"] .li-item:nth-child(3) .list-image::after {
  content: "🏡";
}

[data-section-id="14776000015635077"] .li-item:nth-child(4) .list-image::after {
  content: "📱";
}

[data-section-id="14776000015635077"] .li-item:nth-child(5) .list-image::after {
  content: "🌾";
}

/* ===== SPONSOR CARD HOVER — brighten + lift ===== */
[data-section-id="14776000015629795"] .li-item,
[data-section-id="14776000015635008"] .li-item,
[data-section-id="14776000015635077"] .li-item {
  transition: transform 0.25s ease, background 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease;
}

[data-section-id="14776000015629795"] .li-item:hover,
[data-section-id="14776000015635008"] .li-item:hover,
[data-section-id="14776000015635077"] .li-item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* ===== PET SHOWS & ACTIVITIES — section 14776000015635245 ===== */
[data-section-id="14776000015635245"] .background-layer {
  background: #c4522a;
}

[data-section-id="14776000015635245"] .section-title {
  color: #fdf6f2;
  font-size: 60px;
  line-height: 1.05;
}

/* Make the description a 2-col grid (live = .li-description, editor = .ql-editor) */
[data-section-id="14776000015635245"] .li-description,
[data-section-id="14776000015635245"] .li-description .ql-editor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

/* Intro paragraph: full width, no card */
[data-section-id="14776000015635245"] .li-description>p:first-child,
[data-section-id="14776000015635245"] .li-description .ql-editor>p:first-child {
  grid-column: 1 / -1;
  color: #f0d6ca;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 8px;
}

/* The six activity paragraphs -> cards */
[data-section-id="14776000015635245"] .li-description>p:not(:first-child),
[data-section-id="14776000015635245"] .li-description .ql-editor>p:not(:first-child) {
  background: rgba(0, 0, 0, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0;
  color: #f3d9cd;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

/* ===== EVENT APP — section 14776000015635294 ===== */
[data-section-id="14776000015635294"] .background-layer {
  background: #294d3b;
}

[data-section-id="14776000015635294"] .section-title {
  color: #fdf6f2;
  font-size: 56px;
  line-height: 1.08;
}

/* 2-column grid (live = .li-description, editor preview = .ql-editor) */
[data-section-id="14776000015635294"] .li-description,
[data-section-id="14776000015635294"] .li-description .ql-editor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

/* Intro paragraph: full width, no card */
[data-section-id="14776000015635294"] .li-description>p:first-child,
[data-section-id="14776000015635294"] .li-description .ql-editor>p:first-child {
  grid-column: 1 / -1;
  color: #c7d3c7;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 8px;
}

/* The six feature paragraphs -> cards */
[data-section-id="14776000015635294"] .li-description>p:not(:first-child),
[data-section-id="14776000015635294"] .li-description .ql-editor>p:not(:first-child) {
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 0;
  color: #9fb0a0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

/* =============================================
   TESTIMONIALS SECTION - Exact Selectors
      ============================================= */

/* Dark background */
[data-section-id="14776000015635373"] .background-layer {
  background: #1e3328 !important;
  opacity: 1 !important;
}

/* Section heading color */
[data-section-id="14776000015635373"] h3.section-title,
[data-section-id="14776000015635373"] h3.section-title p,
[data-section-id="14776000015635373"] h3.section-title strong {
  color: #ffffff !important;
}

/* Section subtitle color */
[data-section-id="14776000015635373"] h5.section-sub-title,
[data-section-id="14776000015635373"] h5.section-sub-title p,
[data-section-id="14776000015635373"] h5.section-sub-title span {
  color: #aaaaaa !important;
}

/* Add TESTIMONIALS badge before the heading */
[data-section-id="14776000015635373"] .foreground-layer>article::before {
  content: "● TESTIMONIALS";
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 2.5px;
  color: #cccccc;
  border: 1px solid #4a6b55;
  border-radius: 20px;
  padding: 6px 18px;
  width: fit-content;
  margin: 0 auto 20px auto;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

/* Card style for each testimonial item */
[data-section-id="14776000015635373"] .li-item {
  background: #243d2e !important;
  border: 1px solid #3a5a44 !important;
  border-radius: 16px !important;
  padding: 28px 24px !important;
}

/* Add star rating before each quote */
[data-section-id="14776000015635373"] .li-description::before {
  content: "★★★★★";
  display: block;
  color: #d4a843;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

/* Quote text */
[data-section-id="14776000015635373"] .li-description,
[data-section-id="14776000015635373"] .li-description p,
[data-section-id="14776000015635373"] .li-description em {
  color: #d0d8d2 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* Author name */
[data-section-id="14776000015635373"] .li-title,
[data-section-id="14776000015635373"] .li-title p {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* Role / subtitle */
[data-section-id="14776000015635373"] .li-subtitle,
[data-section-id="14776000015635373"] .li-subtitle p {
  color: #d4a843 !important;
  font-size: 13px !important;
}

/* Make avatar image circular */
[data-section-id="14776000015635373"] .li-item .li-image img {
  border-radius: 50% !important;
  width: 52px !important;
  height: 52px !important;
  object-fit: cover !important;
}

/* Gap between columns */
[data-section-id="14776000015635373"] .bs-mtList-wgt.grb-list {
  gap: 20px !important;
}

/* Grid columns spacing */
[data-section-id="14776000015635373"] .image-layout {
  padding: 0 20px !important;
}

/* Hide countdown timer */
.sipce-countdown {
  display: none !important;
}

/* (keep all your existing CSS, but make sure these lines are present) */
.sipce-countdown {
  display: none !important;
}

.sipce-booth-grid {
  display: none !important;
}

.sipce-sponsors-strip {
  display: none !important;
}

.sipce-floorplan-embed {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}

.sipce-floorplan-embed iframe {
  display: block;
  width: 100%;
  height: 700px;
  border: none;
}


/* Mobile fixes for brands section */
@media (max-width: 600px) {
  .sipce-brands-section .brands-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .sipce-brands-section .brands-heading {
    font-size: 28px !important;
  }

  .sipce-brands-section .brands-top-row {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .sipce-brands-section .brands-filters {
    gap: 6px !important;
  }

  .sipce-brands-section .brands-filters .filter-tab {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  .sipce-brands-section .brand-card .card-name {
    font-size: 12px !important;
  }

  .sipce-brands-section .brand-card .card-desc {
    font-size: 10.5px !important;
  }

  .sipce-brands-section .brand-card .card-icon-area {
    height: 80px !important;
    font-size: 34px !important;
  }

  .sipce-brands-section .brand-card .card-body {
    padding: 10px !important;
  }
}


