/* Ported from the design file — do not hand-edit the :hover block below. */
html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}

a {
  color: #3a3a3c;
  text-decoration: none;
}

a:hover {
  color: #b9a89c;
}

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

input,
select,
textarea,
button {
  font-family: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

iframe {
  border: 0;
}

/* hover / focus states hoisted from the design's inline style-hover attributes */
.dh1:hover {
  background: #1fbe5a !important
}

.dh2:hover {
  background: #fcc300 !important;
  color: #1d1d1f !important
}

.dh3:hover {
  background: #fcc300 !important;
  color: #1d1d1f !important
}

.dh4:hover {
  opacity: 0.7 !important
}

.dh5:hover {
  border: 1px solid #128c7e !important
}

.dh6:hover {
  background: #1fbe5a !important
}

.dh7:hover {
  opacity: 0.7 !important
}

.dh8:hover {
  color: #6f5b4c !important
}

.dh9:hover {
  color: #6f5b4c !important
}

.dh10:hover {
  color: #6f5b4c !important
}

.dh11:hover {
  color: #6f5b4c !important
}

.dh12:hover {
  color: #6f5b4c !important
}

.dh13:hover {
  color: #6f5b4c !important
}

.dh14:hover {
  background: #e5b000 !important
}

.dh15:hover {
  opacity: 0.7 !important
}

.dh16:hover {
  background: #e5b000 !important
}

.dh17:hover {
  opacity: 0.7 !important
}

.dh18:hover {
  background: rgba(255, 255, 255, 0.32) !important
}

.dh19:hover {
  background: rgba(255, 255, 255, 0.32) !important
}

.dh20:hover {
  background: #e5b000 !important
}

.dh21:hover {
  color: #1d1d1f !important
}

.dh22:hover {
  opacity: 0.6 !important
}

.dh23:hover {
  opacity: 0.86 !important
}

.dh24:hover {
  background: #e5b000 !important
}

.dh25:hover {
  background: rgba(255, 255, 255, 0.36) !important
}

.dh26:hover {
  background: rgba(255, 255, 255, 0.36) !important
}

.dh27:hover {
  opacity: 1 !important
}

.dh28:hover {
  color: #1d1d1f !important
}

.dh29:hover {
  background: #e5b000 !important
}

.dh30:hover {
  background: #f5f5f7 !important
}

.dh31:hover {
  color: #1d1d1f !important
}

.dh32:hover {
  opacity: 0.9 !important
}

.dh33:hover {
  background: #e5b000 !important
}

.dh34:hover {
  background: #e5b000 !important
}

.dh35:hover {
  background: #f5f5f7 !important
}

.dh36:focus {
  border: 1px solid #fcc300 !important
}

.dh37:focus {
  border: 1px solid #fcc300 !important
}

.dh38:focus {
  border: 1px solid #fcc300 !important
}

.dh39:focus {
  border: 1px solid #fcc300 !important
}

.dh40:focus {
  border: 1px solid #fcc300 !important
}

.dh41:hover {
  background: #e5b000 !important
}

.dh42:hover {
  background: #000000 !important
}

.dh43:hover {
  background: #000000 !important
}

.dh44:hover {
  color: #1d1d1f !important
}

.dh45:hover {
  background: #000000 !important
}

.dh46:hover {
  background: #e5b000 !important
}

/* JS-toggled overlays (ported from the design's conditional blocks) */
#chatPanel {
  display: none !important;
}

#chatPanel.is-open {
  display: flex !important;
}

#menuOverlay {
  display: none !important;
}

#menuOverlay.is-open {
  display: flex !important;
}

/* ======================================================== */
/* IREC Page — Fluid Typography & Mobile Responsive System   */
/* ======================================================== */
.irec-page-wrap {
  width: 100%;
  overflow-x: hidden;
}

/* Hero Section */
.irec-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
}

.irec-eyebrow {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f5b4c;
}

.irec-hero-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(32px, 5.5vw, 60px);
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #1d1d1f;
}

.irec-lead-para {
  margin: 0;
  max-width: 840px;
  font-size: clamp(16px, 2vw, 18.5px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #1d1d1f;
  font-weight: 600;
  text-wrap: pretty;
}

.irec-body-para {
  margin: 0;
  max-width: 840px;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #515154;
  text-wrap: pretty;
}

/* Yellow Stats Section */
.irec-stats-section {
  background: #fcc300;
  width: 100%;
}

.irec-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.irec-stat-item {
  padding: clamp(32px, 4vw, 44px) clamp(16px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.irec-stat-item:first-child {
  padding-left: 0;
}

.irec-stat-item:last-child {
  border-right: none;
}

.irec-stat-val {
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 48px);
  letter-spacing: -0.025em;
  color: #1d1d1f;
  line-height: 1;
}

.irec-stat-lbl {
  font-size: clamp(12.5px, 1.5vw, 14px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #2c2c2e;
}

/* Stats Responsive Breakpoints */
@media (max-width: 860px) {
  .irec-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 clamp(16px, 4vw, 32px);
  }

  .irec-stat-item {
    padding: 28px 18px !important;
  }

  .irec-stat-item:nth-child(1),
  .irec-stat-item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .irec-stat-item:nth-child(2) {
    border-right: none;
  }

  .irec-stat-item:nth-child(4) {
    border-right: none;
  }
}

@media (max-width: 480px) {
  .irec-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .irec-stat-item {
    padding: 22px 12px !important;
    gap: 6px;
  }

  .irec-stat-val {
    font-size: 28px;
  }

  .irec-stat-lbl {
    font-size: 12px;
  }
}

/* "The World of IREC" Section */
.irec-world-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(36px, 5vw, 80px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 56px);
  max-width: 1500px;
  margin: 0 auto;
  align-items: start;
}

.irec-world-heading {
  margin: 0;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #1d1d1f;
}

@media (min-width: 992px) {
  .irec-world-heading {
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 991px) {
  .irec-world-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Global Host Journey Ribbon */
.irec-journey-ribbon {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 28px clamp(20px, 5vw, 56px);
}

.irec-journey-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.irec-journey-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 14px;
}

.irec-journey-list {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.irec-journey-list::-webkit-scrollbar {
  display: none;
}

.irec-city-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 8px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  flex-shrink: 0;
}

.irec-city-badge--current {
  background: #fcc300;
  border-color: #e5b000;
  color: #1d1d1f;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(252, 195, 0, 0.25);
}

.irec-journey-arrow {
  color: #94a3b8;
  font-size: 12px;
  flex-shrink: 0;
}

/* Bottom CTA Banner */
.irec-cta-wrap {
  position: relative;
  height: clamp(340px, 45vh, 460px);
  background-image: url('../img/cta-crossing.avif');
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.irec-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 11, 0.48);
}

.irec-cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 3vw, 24px);
  text-align: center;
  padding: 0 clamp(20px, 4vw, 40px);
  max-width: 820px;
}

.irec-cta-text {
  margin: 0;
  font-weight: 600;
  font-size: clamp(22px, 4vw, 32px);
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #ffffff;
  text-wrap: pretty;
}

.irec-cta-btn {
  cursor: pointer;
  padding: clamp(14px, 2.5vw, 18px) clamp(26px, 4vw, 36px);
  border-radius: 4px;
  background: #fcc300;
  color: #1d1d1f;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 15.5px);
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
  display: inline-block;
}

.irec-cta-btn:hover {
  background: #e5b000 !important;
  transform: translateY(-1px);
}

/* ======================================================== */
/* About Page — Fluid Typography & Mobile Responsive System  */
/* ======================================================== */
.about-page-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 64px);
}

.about-header-section {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
}

.about-eyebrow {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f5b4c;
}

.about-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #1d1d1f;
  max-width: 900px;
}

.about-intro {
  margin: 0;
  max-width: 820px;
  font-size: clamp(15.5px, 1.8vw, 17px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #6e6e73;
  text-wrap: pretty;
}

/* Organisation Presentation Card */
.about-org-card {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.about-org-logo-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-org-logo-wrap {
  height: clamp(80px, 12vw, 120px);
  width: 100%;
  max-width: 325px;
  position: relative;
  align-self: flex-start;
}

.about-org-logo-img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.about-org-body-col {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vw, 24px);
}

.about-org-lead {
  margin: 0;
  max-width: 820px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #1d1d1f;
  font-weight: 600;
  text-wrap: pretty;
}

.about-org-para {
  margin: 0;
  max-width: 820px;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: #515154;
  text-wrap: pretty;
}

/* Organisation Stats Grid */
.about-org-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 4px;
}

.about-org-stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 12px;
}

.about-org-stat-val {
  font-weight: 700;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.02em;
  color: #1d1d1f;
  line-height: 1;
}

.about-org-stat-lbl {
  font-size: clamp(12.5px, 1.4vw, 14px);
  letter-spacing: -0.01em;
  color: #6e6e73;
  font-weight: 500;
}

/* About Responsive Breakpoints */
@media (max-width: 991px) {
  .about-org-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-org-logo-wrap {
    height: 75px;
  }
}

@media (max-width: 640px) {
  .about-org-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
}

@media (max-width: 400px) {
  .about-org-stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* Bottom Yellow Contact Callout Strip */
.about-contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(24px, 4vw, 36px) clamp(20px, 4vw, 36px);
  background: #fcc300;
  border-radius: 4px;
}

.about-contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.about-contact-title {
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 22px);
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.about-contact-sub {
  font-size: clamp(13.5px, 1.6vw, 15px);
  color: #3a3a3c;
}

.about-contact-btn {
  cursor: pointer;
  padding: clamp(14px, 2vw, 18px) clamp(24px, 3.5vw, 32px);
  background: #1d1d1f;
  color: #ffffff;
  font-size: clamp(14px, 1.8vw, 15px);
  font-weight: 700;
  white-space: nowrap;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.about-contact-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

@media (max-width: 580px) {
  .about-contact-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .about-contact-btn {
    text-align: center;
    width: 100%;
  }
}

/* ======================================================== */
/* Home Page Hero & Filter Bar Mobile Responsive System     */
/* ======================================================== */
.hero-main-container {
  position: relative;
  background: #f5f5f7;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-chips-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.hero-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.hero-filter-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 2px;
  background: #f5f5f7;
  min-width: 0;
  position: relative;
}

.hero-filter-box select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  color: #1d1d1f;
  max-width: 100%;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.hero-filter-box .filter-label {
  font-size: 12px;
  color: #86868b;
  white-space: nowrap;
}

/* Category & Status mobile dropdowns - hidden on desktop */
.mobile-filter-item {
  display: none !important;
}

@media (max-width: 768px) {
  .hero-main-container {
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide the chips bar on mobile */
  .hero-chips-bar {
    display: none !important;
  }

  /* Show Category & Status dropdowns on mobile */
  .mobile-filter-item {
    display: flex !important;
  }

  /* Always 2 filter options per row on mobile */
  .hero-dropdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 10px !important;
    width: 100% !important;
  }

  .hero-filter-box {
    padding: 8px 12px !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-filter-box select {
    font-size: 13.5px !important;
  }

  .hero-discover-btn {
    grid-column: 1 / -1 !important;
    padding: 14px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  .hero-dropdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .hero-filter-box {
    padding: 7px 10px !important;
  }

  .hero-filter-box select {
    font-size: 12.5px !important;
  }
}

/* ======================================================== */
/* Project Page Curated Conveniences & Modal Overlay        */
/* ======================================================== */
.amenities-preview-container {
  position: relative;
  transition: all 0.3s ease;
}

.amenity-chip {
  transition: transform 0.15s ease, background 0.15s ease;
}

.amenity-chip:hover {
  background: #ebebee !important;
  transform: translateY(-1px);
}

.amenity-modal-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.amenity-modal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1 !important;
}

.btn-show-amenities {
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-show-amenities:hover {
  background: #000000 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ======================================================== */
/* Responsive Project Page Design System                    */
/* ======================================================== */
.project-hero-container {
  position: relative;
  height: 100vh;
  max-height: 880px;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(32px, 5vw, 56px) clamp(16px, 4vw, 40px);
}

.project-hero-title {
  margin: 0;
  font-weight: 600;
  font-size: clamp(32px, 6.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: #ffffff;
  word-break: break-word;
}

.project-offer-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 2vw, 18px);
  padding: clamp(14px, 2vw, 20px) clamp(16px, 4vw, 40px);
  background: #fcc300;
  color: #1d1d1f;
  flex-wrap: wrap;
}

.project-overview-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding: clamp(36px, 5vw, 64px) clamp(16px, 4vw, 40px) clamp(24px, 4vw, 40px);
  max-width: 1500px;
  margin: 0 auto;
  align-items: start;
}

.project-headline {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3.8vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.project-body-text {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: #6e6e73;
  text-wrap: pretty;
}

.project-details-box {
  background: #f5f5f7;
  border-radius: 4px;
  padding: clamp(20px, 3.5vw, 32px);
}

.project-gallery-section {
  padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px);
  max-width: 1500px;
  margin: 0 auto;
}

.project-gallery-stage {
  position: relative;
  height: clamp(260px, 55vw, 620px);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

.gallery-thumbs-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}

.gallery-thumbs-row::-webkit-scrollbar {
  display: none;
}

.gallery-thumb-item {
  cursor: pointer;
  flex: 0 0 clamp(80px, 14vw, 120px);
  height: clamp(55px, 9vw, 84px);
  min-width: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.project-plans-section {
  padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px);
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}

.project-plans-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
}

.project-plan-stage {
  position: relative;
  height: clamp(260px, 50vw, 520px);
  background: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  overflow: hidden;
}

.project-location-section {
  padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px);
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}

.project-location-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.project-map-iframe {
  width: 100%;
  height: clamp(260px, 45vw, 460px);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  display: block;
}

.project-location-info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(20px, 3.5vw, 32px);
  background: #f5f5f7;
  border-radius: 4px;
}

.project-nearby-section {
  padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 40px) clamp(48px, 8vw, 96px);
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}

.project-nearby-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 20px;
}

.project-nearby-card {
  cursor: pointer;
  position: relative;
  height: clamp(220px, 30vw, 270px);
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: clamp(16px, 3vw, 24px);
}

/* Breakpoint for Tablets & Small Desktops (<= 1024px) */
@media (max-width: 1024px) {
  .project-overview-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .project-plans-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .project-location-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

/* Breakpoint for Mobile Devices (<= 768px) */
@media (max-width: 768px) {
  .project-hero-container {
    min-height: 440px !important;
    height: 75vh !important;
  }

  .project-offer-banner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .project-gallery-stage {
    height: clamp(240px, 50vw, 360px) !important;
  }

  .gallery-thumbs-row {
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .gallery-thumb-item {
    flex: 0 0 84px !important;
    height: 58px !important;
    min-width: 84px !important;
  }
}

/* Breakpoint for Small Mobile Screens (<= 480px) */
@media (max-width: 480px) {
  .project-hero-container {
    min-height: 380px !important;
    height: 70vh !important;
  }

  .amenity-chip {
    font-size: 12.5px !important;
    padding: 7px 11px !important;
  }

  .btn-show-amenities {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ======================================================== */
/* International Telephone Input & OTP Verification System  */
/* ======================================================== */
.iti {
  width: 100% !important;
  display: block !important;
  position: relative !important;
}

.iti__flag-container {
  position: absolute !important;
  top: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
}

.iti__selected-flag {
  height: 100% !important;
  padding: 0 10px 0 12px !important;
  background: #f5f5f7 !important; /* Solid background matching input so digits never show behind flag/code */
  border-radius: 3px 0 0 3px !important;
  border-right: 1.5px solid #d1d5db !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
}

.iti__selected-dial-code {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1d1d1f !important;
  margin-left: 6px !important;
}

.iti__arrow {
  margin-left: 6px !important;
  border-top-color: #6b7280 !important;
}

.iti__country-list {
  background: #ffffff !important;
  color: #1d1d1f !important;
  border: 1px solid #d1d5db !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  max-height: 240px !important;
  z-index: 1000 !important;
  font-size: 13.5px !important;
}

.iti__country {
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: #fdf8e2 !important;
}

.iti__country-name {
  color: #1d1d1f !important;
  font-weight: 500 !important;
}

.iti__dial-code {
  color: #6b7280 !important;
}

/* OTP Verification UI & Strict Input Alignment */
.otp-flex-row {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  width: 100%;
}

.otp-flex-row > div:first-child,
.otp-flex-row > input:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.otp-btn {
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  box-sizing: border-box !important;
  padding: 0 22px !important;
  border-radius: 4px !important;
  background: #1d1d1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
}

.otp-btn:hover:not(:disabled) {
  background: #fcc300;
  color: #1d1d1f;
}

.otp-btn:disabled {
  background: #e5e5ea;
  color: #8e8e93;
  cursor: not-allowed;
}

.otp-verify-wrap {
  display: none;
  margin-top: 10px;
  padding: 16px 18px;
  background: #fffbeb;
  border: 1.5px solid #fde68a;
  border-radius: 4px;
  animation: otpSlideDown 0.25s ease forwards;
}

@keyframes otpSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.otp-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #16a34a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.form-lock-wrapper {
  transition: opacity 0.3s ease;
}

.form-locked {
  opacity: 1;
}

.form-unlocked {
  opacity: 1 !important;
}

/* VIP Pass Confirmation Ticket Card */
.vip-ticket-box {
  background: #111114;
  border: 1px solid #2a2a30;
  border-radius: 8px;
  padding: 36px 32px;
  color: #ffffff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vip-ticket-inner {
  background: #18181c;
  border: 1.5px dashed #fcc300;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.phone-error-msg {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
  display: none;
}

/* Registration Form Layout & Responsiveness */
.reg-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.reg-field-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  min-width: 0;
}

.reg-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.reg-field-input:not(#contactPhone),
select.reg-field-input {
  height: 48px !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  border-radius: 4px;
  background: #f5f5f7;
  border: 1px solid #e5e5ea;
  font-size: 15px;
  color: #1d1d1f;
  outline: none;
  width: 100%;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Dedicated rules for international telephone input to preserve dial code clearance */
.iti input,
.iti input.reg-field-input,
#contactPhone {
  height: 48px !important;
  min-height: 48px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-right: 16px !important;
  padding-left: 110px !important; /* Rock-solid 110px clearance so entered digits never bleed behind dial code */
  border-radius: 4px !important;
  background: #f5f5f7 !important;
  border: 1px solid #e5e5ea !important;
  font-size: 15px !important;
  color: #1d1d1f !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reg-field-input::placeholder,
.iti input::placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

.reg-field-input:focus,
.iti input:focus,
select.reg-field-input:focus {
  border-color: #fcc300 !important;
  box-shadow: 0 0 0 3px rgba(252, 195, 0, 0.15);
}

.otp-verify-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .reg-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .otp-flex-row {
    gap: 6px;
  }

  .otp-btn {
    padding: 0 16px !important;
    font-size: 13px !important;
  }

  .vip-ticket-box {
    padding: 24px 18px !important;
  }

  .btn-vip-submit {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 440px) {
  .otp-flex-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .otp-btn {
    height: 44px !important;
    width: 100% !important;
  }

  .otp-verify-inner {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .otp-verify-inner input {
    width: 100% !important;
  }

  .otp-verify-inner button {
    width: 100% !important;
    height: 42px !important;
  }
}

/* ======================================================== */
/* Luxury VIP Confirmation Pass & Ticket System             */
/* ======================================================== */
.vip-confirm-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.vip-confirm-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vip-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 13px;
  font-weight: 700;
  border-radius: 20px;
  width: fit-content;
}

.vip-pass-card {
  background: #111114;
  border: 1px solid #2e2e36;
  border-radius: 12px;
  padding: clamp(24px, 4vw, 36px);
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.vip-pass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fcc300, #ffdf73, #fcc300);
}

.vip-pass-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #26262d;
}

.vip-pass-brand {
  font-size: 24px;
  font-weight: 800;
  color: #fcc300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vip-pass-id-box {
  background: #1c1c22;
  border: 1px solid #3d3d47;
  padding: 8px 16px;
  border-radius: 6px;
  text-align: right;
}

.vip-pass-id-label {
  font-size: 11px;
  color: #a1a1aa;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vip-pass-id-code {
  font-size: 22px;
  font-weight: 800;
  color: #fcc300;
  font-family: monospace;
  letter-spacing: 1px;
}

.vip-pass-body {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
}

@media (max-width: 680px) {
  .vip-pass-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.vip-qr-box {
  background: #18181e;
  border: 1.5px dashed #fcc300;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip-qr-img-wrap {
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.vip-details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vip-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1f1f26;
  padding-bottom: 10px;
  font-size: 14px;
}

.vip-detail-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vip-detail-label {
  color: #8e8e93;
  font-size: 13.5px;
}

.vip-detail-value {
  color: #ffffff;
  font-weight: 600;
  text-align: right;
}

.vip-alert-box {
  background: #18181e;
  border-left: 3px solid #fcc300;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #e4e4e7;
  margin-top: 8px;
}

.vip-actions-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.vip-action-btn {
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.15s ease, background 0.15s ease;
  border: none;
}

.vip-action-btn:hover {
  transform: translateY(-1px);
}

.vip-action-btn--gold {
  background: #fcc300;
  color: #1d1d1f;
}

.vip-action-btn--dark {
  background: #24242c;
  color: #ffffff;
}

.vip-action-btn--outline {
  background: transparent;
  border: 1px solid #3d3d47;
  color: #e4e4e7;
}

/* 150s Auto-Redirect Banner */
.vip-redirect-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  background: #fdf8e2;
  border: 1px solid #fde68a;
  border-radius: 6px;
  padding: 14px 18px;
  color: #92400e;
  font-size: 14px;
}

.vip-redirect-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.vip-redirect-icon {
  font-size: 16px;
}

.vip-redirect-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-redirect-control {
  background: #ffffff;
  border: 1px solid #f59e0b;
  color: #b45309;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-redirect-control:hover {
  background: #fef3c7;
}

.btn-redirect-now {
  background: #fcc300;
  color: #1d1d1f;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.15s ease;
}

.btn-redirect-now:hover {
  background: #e5b000;
}

.vip-timer-progress-track {
  width: 100%;
  height: 4px;
  background: #fef3c7;
  border-radius: 2px;
  overflow: hidden;
  margin-top: -20px;
}

.vip-timer-progress-fill {
  height: 100%;
  background: #f59e0b;
  width: 100%;
  transition: width 1s linear;
}

.vip-print-footer {
  display: none;
}

/* Asset Chips Interactive Styling */
.asset-chip {
  cursor: pointer !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  background: #ffffff !important;
  border: 1.5px solid #d1d1d6 !important;
  color: #1d1d1f !important;
  transition: all 0.18s ease !important;
  user-select: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  outline: none !important;
  font-family: inherit !important;
}

.asset-chip:hover {
  border-color: #fcc300 !important;
  background: #fffdf5 !important;
  transform: translateY(-1px);
}

.asset-chip.active,
.asset-chip[data-on="1"] {
  background: #fcc300 !important;
  border-color: #fcc300 !important;
  color: #1d1d1f !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(252, 195, 0, 0.35) !important;
}

.asset-chip[data-on="0"] {
  background: #ffffff !important;
  border: 1.5px solid #d1d1d6 !important;
  color: #3a3a3c !important;
  font-weight: 500 !important;
}

.asset-chip-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  font-size: 10px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform: scale(0.6);
}

.asset-chip.active .asset-chip-check,
.asset-chip[data-on="1"] .asset-chip-check {
  opacity: 1;
  transform: scale(1);
}

/* ======================================================== */
/* Perfect A4 Sheet Size Print Stylesheet                   */
/* ======================================================== */
@page {
  size: A4 portrait;
  margin: 12mm 15mm;
}

@media print {
  *, *::before, *::after {
    box-sizing: border-box !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  html, body {
    width: 100% !important;
    height: auto !important;
    background: #ffffff !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  }

  header, footer, nav, #chatPanel, #menuOverlay, .vip-confirm-hero, .vip-redirect-banner, .vip-timer-progress-track, .vip-actions-bar, .vip-alert-box, .vip-success-badge, .hero-chips-bar, form, button, .site-header, .site-footer {
    display: none !important;
  }

  .vip-confirm-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .vip-pass-card {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #111111 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 24px 28px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    display: block !important;
  }

  .vip-pass-card::before {
    background: #fcc300 !important;
    height: 5px !important;
  }

  .vip-pass-top {
    border-bottom: 2px solid #111111 !important;
    padding-bottom: 16px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  .vip-pass-brand {
    color: #000000 !important;
    font-size: 22pt !important;
    font-weight: 800 !important;
  }

  .vip-pass-id-box {
    background: #f4f4f5 !important;
    border: 1.5px solid #111111 !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
  }

  .vip-pass-id-label {
    color: #555555 !important;
    font-size: 9pt !important;
    text-transform: uppercase !important;
  }

  .vip-pass-id-code {
    color: #000000 !important;
    font-size: 20pt !important;
    font-weight: 800 !important;
    font-family: monospace !important;
  }

  .vip-pass-body {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    gap: 24px !important;
    padding: 20px 0 !important;
    align-items: center !important;
  }

  .vip-qr-box {
    background: #ffffff !important;
    border: 1.5px solid #111111 !important;
    padding: 14px !important;
    border-radius: 6px !important;
    text-align: center !important;
  }

  .vip-qr-img-wrap {
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 8px !important;
  }

  .vip-qr-img-wrap img {
    width: 150px !important;
    height: 150px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .vip-qr-box div {
    color: #000000 !important;
    font-size: 9pt !important;
  }

  .vip-details-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .vip-detail-item {
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 6px !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  .vip-detail-label {
    color: #475569 !important;
    font-size: 10.5pt !important;
    font-weight: 600 !important;
  }

  .vip-detail-value {
    color: #000000 !important;
    font-size: 11pt !important;
    font-weight: 700 !important;
    text-align: right !important;
  }

  .vip-print-footer {
    display: block !important;
    margin-top: 18px !important;
    padding-top: 12px !important;
    border-top: 1px dashed #999999 !important;
    font-size: 9pt !important;
    color: #444444 !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }
}

/* ======================================================== */
/* Collapsible & Expandable Optional Sections & WhatsApp OTP */
/* ======================================================== */
.reg-collapsible-card {
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reg-collapsible-card:hover {
  border-color: #d1d5db;
}

.reg-collapsible-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fafafa;
  border: none;
  cursor: pointer;
  text-align: left;
  user-select: none;
  transition: background 0.15s ease;
}

.reg-collapsible-header:hover {
  background: #f4f4f5;
}

.reg-collapsible-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.reg-sec-num {
  font-size: 13px;
  font-weight: 700;
  color: #c0a99a;
}

.reg-sec-title {
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.01em;
}

.badge-optional-pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reg-sec-subtitle {
  font-size: 12.5px;
  color: #86868b;
  margin-top: 2px;
  display: block;
}

.accordion-chevron-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 14px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}

.reg-collapsible-card.is-open .accordion-chevron-icon {
  transform: rotate(180deg);
}

.reg-collapsible-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.25s ease;
}

.reg-collapsible-card.is-open .reg-collapsible-body {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 20px 24px;
}

/* WhatsApp Emerald Styling */
.btn-whatsapp-otp {
  background: #25D366 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: background 0.15s ease, transform 0.15s ease !important;
}

.btn-whatsapp-otp:hover {
  background: #20ba59 !important;
  transform: translateY(-1px);
}

.otp-channel-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.otp-channel-tab {
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 700;
  border: 1.5px solid #e5e5ea;
  border-radius: 4px;
  background: #ffffff;
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.otp-channel-tab.is-active {
  border-color: #25D366;
  background: #f0fdf4;
  color: #15803d;
}

.otp-channel-tab.is-active-email {
  border-color: #fcc300;
  background: #fdf8e2;
  color: #78350f;
}

@media (max-width: 560px) {
  .otp-flex-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
   .otp-flex-row .otp-btn {
    width: 100% !important;
    justify-content: center !important;
  }
  .reg-collapsible-header {
    padding: 14px 16px !important;
  }
  .reg-collapsible-title-wrap {
    gap: 8px !important;
  }
  .reg-sec-subtitle {
    font-size: 11.5px !important;
  }
}

/* ======================================================== */
/* Mandatory Terms & Conditions & Data Privacy Consent Card */
/* ======================================================== */
.reg-consent-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  padding: 16px 18px;
  margin-top: 4px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.reg-consent-card:hover {
  border-color: #cbd5e1;
  background: #ffffff;
}

.reg-consent-card.is-invalid {
  border-color: #dc2626 !important;
  background: #fef2f2 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.consent-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: #fcc300;
  cursor: pointer;
  border-radius: 4px;
}

.consent-text {
  font-size: 13px;
  line-height: 1.65;
  color: #334155;
  letter-spacing: -0.01em;
}

.legal-hyperlink {
  color: #b45309 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2.5px;
  transition: color 0.15s ease;
}

.legal-hyperlink:hover {
  color: #d97706 !important;
  text-decoration: underline !important;
}

.consent-error-msg {
  color: #dc2626;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  padding-left: 32px;
}

/* ======================================================== */
/* Official Legal & Privacy Documentation Pages Styling     */
/* ======================================================== */
.legal-page-container {
  padding: 64px clamp(20px, 5vw, 64px);
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.legal-page-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legal-badge-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 20px;
  background: #fef3c7;
  color: #92400e;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #fde68a;
}

.legal-main-title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.legal-main-intro {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: #475569;
  max-width: 820px;
}

.legal-nav-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

.legal-nav-pill {
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  transition: all 0.15s ease;
}

.legal-nav-pill:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.legal-nav-pill.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

.legal-nav-pill.gold-accent {
  background: #fdf8e2;
  color: #78350f;
  border-color: #fde68a;
}

.legal-alert-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 22px;
  border-radius: 8px;
  background: #fffbeb;
  border: 1.5px solid #fde68a;
  color: #78350f;
}

.legal-alert-card.privacy-accent {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.legal-alert-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.legal-alert-content {
  flex: 1;
  min-width: 0;
}

.legal-alert-title {
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 4px;
}

.legal-alert-desc {
  font-size: 13.5px;
  line-height: 1.6;
}

.legal-content-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.legal-article {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #f1f5f9;
}

.legal-article-num {
  font-size: 14px;
  font-weight: 800;
  font-family: monospace;
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.legal-article-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.legal-article-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.legal-article-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
}

.legal-article-content ul,
.legal-article-content ol {
  margin: 4px 0 8px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
}

.legal-contact-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #334155;
  margin-top: 8px;
}

.legal-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-top: 12px;
}

.btn-legal-gold {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 4px;
  background: #fcc300;
  color: #1d1d1f;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.btn-legal-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 195, 0, 0.35);
}

.btn-legal-sec {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 4px;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.btn-legal-sec:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* =========================================================================
   DYNAMIC HEADER MULTI-LOGOS (IREC 2026 PARTNER STRIP - LANDSCAPE VIEW)
   ========================================================================= */
.header-multi-logos-container {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 18px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0;
  transition: all 0.25s ease;
}
.header-multi-logos-container::-webkit-scrollbar {
  display: none;
}

.header-logos-track,
.header-logos-desktop-track,
.header-logos-mobile-track {
  display: inline-flex;
  align-items: center;
  gap: inherit;
  flex-shrink: 0;
}
.header-logos-track--clone,
.header-logos-mobile-track--clone,
.header-logos-track-mobile--clone {
  display: none !important;
}

.header-logo-item {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  text-decoration: none;
  cursor: pointer;
  gap: 3px;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  position: relative;
}
.header-logo-item:hover {
  transform: translateY(-1px) scale(1.02);
  opacity: 0.95;
}

/* Naming Title / Role Label (Title Sponsor, The Host, Strategic Partner, Organizer) */
.header-logo-role {
  display: block;
  font-size: var(--role-desk-sz, 10px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  color: var(--role-color, #fcc300);
  opacity: 0.95;
  text-shadow: none !important;
  filter: none !important;
  margin-bottom: 2px;
  pointer-events: none;
}
.header-multi-logos-container.is-dark-overlay .header-logo-role,
.header-right-logos-container.is-dark-overlay .header-logo-role {
  color: var(--role-color-dark, #fcc300);
  text-shadow: none !important;
  filter: none !important;
}
.header-multi-logos-container.is-light-header .header-logo-role,
.header-right-logos-container.is-light-header .header-logo-role {
  color: var(--role-color-light, #0f172a);
  text-shadow: none !important;
  filter: none !important;
  opacity: 0.92;
}

.header-brand-img {
  height: var(--desk-h, 44px);
  max-height: none !important;
  width: var(--desk-w, auto);
  max-width: var(--desk-max-w, none) !important;
  object-fit: contain;
  display: block;
  vertical-align: middle;
  transition: height 0.2s ease, width 0.2s ease;
}

/* Subtle vertical divider between landscape brand logos */
.header-logo-divider {
  display: inline-block !important;
  width: 1px !important;
  height: 24px !important;
  background: rgba(255, 255, 255, 0.25) !important;
  flex-shrink: 0 !important;
  margin: 0 4px !important;
}
.header-multi-logos-container.is-light-header .header-logo-divider {
  background: rgba(0, 0, 0, 0.13) !important;
}

/* Dark Overlay adjustments for homepage hero */
.header-multi-logos-container.is-dark-overlay .header-brand-img,
.header-right-logos-container.is-dark-overlay .header-brand-img {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

/* Tablet Responsiveness */
@media (max-width: 991px) {
  .header-multi-logos-container {
    gap: 12px;
  }
  .header-brand-img {
    height: var(--desk-h, 42px);
    max-height: none !important;
    width: var(--desk-w, auto);
    max-width: var(--desk-max-w, none) !important;
  }
  .header-logo-divider {
    height: 20px;
    margin: 0 2px;
  }
}

/* Right Header Logos Container (Desktop beside toggle, hidden on mobile) */
.header-right-logos-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  white-space: nowrap;
}
.header-right-logos-container .header-logo-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
  gap: 3px;
}
@media (max-width: 767px) {
  .header-right-logos-container {
    display: none !important;
  }
}

/* Master Event Logo (Main Brand) - Unfixed fluid scaling */
.header-logo-irec .header-brand-img {
  height: var(--desk-h, auto);
  max-height: none !important;
  width: var(--desk-w, auto);
  max-width: 100% !important;
}

/* Responsive Track Modes */
@media (min-width: 768px) {
  .header-logos-mobile-track,
  .header-logos-track-mobile,
  .header-multi-logos-container .header-logos-mobile-track,
  .header-multi-logos-container.is-auto-scroll .header-logos-mobile-track,
  .header-multi-logos-container .header-logos-track-mobile,
  .header-multi-logos-container.is-auto-scroll .header-logos-track-mobile {
    display: none !important;
    animation: none !important;
  }
  .header-logos-desktop-track,
  .header-logos-track-desktop {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  /* Strictly hide Desktop Track on Mobile under ALL conditions */
  .header-logos-desktop-track,
  .header-logos-track-desktop,
  .header-multi-logos-container .header-logos-desktop-track,
  .header-multi-logos-container.is-auto-scroll .header-logos-desktop-track,
  .header-multi-logos-container .header-logos-track-desktop,
  .header-multi-logos-container.is-auto-scroll .header-logos-track-desktop {
    display: none !important;
    animation: none !important;
  }

  /* Strictly hide Right-Beside-Toggle Logos Container on Mobile */
  .header-right-logos-container {
    display: none !important;
  }

  /* Show Mobile Track */
  .header-logos-mobile-track:not(.header-logos-mobile-track--clone):not(.header-logos-track-mobile--clone),
  .header-logos-track-mobile:not(.header-logos-mobile-track--clone):not(.header-logos-track-mobile--clone) {
    display: inline-flex !important;
  }

  .header-logo-role {
    font-size: var(--role-mob-sz, 8.5px);
    letter-spacing: 0.05em;
    margin-bottom: 1px;
  }
  .header-multi-logos-container {
    gap: 10px;
    padding: 2px 0;
  }
  /* Fully unrestricted width and height on mobile based on configured admin settings */
  .header-brand-img {
    height: var(--mob-h, 28px) !important;
    max-height: none !important;
    width: var(--mob-w, auto) !important;
    max-width: var(--mob-max-w, none) !important;
    object-fit: contain;
  }
  .header-logo-irec .header-brand-img {
    height: var(--mob-h, 30px) !important;
    max-height: 48px;
    width: var(--mob-w, auto) !important;
    max-width: 100% !important;
  }
  .header-logo-divider {
    height: 18px;
    margin: 0 2px;
  }

  /* Compact header CTA on mobile to avoid squeezing the logos marquee */
  #heroCta, .dh14, .dh16 {
    height: 34px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  /* Continuous Auto Side-Scrolling Marquee on Mobile (Zero-Overlap Seamless Flow) */
  .header-multi-logos-container.is-auto-scroll {
    display: flex !important;
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    gap: 0 !important; /* Zero gap between Track 1 and Track 2 clone eliminates collision offset */
    padding: 2px 0 !important;
    mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
    user-select: none;
    touch-action: pan-y;
  }
  .header-multi-logos-container.is-auto-scroll .header-logos-mobile-track,
  .header-multi-logos-container.is-auto-scroll .header-logos-track-mobile {
    display: inline-flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    min-width: max-content !important;
    gap: 12px !important;
    padding-right: 12px !important;
    animation: headerLogosScrollMobile var(--scroll-duration, 22s) linear infinite !important;
    will-change: transform;
  }
  .header-multi-logos-container.is-auto-scroll .header-logos-mobile-track--clone,
  .header-multi-logos-container.is-auto-scroll .header-logos-track-mobile--clone {
    display: inline-flex !important;
  }
  .header-multi-logos-container.is-auto-scroll:hover .header-logos-mobile-track,
  .header-multi-logos-container.is-auto-scroll:hover .header-logos-track-mobile,
  .header-multi-logos-container.is-auto-scroll:active .header-logos-mobile-track,
  .header-multi-logos-container.is-auto-scroll:active .header-logos-track-mobile {
    animation-play-state: paused !important;
  }

  /* Prevent horizontal touch drag from conflicting with auto-scroll marquee on mobile */
  .header-logos-wrapper,
  #pageHeader > div:first-child,
  .hero-main-container > div:nth-child(3) > div:first-child {
    overflow-x: hidden !important;
  }
}

@keyframes headerLogosScrollMobile {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/* =========================================================================
   OUR SPONSORS & STRATEGIC PARTNERS (FULL-WIDTH GRID BOXES)
   ========================================================================= */
.reg-sponsors-section {
  position: relative;
  width: 100%;
  margin-top: 56px;
  padding-top: 56px;
  padding-bottom: 72px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.reg-sponsors-section.reg-sponsors-section--fullwidth {
  background: #fbfbfd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}

.reg-sponsors-fullwidth-wrap {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 64px);
  box-sizing: border-box;
}

.reg-sponsors-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 42px auto;
}

.reg-sponsors-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #fdf8ed;
  border: 1px solid rgba(185, 142, 60, 0.3);
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #936e24;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.reg-sponsors-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c59b3f;
  box-shadow: 0 0 8px rgba(197, 155, 63, 0.6);
  display: inline-block;
  animation: sponsorDotPulse 2s infinite ease-in-out;
}

@keyframes sponsorDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.3); opacity: 1; }
}

.reg-sponsors-title {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.reg-sponsors-subtitle {
  font-size: 15.5px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* Grid layout for sponsor boxes */
.sponsors-grid-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

/* On large desktop (1200px+), expand across 5 wide columns */
@media (min-width: 1200px) {
  .reg-sponsors-section--fullwidth .sponsors-grid-boxes {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
}

/* On medium desktop (920px - 1199px) */
@media (min-width: 920px) and (max-width: 1199px) {
  .reg-sponsors-section--fullwidth .sponsors-grid-boxes {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
}

/* On tablet & mobile (under 920px) */
@media (max-width: 919px) and (min-width: 541px) {
  .reg-sponsors-section--fullwidth .sponsors-grid-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Individual Sponsor Grid Card */
.sponsor-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 16px 16px 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.sponsor-grid-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #f3e5ab, #b8860b);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.sponsor-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.04);
  border-color: #d1d5db;
}

.sponsor-grid-card:hover::before {
  opacity: 1;
}

.sponsor-grid-card.is-clickable {
  cursor: pointer;
}

/* Caption Badge / Tag */
.sponsor-card-caption {
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #855f19;
  background: #fbf5e6;
  border: 1px solid #ebd8a6;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.sponsor-card-caption--placeholder {
  opacity: 0.65;
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #6b7280;
}

.sponsor-grid-card:hover .sponsor-card-caption {
  background: #f6ecce;
  border-color: #ddc37d;
  color: #724e0f;
}

/* Logo Image Container */
.sponsor-card-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  padding: 8px 12px;
  margin-bottom: 12px;
  flex: 1;
}

/* Contrast container for white-text logos */
.sponsor-card-logo-wrap.logo-needs-contrast {
  /*background: #0f172a;*/
  /*border-radius: 8px;*/
  /*padding: 10px 14px;*/
  /*box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.4);*/
}

/* Sponsor Logo Image */
.sponsor-card-img {
  max-width: 100%;
  max-height: 75px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.04));
  transition: transform 0.28s ease, filter 0.28s ease;
}

.sponsor-grid-card:hover .sponsor-card-img {
  transform: scale(1.04);
}

/* Name & link row */
.sponsor-card-name {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px dashed #e5e7eb;
  margin-top: auto;
  transition: color 0.2s;
}

.sponsor-link-icon {
  font-size: 12px;
  color: #9ca3af;
  transition: color 0.2s, transform 0.2s;
}

.sponsor-grid-card:hover .sponsor-link-icon {
  color: #936e24;
  transform: translate(1px, -1px);
}

.sponsor-grid-card:hover .sponsor-card-name {
  color: #111827;
}

/* Responsive for tablets and mobile */
@media (max-width: 640px) {
  .reg-sponsors-section {
    margin-top: 36px;
    padding-top: 32px;
  }
  .sponsors-grid-boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .sponsor-grid-card {
    padding: 14px 10px 12px 10px;
    border-radius: 12px;
  }
  .sponsor-card-caption {
    font-size: 9.5px;
    padding: 3px 6px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .sponsor-card-logo-wrap {
    min-height: 66px;
    padding: 4px 6px;
    margin-bottom: 8px;
  }
  .sponsor-card-name {
    font-size: 11.5px;
    padding-top: 8px;
  }
}

@media (max-width: 380px) {
  .sponsors-grid-boxes {
    grid-template-columns: 1fr;
  }
}