/* ========================================
   SPONSORSHIP PAGE STYLES
   Desktop and Mobile Responsive
   ======================================== */

/* ========================================
   SPONSORSHIP PAGE SECTION
   ======================================== */
.sponsorship-page {
  background: #fff;
  min-height: 100vh;
}

/* Compensación del header fijo */
body.page-template-page-sponsorship .site-main {
  margin-top: 136px;
}
@media (max-width: 1024px) {
  body.page-template-page-sponsorship .site-main {
    margin-top: 80px;
  }
}

/* ========================================
   HERO SECTION - FIGMA DESIGN
   ======================================== */

.sponsorship-hero-section {
  display: block;
  padding: 0;
  gap: 0;
  max-width: 100%;
  min-height: auto;
  margin: 0;
  box-sizing: border-box;
}

.frame-parent-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 90px 104px 90px;
  box-sizing: border-box;
  gap: 20px;
  text-align: left;
  font-size: 52px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
}

.frame-group-hero {
  width: 504px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.frame-container-hero {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

.sponsor-wrapper {
  width: 428px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sponsor {
  width: 428px;
  position: relative;
  line-height: 60px;
  display: inline-block;
  font-weight: 700;
  font-size: 52px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
}

.the-summit-is {
  align-self: stretch;
  position: relative;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  color: #000229;
}

.button-parent {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #fff;
}

.button {
  border-radius: 2px;
  background-color: #0065a4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.button2 {
  position: relative;
  line-height: 20px;
  font-weight: 700;
}

.button-2 {
  border-radius: 2px;
  background-color: #000229;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.frame-div-hero {
  height: 397px;
  width: 623px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.frame-parent2-hero {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.frame-child-hero {
  height: 397px;
  width: 623px;
  position: relative;
  border-radius: 12px;
  object-fit: cover;
  opacity: 1 !important;
}

.frame-item-hero {
  height: 397px;
  width: 623px;
  border-radius: 12px;
  object-fit: cover;
  opacity: 1 !important;
}

.instance-child-hero {
  display: none;
}

/* Carousel image display */
.frame-parent2-hero img {
  display: none;
}

.frame-parent2-hero img:first-child {
  display: block;
}

/* Carousel Navigation Buttons */
.carousel-btn-hero {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.carousel-btn-hero:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel-btn-hero svg {
  width: 24px;
  height: 24px;
}

.prev-hero {
  left: 15px;
}

.next-hero {
  right: 15px;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 2;
}

.carousel-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.carousel-btn:hover {
  background: rgba(0,0,0,0.7);
}

.carousel-btn svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.carousel-btn svg path {
  stroke: #fff;
}

/* Desktop/Mobile Structure Control */
.hero-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 105px;
  padding: 45px 104px;
  max-width: 1440px;
  min-height: 577px;
  margin: 0 auto 45px auto; /* 45px bottom margin to sum ≤90px with padding */
  box-sizing: border-box;
}

/* Default (desktop-first): show desktop hero, hide mobile hero */
.hero-mobile { 
  display: none; /* prevent duplicate hero on desktop */
}

/* Ensure desktop explicitly wins on larger screens */
@media (min-width: 769px) {
  .hero-desktop { display: flex !important; }
  .hero-mobile  { display: none !important; }
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

@media (max-width: 1440px) {
  section.sponsorship-hero-section {
    padding: 90px 50px 90px 50px;
    gap: 50px;
  }
}

@media (max-width: 1200px) {
  section.sponsorship-hero-section {
    padding: 60px 30px;
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hero-carousel {
    max-width: 550px;
    height: 350px;
  }
}

@media (max-width: 1024px) {
  section.sponsorship-hero-section {
    flex-direction: column;
    padding: 60px 30px;
    gap: 40px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
  }

  .hero-text h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .hero-carousel {
    max-width: 600px;
    height: 300px;
  }
}

/* ========================================
   MOBILE STYLES - 768px and below
   ======================================== */

@media (max-width: 768px) {
  /* Hide desktop, show mobile */
  .sponsors-desktop {
    display: none !important;
  }

  .sponsors-mobile {
    display: block !important;
  }

  /* Hero Section Mobile */
  section.sponsorship-hero-section {
    padding: 0;
    background: radial-gradient(ellipse at center top, #E6F7FD 0%, #FFFFFF 70%);
  }

  .sponsorship-hero-section .frame-parent-hero {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .sponsorship-hero-section .frame-group-hero {
    width: 100%;
    padding: 30px 20px;
    gap: 16px;
    order: 1;
    background: transparent;
  }

  .sponsorship-hero-section .frame-container-hero {
    gap: 16px;
  }

  .sponsorship-hero-section .sponsor {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #0065a4;
  }

  .sponsorship-hero-section .the-summit-is {
    font-size: 14px;
    line-height: 22px;
    color: #333;
  }

  .sponsorship-hero-section .button-parent {
    flex-direction: row;
    gap: 12px;
    width: 100%;
  }

  .sponsorship-hero-section .button,
  .sponsorship-hero-section .button-2 {
    flex: 1;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
  }

  .sponsorship-hero-section .button {
    background-color: #0065a4;
  }

  .sponsorship-hero-section .button-2 {
    background-color: #090a0a;
  }

  .sponsorship-hero-section .button2 {
    font-size: 14px;
    color: white;
  }

  /* Hero Carousel Mobile */
  .sponsorship-hero-section .frame-div-hero {
    width: calc(100% - 40px);
    height: 280px;
    order: 2;
    position: relative;
    margin: 0 20px 32px 20px;
    background-color: transparent;
  }

  .sponsorship-hero-section .frame-parent2-hero {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }

  .sponsorship-hero-section .frame-child-hero,
  .sponsorship-hero-section .frame-item-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .sponsorship-hero-section .carousel-btn-hero {
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
  }

  .sponsorship-hero-section .prev-hero {
    left: 12px;
  }

  .sponsorship-hero-section .next-hero {
    right: 12px;
  }

  .sponsorship-hero-section .carousel-btn-hero:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sponsorship-hero-section .instance-child-hero {
    display: none;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .hero-carousel {
    width: 100%;
    max-width: 100%;
    height: 250px;
    flex: 1;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
  }

  .carousel-btn svg {
    width: 16px;
    height: 16px;
  }

  .hero-desktop {
    display: none;
  }

  .hero-mobile {
    display: block !important;
    width: 100% !important;
    padding: 40px 20px !important;
    box-sizing: border-box !important;
  }

  /* Hero Mobile - Figma Structure */
  .hero-mobile .frame-parent {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .frame-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .sponsor-wrapper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .sponsor {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    color: #0065A4 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    margin: 0 !important;
    display: block !important;
  }

  .hero-mobile .the-summit-is {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    color: #000 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .button-parent {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .button,
  .hero-mobile .button-2 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .hero-mobile .button2,
  .hero-mobile b.button2 {
    display: block !important;
    width: 100% !important;
    padding: 12px 16px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-align: center !important;
    border-radius: 2px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    border: none !important;
    font-style: normal !important;
  }

  .hero-mobile .button .button2,
  .hero-mobile .button b.button2 {
    background: #0065A4 !important;
    color: #fff !important;
  }

  .hero-mobile .button .button2:hover,
  .hero-mobile .button b.button2:hover {
    background: #004d7a !important;
  }

  .hero-mobile .button-2 .button2,
  .hero-mobile .button-2 b.button2 {
    background: #000229 !important;
    color: #fff !important;
  }

  .hero-mobile .button-2 .button2:hover,
  .hero-mobile .button-2 b.button2:hover {
    background: #000118 !important;
  }

  .hero-mobile .button2 a,
  .hero-mobile b.button2 a {
    color: #fff !important;
    text-decoration: none !important;
    display: block !important;
  }
}

/* ========================================
   SPONSORS SECTION - FIGMA STRUCTURE
   ======================================== */

.sponsors-section {
  width: 100%;
  position: relative;
  background-color: rgba(230, 247, 253, 0.75);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  font-size: 28px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
  padding: 0px 0px;
  box-sizing: border-box;
}

.sponsors-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 90px;
}

.sponsors-mobile {
  display: none;
}

/* ========================================
   SPONSORS SECTION - MOBILE (768px and below)
   ======================================== */

@media (max-width: 768px) {
  .sponsors-section {
    width: 100%;
    position: relative;
    background-color: rgba(230, 247, 253, 0.75);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    font-size: 24px;
    color: #0065a4;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 0;
    box-sizing: border-box;
  }

  /* Mobile Sponsors Container */
  .sponsors-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }

  .frame-parent-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }

  .with-thanks-to-our-2026-sponso-parent-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-sizing: border-box;
  }

  /* Title Container */
  .with-thanks-to-container {
    flex: 1;
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #0065a4;
    text-align: left;
  }

  /* Title */
  .page-template-page-sponsorship .with-thanks-to {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    color: #0065a4 !important;
    padding: 32px 25px 12px 25px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    text-align: left !important;
  }

  /* Other Sponsors Grid (Gold to Sustainable Water) - 2 columns */
  .other-sponsors-grid-mobile {
    width: calc(100% - 40px) !important;
    margin: 20px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
    box-sizing: border-box !important;
  }

  /* Sponsor Card Wrapper Mobile - Title, Line, Image */
  .sponsor-card-wrapper-mobile {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
  }

  .sponsor-card-wrapper-mobile img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    width: auto;
    object-fit: contain;
    order: 3;
  }

  .sponsor-info-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    order: 1;
  }

  .sponsor-title {
    font-size: 14px;
    font-weight: 700;
    color: #0065a4;
    text-align: center;
    order: 1;
  }

  .sponsor-divider {
    width: 100%;
    height: 1px;
    background-color: #0065a4;
    order: 2;
  }

  .sponsors-mobile .with-thanks-to-our-2026-sponso-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    box-sizing: border-box;
  }

  .sponsors-mobile .with-thanks-to {
    font-size: 18px;
    font-weight: 700;
    color: #0065a4;
    width: 100%;
  }

  /* Headline Sponsor Mobile */
  .sponsors-mobile .frame-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
  }

  .sponsors-mobile .headline-sponsor-mobile {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #0065a4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    gap: 12px;
    box-sizing: border-box;
  }

  .sponsors-mobile .headline-sponsor-mobile img {
    max-width: 100%;
    max-height: 120px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  .sponsors-mobile .headline-sponsor-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
  }

  .sponsors-mobile .headline-sponsor {
    height: auto;
    position: static !important;
    line-height: 18px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 !important;
    font-size: 14px;
    color: #004c84;
  }

  .sponsors-mobile .frame-child {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e6f7fd;
    box-sizing: border-box;
  }

  /* Sponsors Grid (2 columns) */
  .sponsors-grid-mobile {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    box-sizing: border-box;
  }

  .sponsor-card-mobile {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #0065a4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-height: 140px;
    box-sizing: border-box;
  }

  .sponsor-card-mobile img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  /* Premium Sponsors Mobile - Black Background */
  .premium-sponsors-section-mobile {
    width: calc(100% - 40px);
    background-color: #090a0a;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    box-sizing: border-box;
    margin: 20px;
    border-radius: 12px;
  }

  .premium-sponsors-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
  }

  .premium-sponsors-grid-mobile {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    box-sizing: border-box;
  }

  .premium-sponsor-item-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .premium-sponsor-item-mobile img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  /* Silver Sponsors Title and Divider (outside card) */
  .silver-sponsors-info-mobile {
    width: 100%;
    margin: 20px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
  }

  .silver-sponsors-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0065a4;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .silver-sponsors-divider {
    width: 100%;
    height: 1px;
    background-color: #0065a4;
  }

  /* Silver Sponsors Grid - 2 columns */
  .silver-sponsors-grid-mobile {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    box-sizing: border-box;
  }

  /* Silver Sponsor Individual Card */
  .silver-sponsor-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #0065a4;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .silver-sponsor-card-mobile img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  /* Bronze Sponsors Title and Divider (outside card) */
  .bronze-sponsors-info-mobile {
    width: 100%;
    margin: 20px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
  }

  .bronze-sponsors-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0065a4;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .bronze-sponsors-divider {
    width: 100%;
    height: 1px;
    background-color: #0065a4;
  }

  /* Bronze Sponsors Grid - 2 columns (changed from 3 to match Silver and prevent cramping) */
  .bronze-sponsors-grid-mobile {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    box-sizing: border-box;
  }

  /* Bronze Sponsor Individual Card */
  .bronze-sponsor-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #0065a4;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .bronze-sponsor-card-mobile img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  /* Other Sponsors Grid - 3 columns (Wi-Fi, Agenda, Workshop, App, Water Bottle) */
  .other-sponsors-grid-3col-mobile {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px 20px 20px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    grid-auto-flow: row !important;
  }

  /* Ensure sponsor cards inside this grid take full width */
  .other-sponsors-grid-3col-mobile .sponsor-card-wrapper-mobile {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Premium/Silver/Bronze Sponsors Mobile */
  .sponsors-section-mobile {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #0065a4;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    box-sizing: border-box;
  }

  .sponsors-section-mobile h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0065a4;
    width: 100%;
  }

  .sponsors-list-mobile {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    box-sizing: border-box;
  }

  .sponsor-item-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    min-height: 100px;
    box-sizing: border-box;
  }

  .sponsor-item-mobile img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  /* Ensure images don't overflow */
  .sponsors-mobile img {
    max-width: 100%;
    height: auto;
  }
}

/* ========================================
   MOBILE RESPONSIVE ADJUSTMENTS (480px and below)
   ======================================== */

@media (max-width: 480px) {
  .sponsors-section {
    padding: 30px 16px;
  }

  .sponsors-mobile .frame-parent {
    gap: 12px;
  }

  .sponsors-mobile .frame-group {
    gap: 12px;
  }

  .sponsors-mobile .frame-container {
    padding: 30px 16px 20px;
    min-height: 180px;
  }

  .sponsors-mobile .frame-div {
    padding: 16px;
    gap: 10px;
    font-size: 14px;
  }

  .sponsors-mobile .frame-parent19 {
    gap: 10px;
  }

  .sponsors-mobile .acciona-1-1-icon {
    max-height: 100px;
  }

  .sponsors-mobile .frame-container img {
    max-height: 100px;
  }
}

/* ========================================
   SPONSORS LIST SECTION (FIGMA DESIGN)
   ======================================== */

.page-template-page-sponsorship .frame-parent {
  position: relative;
  background-color: rgba(230, 247, 253, 0.75);
  width: 100%;
  padding: 0px 104px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  font-size: 28px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
  gap: 0;
}

.with-thanks-to-our-2026-sponso-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px;
  gap: 20px;
  width: 100%;
}

.page-template-page-sponsorship .with-thanks-to {
  align-self: stretch;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
  margin: 0;
}

.page-template-page-sponsorship .frame-group {
  width: 100% !important;
  max-width: 1232px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #004c84 !important;
}

/* Main container - direct child of frame-group */
.page-template-page-sponsorship .frame-group > .frame-container {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 15px !important;
}

/* Content area - direct child of main frame-container */
.page-template-page-sponsorship .frame-group > .frame-container > .frame-div {
  flex: 1 !important;
  max-width: 920px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 10px !important;
}

/* Sponsor rows inside frame-div */
.page-template-page-sponsorship .frame-div > .frame-container {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.page-template-page-sponsorship .acciona-1-1-parent {
  width: 100% !important;
  position: relative !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  border: 1px solid #0065a4 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 75px 0px 50px !important;
  gap: 10px !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #004c84 !important;
  font-family: 'Be Vietnam Pro' !important;
}

.page-template-page-sponsorship .acciona-1-1-icon {
  width: 325px !important;
  position: relative !important;
  max-height: 100% !important;
  z-index: 0 !important;
}

/* Images in sponsor boxes */
.frame-wrapper img,
.frame-wrapper2 img,
.frame-wrapper4 img,
.frame-wrapper5 img {
  max-width: 90%;
  max-height: 80%;
  object-fit: contain;
  display: block;
  margin: auto;
}

/* Limit width of LUOW Foundation and Sustainable Water partners */
.luow-foundation-wrapper,
.sustainable-water-wrapper {
  max-width: 296px !important;
}

.acciona-1-1-parent img {
  max-width: 90%;
  max-height: 150px;
  object-fit: contain;
}

.page-template-page-sponsorship .acciona-1-1-icon2 {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.frame-child12 img {
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

.headline-sponsor-parent {
  width: 919px;
  margin: 0 !important;
  position: absolute;
  top: 0px;
  left: calc(50% - 459px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px 0px;
  box-sizing: border-box;
  gap: 10px;
  z-index: 1;
}

.headline-sponsor {
  align-self: stretch;
  height: 20px;
  position: relative;
  line-height: 19px;
  font-weight: 300;
  display: inline-block;
  flex-shrink: 0;
}

.frame-child {
  align-self: stretch;
  height: 2px;
  position: relative;
  border-top: 2px solid #e6f7fd;
  box-sizing: border-box;
}

.page-template-page-sponsorship .frame-wrapper {
  height: 260px !important;
  flex: 1 !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  border: 1px solid #0065a4 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 15px 0px !important;
  position: relative !important;
}

.gold-sponsor-parent {
  width: 452.5px;
  margin: 0 !important;
  position: absolute;
  top: -0.2px;
  left: calc(50% - 226.25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px 0px;
  box-sizing: border-box;
  gap: 10px;
  z-index: 0;
}

.page-template-page-sponsorship .frame-wrapper2 {
  height: 260px;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #0065a4;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  position: relative;
}

.strategic-partner-parent {
  width: 452.5px;
  margin: 0 !important;
  position: absolute;
  top: -0.2px;
  left: calc(50% - 226.25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px 0px;
  box-sizing: border-box;
  gap: 10px;
  z-index: 0;
}

.page-template-page-sponsorship .frame-wrapper4 {
  height: 261px;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #0065a4;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  position: relative;
}

.page-template-page-sponsorship .frame-wrapper5 {
  height: 260px;
  width: 296px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  box-sizing: border-box;
}

.frame-parent6 {
  width: 296px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

/* Premium Sponsors sidebar - black background */
.page-template-page-sponsorship .frame-parent7 {
  width: 296px !important;
  max-width: 296px !important;
  min-width: 250px !important;
  flex-shrink: 0 !important;
  min-height: auto !important;
  max-height: fit-content !important;
  height: auto !important;
  border-radius: 12px !important;
  background-color: #090a0a !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 25px !important;
  box-sizing: border-box !important;
  gap: 25px !important;
  text-align: left !important;
  font-size: 21px !important;
  color: #fff !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

.premium-sponsors-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.premium-sponsors {
  width: 211px;
  position: relative;
  line-height: 27px;
  font-weight: 600;
  display: inline-block;
}

.page-template-page-sponsorship .frame-parent8 {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
  text-align: center !important;
  font-size: 14px !important;
}

.page-template-page-sponsorship .acciona-1-1-group {
  align-self: stretch !important;
  position: relative !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  overflow: hidden !important;
  height: 200px !important;
  flex-shrink: 0 !important;
}

.page-template-page-sponsorship .acciona-1-1-icon2 {
  position: absolute;
  top: calc(50% - 30.15px);
  left: calc(50% - 109px);
  width: 219px;
  height: 93px;
}

.gold-sponsor-wrapper {
  position: absolute;
  top: -0.2px;
  left: calc(50% - 126px);
  background-color: #004c84;
  width: 252px;
  min-height: 35px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
}

.premium-sponsor-category {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2px;
  opacity: 0.9;
}

.gold-sponsor2 {
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.strategic-partner2 {
  position: absolute;
  top: calc(50% - 9.5px);
  left: calc(50% - 60px);
  line-height: 20px;
  font-weight: 500;
}

.water-transmission-partner-wrapper {
  position: absolute;
  top: 0px;
  left: calc(50% - 173px);
  background-color: #004c84;
  width: 346px;
  height: 35px;
  overflow: hidden;
}

.water-transmission-partner2 {
  position: absolute;
  top: calc(50% - 9.5px);
  left: calc(50% - 95px);
  line-height: 20px;
  font-weight: 500;
}

.global-water-awards2 {
  position: absolute;
  top: calc(50% - 9.5px);
  left: calc(50% - 104px);
  line-height: 20px;
  font-weight: 500;
}

.placeholder-sponsor {
  position: absolute;
  top: calc(50% - 9.5px);
  left: calc(50% - 72px);
  line-height: 20px;
  font-weight: 500;
}

.silver-sponsors-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.frame-child11 {
  align-self: stretch;
  height: 1px;
  position: relative;
  border-top: 1px solid #0065a4;
  box-sizing: border-box;
}

.frame-wrapper19 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
}

.frame-wrapper20 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.frame-child12 {
  height: 215px;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px;
  box-sizing: border-box;
}

/* Premium Sponsors sidebar - black background (duplicate for specificity) */
.page-template-page-sponsorship .frame-parent7 {
  width: 296px;
  border-radius: 12px;
  background-color: #090a0a !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  box-sizing: border-box;
  gap: 25px;
  text-align: left;
  font-size: 21px;
  color: #fff;
}

/* ===== JOIN THE FLAGSHIP EVENT SECTION - FIGMA STRUCTURE ===== */
.page-template-page-sponsorship .frame-parent-final {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 16px 16px;
  box-sizing: border-box;
  gap: 32px;
  text-align: left;
  font-size: 32px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
}

.page-template-page-sponsorship .frame-group-final {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 25px;
  gap: 35px;
}

.page-template-page-sponsorship .join-the-flagship-event-of-the-parent-final {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.page-template-page-sponsorship .join-the-flagship-final {
  align-self: stretch;
  position: relative;
}

.page-template-page-sponsorship .become-a-global-water-summit-s-parent-final {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  font-size: 18px;
  color: #000229;
}

.page-template-page-sponsorship .become-a-global-final {
  align-self: stretch;
  position: relative;
  line-height: 23px;
  font-weight: 600;
}

.page-template-page-sponsorship .increase-your-visibility-final {
  align-self: stretch;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.page-template-page-sponsorship .button-parent-final {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  color: #fff;
}

.page-template-page-sponsorship .button-final {
  border-radius: 2px;
  background-color: #0065a4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.page-template-page-sponsorship .button2-final {
  position: relative;
  line-height: 20px;
}

.page-template-page-sponsorship .button-2-final {
  border-radius: 2px;
  background-color: #000229;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.page-template-page-sponsorship .frame-wrapper-final {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
}

.page-template-page-sponsorship .frame-container-final {
  align-self: stretch;
  border-radius: 12px;
  background-color: rgba(230, 247, 253, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 25px;
}

.page-template-page-sponsorship .frame-parent2-final {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-template-page-sponsorship .frame-child-final {
  height: 135px;
  width: 126px;
  border-radius: 12px;
  object-fit: contain;
}

.page-template-page-sponsorship .frame-child-final.placeholder {
  background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
}

.page-template-page-sponsorship .frame-parent3-final {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.page-template-page-sponsorship .james-head-parent-final {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.page-template-page-sponsorship .james-head-final {
  position: relative;
  line-height: 23px;
  font-weight: 600;
}

.page-template-page-sponsorship .head-of-sponsorship-final {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
}

.page-template-page-sponsorship .global-water-intelligence-final {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #090a0a;
}

.page-template-page-sponsorship .contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}

.page-template-page-sponsorship .contact-link-final {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0065a4;
  transition: color 0.3s ease;
}

.page-template-page-sponsorship .contact-link-final:hover {
  color: #004a7a;
}

.page-template-page-sponsorship .contact-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.page-template-page-sponsorship .contact-text {
  font-size: 16px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro';
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}

.page-template-page-sponsorship .contact-link-final:hover .contact-text {
  color: #004a7a;
}

.page-template-page-sponsorship .frame-item-final {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.page-template-page-sponsorship .frame-inner-final {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ===== DESKTOP VERSION - JOIN THE FLAGSHIP EVENT ===== */
.page-template-page-sponsorship .flagship-desktop-section {
  width: 100%;
  padding: 90px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}

.page-template-page-sponsorship .flagship-desktop-title {
  font-size: 52px !important;
  font-weight: 700 !important;
  color: #0065a4 !important;
  line-height: 60px !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  max-width: 920px;
}

.page-template-page-sponsorship .flagship-desktop-container {
  display: flex;
  gap: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
}

/* Column 1: Text and Buttons */
.page-template-page-sponsorship .flagship-col-1 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 450px;
}

.page-template-page-sponsorship .flagship-subtitle {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

.page-template-page-sponsorship .flagship-description {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #333 !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  padding-right: 0;
}

.page-template-page-sponsorship .flagship-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-template-page-sponsorship .flagship-btn {
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  cursor: pointer;
  border: none !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.page-template-page-sponsorship .flagship-btn-primary {
  background-color: #0065a4 !important;
  color: white !important;
}

.page-template-page-sponsorship .flagship-btn-primary:hover {
  background-color: #004a7a !important;
}

.page-template-page-sponsorship .flagship-btn-secondary {
  background-color: #000 !important;
  color: white !important;
}

.page-template-page-sponsorship .flagship-btn-secondary:hover {
  background-color: #333 !important;
}

/* Column 2: James Head Info */
.page-template-page-sponsorship .flagship-col-2 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: rgba(230, 247, 253, 0.5) !important;
  padding: 30px !important;
  border-radius: 12px !important;
  height: 340px;
  justify-content: space-between;
  margin-left: 120px;
  width: 340px;
}

.page-template-page-sponsorship .flagship-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-template-page-sponsorship .flagship-contact-name {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0065a4 !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

.page-template-page-sponsorship .flagship-contact-title {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0065a4 !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

.page-template-page-sponsorship .flagship-contact-company {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin: 0 !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
}

.page-template-page-sponsorship .flagship-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.page-template-page-sponsorship .flagship-contact-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
  color: #0065a4 !important;
  font-size: 14px !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  transition: color 0.3s ease;
}

.page-template-page-sponsorship .flagship-contact-link:hover {
  color: #004a7a !important;
}

.page-template-page-sponsorship .flagship-contact-icon {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}

/* Column 3: Photo */
.page-template-page-sponsorship .flagship-col-3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 340px;
  width: 340px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 12px;
}

.page-template-page-sponsorship .flagship-photo {
  width: 100% !important;
  height: 340px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  object-position: top center !important;
}

/* ===== MOBILE RESPONSIVE ===== */
/* Responsive adjustments for tablets and smaller screens */
@media (max-width: 1200px) {
  .page-template-page-sponsorship .frame-parent {
    padding: 0px 80px;
  }

  .page-template-page-sponsorship .frame-group {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-sponsorship .frame-div {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-sponsorship .frame-container {
    flex-wrap: wrap;
  }

  .page-template-page-sponsorship .acciona-1-1-icon {
    width: 280px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-sponsorship .frame-parent {
    padding: 0px 60px;
  }

  .page-template-page-sponsorship .frame-group {
    width: 100%;
  }

  .page-template-page-sponsorship .frame-div {
    width: 100%;
  }

  .page-template-page-sponsorship .acciona-1-1-icon {
    width: 220px;
  }

  .page-template-page-sponsorship .frame-wrapper,
  .page-template-page-sponsorship .frame-wrapper2,
  .page-template-page-sponsorship .frame-wrapper4,
  .page-template-page-sponsorship .frame-wrapper5 {
    flex: 1;
    min-width: 150px;
  }
}

@media (max-width: 900px) {
  .page-template-page-sponsorship .frame-parent {
    padding: 0px 40px;
  }

  .page-template-page-sponsorship .with-thanks-to {
    font-size: 24px;
  }

  .page-template-page-sponsorship .acciona-1-1-icon {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .page-template-page-sponsorship .flagship-desktop-section {
    display: none !important;
  }

  .page-template-page-sponsorship .frame-parent-final {
    display: flex;
  }
}

/* Desktop: Hide mobile version */
@media (min-width: 769px) {
  .page-template-page-sponsorship .frame-parent-final {
    display: none;
  }

  .page-template-page-sponsorship .flagship-desktop-section {
    display: flex !important;
  }

  .page-template-page-sponsorship .frame-parent-final {
    padding: 24px 12px 12px;
    gap: 24px;
    font-size: 24px;
  }

  .page-template-page-sponsorship .frame-group-final {
    padding: 0px 16px;
    gap: 25px;
  }

  .page-template-page-sponsorship .join-the-flagship-event-of-the-parent-final {
    gap: 18px;
  }

  .page-template-page-sponsorship .join-the-flagship-final {
    font-size: 24px;
  }

  .page-template-page-sponsorship .become-a-global-water-summit-s-parent-final {
    gap: 12px;
    font-size: 16px;
  }

  .page-template-page-sponsorship .become-a-global-final {
    font-size: 16px;
    line-height: 20px;
  }

  .page-template-page-sponsorship .increase-your-visibility-final {
    font-size: 11px;
    line-height: 16px;
  }

  .page-template-page-sponsorship .button-parent-final {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .page-template-page-sponsorship .button-final,
  .page-template-page-sponsorship .button-2-final {
    width: 100%;
    padding: 10px 14px;
  }

  .page-template-page-sponsorship .button2-final {
    font-size: 14px;
    line-height: 18px;
  }

  .page-template-page-sponsorship .frame-container-final {
    padding: 18px;
  }

  .page-template-page-sponsorship .frame-parent2-final {
    gap: 12px;
  }

  .page-template-page-sponsorship .frame-child-final {
    height: 100px;
    width: 90px;
  }

  .page-template-page-sponsorship .frame-parent3-final {
    gap: 12px;
  }

  .page-template-page-sponsorship .james-head-final {
    font-size: 16px;
    line-height: 20px;
  }

  .page-template-page-sponsorship .head-of-sponsorship-final {
    font-size: 13px;
    line-height: 17px;
  }

  .page-template-page-sponsorship .global-water-intelligence-final {
    font-size: 11px;
    line-height: 16px;
  }

  .page-template-page-sponsorship .contact-links {
    gap: 12px;
  }

  .page-template-page-sponsorship .frame-item-final,
  .page-template-page-sponsorship .frame-inner-final {
    width: 240px;
    height: 18px;
  }

  .row7-sponsors-desktop {
    display: none;
  }

  .row7-sponsors-desktop-single-row {
    display: none !important;
  }

  .silver-sponsors-desktop {
    display: none;
  }

  .bronze-sponsors-desktop {
    display: none;
  }
}

/* ===== ROW 7 SPONSORS - DESKTOP VERSION (SINGLE ROW) ===== */
.page-template-page-sponsorship .row7-sponsors-desktop-single-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  background: #E6F7FDBF !important;
  border-radius: 12px !important;
  margin-top: 15px !important;
  justify-content: flex-start !important;
}

/* Individual sponsor card with title on top */
.row7-sponsor-card {
  flex: 0 0 auto !important;
  width: calc((100% - (4 * 15px)) / 5) !important;
  min-height: 180px !important;
  background: #FFFFFF !important;
  border: 1px solid #0065A4 !important;
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  gap: 10px !important;
}

/* Title at the top of each card */
.row7-sponsor-title-top {
  font-size: 15px;
  font-weight: 300;
  color: #004c84;
  font-family: 'Be Vietnam Pro', sans-serif;
  line-height: 19px;
  margin: 0;
  text-align: center;
  width: 100%;
}

/* Logo wrapper */
.row7-sponsor-logo-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.row7-sponsor-logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.row7-sponsor-logo-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* OLD STYLES - Keep for backwards compatibility but hide */
.page-template-page-sponsorship .row7-sponsors-desktop {
  display: none !important;
}

.page-template-page-sponsorship .row7-sponsor-section {
  display: none !important;
}

.page-template-page-sponsorship .row7-sponsor-header {
  display: none !important;
}

.row7-sponsor-title {
  display: none;
}

.row7-sponsor-divider {
  display: none;
}

.page-template-page-sponsorship .row7-sponsor-logos-container {
  display: none !important;
}

.row7-sponsor-logo {
  display: none;
}

.row7-sponsor-logo img {
  display: none;
}

/* ===== SILVER SPONSORS - DESKTOP VERSION ===== */
.page-template-page-sponsorship .silver-sponsors-desktop {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  padding: 0 0px !important;
  box-sizing: border-box !important;
  gap: 0 !important;
  margin-top: 15px !important;
  position: relative !important;
}

.silver-sponsors-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

.silver-sponsors-title-desktop {
  font-size: 28px;
  font-weight: 700;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
  margin: 0;
}

.silver-sponsors-divider-desktop {
  width: 100%;
  height: 2px;
  background-color: #0065a4;
}

.page-template-page-sponsorship .silver-sponsors-container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  max-width: 100% !important;
  gap: 15px !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  background: #E6F7FDBF !important;
  border-radius: 12px !important;
}

.page-template-page-sponsorship .silver-sponsors-container .sponsor-card-desktop {
  width: 100% !important;
  min-height: 180px !important;
  aspect-ratio: 3/2 !important;
}

/* ===== BRONZE SPONSORS - DESKTOP VERSION ===== */
.page-template-page-sponsorship .bronze-sponsors-desktop {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  padding: 0 0px !important;
  box-sizing: border-box !important;
  gap: 15px !important;
  margin-top: 15px !important;
  position: relative !important;
}

.bronze-sponsors-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

.bronze-sponsors-title-desktop {
  font-size: 28px;
  font-weight: 700;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
  margin: 0;
}

.bronze-sponsors-divider-desktop {
  width: 100%;
  height: 2px;
  background-color: #0065a4;
}

.page-template-page-sponsorship .bronze-sponsors-container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  max-width: 100% !important;
  gap: 15px !important;
  width: 100% !important;
  padding: 15px !important;
  box-sizing: border-box !important;
  background: #E6F7FDBF !important;
  border-radius: 12px !important;
}

.page-template-page-sponsorship .bronze-sponsors-container .sponsor-card-desktop {
  width: 100% !important;
  min-height: 180px !important;
  aspect-ratio: 3/2 !important;
}

/* Sponsor Card - Used by Silver, Bronze, and Row 7 */
.sponsor-card-desktop {
  flex: 1;
  max-width: 234.39px;
  min-width: 150px;
  height: 215px;
  background: #FFFFFF;
  border: 1px solid #0065A4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.sponsor-card-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sponsor-card-logo img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===== STATISTICS SECTION - DESKTOP VERSION ===== */
.statistics-section-desktop {
  width: 100%;
  padding: 0px 90px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  text-align: center;
  font-size: 52px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
  margin-bottom: -90px;
}

.statistics-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.stat-card {
  width: 296px;
  height: 224px;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(180deg, #e6f7fd, #00b1ee);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px 45px;
  box-sizing: border-box;
}

.stat-counter {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

/* Static number display (replaces counter animation) */
.stat-number-static {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-display {
  display: flex;
  align-items: center;
  gap: 0;
}

.digit-wrapper {
  height: 70px;
  width: 41px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.digit {
  position: absolute;
  top: 10px;
  left: 0px;
  line-height: 60px;
  display: inline-block;
  width: 41px;
  font-size: 52px;
  font-weight: 700;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.plus-sign {
  position: relative;
  line-height: 60px;
  font-size: 52px;
  font-weight: 700;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.stat-label-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 21px;
}

.stat-divider {
  align-self: stretch;
  height: 2px;
  position: relative;
  border-top: 2px solid #e6f7fd;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.stat-label {
  align-self: stretch;
  position: relative;
  line-height: 27px;
  font-weight: 600;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.stat-label p {
  margin: 0;
  line-height: 27px;
}

/* ===== STATISTICS SECTION - MOBILE VERSION ===== */
.statistics-section-mobile {
  display: none;
  width: 100%;
  padding: 16px 16px 0px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  margin-bottom: -90px;
}

.statistics-mobile-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.statistics-mobile-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.stat-card-mobile {
  flex: 1;
  height: 180px;
  border-radius: 12px;
  background: linear-gradient(180deg, #e6f7fd, #00b1ee);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  box-sizing: border-box;
}

.stat-number-mobile {
  font-size: 32px;
  font-weight: 700;
  color: #0065a4;
  line-height: 40px;
  margin-bottom: 5px;
}

.stat-label-mobile-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 15px;
  font-size: 18px;
}

.stat-divider-mobile {
  align-self: stretch;
  height: 2px;
  position: relative;
  border-top: 2px solid #e6f7fd;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.stat-label-mobile {
  align-self: stretch;
  position: relative;
  line-height: 23px;
  font-weight: 600;
  color: #0065a4;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.stat-label-mobile p {
  margin: 0;
  line-height: 23px;
}

/* Show mobile version on small screens */
@media (max-width: 768px) {
  .statistics-section-desktop {
    display: none;
  }

  .statistics-section-mobile {
    display: block;
  }
}

/* ========================================
   LARGE SCREEN ADJUSTMENTS (from DreamHost)
   Additional responsive styles for screens 1440px+
   ======================================== */

/* Large screens - 1440px */
@media (min-width:1440px) {
	.sponsorship-hero-section .frame-parent-hero {
		max-width: 1440px;
	}
	.sponsors-desktop .frame-parent {
		max-width: 1440px;
		margin-left: -3.5%;
	}
	.page-template-page-sponsorship .flagship-desktop-section {
		max-width: 1440px;
		padding: 90px 10px!important;
	}
	.statistics-section-desktop {
		padding: 0px 10px!important;
	}
	.statistics-section-desktop .statistics-container {
		max-width: 1232px;
	}
	.sponsors-desktop {
		padding: 90px 10px!important;
	}
}

/* Extra large screens - 1441px */
@media (min-width:1441px) {
	.sponsorship-hero-section {
		margin-left: 11vw!important;
	}
	.page-template-page-sponsorship .flagship-desktop-section,
	.statistics-section-desktop {
		margin-left: 12vw!important;
	}
	.page-template-page-sponsorship .flagship-desktop-section {
		padding: 90px 0!important;
	}
	.statistics-section-desktop {
		padding: 0px 0!important;
	}
	.sponsors-desktop {
		padding: 90px 0!important;
	}
}

/* Ultra wide screens - 2160px */
@media (min-width: 2160px) {
	.sponsorship-hero-section,
	.page-template-page-sponsorship .flagship-desktop-section,
	.statistics-section-desktop {
		margin-left: 15vw!important;
	}
}
